{
  "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/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/4I2lCLCFd4SYvp19XU8q/6XwE3xiGbqCNxVpvnnBr/XkLcgIt9p.js", "ssg:https://framerusercontent.com/modules/jGfFUzG1t3dqhaaVW7uE/eET4DYQoWeIb8a70t6cW/jSYj04feL.js", "ssg:https://framerusercontent.com/modules/i2DuYT7Ixsek08zWc4TP/5OWMIXubQeIAqhq2g9F7/VMiA8EjU4.js", "ssg:https://framerusercontent.com/modules/2sd0R7Q6VgsAw79WvlZ4/Yx8HBMqFJTGgUYTnLfOj/Ug67Os0_y.js", "ssg:https://framerusercontent.com/modules/tONVIZue5FzAqIepb5xi/czien1eup4EtzblCn7FN/augiA20Il.js", "ssg:https://framerusercontent.com/modules/iWZl6yGCM7pNXjUPG40f/9gRMbBik97gkeOE5PYzY/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}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-italic\"]);export const fonts=[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kywN2u7YUwU.woff2\",weight:\"400\"}];export const css=['.framer-iM8s2 .framer-styles-preset-1ixccgw:not(.rich-text-wrapper), .framer-iM8s2 .framer-styles-preset-1ixccgw.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, #696f77); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-iM8s2\";\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 (98479f1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/4I2lCLCFd4SYvp19XU8q/6XwE3xiGbqCNxVpvnnBr/XkLcgIt9p.js\";const serializationHash=\"framer-bxvBz\";const variantClassNames={d301mZViM:\"framer-v-38a9a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,title,width,...props})=>{var _ref;return{...props,gS20PofIq:(_ref=title!==null&&title!==void 0?title:props.gS20PofIq)!==null&&_ref!==void 0?_ref:\"DESIGN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gS20PofIq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"d301mZViM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-38a9a\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"d301mZViM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(241, 245, 249)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ixccgw\",\"data-styles-preset\":\"XkLcgIt9p\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, rgb(14, 16, 16)))\"},children:\"DESIGN\"})}),className:\"framer-1bzfcxi\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rfSDfZNrF\",style:{\"--extracted-r6o4lv\":\"var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, rgb(14, 16, 16))\",\"--framer-paragraph-spacing\":\"0px\"},text:gS20PofIq,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bxvBz.framer-gzq3rr, .framer-bxvBz .framer-gzq3rr { display: block; }\",\".framer-bxvBz.framer-38a9a { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: min-content; }\",\".framer-bxvBz .framer-1bzfcxi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bxvBz.framer-38a9a { gap: 0px; } .framer-bxvBz.framer-38a9a > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bxvBz.framer-38a9a > :first-child { margin-left: 0px; } .framer-bxvBz.framer-38a9a > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 76\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"gS20PofIq\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjSYj04feL=withCSS(Component,css,\"framer-bxvBz\");export default FramerjSYj04feL;FramerjSYj04feL.displayName=\"Tag\";FramerjSYj04feL.defaultProps={height:36,width:76};addPropertyControls(FramerjSYj04feL,{gS20PofIq:{defaultValue:\"DESIGN\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerjSYj04feL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjSYj04feL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"76\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"36\",\"framerVariables\":\"{\\\"gS20PofIq\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jSYj04feL.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Geist Variable Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist Variable Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/BzNPLfvbbtcOEiwzkA7BB0cSSH8.woff2\"}]}];export const css=['.framer-2BC9J .framer-styles-preset-wv02w1:not(.rich-text-wrapper), .framer-2BC9J .framer-styles-preset-wv02w1.rich-text-wrapper h4 { --framer-font-family: \"Geist Variable Regular\", \"Geist Variable Regular Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, #0e1010); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1440px) { .framer-2BC9J .framer-styles-preset-wv02w1:not(.rich-text-wrapper), .framer-2BC9J .framer-styles-preset-wv02w1.rich-text-wrapper h4 { --framer-font-family: \"Geist Variable Regular\", \"Geist Variable Regular Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, #0e1010); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 810px) { .framer-2BC9J .framer-styles-preset-wv02w1:not(.rich-text-wrapper), .framer-2BC9J .framer-styles-preset-wv02w1.rich-text-wrapper h4 { --framer-font-family: \"Geist Variable Regular\", \"Geist Variable Regular Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, #0e1010); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-2BC9J .framer-styles-preset-wv02w1:not(.rich-text-wrapper), .framer-2BC9J .framer-styles-preset-wv02w1.rich-text-wrapper h4 { --framer-font-family: \"Geist Variable Regular\", \"Geist Variable Regular Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -2px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, #0e1010); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-2BC9J\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/36gnGU5mGjCru9nR4WGD/hFU6gP3xhpE55yxvXwxD/a4XyujTTa.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/i2DuYT7Ixsek08zWc4TP/5OWMIXubQeIAqhq2g9F7/VMiA8EjU4.js\";const cycleOrder=[\"B5uECc147\",\"wP054SSN4\",\"OkvQf72Hp\",\"sw4jaMAsq\",\"aCOu1ovZl\",\"zwUTXKBXW\",\"Wh6o8mPky\",\"x699mvo2i\",\"CkYNvTufZ\",\"YWC0sZQuN\",\"ej1pSY2La\",\"zMTjn93uI\"];const serializationHash=\"framer-Js7LE\";const variantClassNames={aCOu1ovZl:\"framer-v-kmy8y7\",B5uECc147:\"framer-v-d710qt\",CkYNvTufZ:\"framer-v-t4aofj\",ej1pSY2La:\"framer-v-fgr8tm\",OkvQf72Hp:\"framer-v-ljdp15\",sw4jaMAsq:\"framer-v-9axpva\",Wh6o8mPky:\"framer-v-1hcf5ne\",wP054SSN4:\"framer-v-ll44xg\",x699mvo2i:\"framer-v-13aakhe\",YWC0sZQuN:\"framer-v-16oglux\",zMTjn93uI:\"framer-v-xbj9h7\",zwUTXKBXW:\"framer-v-cxi3jx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.1,ease:[.59,.25,.12,1.17],type:\"tween\"};const transition3={delay:0,duration:.3,ease:[.59,.25,.12,1.17],type:\"tween\"};const transition4={delay:.1,duration:.8,ease:[.59,.25,.12,1.17],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition5={delay:0,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const transition6={delay:.1,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const transition7={delay:.2,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop / Arrive\":\"OkvQf72Hp\",\"Desktop / Initial\":\"B5uECc147\",\"Desktop / Leave\":\"sw4jaMAsq\",\"Desktop / Start\":\"wP054SSN4\",\"Mobile / Arrive\":\"ej1pSY2La\",\"Mobile / Initial\":\"CkYNvTufZ\",\"Mobile / Leave\":\"zMTjn93uI\",\"Mobile / Start\":\"YWC0sZQuN\",\"Tablet / Arrive\":\"Wh6o8mPky\",\"Tablet / Initial\":\"aCOu1ovZl\",\"Tablet / Leave\":\"x699mvo2i\",\"Tablet / Start\":\"zwUTXKBXW\"};const getProps=({_1StWord,_2NdWord,_3RdWord,height,id,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,E02lBNG8x:(_ref=_2NdWord!==null&&_2NdWord!==void 0?_2NdWord:props.E02lBNG8x)!==null&&_ref!==void 0?_ref:\"Seamless Development.\",s7UsokCJK:(_ref1=_3RdWord!==null&&_3RdWord!==void 0?_3RdWord:props.s7UsokCJK)!==null&&_ref1!==void 0?_ref1:\" /\",SVxZk4EfL:(_ref2=_1StWord!==null&&_1StWord!==void 0?_1StWord:props.SVxZk4EfL)!==null&&_ref2!==void 0?_ref2:\"Strategic Design. \",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"B5uECc147\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SVxZk4EfL,E02lBNG8x,s7UsokCJK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"B5uECc147\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1ttv7f7=activeVariantCallback(async(...args)=>{setVariant(\"wP054SSN4\");});const onAppear8yjhd2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OkvQf72Hp\"),100);});const onAppearwgqhvt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"sw4jaMAsq\"),1e3);});const onAppeareovcwr=activeVariantCallback(async(...args)=>{setVariant(\"zwUTXKBXW\");});const onAppearoiyxdg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Wh6o8mPky\"),100);});const onAppear1ywvez8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"x699mvo2i\"),1e3);});const onAppear1mzinuj=activeVariantCallback(async(...args)=>{setVariant(\"YWC0sZQuN\");});const onAppear1oa8yaf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ej1pSY2La\"),300);});const onAppear196a1f4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"zMTjn93uI\"),2e3);});useOnVariantChange(baseVariant,{aCOu1ovZl:onAppeareovcwr,CkYNvTufZ:onAppear1mzinuj,default:onAppear1ttv7f7,ej1pSY2La:onAppear196a1f4,OkvQf72Hp:onAppearwgqhvt,sw4jaMAsq:undefined,Wh6o8mPky:onAppear1ywvez8,wP054SSN4:onAppear8yjhd2,x699mvo2i:undefined,YWC0sZQuN:onAppear1oa8yaf,zMTjn93uI:undefined,zwUTXKBXW:onAppearoiyxdg});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({wP054SSN4:{value:transition2},YWC0sZQuN:{value:transition3},zwUTXKBXW:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-d710qt\",className,classNames),\"data-framer-name\":\"Desktop / Initial\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"B5uECc147\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aCOu1ovZl:{\"data-framer-name\":\"Tablet / Initial\"},CkYNvTufZ:{\"data-framer-name\":\"Mobile / Initial\"},ej1pSY2La:{\"data-framer-name\":\"Mobile / Arrive\"},OkvQf72Hp:{\"data-framer-name\":\"Desktop / Arrive\"},sw4jaMAsq:{\"data-framer-name\":\"Desktop / Leave\",\"data-highlight\":undefined},Wh6o8mPky:{\"data-framer-name\":\"Tablet / Arrive\"},wP054SSN4:{\"data-framer-name\":\"Desktop / Start\"},x699mvo2i:{\"data-framer-name\":\"Tablet / Leave\",\"data-highlight\":undefined},YWC0sZQuN:{\"data-framer-name\":\"Mobile / Start\"},zMTjn93uI:{\"data-framer-name\":\"Mobile / Leave\",\"data-highlight\":undefined},zwUTXKBXW:{\"data-framer-name\":\"Tablet / Start\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({ej1pSY2La:{value:undefined},OkvQf72Hp:{value:undefined},sw4jaMAsq:{value:transition4},Wh6o8mPky:{value:undefined},wP054SSN4:{value:undefined},x699mvo2i:{value:transition4},YWC0sZQuN:{value:undefined},zMTjn93uI:{value:transition4},zwUTXKBXW:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pzdi13\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"DK3aph1BK\",style:{backgroundColor:\"var(--token-f070939d-06c1-4922-8311-339725e9b303, rgb(255, 61, 0))\",opacity:0},variants:{ej1pSY2La:{opacity:1},OkvQf72Hp:{opacity:1},sw4jaMAsq:{opacity:1},Wh6o8mPky:{opacity:1},wP054SSN4:{opacity:1},x699mvo2i:{opacity:1},YWC0sZQuN:{opacity:1},zMTjn93uI:{opacity:1},zwUTXKBXW:{opacity:1}}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eipodd\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"uzTFv9Dbg\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qdueab\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"bbI9tXwlD\",children:[/*#__PURE__*/_jsx(Transition,{value:transition5,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-100tnpg\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"YnHvPWBjw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})}),className:\"framer-ah38h1\",\"data-framer-name\":\"Helper\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HiN_kxXPn\",style:{\"--extracted-1eung3n\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:SVxZk4EfL,variants:{CkYNvTufZ:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},ej1pSY2La:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},YWC0sZQuN:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},zMTjn93uI:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({ej1pSY2La:{value:undefined},OkvQf72Hp:{value:undefined},sw4jaMAsq:{value:undefined},Wh6o8mPky:{value:undefined},x699mvo2i:{value:undefined},zMTjn93uI:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})}),className:\"framer-b60r6f\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KFQQ1LkyP\",style:{\"--extracted-1eung3n\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:SVxZk4EfL,variants:{CkYNvTufZ:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},ej1pSY2La:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},YWC0sZQuN:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\",opacity:.84},zMTjn93uI:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},zwUTXKBXW:{opacity:.84}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Strategic Design. \"})})}},baseVariant,gestureVariant)})})]})}),/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({ej1pSY2La:{value:transition6},OkvQf72Hp:{value:transition6},sw4jaMAsq:{value:transition6},Wh6o8mPky:{value:transition6},x699mvo2i:{value:transition6},zMTjn93uI:{value:transition6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bg8bla\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"FXSTziDJe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})}),className:\"framer-cd5kmb\",\"data-framer-name\":\"Helper\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Wud_4MuZb\",style:{\"--extracted-1eung3n\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:E02lBNG8x,variants:{CkYNvTufZ:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},ej1pSY2La:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},YWC0sZQuN:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},zMTjn93uI:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({ej1pSY2La:{value:undefined},OkvQf72Hp:{value:undefined},sw4jaMAsq:{value:undefined},Wh6o8mPky:{value:undefined},x699mvo2i:{value:undefined},zMTjn93uI:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})}),className:\"framer-yj2b9z\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PZzv9uTpf\",style:{\"--extracted-1eung3n\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:E02lBNG8x,variants:{CkYNvTufZ:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},ej1pSY2La:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},YWC0sZQuN:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},zMTjn93uI:{\"--extracted-1w1cjl5\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255)))\"},children:\"Seamless Development.\"})})}},baseVariant,gestureVariant)})})]})}),/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({ej1pSY2La:{value:transition7},OkvQf72Hp:{value:transition7},sw4jaMAsq:{value:transition7},Wh6o8mPky:{value:transition7},x699mvo2i:{value:transition7},zMTjn93uI:{value:transition7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ylp0f\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Moxtyhy8N\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\" /\"})}),className:\"framer-1lbnto8\",\"data-framer-name\":\"Helper\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xy6XEDZAR\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:s7UsokCJK,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({ej1pSY2La:{value:undefined},OkvQf72Hp:{value:undefined},sw4jaMAsq:{value:undefined},Wh6o8mPky:{value:undefined},x699mvo2i:{value:undefined},zMTjn93uI:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\" /\"})}),className:\"framer-1h62k6e\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rJFlbcuJU\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:s7UsokCJK,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CkYNvTufZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},ej1pSY2La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},YWC0sZQuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})},zMTjn93uI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\" /\"})})}},baseVariant,gestureVariant)})})]})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Js7LE.framer-1tmvwi7, .framer-Js7LE .framer-1tmvwi7 { display: block; }\",\".framer-Js7LE.framer-d710qt { height: 900px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-Js7LE .framer-pzdi13 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-Js7LE .framer-eipodd { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 0px 96px 0px 96px; position: absolute; right: 0px; top: 0px; }\",\".framer-Js7LE .framer-qdueab { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-Js7LE .framer-100tnpg, .framer-Js7LE .framer-1bg8bla, .framer-Js7LE .framer-ylp0f { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Js7LE .framer-ah38h1, .framer-Js7LE .framer-cd5kmb, .framer-Js7LE .framer-1lbnto8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Js7LE .framer-b60r6f, .framer-Js7LE .framer-yj2b9z, .framer-Js7LE .framer-1h62k6e { bottom: -56px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Js7LE .framer-eipodd, .framer-Js7LE .framer-qdueab, .framer-Js7LE .framer-100tnpg, .framer-Js7LE .framer-1bg8bla, .framer-Js7LE .framer-ylp0f { gap: 0px; } .framer-Js7LE .framer-eipodd > *, .framer-Js7LE .framer-100tnpg > *, .framer-Js7LE .framer-1bg8bla > *, .framer-Js7LE .framer-ylp0f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Js7LE .framer-eipodd > :first-child, .framer-Js7LE .framer-100tnpg > :first-child, .framer-Js7LE .framer-1bg8bla > :first-child, .framer-Js7LE .framer-ylp0f > :first-child { margin-top: 0px; } .framer-Js7LE .framer-eipodd > :last-child, .framer-Js7LE .framer-100tnpg > :last-child, .framer-Js7LE .framer-1bg8bla > :last-child, .framer-Js7LE .framer-ylp0f > :last-child { margin-bottom: 0px; } .framer-Js7LE .framer-qdueab > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Js7LE .framer-qdueab > :first-child { margin-left: 0px; } .framer-Js7LE .framer-qdueab > :last-child { margin-right: 0px; } }\",\".framer-Js7LE.framer-v-ljdp15 .framer-b60r6f, .framer-Js7LE.framer-v-1hcf5ne .framer-b60r6f, .framer-Js7LE.framer-v-fgr8tm .framer-b60r6f { bottom: unset; left: 0px; top: 0px; }\",\".framer-Js7LE.framer-v-ljdp15 .framer-yj2b9z, .framer-Js7LE.framer-v-ljdp15 .framer-1h62k6e, .framer-Js7LE.framer-v-1hcf5ne .framer-yj2b9z, .framer-Js7LE.framer-v-1hcf5ne .framer-1h62k6e, .framer-Js7LE.framer-v-fgr8tm .framer-yj2b9z, .framer-Js7LE.framer-v-fgr8tm .framer-1h62k6e { bottom: unset; top: 0px; }\",\".framer-Js7LE.framer-v-9axpva .framer-pzdi13, .framer-Js7LE.framer-v-13aakhe .framer-pzdi13, .framer-Js7LE.framer-v-xbj9h7 .framer-pzdi13 { bottom: unset; height: 1px; top: -1px; }\",\".framer-Js7LE.framer-v-9axpva .framer-b60r6f, .framer-Js7LE.framer-v-13aakhe .framer-b60r6f, .framer-Js7LE.framer-v-xbj9h7 .framer-b60r6f { bottom: unset; left: 0px; top: -64px; }\",\".framer-Js7LE.framer-v-9axpva .framer-yj2b9z, .framer-Js7LE.framer-v-9axpva .framer-1h62k6e, .framer-Js7LE.framer-v-13aakhe .framer-yj2b9z, .framer-Js7LE.framer-v-13aakhe .framer-1h62k6e, .framer-Js7LE.framer-v-xbj9h7 .framer-yj2b9z, .framer-Js7LE.framer-v-xbj9h7 .framer-1h62k6e { bottom: unset; top: -64px; }\",\".framer-Js7LE.framer-v-kmy8y7.framer-d710qt, .framer-Js7LE.framer-v-cxi3jx.framer-d710qt, .framer-Js7LE.framer-v-1hcf5ne.framer-d710qt, .framer-Js7LE.framer-v-13aakhe.framer-d710qt { height: 1024px; width: 810px; }\",\".framer-Js7LE.framer-v-kmy8y7 .framer-eipodd, .framer-Js7LE.framer-v-cxi3jx .framer-eipodd, .framer-Js7LE.framer-v-1hcf5ne .framer-eipodd, .framer-Js7LE.framer-v-13aakhe .framer-eipodd { padding: 0px 40px 0px 40px; }\",\".framer-Js7LE.framer-v-kmy8y7 .framer-qdueab, .framer-Js7LE.framer-v-cxi3jx .framer-qdueab, .framer-Js7LE.framer-v-1hcf5ne .framer-qdueab, .framer-Js7LE.framer-v-13aakhe .framer-qdueab, .framer-Js7LE.framer-v-t4aofj .framer-qdueab, .framer-Js7LE.framer-v-16oglux .framer-qdueab, .framer-Js7LE.framer-v-fgr8tm .framer-qdueab, .framer-Js7LE.framer-v-xbj9h7 .framer-qdueab { flex-wrap: wrap; }\",\".framer-Js7LE.framer-v-kmy8y7 .framer-100tnpg, .framer-Js7LE.framer-v-kmy8y7 .framer-1bg8bla, .framer-Js7LE.framer-v-kmy8y7 .framer-ylp0f, .framer-Js7LE.framer-v-cxi3jx .framer-100tnpg, .framer-Js7LE.framer-v-cxi3jx .framer-1bg8bla, .framer-Js7LE.framer-v-cxi3jx .framer-ylp0f, .framer-Js7LE.framer-v-1hcf5ne .framer-100tnpg, .framer-Js7LE.framer-v-1hcf5ne .framer-1bg8bla, .framer-Js7LE.framer-v-1hcf5ne .framer-ylp0f, .framer-Js7LE.framer-v-13aakhe .framer-100tnpg, .framer-Js7LE.framer-v-13aakhe .framer-1bg8bla, .framer-Js7LE.framer-v-13aakhe .framer-ylp0f, .framer-Js7LE.framer-v-t4aofj .framer-100tnpg, .framer-Js7LE.framer-v-t4aofj .framer-1bg8bla, .framer-Js7LE.framer-v-t4aofj .framer-ylp0f, .framer-Js7LE.framer-v-16oglux .framer-100tnpg, .framer-Js7LE.framer-v-16oglux .framer-1bg8bla, .framer-Js7LE.framer-v-16oglux .framer-ylp0f, .framer-Js7LE.framer-v-fgr8tm .framer-100tnpg, .framer-Js7LE.framer-v-fgr8tm .framer-1bg8bla, .framer-Js7LE.framer-v-fgr8tm .framer-ylp0f, .framer-Js7LE.framer-v-xbj9h7 .framer-100tnpg, .framer-Js7LE.framer-v-xbj9h7 .framer-1bg8bla, .framer-Js7LE.framer-v-xbj9h7 .framer-ylp0f { overflow: hidden; }\",\".framer-Js7LE.framer-v-t4aofj.framer-d710qt, .framer-Js7LE.framer-v-16oglux.framer-d710qt, .framer-Js7LE.framer-v-fgr8tm.framer-d710qt, .framer-Js7LE.framer-v-xbj9h7.framer-d710qt { height: 812px; width: 390px; }\",\".framer-Js7LE.framer-v-t4aofj .framer-eipodd, .framer-Js7LE.framer-v-16oglux .framer-eipodd, .framer-Js7LE.framer-v-fgr8tm .framer-eipodd, .framer-Js7LE.framer-v-xbj9h7 .framer-eipodd { padding: 0px 24px 0px 24px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 900\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wP054SSN4\":{\"layout\":[\"fixed\",\"fixed\"]},\"OkvQf72Hp\":{\"layout\":[\"fixed\",\"fixed\"]},\"sw4jaMAsq\":{\"layout\":[\"fixed\",\"fixed\"]},\"aCOu1ovZl\":{\"layout\":[\"fixed\",\"fixed\"]},\"zwUTXKBXW\":{\"layout\":[\"fixed\",\"fixed\"]},\"Wh6o8mPky\":{\"layout\":[\"fixed\",\"fixed\"]},\"x699mvo2i\":{\"layout\":[\"fixed\",\"fixed\"]},\"CkYNvTufZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"YWC0sZQuN\":{\"layout\":[\"fixed\",\"fixed\"]},\"ej1pSY2La\":{\"layout\":[\"fixed\",\"fixed\"]},\"zMTjn93uI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SVxZk4EfL\":\"_1StWord\",\"E02lBNG8x\":\"_2NdWord\",\"s7UsokCJK\":\"_3RdWord\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUg67Os0_y=withCSS(Component,css,\"framer-Js7LE\");export default FramerUg67Os0_y;FramerUg67Os0_y.displayName=\"Section / Loading\";FramerUg67Os0_y.defaultProps={height:900,width:1440};addPropertyControls(FramerUg67Os0_y,{variant:{options:[\"B5uECc147\",\"wP054SSN4\",\"OkvQf72Hp\",\"sw4jaMAsq\",\"aCOu1ovZl\",\"zwUTXKBXW\",\"Wh6o8mPky\",\"x699mvo2i\",\"CkYNvTufZ\",\"YWC0sZQuN\",\"ej1pSY2La\",\"zMTjn93uI\"],optionTitles:[\"Desktop / Initial\",\"Desktop / Start\",\"Desktop / Arrive\",\"Desktop / Leave\",\"Tablet / Initial\",\"Tablet / Start\",\"Tablet / Arrive\",\"Tablet / Leave\",\"Mobile / Initial\",\"Mobile / Start\",\"Mobile / Arrive\",\"Mobile / Leave\"],title:\"Variant\",type:ControlType.Enum},SVxZk4EfL:{defaultValue:\"Strategic Design. \",displayTextArea:false,title:\"1st Word\",type:ControlType.String},E02lBNG8x:{defaultValue:\"Seamless Development.\",displayTextArea:false,title:\"2nd Word\",type:ControlType.String},s7UsokCJK:{defaultValue:\" /\",displayTextArea:false,title:\"3rd Word\",type:ControlType.String}});addFonts(FramerUg67Os0_y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUg67Os0_y\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"900\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wP054SSN4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OkvQf72Hp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sw4jaMAsq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aCOu1ovZl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zwUTXKBXW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Wh6o8mPky\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x699mvo2i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CkYNvTufZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YWC0sZQuN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ej1pSY2La\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zMTjn93uI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"SVxZk4EfL\\\":\\\"_1StWord\\\",\\\"E02lBNG8x\\\":\\\"_2NdWord\\\",\\\"s7UsokCJK\\\":\\\"_3RdWord\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ug67Os0_y.map", "// Generated by Framer (e010222)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={fB_OmmJSp: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\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import Tag from\"#framer/local/canvasComponent/jSYj04feL/jSYj04feL.js\";import SectionNavbar from\"#framer/local/canvasComponent/Mv3F7E4tF/Mv3F7E4tF.js\";import SectionFooter from\"#framer/local/canvasComponent/pLdgrSUnq/pLdgrSUnq.js\";import Cursor from\"#framer/local/canvasComponent/ppklOPiNQ/ppklOPiNQ.js\";import SectionLoading from\"#framer/local/canvasComponent/Ug67Os0_y/Ug67Os0_y.js\";import ButtonBase from\"#framer/local/canvasComponent/x477dwW_Q/x477dwW_Q.js\";import*as sharedStyle2 from\"#framer/local/css/a4XyujTTa/a4XyujTTa.js\";import*as sharedStyle4 from\"#framer/local/css/dXvbaZMaE/dXvbaZMaE.js\";import*as sharedStyle from\"#framer/local/css/ItYgAuJBw/ItYgAuJBw.js\";import*as sharedStyle7 from\"#framer/local/css/kaQv3YLwN/kaQv3YLwN.js\";import*as sharedStyle3 from\"#framer/local/css/LJOA0rvcj/LJOA0rvcj.js\";import*as sharedStyle1 from\"#framer/local/css/SZk4kxbnr/SZk4kxbnr.js\";import*as sharedStyle6 from\"#framer/local/css/tj9hz4TNU/tj9hz4TNU.js\";import*as sharedStyle5 from\"#framer/local/css/VMiA8EjU4/VMiA8EjU4.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SectionLoadingFonts=getFonts(SectionLoading);const SectionNavbarFonts=getFonts(SectionNavbar);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const VideoFonts=getFonts(Video);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const ButtonBaseFonts=getFonts(ButtonBase);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const TagFonts=getFonts(Tag);const SectionFooterFonts=getFonts(SectionFooter);const CursorFonts=getFonts(Cursor);const breakpoints={K0bnZNPf3:\"(max-width: 809px)\",UM1WFl9vm:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bznQJ\";const variantClassNames={K0bnZNPf3:\"framer-v-1lgstyr\",UM1WFl9vm:\"framer-v-elb5uy\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:2,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:50,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-50};const transition4={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const transition5={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"K0bnZNPf3\",Tablet:\"UM1WFl9vm\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:0},placement:\"top\",transition:transition1,variant:\"yTDnpxG2c\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-bznQJ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-bznQJ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({\"17m2l2n\":cursor});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44,_getLocalizedValue45,_getLocalizedValue46,_getLocalizedValue47,_getLocalizedValue48,_getLocalizedValue49;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"17m2l2n\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qbr2s2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{variant:\"CkYNvTufZ\"},UM1WFl9vm:{variant:\"aCOu1ovZl\"}},children:/*#__PURE__*/_jsx(SectionLoading,{E02lBNG8x:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Seamless Development.\",height:\"100%\",id:\"TmgbJwPa9\",layoutId:\"TmgbJwPa9\",s7UsokCJK:\" /\",style:{height:\"100%\",width:\"100%\"},SVxZk4EfL:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Strategic Design. \",variant:\"B5uECc147\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{height:80,y:undefined},UM1WFl9vm:{height:80,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1swnuhn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{style:{height:\"100%\",width:\"100%\"},variant:\"WwdrfkPAe\"},UM1WFl9vm:{style:{height:\"100%\",width:\"100%\"},variant:\"v4Q1hKmt7\"}},children:/*#__PURE__*/_jsx(SectionNavbar,{height:\"100%\",id:\"W0O2cUgYd\",jywQUof7g:\"WchAkVIeZ\",layoutId:\"W0O2cUgYd\",style:{width:\"100%\"},variant:\"RpE5cZqaR\",width:\"100%\",zd7T2kDWi:\"I7N_Mqtph\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hgsr5y\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qhyu6z\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y5rmh4\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ecffhh\",\"data-framer-name\":\"Div\",name:\"Div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue2=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},children:\"A Reliable Partner for Advanced Engineering and Manufacturing Excellence\"})})},UM1WFl9vm:{children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-7olxf7\",\"data-styles-preset\":\"SZk4kxbnr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},children:\"A Reliable Partner for Advanced Engineering and Manufacturing Excellence\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:(_getLocalizedValue4=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17f3knl\",\"data-styles-preset\":\"ItYgAuJBw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-22891391-b0f9-4ebd-90a1-fdd365544355, rgb(255, 255, 255))\"},children:\"A Reliable Partner for Advanced Engineering and Manufacturing Excellence\"})}),className:\"framer-1vs5gwx\",\"data-framer-appear-id\":\"1vs5gwx\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],initial:animation1,name:\"Heading\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue5=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t3qf8t\",\"data-styles-preset\":\"dXvbaZMaE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0c3bea6e-a7c2-48b5-b2af-1e48f7c47da3, rgb(218, 222, 227))\"},children:\"From polymers and composites to electronics and precision machining, we deliver tailored solutions for every stage of your project.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lwz26k\",\"data-styles-preset\":\"LJOA0rvcj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0c3bea6e-a7c2-48b5-b2af-1e48f7c47da3, rgb(218, 222, 227))\"},children:\"From polymers and composites to electronics and precision machining, we deliver tailored solutions for every stage of your project.\"})}),className:\"framer-5v398k\",\"data-framer-appear-id\":\"5v398k\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],initial:animation2,name:\"Body\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-x38nwu\",\"data-framer-appear-id\":\"x38nwu\",\"data-framer-name\":\"Hero\",initial:animation1,name:\"Hero\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qf8e8w\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n1gl82-container\",\"data-framer-name\":\"Video / Home\",name:\"Video / Home\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"KK6GDVJNE\",isMixedBorderRadius:false,layoutId:\"KK6GDVJNE\",loop:true,muted:true,name:\"Video / Home\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/giTpdFWyQiU4Ix8gctnYGTzmgg.webm\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kjeoc4\",\"data-framer-name\":\"About Us\",name:\"About Us\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ps407r\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tsptx7\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue7=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\"About us\"})})},UM1WFl9vm:{children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\"About us\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue9=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17f3knl\",\"data-styles-preset\":\"ItYgAuJBw\",children:\"About us\"})}),className:\"framer-gugykt\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{y:undefined},UM1WFl9vm:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:1439,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ieugls-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonBase,{djvPbbKF8:false,height:\"100%\",hFnHG6gMU:(_getLocalizedValue10=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"ABOUT US\",id:\"giEC_R3gP\",layoutId:\"giEC_R3gP\",variant:\"Qq71noLpe\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ibl2z\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:918,intrinsicWidth:894,pixelHeight:918,pixelWidth:894,sizes:\"min(100vw - 40px, 1248px)\",src:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp\",srcSet:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp 894w\"}},UM1WFl9vm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:918,intrinsicWidth:894,pixelHeight:918,pixelWidth:894,sizes:\"245px\",src:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp\",srcSet:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp 894w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:918,intrinsicWidth:894,loading:getLoadingLazyAtYPosition(1555),pixelHeight:918,pixelWidth:894,sizes:\"447px\",src:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp\",srcSet:\"https://framerusercontent.com/images/roWSTHj23aACleWuImlss8cg.webp 894w\"},className:\"framer-9iegki\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9hs9kd\",\"data-framer-name\":\"Div\",name:\"Div\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\"Shaping Innovation and Delivering Excellence\"})})},UM1WFl9vm:{children:(_getLocalizedValue12=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\"Shaping Innovation and Delivering Excellence\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-rdlx58\",\"data-styles-preset\":\"tj9hz4TNU\",children:\"Shaping Innovation and Delivering Excellence\"})}),className:\"framer-1lhupdw\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t3qf8t\",\"data-styles-preset\":\"dXvbaZMaE\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Located in the Brittany region, western France, we specialize in polymers, composites, electronics, and advanced manufacturing. Our expertise spans design, prototyping, precision machining, and full-scale production. We provide tailored engineering solutions to meet the unique challenges of diverse industries, supporting projects at every stage.\"})})},UM1WFl9vm:{children:(_getLocalizedValue15=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t3qf8t\",\"data-styles-preset\":\"dXvbaZMaE\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Located in the Brittany region, western France, we specialize in polymers, composites, electronics, and advanced manufacturing. Our expertise spans design, prototyping, precision machining, and full-scale production. We provide tailored engineering solutions to meet the unique challenges of diverse industries, supporting projects at every stage.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lwz26k\",\"data-styles-preset\":\"LJOA0rvcj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Located in the Brittany region, western France, we specialize in polymers, composites, electronics, and advanced manufacturing. Our expertise spans design, prototyping, precision machining, and full-scale production. We provide tailored engineering solutions to meet the unique challenges of diverse industries, supporting projects at every stage.\"})}),className:\"framer-1cftrrj\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],name:\"Body\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fghp91\",\"data-framer-name\":\"Services\",name:\"Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ii8935\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jsfn5n\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ags62a\",\"data-framer-name\":\"Div\",name:\"Div\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue17=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\"Ambition and dedication for the attention to detail.\"})})},UM1WFl9vm:{children:(_getLocalizedValue18=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wv02w1\",\"data-styles-preset\":\"VMiA8EjU4\",children:\"Ambition and dedication for the attention to detail.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17f3knl\",\"data-styles-preset\":\"ItYgAuJBw\",children:\"Ambition and dedication for the attention to detail.\"})}),className:\"framer-1q0u6v3\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lwz26k\",\"data-styles-preset\":\"LJOA0rvcj\",style:{\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Strategic Design, Flawless Development, Unmatched Results\"})}),className:\"framer-ug8rrq\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],name:\"Body\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kHgh4Jxco\"},implicitPathVariables:undefined},{href:{webPageId:\"kHgh4Jxco\"},implicitPathVariables:undefined},{href:{webPageId:\"kHgh4Jxco\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{y:undefined},UM1WFl9vm:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:2430,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lgqp41-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{EeD1addM5:resolvedLinks[2]},UM1WFl9vm:{EeD1addM5:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonBase,{djvPbbKF8:false,EeD1addM5:resolvedLinks[0],height:\"100%\",hFnHG6gMU:(_getLocalizedValue=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"SERVICE DETAILS\",id:\"xRQ1SnurD\",layoutId:\"xRQ1SnurD\",variant:\"Qq71noLpe\",width:\"100%\"})})})})});}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w95kfk\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f9z70r\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v5za9u\",\"data-framer-name\":\"Div\",name:\"Div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:[\"Engineering \",/*#__PURE__*/_jsx(\"br\",{}),\"materials\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue21=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-rdlx58\",\"data-styles-preset\":\"tj9hz4TNU\",children:[\"Engineering \",/*#__PURE__*/_jsx(\"br\",{}),\"materials\"]})}),className:\"framer-zsfjv1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-56e86a\",\"data-styles-preset\":\"kaQv3YLwN\",style:{\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Precise prototyping and machining of advanced materials to validate designs and create functional components.\"})}),className:\"framer-1shgauq\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],name:\"Body\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3nsbpq\",\"data-framer-name\":\"Tags\",name:\"Tags\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dboj0r-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue23=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:\"DESIGN\",height:\"100%\",id:\"ckyz9dOSL\",layoutId:\"ckyz9dOSL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gy7094-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue24=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:\"SOURCING\",height:\"100%\",id:\"rrnfA86JD\",layoutId:\"rrnfA86JD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10dgaep-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue25=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:\"PROTOTYPING\",height:\"100%\",id:\"dQLPvLtwy\",layoutId:\"dQLPvLtwy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2rnkqp-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue26=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:\"ASSEMBLY\",height:\"100%\",id:\"m6clcGupf\",layoutId:\"m6clcGupf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rdehlw-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue27=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:\"MANUFACTURING\",height:\"100%\",id:\"P0A6KO628\",layoutId:\"P0A6KO628\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ecnl0e\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fy028i\",\"data-framer-name\":\"Div\",name:\"Div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue28=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\"Systems & Advanced Technologies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue29=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-rdlx58\",\"data-styles-preset\":\"tj9hz4TNU\",children:\"Systems & Advanced Technologies\"})}),className:\"framer-db8ucp\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue30=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-56e86a\",\"data-styles-preset\":\"kaQv3YLwN\",style:{\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Delivering innovation and security in electronics through tailored solutions, optimized systems, and reverse engineering for robust protection.\"})}),className:\"framer-fs49oo\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],name:\"Body\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d35ywi\",\"data-framer-name\":\"Tags\",name:\"Tags\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f62e5d-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue31=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:\"ELECTRONICS\",height:\"100%\",id:\"mNzcsVcqx\",layoutId:\"mNzcsVcqx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iynldj-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue32=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:\"EMBEDDED SYSTEMS\",height:\"100%\",id:\"GAJB2qbQt\",layoutId:\"GAJB2qbQt\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10dp4e4-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue33=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:\"SECURITY\",height:\"100%\",id:\"IPqmYL514\",layoutId:\"IPqmYL514\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ul15rq-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue34=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:\"REVERSE ENGINEERING\",height:\"100%\",id:\"UUfUaiGcT\",layoutId:\"UUfUaiGcT\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zzm2ie\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngjh9d\",\"data-framer-name\":\"Div\",name:\"Div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{children:(_getLocalizedValue35=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o3eotu\",\"data-styles-preset\":\"a4XyujTTa\",children:\"Fabrication\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue36=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-rdlx58\",\"data-styles-preset\":\"tj9hz4TNU\",children:\"Fabrication\"})}),className:\"framer-dbembv\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue37=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-56e86a\",\"data-styles-preset\":\"kaQv3YLwN\",style:{\"--framer-text-color\":\"var(--token-998c293c-5f7d-4a6d-9bdb-92f2d9284d2e, rgb(105, 111, 119))\"},children:\"Access advanced fabrication capabilities for prototyping, machining, and assembly, tailored to your project's unique needs.\"})}),className:\"framer-1gtsqek\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],name:\"Body\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-28ugcx\",\"data-framer-name\":\"Tags\",name:\"Tags\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8jnm59-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue38=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:\"CNC\",height:\"100%\",id:\"N1RwzLYoD\",layoutId:\"N1RwzLYoD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fl42g9-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue39=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:\"MILLING\",height:\"100%\",id:\"lgrZeFYiC\",layoutId:\"lgrZeFYiC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wqvbla-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue40=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:\"TURNING\",height:\"100%\",id:\"iCXMR_6PX\",layoutId:\"iCXMR_6PX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qd8iau-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue41=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:\"ROUTING\",height:\"100%\",id:\"QxnteUV6Y\",layoutId:\"QxnteUV6Y\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ewr2bp-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue42=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:\"PCB\",height:\"100%\",id:\"MqO7cCOeD\",layoutId:\"MqO7cCOeD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iorgf0-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue43=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:\"SMT ASSEMBLY\",height:\"100%\",id:\"dyMbopbSQ\",layoutId:\"dyMbopbSQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7p0exb-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue44=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:\"THT ASSEMBLY\",height:\"100%\",id:\"sQ97xRLXy\",layoutId:\"sQ97xRLXy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15pm3ud-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue45=getLocalizedValue(\"v42\",activeLocale))!==null&&_getLocalizedValue45!==void 0?_getLocalizedValue45:\"PLASTIC WELDING\",height:\"100%\",id:\"qI5XAKJeH\",layoutId:\"qI5XAKJeH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1akoaam-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue46=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue46!==void 0?_getLocalizedValue46:\"LASER WELDING\",height:\"100%\",id:\"RNNNUo5Hk\",layoutId:\"RNNNUo5Hk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-50mw9r-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue47=getLocalizedValue(\"v44\",activeLocale))!==null&&_getLocalizedValue47!==void 0?_getLocalizedValue47:\"INJECTION MOLDING\",height:\"100%\",id:\"EQsb3HSir\",layoutId:\"EQsb3HSir\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q4cq0y-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue48=getLocalizedValue(\"v45\",activeLocale))!==null&&_getLocalizedValue48!==void 0?_getLocalizedValue48:\"SLS\",height:\"100%\",id:\"M1knzFUV7\",layoutId:\"M1knzFUV7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-auowo0-container\",children:/*#__PURE__*/_jsx(Tag,{gS20PofIq:(_getLocalizedValue49=getLocalizedValue(\"v46\",activeLocale))!==null&&_getLocalizedValue49!==void 0?_getLocalizedValue49:\"MJF\",height:\"100%\",id:\"OhIIN_Khl\",layoutId:\"OhIIN_Khl\",width:\"100%\"})})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ay418s\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{y:undefined},UM1WFl9vm:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:682,width:\"100vw\",y:3109,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x784zm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{K0bnZNPf3:{variant:\"QOuVmNDy7\"},UM1WFl9vm:{variant:\"eLJbXOuFH\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"El9cK4qxf\",layoutId:\"El9cK4qxf\",style:{width:\"100%\"},variant:\"AG5RJ34ho\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bznQJ { background: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, rgb(14, 16, 16)) /* {\"name\":\"Black / 100\"} */; }`,\".framer-bznQJ.framer-lux5qc, .framer-bznQJ .framer-lux5qc { display: block; }\",\".framer-bznQJ.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, #0e1010); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-bznQJ .framer-1qbr2s2-container { flex: none; height: 100vh; left: 0px; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-bznQJ .framer-1swnuhn-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-bznQJ .framer-hgsr5y { align-content: center; align-items: center; background-color: #0e1010; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 96px 40px 96px; position: relative; width: 100%; z-index: 1; }\",\".framer-bznQJ .framer-qhyu6z, .framer-bznQJ .framer-1qf8e8w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1248px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-y5rmh4, .framer-bznQJ .framer-ecffhh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-1vs5gwx, .framer-bznQJ .framer-1lhupdw, .framer-bznQJ .framer-1cftrrj, .framer-bznQJ .framer-1q0u6v3, .framer-bznQJ .framer-ug8rrq, .framer-bznQJ .framer-zsfjv1, .framer-bznQJ .framer-1shgauq, .framer-bznQJ .framer-db8ucp, .framer-bznQJ .framer-fs49oo, .framer-bznQJ .framer-dbembv, .framer-bznQJ .framer-1gtsqek { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bznQJ .framer-5v398k { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 825px; word-break: break-word; word-wrap: break-word; }\",\".framer-bznQJ .framer-x38nwu { align-content: center; align-items: center; background-color: #0e1010; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 96px 96px 96px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-bznQJ .framer-n1gl82-container { aspect-ratio: 1.7652050919377653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 707px); position: relative; width: 100%; }\",\".framer-bznQJ .framer-1kjeoc4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 96px; position: relative; width: 100%; z-index: 1; }\",\".framer-bznQJ .framer-ps407r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-end; max-width: 1248px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-tsptx7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-gugykt { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bznQJ .framer-1ieugls-container, .framer-bznQJ .framer-lgqp41-container, .framer-bznQJ .framer-1dboj0r-container, .framer-bznQJ .framer-gy7094-container, .framer-bznQJ .framer-10dgaep-container, .framer-bznQJ .framer-2rnkqp-container, .framer-bznQJ .framer-rdehlw-container, .framer-bznQJ .framer-f62e5d-container, .framer-bznQJ .framer-iynldj-container, .framer-bznQJ .framer-10dp4e4-container, .framer-bznQJ .framer-ul15rq-container, .framer-bznQJ .framer-8jnm59-container, .framer-bznQJ .framer-1fl42g9-container, .framer-bznQJ .framer-wqvbla-container, .framer-bznQJ .framer-qd8iau-container, .framer-bznQJ .framer-1ewr2bp-container, .framer-bznQJ .framer-iorgf0-container, .framer-bznQJ .framer-7p0exb-container, .framer-bznQJ .framer-15pm3ud-container, .framer-bznQJ .framer-1akoaam-container, .framer-bznQJ .framer-50mw9r-container, .framer-bznQJ .framer-q4cq0y-container, .framer-bznQJ .framer-auowo0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bznQJ .framer-16ibl2z { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-9iegki { aspect-ratio: 0.9738562091503268 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 459px); overflow: hidden; position: relative; width: 447px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bznQJ .framer-9hs9kd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bznQJ .framer-fghp91 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 112px 96px 112px 96px; position: relative; width: 100%; z-index: 1; }\",\".framer-bznQJ .framer-ii8935 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 104px; height: min-content; justify-content: flex-start; max-width: 1248px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-jsfn5n { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-ags62a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bznQJ .framer-w95kfk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-f9z70r, .framer-bznQJ .framer-ecnl0e, .framer-bznQJ .framer-zzm2ie { --border-bottom-width: 0px; --border-color: #dadee3; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 407px; justify-content: space-between; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 1px; }\",\".framer-bznQJ .framer-1v5za9u, .framer-bznQJ .framer-1fy028i, .framer-bznQJ .framer-ngjh9d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-3nsbpq, .framer-bznQJ .framer-d35ywi, .framer-bznQJ .framer-28ugcx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bznQJ .framer-ay418s { 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: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-bznQJ .framer-x784zm-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bznQJ.framer-72rtr7, .framer-bznQJ .framer-hgsr5y, .framer-bznQJ .framer-qhyu6z, .framer-bznQJ .framer-y5rmh4, .framer-bznQJ .framer-ecffhh, .framer-bznQJ .framer-x38nwu, .framer-bznQJ .framer-1qf8e8w, .framer-bznQJ .framer-1kjeoc4, .framer-bznQJ .framer-ps407r, .framer-bznQJ .framer-tsptx7, .framer-bznQJ .framer-16ibl2z, .framer-bznQJ .framer-9hs9kd, .framer-bznQJ .framer-fghp91, .framer-bznQJ .framer-ii8935, .framer-bznQJ .framer-jsfn5n, .framer-bznQJ .framer-ags62a, .framer-bznQJ .framer-w95kfk, .framer-bznQJ .framer-1v5za9u, .framer-bznQJ .framer-3nsbpq, .framer-bznQJ .framer-1fy028i, .framer-bznQJ .framer-d35ywi, .framer-bznQJ .framer-ngjh9d, .framer-bznQJ .framer-28ugcx, .framer-bznQJ .framer-ay418s { gap: 0px; } .framer-bznQJ.framer-72rtr7 > *, .framer-bznQJ .framer-ay418s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bznQJ.framer-72rtr7 > :first-child, .framer-bznQJ .framer-hgsr5y > :first-child, .framer-bznQJ .framer-qhyu6z > :first-child, .framer-bznQJ .framer-y5rmh4 > :first-child, .framer-bznQJ .framer-ecffhh > :first-child, .framer-bznQJ .framer-x38nwu > :first-child, .framer-bznQJ .framer-1qf8e8w > :first-child, .framer-bznQJ .framer-1kjeoc4 > :first-child, .framer-bznQJ .framer-ps407r > :first-child, .framer-bznQJ .framer-9hs9kd > :first-child, .framer-bznQJ .framer-fghp91 > :first-child, .framer-bznQJ .framer-ii8935 > :first-child, .framer-bznQJ .framer-ags62a > :first-child, .framer-bznQJ .framer-1v5za9u > :first-child, .framer-bznQJ .framer-1fy028i > :first-child, .framer-bznQJ .framer-ngjh9d > :first-child, .framer-bznQJ .framer-ay418s > :first-child { margin-top: 0px; } .framer-bznQJ.framer-72rtr7 > :last-child, .framer-bznQJ .framer-hgsr5y > :last-child, .framer-bznQJ .framer-qhyu6z > :last-child, .framer-bznQJ .framer-y5rmh4 > :last-child, .framer-bznQJ .framer-ecffhh > :last-child, .framer-bznQJ .framer-x38nwu > :last-child, .framer-bznQJ .framer-1qf8e8w > :last-child, .framer-bznQJ .framer-1kjeoc4 > :last-child, .framer-bznQJ .framer-ps407r > :last-child, .framer-bznQJ .framer-9hs9kd > :last-child, .framer-bznQJ .framer-fghp91 > :last-child, .framer-bznQJ .framer-ii8935 > :last-child, .framer-bznQJ .framer-ags62a > :last-child, .framer-bznQJ .framer-1v5za9u > :last-child, .framer-bznQJ .framer-1fy028i > :last-child, .framer-bznQJ .framer-ngjh9d > :last-child, .framer-bznQJ .framer-ay418s > :last-child { margin-bottom: 0px; } .framer-bznQJ .framer-hgsr5y > *, .framer-bznQJ .framer-qhyu6z > *, .framer-bznQJ .framer-x38nwu > *, .framer-bznQJ .framer-1qf8e8w > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bznQJ .framer-y5rmh4 > *, .framer-bznQJ .framer-ecffhh > *, .framer-bznQJ .framer-ags62a > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bznQJ .framer-1kjeoc4 > *, .framer-bznQJ .framer-fghp91 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-bznQJ .framer-ps407r > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bznQJ .framer-tsptx7 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-bznQJ .framer-tsptx7 > :first-child, .framer-bznQJ .framer-16ibl2z > :first-child, .framer-bznQJ .framer-jsfn5n > :first-child, .framer-bznQJ .framer-w95kfk > :first-child, .framer-bznQJ .framer-3nsbpq > :first-child, .framer-bznQJ .framer-d35ywi > :first-child, .framer-bznQJ .framer-28ugcx > :first-child { margin-left: 0px; } .framer-bznQJ .framer-tsptx7 > :last-child, .framer-bznQJ .framer-16ibl2z > :last-child, .framer-bznQJ .framer-jsfn5n > :last-child, .framer-bznQJ .framer-w95kfk > :last-child, .framer-bznQJ .framer-3nsbpq > :last-child, .framer-bznQJ .framer-d35ywi > :last-child, .framer-bznQJ .framer-28ugcx > :last-child { margin-right: 0px; } .framer-bznQJ .framer-16ibl2z > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-bznQJ .framer-9hs9kd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bznQJ .framer-ii8935 > * { margin: 0px; margin-bottom: calc(104px / 2); margin-top: calc(104px / 2); } .framer-bznQJ .framer-jsfn5n > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bznQJ .framer-w95kfk > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-bznQJ .framer-1v5za9u > *, .framer-bznQJ .framer-1fy028i > *, .framer-bznQJ .framer-ngjh9d > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bznQJ .framer-3nsbpq > *, .framer-bznQJ .framer-d35ywi > *, .framer-bznQJ .framer-28ugcx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-bznQJ[data-border=\"true\"]::after, .framer-bznQJ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-bznQJ { background: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, rgb(14, 16, 16)) /* {\"name\":\"Black / 100\"} */; } .framer-bznQJ.framer-72rtr7 { width: 810px; } .framer-bznQJ .framer-1qbr2s2-container { order: 0; } .framer-bznQJ .framer-1swnuhn-container { height: 80px; order: 1; } .framer-bznQJ .framer-hgsr5y { justify-content: center; order: 2; padding: 64px 40px 40px 40px; } .framer-bznQJ .framer-5v398k { width: 100%; } .framer-bznQJ .framer-x38nwu { justify-content: center; order: 3; padding: 40px 40px 80px 40px; } .framer-bznQJ .framer-n1gl82-container { height: var(--framer-aspect-ratio-supported, 414px); } .framer-bznQJ .framer-1kjeoc4 { order: 4; padding: 96px 40px 96px 40px; } .framer-bznQJ .framer-16ibl2z { align-content: flex-start; align-items: flex-start; } .framer-bznQJ .framer-9iegki { height: var(--framer-aspect-ratio-supported, 251px); width: 245px; } .framer-bznQJ .framer-fghp91 { order: 6; padding: 80px 40px 80px 40px; } .framer-bznQJ .framer-1q0u6v3 { width: 730px; } .framer-bznQJ .framer-ug8rrq { width: 422px; } .framer-bznQJ .framer-w95kfk { align-content: unset; align-items: unset; display: grid; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; } .framer-bznQJ .framer-f9z70r, .framer-bznQJ .framer-ecnl0e, .framer-bznQJ .framer-zzm2ie { align-self: start; flex: none; gap: 32px; height: 100%; justify-content: flex-start; justify-self: start; width: 100%; } .framer-bznQJ .framer-ay418s { order: 9; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bznQJ .framer-w95kfk, .framer-bznQJ .framer-f9z70r, .framer-bznQJ .framer-ecnl0e, .framer-bznQJ .framer-zzm2ie { gap: 0px; } .framer-bznQJ .framer-w95kfk > *, .framer-bznQJ .framer-w95kfk > :first-child, .framer-bznQJ .framer-w95kfk > :last-child { margin: 0px; } .framer-bznQJ .framer-f9z70r > *, .framer-bznQJ .framer-ecnl0e > *, .framer-bznQJ .framer-zzm2ie > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bznQJ .framer-f9z70r > :first-child, .framer-bznQJ .framer-ecnl0e > :first-child, .framer-bznQJ .framer-zzm2ie > :first-child { margin-top: 0px; } .framer-bznQJ .framer-f9z70r > :last-child, .framer-bznQJ .framer-ecnl0e > :last-child, .framer-bznQJ .framer-zzm2ie > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-bznQJ { background: var(--token-ce1c1dfc-1b98-4fc6-ac4e-ec9c7b2f46fd, rgb(14, 16, 16)) /* {\"name\":\"Black / 100\"} */; } .framer-bznQJ.framer-72rtr7 { width: 390px; } .framer-bznQJ .framer-1swnuhn-container { height: 80px; } .framer-bznQJ .framer-hgsr5y { justify-content: center; padding: 40px 20px 40px 20px; position: sticky; top: 0px; will-change: transform; } .framer-bznQJ .framer-5v398k { width: 100%; } .framer-bznQJ .framer-x38nwu { justify-content: center; padding: 0px 20px 64px 20px; top: 417px; } .framer-bznQJ .framer-n1gl82-container { aspect-ratio: 1.25 / 1; height: var(--framer-aspect-ratio-supported, 280px); } .framer-bznQJ .framer-1kjeoc4 { padding: 80px 20px 80px 20px; } .framer-bznQJ .framer-ps407r { gap: 40px; } .framer-bznQJ .framer-tsptx7 { flex-wrap: wrap; } .framer-bznQJ .framer-gugykt { flex: none; white-space: pre; width: auto; } .framer-bznQJ .framer-16ibl2z { flex-direction: column; } .framer-bznQJ .framer-9iegki { height: var(--framer-aspect-ratio-supported, 360px); width: 100%; } .framer-bznQJ .framer-9hs9kd { flex: none; gap: 24px; width: 100%; } .framer-bznQJ .framer-fghp91 { padding: 64px 20px 64px 20px; } .framer-bznQJ .framer-jsfn5n { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 40px; } .framer-bznQJ .framer-ags62a { flex: none; width: 100%; } .framer-bznQJ .framer-w95kfk { flex-direction: column; gap: 32px; } .framer-bznQJ .framer-f9z70r, .framer-bznQJ .framer-ecnl0e, .framer-bznQJ .framer-zzm2ie { flex: none; gap: 48px; height: min-content; justify-content: flex-start; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bznQJ .framer-ps407r, .framer-bznQJ .framer-16ibl2z, .framer-bznQJ .framer-9hs9kd, .framer-bznQJ .framer-jsfn5n, .framer-bznQJ .framer-w95kfk, .framer-bznQJ .framer-f9z70r, .framer-bznQJ .framer-ecnl0e, .framer-bznQJ .framer-zzm2ie { gap: 0px; } .framer-bznQJ .framer-ps407r > *, .framer-bznQJ .framer-jsfn5n > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bznQJ .framer-ps407r > :first-child, .framer-bznQJ .framer-16ibl2z > :first-child, .framer-bznQJ .framer-9hs9kd > :first-child, .framer-bznQJ .framer-jsfn5n > :first-child, .framer-bznQJ .framer-w95kfk > :first-child, .framer-bznQJ .framer-f9z70r > :first-child, .framer-bznQJ .framer-ecnl0e > :first-child, .framer-bznQJ .framer-zzm2ie > :first-child { margin-top: 0px; } .framer-bznQJ .framer-ps407r > :last-child, .framer-bznQJ .framer-16ibl2z > :last-child, .framer-bznQJ .framer-9hs9kd > :last-child, .framer-bznQJ .framer-jsfn5n > :last-child, .framer-bznQJ .framer-w95kfk > :last-child, .framer-bznQJ .framer-f9z70r > :last-child, .framer-bznQJ .framer-ecnl0e > :last-child, .framer-bznQJ .framer-zzm2ie > :last-child { margin-bottom: 0px; } .framer-bznQJ .framer-16ibl2z > *, .framer-bznQJ .framer-f9z70r > *, .framer-bznQJ .framer-ecnl0e > *, .framer-bznQJ .framer-zzm2ie > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bznQJ .framer-9hs9kd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bznQJ .framer-w95kfk > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3807\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UM1WFl9vm\":{\"layout\":[\"fixed\",\"auto\"]},\"K0bnZNPf3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-bznQJ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3807,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...SectionLoadingFonts,...SectionNavbarFonts,...VideoFonts,...ButtonBaseFonts,...TagFonts,...SectionFooterFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"3807\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UM1WFl9vm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K0bnZNPf3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "4gCAEO,IAAMA,GAAkB,CAC3B,SAAU,WACV,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EACaC,GAAkB,CAC3B,GAAGD,GACH,aAAc,EACd,WAAY,0BACZ,MAAO,OACP,OAAQ,kBACR,cAAe,QACnB,EACaE,GAAgB,CACzB,QAAS,CACL,KAAMC,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,CACJ,EACaC,GAAkB,CAC3B,KAAMD,EAAY,OAClB,MAAO,YACP,IAAK,EACL,IAAK,IACL,KAAM,EACN,eAAgB,EACpB,EACaE,GAAe,CACxB,KAAM,CACF,KAAMF,EAAY,QAClB,MAAO,OACP,aAAc,GACd,cAAe,UACf,aAAc,QAClB,EACA,WAAY,CACR,KAAMA,EAAY,OAClB,MAAO,SACP,YAAa,QACb,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,EACA,WAAY,CACR,KAAMH,EAAY,KAClB,MAAO,SACP,QAAS,CACL,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,GACJ,EACA,aAAc,CACV,OACA,cACA,QACA,UACA,SACA,YACA,OACA,aACA,OACJ,EACA,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,CACJ,EC5EO,SAASC,GAAWC,EAASC,EAAS,CACzC,OAAOC,GAA0B,GAAMF,EAASC,CAAO,CAC3D,CACO,SAASE,GAAUC,EAAQH,EAAS,CACvC,OAAOC,GAA0B,GAAOE,EAAQH,CAAO,CAC3D,CACA,SAASC,GAA0BG,EAAMC,EAAUL,EAAU,GAAM,CAC/D,IAAMM,EAAaC,GAA+B,EAClDC,EAAU,IAAI,CACNR,GAAWM,IAAeF,GAAMC,EAAS,CACjD,EAAG,CACCC,CACJ,CAAC,CACL,CCdO,IAAMG,GAAkB,IAAI,CAC/B,GAAI,OAAOC,EAAc,IAAa,CAClC,IAAMC,EAAYD,EAAU,UAAU,YAAY,EAElD,OADkBC,EAAU,QAAQ,QAAQ,EAAI,IAAMA,EAAU,QAAQ,cAAc,EAAI,IAAMA,EAAU,QAAQ,SAAS,EAAI,KAAOA,EAAU,QAAQ,QAAQ,EAAI,MAEjK,OAAO,EAClB,EACaC,GAAqB,IAAIC,EAAQ,IAAIJ,GAAgB,EAC5D,CAAC,CAAC,ECGD,SAASK,IAAgB,CAG5B,OAFiBC,EAAQ,IAAIC,GAAa,QAAQ,IAAMA,GAAa,OACnE,CAAC,CAAC,CAER,CCdO,SAASC,GAAUC,EAAO,CAC7B,GAAM,CAAE,aAAAC,EAAe,oBAAAC,EAAsB,cAAAC,EAAgB,eAAAC,EAAiB,kBAAAC,EAAoB,iBAAAC,CAAoB,EAAIN,EAU1H,OAToBO,EAAQ,IAAIL,EAAsB,GAAGC,OAAmBC,OAAoBC,OAAuBC,MAAuB,GAAGL,MAC/I,CACEA,EACAC,EACAC,EACAC,EACAC,EACAC,CACJ,CAAC,CAEL,CACO,IAAME,GAAsB,CAC/B,aAAc,CACV,MAAO,SACP,KAAMC,EAAY,YAClB,UAAW,sBACX,aAAc,CACV,SACA,mBACJ,EACA,UAAW,CACP,gBACA,iBACA,oBACA,kBACJ,EACA,YAAa,CACT,KACA,KACA,KACA,IACJ,EACA,IAAK,CACT,CACJ,EAcO,IAAMC,GAAiB,CAC1B,QAAS,CACL,KAAMC,EAAY,YAClB,UAAW,iBACX,aAAc,CACV,UACA,kBACJ,EACA,UAAW,CACP,aACA,eACA,gBACA,aACJ,EACA,YAAa,CACT,IACA,IACA,IACA,GACJ,EACA,IAAK,EACL,MAAO,SACX,CACJ,EC3E2Z,IAAIC,IAAe,SAASA,EAAc,CAACA,EAAc,KAAQ,OAAOA,EAAc,QAAW,UAAUA,EAAc,MAAS,QAAQA,EAAc,KAAQ,OAAOA,EAAc,UAAa,YAAa,GAAGA,KAAgBA,GAAc,CAAC,EAAE,EAAE,IAAIC,IAAS,SAASA,EAAQ,CAACA,EAAQ,MAAS,SAASA,EAAQ,IAAO,KAAM,GAAGA,KAAUA,GAAQ,CAAC,EAAE,EACtvB,SAASC,GAASC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,OAAAC,EAAO,QAAAC,EAAQ,SAAAC,EAAS,YAAAC,EAAY,WAAAC,EAAW,GAAAC,EAAG,SAAAC,EAAS,GAAGC,CAAI,EAAET,EAAM,OAAOS,CAAK,CAQjH,SAASC,GAAMV,EAAM,CAAC,IAAMW,EAASZ,GAASC,CAAK,EAAE,OAAoBY,EAAKC,GAAU,CAAC,GAAGF,CAAQ,CAAC,CAAE,CAAC,SAASG,GAAoBC,EAAS,CAAC,IAAMC,EAA4BC,GAA+B,EAAQC,EAAeC,EAAO,EAAK,EAAQC,EAAYC,GAAYC,GAAa,CAAC,GAAG,CAACP,EAAS,QAAQ,OAAO,IAAMQ,GAAaD,IAAc,EAAE,KAAKA,GAAaP,EAAS,QAAQ,SAAeS,EAAa,KAAK,IAAIT,EAAS,QAAQ,YAAYQ,CAAW,EAAE,GAAMR,EAAS,QAAQ,SAAS,GAAG,CAACS,IAAcT,EAAS,QAAQ,YAAYQ,EAAa,EAAE,CAAC,CAAC,EAAQE,EAAKJ,GAAY,IAAI,CAAkM,EAAjLN,EAAS,QAAQ,YAAY,GAAGA,EAAS,QAAQ,WAAW,CAACA,EAAS,QAAQ,QAAQ,CAACA,EAAS,QAAQ,OAAOA,EAAS,QAAQ,WAAWA,EAAS,QAAQ,oBAAiCA,EAAS,SAAS,CAACG,EAAe,SAASF,IAA6BE,EAAe,QAAQ,GAAKH,EAAS,QAAQ,KAAK,EAAE,MAAMW,GAAG,CAAC,CAAC,EAC76B,QAAQ,IAAIR,EAAe,QAAQ,EAAK,EAAG,EAAE,CAAC,CAAC,EAAQS,EAAMN,GAAY,IAAI,CAAI,CAACN,EAAS,SAASG,EAAe,SAAeH,EAAS,QAAQ,MAAM,CAAE,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,KAAAU,EAAK,MAAAE,EAAM,YAAAP,CAAW,CAAE,CAAC,SAASQ,GAAoB,CAAC,YAAAC,EAAY,MAAAC,EAAM,KAAAC,EAAK,YAAAC,EAAY,SAAAC,CAAQ,EAAE,CAAC,GAAK,CAACC,CAAkB,EAAEC,GAAS,IAAIN,CAAW,EAAO,CAACO,EAAsBC,CAAwB,EAAEF,GAAS,EAAK,EAAKN,IAAcK,GAAoB,CAACE,GAAuBC,EAAyB,EAAI,EAAG,IAAMC,EAE3eJ,GAAoBJ,GAAOC,GAAMC,GAAa,CAACC,GAQ/C,CAACG,EAA0BG,EAAS,OAAGD,EAAaC,EAAS,cAAsBL,EAAmBK,EAAS,WAAgBA,EAAS,cAAqBA,CAAS,CAOnK,IAAIC,GAAoC,GAAY3B,GAAuB4B,GAAK,SAAoBzC,EAAM,CAAC,GAAK,CAAC,QAAA0C,EAAQ,QAAAC,EAAQ,OAAAC,EAAO,QAAQf,EAAY,MAAAC,EAAM,YAAAE,EAAY,SAAAC,EAAS,SAAAY,EAAS,UAAAC,EAAU,gBAAAC,EAAgB,SAAAC,EAAS,QAAAC,EAAQ,OAAAC,GAAO,MAAAC,EAAM,QAAAC,EAAQ,aAAAC,GAAa,aAAAC,EAAa,YAAAC,EAAY,UAAAC,EAAU,OAAAC,EAAO,cAAAC,EAAc,UAAUC,EAAc,OAAAC,EAAO,KAAA7B,CAAI,EAAE/B,EAAYe,EAASI,EAAO,EAAQ0C,GAASC,GAAmB,EAAQC,EAAiB5C,EAAO,IAAI,EAAQ6C,GAAgB7C,EAAO,IAAI,EAAQ8C,EAAWC,GAAc,EAAQC,GAAaC,GAAUpE,CAAK,EAGnjBqE,EAAiBJ,EAAW,cAAcrC,GAAoB,CAAC,YAAAC,EAAY,MAAAC,EAAM,KAAAC,EAAK,YAAAC,EAAY,SAAAC,CAAQ,CAAC,EAAQqC,GAAaL,EAAW,GAAKM,GAAUxD,CAAQ,EAClKyD,EAAUb,IAAgB,IAAI,KAAKA,EAAmB,CAAC,KAAAlC,EAAK,MAAAE,GAAM,YAAAP,CAAW,EAAEN,GAAoBC,CAAQ,EACjH0D,EAAU,IAAI,CAAIR,IAAqBpC,EAAYJ,EAAK,EAAOE,GAAM,EAAE,EAAE,CAACE,CAAW,CAAC,EACtF4C,EAAU,IAAI,CAAIR,GAAqBI,IAAmB,gBAAwBC,GAAa7C,EAAK,EAAOE,GAAM,EAAE,EAAE,CAAC0C,EAAiBC,EAAY,CAAC,EAEpJG,EAAU,IAAI,CAAC,GAAG,CAACjC,GAAoC,CAACA,GAAoC,GAAK,OAAQ,IAAMkC,EAAiBC,GAAc9B,CAAQ,EAAEA,EAAS,IAAI,GAAGA,GAA4C,GAAG,IAAIzB,GAK1NsD,GAAoE,KAOpEF,GAA+C,GAAG,GAAG,CAAE,EAAE,CAACA,EAAU7B,EAAQC,EAAOC,CAAQ,CAAC,EAC7F4B,EAAU,IAAI,CAAC,GAAIE,GAAc9B,CAAQ,EAAS,OAAOA,EAAS,GAAG,SAAS+B,GAAOxD,EAAYwD,CAAK,CAAC,CAAE,EAAE,CAAC/B,CAAQ,CAAC,EACrHgC,GAAW,IAAI,CAAId,EAAiB,UAAU,MAAehD,EAAS,UACnE,CAACiD,IAAiBjC,GAAM,CAACgC,EAAiB,UAAQtC,EAAK,CAAG,CAAC,EAC9DqD,GAAU,IAAI,CAAI/D,EAAS,UAASiD,GAAgB,QAAQjD,EAAS,QAAQ,MAAMgD,EAAiB,QAAQhD,EAAS,QAAQ,OAAOY,GAAM,EAAG,CAAC,EAAE,IAAMoD,GAAIC,EAAQ,IAAI,CAAC,IAAIC,EAAS,GASpL,GAAGvC,IAAU,MAAM,OAAOE,EAAOqC,EAAS,GAAGvC,IAAU,SAAS,OAAOC,EAAQsC,CAAS,EAAE,CAACvC,EAAQC,EAAQC,EAAO4B,CAAS,CAAC,EAC5H,OAAAC,EAAU,IAAI,CAAIZ,IAAU9C,EAAS,SAASsD,IAAmB,YAAY,WAAW,IAAI5C,EAAK,EAAE,EAAE,CAAG,EAAE,CAAC,CAAC,EAC5GgD,EAAU,IAAI,CAAI1D,EAAS,SAAS,CAACe,IAAMf,EAAS,QAAQ,QAAQ6C,GAAsC,GAAG,IAAI,EAAE,CAACA,CAAM,CAAC,EAC6FhD,EAAK,QAAQ,CAAC,QAAAwC,EAAQ,aAAAC,GAAa,aAAAC,EAAa,YAAAC,EAAY,UAAAC,EAAU,IAAIuB,GAAI,KAAKhD,EAAK,IAAIhB,EAAS,SAASW,GAA6CsB,IAAStB,CAAC,EAAE,QAAQA,GAA2CuB,IAAQvB,CAAC,EAAE,OAAOA,GAAyCwB,KAAOxB,CAAC,EAAE,QAAQA,GAAuCyB,IAAMzB,CAAC,EAAE,SAAS2C,IAAmB,WAAW,OAAOX,EAAcD,EAAO,OAAU,aAA1mB,IAAI,CAAK1C,EAAS,UAAkBA,EAAS,QAAQ,YAAY,IAAGK,GAAaoD,GAA+C,GAAG,GAAG,EAAKH,IAAmB,YAAW5C,EAAK,EAAE,EAAmd,SAASQ,EAAS,MAAMgC,EAAW,GAAKnC,EAAM,YAAYE,EAAY,MAAM,CAAC,OAASoB,EAAQ,UAAU,OAAO,MAAM,OAAO,OAAO,OAAO,aAAAe,GAAa,QAAQ,QAAQ,UAAUrB,EAAU,gBAAgBC,EAAgB,eAAe,SAAS,CAAC,CAAC,CAAE,CAAC,EAAErC,GAAM,YAAY,QAAQA,GAAM,aAAa,CAAC,QAAQ,MAAM,OAAO,oHAAoH,QAAQ,GAAG,cAAc,GAAM,SAAS,GAAM,QAAQ,GAAK,KAAK,GAAK,MAAM,GAAK,YAAY,GAAK,eAAe,GAAM,UAAU,QAAQ,gBAAgB,gBAAgB,OAAO,EAAE,OAAO,GAAG,UAAU,CAAC,EAAE,IAAMwE,GAAY,2CAA2C,SAASC,GAAsBP,EAAM,CAAC,OAAOA,EAAM,OAAO,CAAC,EAAE,YAAY,EAAEA,EAAM,MAAM,CAAC,CAAE,CAAQ,SAASQ,GAAUR,EAAM,CAA2C,OAA7BA,EAAM,MAAMM,EAAW,GAAG,CAAC,GAAgB,IAAIC,EAAqB,EAAE,KAAK,GAAG,CAAE,CAAC,IAAME,GAAiB,CAAC,QAAQ,OAAO,UAAU,aAAa,MAAM,EAAEC,GAAoB5E,GAAM,CAAC,QAAQ,CAAC,KAAK6E,EAAY,KAAK,wBAAwB,GAAK,MAAM,SAAS,QAAQ,CAAC,MAAM,QAAQ,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,MAAM,MAAM,YAAY,iBAAiB,OAAOvF,EAAM,CAAC,OAAOA,EAAM,UAAU,QAAS,EAAE,YAAY,gEAAgE,EAAE,QAAQ,CAAC,KAAKuF,EAAY,KAAK,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,EAAE,OAAOvF,EAAM,CAAC,OAAOA,EAAM,UAAU,KAAM,CAAC,EAAE,QAAQ,CAAC,KAAKuF,EAAY,QAAQ,MAAM,UAAU,aAAa,MAAM,cAAc,IAAI,EAAE,cAAc,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,MAAM,cAAc,IAAI,EAAE,OAAO,CAAC,KAAKA,EAAY,MAAM,MAAM,IAAI,OAAO,CAAC,CAAC,cAAA7B,CAAa,IAAI,CAACA,CAAa,EAAE,gBAAgB,CAAC,KAAK6B,EAAY,MAAM,MAAM,YAAY,EAAE,GAAGC,GAAoB,UAAU,CAAC,MAAM,aAAa,KAAKD,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,GAAG,KAAK,GAAG,EAAE,KAAK,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,MAAM,cAAc,IAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,MAAM,QAAQF,GAAiB,aAAaA,GAAiB,IAAID,EAAS,CAAC,EAMpqF,SAAS,CAAC,KAAKG,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAY,QAAQ,MAAM,QAAQ,aAAa,MAAM,cAAc,IAAI,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,IAAI,IAAI,IAAI,EAAE,KAAK,IAAI,OAAO,CAAC,CAAC,MAAAzD,CAAK,IAAIA,CAAK,EAAE,MAAM,CAAC,KAAKyD,EAAY,YAAY,EAAE,SAAS,CAAC,KAAKA,EAAY,YAAY,EAAE,QAAQ,CAAC,KAAKA,EAAY,YAAY,EAAE,OAAO,CAAC,KAAKA,EAAY,YAAY,EAAE,GAAGE,EAAa,CAAC,ECrEpZC,GAAU,UAAU,CAAC,6BAA6B,yBAAyB,+BAA+B,2BAA2B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,kIAAkI,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,kIAAkI,OAAO,KAAK,CAAC,EAAeC,GAAI,CAAC,uiCAAuiC,EAAeC,GAAU,eCC7pD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,gBAAgB,EAAkO,IAAMC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAK,MAAM,CAAC,GAAGD,EAAM,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,QAAQ,CAAE,EAAQC,GAAuB,CAACF,EAAMG,IAAeH,EAAM,iBAAwBG,EAAS,KAAK,GAAG,EAAEH,EAAM,iBAAwBG,EAAS,KAAK,GAAG,EAAUC,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,GAAGC,CAAS,EAAEpB,GAASK,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,GAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAApB,CAAQ,EAAEqB,GAAgB,CAAC,eAAe,YAAY,QAAAX,EAAQ,kBAAAY,EAAiB,CAAC,EAAQC,EAAiBxB,GAAuBF,EAAMG,CAAQ,EAAQwB,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAapB,EAAS,EAAQqB,EAAkBC,GAAqB,EAAE,OAAoB1C,EAAK2C,GAAY,CAAC,GAAGtB,GAA4CiB,EAAgB,SAAsBtC,EAAKC,GAAS,CAAC,QAAQW,EAAS,QAAQ,GAAM,SAAsBZ,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAGsB,EAAU,GAAGI,EAAgB,UAAUgB,GAAGC,GAAkB,GAAGL,EAAsB,eAAepB,EAAUM,CAAU,EAAE,mBAAmB,YAAY,iBAAiBS,EAAiB,SAAS,YAAY,IAAIpB,GAA6BqB,EAAK,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,GAAGjB,CAAK,EAAE,SAAsBnB,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAAsB9C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwB,GAAI,CAAC,kFAAkF,gFAAgF,mRAAmR,iHAAiH,qWAAqW,GAAeA,EAAG,EASn1IC,GAAgBC,GAAQpC,GAAUkC,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,MAAMA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,SAAS,gBAAgB,GAAM,MAAM,QAAQ,KAAKI,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVl8DC,GAAU,UAAU,CAAC,+BAA+B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,yBAAyB,OAAO,SAAS,IAAI,wEAAwE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,0kBAA0kB,ioBAAioB,goBAAgoB,4nBAA4nB,EAAeC,GAAU,eCCtqE,IAAMC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,oBAAoB,YAAY,kBAAkB,YAAY,kBAAkB,YAAY,kBAAkB,YAAY,mBAAmB,YAAY,iBAAiB,YAAY,iBAAiB,YAAY,kBAAkB,YAAY,mBAAmB,YAAY,iBAAiB,YAAY,iBAAiB,WAAW,EAAQC,GAAS,CAAC,CAAC,SAAAC,EAAS,SAAAC,EAAS,SAAAC,EAAS,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAuCC,EAAM,MAAM,CAAC,GAAGL,EAAM,WAAWC,EAAKN,GAA4CK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,wBAAwB,WAAWC,EAAMN,GAA4CI,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,KAAK,WAAWC,EAAMT,GAA4CM,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,qBAAqB,SAASE,GAAOD,EAAuCZ,GAAwBQ,EAAM,OAAO,KAAK,MAAMI,IAAyC,OAAOA,EAAuCJ,EAAM,WAAW,MAAMK,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACN,EAAM/B,IAAe+B,EAAM,iBAAwB/B,EAAS,KAAK,GAAG,EAAE+B,EAAM,iBAAwB/B,EAAS,KAAK,GAAG,EAAUsC,GAA6BC,GAAW,SAASR,EAAMS,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA5C,EAAQ,UAAA6C,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASO,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA1D,CAAQ,EAAE2D,GAAgB,CAAC,WAAAhE,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ+D,EAAiBvB,GAAuBN,EAAM/B,CAAQ,EAAO,CAAC,sBAAA6D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAeL,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQS,EAAeN,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQU,GAAeP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAeR,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQY,GAAgBT,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQa,EAAgBV,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQc,GAAgBX,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQe,EAAgBZ,EAAsB,SAASI,IAAO,CAAC,MAAMH,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAEgB,GAAmBvB,EAAY,CAAC,UAAUiB,GAAe,UAAUG,EAAgB,QAAQP,EAAgB,UAAUS,EAAgB,UAAUN,EAAe,UAAU,OAAU,UAAUG,GAAgB,UAAUJ,EAAe,UAAU,OAAU,UAAUM,GAAgB,UAAU,OAAU,UAAUH,CAAc,CAAC,EAAE,IAAMM,GAAWC,EAAO,IAAI,EAAQC,EAAsBC,GAAM,EAAQC,EAAsB,CAAalC,GAAuBA,EAAS,EAAQmC,GAAkBC,GAAqB,EAAE,OAAoBjE,EAAKkE,GAAY,CAAC,GAAGpC,GAA4C+B,EAAgB,SAAsB7D,EAAKI,GAAS,CAAC,QAAQpB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,EAAE,UAAU,CAAC,MAAMC,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAsB4B,EAAM9D,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAU8B,GAAGxF,GAAkB,GAAGmF,EAAsB,gBAAgBlC,EAAUO,CAAU,EAAE,mBAAmB,oBAAoB,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIpB,GAA6BmC,GAAK,MAAM,CAAC,GAAG/B,CAAK,EAAE,GAAG9C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,iBAAiB,MAAS,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,CAAC,EAAEqD,EAAYI,CAAc,EAAE,SAAS,CAAcvC,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGP,EAAqB,CAAC,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAMQ,EAAW,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAM,MAAS,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAsBvC,EAAKK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5C,EAAKK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBuC,EAAiB,SAAS,YAAY,SAAsBuB,EAAM9D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAc5C,EAAKT,GAAW,CAAC,MAAMU,GAAY,SAAsBkE,EAAM9D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAc5C,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,MAAM,QAAQ,CAAC,EAAE,KAAKb,EAAU,SAAS,CAAC,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAevC,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGP,EAAqB,CAAC,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,CAAC,EAAEqD,EAAYI,CAAc,EAAE,SAAsBvC,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,MAAM,QAAQ,CAAC,EAAE,KAAKb,EAAU,SAAS,CAAC,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,wEAAwE,QAAQ,GAAG,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,QAAQ,GAAG,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGjD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevC,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,EAAqB,CAAC,UAAU,CAAC,MAAMoB,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEiC,EAAYI,CAAc,EAAE,SAAsB4B,EAAM9D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAc5C,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,MAAM,QAAQ,CAAC,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGlD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAevC,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGP,EAAqB,CAAC,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,CAAC,EAAEqD,EAAYI,CAAc,EAAE,SAAsBvC,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,KAAK,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,EAAE,UAAU,CAAC,sBAAsB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGlD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevC,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,EAAqB,CAAC,UAAU,CAAC,MAAMqB,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEgC,EAAYI,CAAc,EAAE,SAAsB4B,EAAM9D,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,YAAY,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAc5C,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,MAAM,QAAQ,CAAC,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGnD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAevC,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGP,EAAqB,CAAC,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,EAAE,UAAU,CAAC,MAAM,MAAS,CAAC,EAAEqD,EAAYI,CAAc,EAAE,SAAsBvC,EAAKqE,EAAS,CAAC,sBAAsB,GAAK,SAAsBrE,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGnD,EAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBL,EAAWM,EAAS,CAAC,SAAsBN,EAAKK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+B,GAAI,CAAC,kFAAkF,kFAAkF,sGAAsG,oIAAoI,0SAA0S,2RAA2R,oVAAoV,6KAA6K,mNAAmN,2kCAA2kC,oLAAoL,uTAAuT,uLAAuL,sLAAsL,yTAAyT,yNAAyN,2NAA2N,yYAAyY,wnCAAwnC,uNAAuN,0NAA0N,GAAeA,GAAI,GAAgBA,EAAG,EASp74BC,GAAgBC,GAAQlD,GAAUgD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,oBAAoB,kBAAkB,mBAAmB,kBAAkB,mBAAmB,iBAAiB,kBAAkB,iBAAiB,mBAAmB,iBAAiB,kBAAkB,gBAAgB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,qBAAqB,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,wBAAwB,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,KAAK,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECThpF,IAAMC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,EAAOF,EAAOA,EAAO,SAAU,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,EAAGL,EAAOA,EAAO,SAAU,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCAmjC,IAAMC,GAAoBC,GAASC,EAAc,EAAQC,GAAmBF,GAASG,EAAa,EAAQC,GAAkCC,GAA0BC,CAAQ,EAAQC,GAAWP,GAASQ,EAAK,EAAQC,GAAmCJ,GAA0BK,EAAO,GAAG,EAAQC,GAAeC,GAAON,CAAQ,EAAQO,GAAgBb,GAASc,EAAU,EAAQC,GAAgBH,GAAOI,CAAS,EAAQC,GAAYL,GAAOM,EAAK,EAAQC,GAAgBP,GAAOF,EAAO,GAAG,EAAQU,GAASpB,GAASqB,CAAG,EAAQC,GAAmBtB,GAASuB,EAAa,EAAQC,GAAYxB,GAASyB,EAAM,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,GAAG,EAAE,CAAC,EAAQC,EAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAASA,GAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAO,CAAC,UAAU,SAAS,UAAUC,GAAO,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,MAAM,WAAWrB,GAAY,QAAQ,WAAW,EAAQsB,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEnB,GAASI,CAAK,EAAQgB,EAAU,IAAI,CAAC,IAAMC,EAAUvB,GAAiB,OAAUc,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,GAAmB,IAAI,CAAC,IAAMF,EAAUvB,GAAiB,OAAUc,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,EAAG,IAAMI,GAAQJ,EAAU,cAAc,GAAGI,GAAQ,CAAC,IAAMC,GAAK,SAAS,KAAKA,GAAK,UAAU,QAAQC,IAAGA,GAAE,WAAW,cAAc,GAAGD,GAAK,UAAU,OAAOC,EAAC,CAAC,EAAED,GAAK,UAAU,IAAI,GAAGL,EAAU,4BAA4B,EAAG,MAAM,IAAI,CAAII,IAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,4BAA4B,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,CAAmB,EAAEC,GAA8BZ,EAAQa,GAAY,EAAK,EAAQC,EAAe,OAAgBC,EAAWC,EAAO,IAAI,EAAEC,GAA0BvB,CAAY,EAAE,IAAMwB,EAAOC,GAAU,EAAQC,GAAsBC,GAAM,EAAQC,EAAsB,CAAaxB,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,EAAEyB,GAAiB,CAAC,UAAUlC,EAAM,CAAC,EAAE,IAAImC,EAAmBC,GAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAqBC,GAAqBC,EAAqBC,GAAqBC,EAAqBC,GAAqBC,EAAqBC,GAAqBC,EAAqBC,EAAqBC,GAAqBC,EAAqBC,GAAqBC,GAAqBC,EAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA3G,EAAiB,EAAE,SAAsB4G,EAAMC,GAAY,CAAC,GAAG9E,GAA4CqB,GAAgB,SAAS,CAAcwD,EAAME,EAAO,IAAI,CAAC,GAAG7E,EAAU,UAAU8E,GAAGhH,GAAkB,GAAGuD,EAAsB,gBAAgBxB,CAAS,EAAE,qBAAqB,UAAU,IAAIL,GAA6BsB,EAAK,MAAM,CAAC,GAAGlB,CAAK,EAAE,SAAS,CAAc6E,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,EAAE,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgE,EAAKS,GAAe,CAAC,WAAW3D,EAAmB4D,EAAkB,KAAK1F,CAAY,KAAK,MAAM8B,IAAqB,OAAOA,EAAmB,wBAAwB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,KAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,WAAWC,GAAoB2D,EAAkB,KAAK1F,CAAY,KAAK,MAAM+B,KAAsB,OAAOA,GAAoB,qBAAqB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiD,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,MAAS,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,MAAS,CAAC,EAAE,SAAsBgE,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,EAAE,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBgE,EAAKW,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeX,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAsBE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUgB,EAAoB0D,EAAkB,KAAK1F,CAAY,KAAK,MAAMgC,IAAsB,OAAOA,EAAiCgD,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,0EAA0E,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU/C,EAAoByD,EAAkB,KAAK1F,CAAY,KAAK,MAAMiC,IAAsB,OAAOA,EAAiC+C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,0EAA0E,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,GAAkC,CAAC,sBAAsB,GAAK,QAAQpH,GAAU,UAAUyD,EAAoBwD,EAAkB,KAAK1F,CAAY,KAAK,MAAMkC,IAAsB,OAAOA,EAAiC8C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,0EAA0E,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,QAAQtG,GAAW,KAAK,UAAU,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAesG,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmB,EAAoBuD,EAAkB,KAAK1F,CAAY,KAAK,MAAMmC,IAAsB,OAAOA,EAAiC6C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,qIAAqI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKa,GAAkC,CAAC,sBAAsB,GAAK,QAAQpH,GAAU,UAAU2D,EAAoBsD,EAAkB,KAAK1F,CAAY,KAAK,MAAMoC,IAAsB,OAAOA,EAAiC4C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,qIAAqI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,QAAQrG,GAAW,KAAK,OAAO,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqG,EAAKc,GAAmC,CAAC,QAAQrH,GAAU,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,OAAO,QAAQC,GAAW,KAAK,OAAO,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBsG,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAsBA,EAAKM,EAA0B,CAAC,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,eAAe,KAAK,eAAe,SAAsBP,EAAKe,GAAM,CAAC,gBAAgB,mBAAmB,aAAa,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,KAAK,eAAe,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,WAAW,SAAsBE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUqB,EAAoBqD,EAAkB,KAAK1F,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAiC2C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU1C,EAAoBoD,EAAkB,KAAK1F,CAAY,KAAK,MAAMsC,IAAsB,OAAOA,EAAiC0C,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKgB,GAAe,CAAC,kBAAkB,CAAC,WAAWnH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,UAAU2D,EAAoBmD,EAAkB,KAAK1F,CAAY,KAAK,MAAMuC,IAAsB,OAAOA,EAAiCyC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,MAAS,EAAE,UAAU,CAAC,EAAE,MAAS,CAAC,EAAE,SAAsBgE,EAAKM,EAA0B,CAAC,OAAO,GAAG,EAAE,KAAK,SAAsBN,EAAKiB,GAAgB,CAAC,kBAAkB,CAAC,WAAWpH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBkG,EAAKkB,GAAW,CAAC,UAAU,GAAM,OAAO,OAAO,WAAW1D,EAAqBkD,EAAkB,KAAK1F,CAAY,KAAK,MAAMwC,IAAuB,OAAOA,EAAqB,WAAW,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0C,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,4BAA4B,IAAI,qEAAqE,OAAO,yEAAyE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,qEAAqE,OAAO,yEAAyE,CAAC,CAAC,EAAE,SAAsBgE,EAAKmB,GAAY,CAAC,kBAAkB,CAAC,WAAWtH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQsH,GAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,QAAQ,IAAI,qEAAqE,OAAO,yEAAyE,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,QAAQ,MAAM,CAAC,qBAAqB,IAAI,CAAC,CAAC,CAAC,CAAC,EAAelB,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcoG,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUyB,GAAqBiD,EAAkB,MAAM1F,CAAY,KAAK,MAAMyC,KAAuB,OAAOA,GAAkCuC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8CAA8C,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUtC,EAAqBgD,EAAkB,MAAM1F,CAAY,KAAK,MAAM0C,IAAuB,OAAOA,EAAkCsC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8CAA8C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAU3D,GAAqB+C,EAAkB,MAAM1F,CAAY,KAAK,MAAM2C,KAAuB,OAAOA,GAAkCqC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8CAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU4B,EAAqB8C,EAAkB,MAAM1F,CAAY,KAAK,MAAM4C,IAAuB,OAAOA,EAAkCoC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,UAAU,sBAAsB,uEAAuE,EAAE,SAAS,6VAA6V,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUnC,GAAqB6C,EAAkB,MAAM1F,CAAY,KAAK,MAAM6C,KAAuB,OAAOA,GAAkCmC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,UAAU,sBAAsB,uEAAuE,EAAE,SAAS,6VAA6V,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUxD,EAAqB4C,EAAkB,MAAM1F,CAAY,KAAK,MAAM8C,IAAuB,OAAOA,EAAkCkC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,UAAU,sBAAsB,uEAAuE,EAAE,SAAS,6VAA6V,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,WAAW,SAAsBE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcA,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBC,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAckG,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU+B,GAAqB2C,EAAkB,MAAM1F,CAAY,KAAK,MAAM+C,KAAuB,OAAOA,GAAkCiC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sDAAsD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUhC,EAAqB0C,EAAkB,MAAM1F,CAAY,KAAK,MAAMgD,IAAuB,OAAOA,EAAkCgC,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,sDAAsD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUrD,EAAqByC,EAAkB,MAAM1F,CAAY,KAAK,MAAMiD,IAAuB,OAAOA,EAAkC+B,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,sDAAsD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUpD,GAAqBwC,EAAkB,MAAM1F,CAAY,KAAK,MAAMkD,KAAuB,OAAOA,GAAkC8B,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKuB,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAI1E,EAAmB,OAAOkD,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,MAAS,EAAE,UAAU,CAAC,EAAE,MAAS,CAAC,EAAE,SAAsBgE,EAAKM,EAA0B,CAAC,OAAO,GAAG,EAAE,KAAK,SAAsBN,EAAKiB,GAAgB,CAAC,kBAAkB,CAAC,WAAWpH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBiG,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUwF,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBxB,EAAKkB,GAAW,CAAC,UAAU,GAAM,UAAUM,EAAc,CAAC,EAAE,OAAO,OAAO,WAAW1E,EAAmB4D,EAAkB,MAAM1F,CAAY,KAAK,MAAM8B,IAAqB,OAAOA,EAAmB,kBAAkB,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoD,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcA,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcsG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBgE,EAAWY,EAAS,CAAC,SAAsBV,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,eAA4BF,EAAK,KAAK,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUnD,EAAqBuC,EAAkB,MAAM1F,CAAY,KAAK,MAAMmD,IAAuB,OAAOA,EAAkC6B,EAAWY,EAAS,CAAC,SAAsBV,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,eAA4BF,EAAK,KAAK,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUlD,GAAqBsC,EAAkB,MAAM1F,CAAY,KAAK,MAAMoD,KAAuB,OAAOA,GAAkC4B,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+GAA+G,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAciG,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWpD,GAAqBqC,EAAkB,MAAM1F,CAAY,KAAK,MAAMqD,KAAuB,OAAOA,GAAqB,SAAS,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWnD,EAAqBoC,EAAkB,MAAM1F,CAAY,KAAK,MAAMsD,IAAuB,OAAOA,EAAqB,WAAW,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0B,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWlD,GAAqBmC,EAAkB,MAAM1F,CAAY,KAAK,MAAMuD,KAAuB,OAAOA,GAAqB,cAAc,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyB,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWjD,GAAqBkC,EAAkB,MAAM1F,CAAY,KAAK,MAAMwD,KAAuB,OAAOA,GAAqB,WAAW,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWhD,GAAqBiC,EAAkB,MAAM1F,CAAY,KAAK,MAAMyD,KAAuB,OAAOA,GAAqB,gBAAgB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyB,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWrH,EAAW,EAAE,sBAAsB,GAAK,gBAAgBJ,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcsG,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU0C,GAAqBgC,EAAkB,MAAM1F,CAAY,KAAK,MAAM0D,KAAuB,OAAOA,GAAkCsB,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iCAAiC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAU3C,GAAqB+B,EAAkB,MAAM1F,CAAY,KAAK,MAAM2D,KAAuB,OAAOA,GAAkCqB,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iCAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAU1C,GAAqB8B,EAAkB,MAAM1F,CAAY,KAAK,MAAM4D,KAAuB,OAAOA,GAAkCoB,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iJAAiJ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAciG,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW5C,GAAqB6B,EAAkB,MAAM1F,CAAY,KAAK,MAAM6D,KAAuB,OAAOA,GAAqB,cAAc,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW3C,GAAqB4B,EAAkB,MAAM1F,CAAY,KAAK,MAAM8D,KAAuB,OAAOA,GAAqB,mBAAmB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW1C,GAAqB2B,EAAkB,MAAM1F,CAAY,KAAK,MAAM+D,KAAuB,OAAOA,GAAqB,WAAW,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiB,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWzC,GAAqB0B,EAAkB,MAAM1F,CAAY,KAAK,MAAMgE,KAAuB,OAAOA,GAAqB,sBAAsB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWpH,EAAW,EAAE,sBAAsB,GAAK,gBAAgBL,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAcsG,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiD,GAAqByB,EAAkB,MAAM1F,CAAY,KAAK,MAAMiE,KAAuB,OAAOA,GAAkCe,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUpC,GAAqBwB,EAAkB,MAAM1F,CAAY,KAAK,MAAMkE,KAAuB,OAAOA,GAAkCc,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKsB,EAAS,CAAC,sBAAsB,GAAK,UAAUnC,GAAqBuB,EAAkB,MAAM1F,CAAY,KAAK,MAAMmE,KAAuB,OAAOA,GAAkCa,EAAWY,EAAS,CAAC,SAAsBZ,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6HAA6H,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAMmB,GAAgB,CAAC,kBAAkB,CAAC,WAAWxH,CAAW,EAAE,sBAAsB,GAAK,gBAAgBE,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAS,CAAciG,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWrC,GAAqBsB,EAAkB,MAAM1F,CAAY,KAAK,MAAMoE,KAAuB,OAAOA,GAAqB,MAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWpC,GAAqBqB,EAAkB,MAAM1F,CAAY,KAAK,MAAMqE,KAAuB,OAAOA,GAAqB,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeW,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWnC,GAAqBoB,EAAkB,MAAM1F,CAAY,KAAK,MAAMsE,KAAuB,OAAOA,GAAqB,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeU,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWlC,GAAqBmB,EAAkB,MAAM1F,CAAY,KAAK,MAAMuE,KAAuB,OAAOA,GAAqB,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWjC,GAAqBkB,EAAkB,MAAM1F,CAAY,KAAK,MAAMwE,KAAuB,OAAOA,GAAqB,MAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeQ,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAWhC,GAAqBiB,EAAkB,MAAM1F,CAAY,KAAK,MAAMyE,KAAuB,OAAOA,GAAqB,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeO,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW/B,GAAqBgB,EAAkB,MAAM1F,CAAY,KAAK,MAAM0E,KAAuB,OAAOA,GAAqB,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeM,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW9B,GAAqBe,EAAkB,MAAM1F,CAAY,KAAK,MAAM2E,KAAuB,OAAOA,GAAqB,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeK,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,2BAA2B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW7B,GAAqBc,EAAkB,MAAM1F,CAAY,KAAK,MAAM4E,KAAuB,OAAOA,GAAqB,gBAAgB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW5B,GAAqBa,EAAkB,MAAM1F,CAAY,KAAK,MAAM6E,KAAuB,OAAOA,GAAqB,oBAAoB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeG,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW3B,GAAqBY,EAAkB,MAAM1F,CAAY,KAAK,MAAM8E,KAAuB,OAAOA,GAAqB,MAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAKM,EAA0B,CAAC,OAAO,GAAG,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKyB,EAAI,CAAC,WAAW1B,GAAqBW,EAAkB,MAAM1F,CAAY,KAAK,MAAM+E,KAAuB,OAAOA,GAAqB,MAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeC,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,SAAS,SAAsBA,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,MAAS,EAAE,UAAU,CAAC,EAAE,MAAS,CAAC,EAAE,SAAsBgE,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKO,EAAU,CAAC,UAAU,0BAA0B,SAAsBP,EAAKQ,EAAkB,CAAC,WAAWxE,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgE,EAAK0B,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAK,MAAM,CAAC,UAAUK,GAAGhH,GAAkB,GAAGuD,CAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+E,GAAI,CAAC,kFAAkF,IAAIzH,GAAS,8IAA8I,gFAAgF,sVAAsV,gKAAgK,qHAAqH,0UAA0U,8UAA8U,kTAAkT,ufAAuf,sMAAsM,0WAA0W,qLAAqL,2TAA2T,6SAA6S,iRAAiR,uMAAuM,g+BAAg+B,sRAAsR,0XAA0X,4RAA4R,2UAA2U,gTAAgT,oRAAoR,8RAA8R,yRAAyR,mfAAmf,0VAA0V,kVAAkV,+RAA+R,oJAAoJ,6tJAA6tJ,GAAeyH,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,wDAAwDzH,GAAS,q3EAAq3E,gCAAgCA,GAAS,srGAAsrG,EASrt6D0H,GAAgBC,GAAQhH,GAAU8G,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAoB,GAAGC,GAAmB,GAAGC,GAAW,GAAGC,GAAgB,GAAGC,GAAS,GAAGC,GAAmB,GAAGC,GAAY,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACjyE,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,uBAAyB,GAAG,sBAAwB,OAAO,yBAA2B,OAAO,sBAAwB,IAAI,yBAA2B,QAAQ,6BAA+B,OAAO,qBAAuB,OAAO,oCAAsC,2JAAyL,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "gS20PofIq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "RichText2", "css", "FramerjSYj04feL", "withCSS", "jSYj04feL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition5", "transition6", "transition7", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_1StWord", "_2NdWord", "_3RdWord", "height", "id", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SVxZk4EfL", "E02lBNG8x", "s7UsokCJK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1ttv7f7", "args", "onAppear8yjhd2", "onAppearwgqhvt", "onAppeareovcwr", "onAppearoiyxdg", "onAppear1ywvez8", "onAppear1mzinuj", "onAppear1oa8yaf", "onAppear196a1f4", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerUg67Os0_y", "withCSS", "Ug67Os0_y_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "SectionLoadingFonts", "getFonts", "Ug67Os0_y_default", "SectionNavbarFonts", "Mv3F7E4tF_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "VideoFonts", "Video", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithFX", "withFX", "ButtonBaseFonts", "x477dwW_Q_default", "ContainerWithFX", "Container", "ImageWithFX", "Image2", "MotionDivWithFX", "TagFonts", "jSYj04feL_default", "SectionFooterFonts", "pLdgrSUnq_default", "CursorFonts", "ppklOPiNQ_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "transition5", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "ppklOPiNQ_default", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "usePreloadLocalizedValues", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "_getLocalizedValue45", "_getLocalizedValue46", "_getLocalizedValue47", "_getLocalizedValue48", "_getLocalizedValue49", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Ug67Os0_y_default", "getLocalizedValue", "Mv3F7E4tF_default", "x", "RichTextWithOptimizedAppearEffect", "MotionDivWithOptimizedAppearEffect", "Video", "RichTextWithFX", "ContainerWithFX", "x477dwW_Q_default", "ImageWithFX", "getLoadingLazyAtYPosition", "MotionDivWithFX", "RichText2", "ResolveLinks", "resolvedLinks", "jSYj04feL_default", "pLdgrSUnq_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SectionLoadingFonts", "SectionNavbarFonts", "VideoFonts", "ButtonBaseFonts", "TagFonts", "SectionFooterFonts", "CursorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
