{
  "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/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/fBVC4pb7u00ZwsYj9obH/XSYCQpS1BcmS9VqRzyXs/UzEXAN1Cp.js", "ssg:https://framerusercontent.com/modules/9SLcD6SzR3zt5Eiewysz/NwduRbxpjOAWhOncOXEL/tD38mI_iq.js", "ssg:https://framerusercontent.com/modules/urDCEFOO5DbTYFj3hS0M/7jtXhSwszJKPM51xpp3C/TuCVxaJS0.js", "ssg:https://framerusercontent.com/modules/s1J6aDKpDKAfZvqMrkOu/TeSmbPG2zvHxVT7A8Ksr/VC3lePsKh.js", "ssg:https://framerusercontent.com/modules/vsMsRGGrqEiiyKyB5LN3/IulMtAWlsmxmXbMZ87pw/YVWnOtFuQ.js", "ssg:https://framerusercontent.com/modules/jycoGr08RE1liw3UsJaj/vqXgIInzYFOKOJIxKUaY/augiA20Il.js", "ssg:https://framerusercontent.com/modules/ypDGCcq8kusNQnWFObNz/rZg70jowfdEZuoQsZFZM/augiA20Il.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,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{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={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// 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;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,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:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",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(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\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     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(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??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??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//     !isStaticRenderer\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??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??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?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\";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\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.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\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},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\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},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\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/3HpO6okyJkb2FdyV9CMj/WmsKMrGjSeTvMBv1MSxG/MbnbYr7WE.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={XHe0fQPUG:{hover:true,pressed:true}};const serializationHash=\"framer-8K8xh\";const variantClassNames={XHe0fQPUG:\"framer-v-19lzopf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({arrow,height,id,link,newTab,smoothScroll,text,width,...props})=>{return{...props,bmX_ab8kS:newTab??props.bmX_ab8kS,ce8ro8vtO:arrow??props.ce8ro8vtO??true,GWqfdR011:link??props.GWqfdR011,H8hPsURHP:text??props.H8hPsURHP??\"Mehr erfahren\",rogaRzmLK:smoothScroll??props.rogaRzmLK};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,GWqfdR011,bmX_ab8kS,rogaRzmLK,H8hPsURHP,ce8ro8vtO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XHe0fQPUG\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:GWqfdR011,motionChild:true,nodeId:\"XHe0fQPUG\",openInNewTab:bmX_ab8kS,scopeId:\"UzEXAN1Cp\",smoothScroll:rogaRzmLK,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-19lzopf\",className,classNames)} framer-hscc1j`,\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XHe0fQPUG\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4790780e-8688-47ba-96c9-e1362212d538, rgb(0, 62, 105))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{\"XHe0fQPUG-pressed\":{\"--border-color\":\"rgba(0, 62, 105, 0.75)\"}},...addPropertyOverrides({\"XHe0fQPUG-hover\":{\"data-framer-name\":undefined},\"XHe0fQPUG-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cw1cnl\",layoutDependency:layoutDependency,layoutId:\"K3TEohk7A\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mr7j07\",\"data-styles-preset\":\"MbnbYr7WE\",children:\"Mehr erfahren\"})}),className:\"framer-1rr1kga\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XjDgFsBVo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:H8hPsURHP,variants:{\"XHe0fQPUG-hover\":{\"--extracted-r6o4lv\":\"rgba(0, 62, 105, 0.75)\"},\"XHe0fQPUG-pressed\":{\"--extracted-r6o4lv\":\"rgba(0, 62, 105, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"XHe0fQPUG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mr7j07\",\"data-styles-preset\":\"MbnbYr7WE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 62, 105, 0.75))\"},children:\"Mehr erfahren\"})})},\"XHe0fQPUG-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mr7j07\",\"data-styles-preset\":\"MbnbYr7WE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 62, 105, 0.5))\"},children:\"Mehr erfahren\"})})}},baseVariant,gestureVariant)})}),ce8ro8vtO&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ik41w\",layoutDependency:layoutDependency,layoutId:\"Et78Uz1f2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cxt61x-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KPwDfgnZ4-container\",nodeId:\"KPwDfgnZ4\",rendersWithMotion:true,scopeId:\"UzEXAN1Cp\",style:{rotate:-45},variants:{\"XHe0fQPUG-hover\":{rotate:0},\"XHe0fQPUG-pressed\":{rotate:0}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4790780e-8688-47ba-96c9-e1362212d538, rgb(0, 62, 105))\",height:\"100%\",iconSearch:\"ArrowRIght\",iconSelection:\"ArrowUpRight\",id:\"KPwDfgnZ4\",layoutId:\"KPwDfgnZ4\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({\"XHe0fQPUG-hover\":{color:\"rgba(0, 62, 105, 0.75)\"},\"XHe0fQPUG-pressed\":{color:\"rgba(0, 62, 105, 0.5)\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8K8xh.framer-hscc1j, .framer-8K8xh .framer-hscc1j { display: block; }\",\".framer-8K8xh.framer-19lzopf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 5px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8K8xh .framer-1cw1cnl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-8K8xh .framer-1rr1kga { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-8K8xh .framer-3ik41w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 16px; }\",\".framer-8K8xh .framer-cxt61x-container { bottom: 0px; flex: none; position: absolute; right: 0px; top: -2px; width: 18px; z-index: 1; }\",...sharedStyle.css,'.framer-8K8xh[data-border=\"true\"]::after, .framer-8K8xh [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 124.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"G1fsC9FyH\":{\"layout\":[\"auto\",\"auto\"]},\"q_KiBjO1L\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GWqfdR011\":\"link\",\"bmX_ab8kS\":\"newTab\",\"rogaRzmLK\":\"smoothScroll\",\"H8hPsURHP\":\"text\",\"ce8ro8vtO\":\"arrow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUzEXAN1Cp=withCSS(Component,css,\"framer-8K8xh\");export default FramerUzEXAN1Cp;FramerUzEXAN1Cp.displayName=\"Button external\";FramerUzEXAN1Cp.defaultProps={height:24,width:124.5};addPropertyControls(FramerUzEXAN1Cp,{GWqfdR011:{title:\"Link\",type:ControlType.Link},bmX_ab8kS:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},rogaRzmLK:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},H8hPsURHP:{defaultValue:\"Mehr erfahren\",displayTextArea:false,placeholder:\"Placeholder\",title:\"Text\",type:ControlType.String},ce8ro8vtO:{defaultValue:true,title:\"Arrow\",type:ControlType.Boolean}});addFonts(FramerUzEXAN1Cp,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUzEXAN1Cp\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"124.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"G1fsC9FyH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q_KiBjO1L\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"GWqfdR011\\\":\\\"link\\\",\\\"bmX_ab8kS\\\":\\\"newTab\\\",\\\"rogaRzmLK\\\":\\\"smoothScroll\\\",\\\"H8hPsURHP\\\":\\\"text\\\",\\\"ce8ro8vtO\\\":\\\"arrow\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Maax Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Maax Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/inRw53pjtKTzExeecs9oTEb7Hs.woff2\"}]}];export const css=['.framer-O1Qbw .framer-styles-preset-fg2cqh:not(.rich-text-wrapper), .framer-O1Qbw .framer-styles-preset-fg2cqh.rich-text-wrapper h1 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-O1Qbw .framer-styles-preset-fg2cqh:not(.rich-text-wrapper), .framer-O1Qbw .framer-styles-preset-fg2cqh.rich-text-wrapper h1 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-O1Qbw .framer-styles-preset-fg2cqh:not(.rich-text-wrapper), .framer-O1Qbw .framer-styles-preset-fg2cqh.rich-text-wrapper h1 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-O1Qbw\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Maax Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Maax Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/LpOhQOLSjiXmnW4upXTaIVtc.woff2\"}]}];export const css=['.framer-gCAmG .framer-styles-preset-12fkhd5:not(.rich-text-wrapper), .framer-gCAmG .framer-styles-preset-12fkhd5.rich-text-wrapper p { --framer-font-family: \"Maax Regular\", \"Maax Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-gCAmG .framer-styles-preset-12fkhd5:not(.rich-text-wrapper), .framer-gCAmG .framer-styles-preset-12fkhd5.rich-text-wrapper p { --framer-font-family: \"Maax Regular\", \"Maax Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-gCAmG .framer-styles-preset-12fkhd5:not(.rich-text-wrapper), .framer-gCAmG .framer-styles-preset-12fkhd5.rich-text-wrapper p { --framer-font-family: \"Maax Regular\", \"Maax Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-gCAmG\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Maax Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Maax Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/inRw53pjtKTzExeecs9oTEb7Hs.woff2\"}]}];export const css=['.framer-fdd0h .framer-styles-preset-1ebai7v:not(.rich-text-wrapper), .framer-fdd0h .framer-styles-preset-1ebai7v.rich-text-wrapper h2 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-fdd0h .framer-styles-preset-1ebai7v:not(.rich-text-wrapper), .framer-fdd0h .framer-styles-preset-1ebai7v.rich-text-wrapper h2 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-fdd0h .framer-styles-preset-1ebai7v:not(.rich-text-wrapper), .framer-fdd0h .framer-styles-preset-1ebai7v.rich-text-wrapper h2 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-fdd0h\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Maax Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Maax Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/inRw53pjtKTzExeecs9oTEb7Hs.woff2\"}]}];export const css=['.framer-HAdcQ .framer-styles-preset-1o9rvk6:not(.rich-text-wrapper), .framer-HAdcQ .framer-styles-preset-1o9rvk6.rich-text-wrapper h3 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-HAdcQ .framer-styles-preset-1o9rvk6:not(.rich-text-wrapper), .framer-HAdcQ .framer-styles-preset-1o9rvk6.rich-text-wrapper h3 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HAdcQ .framer-styles-preset-1o9rvk6:not(.rich-text-wrapper), .framer-HAdcQ .framer-styles-preset-1o9rvk6.rich-text-wrapper h3 { --framer-font-family: \"Maax Medium\", \"Maax Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HAdcQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={Jiuuwd7Kr:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Navigation from\"#framer/local/canvasComponent/afXv3Isfs/afXv3Isfs.js\";import Footer from\"#framer/local/canvasComponent/DCv96jbQP/DCv96jbQP.js\";import ButtonExternal from\"#framer/local/canvasComponent/UzEXAN1Cp/UzEXAN1Cp.js\";import*as sharedStyle3 from\"#framer/local/css/L9To_ixQq/L9To_ixQq.js\";import*as sharedStyle from\"#framer/local/css/tD38mI_iq/tD38mI_iq.js\";import*as sharedStyle1 from\"#framer/local/css/TuCVxaJS0/TuCVxaJS0.js\";import*as sharedStyle2 from\"#framer/local/css/VC3lePsKh/VC3lePsKh.js\";import*as sharedStyle4 from\"#framer/local/css/YVWnOtFuQ/YVWnOtFuQ.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const ButtonExternalFonts=getFonts(ButtonExternal);const FooterFonts=getFonts(Footer);const breakpoints={enQzuY6U5:\"(max-width: 809px)\",KGJ1wQoSs:\"(min-width: 1920px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 1919px)\",ZueoXy5jN:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-G1cnV\";const variantClassNames={enQzuY6U5:\"framer-v-1lo6kvk\",KGJ1wQoSs:\"framer-v-heivzn\",WQLkyLRf1:\"framer-v-72rtr7\",ZueoXy5jN:\"framer-v-1rsstl7\"};const transition1={bounce:.1,delay:.2,duration:.8,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-35};const transition2={bounce:.1,delay:.2,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:35};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"enQzuY6U5\",Tablet:\"ZueoXy5jN\",Wide:\"KGJ1wQoSs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"Ld2FFDk_L\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"enQzuY6U5\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"enQzuY6U5\")return true;return false;};usePreloadLocalizedValues(activeLocale);const elementId1=useRouteElementId(\"DRtapgyO5\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"wlT2KmRYL\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"ZhH_5q6u1\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"XwxKScmib\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"BUiIKirKi\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"R_HQiHa76\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"WjB_U2hRH\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"lK8U27nRK\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"aSPwfCmMj\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"TrO2xzCtH\");const ref11=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-h6t2nn\",\"data-framer-appear-id\":\"h6t2nn\",\"data-framer-name\":\"Navigation\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{width:componentViewport?.width||\"100vw\"},ZueoXy5jN:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`calc(${componentViewport?.width||\"100vw\"} - 100px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wcf1e4-container\",nodeId:\"FF1UQ0rTD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{variant:\"QkCbdgpVm\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"FF1UQ0rTD\",layoutId:\"FF1UQ0rTD\",style:{width:\"100%\"},variant:\"ZUJGh2t6x\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1hui4b8\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1yitcvy\",\"data-framer-name\":\"Header\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6xmewh-container hidden-1lo6kvk\",\"data-framer-name\":\"Video Desktop\",isAuthoredByUser:true,isModuleExternal:true,name:\"Video Desktop\",nodeId:\"hPcsFAWWb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(255, 255, 255, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"hPcsFAWWb\",isMixedBorderRadius:false,layoutId:\"hPcsFAWWb\",loop:true,muted:true,name:\"Video Desktop\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/NLbIdyIc5Cy9HG9xiXVrZzMWXk.webp\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/L0usoXoXPVpPqDrPHASrxmnExk.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hc3cup-container hidden-72rtr7 hidden-1rsstl7 hidden-heivzn\",\"data-framer-name\":\"Video Mobile\",isAuthoredByUser:true,isModuleExternal:true,name:\"Video Mobile\",nodeId:\"p6Une5r7H\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(255, 255, 255, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"p6Une5r7H\",isMixedBorderRadius:false,layoutId:\"p6Une5r7H\",loop:true,muted:true,name:\"Video Mobile\",objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/oHPWNteC7j0uIvyqyO6ZZzMx0rQ.webp\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/s0kmMZY8L3vPSGe25acETAX6OZQ.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6xf3g\",\"data-framer-name\":\"Gradient bottom\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hhxp8r\",\"data-framer-name\":\"Gradient top\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1nn3787\",\"data-framer-appear-id\":\"1nn3787\",\"data-framer-name\":\"Headline\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-fg2cqh\",\"data-styles-preset\":\"tD38mI_iq\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"DERAG Unternehmensgruppe\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})]})}),className:\"framer-q2fn3t\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-12fkhd5\",\"data-styles-preset\":\"TuCVxaJS0\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ein familiengef\\xfchrtes Unternehmen seit 1951\"})})}),className:\"framer-im9vbb\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-14jvqez\",\"data-framer-name\":\"Gesch\\xe4ftsbereiche\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5uaz9\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-prazzn\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ebai7v\",\"data-styles-preset\":\"VC3lePsKh\",children:\"Gesch\\xe4ftsbereiche\"})}),className:\"framer-14cq19j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Die international t\\xe4tige DERAG Unternehmensgruppe mit Sitz in M\\xfcnchen vereint verschiedene Gesch\\xe4ftsbereiche unter ihrer Dachmarke. Urspr\\xfcnglich 1951 als Bautr\\xe4ger und Immobilienunternehmen gegr\\xfcndet, umfasst die Gruppe mittlerweile die Divisionen Projektentwicklung, Immobilien, Hotels & Apartments, Medien, Gastronomie und Standortentwicklung (Fairview Orchards). Insgesamt besch\\xe4ftigt DERAG aktuell rd. 700 Mitarbeiterinnen und Mitarbeiter.\"})}),className:\"framer-1anesj3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-11uvvl4\",\"data-framer-name\":\"Portfolio\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b86sa2\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xdnf7n\",\"data-framer-name\":\"Bautr\\xe4ger\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Moderne Wohnimmobilie der Derag Unternehmensgruppe mit begr\\xfcntem Umfeld und Balkonen.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+0+0+0+0+0),pixelHeight:758,pixelWidth:1054,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp\",srcSet:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp 1054w\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Moderne Wohnimmobilie der Derag Unternehmensgruppe mit begr\\xfcntem Umfeld und Balkonen.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+0+0+0+0),pixelHeight:758,pixelWidth:1054,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp\",srcSet:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp 1054w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Moderne Wohnimmobilie der Derag Unternehmensgruppe mit begr\\xfcntem Umfeld und Balkonen.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+0+0+0+0),pixelHeight:758,pixelWidth:1054,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp\",srcSet:\"https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/lnrs0KKFRBPqxS8ZjQH9C2gvc.webp 1054w\"},className:\"framer-24mpxl\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bz1jpv\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Projektentwicklung\"})}),className:\"framer-1or95z9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Seit der Gr\\xfcndung im Jahr 1951 realisierte die DERAG Projektentwicklung mehr als 85.000 Wohn- und Gewerbeimmobilieneinheiten. Der Gesch\\xe4ftsbereich steuert den gesamten Entwicklungsprozess von der Konzeptidee bis zur schl\\xfcsselfertigen Realisierung und schafft durch unternehmerische Weitsicht generationen\\xfcbergreifende Werte.\"})}),className:\"framer-1jw9eki\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-25jj94\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+0+0+0+0+403.2+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+0+0+0+413.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+0+0+0+413.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14t7198-container\",nodeId:\"bp_wBjplN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"http://derag.info\",H8hPsURHP:getLocalizedValue(\"v7\",activeLocale)??\"DERAG Projektentwicklung\",height:\"100%\",id:\"bp_wBjplN\",layoutId:\"bp_wBjplN\",rogaRzmLK:false,width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-svx4me\",\"data-framer-name\":\"Immobilienverwaltung\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Modernes Wohngeb\\xe4ude der Derag Immobilienverwaltung mit Balkonen und gr\\xfcner Umgebung.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+0+0+487.2+0+0),pixelHeight:758,pixelWidth:1052,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp\",srcSet:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp 1052w\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Modernes Wohngeb\\xe4ude der Derag Immobilienverwaltung mit Balkonen und gr\\xfcner Umgebung.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+0+0+0+0),pixelHeight:758,pixelWidth:1052,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp\",srcSet:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp 1052w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Modernes Wohngeb\\xe4ude der Derag Immobilienverwaltung mit Balkonen und gr\\xfcner Umgebung.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+0+0+0+0),pixelHeight:758,pixelWidth:1052,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp\",srcSet:\"https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/M8wR8wciYyB6FEfNunE6N3GNQ.webp 1052w\"},className:\"framer-vltqgd\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dbmjw7\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Immobilienverwaltung\"})}),className:\"framer-e6zcm7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"DERAG Immobilien bewirtschaftet als eigenst\\xe4ndige Gesch\\xe4ftseinheit die Bestandsimmobilien der Unternehmensgruppe in Deutschland und \\xd6sterreich. Als digitaler Vorreiter werden State-of-the-Art L\\xf6sungen in den Bereichen Geb\\xe4udekonnektivit\\xe4t, Predictive Maintenance und Customer Relationship Management umgesetzt.\"})}),className:\"framer-s47t9p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-kecagx\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+0+0+487.2+0+403.2+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+0+0+437.2-24+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+0+0+437.2-24+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n2m7zx-container\",nodeId:\"rwrucH0fm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"http://derag.info\",H8hPsURHP:getLocalizedValue(\"v11\",activeLocale)??\"DERAG Immobilien\",height:\"100%\",id:\"rwrucH0fm\",layoutId:\"rwrucH0fm\",rogaRzmLK:false,width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15b8p6k\",\"data-framer-name\":\"Hotels und Apartments\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"Stilvolles Penthouse Apartment mit moderner Einrichtung und Stadtblick im Living Hotel Das Viktualienmarkt\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+0+0+974.4+0+0),pixelHeight:758,pixelWidth:1048,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp\",srcSet:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp 1048w\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"Stilvolles Penthouse Apartment mit moderner Einrichtung und Stadtblick im Living Hotel Das Viktualienmarkt\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+0+0+0+0),pixelHeight:758,pixelWidth:1048,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp\",srcSet:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp 1048w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"Stilvolles Penthouse Apartment mit moderner Einrichtung und Stadtblick im Living Hotel Das Viktualienmarkt\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+0+0+0+0),pixelHeight:758,pixelWidth:1048,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp\",srcSet:\"https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eMVlquKNon12e9rRIbPCChT2uk.webp 1048w\"},className:\"framer-16qc5s1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10jz7xa\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Hotels und Apartments\"})}),className:\"framer-17z6go1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Die Living Hotels sind Pionier am Apartmenthotelmarkt im deutschsprachigen Raum. Der Unternehmensbereich wurde 1982 gegr\\xfcndet, im Jahr 2016 folgte mit der Er\\xf6ffnung des SOULMADE eine weitere Marke. Heute umfasst die Kette 18 Hotels an 9 Standorten.\"})}),className:\"framer-4ftmud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l7w96o\",\"data-framer-name\":\"Button wrapper\",children:[/*#__PURE__*/_jsx(\"button\",{className:\"framer-tz6dby\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+0+0+974.4+0+403.2+0+0+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+0+0+437.2-24+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+0+0+437.2-24+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2dhzw8-container\",nodeId:\"B6OsbHqaM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://living-hotels.com\",H8hPsURHP:getLocalizedValue(\"v15\",activeLocale)??\"Living Hotels\",height:\"100%\",id:\"B6OsbHqaM\",layoutId:\"B6OsbHqaM\",rogaRzmLK:false,width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-1w8g1eq\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+0+0+974.4+0+403.2+0+34+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+0+0+437.2-24+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+0+0+437.2-24+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mexpjn-container\",nodeId:\"v8NP8xxwu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://soulmade.com\",H8hPsURHP:getLocalizedValue(\"v16\",activeLocale)??\"Soulmade\",height:\"100%\",id:\"v8NP8xxwu\",layoutId:\"v8NP8xxwu\",rogaRzmLK:false,width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iebj01\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rq8zu5\",\"data-framer-name\":\"Medien\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Studio m\\xfcnchen.tv im Studio, h\\xe4lt Moderationskarten vor einem Bildschirm mit Stadtszene\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+0+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp\",srcSet:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp 1536w\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Studio m\\xfcnchen.tv im Studio, h\\xe4lt Moderationskarten vor einem Bildschirm mit Stadtszene\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp\",srcSet:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp 1536w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Studio m\\xfcnchen.tv im Studio, h\\xe4lt Moderationskarten vor einem Bildschirm mit Stadtszene\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+0),pixelHeight:1024,pixelWidth:1536,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp\",srcSet:\"https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/awbC5QfzhoZKG8yiFdvfGBIIeg.webp 1536w\"},className:\"framer-1vtsedv\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7pgu11\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Medien\"})}),className:\"framer-pzxur0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Mit der Aufnahme der Regional-TV-Sender m\\xfcnchen.tv und tv.ingolstadt im Jahr 2024 sowie L-TV Landesfernsehen 2025 hat die DERAG Unternehmensgruppe ihr Portfolio um den Bereich Medien erweitert. Die Sender produzieren Reportagen, Nachrichten und Unterhaltungsformate mit hoher Qualit\\xe4t und verf\\xfcgen \\xfcber gro\\xdfe regionale Reichweiten.\"})}),className:\"framer-14twahd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jfmvmn\",\"data-framer-name\":\"Button wrapper\",children:[/*#__PURE__*/_jsx(\"button\",{className:\"framer-1p4t8ci\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+0+0+403.2+0+0+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+413.2+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+413.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k62lf5-container\",nodeId:\"jV_W4J5Wq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://muenchen.tv\",H8hPsURHP:getLocalizedValue(\"v20\",activeLocale)??\"m\\xfcnchen.tv\",height:\"100%\",id:\"jV_W4J5Wq\",layoutId:\"jV_W4J5Wq\",rogaRzmLK:false,width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-1odszzo\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+0+0+403.2+0+34+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+413.2+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+413.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-km4id0-container\",nodeId:\"O6Lxigv9n\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://tvingolstadt.de\",H8hPsURHP:getLocalizedValue(\"v21\",activeLocale)??\"tv.ingolstadt\",height:\"100%\",id:\"O6Lxigv9n\",layoutId:\"O6Lxigv9n\",rogaRzmLK:false,width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-1iw8w84\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+0+0+403.2+0+68+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+413.2+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+413.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ipb01k-container\",nodeId:\"P24nvUgi4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://www.l-tv.de/\",H8hPsURHP:\"L-TV\",height:\"100%\",id:\"P24nvUgi4\",layoutId:\"P24nvUgi4\",rogaRzmLK:false,width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pep99a\",\"data-framer-name\":\"Gastronomie\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v22\",activeLocale)??\"Gem\\xfctliches Restaurantinterieur von St. Ribs mit Holzw\\xe4nden, gedeckten Tischen und warmem Licht\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+555.2+0+0),pixelHeight:758,pixelWidth:1072,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp\",srcSet:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp 1072w\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v22\",activeLocale)??\"Gem\\xfctliches Restaurantinterieur von St. Ribs mit Holzw\\xe4nden, gedeckten Tischen und warmem Licht\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+0),pixelHeight:758,pixelWidth:1072,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp\",srcSet:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp 1072w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:getLocalizedValue(\"v22\",activeLocale)??\"Gem\\xfctliches Restaurantinterieur von St. Ribs mit Holzw\\xe4nden, gedeckten Tischen und warmem Licht\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+0),pixelHeight:758,pixelWidth:1072,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp\",srcSet:\"https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=512 512w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/3c1J7yYdtITGodiulDMhQZ1whQ.webp 1072w\"},className:\"framer-pl9246\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rx2ccl\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Gastronomie\"})}),className:\"framer-f3mfxd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Seit 2023 ist DERAG mit der Restaurantkette St.Ribs in der Gastronomie aktiv. Das Konzept fokussiert sich auf kreative Interpretationen von Spare Ribs. Aktuell werden Standorte in M\\xfcnchen und Bonn betrieben, weitere befinden sich in der Realisierung.\"})}),className:\"framer-6v4fwy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-1n00lxi\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+555.2+0+403.2+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+437.2-24+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+437.2-24+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ndlh2c-container\",nodeId:\"Y25iFyClM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://saintribs.com\",H8hPsURHP:getLocalizedValue(\"v25\",activeLocale)??\"St.Ribs\",height:\"100%\",id:\"Y25iFyClM\",layoutId:\"Y25iFyClM\",rogaRzmLK:false,width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9k8hh\",\"data-framer-name\":\"Gastronomie\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:\"Landarbeiter der Fairview Orchards arbeiten auf einem Feld\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+1042.4+0+0),pixelHeight:1137,pixelWidth:1608,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 30px)`,src:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp\",srcSet:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp 1608w\"}},ZueoXy5jN:{background:{alt:\"Landarbeiter der Fairview Orchards arbeiten auf einem Feld\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+0+0),pixelHeight:1137,pixelWidth:1608,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 80px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp\",srcSet:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp 1608w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"Landarbeiter der Fairview Orchards arbeiten auf einem Feld\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+0+0),pixelHeight:1137,pixelWidth:1608,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp\",srcSet:\"https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/YdVwH1o1co0jKH4pnJicVdDcpqE.webp 1608w\"},className:\"framer-1oahsfq\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qcehg\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Standortentwicklung\"})}),className:\"framer-t0lat6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",children:\"Mit 23 km\\xb2 in strategisch erstklassiger Lage nahe Washington D.C., bietet Fairview Orchards Landbesitz, Inc. ideale Bedingungen f\\xfcr Industrie, Logistik sowie die etablierte Jagd-, Holz- und Landwirtschaft \u2013 mit weitl\\xe4ufigen Fl\\xe4chen und direkter Anbindung an die Interstate 68.\"})}),className:\"framer-tqy729\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"button\",{className:\"framer-uh5flg\",\"data-framer-name\":\"Button wrapper\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+0+0+1277.6+45+1495.6+0+1042.4+0+403.2+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+0+0+1302.6+20+497.2+0+437.2-24+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+0+0+1357.6+25+512.2+0+437.2-24+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vbjxuo-container\",nodeId:\"lG7bceL4C\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZueoXy5jN:{ce8ro8vtO:false}},children:/*#__PURE__*/_jsx(ButtonExternal,{bmX_ab8kS:true,ce8ro8vtO:true,GWqfdR011:\"https://fairview-orchards.com/\",H8hPsURHP:getLocalizedValue(\"v28\",activeLocale)??\"Fairview Orchards\",height:\"100%\",id:\"lG7bceL4C\",layoutId:\"lG7bceL4C\",rogaRzmLK:false,width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-gz8yl9\",\"data-framer-name\":\"Marken\",id:elementId9,ref:ref10,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-950gyo\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1o9rvk6\",\"data-styles-preset\":\"YVWnOtFuQ\",children:\"Unser Markenportfolio\"})}),className:\"framer-o28bl6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18t3f2p\",\"data-styles-preset\":\"L9To_ixQq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hier finden Sie eine \\xdcbersicht \\xfcber die Marken der DERAG Unternehmensgruppe. Sie wollen mit uns arbeiten? Aktuelle Jobangebote finden Sie auf den Websites der jeweiligen Gesch\\xe4ftsbereiche.\"})}),className:\"framer-1qu88gb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1628dcg\",\"data-framer-name\":\"Logos\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-okuaab\",\"data-framer-name\":\"Top wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pku978\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"su2WOCo4P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:\"DERAG Unternehmensgruppe logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+0+0+0+0-25),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/9dhaCUqyIeNPJaEWShXY3Bzmppk.svg\"}},ZueoXy5jN:{background:{alt:\"DERAG Unternehmensgruppe logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+0+0+0+-16.5),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/9dhaCUqyIeNPJaEWShXY3Bzmppk.svg\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"DERAG Unternehmensgruppe logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+0+0+0+0-29),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/9dhaCUqyIeNPJaEWShXY3Bzmppk.svg\"},className:\"framer-1gf3lkt framer-lux5qc\",\"data-framer-name\":\"Unternehmensgruppe\",transformTemplate:transformTemplate2})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mnni2\",children:/*#__PURE__*/_jsx(Link,{href:\"https://derag.info\",motionChild:true,nodeId:\"iFIQUW9ge\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+0+0+45+0),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/xoTl5fZqP1HCnu13aqz0A8d3hC8.svg\"},transformTemplate:undefined},ZueoXy5jN:{background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+0+0+50+-21),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/xoTl5fZqP1HCnu13aqz0A8d3hC8.svg\"},transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+0+0+0+0-34),pixelHeight:94,pixelWidth:719,src:\"https://framerusercontent.com/images/xoTl5fZqP1HCnu13aqz0A8d3hC8.svg\"},className:\"framer-5sxgd2 framer-lux5qc\",\"data-framer-name\":\"Immobilien\",transformTemplate:transformTemplate2})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m0rkks\",children:/*#__PURE__*/_jsx(Link,{href:\"https://derag.info\",motionChild:true,nodeId:\"piFORJVKx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+0+0+127+0),pixelHeight:94,pixelWidth:502,src:\"https://framerusercontent.com/images/LswYMfjcLMJJDCoIftIetjZab8.svg\"}},ZueoXy5jN:{background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+0+0+100+-14),pixelHeight:94,pixelWidth:502,src:\"https://framerusercontent.com/images/LswYMfjcLMJJDCoIftIetjZab8.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"DERAG Immobilien logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+0+0+0+0-25),pixelHeight:94,pixelWidth:502,src:\"https://framerusercontent.com/images/LswYMfjcLMJJDCoIftIetjZab8.svg\"},className:\"framer-1t42ljg framer-lux5qc\",\"data-framer-name\":\"Immobilien\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbshbq\",\"data-framer-name\":\"Middle wrapper\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://living-hotels.com\",motionChild:true,nodeId:\"qlNz1uqCd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v31\",activeLocale)??\"Living Hotels Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+198+0+0),pixelHeight:93,pixelWidth:408,src:\"https://framerusercontent.com/images/ZBi3CZdUj950PFwjh4woOAzNw.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v31\",activeLocale)??\"Living Hotels Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+150+0+0),pixelHeight:93,pixelWidth:408,src:\"https://framerusercontent.com/images/ZBi3CZdUj950PFwjh4woOAzNw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v31\",activeLocale)??\"Living Hotels Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+50+0+0),pixelHeight:93,pixelWidth:408,src:\"https://framerusercontent.com/images/ZBi3CZdUj950PFwjh4woOAzNw.svg\"},className:\"framer-qrvzi5 framer-lux5qc\",\"data-framer-name\":\"Living Hotels\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uoth7w\",children:/*#__PURE__*/_jsx(Link,{href:\"https://soulmade.com\",motionChild:true,nodeId:\"VdZZw6p7F\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v32\",activeLocale)??\"Soulmade Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+198+0+77+0-74.5),pixelHeight:161,pixelWidth:270,src:\"https://framerusercontent.com/images/IpB8yr6wGb8vdZzuHDkCJoNKzOI.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v32\",activeLocale)??\"Soulmade Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+150+0+82+0-74.5),pixelHeight:161,pixelWidth:270,src:\"https://framerusercontent.com/images/IpB8yr6wGb8vdZzuHDkCJoNKzOI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v32\",activeLocale)??\"Soulmade Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+50+0+32+0-74.5),pixelHeight:161,pixelWidth:270,src:\"https://framerusercontent.com/images/IpB8yr6wGb8vdZzuHDkCJoNKzOI.svg\"},className:\"framer-1x5aqy1 framer-lux5qc\",\"data-framer-name\":\"Soulmade\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ulu0f2\",children:/*#__PURE__*/_jsx(Link,{href:\"https://saintribs.com\",motionChild:true,nodeId:\"alRvAVR5F\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"St.Ribs Logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+198+0+122+0-79),pixelHeight:161,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BzN2KArwHlPiE2Qx8QtVFCOoB8.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"St.Ribs Logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+150+0+132+0-79),pixelHeight:161,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BzN2KArwHlPiE2Qx8QtVFCOoB8.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v33\",activeLocale)??\"St.Ribs Logo\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+50+0+32+0-79),pixelHeight:161,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BzN2KArwHlPiE2Qx8QtVFCOoB8.svg\"},className:\"framer-qvfkyz framer-lux5qc\",\"data-framer-name\":\"St.Ribs\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14lqa3b\",\"data-framer-name\":\"Bottom wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tmzuqc\",\"data-framer-name\":\"m\\xfcnchen.tv\",children:/*#__PURE__*/_jsx(Link,{href:\"https://muenchen.tv\",motionChild:true,nodeId:\"Jro_tQ8B9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v34\",activeLocale)??\"muenchen.tv Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+365+0+0+66-58.5),pixelHeight:154,pixelWidth:272,src:\"https://framerusercontent.com/images/2eUNrRHvmQIJXx9vQLBARxpqc0.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v34\",activeLocale)??\"muenchen.tv Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+332+0+0+44-47.5),pixelHeight:154,pixelWidth:272,src:\"https://framerusercontent.com/images/2eUNrRHvmQIJXx9vQLBARxpqc0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v34\",activeLocale)??\"muenchen.tv Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+132+0+0+66-47.5),pixelHeight:154,pixelWidth:272,src:\"https://framerusercontent.com/images/2eUNrRHvmQIJXx9vQLBARxpqc0.svg\"},className:\"framer-1oesdkh framer-lux5qc\",\"data-framer-name\":\"m\\xfcnchen.tv\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s5qag8\",children:/*#__PURE__*/_jsx(Link,{href:\"https://tvingolstadt.de\",motionChild:true,nodeId:\"ylW902hOn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v35\",activeLocale)??\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+365+0+111+0-44.5),pixelHeight:128,pixelWidth:330,src:\"https://framerusercontent.com/images/iaI1MV9d3JRvQw5zP8U3kEetk.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v35\",activeLocale)??\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+332+0+94+0-44.5),pixelHeight:128,pixelWidth:330,src:\"https://framerusercontent.com/images/iaI1MV9d3JRvQw5zP8U3kEetk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v35\",activeLocale)??\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+132+0+66+0-44.5),pixelHeight:128,pixelWidth:330,src:\"https://framerusercontent.com/images/iaI1MV9d3JRvQw5zP8U3kEetk.svg\"},className:\"framer-1fwxa67 framer-lux5qc\",\"data-framer-name\":\"tv.ingolstadt\",transformTemplate:transformTemplate2})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d23vzo\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.l-tv.de/\",motionChild:true,nodeId:\"Ew0DDEk2K\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+365+0+156+0-54),pixelHeight:121,pixelWidth:220,src:\"https://framerusercontent.com/images/GdQJYSgudCswZWMnaaHkcp20.svg\"}},ZueoXy5jN:{background:{alt:\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+332+0+144+0-54),pixelHeight:121,pixelWidth:220,src:\"https://framerusercontent.com/images/GdQJYSgudCswZWMnaaHkcp20.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"tv.ingolstadt Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+132+0+66+0-54),pixelHeight:121,pixelWidth:220,src:\"https://framerusercontent.com/images/GdQJYSgudCswZWMnaaHkcp20.svg\"},className:\"framer-1fbft5a framer-lux5qc\",\"data-framer-name\":\"tv.ingolstadt\"})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://fairview-orchards.com/\",motionChild:true,nodeId:\"lPs2DJUgq\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{background:{alt:getLocalizedValue(\"v36\",activeLocale)??\"Fairview Orchards Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4686+80+365+0+201),pixelHeight:92,pixelWidth:408,src:\"https://framerusercontent.com/images/d9sKDQobQryG9WvUWOCyIwOVE.svg\"}},ZueoXy5jN:{background:{alt:getLocalizedValue(\"v36\",activeLocale)??\"Fairview Orchards Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2655.2+100+332+0+194),pixelHeight:92,pixelWidth:408,src:\"https://framerusercontent.com/images/d9sKDQobQryG9WvUWOCyIwOVE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v36\",activeLocale)??\"Fairview Orchards Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2790.2+100+132+0+27),pixelHeight:92,pixelWidth:408,src:\"https://framerusercontent.com/images/d9sKDQobQryG9WvUWOCyIwOVE.svg\"},className:\"framer-1b7ytk9 framer-lux5qc\",\"data-framer-name\":\"Fairview Orchards\"})})})]})]})]}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-lvw8vq\",\"data-framer-name\":\"Footer\",id:elementId10,ref:ref11,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{y:(componentViewport?.y||0)+0+5451+0+0},ZueoXy5jN:{y:(componentViewport?.y||0)+0+3420.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:381,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3188.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1igacd9-container\",nodeId:\"jCXCJNRjv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{enQzuY6U5:{variant:\"GoEb7reP0\"},ZueoXy5jN:{variant:\"G2WthWjYQ\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"jCXCJNRjv\",layoutId:\"jCXCJNRjv\",style:{width:\"100%\"},variant:\"E4915X0hz\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G1cnV.framer-lux5qc, .framer-G1cnV .framer-lux5qc { display: block; }\",\".framer-G1cnV.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-G1cnV .framer-h6t2nn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; left: 50px; overflow: hidden; padding: 0px; position: absolute; right: 50px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-G1cnV .framer-1wcf1e4-container, .framer-G1cnV .framer-1igacd9-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-G1cnV .framer-1hui4b8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1yitcvy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; min-height: 500px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-6xmewh-container, .framer-G1cnV .framer-hc3cup-container { flex: none; height: 100vh; position: relative; width: 100%; z-index: 1; }\",\".framer-G1cnV .framer-6xf3g { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.5) 100%); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-G1cnV .framer-1hhxp8r { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-G1cnV .framer-1nn3787 { align-content: flex-start; align-items: flex-start; bottom: 50px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50px; max-width: 1920px; overflow: visible; padding: 0px; position: absolute; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-G1cnV .framer-q2fn3t, .framer-G1cnV .framer-im9vbb, .framer-G1cnV .framer-14cq19j, .framer-G1cnV .framer-1or95z9, .framer-G1cnV .framer-e6zcm7, .framer-G1cnV .framer-17z6go1, .framer-G1cnV .framer-pzxur0, .framer-G1cnV .framer-f3mfxd, .framer-G1cnV .framer-t0lat6, .framer-G1cnV .framer-o28bl6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-G1cnV .framer-14jvqez { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1920px; overflow: hidden; padding: 100px 25px 75px 25px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-y5uaz9 { 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; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-prazzn { 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 10px 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1anesj3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G1cnV .framer-11uvvl4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; max-width: 1920px; overflow: visible; padding: 25px 25px 100px 25px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1b86sa2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1xdnf7n, .framer-G1cnV .framer-rq8zu5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-G1cnV .framer-24mpxl, .framer-G1cnV .framer-vltqgd, .framer-G1cnV .framer-1vtsedv, .framer-G1cnV .framer-pl9246, .framer-G1cnV .framer-1oahsfq { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 245px); overflow: hidden; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1bz1jpv, .framer-G1cnV .framer-1dbmjw7, .framer-G1cnV .framer-10jz7xa, .framer-G1cnV .framer-7pgu11, .framer-G1cnV .framer-1rx2ccl, .framer-G1cnV .framer-1qcehg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1jw9eki, .framer-G1cnV .framer-s47t9p, .framer-G1cnV .framer-4ftmud, .framer-G1cnV .framer-14twahd, .framer-G1cnV .framer-6v4fwy, .framer-G1cnV .framer-tqy729 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 98%; word-break: break-word; word-wrap: break-word; }\",\".framer-G1cnV .framer-25jj94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-14t7198-container, .framer-G1cnV .framer-n2m7zx-container, .framer-G1cnV .framer-2dhzw8-container, .framer-G1cnV .framer-1mexpjn-container, .framer-G1cnV .framer-k62lf5-container, .framer-G1cnV .framer-km4id0-container, .framer-G1cnV .framer-1ipb01k-container, .framer-G1cnV .framer-ndlh2c-container, .framer-G1cnV .framer-vbjxuo-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-G1cnV .framer-svx4me, .framer-G1cnV .framer-15b8p6k, .framer-G1cnV .framer-1pep99a, .framer-G1cnV .framer-1r9k8hh { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: auto; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-G1cnV .framer-kecagx { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-G1cnV .framer-16qc5s1 { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 245px); position: relative; width: 100%; }\",\".framer-G1cnV .framer-1l7w96o { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-G1cnV .framer-tz6dby, .framer-G1cnV .framer-1w8g1eq, .framer-G1cnV .framer-1p4t8ci, .framer-G1cnV .framer-1odszzo, .framer-G1cnV .framer-1iw8w84 { 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; position: relative; width: min-content; }\",\".framer-G1cnV .framer-iebj01 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1jfmvmn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1n00lxi, .framer-G1cnV .framer-uh5flg { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-G1cnV .framer-gz8yl9 { align-content: flex-start; align-items: flex-start; background-color: var(--token-477f735d-48b0-4ff0-b052-0228de516f1a, #e9f7f8); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 25px 100px 25px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-950gyo { 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; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1qu88gb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-G1cnV .framer-1628dcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 100px 25px 100px 25px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-okuaab, .framer-G1cnV .framer-1tbshbq { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-pku978 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 33px; min-width: 383px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1gf3lkt { -webkit-user-select: none; aspect-ratio: 11.617283950617283 / 1; bottom: -4px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: 50%; overflow: visible; position: absolute; text-decoration: none; transform: translateX(-50%); user-select: none; width: 383px; z-index: 1; }\",\".framer-G1cnV .framer-mnni2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 37px; min-width: 333px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-5sxgd2 { -webkit-user-select: none; aspect-ratio: 9 / 1; bottom: -9px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 54%; overflow: visible; position: absolute; text-decoration: none; transform: translateX(-50%); user-select: none; width: 360px; z-index: 1; }\",\".framer-G1cnV .framer-m0rkks { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 30px; min-width: 270px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1t42ljg { -webkit-user-select: none; aspect-ratio: 9 / 1; bottom: -3px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 28px); left: 0px; overflow: visible; position: absolute; right: 18px; text-decoration: none; user-select: none; z-index: 1; }\",\".framer-G1cnV .framer-qrvzi5 { -webkit-user-select: none; aspect-ratio: 7.346938775510204 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; text-decoration: none; user-select: none; width: 235px; }\",\".framer-G1cnV .framer-1uoth7w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 73px; min-width: 127px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1x5aqy1 { -webkit-user-select: none; aspect-ratio: 1.7311827956989247 / 1; bottom: -8px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 85px); left: -10px; overflow: hidden; position: absolute; right: -10px; text-decoration: none; user-select: none; z-index: 1; }\",\".framer-G1cnV .framer-ulu0f2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 72px; min-width: 72px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-qvfkyz { -webkit-user-select: none; aspect-ratio: 1 / 1; bottom: -11px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 90px); left: -9px; overflow: visible; position: absolute; right: -9px; text-decoration: none; user-select: none; z-index: 1; }\",\".framer-G1cnV .framer-14lqa3b { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-G1cnV .framer-1tmzuqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 66px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 131px; }\",\".framer-G1cnV .framer-1oesdkh { -webkit-user-select: none; aspect-ratio: 1.9772727272727273 / 1; bottom: -21px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 69px); left: 0px; overflow: visible; position: absolute; right: -5px; text-decoration: none; user-select: none; z-index: 1; }\",\".framer-G1cnV .framer-1s5qag8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 48px; min-width: 152px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1fwxa67 { -webkit-user-select: none; aspect-ratio: 3.1875 / 1; bottom: -6px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 50%; overflow: visible; position: absolute; text-decoration: none; transform: translateX(-50%); user-select: none; width: 161px; z-index: 1; }\",\".framer-G1cnV .framer-1d23vzo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 61px; min-width: 115px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-G1cnV .framer-1fbft5a { -webkit-user-select: none; bottom: -7px; cursor: pointer; flex: none; height: 61px; left: calc(49.56521739130437% - 115px / 2); overflow: visible; position: absolute; text-decoration: none; user-select: none; width: 115px; z-index: 1; }\",\".framer-G1cnV .framer-1b7ytk9 { -webkit-user-select: none; aspect-ratio: 5.311320754716981 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 39px); overflow: hidden; position: relative; text-decoration: none; user-select: none; width: 207px; }\",\".framer-G1cnV .framer-lvw8vq { align-content: center; align-items: center; background-color: var(--token-4790780e-8688-47ba-96c9-e1362212d538, #003e69); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-G1cnV.framer-72rtr7 { width: 810px; } .framer-G1cnV .framer-h6t2nn { left: 40px; right: 40px; } .framer-G1cnV .framer-6xf3g { height: 220px; } .framer-G1cnV .framer-1nn3787 { bottom: 20px; gap: 5px; left: 40px; } .framer-G1cnV .framer-14jvqez { padding: 80px 20px 40px 20px; } .framer-G1cnV .framer-11uvvl4 { gap: 60px; padding: 20px 20px 80px 20px; } .framer-G1cnV .framer-1b86sa2, .framer-G1cnV .framer-iebj01 { gap: 20px; } .framer-G1cnV .framer-24mpxl, .framer-G1cnV .framer-vltqgd, .framer-G1cnV .framer-16qc5s1 { height: var(--framer-aspect-ratio-supported, 162px); } .framer-G1cnV .framer-1vtsedv, .framer-G1cnV .framer-pl9246, .framer-G1cnV .framer-1oahsfq { height: var(--framer-aspect-ratio-supported, 163px); } .framer-G1cnV .framer-gz8yl9 { padding: 80px 20px 80px 20px; } .framer-G1cnV .framer-1qu88gb { max-width: 600px; width: 75%; } .framer-G1cnV .framer-1628dcg { padding: 100px 20px 100px 20px; } .framer-G1cnV .framer-okuaab, .framer-G1cnV .framer-1tbshbq, .framer-G1cnV .framer-14lqa3b { align-content: center; align-items: center; flex-direction: column; gap: 50px; } .framer-G1cnV .framer-1gf3lkt { aspect-ratio: unset; bottom: unset; height: 33px; left: calc(49.86945169712796% - 383px / 2); top: calc(60.60606060606063% - 33px / 2); transform: unset; } .framer-G1cnV .framer-5sxgd2 { bottom: unset; height: var(--framer-aspect-ratio-supported, 42px); top: 70%; transform: translate(-50%, -50%); width: 378px; } .framer-G1cnV .framer-1t42ljg { aspect-ratio: unset; bottom: unset; height: 28px; left: calc(46.66666666666669% - 252px / 2); right: unset; top: calc(63.33333333333335% - 28px / 2); width: 252px; } .framer-G1cnV .framer-1tmzuqc { height: 44px; order: 0; } .framer-G1cnV .framer-1s5qag8 { order: 1; } .framer-G1cnV .framer-1d23vzo { order: 2; } .framer-G1cnV .framer-1b7ytk9 { order: 3; }}\",\"@media (max-width: 809px) { .framer-G1cnV.framer-72rtr7 { width: 360px; } .framer-G1cnV .framer-h6t2nn { height: min-content; left: 0px; right: 0px; } .framer-G1cnV .framer-6xf3g { height: 220px; } .framer-G1cnV .framer-1hhxp8r { height: 50px; } .framer-G1cnV .framer-1nn3787 { bottom: unset; gap: 5px; left: 15px; right: 15px; top: 86%; transform: translateY(-50%); width: unset; } .framer-G1cnV .framer-q2fn3t, .framer-G1cnV .framer-im9vbb { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-G1cnV .framer-14jvqez { padding: 80px 15px 15px 15px; } .framer-G1cnV .framer-11uvvl4 { gap: 60px; padding: 45px 15px 80px 15px; } .framer-G1cnV .framer-1b86sa2, .framer-G1cnV .framer-iebj01 { flex-direction: column; gap: 60px; } .framer-G1cnV .framer-1xdnf7n, .framer-G1cnV .framer-rq8zu5 { flex: none; gap: 15px; width: 100%; } .framer-G1cnV .framer-24mpxl, .framer-G1cnV .framer-vltqgd, .framer-G1cnV .framer-16qc5s1, .framer-G1cnV .framer-1vtsedv, .framer-G1cnV .framer-pl9246, .framer-G1cnV .framer-1oahsfq { height: var(--framer-aspect-ratio-supported, 220px); } .framer-G1cnV .framer-1bz1jpv, .framer-G1cnV .framer-1dbmjw7, .framer-G1cnV .framer-10jz7xa, .framer-G1cnV .framer-7pgu11, .framer-G1cnV .framer-1rx2ccl, .framer-G1cnV .framer-1qcehg { padding: 15px 0px 0px 0px; } .framer-G1cnV .framer-svx4me, .framer-G1cnV .framer-15b8p6k, .framer-G1cnV .framer-1pep99a, .framer-G1cnV .framer-1r9k8hh { align-self: unset; flex: none; gap: 15px; height: min-content; width: 100%; } .framer-G1cnV .framer-kecagx, .framer-G1cnV .framer-1n00lxi, .framer-G1cnV .framer-uh5flg { bottom: unset; left: unset; position: relative; } .framer-G1cnV .framer-1l7w96o { align-content: flex-start; align-items: flex-start; bottom: unset; flex-direction: column; gap: 10px; justify-content: flex-start; left: unset; position: relative; } .framer-G1cnV .framer-1jfmvmn { flex-direction: column; gap: 10px; } .framer-G1cnV .framer-gz8yl9 { padding: 80px 15px 80px 15px; } .framer-G1cnV .framer-1qu88gb { max-width: 600px; width: 100%; } .framer-G1cnV .framer-1628dcg { gap: 45px; padding: 80px 15px 80px 15px; } .framer-G1cnV .framer-okuaab, .framer-G1cnV .framer-1tbshbq, .framer-G1cnV .framer-14lqa3b { align-content: center; align-items: center; flex-direction: column; gap: 45px; justify-content: flex-start; } .framer-G1cnV .framer-1gf3lkt { height: var(--framer-aspect-ratio-supported, 29px); width: 337px; } .framer-G1cnV .framer-mnni2, .framer-G1cnV .framer-m0rkks { min-height: unset; min-width: unset; } .framer-G1cnV .framer-5sxgd2 { bottom: unset; height: var(--framer-aspect-ratio-supported, 37px); left: unset; position: relative; transform: unset; width: 333px; } .framer-G1cnV .framer-1t42ljg { bottom: unset; height: var(--framer-aspect-ratio-supported, 26px); left: unset; position: relative; right: unset; width: 234px; } .framer-G1cnV .framer-1oesdkh { bottom: -10px; }}\",\"@media (min-width: 1920px) { .framer-G1cnV.framer-72rtr7 { width: 1920px; } .framer-G1cnV .framer-1nn3787 { width: 100%; } .framer-G1cnV .framer-24mpxl, .framer-G1cnV .framer-vltqgd, .framer-G1cnV .framer-16qc5s1, .framer-G1cnV .framer-1vtsedv, .framer-G1cnV .framer-pl9246, .framer-G1cnV .framer-1oahsfq { height: var(--framer-aspect-ratio-supported, 405px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3654\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZueoXy5jN\":{\"layout\":[\"fixed\",\"auto\"]},\"enQzuY6U5\":{\"layout\":[\"fixed\",\"auto\"]},\"KGJ1wQoSs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Ld2FFDk_L\":{\"pattern\":\":Ld2FFDk_L\",\"name\":\"header\"},\"DRtapgyO5\":{\"pattern\":\":DRtapgyO5\",\"name\":\"geschaeftsbereiche\"},\"wlT2KmRYL\":{\"pattern\":\":wlT2KmRYL\",\"name\":\"portfolio\"},\"ZhH_5q6u1\":{\"pattern\":\":ZhH_5q6u1\",\"name\":\"bautraeger\"},\"XwxKScmib\":{\"pattern\":\":XwxKScmib\",\"name\":\"immobilienverwaltung\"},\"BUiIKirKi\":{\"pattern\":\":BUiIKirKi\",\"name\":\"hotels-und-apartments\"},\"R_HQiHa76\":{\"pattern\":\":R_HQiHa76\",\"name\":\"medien\"},\"WjB_U2hRH\":{\"pattern\":\":WjB_U2hRH\",\"name\":\"gastronomie\"},\"lK8U27nRK\":{\"pattern\":\":lK8U27nRK\",\"name\":\"standortentwicklung\"},\"aSPwfCmMj\":{\"pattern\":\":aSPwfCmMj\",\"name\":\"marken\"},\"TrO2xzCtH\":{\"pattern\":\":TrO2xzCtH\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-G1cnV\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3654,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavigationFonts,...VideoFonts,...ButtonExternalFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZueoXy5jN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"enQzuY6U5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KGJ1wQoSs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"Ld2FFDk_L\\\":{\\\"pattern\\\":\\\":Ld2FFDk_L\\\",\\\"name\\\":\\\"header\\\"},\\\"DRtapgyO5\\\":{\\\"pattern\\\":\\\":DRtapgyO5\\\",\\\"name\\\":\\\"geschaeftsbereiche\\\"},\\\"wlT2KmRYL\\\":{\\\"pattern\\\":\\\":wlT2KmRYL\\\",\\\"name\\\":\\\"portfolio\\\"},\\\"ZhH_5q6u1\\\":{\\\"pattern\\\":\\\":ZhH_5q6u1\\\",\\\"name\\\":\\\"bautraeger\\\"},\\\"XwxKScmib\\\":{\\\"pattern\\\":\\\":XwxKScmib\\\",\\\"name\\\":\\\"immobilienverwaltung\\\"},\\\"BUiIKirKi\\\":{\\\"pattern\\\":\\\":BUiIKirKi\\\",\\\"name\\\":\\\"hotels-und-apartments\\\"},\\\"R_HQiHa76\\\":{\\\"pattern\\\":\\\":R_HQiHa76\\\",\\\"name\\\":\\\"medien\\\"},\\\"WjB_U2hRH\\\":{\\\"pattern\\\":\\\":WjB_U2hRH\\\",\\\"name\\\":\\\"gastronomie\\\"},\\\"lK8U27nRK\\\":{\\\"pattern\\\":\\\":lK8U27nRK\\\",\\\"name\\\":\\\"standortentwicklung\\\"},\\\"aSPwfCmMj\\\":{\\\"pattern\\\":\\\":aSPwfCmMj\\\",\\\"name\\\":\\\"marken\\\"},\\\"TrO2xzCtH\\\":{\\\"pattern\\\":\\\":TrO2xzCtH\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"3654\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__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", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "defaultVideo", "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", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "arrow", "height", "id", "link", "newTab", "smoothScroll", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GWqfdR011", "bmX_ab8kS", "rogaRzmLK", "H8hPsURHP", "ce8ro8vtO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerUzEXAN1Cp", "withCSS", "UzEXAN1Cp_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "afXv3Isfs_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "VideoFonts", "Video", "ButtonExternalFonts", "UzEXAN1Cp_default", "FooterFonts", "DCv96jbQP_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "usePreloadLocalizedValues", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "getLocalizedValue", "x", "getLoadingLazyAtYPosition", "Image2", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
