{
  "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/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js", "ssg:https://framerusercontent.com/modules/fxybdgwRRLdqvYBoWzv2/oMrsqB00ysezUem69Tn1/eddhjzMea.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", "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 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 isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.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();},[]);return{play,pause,setProgress};}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);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=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===SrcType.Url)return srcUrl+fragment;if(srcType===SrcType.Video)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=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)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=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoplayBehavior===\"on-mount\",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:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},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\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (1249b65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,removeHiddenBreakpointLayers,RichText,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js\";import Footer2 from\"#framer/local/canvasComponent/jXjy2MUJ0/jXjy2MUJ0.js\";import Navigation from\"#framer/local/canvasComponent/Me7vNJ0o2/Me7vNJ0o2.js\";import Logo from\"#framer/local/canvasComponent/QHxIq7wIl/QHxIq7wIl.js\";import BigTextAnimated from\"#framer/local/canvasComponent/rfxK1hsQq/rfxK1hsQq.js\";import metadataProvider from\"#framer/local/webPageMetadata/eddhjzMea/eddhjzMea.js\";const NavigationFonts=getFonts(Navigation);const LogoFonts=getFonts(Logo);const BigTextAnimatedFonts=getFonts(BigTextAnimated);const BigTextAnimatedWithVariantAppearEffect=withVariantAppearEffect(BigTextAnimated);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const Footer2Fonts=getFonts(Footer2);const cycleOrder=[\"gynxMpFgi\",\"RLj4czlbr\",\"P8aJTgQU2\"];const breakpoints={gynxMpFgi:\"(min-width: 1200px)\",P8aJTgQU2:\"(max-width: 809px)\",RLj4czlbr:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={gynxMpFgi:\"framer-v-j3b4rs\",P8aJTgQU2:\"framer-v-1k195mf\",RLj4czlbr:\"framer-v-17nc74z\"};if(isBrowser()){removeHiddenBreakpointLayers(\"gynxMpFgi\",breakpoints,variantClassNames);}const transitions={default:{duration:0}};const transition1={damping:40,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:80};const transformTemplate=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:80};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:80};const transition2={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:80};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"gynxMpFgi\",Phone:\"P8aJTgQU2\",Tablet:\"RLj4czlbr\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"gynxMpFgi\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,oMvJPVessBg8uHKJvN,oMvJPVessb0Gl0mFr1,oMvJPVessdTQJhO7ei,oMvJPVesslo3bvnyih,...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);return()=>{document.body.classList.remove(metadata1.bodyClassName);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const id=useRouteElementId(\"VtpFTYdxQ\");const ref1=React.useRef(null);const id1=useRouteElementId(\"XwrjbcOQ8\");const ref2=React.useRef(null);const id2=useRouteElementId(\"cR_kcV4KT\");const ref3=React.useRef(null);const id3=useRouteElementId(\"wJ_t8SMKT\");const ref4=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"P8aJTgQU2\")return true;return!isBrowser();};const isDisplayed1=()=>{if(baseVariant===\"P8aJTgQU2\")return!isBrowser();return true;};const id4=useRouteElementId(\"XDZwWAW8X\");const ref5=React.useRef(null);const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"gynxMpFgi\",variantClassNames},children:/*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsxs(motion.div,{className:cx(\"framer-4j8jV\"),style:{display:\"contents\"},children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-j3b4rs\",className),ref:ref,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1dngwh3-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"CoDpYHf2c\",layoutId:\"CoDpYHf2c\",style:{width:\"100%\"},variant:\"hovpeQs9l\",width:\"100%\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tb4wi3\",\"data-framer-name\":\"Cover\",id:id,name:\"Cover\",ref:ref1,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1mkpng6-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"cyq2Gq1gi\",layoutId:\"cyq2Gq1gi\",style:{height:\"100%\",width:\"100%\"},variant:\"aygtuBV6k\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-m93fps-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{__framer__obscuredVariantId:\"Mb2ao78mR\",__framer__visibleVariantId:\"H9qZimv0Z\",variant:\"Mb2ao78mR\"}},children:/*#__PURE__*/_jsx(BigTextAnimatedWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"JktGpYRPe\",__framer__threshold:0,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"dVhSDoogR\",animatedText:\"Somos constructores. Construir es nuestro objetivo, en donde cada proyecto representa una oportunidad para impulsar el cambio hacia una construcci\\xf3n positiva que aporta valor al ecosistema.\",height:\"100%\",id:\"tZDq9YrVJ\",layoutId:\"tZDq9YrVJ\",style:{width:\"100%\"},variant:\"JktGpYRPe\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{\"data-framer-appear-id\":\"11rqhmo\",animate:optimizeAppear(\"animate\",\"11rqhmo\",animation1,\"1k195mf\"),initial:optimizeAppear(\"initial\",\"11rqhmo\",animation2,\"1k195mf\"),transformTemplate:optimizeAppearTransformTemplate(\"11rqhmo\",transformTemplate)},RLj4czlbr:{\"data-framer-appear-id\":\"1i2zs9i\",animate:optimizeAppear(\"animate\",\"1i2zs9i\",animation1,\"17nc74z\"),initial:optimizeAppear(\"initial\",\"1i2zs9i\",animation2,\"17nc74z\"),transformTemplate:optimizeAppearTransformTemplate(\"1i2zs9i\",transformTemplate)}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"6rcbcl\",animation1,\"j3b4rs\"),className:\"framer-6rcbcl\",\"data-framer-appear-id\":\"6rcbcl\",\"data-framer-name\":\"Projects\",exit:animation,id:id1,initial:optimizeAppear(\"initial\",\"6rcbcl\",animation2,\"j3b4rs\"),name:\"Projects\",ref:ref2,transformTemplate:optimizeAppearTransformTemplate(\"6rcbcl\",transformTemplate),children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12va9k7\",\"data-framer-name\":\"1 Column\",name:\"1 Column\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-llo0qm\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Project Image\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:\"max(100vw - 20px, 0px)\",src:\"https://framerusercontent.com/images/sJqavS5F9ggAdvjFKgfzPeYXk.jpg\",srcSet:\"https://framerusercontent.com/images/sJqavS5F9ggAdvjFKgfzPeYXk.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/sJqavS5F9ggAdvjFKgfzPeYXk.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/sJqavS5F9ggAdvjFKgfzPeYXk.jpg 1920w\"},className:\"framer-s9zf23\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5g4ykd\",\"data-framer-name\":\"2 Columns\",name:\"2 Columns\",children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-yo3ju1\",\"data-framer-name\":\"Card Text\",name:\"Card Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1udgse8\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l8ut46-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{__framer__obscuredVariantId:\"Mb2ao78mR\",__framer__visibleVariantId:\"H9qZimv0Z\",variant:\"Mb2ao78mR\"}},children:/*#__PURE__*/_jsx(BigTextAnimatedWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"JktGpYRPe\",__framer__threshold:0,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"dVhSDoogR\",animatedText:\"Nuestro enfoque constructivo garantiza el \\xe9xito en cada uno de nuestros proyectos, un equilibrio de experiencia y profesionalidad hacen realidad las necesidades y exigencias de nuestros clientes.\",height:\"100%\",id:\"aLthPWLU2\",layoutId:\"aLthPWLU2\",style:{width:\"100%\"},variant:\"JktGpYRPe\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h3qf37\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1267,intrinsicWidth:713,loading:\"lazy\",pixelHeight:1267,pixelWidth:713,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg\",srcSet:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=512 288w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=1024 576w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg 713w\"}},RLj4czlbr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1267,intrinsicWidth:713,loading:\"lazy\",pixelHeight:1267,pixelWidth:713,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg\",srcSet:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=512 288w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=1024 576w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg 713w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Project Image\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1267,intrinsicWidth:713,loading:\"lazy\",pixelHeight:1267,pixelWidth:713,sizes:\"max((100vw - 30px) / 2, 0px)\",src:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg\",srcSet:\"https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=512 288w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg?scale-down-to=1024 576w, https://framerusercontent.com/images/4gOxahI8bmeFFPYy2tROZZXGw.jpg 713w\"},className:\"framer-13ts790\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b5h9b0\",\"data-framer-name\":\"1 Column\",name:\"1 Column\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpuhz4\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Project Image\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:2250,intrinsicWidth:4e3,loading:\"lazy\",pixelHeight:2250,pixelWidth:4e3,sizes:\"max(100vw - 20px, 0px)\",src:\"https://framerusercontent.com/images/7At7COxROEEytt19nT2SvsDN4WU.jpg\",srcSet:\"https://framerusercontent.com/images/7At7COxROEEytt19nT2SvsDN4WU.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/7At7COxROEEytt19nT2SvsDN4WU.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/7At7COxROEEytt19nT2SvsDN4WU.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/7At7COxROEEytt19nT2SvsDN4WU.jpg 4000w\"},className:\"framer-bgd40l\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cgruhk\",\"data-framer-name\":\"2 Columns\",name:\"2 Columns\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t7lkuf\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3999,intrinsicWidth:2999,loading:\"lazy\",pixelHeight:3999,pixelWidth:2999,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg\",srcSet:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=512 383w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=1024 767w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=2048 1535w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg 2999w\"}},RLj4czlbr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3999,intrinsicWidth:2999,loading:\"lazy\",pixelHeight:3999,pixelWidth:2999,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg\",srcSet:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=512 383w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=1024 767w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=2048 1535w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg 2999w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"Project Image\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3999,intrinsicWidth:2999,loading:\"lazy\",pixelHeight:3999,pixelWidth:2999,sizes:\"max((100vw - 30px) / 2, 0px)\",src:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg\",srcSet:\"https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=512 383w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=1024 767w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg?scale-down-to=2048 1535w, https://framerusercontent.com/images/NElGldOfkdCJYHZ7w7Z32s2NeM.jpg 2999w\"},className:\"framer-x5jhg5\",\"data-framer-name\":\"Parallax Image\",name:\"Parallax Image\"})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-hd0f1h\",\"data-framer-name\":\"Card Text\",name:\"Card Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qjl9sj\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qztf7k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{__framer__obscuredVariantId:\"Mb2ao78mR\",__framer__visibleVariantId:\"H9qZimv0Z\",variant:\"Mb2ao78mR\"},RLj4czlbr:{animatedText:\"Un equipo profesional consolidado con amplia experiencia formado por ingenieros,\\narquitectos, financieros y lideres que crean sinergias con sus valores y conocimientos, hacen posible el \\xf3ptimo crecimiento de la compa\\xf1\\xeda regido por la excelencia.\"}},children:/*#__PURE__*/_jsx(BigTextAnimatedWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"JktGpYRPe\",__framer__threshold:0,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"dVhSDoogR\",animatedText:\"Un equipo de arquitectos e ingenieros con amplia experiencia en el sector lidera el crecimiento de la compa\\xf1\\xeda, haci\\xe9ndolo posible de una manera \\xf3ptima, en donde la excelencia, el compromiso y la innovaci\\xf3n marcan el camino hacia el futuro.\",height:\"100%\",id:\"LoiV0X6Wp\",layoutId:\"LoiV0X6Wp\",style:{width:\"100%\"},variant:\"JktGpYRPe\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19jd9u6\",\"data-framer-name\":\"Services\",id:id2,name:\"Services\",ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-araonn\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5bzv0a\",transformTemplate:transformTemplate,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17))\"},children:\"Construcci\\xf3n inteligente y sostenible\"})})},RLj4czlbr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-1.3px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17))\"},children:[\"Construcci\\xf3n\",/*#__PURE__*/_jsx(\"br\",{}),\"inteligente / sostenible\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-1.3px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(17, 17, 17))\"},children:\"Construcci\\xf3n inteligente / sostenible\"})}),className:\"framer-5dyt0z\",fonts:[\"CUSTOM;Futura Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:\"Nos preocupamos por la sostenibilidad y el entorno, enfoc\\xe1ndonos en lo m\\xe1s importante, la protecci\\xf3n de las personas, por eso nos exigimos cumplir con los Objetivos de Desarrollo Sostenible (ODS) desempe\\xf1ando nuestra actividad bajo los esquemas internacionales de referencia en construcci\\xf3n sostenible como son BREEAM, CES, PASSIVHAUS o LEED.\"})})},RLj4czlbr:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:\"Nuestro deseo por construir protegiendo el entorno y velando por las personas que habitan los edificios nos exige cumplir con los Objetivos de Desarrollo Sostenible (ODS) en todos los procesos desarrollados por la compa\\xf1\\xeda, teniendo como resultado una gesti\\xf3n empresarial\"}),/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:[\"sostenible.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:\"Desarrollamos nuestra actividad bajo los esquemas internacionales de referencia en\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:\"construcci\\xf3n sostenible como BREEAM, CES, PASSIVHAUS o LEED.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-01d95d6b-e7f0-4761-a1f2-91d454a71bab, rgb(22, 22, 22))\"},children:\"Nos preocupamos por la sostenibilidad y el entorno, enfoc\\xe1ndonos en lo m\\xe1s importante, la protecci\\xf3n de las personas, por eso nos exigimos cumplir con los Objetivos de Desarrollo Sostenible (ODS) desempe\\xf1ando nuestra actividad bajo los esquemas internacionales de referencia en construcci\\xf3n sostenible como son BREEAM, CES, PASSIVHAUS o LEED.\"})}),className:\"framer-djesh4\",fonts:[\"CUSTOM;Verdana Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xqwwpb\",\"data-framer-name\":\"Clients\",id:id3,name:\"Clients\",ref:ref4,children:[isDisplayed()&&/*#__PURE__*/_jsx(Container,{className:\"framer-1o28dpu-container hidden-j3b4rs hidden-17nc74z\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"MbMgsilZp\",isMixedBorderRadius:false,layoutId:\"MbMgsilZp\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/NX1tzMXBYHUtGrlwOZ6te8kqP5E.mp4\",srcType:\"Upload\",srcUrl:\"https://drive.google.com/file/d/1Ll5pIQleSr2-3K80PXsthdKe-7yUPZAP/view?usp=share_link\",startTime:0,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(Container,{className:\"framer-j8ehab-container hidden-1k195mf\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"LeOJDMxl1\",isMixedBorderRadius:false,layoutId:\"LeOJDMxl1\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/NX1tzMXBYHUtGrlwOZ6te8kqP5E.mp4\",srcType:\"Upload\",srcUrl:\"https://drive.google.com/file/d/1Ll5pIQleSr2-3K80PXsthdKe-7yUPZAP/view?usp=share_link\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Excelencia Innovaci\\xf3n Compromiso\"})})},RLj4czlbr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Excelencia / Innovaci\\xf3n Compromiso\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1ZlcmRhbmEgUmVndWxhcg==\",\"--framer-font-family\":'\"Verdana Regular\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Excelencia / Innovaci\\xf3n / Compromiso\"})}),className:\"framer-rvm9wz\",fonts:[\"CUSTOM;Verdana Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1hareiu-container\",id:id4,ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{P8aJTgQU2:{style:{width:\"100%\"},variant:\"lwbhEZrk_\"},RLj4czlbr:{variant:\"RQ5EZDF3I\"}},children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"XDZwWAW8X\",layoutId:\"XDZwWAW8X\",style:{height:\"100%\",width:\"100%\"},variant:\"uBWqpMBYb\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-4j8jV [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; } }\",`.${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; }`,\".framer-4j8jV .framer-zqly5 { display: block; }\",\".framer-4j8jV .framer-j3b4rs { align-content: flex-start; align-items: flex-start; background-color: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 10px 10px 10px; position: relative; width: 1200px; }\",\".framer-4j8jV .framer-1dngwh3-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 8; }\",\".framer-4j8jV .framer-tb4wi3 { align-content: flex-start; align-items: flex-start; background-color: var(--token-08f60798-9725-4b79-b65b-b7b29c849ad2, rgba(239, 239, 239, 0.5)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 95vh; justify-content: flex-end; overflow: visible; padding: 50px 50px 80px 50px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-1mkpng6-container { flex: none; height: 150px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-m93fps-container { flex: none; height: auto; position: relative; width: 80%; }\",\".framer-4j8jV .framer-6rcbcl { 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 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-4j8jV .framer-12va9k7, .framer-4j8jV .framer-5g4ykd, .framer-4j8jV .framer-b5h9b0, .framer-4j8jV .framer-cgruhk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 95vh; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-llo0qm { align-content: center; align-items: center; background-color: var(--oMvJPVessBg8uHKJvN); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-s9zf23, .framer-4j8jV .framer-13ts790, .framer-4j8jV .framer-bgd40l, .framer-4j8jV .framer-x5jhg5 { flex: none; height: 100vh; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-4j8jV .framer-yo3ju1 { align-content: center; align-items: center; background-color: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-1udgse8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 50px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-l8ut46-container, .framer-4j8jV .framer-1qztf7k-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-4j8jV .framer-1h3qf37 { align-content: center; align-items: center; background-color: var(--oMvJPVessb0Gl0mFr1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-mpuhz4 { align-content: center; align-items: center; background-color: var(--oMvJPVessdTQJhO7ei); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-t7lkuf { align-content: center; align-items: center; background-color: var(--oMvJPVesslo3bvnyih); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-hd0f1h { align-content: center; align-items: center; background-color: #b0b0b0; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-4j8jV .framer-1qjl9sj { align-content: center; align-items: center; background-color: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 50px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-19jd9u6 { align-content: flex-start; align-items: flex-start; background-color: var(--token-08f60798-9725-4b79-b65b-b7b29c849ad2, rgba(239, 239, 239, 0.5)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 100px 50px 100px 50px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-araonn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-5bzv0a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 90%; }\",\".framer-4j8jV .framer-5dyt0z, .framer-4j8jV .framer-djesh4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4j8jV .framer-xqwwpb { align-content: flex-start; align-items: flex-start; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 90vh; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-4j8jV .framer-1o28dpu-container { bottom: -56px; flex: none; left: -290px; max-height: 100vh; opacity: 0.8; position: absolute; right: -295px; top: -43px; z-index: 1; }\",\".framer-4j8jV .framer-j8ehab-container { flex: 1 0 0px; height: 100%; opacity: 0.8; position: relative; width: 1px; }\",\".framer-4j8jV .framer-rvm9wz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 54px; left: calc(50.00000000000002% - 1034px / 2); max-height: 720px; position: absolute; top: calc(44.58333333333336% - min(720px, 54px) / 2); white-space: pre-wrap; width: 1034px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-4j8jV .framer-1hareiu-container { flex: none; height: 750px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4j8jV .framer-j3b4rs, .framer-4j8jV .framer-tb4wi3, .framer-4j8jV .framer-6rcbcl, .framer-4j8jV .framer-12va9k7, .framer-4j8jV .framer-llo0qm, .framer-4j8jV .framer-5g4ykd, .framer-4j8jV .framer-yo3ju1, .framer-4j8jV .framer-1udgse8, .framer-4j8jV .framer-1h3qf37, .framer-4j8jV .framer-b5h9b0, .framer-4j8jV .framer-mpuhz4, .framer-4j8jV .framer-cgruhk, .framer-4j8jV .framer-t7lkuf, .framer-4j8jV .framer-hd0f1h, .framer-4j8jV .framer-1qjl9sj, .framer-4j8jV .framer-19jd9u6, .framer-4j8jV .framer-araonn, .framer-4j8jV .framer-5bzv0a, .framer-4j8jV .framer-xqwwpb { gap: 0px; } .framer-4j8jV .framer-j3b4rs > *, .framer-4j8jV .framer-tb4wi3 > *, .framer-4j8jV .framer-6rcbcl > *, .framer-4j8jV .framer-1udgse8 > *, .framer-4j8jV .framer-1qjl9sj > *, .framer-4j8jV .framer-5bzv0a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4j8jV .framer-j3b4rs > :first-child, .framer-4j8jV .framer-tb4wi3 > :first-child, .framer-4j8jV .framer-6rcbcl > :first-child, .framer-4j8jV .framer-llo0qm > :first-child, .framer-4j8jV .framer-yo3ju1 > :first-child, .framer-4j8jV .framer-1udgse8 > :first-child, .framer-4j8jV .framer-1h3qf37 > :first-child, .framer-4j8jV .framer-mpuhz4 > :first-child, .framer-4j8jV .framer-t7lkuf > :first-child, .framer-4j8jV .framer-hd0f1h > :first-child, .framer-4j8jV .framer-1qjl9sj > :first-child, .framer-4j8jV .framer-19jd9u6 > :first-child, .framer-4j8jV .framer-araonn > :first-child, .framer-4j8jV .framer-5bzv0a > :first-child { margin-top: 0px; } .framer-4j8jV .framer-j3b4rs > :last-child, .framer-4j8jV .framer-tb4wi3 > :last-child, .framer-4j8jV .framer-6rcbcl > :last-child, .framer-4j8jV .framer-llo0qm > :last-child, .framer-4j8jV .framer-yo3ju1 > :last-child, .framer-4j8jV .framer-1udgse8 > :last-child, .framer-4j8jV .framer-1h3qf37 > :last-child, .framer-4j8jV .framer-mpuhz4 > :last-child, .framer-4j8jV .framer-t7lkuf > :last-child, .framer-4j8jV .framer-hd0f1h > :last-child, .framer-4j8jV .framer-1qjl9sj > :last-child, .framer-4j8jV .framer-19jd9u6 > :last-child, .framer-4j8jV .framer-araonn > :last-child, .framer-4j8jV .framer-5bzv0a > :last-child { margin-bottom: 0px; } .framer-4j8jV .framer-12va9k7 > *, .framer-4j8jV .framer-5g4ykd > *, .framer-4j8jV .framer-b5h9b0 > *, .framer-4j8jV .framer-cgruhk > *, .framer-4j8jV .framer-xqwwpb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4j8jV .framer-12va9k7 > :first-child, .framer-4j8jV .framer-5g4ykd > :first-child, .framer-4j8jV .framer-b5h9b0 > :first-child, .framer-4j8jV .framer-cgruhk > :first-child, .framer-4j8jV .framer-xqwwpb > :first-child { margin-left: 0px; } .framer-4j8jV .framer-12va9k7 > :last-child, .framer-4j8jV .framer-5g4ykd > :last-child, .framer-4j8jV .framer-b5h9b0 > :last-child, .framer-4j8jV .framer-cgruhk > :last-child, .framer-4j8jV .framer-xqwwpb > :last-child { margin-right: 0px; } .framer-4j8jV .framer-llo0qm > *, .framer-4j8jV .framer-yo3ju1 > *, .framer-4j8jV .framer-1h3qf37 > *, .framer-4j8jV .framer-mpuhz4 > *, .framer-4j8jV .framer-t7lkuf > *, .framer-4j8jV .framer-hd0f1h > *, .framer-4j8jV .framer-araonn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4j8jV .framer-19jd9u6 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",\"@media (min-width: 1200px) { .framer-4j8jV .hidden-j3b4rs { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-4j8jV .hidden-17nc74z { display: none !important; } .${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; } .framer-4j8jV .framer-j3b4rs { height: 7179px; width: 810px; } .framer-4j8jV .framer-1mkpng6-container { height: 120px; } .framer-4j8jV .framer-m93fps-container { width: 100%; } .framer-4j8jV .framer-5g4ykd { flex-direction: column; height: 75vh; } .framer-4j8jV .framer-yo3ju1 { height: 1px; width: 100%; } .framer-4j8jV .framer-1udgse8 { padding: 24px 24px 24px 24px; } .framer-4j8jV .framer-1h3qf37 { height: 1px; justify-content: center; width: 100%; } .framer-4j8jV .framer-cgruhk { flex-direction: column; height: 80vh; } .framer-4j8jV .framer-t7lkuf { height: 1px; justify-content: center; order: 1; width: 100%; } .framer-4j8jV .framer-hd0f1h { height: 1px; justify-content: flex-start; order: 0; width: 100%; } .framer-4j8jV .framer-1qjl9sj { overflow: visible; padding: 24px 24px 24px 24px; } .framer-4j8jV .framer-19jd9u6 { padding: 80px 50px 80px 50px; } .framer-4j8jV .framer-5bzv0a { gap: 20px; width: 100%; } .framer-4j8jV .framer-5dyt0z { width: 80%; } .framer-4j8jV .framer-xqwwpb { height: 10%; } .framer-4j8jV .framer-j8ehab-container { height: 785px; order: 3; } .framer-4j8jV .framer-rvm9wz { height: 108px; left: calc(50.00000000000002% - 632px / 2); order: 2; top: calc(50.00000000000002% - min(720px, 108px) / 2); width: 632px; } .framer-4j8jV .framer-1hareiu-container { height: 786px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4j8jV .framer-5g4ykd, .framer-4j8jV .framer-cgruhk, .framer-4j8jV .framer-5bzv0a { gap: 0px; } .framer-4j8jV .framer-5g4ykd > *, .framer-4j8jV .framer-cgruhk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4j8jV .framer-5g4ykd > :first-child, .framer-4j8jV .framer-cgruhk > :first-child, .framer-4j8jV .framer-5bzv0a > :first-child { margin-top: 0px; } .framer-4j8jV .framer-5g4ykd > :last-child, .framer-4j8jV .framer-cgruhk > :last-child, .framer-4j8jV .framer-5bzv0a > :last-child { margin-bottom: 0px; } .framer-4j8jV .framer-5bzv0a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,`@media (max-width: 809px) { .framer-4j8jV .hidden-1k195mf { display: none !important; } .${metadata.bodyClassName} { background: var(--token-103e655d-8369-49b1-b0a1-c7665027a5a6, rgb(255, 255, 255)) /* {\"name\":\"Background\"} */; } .framer-4j8jV .framer-j3b4rs { width: 390px; } .framer-4j8jV .framer-1dngwh3-container, .framer-4j8jV .framer-1o28dpu-container { order: 0; } .framer-4j8jV .framer-tb4wi3 { height: 90vh; order: 1; padding: 100px 30px 60px 30px; } .framer-4j8jV .framer-1mkpng6-container { height: 56px; } .framer-4j8jV .framer-m93fps-container { width: 100%; } .framer-4j8jV .framer-6rcbcl { order: 2; } .framer-4j8jV .framer-llo0qm, .framer-4j8jV .framer-mpuhz4 { justify-content: center; } .framer-4j8jV .framer-5g4ykd { flex-direction: column; height: 114.99999999999999vh; } .framer-4j8jV .framer-yo3ju1 { height: 1px; width: 100%; } .framer-4j8jV .framer-1udgse8 { padding: 40px 40px 40px 40px; } .framer-4j8jV .framer-1h3qf37 { height: 1px; justify-content: center; width: 100%; } .framer-4j8jV .framer-cgruhk { flex-direction: column; height: 125vh; } .framer-4j8jV .framer-t7lkuf { height: 1px; justify-content: center; order: 1; width: 100%; } .framer-4j8jV .framer-hd0f1h { height: 1px; order: 0; width: 100%; } .framer-4j8jV .framer-1qjl9sj { padding: 30px 30px 30px 30px; } .framer-4j8jV .framer-19jd9u6 { order: 3; padding: 30px 30px 60px 30px; } .framer-4j8jV .framer-5bzv0a { gap: 20px; width: 100%; } .framer-4j8jV .framer-xqwwpb { flex-direction: column; height: 616px; order: 4; } .framer-4j8jV .framer-rvm9wz { height: 231px; left: calc(50.00000000000002% - 305px / 2); order: 3; top: calc(50.00000000000002% - min(720px, 231px) / 2); width: 305px; } .framer-4j8jV .framer-1hareiu-container { height: auto; order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4j8jV .framer-5g4ykd, .framer-4j8jV .framer-cgruhk, .framer-4j8jV .framer-5bzv0a, .framer-4j8jV .framer-xqwwpb { gap: 0px; } .framer-4j8jV .framer-5g4ykd > *, .framer-4j8jV .framer-cgruhk > *, .framer-4j8jV .framer-xqwwpb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4j8jV .framer-5g4ykd > :first-child, .framer-4j8jV .framer-cgruhk > :first-child, .framer-4j8jV .framer-5bzv0a > :first-child, .framer-4j8jV .framer-xqwwpb > :first-child { margin-top: 0px; } .framer-4j8jV .framer-5g4ykd > :last-child, .framer-4j8jV .framer-cgruhk > :last-child, .framer-4j8jV .framer-5bzv0a > :last-child, .framer-4j8jV .framer-xqwwpb > :last-child { margin-bottom: 0px; } .framer-4j8jV .framer-5bzv0a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5891\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RLj4czlbr\":{\"layout\":[\"fixed\",\"fixed\"]},\"P8aJTgQU2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables false\n * @framerResponsiveScreen\n */const FramereddhjzMea=withCSS(Component,css,\"framer-4j8jV\");export default FramereddhjzMea;FramereddhjzMea.displayName=\"Home\";FramereddhjzMea.defaultProps={height:5891,width:1200};addFonts(FramereddhjzMea,[{family:\"Futura Heavy\",moduleAsset:{localModuleIdentifier:\"local-module:screen/eddhjzMea:default\",url:\"https://framerusercontent.com/assets/NbuwisDFK4OJgyOpSKjnH4jyRpw.ttf\"},url:\"https://framerusercontent.com/assets/NbuwisDFK4OJgyOpSKjnH4jyRpw.ttf\"},{family:\"Verdana Regular\",moduleAsset:{localModuleIdentifier:\"local-module:screen/eddhjzMea:default\",url:\"https://framerusercontent.com/assets/2oDaMrGM9ftmNxX8sguZPvKps.ttf\"},url:\"https://framerusercontent.com/assets/2oDaMrGM9ftmNxX8sguZPvKps.ttf\"},...NavigationFonts,...LogoFonts,...BigTextAnimatedFonts,...VideoFonts,...Footer2Fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereddhjzMea\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"5891\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RLj4czlbr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P8aJTgQU2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "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", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "NavigationFonts", "getFonts", "Me7vNJ0o2_default", "LogoFonts", "QHxIq7wIl_default", "BigTextAnimatedFonts", "rfxK1hsQq_default", "BigTextAnimatedWithVariantAppearEffect", "withVariantAppearEffect", "ImageWithFX", "withFX", "Image2", "MotionDivWithFX", "motion", "VideoFonts", "Video", "Footer2Fonts", "jXjy2MUJ0_default", "breakpoints", "isBrowser", "variantClassNames", "transitions", "transition1", "animation", "transformTemplate", "_", "animation1", "animation2", "animation3", "transition2", "animation4", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "oMvJPVessBg8uHKJvN", "oMvJPVessb0Gl0mFr1", "oMvJPVessdTQJhO7ei", "oMvJPVesslo3bvnyih", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "useRouteElementId", "ref1", "pe", "id1", "ref2", "id2", "ref3", "id3", "ref4", "isDisplayed", "isDisplayed1", "id4", "ref5", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "Me7vNJ0o2_default", "QHxIq7wIl_default", "PropertyOverrides2", "BigTextAnimatedWithVariantAppearEffect", "optimizeAppear", "optimizeAppearTransformTemplate", "ImageWithFX", "MotionDivWithFX", "x", "RichText2", "Video", "jXjy2MUJ0_default", "css", "FramereddhjzMea", "withCSS", "eddhjzMea_default", "addFonts", "NavigationFonts", "LogoFonts", "BigTextAnimatedFonts", "VideoFonts", "Footer2Fonts", "__FramerMetadata__"]
}
