{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/2BiQjF2gRKshsCZjvI5W/Video.js", "ssg:https://framerusercontent.com/modules/pUD173fJsosliQ8X4Nzw/xpXhjrMnEuvEhEDZz5Rf/Zc4rlgUye.js", "ssg:https://framerusercontent.com/modules/rUrmQTmVQbrmS5bRffXA/WQbHOpwAPHPBD9WsSeJs/dVTZgYLeH.js", "ssg:https://framerusercontent.com/modules/hWa0w6pzaLn7ly0JwCvd/TDCOzj2KffXFd8twc4gy/Copyright_year.js", "ssg:https://framerusercontent.com/modules/6bC5g264rrL3yZdAyrZU/REUSXYU5rwwI0EdOevX2/TextEncryptionEffect.js", "ssg:https://framerusercontent.com/modules/1E7SZUKCQ3x2j5g9o0j9/CdILRQRIBFrycegGi4lk/V3EjteYMK.js", "ssg:https://framerusercontent.com/modules/iQy1W32PrUw3Gj96jMh3/ZwYV5ilfmLrLtvXkQPQp/SmkNoZhed.js", "ssg:https://framerusercontent.com/modules/x3R1att2cDfiKxdNxWja/PlEeopO8mhfT3N7WNwAw/dVTZgYLeH.js", "ssg:https://framerusercontent.com/modules/1UZ4yVoksglRaOhv6XtV/mNbGV0SRyF6w7Akhk5rN/yGfvD64UY.js"],
  "sourcesContent": ["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", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.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 { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.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{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-regular\",\"GF;Azeret Mono-700\",\"GF;Azeret Mono-700italic\",\"GF;Azeret Mono-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh17aa-5s3AA.woff2\",weight:\"700\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulryb2Z4nAN7J.woff2\",weight:\"700\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbyb2Z4nAN7J.woff2\",weight:\"400\"}]}];export const css=['.framer-gS0A5 .framer-styles-preset-1uc0dg7:not(.rich-text-wrapper), .framer-gS0A5 .framer-styles-preset-1uc0dg7.rich-text-wrapper p { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 100%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-gS0A5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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/pUD173fJsosliQ8X4Nzw/xpXhjrMnEuvEhEDZz5Rf/Zc4rlgUye.js\";const cycleOrder=[\"eyytyxpGy\",\"gDw4mfhIy\",\"QAbQjPtpD\",\"gTAuPq6JZ\"];const serializationHash=\"framer-I7MZ4\";const variantClassNames={eyytyxpGy:\"framer-v-cpv035\",gDw4mfhIy:\"framer-v-kdf0z3\",gTAuPq6JZ:\"framer-v-1kjx194\",QAbQjPtpD:\"framer-v-1jn2r8o\"};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={duration:0,type:\"tween\"};const transition2={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};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={\"Text Link - Hover\":\"gDw4mfhIy\",\"Text Link\":\"eyytyxpGy\",\"Txt Link 1\":\"QAbQjPtpD\",\"Txt Link 2\":\"gTAuPq6JZ\"};const getProps=({color,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bwVWMSt6G:link!==null&&link!==void 0?link:props.bwVWMSt6G,Kpveh2Q8O:(_ref=title!==null&&title!==void 0?title:props.Kpveh2Q8O)!==null&&_ref!==void 0?_ref:\"View all\",MOYsDPIsL:(_ref1=color!==null&&color!==void 0?color:props.MOYsDPIsL)!==null&&_ref1!==void 0?_ref1:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"eyytyxpGy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Kpveh2Q8O,MOYsDPIsL,bwVWMSt6G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eyytyxpGy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterjnk3s3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gDw4mfhIy\");});const onMouseLeavesojfge=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"eyytyxpGy\");});const onMouseEnterkdf9av=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gTAuPq6JZ\");});const onMouseLeave1f1f8kj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"QAbQjPtpD\");});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,...addPropertyOverrides({gDw4mfhIy:{value:transition2},gTAuPq6JZ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cpv035\",className,classNames),\"data-framer-name\":\"Text Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eyytyxpGy\",onMouseEnter:onMouseEnterjnk3s3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gDw4mfhIy:{\"data-framer-name\":\"Text Link - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavesojfge},gTAuPq6JZ:{\"data-framer-name\":\"Txt Link 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1f1f8kj},QAbQjPtpD:{\"data-framer-name\":\"Txt Link 1\",onMouseEnter:onMouseEnterkdf9av}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:bwVWMSt6G,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5ifad7 framer-1be4gvd\",layoutDependency:layoutDependency,layoutId:\"fKuOqu6WY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1nvzjr6\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mM_eFo8QJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1phqj0i\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RfxUJwLIS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I7MZ4.framer-1be4gvd, .framer-I7MZ4 .framer-1be4gvd { display: block; }\",\".framer-I7MZ4.framer-cpv035 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-I7MZ4 .framer-5ifad7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 13px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-I7MZ4 .framer-1nvzjr6, .framer-I7MZ4 .framer-1phqj0i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7MZ4.framer-cpv035, .framer-I7MZ4 .framer-5ifad7 { gap: 0px; } .framer-I7MZ4.framer-cpv035 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I7MZ4.framer-cpv035 > :first-child { margin-left: 0px; } .framer-I7MZ4.framer-cpv035 > :last-child { margin-right: 0px; } .framer-I7MZ4 .framer-5ifad7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-I7MZ4 .framer-5ifad7 > :first-child { margin-top: 0px; } .framer-I7MZ4 .framer-5ifad7 > :last-child { margin-bottom: 0px; } }\",\".framer-I7MZ4.framer-v-kdf0z3 .framer-5ifad7, .framer-I7MZ4.framer-v-1kjx194 .framer-5ifad7 { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gDw4mfhIy\":{\"layout\":[\"auto\",\"auto\"]},\"QAbQjPtpD\":{\"layout\":[\"auto\",\"auto\"]},\"gTAuPq6JZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Kpveh2Q8O\":\"title\",\"MOYsDPIsL\":\"color\",\"bwVWMSt6G\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdVTZgYLeH=withCSS(Component,css,\"framer-I7MZ4\");export default FramerdVTZgYLeH;FramerdVTZgYLeH.displayName=\"Text Link\";FramerdVTZgYLeH.defaultProps={height:13,width:67};addPropertyControls(FramerdVTZgYLeH,{variant:{options:[\"eyytyxpGy\",\"gDw4mfhIy\",\"QAbQjPtpD\",\"gTAuPq6JZ\"],optionTitles:[\"Text Link\",\"Text Link - Hover\",\"Txt Link 1\",\"Txt Link 2\"],title:\"Variant\",type:ControlType.Enum},Kpveh2Q8O:{defaultValue:\"View all\",displayTextArea:false,title:\"Title\",type:ControlType.String},MOYsDPIsL:{defaultValue:'var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)) /* {\"name\":\"JT Black\"} */',title:\"Color\",type:ControlType.Color},bwVWMSt6G:{title:\"Link\",type:ControlType.Link}});addFonts(FramerdVTZgYLeH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVTZgYLeH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"67\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gDw4mfhIy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QAbQjPtpD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gTAuPq6JZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"13\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Kpveh2Q8O\\\":\\\"title\\\",\\\"MOYsDPIsL\\\":\\\"color\\\",\\\"bwVWMSt6G\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dVTZgYLeH.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function AutoCopyrightStatement(Component){return props=>{var _props_children_props_children,_props_children_props,_props_children;const textProps=(_props_children=props.children)===null||_props_children===void 0?void 0:(_props_children_props=_props_children.props)===null||_props_children_props===void 0?void 0:(_props_children_props_children=_props_children_props.children)===null||_props_children_props_children===void 0?void 0:_props_children_props_children.props;if(textProps&&typeof textProps.children==\"string\"){textProps.children=textProps.children.replace(\"YYYY\",new Date().getFullYear());}return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"AutoCopyrightStatement\":{\"type\":\"reactHoc\",\"name\":\"AutoCopyrightStatement\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copyright_year.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useInView}from\"framer-motion\";import{useEffect,useState,useRef}from\"react\";// import { useDencrypt } from \"use-dencrypt-effect\"\nexport default function TextEncryptionEffect(props){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const{text,activators}=props;const ref=useRef(null);const isInView=useInView(ref,{once:!activators.replay,amount:\"some\"});const[value,setValue]=useDencrypt(activators.trigger===\"none\"?text:\"\",{chars:[...props.characters],interval:props.interval*1e3});function runAnimation(){if(!isCanvas){setValue(text);}}useEffect(()=>{if(activators.trigger===\"appear\"){runAnimation();}},[]);useEffect(()=>{if(!isCanvas&&activators.trigger===\"layerInView\"){if(isInView){runAnimation();}}},[isInView]);return /*#__PURE__*/_jsx(\"p\",{ref:ref,onClick:()=>{if(activators.press){setValue(text);}},onMouseEnter:()=>{if(activators.hover){setValue(text);}},style:{margin:0,color:props.fontColor,userSelect:props.textSelect?\"auto\":\"none\",...props.font,...props.style},children:isCanvas?text:value});}TextEncryptionEffect.displayName=\"Text Encryption Effect\";addPropertyControls(TextEncryptionEffect,{text:{defaultValue:\"Encrypted Text\",type:ControlType.String},characters:{type:ControlType.String,defaultValue:\"!#%^&*[]{}=+\\\\/|;:\",description:\"[Character Presets](https://next-acknowledge-092743.framer.app/components/text-encryption-effect)\"},interval:{type:ControlType.Number,defaultValue:.05,step:.001,unit:\"s\",title:\"Interval\"},activators:{type:ControlType.Object,buttonTitle:\"Options\",controls:{hover:{type:ControlType.Boolean,defaultValue:false},press:{type:ControlType.Boolean,defaultValue:false},trigger:{type:ControlType.Enum,defaultValue:\"appear\",options:[\"none\",\"appear\",\"layerInView\"],optionTitles:[\"None\",\"Appear\",\"Layer In View\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},replay:{type:ControlType.Boolean,defaultValue:true,hidden(props){return props.trigger!==\"layerInView\";}}}},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},font:{type:\"font\",controls:\"extended\"},textSelect:{type:ControlType.Boolean,defaultValue:true}});const defaultOptions={chars:[...\"-./^*!}<~$012345abcdef\"],interval:50};const getRandomChar=chars=>chars[Math.floor(Math.random()*chars.length)];const getChar=(i,j,maxLength,oldValue,newValue,chars)=>{if(j>i){return oldValue[j];}if(i>=maxLength&&j<i-maxLength){return newValue[j];}return getRandomChar(chars);};export const dencrypt=options=>{const{chars,interval,callback,initialValue}={...defaultOptions,...options};let lastValue;let isCrypting;if(initialValue){lastValue=initialValue;callback(lastValue);}function*calculateValues(nextValue,prevValue=\"\"){const nextLength=nextValue.length;const prevLength=prevValue.length;const maxLength=Math.max(nextLength,prevLength);const iterations=2*maxLength;let i=0;yield prevValue;while(i<iterations){yield[...new Array(maxLength)].map((_,j)=>getChar(i,j,maxLength,prevValue,nextValue,chars)).join(\"\");i++;}yield nextValue;}const setValue=value=>{clearInterval(isCrypting);const values=calculateValues(value,lastValue);return new Promise(resolve=>{isCrypting=setInterval(()=>{var next=values.next();if(next.done){clearInterval(isCrypting);resolve(lastValue);}else{lastValue=next.value;callback(lastValue);}},interval);});};return setValue;};export function useDencrypt(v,o){let initialValue=\"\";let options={};if(typeof v===\"object\"){options=v;}else if(typeof v===\"string\"){initialValue=v;options=o?o:{};}const[result,setResult]=useState();const[setValue,setSetValue]=useState(()=>dencrypt({...options,initialValue,callback:setResult}));return[result,setValue];}\nexport const __FramerMetadata__ = {\"exports\":{\"DencryptInitialOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"dencrypt\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DencryptDefaultOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useDencrypt\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"TextEncryptionEffect\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextEncryptionEffect.map", "// Generated by Framer (91d32d4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hgGgywLPq\",\"ormJuBxCO\",\"kFaMqi8iH\"];const serializationHash=\"framer-bFB5L\";const variantClassNames={hgGgywLPq:\"framer-v-y9huqu\",kFaMqi8iH:\"framer-v-1jtv0a9\",ormJuBxCO:\"framer-v-4ox7uk\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Link Active\":\"ormJuBxCO\",\"Link Mobile\":\"kFaMqi8iH\",Link:\"hgGgywLPq\"};const getProps=({color,height,id,link,tap,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,aAL3Kk_ub:tap!==null&&tap!==void 0?tap:props.aAL3Kk_ub,b89VyIKsR:(_ref=color!==null&&color!==void 0?color:props.b89VyIKsR)!==null&&_ref!==void 0?_ref:'var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)) /* {\"name\":\"JT White\"} */',fHKDDMhyL:link!==null&&link!==void 0?link:props.fHKDDMhyL,pmLxJr3U4:(_ref1=title!==null&&title!==void 0?title:props.pmLxJr3U4)!==null&&_ref1!==void 0?_ref1:\"PROFILE\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"hgGgywLPq\"};};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,pmLxJr3U4,fHKDDMhyL,b89VyIKsR,aAL3Kk_ub,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"hgGgywLPq\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1jq8al6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(aAL3Kk_ub){const res=await aAL3Kk_ub(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:fHKDDMhyL,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-y9huqu\",className,classNames)} framer-266xis`,\"data-framer-name\":\"Link\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"hgGgywLPq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1jq8al6,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kFaMqi8iH:{\"data-framer-name\":\"Link Mobile\",\"data-highlight\":undefined,onTap:()=>setGestureState({isPressed:false})},ormJuBxCO:{\"data-framer-name\":\"Link Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b89VyIKsR-V3EjteYMK))\",\"--framer-text-transform\":\"uppercase\"},children:\"PROFILE\"})}),className:\"framer-1wmsz6h\",\"data-framer-name\":\"PROFILE\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"dANCe82ja\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-b89VyIKsR-V3EjteYMK)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-b89VyIKsR-V3EjteYMK\":b89VyIKsR,opacity:1},text:pmLxJr3U4,variants:{ormJuBxCO:{opacity:.4}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kFaMqi8iH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-b89VyIKsR-V3EjteYMK))\",\"--framer-text-transform\":\"uppercase\"},children:\"PROFILE\"})})}},baseVariant,gestureVariant)})})})})});});const css=['.framer-bFB5L[data-border=\"true\"]::after, .framer-bFB5L [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bFB5L.framer-266xis, .framer-bFB5L .framer-266xis { display: block; }\",\".framer-bFB5L.framer-y9huqu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bFB5L .framer-1wmsz6h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bFB5L.framer-y9huqu { gap: 0px; } .framer-bFB5L.framer-y9huqu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bFB5L.framer-y9huqu > :first-child { margin-left: 0px; } .framer-bFB5L.framer-y9huqu > :last-child { margin-right: 0px; } }\",\".framer-bFB5L.framer-v-1jtv0a9.framer-y9huqu { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 297\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ormJuBxCO\":{\"layout\":[\"auto\",\"auto\"]},\"kFaMqi8iH\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pmLxJr3U4\":\"title\",\"fHKDDMhyL\":\"link\",\"b89VyIKsR\":\"color\",\"aAL3Kk_ub\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerV3EjteYMK=withCSS(Component,css,\"framer-bFB5L\");export default FramerV3EjteYMK;FramerV3EjteYMK.displayName=\"Open Navigation Link\";FramerV3EjteYMK.defaultProps={height:80,width:297};addPropertyControls(FramerV3EjteYMK,{variant:{options:[\"hgGgywLPq\",\"ormJuBxCO\",\"kFaMqi8iH\"],optionTitles:[\"Link\",\"Link Active\",\"Link Mobile\"],title:\"Variant\",type:ControlType.Enum},pmLxJr3U4:{defaultValue:\"PROFILE\",displayTextArea:false,title:\"Title\",type:ControlType.String},fHKDDMhyL:{title:\"Link\",type:ControlType.Link},b89VyIKsR:{defaultValue:'var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)) /* {\"name\":\"JT White\"} */',title:\"Color\",type:ControlType.Color},aAL3Kk_ub:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerV3EjteYMK,[{family:\"Switzer\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV3EjteYMK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ormJuBxCO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kFaMqi8iH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"297\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"pmLxJr3U4\\\":\\\"title\\\",\\\"fHKDDMhyL\\\":\\\"link\\\",\\\"b89VyIKsR\\\":\\\"color\\\",\\\"aAL3Kk_ub\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"80\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V3EjteYMK.map", "// Generated by Framer (4b118ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/2BiQjF2gRKshsCZjvI5W/Video.js\";import{AutoCopyrightStatement}from\"https://framerusercontent.com/modules/hWa0w6pzaLn7ly0JwCvd/TDCOzj2KffXFd8twc4gy/Copyright_year.js\";import TextEncryptionEffect from\"https://framerusercontent.com/modules/6bC5g264rrL3yZdAyrZU/REUSXYU5rwwI0EdOevX2/TextEncryptionEffect.js\";import TextLink from\"https://framerusercontent.com/modules/rUrmQTmVQbrmS5bRffXA/WQbHOpwAPHPBD9WsSeJs/dVTZgYLeH.js\";import OpenNavigationLink from\"https://framerusercontent.com/modules/1E7SZUKCQ3x2j5g9o0j9/CdILRQRIBFrycegGi4lk/V3EjteYMK.js\";const TextLinkFonts=getFonts(TextLink);const OpenNavigationLinkFonts=getFonts(OpenNavigationLink);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const VideoFonts=getFonts(Video);const TextEncryptionEffectFonts=getFonts(TextEncryptionEffect);const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const RichTextAutoCopyrightStatement1r1rf9z=withCodeBoundaryForOverrides(RichText,{nodeId:\"GkkkbWUfe\",override:AutoCopyrightStatement,scopeId:\"SmkNoZhed\"});const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"];const serializationHash=\"framer-dzWnW\";const variantClassNames={bK7vL0KSp:\"framer-v-1e8s9ne\",CdiCFOBlP:\"framer-v-4c5epr\",HClsCcfQz:\"framer-v-18ak3ot\",I2DiMKo8W:\"framer-v-clbh7i\",JjVk8IP6t:\"framer-v-1vjdru\",nndHF1d3J:\"framer-v-g18r89\",Pvro3rvUj:\"framer-v-1q5r6ld\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const transition2={delay:.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition3={delay:.2,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={delay:.5,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={delay:.1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition8={delay:.5,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={delay:.6,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const transition10={delay:.7,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const transition11={delay:.8,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const transition12={delay:.9,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const transition13={delay:1,duration:.6,ease:[0,0,1,1],type:\"tween\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition13,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Case Studies\":\"HClsCcfQz\",\"Mobile Full Navigation \":\"JjVk8IP6t\",Contact:\"bK7vL0KSp\",Index:\"nndHF1d3J\",Journal:\"CdiCFOBlP\",Profile:\"Pvro3rvUj\",Unhovered:\"I2DiMKo8W\"};const getProps=({height,id,tap,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"I2DiMKo8W\",ZnO4gEEiP:tap??props.ZnO4gEEiP};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZnO4gEEiP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I2DiMKo8W\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsgutib=activeVariantCallback(async(...args)=>{if(ZnO4gEEiP){const res=await ZnO4gEEiP(...args);if(res===false)return false;}});const onMouseEnterbkbs62=activeVariantCallback(async(...args)=>{setVariant(\"Pvro3rvUj\");});const onMouseLeave6wal2l=activeVariantCallback(async(...args)=>{setVariant(\"I2DiMKo8W\");});const onMouseEnterx99192=activeVariantCallback(async(...args)=>{setVariant(\"HClsCcfQz\");});const onMouseEnter10dh9qc=activeVariantCallback(async(...args)=>{setVariant(\"bK7vL0KSp\");});const onMouseEnterj1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const onMouseEnter12b6fck=activeVariantCallback(async(...args)=>{setVariant(\"nndHF1d3J\");});const onMouseLeavej1jt39=activeVariantCallback(async(...args)=>{setVariant(\"CdiCFOBlP\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"JjVk8IP6t\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Pvro3rvUj\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"HClsCcfQz\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"bK7vL0KSp\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"CdiCFOBlP\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"nndHF1d3J\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-clbh7i\",className,classNames),\"data-framer-name\":\"Unhovered\",layoutDependency:layoutDependency,layoutId:\"I2DiMKo8W\",ref:ref??ref1,style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",...style},...addPropertyOverrides({bK7vL0KSp:{\"data-framer-name\":\"Contact\"},CdiCFOBlP:{\"data-framer-name\":\"Journal\"},HClsCcfQz:{\"data-framer-name\":\"Case Studies\"},JjVk8IP6t:{\"data-framer-name\":\"Mobile Full Navigation \"},nndHF1d3J:{\"data-framer-name\":\"Index\"},Pvro3rvUj:{\"data-framer-name\":\"Profile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5ddtf\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTk\",style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wf21da\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTkpO6YK4B1r\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wbrbv8\",\"data-framer-name\":\"Nav Row\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTkfpGbSz7ON\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://studioglance.com/\",motionChild:true,nodeId:\"BtOndKXTkXQPjY57F1\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14r5p0r framer-15ab43b\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTkXQPjY57F1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13tdyyr\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTkiEvXKn2jt\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 18\"><g transform=\"translate(0.26 0.562)\" id=\"ss12459576159_1\"><path d=\"M 6.331 15.401 L 4.38 13.313 L 7.579 10.097 L 0 10.097 L 0 7.001 L 7.579 7.001 L 4.38 3.785 L 6.331 1.697 L 12.798 8.561 Z M 19.384 1.056 C 20.572 0.352 21.967 0 23.571 0 C 24.827 0 25.954 0.256 26.952 0.768 C 27.951 1.28 28.756 2 29.368 2.928 C 29.981 3.856 30.355 4.92 30.492 6.12 L 27.133 6.12 C 26.922 5.176 26.498 4.428 25.862 3.876 C 25.227 3.324 24.433 3.048 23.48 3.048 C 22.603 3.048 21.839 3.28 21.188 3.744 C 20.538 4.208 20.038 4.856 19.691 5.688 C 19.342 6.52 19.169 7.472 19.169 8.544 C 19.169 10.192 19.551 11.52 20.315 12.528 C 21.078 13.536 22.134 14.04 23.48 14.04 C 24.463 14.04 25.333 13.756 26.09 13.188 C 26.846 12.62 27.299 11.784 27.451 10.68 L 27.451 10.464 L 23.503 10.464 L 23.503 7.608 L 30.606 7.608 L 30.606 16.944 L 28.246 16.944 L 27.883 14.856 C 27.413 15.511 26.785 16.048 25.999 16.464 C 25.212 16.88 24.297 17.088 23.253 17.088 C 21.756 17.088 20.436 16.735 19.294 16.032 C 18.152 15.328 17.267 14.328 16.639 13.032 C 16.011 11.736 15.697 10.24 15.697 8.544 C 15.697 6.832 16.015 5.332 16.65 4.044 C 17.285 2.756 18.196 1.76 19.384 1.056 Z M 33.503 0.146 L 36.907 0.146 L 36.907 13.849 L 43.216 13.849 L 43.216 16.945 L 33.503 16.945 L 33.503 0.145 Z M 51.922 0.146 L 56.007 0.146 L 61.771 16.946 L 58.117 16.946 L 56.892 13.273 L 50.856 13.273 L 49.631 16.945 L 46.114 16.945 L 51.923 0.145 Z M 55.962 10.37 L 53.852 3.985 L 51.764 10.369 L 55.962 10.369 Z M 64.67 0.146 L 67.756 0.146 L 74.495 10.729 L 74.495 0.145 L 77.854 0.145 L 77.854 16.945 L 74.745 16.945 L 68.005 6.361 L 68.005 16.945 L 64.67 16.945 L 64.67 0.145 Z M 84.394 1.056 C 85.566 0.352 86.947 0 88.535 0 C 89.776 0 90.887 0.256 91.87 0.768 C 92.854 1.28 93.648 2 94.254 2.928 C 94.858 3.856 95.221 4.928 95.342 6.144 L 91.939 6.144 C 91.742 5.184 91.33 4.428 90.702 3.876 C 90.074 3.324 89.292 3.048 88.354 3.048 C 87.083 3.048 86.076 3.552 85.336 4.56 C 84.594 5.568 84.224 6.896 84.224 8.544 C 84.224 10.176 84.594 11.5 85.336 12.516 C 86.076 13.532 87.083 14.04 88.354 14.04 C 89.292 14.04 90.074 13.764 90.702 13.212 C 91.33 12.66 91.742 11.904 91.939 10.944 L 95.342 10.944 C 95.221 12.16 94.858 13.232 94.254 14.16 C 93.648 15.088 92.854 15.808 91.87 16.32 C 90.887 16.832 89.776 17.088 88.535 17.088 C 86.947 17.088 85.566 16.735 84.394 16.032 C 83.222 15.328 82.321 14.332 81.693 13.043 C 81.066 11.755 80.752 10.256 80.752 8.543 C 80.752 6.832 81.066 5.332 81.693 4.043 C 82.321 2.756 83.222 1.76 84.394 1.056 Z M 109.156 0.146 L 109.156 3.241 L 101.645 3.241 L 101.645 7.009 L 107.545 7.009 L 107.545 9.961 L 101.645 9.961 L 101.645 13.849 L 109.156 13.849 L 109.156 16.945 L 98.241 16.945 L 98.241 0.145 L 109.156 0.145 Z M 113.875 13.177 C 114.389 13.177 114.821 13.358 115.174 13.721 C 115.521 14.083 115.695 14.526 115.695 15.049 C 115.695 15.568 115.521 16.009 115.174 16.371 C 114.821 16.733 114.389 16.915 113.875 16.915 C 113.365 16.915 112.935 16.733 112.582 16.371 C 112.238 16.029 112.046 15.549 112.054 15.049 C 112.054 14.526 112.23 14.083 112.582 13.721 C 112.935 13.358 113.365 13.177 113.875 13.177 Z M 113.875 16.507 C 114.284 16.507 114.622 16.369 114.888 16.091 C 115.155 15.809 115.288 15.462 115.288 15.049 C 115.288 14.632 115.155 14.282 114.888 14 C 114.612 13.718 114.274 13.577 113.875 13.577 C 113.48 13.577 113.144 13.718 112.868 14 C 112.596 14.277 112.461 14.627 112.461 15.05 C 112.461 15.462 112.596 15.807 112.868 16.084 C 113.144 16.366 113.48 16.507 113.875 16.507 Z M 114.61 15.465 L 114.631 15.729 C 114.641 15.85 114.667 15.938 114.71 15.993 L 114.274 15.993 C 114.241 15.943 114.219 15.855 114.21 15.729 L 114.196 15.525 C 114.186 15.429 114.166 15.364 114.135 15.329 C 114.104 15.293 114.048 15.276 113.968 15.276 L 113.582 15.276 L 113.582 15.993 L 113.168 15.993 L 113.168 14.06 L 113.996 14.06 C 114.201 14.06 114.361 14.11 114.478 14.207 C 114.594 14.306 114.653 14.443 114.653 14.619 C 114.653 14.835 114.567 14.984 114.396 15.064 C 114.534 15.135 114.605 15.268 114.61 15.465 Z M 113.582 14.438 L 113.582 14.914 L 113.974 14.914 C 114.141 14.914 114.225 14.833 114.225 14.672 C 114.225 14.516 114.136 14.438 113.96 14.438 Z\" fill=\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;JT White&quot;} */\"></path></g></svg>',svgContentId:12459576159,withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nfo5i8\",layoutDependency:layoutDependency,layoutId:\"BtOndKXTkPYztneNCT\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ds81lr\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jzQqEH_7s\",onTap:onTapsgutib,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:13,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||800)-0-(102+Math.max(0,((componentViewport?.height||800)-0-102)/1)*1))/1*0)+42+0+2.5+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zb1e8j-container\",layoutDependency:layoutDependency,layoutId:\"UatIw2jfL-container\",nodeId:\"UatIw2jfL\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"UatIw2jfL\",Kpveh2Q8O:\"close\",layoutId:\"UatIw2jfL\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ok8kv\",\"data-framer-name\":\"Menu Content\",layoutDependency:layoutDependency,layoutId:\"z8nxI_8NR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ojejqj\",\"data-framer-name\":\"Link Wrapper\",layoutDependency:layoutDependency,layoutId:\"cfWpkRfAB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hox8kl\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XHgqWzT_B\",onMouseEnter:onMouseEnterbkbs62,...addPropertyOverrides({JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined},Pvro3rvUj:{onMouseLeave:onMouseLeave6wal2l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined},{href:{webPageId:\"fxz_zRIyp\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-6f1a9b-container\",\"data-framer-appear-id\":\"6f1a9b\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"I6JcZjEpt-container\",nodeId:\"I6JcZjEpt\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks[0],height:\"100%\",id:\"I6JcZjEpt\",layoutId:\"I6JcZjEpt\",pmLxJr3U4:\"PROFILE\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks[3]},CdiCFOBlP:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks[1],variant:\"ormJuBxCO\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-erzo0q\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FZezUXyps\",onMouseEnter:onMouseEnterx99192,...addPropertyOverrides({HClsCcfQz:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined},{href:{webPageId:\"Rnw1WO1jS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1v9x7x2-container\",\"data-framer-appear-id\":\"1v9x7x2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"cHlALm0ui-container\",nodeId:\"cHlALm0ui\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks1[0],height:\"100%\",id:\"cHlALm0ui\",layoutId:\"cHlALm0ui\",pmLxJr3U4:\"work\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks1[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks1[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks1[2],variant:\"ormJuBxCO\"},JjVk8IP6t:{fHKDDMhyL:resolvedLinks1[6],pmLxJr3U4:\"WORK\",variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks1[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nmu7lx\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p8O2rIjto\",onMouseEnter:onMouseEnter10dh9qc,...addPropertyOverrides({bK7vL0KSp:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined},{href:{webPageId:\"gmXtVnIzJ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1ytcif4-container\",\"data-framer-appear-id\":\"1ytcif4\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"w9ILZoAzT-container\",nodeId:\"w9ILZoAzT\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks2[0],height:\"100%\",id:\"w9ILZoAzT\",layoutId:\"w9ILZoAzT\",pmLxJr3U4:\"CONTACT\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks2[3],variant:\"ormJuBxCO\"},CdiCFOBlP:{fHKDDMhyL:resolvedLinks2[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks2[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks2[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks2[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4dxcut\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iQa9jEtgi\",onMouseEnter:onMouseEnterj1jt39,...addPropertyOverrides({CdiCFOBlP:{onMouseLeave:onMouseLeave6wal2l},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined},{href:{webPageId:\"vUko_ced0\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-jyzgbe-container\",\"data-framer-appear-id\":\"jyzgbe\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"aCpuqSnEi-container\",nodeId:\"aCpuqSnEi\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks3[0],height:\"100%\",id:\"aCpuqSnEi\",layoutId:\"aCpuqSnEi\",pmLxJr3U4:\"journal\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{fHKDDMhyL:resolvedLinks3[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks3[5],variant:\"ormJuBxCO\"},HClsCcfQz:{fHKDDMhyL:resolvedLinks3[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks3[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks3[4]},Pvro3rvUj:{fHKDDMhyL:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wfzzep\",\"data-framer-name\":\"Individual Link Wrapper\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sSdLY8_JS\",onMouseEnter:onMouseEnter12b6fck,...addPropertyOverrides({CdiCFOBlP:{onMouseLeave:onMouseLeavej1jt39},JjVk8IP6t:{\"data-highlight\":undefined,onMouseEnter:undefined},nndHF1d3J:{onMouseLeave:onMouseLeave6wal2l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined},{href:{webPageId:\"mxLvvDy2b\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1rwjzxl-container\",\"data-framer-appear-id\":\"1rwjzxl\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"bb_eIw9_m-container\",nodeId:\"bb_eIw9_m\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(OpenNavigationLink,{b89VyIKsR:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",fHKDDMhyL:resolvedLinks4[0],height:\"100%\",id:\"bb_eIw9_m\",layoutId:\"bb_eIw9_m\",pmLxJr3U4:\"INDEX\",variant:\"hgGgywLPq\",width:\"100%\",...addPropertyOverrides({bK7vL0KSp:{aAL3Kk_ub:undefined,fHKDDMhyL:resolvedLinks4[3]},CdiCFOBlP:{fHKDDMhyL:resolvedLinks4[5]},HClsCcfQz:{fHKDDMhyL:resolvedLinks4[2]},JjVk8IP6t:{fHKDDMhyL:resolvedLinks4[6],variant:\"kFaMqi8iH\"},nndHF1d3J:{fHKDDMhyL:resolvedLinks4[4],variant:\"ormJuBxCO\"},Pvro3rvUj:{fHKDDMhyL:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1v532ah-container\",\"data-framer-appear-id\":\"1v532ah\",\"data-framer-name\":\"Video Neutral\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y10SA0Liq-container\",name:\"Video Neutral\",nodeId:\"y10SA0Liq\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgb(255, 73, 1)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"y10SA0Liq\",isMixedBorderRadius:false,layoutId:\"y10SA0Liq\",loop:true,muted:true,name:\"Video Neutral\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/ejJ0PXawjx33GNVgdnyJyPyz9Q.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/i4aee4e8xzbe75pyy5vur/menu-video.mp4?rlkey=ewnkgi96tvora4rjho9ds3jem&st=mgyywj4o&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1ym0jai-container\",\"data-framer-appear-id\":\"1ym0jai\",\"data-framer-name\":\"Video Profile\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Gc4qmeKtI-container\",name:\"Video Profile\",nodeId:\"Gc4qmeKtI\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Gc4qmeKtI\",isMixedBorderRadius:false,layoutId:\"Gc4qmeKtI\",loop:true,muted:true,name:\"Video Profile\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/4EbuyZHEBvUCjdbr9tCJeM3oLc.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/2xp9cjvt7iphu3n5baoc8/front-cover-StudioGlance.mp4?rlkey=k0kgpnwfrw3gpqj6xwboq8cqk&st=vys7gizt&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-lwhzpa-container\",\"data-framer-appear-id\":\"lwhzpa\",\"data-framer-name\":\"Video Case Studies\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FafzizZ9n-container\",name:\"Video Case Studies\",nodeId:\"FafzizZ9n\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FafzizZ9n\",isMixedBorderRadius:false,layoutId:\"FafzizZ9n\",loop:true,muted:true,name:\"Video Case Studies\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/KPfM7WaM8Wmk5he5LCTL6r9V48M.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/s97mzg1ul8556ndl43g3i/Sequence-03.mp4?rlkey=guj50io0t8s17e3c2lzjb8of5&st=sk40cq3y&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-19welhm-container\",\"data-framer-appear-id\":\"19welhm\",\"data-framer-name\":\"Video Contact\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"N0Yac4m9m-container\",name:\"Video Contact\",nodeId:\"N0Yac4m9m\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"N0Yac4m9m\",isMixedBorderRadius:false,layoutId:\"N0Yac4m9m\",loop:true,muted:true,name:\"Video Contact\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/0uIKgLDUItd5h51C7V7yFCbft0.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/d31k4xziaklosir99ivxt/Final_cover.mp4?rlkey=ei55c23dxrkx68ykm0f5qtdfu&st=ihi7pa4c&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1d9w0i1-container\",\"data-framer-appear-id\":\"1d9w0i1\",\"data-framer-name\":\"Video Journal\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"X575JJX2S-container\",name:\"Video Journal\",nodeId:\"X575JJX2S\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"X575JJX2S\",isMixedBorderRadius:false,layoutId:\"X575JJX2S\",loop:true,muted:true,name:\"Video Journal\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/JznzhWqp8TScfhxhgqCuKrPEXA.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/p0zlef7mahlomk1o7ap4n/Kroma_cover.mp4?rlkey=ppubq0ooo4oqc7nqy7z7n0wwl&st=0orez9jf&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1rpzgzi-container\",\"data-framer-appear-id\":\"1rpzgzi\",\"data-framer-name\":\"Video Index\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Xk31FJvap-container\",name:\"Video Index\",nodeId:\"Xk31FJvap\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Xk31FJvap\",isMixedBorderRadius:false,layoutId:\"Xk31FJvap\",loop:true,muted:true,name:\"Video Index\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/KtOTFdkSMtxDupWM8ltcex1PU.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://www.dropbox.com/scl/fi/3948523c4xs66n2axm4ti/Final-Cut-2.mp4?rlkey=fv818kpubuuzv6prtdxj1juya&st=wgos8ltn&raw=1\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xvsq5r\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"kwoPksvls\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fokj9c\",layoutDependency:layoutDependency,layoutId:\"vsTikeeup\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bo3pgv\",\"data-framer-name\":\"Contact Wrapper\",layoutDependency:layoutDependency,layoutId:\"UNM2pSQuu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:13,y:(componentViewport?.y||0)+(componentViewport?.height||800)-33+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-1p8umz7-container\",\"data-framer-appear-id\":\"1p8umz7\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"l4ZrvYO8k-container\",nodeId:\"l4ZrvYO8k\",optimized:true,rendersWithMotion:true,scopeId:\"SmkNoZhed\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TextLink,{bwVWMSt6G:\"mailto:somebody@email.com\",height:\"100%\",id:\"l4ZrvYO8k\",Kpveh2Q8O:\"AVAILABLE FOR WORK\",layoutId:\"l4ZrvYO8k\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-szuo94\",layoutDependency:layoutDependency,layoutId:\"J1DE8017r\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/studio___glance/\",motionChild:true,nodeId:\"chE56HCu1\",openInNewTab:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-1mz53kg framer-15ab43b\",\"data-framer-appear-id\":\"1mz53kg\",\"data-framer-name\":\"Social Link\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"chE56HCu1\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-195k6dq-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"MQoVEflnh-container\",nodeId:\"MQoVEflnh\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"MQoVEflnh\",interval:.07,layoutId:\"MQoVEflnh\",text:\"IN\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\",\"})}),className:\"framer-fh86sj\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"YvwmEgsp9\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/abdiel-nwachukwu/\",motionChild:true,nodeId:\"nuaghukDW\",openInNewTab:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,className:\"framer-vqrt2x framer-15ab43b\",\"data-framer-appear-id\":\"vqrt2x\",\"data-framer-name\":\"Social Link\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"nuaghukDW\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1053xfs-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"Qlh5UjmPU-container\",nodeId:\"Qlh5UjmPU\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"Qlh5UjmPU\",interval:.07,layoutId:\"Qlh5UjmPU\",text:\"LI\",textSelect:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\",\"})}),className:\"framer-w99brx\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"eIG5xxgxc\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:abdiel@studioglance.com\",motionChild:true,nodeId:\"Z99qGIWi3\",openInNewTab:true,children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation11,className:\"framer-o7ug9a framer-15ab43b\",\"data-framer-appear-id\":\"o7ug9a\",\"data-framer-name\":\"Social Link\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"Z99qGIWi3\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wxviik-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"QOyi2QDrh-container\",nodeId:\"QOyi2QDrh\",rendersWithMotion:true,scopeId:\"SmkNoZhed\",children:/*#__PURE__*/_jsx(TextEncryptionEffect,{activators:{hover:true,press:false,replay:true,trigger:\"none\"},characters:\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\",font:{fontFamily:'\"Azeret Mono\", monospace',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},fontColor:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",height:\"100%\",id:\"QOyi2QDrh\",interval:.07,layoutId:\"QOyi2QDrh\",text:\"MA\",textSelect:true,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://ena.supply/\",motionChild:true,nodeId:\"UPRO_om9f\",openInNewTab:true,children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation12,className:\"framer-6o0x6s framer-15ab43b\",\"data-framer-appear-id\":\"6o0x6s\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"UPRO_om9f\",optimized:true,style:{transformPerspective:1200}})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation13,className:\"framer-1s3azwp\",\"data-framer-appear-id\":\"1s3azwp\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"n2gIyTXXn\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichTextAutoCopyrightStatement1r1rf9z,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXplcmV0IE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Azeret Mono\", monospace',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"105%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"capitalize\"},children:\"\\xa92025\"})}),className:\"framer-1r1rf9z\",\"data-framer-name\":\"\\xa9 Studio B 2023\",fonts:[\"GF;Azeret Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"GkkkbWUfe\",style:{\"--extracted-r6o4lv\":\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dzWnW.framer-15ab43b, .framer-dzWnW .framer-15ab43b { display: block; }\",\".framer-dzWnW.framer-clbh7i { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-dzWnW .framer-1n5ddtf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 42px 37px 42px 37px; position: relative; width: 100%; }\",\".framer-dzWnW .framer-wf21da { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-1wbrbv8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-14r5p0r { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-dzWnW .framer-13tdyyr { flex: none; height: 18px; position: relative; width: 118px; }\",\".framer-dzWnW .framer-nfo5i8 { align-content: flex-end; align-items: flex-end; display: flex; flex: 4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-1ds81lr { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 10; }\",\".framer-dzWnW .framer-zb1e8j-container, .framer-dzWnW .framer-6f1a9b-container, .framer-dzWnW .framer-1v9x7x2-container, .framer-dzWnW .framer-1ytcif4-container, .framer-dzWnW .framer-jyzgbe-container, .framer-dzWnW .framer-1rwjzxl-container, .framer-dzWnW .framer-1p8umz7-container, .framer-dzWnW .framer-195k6dq-container, .framer-dzWnW .framer-1053xfs-container, .framer-dzWnW .framer-wxviik-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dzWnW .framer-15ok8kv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-dzWnW .framer-ojejqj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-1hox8kl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-dzWnW .framer-erzo0q, .framer-dzWnW .framer-nmu7lx, .framer-dzWnW .framer-4dxcut, .framer-dzWnW .framer-wfzzep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-dzWnW .framer-1v532ah-container, .framer-dzWnW .framer-1ym0jai-container, .framer-dzWnW .framer-lwhzpa-container, .framer-dzWnW .framer-19welhm-container, .framer-dzWnW .framer-1rpzgzi-container { flex: none; height: 100%; position: absolute; right: 0px; top: 0px; width: 50%; z-index: 1; }\",\".framer-dzWnW .framer-1d9w0i1-container { flex: none; height: 100%; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 50%; z-index: 1; }\",\".framer-dzWnW .framer-1xvsq5r { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 20px 20px 20px; position: absolute; right: 0px; z-index: 1; }\",\".framer-dzWnW .framer-fokj9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 13px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dzWnW .framer-1bo3pgv { align-content: center; align-items: center; display: flex; flex: 3 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-szuo94 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dzWnW .framer-1mz53kg, .framer-dzWnW .framer-vqrt2x, .framer-dzWnW .framer-o7ug9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-dzWnW .framer-fh86sj, .framer-dzWnW .framer-w99brx, .framer-dzWnW .framer-1r1rf9z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dzWnW .framer-6o0x6s { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-dzWnW .framer-1s3azwp { 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-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dzWnW .framer-1n5ddtf, .framer-dzWnW .framer-wf21da, .framer-dzWnW .framer-1wbrbv8, .framer-dzWnW .framer-14r5p0r, .framer-dzWnW .framer-nfo5i8, .framer-dzWnW .framer-1ds81lr, .framer-dzWnW .framer-15ok8kv, .framer-dzWnW .framer-ojejqj, .framer-dzWnW .framer-1hox8kl, .framer-dzWnW .framer-erzo0q, .framer-dzWnW .framer-nmu7lx, .framer-dzWnW .framer-4dxcut, .framer-dzWnW .framer-wfzzep, .framer-dzWnW .framer-1xvsq5r, .framer-dzWnW .framer-fokj9c, .framer-dzWnW .framer-1bo3pgv, .framer-dzWnW .framer-szuo94, .framer-dzWnW .framer-1mz53kg, .framer-dzWnW .framer-vqrt2x, .framer-dzWnW .framer-o7ug9a, .framer-dzWnW .framer-6o0x6s, .framer-dzWnW .framer-1s3azwp { gap: 0px; } .framer-dzWnW .framer-1n5ddtf > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-dzWnW .framer-1n5ddtf > :first-child, .framer-dzWnW .framer-wf21da > :first-child, .framer-dzWnW .framer-1wbrbv8 > :first-child, .framer-dzWnW .framer-14r5p0r > :first-child, .framer-dzWnW .framer-15ok8kv > :first-child, .framer-dzWnW .framer-erzo0q > :first-child, .framer-dzWnW .framer-nmu7lx > :first-child, .framer-dzWnW .framer-4dxcut > :first-child, .framer-dzWnW .framer-wfzzep > :first-child, .framer-dzWnW .framer-fokj9c > :first-child, .framer-dzWnW .framer-1bo3pgv > :first-child, .framer-dzWnW .framer-szuo94 > :first-child, .framer-dzWnW .framer-1mz53kg > :first-child, .framer-dzWnW .framer-vqrt2x > :first-child, .framer-dzWnW .framer-o7ug9a > :first-child, .framer-dzWnW .framer-6o0x6s > :first-child, .framer-dzWnW .framer-1s3azwp > :first-child { margin-left: 0px; } .framer-dzWnW .framer-1n5ddtf > :last-child, .framer-dzWnW .framer-wf21da > :last-child, .framer-dzWnW .framer-1wbrbv8 > :last-child, .framer-dzWnW .framer-14r5p0r > :last-child, .framer-dzWnW .framer-15ok8kv > :last-child, .framer-dzWnW .framer-erzo0q > :last-child, .framer-dzWnW .framer-nmu7lx > :last-child, .framer-dzWnW .framer-4dxcut > :last-child, .framer-dzWnW .framer-wfzzep > :last-child, .framer-dzWnW .framer-fokj9c > :last-child, .framer-dzWnW .framer-1bo3pgv > :last-child, .framer-dzWnW .framer-szuo94 > :last-child, .framer-dzWnW .framer-1mz53kg > :last-child, .framer-dzWnW .framer-vqrt2x > :last-child, .framer-dzWnW .framer-o7ug9a > :last-child, .framer-dzWnW .framer-6o0x6s > :last-child, .framer-dzWnW .framer-1s3azwp > :last-child { margin-right: 0px; } .framer-dzWnW .framer-wf21da > *, .framer-dzWnW .framer-1wbrbv8 > *, .framer-dzWnW .framer-14r5p0r > *, .framer-dzWnW .framer-erzo0q > *, .framer-dzWnW .framer-nmu7lx > *, .framer-dzWnW .framer-4dxcut > *, .framer-dzWnW .framer-wfzzep > *, .framer-dzWnW .framer-fokj9c > *, .framer-dzWnW .framer-1bo3pgv > *, .framer-dzWnW .framer-szuo94 > *, .framer-dzWnW .framer-6o0x6s > *, .framer-dzWnW .framer-1s3azwp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dzWnW .framer-nfo5i8 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-dzWnW .framer-nfo5i8 > :first-child, .framer-dzWnW .framer-1ds81lr > :first-child, .framer-dzWnW .framer-ojejqj > :first-child, .framer-dzWnW .framer-1hox8kl > :first-child, .framer-dzWnW .framer-1xvsq5r > :first-child { margin-top: 0px; } .framer-dzWnW .framer-nfo5i8 > :last-child, .framer-dzWnW .framer-1ds81lr > :last-child, .framer-dzWnW .framer-ojejqj > :last-child, .framer-dzWnW .framer-1hox8kl > :last-child, .framer-dzWnW .framer-1xvsq5r > :last-child { margin-bottom: 0px; } .framer-dzWnW .framer-1ds81lr > *, .framer-dzWnW .framer-1hox8kl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dzWnW .framer-15ok8kv > *, .framer-dzWnW .framer-1mz53kg > *, .framer-dzWnW .framer-vqrt2x > *, .framer-dzWnW .framer-o7ug9a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-dzWnW .framer-ojejqj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-dzWnW .framer-1xvsq5r > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-dzWnW.framer-v-1vjdru.framer-clbh7i { width: 390px; }\",\".framer-dzWnW.framer-v-1vjdru .framer-1n5ddtf { padding: 42px 22px 42px 22px; }\",\".framer-dzWnW.framer-v-1vjdru .framer-1hox8kl, .framer-dzWnW.framer-v-1vjdru .framer-erzo0q, .framer-dzWnW.framer-v-1vjdru .framer-nmu7lx, .framer-dzWnW.framer-v-1vjdru .framer-4dxcut, .framer-dzWnW.framer-v-1vjdru .framer-wfzzep { padding: 0px 0px 0px 15px; }\",\".framer-dzWnW.framer-v-1vjdru .framer-1xvsq5r { padding: 0px 15px 20px 15px; }\",\".framer-dzWnW.framer-v-1vjdru .framer-szuo94 { flex: 1 0 0px; }\",\".framer-dzWnW.framer-v-1vjdru .framer-6o0x6s { flex: 1 0 0px; justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pvro3rvUj\":{\"layout\":[\"fixed\",\"fixed\"]},\"HClsCcfQz\":{\"layout\":[\"fixed\",\"fixed\"]},\"bK7vL0KSp\":{\"layout\":[\"fixed\",\"fixed\"]},\"nndHF1d3J\":{\"layout\":[\"fixed\",\"fixed\"]},\"CdiCFOBlP\":{\"layout\":[\"fixed\",\"fixed\"]},\"JjVk8IP6t\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZnO4gEEiP\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSmkNoZhed=withCSS(Component,css,\"framer-dzWnW\");export default FramerSmkNoZhed;FramerSmkNoZhed.displayName=\"Menu Open Overlay\";FramerSmkNoZhed.defaultProps={height:800,width:1200};addPropertyControls(FramerSmkNoZhed,{variant:{options:[\"I2DiMKo8W\",\"Pvro3rvUj\",\"HClsCcfQz\",\"bK7vL0KSp\",\"nndHF1d3J\",\"CdiCFOBlP\",\"JjVk8IP6t\"],optionTitles:[\"Unhovered\",\"Profile\",\"Case Studies\",\"Contact\",\"Index\",\"Journal\",\"Mobile Full Navigation \"],title:\"Variant\",type:ControlType.Enum},ZnO4gEEiP:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerSmkNoZhed,[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh17aa-5s3AA.woff2\",weight:\"400\"}]},...TextLinkFonts,...OpenNavigationLinkFonts,...VideoFonts,...TextEncryptionEffectFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSmkNoZhed\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ZnO4gEEiP\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pvro3rvUj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HClsCcfQz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bK7vL0KSp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nndHF1d3J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CdiCFOBlP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JjVk8IP6t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmkNoZhed.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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/pUD173fJsosliQ8X4Nzw/xpXhjrMnEuvEhEDZz5Rf/Zc4rlgUye.js\";const cycleOrder=[\"eyytyxpGy\",\"gDw4mfhIy\",\"QAbQjPtpD\",\"gTAuPq6JZ\"];const serializationHash=\"framer-I7MZ4\";const variantClassNames={eyytyxpGy:\"framer-v-cpv035\",gDw4mfhIy:\"framer-v-kdf0z3\",gTAuPq6JZ:\"framer-v-1kjx194\",QAbQjPtpD:\"framer-v-1jn2r8o\"};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={duration:0,type:\"tween\"};const transition2={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};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={\"Text Link - Hover\":\"gDw4mfhIy\",\"Text Link\":\"eyytyxpGy\",\"Txt Link 1\":\"QAbQjPtpD\",\"Txt Link 2\":\"gTAuPq6JZ\"};const getProps=({color,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bwVWMSt6G:link!==null&&link!==void 0?link:props.bwVWMSt6G,Kpveh2Q8O:(_ref=title!==null&&title!==void 0?title:props.Kpveh2Q8O)!==null&&_ref!==void 0?_ref:\"View all\",MOYsDPIsL:(_ref1=color!==null&&color!==void 0?color:props.MOYsDPIsL)!==null&&_ref1!==void 0?_ref1:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"eyytyxpGy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Kpveh2Q8O,MOYsDPIsL,bwVWMSt6G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eyytyxpGy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterjnk3s3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gDw4mfhIy\");});const onMouseLeavesojfge=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"eyytyxpGy\");});const onMouseEnterkdf9av=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gTAuPq6JZ\");});const onMouseLeave1f1f8kj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"QAbQjPtpD\");});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,...addPropertyOverrides({gDw4mfhIy:{value:transition2},gTAuPq6JZ:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cpv035\",className,classNames),\"data-framer-name\":\"Text Link\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eyytyxpGy\",onMouseEnter:onMouseEnterjnk3s3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({gDw4mfhIy:{\"data-framer-name\":\"Text Link - Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeavesojfge},gTAuPq6JZ:{\"data-framer-name\":\"Txt Link 2\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1f1f8kj},QAbQjPtpD:{\"data-framer-name\":\"Txt Link 1\",onMouseEnter:onMouseEnterkdf9av}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:bwVWMSt6G,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5ifad7 framer-1be4gvd\",layoutDependency:layoutDependency,layoutId:\"fKuOqu6WY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1nvzjr6\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mM_eFo8QJ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1uc0dg7\",\"data-styles-preset\":\"Zc4rlgUye\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MOYsDPIsL-dVTZgYLeH))\"},children:\"View project\"})}),className:\"framer-1phqj0i\",\"data-framer-name\":\"View project\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RfxUJwLIS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MOYsDPIsL-dVTZgYLeH)\",\"--variable-reference-MOYsDPIsL-dVTZgYLeH\":MOYsDPIsL},text:Kpveh2Q8O,verticalAlignment:\"top\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I7MZ4.framer-1be4gvd, .framer-I7MZ4 .framer-1be4gvd { display: block; }\",\".framer-I7MZ4.framer-cpv035 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-I7MZ4 .framer-5ifad7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 13px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-I7MZ4 .framer-1nvzjr6, .framer-I7MZ4 .framer-1phqj0i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I7MZ4.framer-cpv035, .framer-I7MZ4 .framer-5ifad7 { gap: 0px; } .framer-I7MZ4.framer-cpv035 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I7MZ4.framer-cpv035 > :first-child { margin-left: 0px; } .framer-I7MZ4.framer-cpv035 > :last-child { margin-right: 0px; } .framer-I7MZ4 .framer-5ifad7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-I7MZ4 .framer-5ifad7 > :first-child { margin-top: 0px; } .framer-I7MZ4 .framer-5ifad7 > :last-child { margin-bottom: 0px; } }\",\".framer-I7MZ4.framer-v-kdf0z3 .framer-5ifad7, .framer-I7MZ4.framer-v-1kjx194 .framer-5ifad7 { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13\n * @framerIntrinsicWidth 67\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gDw4mfhIy\":{\"layout\":[\"auto\",\"auto\"]},\"QAbQjPtpD\":{\"layout\":[\"auto\",\"auto\"]},\"gTAuPq6JZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Kpveh2Q8O\":\"title\",\"MOYsDPIsL\":\"color\",\"bwVWMSt6G\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdVTZgYLeH=withCSS(Component,css,\"framer-I7MZ4\");export default FramerdVTZgYLeH;FramerdVTZgYLeH.displayName=\"Text Link\";FramerdVTZgYLeH.defaultProps={height:13,width:67};addPropertyControls(FramerdVTZgYLeH,{variant:{options:[\"eyytyxpGy\",\"gDw4mfhIy\",\"QAbQjPtpD\",\"gTAuPq6JZ\"],optionTitles:[\"Text Link\",\"Text Link - Hover\",\"Txt Link 1\",\"Txt Link 2\"],title:\"Variant\",type:ControlType.Enum},Kpveh2Q8O:{defaultValue:\"View all\",displayTextArea:false,title:\"Title\",type:ControlType.String},MOYsDPIsL:{defaultValue:'var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3)) /* {\"name\":\"JT Black\"} */',title:\"Color\",type:ControlType.Color},bwVWMSt6G:{title:\"Link\",type:ControlType.Link}});addFonts(FramerdVTZgYLeH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdVTZgYLeH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"67\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gDw4mfhIy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QAbQjPtpD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gTAuPq6JZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"13\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Kpveh2Q8O\\\":\\\"title\\\",\\\"MOYsDPIsL\\\":\\\"color\\\",\\\"bwVWMSt6G\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dVTZgYLeH.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TextLink from\"https://framerusercontent.com/modules/x3R1att2cDfiKxdNxWja/PlEeopO8mhfT3N7WNwAw/dVTZgYLeH.js\";const TextLinkFonts=getFonts(TextLink);const cycleOrder=[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"];const serializationHash=\"framer-LV65r\";const variantClassNames={FeKwNXxsb:\"framer-v-3qp4s6\",IZofKJ4e0:\"framer-v-1kkd832\",jcCoQwoAa:\"framer-v-1b8ee3m\",KCRveuxVb:\"framer-v-wje25z\",OBAYI94ML:\"framer-v-14146bv\",uyF164vS7:\"framer-v-7828to\"};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={duration:0,type:\"tween\"};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={\"Navigation Black Mobile\":\"IZofKJ4e0\",\"Navigation Black\":\"FeKwNXxsb\",\"Navigation Clear Mobile\":\"OBAYI94ML\",\"Navigation Clear\":\"jcCoQwoAa\",\"Navigation White Mobile\":\"KCRveuxVb\",\"Navigation White\":\"uyF164vS7\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,EHMhKGDpT:tap!==null&&tap!==void 0?tap:props.EHMhKGDpT,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FeKwNXxsb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EHMhKGDpT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FeKwNXxsb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12t3iox=activeVariantCallback(async(...args)=>{if(EHMhKGDpT){const res=await EHMhKGDpT(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"uyF164vS7\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"].includes(baseVariant))return false;return true;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3qp4s6\",className,classNames),\"data-framer-name\":\"Navigation Black\",layoutDependency:layoutDependency,layoutId:\"FeKwNXxsb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",...style},variants:{jcCoQwoAa:{backgroundColor:\"rgba(0, 0, 0, 0)\"},OBAYI94ML:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({IZofKJ4e0:{\"data-framer-name\":\"Navigation Black Mobile\"},jcCoQwoAa:{\"data-framer-name\":\"Navigation Clear\"},KCRveuxVb:{\"data-framer-name\":\"Navigation White Mobile\"},OBAYI94ML:{\"data-framer-name\":\"Navigation Clear Mobile\"},uyF164vS7:{\"data-framer-name\":\"Navigation White\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awtpsu\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"pO6YK4B1r\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51a3hu\",\"data-framer-name\":\"Nav Row\",layoutDependency:layoutDependency,layoutId:\"fpGbSz7ON\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"R6_F7xjGZ\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nps3ep framer-bs3puo\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"XQPjY57F1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bkv5ae\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iEvXKn2jt\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 18\"><g transform=\"translate(0.26 0.562)\" id=\"ss12459576159_1\"><path d=\"M 6.331 15.401 L 4.38 13.313 L 7.579 10.097 L 0 10.097 L 0 7.001 L 7.579 7.001 L 4.38 3.785 L 6.331 1.697 L 12.798 8.561 Z M 19.384 1.056 C 20.572 0.352 21.967 0 23.571 0 C 24.827 0 25.954 0.256 26.952 0.768 C 27.951 1.28 28.756 2 29.368 2.928 C 29.981 3.856 30.355 4.92 30.492 6.12 L 27.133 6.12 C 26.922 5.176 26.498 4.428 25.862 3.876 C 25.227 3.324 24.433 3.048 23.48 3.048 C 22.603 3.048 21.839 3.28 21.188 3.744 C 20.538 4.208 20.038 4.856 19.691 5.688 C 19.342 6.52 19.169 7.472 19.169 8.544 C 19.169 10.192 19.551 11.52 20.315 12.528 C 21.078 13.536 22.134 14.04 23.48 14.04 C 24.463 14.04 25.333 13.756 26.09 13.188 C 26.846 12.62 27.299 11.784 27.451 10.68 L 27.451 10.464 L 23.503 10.464 L 23.503 7.608 L 30.606 7.608 L 30.606 16.944 L 28.246 16.944 L 27.883 14.856 C 27.413 15.511 26.785 16.048 25.999 16.464 C 25.212 16.88 24.297 17.088 23.253 17.088 C 21.756 17.088 20.436 16.735 19.294 16.032 C 18.152 15.328 17.267 14.328 16.639 13.032 C 16.011 11.736 15.697 10.24 15.697 8.544 C 15.697 6.832 16.015 5.332 16.65 4.044 C 17.285 2.756 18.196 1.76 19.384 1.056 Z M 33.503 0.146 L 36.907 0.146 L 36.907 13.849 L 43.216 13.849 L 43.216 16.945 L 33.503 16.945 L 33.503 0.145 Z M 51.922 0.146 L 56.007 0.146 L 61.771 16.946 L 58.117 16.946 L 56.892 13.273 L 50.856 13.273 L 49.631 16.945 L 46.114 16.945 L 51.923 0.145 Z M 55.962 10.37 L 53.852 3.985 L 51.764 10.369 L 55.962 10.369 Z M 64.67 0.146 L 67.756 0.146 L 74.495 10.729 L 74.495 0.145 L 77.854 0.145 L 77.854 16.945 L 74.745 16.945 L 68.005 6.361 L 68.005 16.945 L 64.67 16.945 L 64.67 0.145 Z M 84.394 1.056 C 85.566 0.352 86.947 0 88.535 0 C 89.776 0 90.887 0.256 91.87 0.768 C 92.854 1.28 93.648 2 94.254 2.928 C 94.858 3.856 95.221 4.928 95.342 6.144 L 91.939 6.144 C 91.742 5.184 91.33 4.428 90.702 3.876 C 90.074 3.324 89.292 3.048 88.354 3.048 C 87.083 3.048 86.076 3.552 85.336 4.56 C 84.594 5.568 84.224 6.896 84.224 8.544 C 84.224 10.176 84.594 11.5 85.336 12.516 C 86.076 13.532 87.083 14.04 88.354 14.04 C 89.292 14.04 90.074 13.764 90.702 13.212 C 91.33 12.66 91.742 11.904 91.939 10.944 L 95.342 10.944 C 95.221 12.16 94.858 13.232 94.254 14.16 C 93.648 15.088 92.854 15.808 91.87 16.32 C 90.887 16.832 89.776 17.088 88.535 17.088 C 86.947 17.088 85.566 16.735 84.394 16.032 C 83.222 15.328 82.321 14.332 81.693 13.043 C 81.066 11.755 80.752 10.256 80.752 8.543 C 80.752 6.832 81.066 5.332 81.693 4.043 C 82.321 2.756 83.222 1.76 84.394 1.056 Z M 109.156 0.146 L 109.156 3.241 L 101.645 3.241 L 101.645 7.009 L 107.545 7.009 L 107.545 9.961 L 101.645 9.961 L 101.645 13.849 L 109.156 13.849 L 109.156 16.945 L 98.241 16.945 L 98.241 0.145 L 109.156 0.145 Z M 113.875 13.177 C 114.389 13.177 114.821 13.358 115.174 13.721 C 115.521 14.083 115.695 14.526 115.695 15.049 C 115.695 15.568 115.521 16.009 115.174 16.371 C 114.821 16.733 114.389 16.915 113.875 16.915 C 113.365 16.915 112.935 16.733 112.582 16.371 C 112.238 16.029 112.046 15.549 112.054 15.049 C 112.054 14.526 112.23 14.083 112.582 13.721 C 112.935 13.358 113.365 13.177 113.875 13.177 Z M 113.875 16.507 C 114.284 16.507 114.622 16.369 114.888 16.091 C 115.155 15.809 115.288 15.462 115.288 15.049 C 115.288 14.632 115.155 14.282 114.888 14 C 114.612 13.718 114.274 13.577 113.875 13.577 C 113.48 13.577 113.144 13.718 112.868 14 C 112.596 14.277 112.461 14.627 112.461 15.05 C 112.461 15.462 112.596 15.807 112.868 16.084 C 113.144 16.366 113.48 16.507 113.875 16.507 Z M 114.61 15.465 L 114.631 15.729 C 114.641 15.85 114.667 15.938 114.71 15.993 L 114.274 15.993 C 114.241 15.943 114.219 15.855 114.21 15.729 L 114.196 15.525 C 114.186 15.429 114.166 15.364 114.135 15.329 C 114.104 15.293 114.048 15.276 113.968 15.276 L 113.582 15.276 L 113.582 15.993 L 113.168 15.993 L 113.168 14.06 L 113.996 14.06 C 114.201 14.06 114.361 14.11 114.478 14.207 C 114.594 14.306 114.653 14.443 114.653 14.619 C 114.653 14.835 114.567 14.984 114.396 15.064 C 114.534 15.135 114.605 15.268 114.61 15.465 Z M 113.582 14.438 L 113.582 14.914 L 113.974 14.914 C 114.141 14.914 114.225 14.833 114.225 14.672 C 114.225 14.516 114.136 14.438 113.96 14.438 Z\" fill=\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;JT White&quot;} */\"></path></g></svg>',svgContentId:12459576159,withExternalLayout:true,...addPropertyOverrides({uyF164vS7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 18\"><g transform=\"translate(0.26 0.562)\" id=\"ss9333989518_1\"><path d=\"M 6.331 15.401 L 4.38 13.313 L 7.579 10.097 L 0 10.097 L 0 7.001 L 7.579 7.001 L 4.38 3.785 L 6.331 1.697 L 12.798 8.561 Z M 19.384 1.056 C 20.572 0.352 21.967 0 23.571 0 C 24.827 0 25.954 0.256 26.952 0.768 C 27.951 1.28 28.756 2 29.368 2.928 C 29.981 3.856 30.355 4.92 30.492 6.12 L 27.133 6.12 C 26.922 5.176 26.498 4.428 25.862 3.876 C 25.227 3.324 24.433 3.048 23.48 3.048 C 22.603 3.048 21.839 3.28 21.188 3.744 C 20.538 4.208 20.038 4.856 19.691 5.688 C 19.342 6.52 19.169 7.472 19.169 8.544 C 19.169 10.192 19.551 11.52 20.315 12.528 C 21.078 13.536 22.134 14.04 23.48 14.04 C 24.463 14.04 25.333 13.756 26.09 13.188 C 26.846 12.62 27.299 11.784 27.451 10.68 L 27.451 10.464 L 23.503 10.464 L 23.503 7.608 L 30.606 7.608 L 30.606 16.944 L 28.246 16.944 L 27.883 14.856 C 27.413 15.511 26.785 16.048 25.999 16.464 C 25.212 16.88 24.297 17.088 23.253 17.088 C 21.756 17.088 20.436 16.735 19.294 16.032 C 18.152 15.328 17.267 14.328 16.639 13.032 C 16.011 11.736 15.697 10.24 15.697 8.544 C 15.697 6.832 16.015 5.332 16.65 4.044 C 17.285 2.756 18.196 1.76 19.384 1.056 Z M 33.503 0.146 L 36.907 0.146 L 36.907 13.849 L 43.216 13.849 L 43.216 16.945 L 33.503 16.945 L 33.503 0.145 Z M 51.922 0.146 L 56.007 0.146 L 61.771 16.946 L 58.117 16.946 L 56.892 13.273 L 50.856 13.273 L 49.631 16.945 L 46.114 16.945 L 51.923 0.145 Z M 55.962 10.37 L 53.852 3.985 L 51.764 10.369 L 55.962 10.369 Z M 64.67 0.146 L 67.756 0.146 L 74.495 10.729 L 74.495 0.145 L 77.854 0.145 L 77.854 16.945 L 74.745 16.945 L 68.005 6.361 L 68.005 16.945 L 64.67 16.945 L 64.67 0.145 Z M 84.394 1.056 C 85.566 0.352 86.947 0 88.535 0 C 89.776 0 90.887 0.256 91.87 0.768 C 92.854 1.28 93.648 2 94.254 2.928 C 94.858 3.856 95.221 4.928 95.342 6.144 L 91.939 6.144 C 91.742 5.184 91.33 4.428 90.702 3.876 C 90.074 3.324 89.292 3.048 88.354 3.048 C 87.083 3.048 86.076 3.552 85.336 4.56 C 84.594 5.568 84.224 6.896 84.224 8.544 C 84.224 10.176 84.594 11.5 85.336 12.516 C 86.076 13.532 87.083 14.04 88.354 14.04 C 89.292 14.04 90.074 13.764 90.702 13.212 C 91.33 12.66 91.742 11.904 91.939 10.944 L 95.342 10.944 C 95.221 12.16 94.858 13.232 94.254 14.16 C 93.648 15.088 92.854 15.808 91.87 16.32 C 90.887 16.832 89.776 17.088 88.535 17.088 C 86.947 17.088 85.566 16.735 84.394 16.032 C 83.222 15.328 82.321 14.332 81.693 13.043 C 81.066 11.755 80.752 10.256 80.752 8.543 C 80.752 6.832 81.066 5.332 81.693 4.043 C 82.321 2.756 83.222 1.76 84.394 1.056 Z M 109.156 0.146 L 109.156 3.241 L 101.645 3.241 L 101.645 7.009 L 107.545 7.009 L 107.545 9.961 L 101.645 9.961 L 101.645 13.849 L 109.156 13.849 L 109.156 16.945 L 98.241 16.945 L 98.241 0.145 L 109.156 0.145 Z M 113.875 13.177 C 114.389 13.177 114.821 13.358 115.174 13.721 C 115.521 14.083 115.695 14.526 115.695 15.049 C 115.695 15.568 115.521 16.009 115.174 16.371 C 114.821 16.733 114.389 16.915 113.875 16.915 C 113.365 16.915 112.935 16.733 112.582 16.371 C 112.238 16.029 112.046 15.549 112.054 15.049 C 112.054 14.526 112.23 14.083 112.582 13.721 C 112.935 13.358 113.365 13.177 113.875 13.177 Z M 113.875 16.507 C 114.284 16.507 114.622 16.369 114.888 16.091 C 115.155 15.809 115.288 15.462 115.288 15.049 C 115.288 14.632 115.155 14.282 114.888 14 C 114.612 13.718 114.274 13.577 113.875 13.577 C 113.48 13.577 113.144 13.718 112.868 14 C 112.596 14.277 112.461 14.627 112.461 15.05 C 112.461 15.462 112.596 15.807 112.868 16.084 C 113.144 16.366 113.48 16.507 113.875 16.507 Z M 114.61 15.465 L 114.631 15.729 C 114.641 15.85 114.667 15.938 114.71 15.993 L 114.274 15.993 C 114.241 15.943 114.219 15.855 114.21 15.729 L 114.196 15.525 C 114.186 15.429 114.166 15.364 114.135 15.329 C 114.104 15.293 114.048 15.276 113.968 15.276 L 113.582 15.276 L 113.582 15.993 L 113.168 15.993 L 113.168 14.06 L 113.996 14.06 C 114.201 14.06 114.361 14.11 114.478 14.207 C 114.594 14.306 114.653 14.443 114.653 14.619 C 114.653 14.835 114.567 14.984 114.396 15.064 C 114.534 15.135 114.605 15.268 114.61 15.465 Z M 113.582 14.438 L 113.582 14.914 L 113.974 14.914 C 114.141 14.914 114.225 14.833 114.225 14.672 C 114.225 14.516 114.136 14.438 113.96 14.438 Z\" fill=\"var(--token-faf217ee-812d-4474-8131-b934f8e4dc1f, rgb(246, 243, 236)) /* {&quot;name&quot;:&quot;JT Beige&quot;} */\"></path></g></svg>',svgContentId:9333989518}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16hfba8\",layoutDependency:layoutDependency,layoutId:\"PYztneNCT\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o541l4\",\"data-framer-name\":\"Menu Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z5d6L9HXi\",onTap:onTap12t3iox,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-176d5ko-container\",layoutDependency:layoutDependency,layoutId:\"p0mdHnoOe-container\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"p0mdHnoOe\",Kpveh2Q8O:\"menu\",layoutId:\"p0mdHnoOe\",MOYsDPIsL:\"var(--token-6fd3dded-9be8-4471-a82c-6f46144951d0, rgb(255, 255, 255))\",variant:\"eyytyxpGy\",width:\"100%\",...addPropertyOverrides({KCRveuxVb:{MOYsDPIsL:\"rgb(255, 255, 255)\"},uyF164vS7:{MOYsDPIsL:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LV65r.framer-bs3puo, .framer-LV65r .framer-bs3puo { display: block; }\",\".framer-LV65r.framer-3qp4s6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 42px 37px 42px 37px; position: relative; width: 1200px; }\",\".framer-LV65r .framer-1awtpsu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LV65r .framer-51a3hu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LV65r .framer-1nps3ep { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-LV65r .framer-1bkv5ae { flex: none; height: 18px; position: relative; width: 118px; }\",\".framer-LV65r .framer-16hfba8 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-height: 13px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LV65r .framer-1o541l4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LV65r .framer-176d5ko-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LV65r.framer-3qp4s6, .framer-LV65r .framer-1awtpsu, .framer-LV65r .framer-51a3hu, .framer-LV65r .framer-1nps3ep, .framer-LV65r .framer-16hfba8, .framer-LV65r .framer-1o541l4 { gap: 0px; } .framer-LV65r.framer-3qp4s6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-LV65r.framer-3qp4s6 > :first-child, .framer-LV65r .framer-1awtpsu > :first-child, .framer-LV65r .framer-51a3hu > :first-child, .framer-LV65r .framer-1nps3ep > :first-child, .framer-LV65r .framer-16hfba8 > :first-child, .framer-LV65r .framer-1o541l4 > :first-child { margin-left: 0px; } .framer-LV65r.framer-3qp4s6 > :last-child, .framer-LV65r .framer-1awtpsu > :last-child, .framer-LV65r .framer-51a3hu > :last-child, .framer-LV65r .framer-1nps3ep > :last-child, .framer-LV65r .framer-16hfba8 > :last-child, .framer-LV65r .framer-1o541l4 > :last-child { margin-right: 0px; } .framer-LV65r .framer-1awtpsu > *, .framer-LV65r .framer-51a3hu > *, .framer-LV65r .framer-1nps3ep > *, .framer-LV65r .framer-1o541l4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LV65r .framer-16hfba8 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-LV65r.framer-v-7828to .framer-1nps3ep { order: 0; }\",\".framer-LV65r.framer-v-7828to .framer-1o541l4 { order: 2; }\",\".framer-LV65r.framer-v-1kkd832.framer-3qp4s6, .framer-LV65r.framer-v-wje25z.framer-3qp4s6, .framer-LV65r.framer-v-14146bv.framer-3qp4s6 { padding: 42px 22px 42px 22px; width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 102\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uyF164vS7\":{\"layout\":[\"fixed\",\"auto\"]},\"jcCoQwoAa\":{\"layout\":[\"fixed\",\"auto\"]},\"IZofKJ4e0\":{\"layout\":[\"fixed\",\"auto\"]},\"KCRveuxVb\":{\"layout\":[\"fixed\",\"auto\"]},\"OBAYI94ML\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EHMhKGDpT\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryGfvD64UY=withCSS(Component,css,\"framer-LV65r\");export default FrameryGfvD64UY;FrameryGfvD64UY.displayName=\"Navigation\";FrameryGfvD64UY.defaultProps={height:102,width:1200};addPropertyControls(FrameryGfvD64UY,{variant:{options:[\"FeKwNXxsb\",\"uyF164vS7\",\"jcCoQwoAa\",\"IZofKJ4e0\",\"KCRveuxVb\",\"OBAYI94ML\"],optionTitles:[\"Navigation Black\",\"Navigation White\",\"Navigation Clear\",\"Navigation Black Mobile\",\"Navigation White Mobile\",\"Navigation Clear Mobile\"],title:\"Variant\",type:ControlType.Enum},EHMhKGDpT:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameryGfvD64UY,[{explicitInter:true,fonts:[]},...TextLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGfvD64UY\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uyF164vS7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jcCoQwoAa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IZofKJ4e0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KCRveuxVb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OBAYI94ML\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"102\",\"framerVariables\":\"{\\\"EHMhKGDpT\\\":\\\"tap\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kpveh2Q8O", "MOYsDPIsL", "bwVWMSt6G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterjnk3s3", "args", "onMouseLeavesojfge", "onMouseEnterkdf9av", "onMouseLeave1f1f8kj", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "u", "RichText", "css", "FramerdVTZgYLeH", "withCSS", "dVTZgYLeH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AutoCopyrightStatement", "Component", "props", "_props_children_props_children", "_props_children_props", "_props_children", "textProps", "p", "TextEncryptionEffect", "props", "isCanvas", "RenderTarget", "text", "activators", "ref", "pe", "isInView", "useInView", "value", "setValue", "useDencrypt", "runAnimation", "ue", "p", "addPropertyControls", "ControlType", "defaultOptions", "getRandomChar", "chars", "getChar", "i", "j", "maxLength", "oldValue", "newValue", "dencrypt", "options", "interval", "callback", "initialValue", "lastValue", "isCrypting", "calculateValues", "nextValue", "prevValue", "nextLength", "prevLength", "iterations", "_", "values", "resolve", "next", "v", "o", "result", "setResult", "ye", "setSetValue", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pmLxJr3U4", "fHKDDMhyL", "b89VyIKsR", "aAL3Kk_ub", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1jq8al6", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "motion", "cx", "RichText", "x", "css", "FramerV3EjteYMK", "withCSS", "V3EjteYMK_default", "addPropertyControls", "ControlType", "addFonts", "TextLinkFonts", "getFonts", "dVTZgYLeH_default", "OpenNavigationLinkFonts", "V3EjteYMK_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "VideoFonts", "Video", "TextEncryptionEffectFonts", "TextEncryptionEffect", "MotionAWithFXWithOptimizedAppearEffect", "motion", "RichTextAutoCopyrightStatement1r1rf9z", "withCodeBoundaryForOverrides", "RichText", "AutoCopyrightStatement", "MotionDivWithFXWithOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "transition7", "animation6", "animation7", "transition8", "animation8", "transition9", "animation9", "transition10", "animation10", "transition11", "animation11", "transition12", "animation12", "transition13", "animation13", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZnO4gEEiP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsgutib", "args", "onMouseEnterbkbs62", "onMouseLeave6wal2l", "onMouseEnterx99192", "onMouseEnter10dh9qc", "onMouseEnterj1jt39", "onMouseEnter12b6fck", "onMouseLeavej1jt39", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerSmkNoZhed", "withCSS", "SmkNoZhed_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Kpveh2Q8O", "MOYsDPIsL", "bwVWMSt6G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterjnk3s3", "args", "onMouseLeavesojfge", "onMouseEnterkdf9av", "onMouseLeave1f1f8kj", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "u", "RichText", "css", "FramerdVTZgYLeH", "withCSS", "dVTZgYLeH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TextLinkFonts", "getFonts", "dVTZgYLeH_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EHMhKGDpT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12t3iox", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "ComponentViewportProvider", "css", "FrameryGfvD64UY", "withCSS", "yGfvD64UY_default", "addPropertyControls", "ControlType", "addFonts"]
}
