{"version":3,"file":"Rgawa7tiuz_0UtuLJJaxZjCcOJanehExdQacg022R_Q.DFg6jKZ2.mjs","names":["_Fragment","PlayOptions","ThumbnailOptions","fonts","css","className","ButtonButtonFonts","ButtonButton","serializationHash","variantClassNames","transition1","toResponsiveImage","humanReadableVariantMap","getProps","Component","className","Image","css","Image","Particles","ButtonButton","YouTube","Feather","BenefitsCard","Tagline","FAQ","BlogCard","SmoothScroll","metadata","className","PropertyOverrides","_Fragment","Blog","B0CWm_QmEI6ZPLEPwm","dYJ1KNdEMI6ZPLEPwm","idI6ZPLEPwm","ju1lsJFwDI6ZPLEPwm","OJM2E08SnI6ZPLEPwm","YFTgOdsNjI6ZPLEPwm","css"],"sources":["https:/framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js","https:/framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js","https:/framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js","https:/framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js","https:/framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js","https:/framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js","https:/framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js","https:/framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js","https:/framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js","https:/framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js","https:/framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js","https:/framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js","https:/framer.com/m/framer/default-utils.js@^0.45.0","https:/framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js","https:/framerusercontent.com/modules/roCUIN7B6KIx1UcgK4nG/mCnCuLDUf4DtkSSCnJ6Z/bd26B19P6.js","https:/framerusercontent.com/modules/6xMdDmmGBjZe3OMWi0rx/KEiUWMwaEZgwmMqxgEdI/VehOjaiTv.js","https:/framerusercontent.com/modules/tBErtRynA7PHST4PbTGm/bWUVaxXaE92w30z0cEO8/QCKcqur0k.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 — 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 { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map","import { Color } from \"framer\";\nexport function colorFromToken(color) {\n    if (color.startsWith(\"var(--token-\")) return \"rgb\" + color.split(\") /*\")[0].split(\", rgb\")[1];\n    return color;\n}\nexport function colorTokentoValue(color) {\n    return Color(colorFromToken(color)).toValue();\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"colorFromToken\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./colorFromToken.map","import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.map","import * as React from \"react\";\nconst letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nconst l = ()=>letters[Math.floor(Math.random() * letters.length)]\n;\nexport const randomID = ()=>l() + l() + l() + l() + l() + l() + l() + l() + l()\n;\nfunction createUniqueClass(suffix) {\n    return `framer-${suffix}-${randomID()}`;\n}\nexport function useUniqueClassName(suffix, deps) {\n    const [className, setClassName] = React.useState(createUniqueClass(suffix));\n    React.useEffect(()=>{\n        setClassName(createUniqueClass(suffix));\n    }, [\n        suffix,\n        ...deps\n    ]);\n    return className;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useUniqueClassName\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useUniqueClassName.map","import { ControlType } from \"framer\";\n// I realize this only applies to select right now\n// but we can work on it in here\nexport function getVariantControls(Component, variant, additionalControls = {\n}) {\n    return {\n        [`${variant}TextColor`]: {\n            type: ControlType.Color,\n            title: \"Text Color\",\n            defaultValue: Component.defaultProps[`${variant}TextColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}IconColor`]: {\n            type: ControlType.Color,\n            title: \"Icon Color\",\n            defaultValue: Component.defaultProps[`${variant}IconColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BackgroundColor`]: {\n            type: ControlType.Color,\n            title: \"Bg Color\",\n            defaultValue: Component.defaultProps[`${variant}BackgroundColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderColor`]: {\n            type: ControlType.Color,\n            title: \"Border Color\",\n            defaultValue: Component.defaultProps[`${variant}BorderColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderWidth`]: {\n            type: ControlType.Number,\n            title: \" \",\n            min: 0,\n            max: 5,\n            displayStepper: true,\n            defaultValue: Component.defaultProps[`${variant}BorderWidth`],\n            hidden: (props)=>props.variant !== variant\n        },\n        ...additionalControls\n    };\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"getVariantControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./variantUtils.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 { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map","import { useCallback, useEffect, useRef } from \"react\";\nimport { motionValue, animate, RenderTarget } from \"framer\";\n// @ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\n// @ts-ignore\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nexport function useAutoMotionValue(inputValue, options) {\n    var ref;\n    // Put options on a local ref\n    // Might wanna just memo instead but it works for now\n    const optionsRef = useRef(options);\n    const animation = useRef();\n    const didInitialMount = useRef(false);\n    const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n    // in-progress - trying to figure out effect hooks\n    const onChangeDeps = (options === null || options === void 0 ? void 0 : options.onChangeDeps) ? options.onChangeDeps : [];\n    // Memoize the onChange handler\n    const onChange = useCallback(options === null || options === void 0 ? void 0 : options.onChange, [\n        ...onChangeDeps, \n    ]);\n    // Optionally scale the value from props\n    const transformer = useCallback((value)=>((ref = optionsRef.current) === null || ref === void 0 ? void 0 : ref.transform) ? optionsRef.current.transform(value) : value\n    , []);\n    // Create new MotionValue from inputValue\n    const value = useConstant(()=>isMotionValue(inputValue) ? inputValue : motionValue(transformer(inputValue))\n    );\n    // Setting value from prop change\n    useEffect(()=>{\n        if (!isMotionValue(inputValue) && didInitialMount.current) {\n            var ref1, ref2;\n            const newValue = transformer(inputValue);\n            (ref1 = animation.current) === null || ref1 === void 0 ? void 0 : ref1.stop();\n            // Call change callback\n            if (onChange) onChange(newValue, value);\n            // Trigger animation to new value\n            if (((ref2 = optionsRef.current) === null || ref2 === void 0 ? void 0 : ref2.animate) && !isOnCanvas) {\n                var ref3;\n                // @ts-ignore\n                animation.current = animate(value, newValue, (ref3 = optionsRef.current) === null || ref3 === void 0 ? void 0 : ref3.transition);\n            } else {\n                value.set(newValue);\n            }\n        }\n        didInitialMount.current = true;\n    }, [\n        inputValue,\n        ...onChangeDeps\n    ]);\n    return value;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map","import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import * as React from \"react\";\nexport function useControlledState(value) {\n    const [controlledValue, setValue] = React.useState(value);\n    React.useEffect(()=>{\n        setValue(value);\n    }, [\n        value\n    ]);\n    return [\n        controlledValue,\n        setValue\n    ];\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useControlledState\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useControlledState.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{defaultEvents,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";import{useOnEnter,useOnExit}from\"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";import{colorTokentoValue,colorFromToken}from\"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";import{useUniqueClassName,randomID}from\"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";import{getVariantControls}from\"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";import{useIsBrowserSafari}from\"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";import{useMultiOnChange,useOnChange}from\"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";import{mstoMinAndSec,secondsToMinutes}from\"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";import{useAutoMotionValue}from\"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";import{useFontControls}from\"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js\";import{useRenderTarget,useIsInPreview,useIsOnCanvas}from\"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js\";import{useControlledState}from\"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";import{usePadding,useRadius,paddingControl,borderRadiusControl}from\"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";import{detectAutoSizingAxis}from\"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";export{useOnEnter,useOnExit,defaultEvents,isMotionValue,colorFromToken,colorTokentoValue,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack,useUniqueClassName,getVariantControls,useIsBrowserSafari,randomID,useConstant,useMultiOnChange,useOnChange,usePadding,useRadius,paddingControl,borderRadiusControl,mstoMinAndSec,useFontControls,secondsToMinutes,useAutoMotionValue,useRenderTarget,useIsInPreview,useControlledState,detectAutoSizingAxis,useIsOnCanvas,};\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL,originalSearchParams]=parsedURL;const searchParams=embedURL.searchParams;if(originalSearchParams){for(const[param,value]of originalSearchParams){searchParams.set(param,value);}}// https://developers.google.com/youtube/player_parameters\nsearchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),showThumbnail&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://i.ytimg.com\"}),/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",src:getThumbnailURL(videoId,thumbnail),style:{...videoStyle,objectFit:\"cover\"}})]}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL,null];}const searchParams=url.searchParams;if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");const page=pathSegments[0];// https://www.youtube.com/watch?v=Fop2oskTug8\nif(page===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}// https://www.youtube.com/embed/Fop2oskTug8\nif(page===\"embed\"){const videoId=pathSegments[1];return[videoId,url,searchParams];}// https://www.youtube.com/shorts/zwMEhBq4kYM / https://www.youtube.com/live/XlWSzaluBKk\nif(page===\"shorts\"||page===\"live\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL,searchParams];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map","// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-semibold\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\",\"FS;General Sans-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/T2VB54RK54AYH45QBSFO6FWJJBOGDZQS/WZUJLZL2KK72TQFDHQ6EV4KREZ7WEUL2/6FVUUVSLJPCCVHIJND4LQZIT4MFZBXYJ.woff2\",weight:\"600\"}]}];export const css=['.framer-2m6zE .framer-styles-preset-965git:not(.rich-text-wrapper), .framer-2m6zE .framer-styles-preset-965git.rich-text-wrapper p { --framer-font-family: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans\", \"General Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-00c65e26-2858-4617-a803-aa814db2456a, #4c4c4c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-2m6zE\";\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 (629c622)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/roCUIN7B6KIx1UcgK4nG/mCnCuLDUf4DtkSSCnJ6Z/bd26B19P6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/f7lEcuy86pO0lecd6R6v/mNavRr2lMPTEeTiKEH2P/ei9ZKqNR1.js\";import ButtonButton from\"https://framerusercontent.com/modules/ifnsPQamanQMpIHZmdbH/Tv8XV64iBeukZ8ApnvpF/LZbhXKspn.js\";const ButtonButtonFonts=getFonts(ButtonButton);const cycleOrder=[\"I2WDN2v4Y\",\"kWlxrSg6g\",\"tb5mDuyMt\",\"acYJuP4_S\",\"a6ow5bsGy\"];const serializationHash=\"framer-l4YrC\";const variantClassNames={a6ow5bsGy:\"framer-v-vmbhlf\",acYJuP4_S:\"framer-v-k0t15k\",I2WDN2v4Y:\"framer-v-rdg776\",kWlxrSg6g:\"framer-v-14g55m7\",tb5mDuyMt:\"framer-v-11p7wu9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Home 02\":\"tb5mDuyMt\",\"Small Why Choose Us\":\"a6ow5bsGy\",\"Why Choose Us\":\"acYJuP4_S\",Default:\"I2WDN2v4Y\",Small:\"kWlxrSg6g\"};const getProps=({height,icon,iconBGColor,id,link,text,title,width,...props})=>{return{...props,F5ACkp1kh:iconBGColor??props.F5ACkp1kh??\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",NdiEP_eXe:text??props.NdiEP_eXe??\"I like to write my benefits here.\",Uk0LpJQf6:link??props.Uk0LpJQf6,variant:humanReadableVariantMap[props.variant]??props.variant??\"I2WDN2v4Y\",VKgNXBrPK:title??props.VKgNXBrPK??\"Team Dashboard\",WN3429C6y:icon??props.WN3429C6y??{alt:\"Benefit Icon\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/TWhwG2knDQO2oQ4eEDSoZC45xQ.svg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,WN3429C6y,F5ACkp1kh,VKgNXBrPK,NdiEP_eXe,Uk0LpJQf6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I2WDN2v4Y\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"tb5mDuyMt\",\"acYJuP4_S\",\"a6ow5bsGy\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-rdg776\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"I2WDN2v4Y\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-23a93d65-f051-4e52-9e6c-8851094ee949, rgb(242, 237, 225))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-291f1d75-74c5-4e98-b135-d5223979b522, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{a6ow5bsGy:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},kWlxrSg6g:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({a6ow5bsGy:{\"data-framer-name\":\"Small Why Choose Us\"},acYJuP4_S:{\"data-framer-name\":\"Why Choose Us\"},kWlxrSg6g:{\"data-framer-name\":\"Small\"},tb5mDuyMt:{\"data-framer-name\":\"Desktop Home 02\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yi55u8\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"O5Jh5glq1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fa5a36\",\"data-framer-name\":\"Top Section\",layoutDependency:layoutDependency,layoutId:\"RSEoXymUb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gdsmvs\",\"data-framer-name\":\"Icon Box\",layoutDependency:layoutDependency,layoutId:\"IbZ48cpex\",style:{backgroundColor:F5ACkp1kh,borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+30+(((componentViewport?.height||281)-60-476)/2+0+0)+0+0+0+0+15+0),sizes:\"24px\",...toResponsiveImage(WN3429C6y),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1bbjqou\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"z3QTT17b9\",...addPropertyOverrides({a6ow5bsGy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||200)-32-409)/2+0+0)+0+0+0+0+15+0),sizes:\"24px\",...toResponsiveImage(WN3429C6y),...{positionX:\"center\",positionY:\"center\"}}},acYJuP4_S:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-409)/2+0+0)+0+0+0+0+15+0),sizes:\"24px\",...toResponsiveImage(WN3429C6y),...{positionX:\"center\",positionY:\"center\"}}},kWlxrSg6g:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||227)-32-450)/2+0+0)+0+0+0+0+15+0),sizes:\"24px\",...toResponsiveImage(WN3429C6y),...{positionX:\"center\",positionY:\"center\"}}},tb5mDuyMt:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+30+(((componentViewport?.height||216)-60-409)/2+0+0)+0+0+0+0+0+0),sizes:\"32px\",...toResponsiveImage(WN3429C6y),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15blwgl\",layoutDependency:layoutDependency,layoutId:\"IcdeJcAtc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-965git\",\"data-styles-preset\":\"bd26B19P6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3)))\"},children:\"Team Dashboard\"})}),className:\"framer-slmzbd\",\"data-framer-name\":\"Team Dashboard\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QZHrBwZqf\",style:{\"--extracted-r6o4lv\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\",\"--framer-paragraph-spacing\":\"0px\"},text:VKgNXBrPK,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10xwol0\",\"data-styles-preset\":\"ei9ZKqNR1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75)))\"},children:\"Easily track and manage your sales pipeline with real-time updates, visual deal stages.\"})}),className:\"framer-15cisg\",\"data-framer-name\":\"Easily track and manage your sales pipeline with real-time updates, visual deal stages.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CbyBMO5au\",style:{\"--extracted-r6o4lv\":\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.8},text:NdiEP_eXe,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,y:(componentViewport?.y||0)+30+(((componentViewport?.height||281)-60-476)/2+0+0)+0+425,...addPropertyOverrides({kWlxrSg6g:{y:(componentViewport?.y||0)+16+(((componentViewport?.height||227)-32-450)/2+0+0)+0+399}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hqtcvz-container\",layoutDependency:layoutDependency,layoutId:\"EumahmmnN-container\",nodeId:\"EumahmmnN\",rendersWithMotion:true,scopeId:\"VehOjaiTv\",children:/*#__PURE__*/_jsx(ButtonButton,{aGHvvfXO6:false,AqBN4cJ_t:Uk0LpJQf6,D9IefWLTn:\"Explore now\",efoZt8xOa:\"chevron-right\",FiilAN0rA:\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",height:\"100%\",id:\"EumahmmnN\",ifVmf3FDZ:false,layoutId:\"EumahmmnN\",Ns9Gl1FIT:false,UBVgahn2y:\"rgba(212, 224, 36, 0)\",variant:\"S0gOqg9yI\",width:\"100%\",yClYXY7Wc:false})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l4YrC.framer-1w7hl7u, .framer-l4YrC .framer-1w7hl7u { display: block; }\",\".framer-l4YrC.framer-rdg776 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 384px; will-change: var(--framer-will-change-override, transform); }\",\".framer-l4YrC .framer-yi55u8 { 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-l4YrC .framer-1fa5a36 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-l4YrC .framer-1gdsmvs { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: var(--framer-aspect-ratio-supported, 54px); justify-content: center; overflow: visible; padding: 15px; position: relative; width: 54px; }\",\".framer-l4YrC .framer-1bbjqou { flex: 1 0 0px; gap: 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-l4YrC .framer-15blwgl { 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: 100%; }\",\".framer-l4YrC .framer-slmzbd, .framer-l4YrC .framer-15cisg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l4YrC .framer-1hqtcvz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-l4YrC.framer-v-14g55m7.framer-rdg776, .framer-l4YrC.framer-v-vmbhlf.framer-rdg776 { padding: 16px; width: 342px; }\",\".framer-l4YrC.framer-v-14g55m7 .framer-yi55u8 { gap: 30px; }\",\".framer-l4YrC.framer-v-14g55m7 .framer-1fa5a36 { gap: 16px; }\",\".framer-l4YrC.framer-v-11p7wu9 .framer-1gdsmvs { height: var(--framer-aspect-ratio-supported, 32px); padding: 0px; width: 32px; }\",\".framer-l4YrC.framer-v-k0t15k.framer-rdg776 { padding: 48px 30px 48px 30px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-l4YrC[data-border=\"true\"]::after, .framer-l4YrC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 281\n * @framerIntrinsicWidth 384\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kWlxrSg6g\":{\"layout\":[\"fixed\",\"auto\"]},\"tb5mDuyMt\":{\"layout\":[\"fixed\",\"auto\"]},\"acYJuP4_S\":{\"layout\":[\"fixed\",\"auto\"]},\"a6ow5bsGy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"WN3429C6y\":\"icon\",\"F5ACkp1kh\":\"iconBGColor\",\"VKgNXBrPK\":\"title\",\"NdiEP_eXe\":\"text\",\"Uk0LpJQf6\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVehOjaiTv=withCSS(Component,css,\"framer-l4YrC\");export default FramerVehOjaiTv;FramerVehOjaiTv.displayName=\"Benefits Card\";FramerVehOjaiTv.defaultProps={height:281,width:384};addPropertyControls(FramerVehOjaiTv,{variant:{options:[\"I2WDN2v4Y\",\"kWlxrSg6g\",\"tb5mDuyMt\",\"acYJuP4_S\",\"a6ow5bsGy\"],optionTitles:[\"Default\",\"Small\",\"Desktop Home 02\",\"Why Choose Us\",\"Small Why Choose Us\"],title:\"Variant\",type:ControlType.Enum},WN3429C6y:{__defaultAssetReference:\"data:framer/asset-reference,TWhwG2knDQO2oQ4eEDSoZC45xQ.svg?originalFilename=home-benefits-card-icon-1.svg&preferredSize=auto\",__vekterDefault:{alt:\"Benefit Icon\",assetReference:\"data:framer/asset-reference,TWhwG2knDQO2oQ4eEDSoZC45xQ.svg?originalFilename=home-benefits-card-icon-1.svg&preferredSize=auto\"},title:\"Icon\",type:ControlType.ResponsiveImage},F5ACkp1kh:{defaultValue:'var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66)) /* {\"name\":\"Color 01\"} */',title:\"Icon BG Color\",type:ControlType.Color},VKgNXBrPK:{defaultValue:\"Team Dashboard\",displayTextArea:false,title:\"Title\",type:ControlType.String},NdiEP_eXe:{defaultValue:\"I like to write my benefits here.\",displayTextArea:false,title:\"Text\",type:ControlType.String},Uk0LpJQf6:{title:\"Link\",type:ControlType.Link}});addFonts(FramerVehOjaiTv,[{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\"}]},...ButtonButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVehOjaiTv\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kWlxrSg6g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tb5mDuyMt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"acYJuP4_S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a6ow5bsGy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"281\",\"framerIntrinsicWidth\":\"384\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"WN3429C6y\\\":\\\"icon\\\",\\\"F5ACkp1kh\\\":\\\"iconBGColor\\\",\\\"VKgNXBrPK\\\":\\\"title\\\",\\\"NdiEP_eXe\\\":\\\"text\\\",\\\"Uk0LpJQf6\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (29d106d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useOverlayState,useQueryData,useRouteElementId,useRouter,useSiteRefs,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js\";import Sparkles from\"https://framerusercontent.com/modules/V5Oa4SOyCOWaFiEAXs9j/3whgiv6R67ENb2owJmKO/Sparkles.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Tagline from\"#framer/local/canvasComponent/hQrDd7BqQ/hQrDd7BqQ.js\";import BlogCard from\"#framer/local/canvasComponent/knkTY6T_L/knkTY6T_L.js\";import ButtonButton from\"#framer/local/canvasComponent/LZbhXKspn/LZbhXKspn.js\";import FAQ from\"#framer/local/canvasComponent/rFCXrLOUb/rFCXrLOUb.js\";import BenefitsCard from\"#framer/local/canvasComponent/VehOjaiTv/VehOjaiTv.js\";import Blog from\"#framer/local/collection/j3bv36rju/j3bv36rju.js\";import*as sharedStyle2 from\"#framer/local/css/ebCafTXVW/ebCafTXVW.js\";import*as sharedStyle1 from\"#framer/local/css/EJ0OM61EV/EJ0OM61EV.js\";import*as sharedStyle from\"#framer/local/css/gFGlTHjHp/gFGlTHjHp.js\";import*as sharedStyle5 from\"#framer/local/css/TKEqMmn2W/TKEqMmn2W.js\";import*as sharedStyle3 from\"#framer/local/css/tnhuxpULR/tnhuxpULR.js\";import*as sharedStyle4 from\"#framer/local/css/xdKZXsTSy/xdKZXsTSy.js\";import metadataProvider from\"#framer/local/webPageMetadata/QCKcqur0k/QCKcqur0k.js\";const ImageWithFX=withFX(Image);const SparklesFonts=getFonts(Sparkles);const ParticlesFonts=getFonts(Particles);const ButtonButtonFonts=getFonts(ButtonButton);const YouTubeFonts=getFonts(YouTube);const FeatherFonts=getFonts(Feather);const BenefitsCardFonts=getFonts(BenefitsCard);const MotionDivWithFX=withFX(motion.div);const TaglineFonts=getFonts(Tagline);const FAQFonts=getFonts(FAQ);const BlogCardFonts=getFonts(BlogCard);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={cNizk4rxM:\"(max-width: 767px)\",Ub4Lib4Vv:\"(min-width: 768px) and (max-width: 1199px)\",W8BbnTwok:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-wKTbF\";const variantClassNames={cNizk4rxM:\"framer-v-icw4ff\",Ub4Lib4Vv:\"framer-v-1szlkei\",W8BbnTwok:\"framer-v-zyjsi\"};const transition1={delay:0,duration:5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.4,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={delay:0,duration:10,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition3={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"W8BbnTwok\",Phone:\"cNizk4rxM\",Tablet:\"Ub4Lib4Vv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"W8BbnTwok\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ju1lsJFwDI6ZPLEPwm,dYJ1KNdEMI6ZPLEPwm,B0CWm_QmEI6ZPLEPwm,OJM2E08SnI6ZPLEPwm,YFTgOdsNjI6ZPLEPwm,idI6ZPLEPwm,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onClick1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"WleyXD250\");const dynamicRef=useSiteRefs();const router=useRouter();const elementId1=useRouteElementId(\"G7GH3Lynn\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"W8BbnTwok\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zyjsi\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1dfkpua\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Pattern Image\",fit:\"fit\",pixelHeight:542,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/q4L0AgPn4zKf2Ii3PhN3fPIxOk8.svg\",srcSet:\"https://framerusercontent.com/images/q4L0AgPn4zKf2Ii3PhN3fPIxOk8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/q4L0AgPn4zKf2Ii3PhN3fPIxOk8.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q4L0AgPn4zKf2Ii3PhN3fPIxOk8.svg 1440w\"},className:\"framer-8ra13g\",\"data-framer-name\":\"Section Pattern\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n6u2pb\",\"data-framer-name\":\"Animating Sky\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tl0kvv-container\",\"data-framer-name\":\"Zooming Star Sparcle\",isAuthoredByUser:true,isModuleExternal:true,name:\"Zooming Star Sparcle\",nodeId:\"uHYnf4IoT\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(Sparkles,{color:\"var(--token-291f1d75-74c5-4e98-b135-d5223979b522, rgb(255, 255, 255))\",duration:800,height:\"100%\",id:\"uHYnf4IoT\",layoutId:\"uHYnf4IoT\",name:\"Zooming Star Sparcle\",size:{max:40,min:30},spinEnabled:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-elnu96-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UvUYEmzKq\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"var(--token-291f1d75-74c5-4e98-b135-d5223979b522, rgb(255, 255, 255))\",colors:[\"rgb(255, 255, 255)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:true,hoverForce:50,hoverModes:\"repulse\",hoverParallax:true,hoverSmooth:50},id:\"UvUYEmzKq\",layoutId:\"UvUYEmzKq\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:80,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:100,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"top\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"destroy\",moveRandom:true,moveSpeed:.8,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:1e3,opacityOptions:{opacity:.5,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"counter-clockwise\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\",imageHeight:30,imageSource:\"https://framerusercontent.com/images/ChCw05wBEk3kCFdVi8btLp4017k.svg\",imageWidth:30,shapeType:\"circle\"},sizeOptions:{size:.6,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11pddqu\",\"data-framer-name\":\"Container\",id:elementId,ref:dynamicRef(elementId),children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-110l604\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dere2p\",\"data-framer-name\":\"Top Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-upb7i3\",\"data-framer-name\":\"Hero Section Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ejbdwj\",\"data-styles-preset\":\"gFGlTHjHp\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, rgb(251, 249, 245))\"},children:\"Creating the Digital Backbone for Life Science\"})})},Ub4Lib4Vv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ejbdwj\",\"data-styles-preset\":\"gFGlTHjHp\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, rgb(251, 249, 245))\"},children:\"Creating the Digital Backbone for Life Science\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ejbdwj\",\"data-styles-preset\":\"gFGlTHjHp\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, rgb(251, 249, 245))\"},children:\"Creating the Digital Backbone for Life Science\"})}),className:\"framer-1vqq4z9\",\"data-framer-name\":\"One platform for total financial control\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-23a93d65-f051-4e52-9e6c-8851094ee949, rgb(242, 237, 225))\"},children:\"Amytis is a next-generation workspace built for the complexity of life science R&D. Visual, intelligent, and deeply connected — we unify experiments, data, and knowledge into one powerful platform that evolves with your research.\"})})},Ub4Lib4Vv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-23a93d65-f051-4e52-9e6c-8851094ee949, rgb(242, 237, 225))\"},children:\"Amytis is a next-generation workspace built for the complexity of life science R&D. Visual, intelligent, and deeply connected — we unify experiments, data, and knowledge into one powerful platform that evolves with your research.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-23a93d65-f051-4e52-9e6c-8851094ee949, rgb(242, 237, 225))\"},children:\"Amytis is a next-generation workspace built for the complexity of life science R&D. Visual, intelligent, and deeply connected — we unify experiments, data, and knowledge into one powerful platform that evolves with your research.\"})}),className:\"framer-3q6if3\",\"data-framer-name\":\"Get real-time financial insights, automate cash flow tracking, and secure funding\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pgg66u\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k2sqlr-container\",nodeId:\"CUaAAfZfQ\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(ButtonButton,{aGHvvfXO6:true,AqBN4cJ_t:\"https://amytis.lemonsqueezy.com/buy/ee8c4b16-6536-489a-ba04-26124812d2dd\",D9IefWLTn:\"Try It Free\",efoZt8xOa:\"chevron-right\",FiilAN0rA:\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",height:\"100%\",id:\"CUaAAfZfQ\",ifVmf3FDZ:false,layoutId:\"CUaAAfZfQ\",Ns9Gl1FIT:true,UBVgahn2y:\"rgba(212, 224, 36, 0)\",variant:\"zgKtzj9DX\",width:\"100%\",yClYXY7Wc:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hgd24v\",\"data-framer-name\":\"Play Button\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wx33eg\",\"data-framer-name\":\"Play Button Content\",id:\"1wx33eg\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Play Icon\",fit:\"fit\",pixelHeight:17,pixelWidth:15,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/m0PZKgq1JR1ebpP0irVRg8qG4.svg\"},className:\"framer-fal3ul\",\"data-framer-name\":\"Icon\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ioitaf\",\"data-styles-preset\":\"ebCafTXVW\",style:{\"--framer-text-color\":\"var(--token-f61a1134-cf4d-4f61-aeeb-8221b8ef883d, rgb(6, 6, 6))\"},children:\"See How it Works\"})})},Ub4Lib4Vv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ioitaf\",\"data-styles-preset\":\"ebCafTXVW\",style:{\"--framer-text-color\":\"var(--token-f61a1134-cf4d-4f61-aeeb-8221b8ef883d, rgb(6, 6, 6))\"},children:\"See How it Works\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ioitaf\",\"data-styles-preset\":\"ebCafTXVW\",style:{\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"See How it Works\"})}),className:\"framer-1mfzibw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-qowvlw\"),\"data-framer-portal-id\":\"1wx33eg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"XuuNtIvjL\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-18q66yu-container\"),\"data-framer-portal-id\":\"1wx33eg\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Bp5kbz1EO\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"Bp5kbz1EO\",isMixedBorderRadius:false,isRed:true,layoutId:\"Bp5kbz1EO\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/mbetG7-qPk8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-3s0s95-container\"),\"data-framer-name\":\"close-icon\",\"data-framer-portal-id\":\"1wx33eg\",isAuthoredByUser:true,isModuleExternal:true,name:\"close-icon\",nodeId:\"Cg3q57_na\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-291f1d75-74c5-4e98-b135-d5223979b522, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"Cg3q57_na\",layoutId:\"Cg3q57_na\",mirrored:false,name:\"close-icon\",onClick:onClick1wnntms({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),getContainer())})})]})})})})]})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Shape\",fit:\"fit\",pixelHeight:208,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HMkECSVpVRs5EMiwOVsaVD51M.svg\"},className:\"framer-1ymqlvz\",\"data-framer-name\":\"Shape Top Left\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Ub4Lib4Vv:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Shape\",fit:\"fit\",pixelHeight:208,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HMkECSVpVRs5EMiwOVsaVD51M.svg\"},className:\"framer-1na9bkc\",\"data-framer-name\":\"Shape Bottom Left\",style:{rotate:-20}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xhhmfr\",\"data-framer-name\":\"Hero Image Box\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h25ab4\",\"data-framer-name\":\"Hero image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y7r8ds\",\"data-border\":true,\"data-framer-name\":\"Image BG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:1748,pixelWidth:3015,positionX:\"center\",positionY:\"center\",sizes:`calc(min(max(min(${componentViewport?.width||\"100vw\"} - 40px, 500px), 1px), 620px) - 20px)`,src:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png\",srcSet:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=512 512w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png 3015w\"}},Ub4Lib4Vv:{background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:1748,pixelWidth:3015,positionX:\"center\",positionY:\"center\",sizes:\"660px\",src:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png\",srcSet:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=512 512w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png 3015w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Hero Image\",fit:\"fit\",pixelHeight:1748,pixelWidth:3015,positionX:\"center\",positionY:\"center\",sizes:\"972px\",src:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png\",srcSet:\"https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=512 512w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/t4K30q9UqMHOyl9GpD6VvpOBr1w.png 3015w\"},className:\"framer-w1j3uj\",\"data-framer-name\":\"Dashboard light 1\"})})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Shape\",fit:\"fit\",pixelHeight:208,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HMkECSVpVRs5EMiwOVsaVD51M.svg\"},className:\"framer-1nfzwc7\",\"data-framer-name\":\"Shape Bottom Left2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Shape\",fit:\"fit\",pixelHeight:208,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HMkECSVpVRs5EMiwOVsaVD51M.svg\"},className:\"framer-6q04bk\",\"data-framer-name\":\"Shape Top Right\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Shape\",fit:\"fill\",pixelHeight:221,pixelWidth:206,src:\"https://framerusercontent.com/images/yalDl4Z9C6MOQsSEhQkMqTFqY.svg\"},className:\"framer-fkwye9\",\"data-framer-name\":\"Shape Bottom Right\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{style:{}},Ub4Lib4Vv:{style:{rotate:51}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9g3dzb\",\"data-framer-name\":\"LIght Shadow 01\",style:{rotate:36},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dodubp\",\"data-framer-name\":\"Shadow Light 01\",style:{rotate:-37}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{style:{rotate:-46}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ukehx2\",\"data-framer-name\":\"Shadow Light 02\",style:{rotate:-37}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vnnwnf\",\"data-framer-name\":\"Shadow Light 03\",style:{rotate:-35}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7j19ov\",\"data-framer-name\":\"Shadow Light 04\",style:{rotate:-34}})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{style:{}},Ub4Lib4Vv:{style:{rotate:51}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mmrrod\",\"data-framer-name\":\"LIght Shadow 02\",style:{rotate:36},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wnho52\",\"data-framer-name\":\"Shadow Light 01\",style:{rotate:-37}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{style:{rotate:-46}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ja5d2\",\"data-framer-name\":\"Shadow Light 02\",style:{rotate:-37}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16jvuqo\",\"data-framer-name\":\"Shadow Light 03\",style:{rotate:-35}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ei8yns\",\"data-framer-name\":\"Shadow Light 04\",style:{rotate:-34}})]})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-u3ujc2\",\"data-framer-name\":\"Benefits Section\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oajher\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1by4ex\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14zli7q\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-if32vd\",\"data-styles-preset\":\"tnhuxpULR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Smarter Research Starts Here.\"})}),className:\"framer-lgnlgy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Elevate your thinking with an intuitive, visual workspace built for research enhancement and knowledge exploration.\"})}),className:\"framer-122ipgk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13e3t33\",\"data-framer-name\":\"Benefits\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined},{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined},{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Ub4Lib4Vv:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:281,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 48px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vg3a7e-container\",nodeId:\"v8QSwRGbu\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{Uk0LpJQf6:resolvedLinks[2],variant:\"kWlxrSg6g\"},Ub4Lib4Vv:{Uk0LpJQf6:resolvedLinks[1],variant:\"kWlxrSg6g\"}},children:/*#__PURE__*/_jsx(BenefitsCard,{F5ACkp1kh:\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",height:\"100%\",id:\"v8QSwRGbu\",layoutId:\"v8QSwRGbu\",NdiEP_eXe:\"Connect ideas, data, and research papers in a way that works for visual thinkers. Lay out your knowledge and your data in one dynamic map — and with custom colours, icons, and styles, you can turn your project into a clear and creative expression of your research.\",style:{width:\"100%\"},Uk0LpJQf6:resolvedLinks[0],variant:\"I2WDN2v4Y\",VKgNXBrPK:\"Visual Knowledge Maps\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined},{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined},{href:{webPageId:\"IzyCy4quE\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Ub4Lib4Vv:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:281,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 48px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u5kwnj-container\",nodeId:\"kWHJWLm18\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{Uk0LpJQf6:resolvedLinks1[2],variant:\"kWlxrSg6g\"},Ub4Lib4Vv:{Uk0LpJQf6:resolvedLinks1[1],variant:\"kWlxrSg6g\"}},children:/*#__PURE__*/_jsx(BenefitsCard,{F5ACkp1kh:\"var(--token-07728302-1ffb-4cff-b63a-ef6aa6e94bfc, rgb(255, 226, 115))\",height:\"100%\",id:\"kWHJWLm18\",layoutId:\"kWHJWLm18\",NdiEP_eXe:\"Say goodbye to flipping through old lab notebooks. With Amytis, your whole project is a searchable, visual map. Use tags, names or node types to instantly find what you need — no more digging through endless text.\",style:{width:\"100%\"},Uk0LpJQf6:resolvedLinks1[0],variant:\"I2WDN2v4Y\",VKgNXBrPK:\"Smarter Project Navigation\",width:\"100%\",WN3429C6y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/8wuXpDweURhILqeZuv3tzYpHIM.png\",srcSet:\"https://framerusercontent.com/images/8wuXpDweURhILqeZuv3tzYpHIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8wuXpDweURhILqeZuv3tzYpHIM.png 1024w\"},\"Benefit Icon\")})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lfYZA0_UB\"},implicitPathVariables:undefined},{href:{webPageId:\"lfYZA0_UB\"},implicitPathVariables:undefined},{href:{webPageId:\"lfYZA0_UB\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Ub4Lib4Vv:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:281,width:`max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 48px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sdc8xs-container\",nodeId:\"a2_ct22yD\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{Uk0LpJQf6:resolvedLinks2[2],variant:\"kWlxrSg6g\"},Ub4Lib4Vv:{Uk0LpJQf6:resolvedLinks2[1],variant:\"kWlxrSg6g\"}},children:/*#__PURE__*/_jsx(BenefitsCard,{F5ACkp1kh:\"var(--token-dd088fa5-7c40-4482-957e-330a56773663, rgb(253, 124, 90))\",height:\"100%\",id:\"a2_ct22yD\",layoutId:\"a2_ct22yD\",NdiEP_eXe:\"From raw datasets to protocol PDFs, literature notes to experiment results — Amytis brings every file, format and insight together in one connected map. No more juggling tools. No more lost context.\",style:{width:\"100%\"},Uk0LpJQf6:resolvedLinks2[0],variant:\"I2WDN2v4Y\",VKgNXBrPK:\"Unified Research\",width:\"100%\",WN3429C6y:addImageAlt({pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/If58j46DdZ65WusyeXtu3phffk.png\"},\"Benefit Icon\")})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1o783wu\",\"data-framer-name\":\"CTA Section\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fnk2sy\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f41bbg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rdi9q9\",\"data-styles-preset\":\"xdKZXsTSy\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Take the First Step Toward a Smarter, More Visual Approach to Scientific Thinking\"})}),className:\"framer-hgrxwl\",\"data-framer-name\":\"Take the First Step Toward a Smarter, More Automated and Highly Efficient Sales Journey Today!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n5up7u-container\",nodeId:\"DPENcOEbH\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(ButtonButton,{aGHvvfXO6:true,AqBN4cJ_t:\"https://amytis.lemonsqueezy.com/buy/ee8c4b16-6536-489a-ba04-26124812d2dd\",D9IefWLTn:\"Try Amytis for Free\",efoZt8xOa:\"chevron-right\",FiilAN0rA:\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",height:\"100%\",id:\"DPENcOEbH\",ifVmf3FDZ:false,layoutId:\"DPENcOEbH\",Ns9Gl1FIT:true,UBVgahn2y:\"rgba(212, 224, 36, 0)\",variant:\"zgKtzj9DX\",width:\"100%\",yClYXY7Wc:true})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Shape\",fit:\"fit\",pixelHeight:208,pixelWidth:228,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HMkECSVpVRs5EMiwOVsaVD51M.svg\"},className:\"framer-urexhh\",\"data-framer-name\":\"Shape Center\",transformTemplate:transformTemplate2})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-cdg5pk\",\"data-framer-name\":\"Faq Section\",id:elementId1,ref:ref1,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15rc6mw\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l9xbnc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0q9fb\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c3ahdp-container\",nodeId:\"nRcoUtGNG\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(Tagline,{H8s4w1wvQ:\"FAQ\",height:\"100%\",id:\"nRcoUtGNG\",iGgFz4mtL:\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\",layoutId:\"nRcoUtGNG\",variant:\"jqar6pgx0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-if32vd\",\"data-styles-preset\":\"tnhuxpULR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Your Question Answered\"})}),className:\"framer-1ls1cfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Have questions about Amytis? Here are some quick answers to help you get started.\"})}),className:\"framer-8rggc9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1526crl\",\"data-framer-name\":\"Main Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Ub4Lib4Vv:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:502,width:`min(max(min(${componentViewport?.width||\"100vw\"} - 60px, 1200px), 1px), 880px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xuqtm9-container\",nodeId:\"piVdOEPQ7\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{style:{width:\"100%\"}},Ub4Lib4Vv:{dZTaD3r2E:\"Amytis offers a free basic version so you can get started right away. Soon, we’ll be launching a premium tier that unlocks powerful automated data processing features.\",style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(FAQ,{BvUO3CZEO:\"Is there a free version available?\",bX9X921Jb:\"How does the subscription work?\",DF8D3x4QL:\"12px\",dZTaD3r2E:\"Amytis offers a free basic version so you can get started right away. Soon, we’ll be launching a premium tier that unlocks powerful automated data processing features — including multivariate analysis, NMR analysis, and more. This tier will be available at \\xa315/month per account or \\xa3150/year.\",height:\"100%\",Ic_04WQSO:\"Collaboration is a key part of our vision. While Amytis is currently a desktop app for individual use, we’re going cloud-based within the next year — opening the door to real-time collaboration, team projects, and shared research spaces. It's a core part of our development pipeline, and we’re excited to bring it to life soon.\",id:\"piVdOEPQ7\",KI_4uOrEb:\"Yes! You can try the free version by simply signing up with your email.\",layoutId:\"piVdOEPQ7\",MrSszMJWn:\"16px 24px 16px 24px\",o9yO1PbQ0:\"How does Amytis work?\",secHpbUP3:\"Yes — your data is completely secure. Amytis is a downloadable desktop app, which means everything is stored locally on your own device. Your research never leaves your computer unless you choose to share or back it up elsewhere. You stay in full control of your data at all times.\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KrB78y9Zp\",width:\"100%\",yEG7u0lUA:\"What about collaboration?\",yMPrdDaAK:\"Is my research data secure?\",ZhKDA8vcB:\"Amytis acts as a central hub for your research — a place where you can connect your experiments, data, literature, protocols, and insights into one visual, interactive map. It functionally replaces the lab notebook, so no more digging through documents or juggling disconnected tools — Amytis brings it all together in one dynamic, searchable workspace.\"})})})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-km7bae\",\"data-framer-name\":\"Blog Section\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1p4r822\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osnz7f\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17dauh8\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-165ljkc-container\",nodeId:\"EEhpR6_pY\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(Tagline,{gqG5J4pa6:addImageAlt({pixelHeight:17,pixelWidth:16,src:\"https://framerusercontent.com/images/Yeg7OTBwvtXQ40K4VckVvp9PAI.svg\"},\"Tag Icon\"),H8s4w1wvQ:\"Blogs and News\",height:\"100%\",id:\"EEhpR6_pY\",iGgFz4mtL:\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\",layoutId:\"EEhpR6_pY\",variant:\"jqar6pgx0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-if32vd\",\"data-styles-preset\":\"tnhuxpULR\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Amytis Insights & Updates\"})}),className:\"framer-sru9sh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Explore thoughts from the team, practical tips for building better research workflows, and the latest on all things Amytis.\"})}),className:\"framer-9k3xua\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xfwhwx\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"I6ZPLEPwm\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"I6ZPLEPwm\",name:\"ju1lsJFwD\",type:\"Identifier\"},{collection:\"I6ZPLEPwm\",name:\"dYJ1KNdEM\",type:\"Identifier\"},{collection:\"I6ZPLEPwm\",name:\"B0CWm_QmE\",type:\"Identifier\"},{collection:\"I6ZPLEPwm\",name:\"OJM2E08Sn\",type:\"Identifier\"},{collection:\"I6ZPLEPwm\",name:\"YFTgOdsNj\",type:\"Identifier\"},{collection:\"I6ZPLEPwm\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({B0CWm_QmE:B0CWm_QmEI6ZPLEPwm,dYJ1KNdEM:dYJ1KNdEMI6ZPLEPwm,id:idI6ZPLEPwm,ju1lsJFwD:ju1lsJFwDI6ZPLEPwm,OJM2E08Sn:OJM2E08SnI6ZPLEPwm,YFTgOdsNj:YFTgOdsNjI6ZPLEPwm},index)=>{ju1lsJFwDI6ZPLEPwm??=\"\";OJM2E08SnI6ZPLEPwm??=\"\";YFTgOdsNjI6ZPLEPwm??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`I6ZPLEPwm-${idI6ZPLEPwm}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ju1lsJFwD:ju1lsJFwDI6ZPLEPwm},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ju1lsJFwD:ju1lsJFwDI6ZPLEPwm},webPageId:\"I4Q2UZ6tm\"},motionChild:true,nodeId:\"FTzakO386\",openInNewTab:false,scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uud4tx framer-1y6hsge\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`},Ub4Lib4Vv:{width:`max(max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 50px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:568,width:`max(max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 40px) / 2, 50px), 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c8yv4u-container\",nodeId:\"DrlE5C5d5\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{variant:\"oF7jYRPn3\"},Ub4Lib4Vv:{variant:\"oF7jYRPn3\"}},children:/*#__PURE__*/_jsx(BlogCard,{EWFEWDs_C:YFTgOdsNjI6ZPLEPwm,height:\"100%\",id:\"DrlE5C5d5\",layoutId:\"DrlE5C5d5\",lUE7u3HPz:OJM2E08SnI6ZPLEPwm,qIWPNrTPw:toResponsiveImage(dYJ1KNdEMI6ZPLEPwm),style:{width:\"100%\"},variant:\"WeJzvvLpu\",VPCFJOQoS:toDateString(B0CWm_QmEI6ZPLEPwm,activeLocaleCode),width:\"100%\"})})})})})})})})},idI6ZPLEPwm);})})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1ge6w6k\",\"data-framer-name\":\"Features Section 03\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jsudj0\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-i9qlf2\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j3wlsy\",\"data-framer-name\":\"Feature Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jt0484\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dk3h04\",\"data-framer-name\":\"Top Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13yjkof\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jaj286\",\"data-styles-preset\":\"TKEqMmn2W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Join our Patreon Community for free!\"})})},Ub4Lib4Vv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jaj286\",\"data-styles-preset\":\"TKEqMmn2W\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Join our Patreon Community for free!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1jaj286\",\"data-styles-preset\":\"TKEqMmn2W\",style:{\"--framer-text-color\":\"var(--token-750ab069-f87f-462f-8d38-6ad8c60c68d6, rgb(5, 5, 3))\"},children:\"Join our Patreon Community for free!\"})}),className:\"framer-1970gb2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\"},children:\"Get news about updates, and support from the Amytis Team & Community!\"})})},Ub4Lib4Vv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\"},children:\"Get news about updates, and support from the Amytis Team & Community!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-objujg\",\"data-styles-preset\":\"EJ0OM61EV\",style:{\"--framer-text-color\":\"var(--token-00c65e26-2858-4617-a803-aa814db2456a, rgb(81, 79, 75))\"},children:\"Get news about updates, and support from the Amytis Team & Community!\"})}),className:\"framer-1qry87h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14a552e\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c7uth2-container\",nodeId:\"uQpXfdC0g\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(ButtonButton,{aGHvvfXO6:true,AqBN4cJ_t:\"http://www.patreon.com/Amytis\",D9IefWLTn:\"Go to Our Patreon\",efoZt8xOa:\"chevron-right\",FiilAN0rA:\"var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, rgb(2, 71, 66))\",height:\"100%\",id:\"uQpXfdC0g\",ifVmf3FDZ:false,layoutId:\"uQpXfdC0g\",Ns9Gl1FIT:true,UBVgahn2y:\"rgba(212, 224, 36, 0)\",variant:\"SRqoVzg8j\",width:\"100%\",yClYXY7Wc:true})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cNizk4rxM:{background:{alt:\"Feature Image\",fit:\"fill\",pixelHeight:1456,pixelWidth:2478,positionX:\"left\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 630px)`,src:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png\",srcSet:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png 2478w\"}},Ub4Lib4Vv:{background:{alt:\"Feature Image\",fit:\"fill\",pixelHeight:1456,pixelWidth:2478,positionX:\"left\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 630px)`,src:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png\",srcSet:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png 2478w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Feature Image\",fit:\"fill\",pixelHeight:1456,pixelWidth:2478,positionX:\"left\",positionY:\"center\",sizes:`min(max((min(${componentViewport?.width||\"100vw\"} - 60px, 1200px) - 60px) / 2, 1px), 630px)`,src:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png\",srcSet:\"https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=512 512w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/9nFIxmQzoXskkmdgCI60liJFJ4.png 2478w\"},className:\"framer-12mirth\",\"data-framer-name\":\"Feature Image\"})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b912hz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vWZdNEXBC\",scopeId:\"QCKcqur0k\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"vWZdNEXBC\",intensity:20,layoutId:\"vWZdNEXBC\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wKTbF.framer-1y6hsge, .framer-wKTbF .framer-1y6hsge { display: block; }\",\".framer-wKTbF.framer-zyjsi { align-content: center; align-items: center; background-color: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-wKTbF .framer-1dfkpua { align-content: center; align-items: center; background-color: var(--token-617adeb6-2870-43d0-a1a1-7e0900c12992, #024742); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: flex-start; overflow: visible; padding: 130px 0px 80px 30px; position: relative; width: 100%; z-index: 0; }\",\".framer-wKTbF .framer-8ra13g { flex: none; height: 313px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-wKTbF .framer-n6u2pb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: calc(50.0355366027008% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-wKTbF .framer-tl0kvv-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 99.92897727272727% / 2); width: 100%; z-index: -1; }\",\".framer-wKTbF .framer-elnu96-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 99.92897727272727% / 2); width: 100%; z-index: 0; }\",\".framer-wKTbF .framer-11pddqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 73px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 6; }\",\".framer-wKTbF .framer-110l604 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 800px; min-width: 640px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wKTbF .framer-1dere2p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-upb7i3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1vqq4z9, .framer-wKTbF .framer-lgnlgy, .framer-wKTbF .framer-1ls1cfw, .framer-wKTbF .framer-sru9sh, .framer-wKTbF .framer-9k3xua, .framer-wKTbF .framer-1970gb2, .framer-wKTbF .framer-1qry87h { --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-wKTbF .framer-3q6if3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 450px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wKTbF .framer-pgg66u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1k2sqlr-container, .framer-wKTbF .framer-n5up7u-container, .framer-wKTbF .framer-1c3ahdp-container, .framer-wKTbF .framer-165ljkc-container, .framer-wKTbF .framer-1c7uth2-container, .framer-wKTbF .framer-b912hz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wKTbF .framer-1hgd24v { align-content: center; align-items: center; background-color: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, #ffffff); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-wKTbF .framer-1wx33eg { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 6; }\",\".framer-wKTbF .framer-fal3ul { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-wKTbF .framer-1mfzibw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wKTbF.framer-qowvlw { background-color: rgba(0, 0, 0, 0.9); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-wKTbF.framer-18q66yu-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 478px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 850px; z-index: 10; }\",\".framer-wKTbF.framer-3s0s95-container { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: fixed; top: 103px; transform: translateX(-50%); width: 40px; z-index: 10; }\",\".framer-wKTbF .framer-1ymqlvz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: -14px; position: absolute; top: -67px; width: 200px; z-index: 1; }\",\".framer-wKTbF .framer-1na9bkc { aspect-ratio: 1 / 1; bottom: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 121px); left: -60px; position: absolute; width: 121px; z-index: 1; }\",\".framer-wKTbF .framer-xhhmfr { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wKTbF .framer-1h25ab4 { align-content: center; align-items: center; aspect-ratio: 1.4285714285714286 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 714px); justify-content: center; max-width: 1120px; overflow: hidden; padding: 0px; position: relative; width: 1020px; }\",\".framer-wKTbF .framer-1y7r8ds { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.4); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wKTbF .framer-w1j3uj { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1nfzwc7 { aspect-ratio: 1 / 1; bottom: 120px; flex: none; height: var(--framer-aspect-ratio-supported, 137px); left: -40px; position: absolute; width: 137px; z-index: -1; }\",\".framer-wKTbF .framer-6q04bk { aspect-ratio: 0.6556776556776557 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 273px); position: absolute; right: -113px; top: -194px; width: 179px; z-index: 1; }\",\".framer-wKTbF .framer-fkwye9 { aspect-ratio: 0.6556776556776557 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 273px); position: absolute; right: 0px; top: 163px; width: 179px; z-index: 1; }\",\".framer-wKTbF .framer-9g3dzb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1073px; justify-content: center; left: 400px; opacity: 0.2; overflow: visible; padding: 0px; position: absolute; top: -60px; width: 925px; z-index: -1; }\",\".framer-wKTbF .framer-dodubp { -webkit-filter: blur(100px); align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 89%); display: flex; filter: blur(100px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 421px; justify-content: center; left: 200px; opacity: 0.02; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 200px; z-index: -1; }\",\".framer-wKTbF .framer-1ukehx2 { -webkit-filter: blur(80px); align-content: center; align-items: center; background-color: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, #ffffff); display: flex; filter: blur(80px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 424px; justify-content: center; left: 200px; opacity: 0.2; overflow: hidden; padding: 0px; position: absolute; top: 100px; width: 110px; z-index: -1; }\",\".framer-wKTbF .framer-1vnnwnf, .framer-wKTbF .framer-16jvuqo { -webkit-filter: blur(60px); align-content: center; align-items: center; background-color: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, #ffffff); display: flex; filter: blur(60px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 630px; justify-content: center; left: 400px; opacity: 0.2; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 110px; z-index: -1; }\",\".framer-wKTbF .framer-7j19ov { -webkit-filter: blur(60px); align-content: center; align-items: center; background: linear-gradient(167deg, rgba(255, 255, 255, 0.06) -9%, rgba(255, 255, 255, 0) 117%); display: flex; filter: blur(60px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 982px; justify-content: center; left: 400px; overflow: hidden; padding: 0px; position: absolute; top: 50px; width: 326px; z-index: -1; }\",\".framer-wKTbF .framer-1mmrrod { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1073px; justify-content: center; left: 400px; opacity: 0.6; overflow: visible; padding: 0px; position: absolute; top: -60px; width: 925px; z-index: -1; }\",\".framer-wKTbF .framer-wnho52 { -webkit-filter: blur(100px); align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 89%); display: flex; filter: blur(100px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 421px; justify-content: center; left: 150px; opacity: 0.02; overflow: hidden; padding: 0px; position: absolute; top: 200px; width: 200px; z-index: -1; }\",\".framer-wKTbF .framer-7ja5d2 { -webkit-filter: blur(80px); align-content: center; align-items: center; background-color: var(--token-291f1d75-74c5-4e98-b135-d5223979b522, #ffffff); display: flex; filter: blur(80px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 424px; justify-content: center; left: 150px; opacity: 0.2; overflow: hidden; padding: 0px; position: absolute; top: 200px; width: 110px; z-index: -1; }\",\".framer-wKTbF .framer-ei8yns { -webkit-filter: blur(60px); align-content: center; align-items: center; background: linear-gradient(168deg, rgba(255, 255, 255, 0.06) -16%, rgba(255, 255, 255, 0) 117%); display: flex; filter: blur(60px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 982px; justify-content: center; left: 400px; overflow: hidden; padding: 0px; position: absolute; top: calc(45.759552656104404% - 982px / 2); width: 326px; z-index: -1; }\",\".framer-wKTbF .framer-u3ujc2 { align-content: center; align-items: center; background-color: var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, #fbf9f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 30px 65px 30px; position: relative; width: 100%; z-index: 3; }\",\".framer-wKTbF .framer-oajher, .framer-wKTbF .framer-fnk2sy, .framer-wKTbF .framer-15rc6mw, .framer-wKTbF .framer-1p4r822, .framer-wKTbF .framer-jsudj0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-wKTbF .framer-1by4ex, .framer-wKTbF .framer-l9xbnc, .framer-wKTbF .framer-1osnz7f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-14zli7q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-122ipgk, .framer-wKTbF .framer-8rggc9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 580px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wKTbF .framer-13e3t33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-vg3a7e-container, .framer-wKTbF .framer-u5kwnj-container, .framer-wKTbF .framer-1sdc8xs-container, .framer-wKTbF .framer-1c8yv4u-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-wKTbF .framer-1o783wu { align-content: center; align-items: center; background-color: var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, #fbf9f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 30px 70px 30px; position: relative; width: 100%; z-index: 3; }\",\".framer-wKTbF .framer-f41bbg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 950px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-wKTbF .framer-hgrxwl { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wKTbF .framer-urexhh { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 51%; position: absolute; top: -86px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 277px); z-index: -1; }\",\".framer-wKTbF .framer-cdg5pk { align-content: center; align-items: center; background-color: var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, #fbf9f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 30px 0px 30px; position: relative; width: 100%; z-index: 3; }\",\".framer-wKTbF .framer-1t0q9fb, .framer-wKTbF .framer-17dauh8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1526crl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1xuqtm9-container { flex: 1 0 0px; height: auto; max-width: 880px; position: relative; width: 1px; }\",\".framer-wKTbF .framer-km7bae { align-content: center; align-items: center; background-color: var(--token-dae8c252-f39f-4d1d-b690-bbf9f243e2d3, #fbf9f5); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 160px 30px 160px 30px; position: relative; width: 100%; z-index: 3; }\",\".framer-wKTbF .framer-1xfwhwx { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1uud4tx { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-wKTbF .framer-1ge6w6k { align-content: center; align-items: center; background-color: var(--token-23a93d65-f051-4e52-9e6c-8851094ee949, #f2ede1); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 30px 100px 30px; position: relative; width: 100%; z-index: 3; }\",\".framer-wKTbF .framer-i9qlf2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1j3wlsy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-1jt0484 { 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-start; max-width: 465px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wKTbF .framer-1dk3h04 { align-content: flex-start; align-items: flex-start; 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-wKTbF .framer-13yjkof { 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-wKTbF .framer-14a552e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wKTbF .framer-12mirth { aspect-ratio: 1.2209302325581395 / 1; border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; flex: 1 0 0px; gap: 16px; height: var(--framer-aspect-ratio-supported, 516px); max-width: 630px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-wKTbF[data-border=\"true\"]::after, .framer-wKTbF [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: 768px) and (max-width: 1199px) { .framer-wKTbF.framer-zyjsi { width: 768px; } .framer-wKTbF .framer-1dfkpua { padding: 130px 30px 80px 30px; } .framer-wKTbF .framer-n6u2pb { bottom: 0px; left: calc(50.00000000000002% - 100% / 2); top: unset; z-index: 0; } .framer-wKTbF .framer-11pddqu { flex-direction: column; gap: 50px; justify-content: flex-start; max-width: 100%; } .framer-wKTbF .framer-110l604 { align-content: center; align-items: center; flex: none; justify-content: center; max-width: 768px; min-width: unset; width: 100%; } .framer-wKTbF .framer-1dere2p, .framer-wKTbF .framer-upb7i3, .framer-wKTbF .framer-13yjkof { align-content: center; align-items: center; } .framer-wKTbF .framer-pgg66u, .framer-wKTbF .framer-14a552e { justify-content: center; } .framer-wKTbF .framer-1hgd24v { background-color: #ffffff; } .framer-wKTbF.framer-18q66yu-container { height: var(--framer-aspect-ratio-supported, 113px); width: 90%; } .framer-wKTbF.framer-3s0s95-container { height: var(--framer-aspect-ratio-supported, 43px); left: 49%; top: 85px; } .framer-wKTbF .framer-1ymqlvz { height: var(--framer-aspect-ratio-supported, 160px); width: 160px; } .framer-wKTbF .framer-1na9bkc { bottom: unset; top: 50%; transform: translateY(-50%); } .framer-wKTbF .framer-xhhmfr { flex: none; justify-content: center; max-width: 768px; width: 100%; } .framer-wKTbF .framer-1h25ab4 { height: var(--framer-aspect-ratio-supported, 496px); max-width: 708px; } .framer-wKTbF .framer-1y7r8ds { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; max-width: 708px; } .framer-wKTbF .framer-w1j3uj { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .framer-wKTbF .framer-6q04bk { height: var(--framer-aspect-ratio-supported, 446px); left: 529px; width: unset; } .framer-wKTbF .framer-9g3dzb, .framer-wKTbF .framer-1mmrrod { height: 687px; left: -120px; top: -100px; } .framer-wKTbF .framer-dodubp, .framer-wKTbF .framer-wnho52 { height: 234px; left: 100px; top: 50px; width: 118px; } .framer-wKTbF .framer-1ukehx2, .framer-wKTbF .framer-7ja5d2 { height: 273px; left: 100px; top: 50px; width: 60px; } .framer-wKTbF .framer-1vnnwnf, .framer-wKTbF .framer-16jvuqo { height: 459px; right: 250px; width: unset; } .framer-wKTbF .framer-7j19ov { height: 262px; left: 100px; width: 71px; } .framer-wKTbF .framer-ei8yns { height: 262px; left: 100px; top: calc(64.33770014556043% - 262px / 2); width: 71px; } .framer-wKTbF .framer-u3ujc2 { padding: 70px 30px 40px 30px; } .framer-wKTbF .framer-oajher, .framer-wKTbF .framer-fnk2sy, .framer-wKTbF .framer-15rc6mw, .framer-wKTbF .framer-1p4r822, .framer-wKTbF .framer-jsudj0 { gap: 50px; justify-content: flex-start; max-width: 100%; } .framer-wKTbF .framer-1by4ex, .framer-wKTbF .framer-f41bbg, .framer-wKTbF .framer-l9xbnc, .framer-wKTbF .framer-1osnz7f, .framer-wKTbF .framer-i9qlf2 { gap: 50px; } .framer-wKTbF .framer-13e3t33 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); } .framer-wKTbF .framer-vg3a7e-container, .framer-wKTbF .framer-u5kwnj-container, .framer-wKTbF .framer-1sdc8xs-container { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-wKTbF .framer-1o783wu, .framer-wKTbF .framer-1ge6w6k { padding: 80px 30px 80px 30px; } .framer-wKTbF .framer-urexhh { width: var(--framer-aspect-ratio-supported, 271px); } .framer-wKTbF .framer-cdg5pk { padding: 80px 30px 40px 30px; } .framer-wKTbF .framer-1526crl { align-content: center; align-items: center; flex-direction: column; } .framer-wKTbF .framer-1xuqtm9-container { flex: none; max-width: unset; width: 100%; } .framer-wKTbF .framer-km7bae { padding: 40px 30px 40px 30px; } .framer-wKTbF .framer-1j3wlsy { flex-direction: column; gap: 60px; justify-content: flex-start; } .framer-wKTbF .framer-1jt0484 { flex: none; max-width: 600px; order: 0; width: 100%; } .framer-wKTbF .framer-12mirth { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; order: 1; width: 100%; }}\",\"@media (max-width: 767px) { .framer-wKTbF.framer-zyjsi { width: 390px; } .framer-wKTbF .framer-1dfkpua { gap: 30px; padding: 100px 20px 60px 20px; } .framer-wKTbF .framer-11pddqu { flex-direction: column; gap: 40px; max-width: 100%; } .framer-wKTbF .framer-110l604 { flex: none; max-width: 500px; min-width: unset; width: 100%; } .framer-wKTbF .framer-1dere2p, .framer-wKTbF .framer-13yjkof { align-content: center; align-items: center; } .framer-wKTbF .framer-pgg66u, .framer-wKTbF .framer-14zli7q, .framer-wKTbF .framer-1t0q9fb, .framer-wKTbF .framer-17dauh8 { justify-content: center; } .framer-wKTbF .framer-1hgd24v { background-color: #ffffff; } .framer-wKTbF.framer-18q66yu-container { height: var(--framer-aspect-ratio-supported, 113px); top: 202px; transform: translateX(-50%); width: 89%; } .framer-wKTbF.framer-3s0s95-container { height: var(--framer-aspect-ratio-supported, 27px); top: 146px; width: 25px; } .framer-wKTbF .framer-1ymqlvz { height: var(--framer-aspect-ratio-supported, 100px); left: -40px; top: -40px; width: 100px; } .framer-wKTbF .framer-1na9bkc, .framer-wKTbF .framer-1nfzwc7 { height: var(--framer-aspect-ratio-supported, 100px); width: 100px; } .framer-wKTbF .framer-xhhmfr { flex: none; justify-content: center; max-width: 500px; width: 100%; } .framer-wKTbF .framer-1h25ab4 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 245px); max-width: 620px; width: 1px; } .framer-wKTbF .framer-1y7r8ds { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; max-width: 620px; padding: 10px; } .framer-wKTbF .framer-w1j3uj { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; } .framer-wKTbF .framer-6q04bk { height: var(--framer-aspect-ratio-supported, 737px); left: -20px; width: unset; } .framer-wKTbF .framer-9g3dzb, .framer-wKTbF .framer-1mmrrod { height: 349px; left: 45px; top: 0px; width: 77%; } .framer-wKTbF .framer-dodubp, .framer-wKTbF .framer-wnho52 { height: 119px; left: 121px; top: 6px; width: 60px; } .framer-wKTbF .framer-1ukehx2, .framer-wKTbF .framer-7ja5d2 { height: 137px; left: 136px; top: -10px; width: 30px; } .framer-wKTbF .framer-1vnnwnf { height: 376px; left: 68px; top: 10px; width: 166px; } .framer-wKTbF .framer-7j19ov { height: 262px; left: 115px; width: 71px; } .framer-wKTbF .framer-16jvuqo { height: 376px; left: 68px; top: -2px; width: 166px; } .framer-wKTbF .framer-ei8yns { height: 262px; left: 115px; top: calc(53.00859598853871% - 262px / 2); width: 71px; } .framer-wKTbF .framer-u3ujc2 { gap: 50px; padding: 50px 20px 30px 20px; } .framer-wKTbF .framer-oajher, .framer-wKTbF .framer-fnk2sy, .framer-wKTbF .framer-15rc6mw, .framer-wKTbF .framer-1p4r822, .framer-wKTbF .framer-jsudj0 { gap: 40px; max-width: 100%; overflow: hidden; } .framer-wKTbF .framer-1by4ex, .framer-wKTbF .framer-l9xbnc, .framer-wKTbF .framer-1osnz7f, .framer-wKTbF .framer-i9qlf2 { gap: 40px; } .framer-wKTbF .framer-13e3t33, .framer-wKTbF .framer-14a552e { flex-direction: column; } .framer-wKTbF .framer-vg3a7e-container, .framer-wKTbF .framer-u5kwnj-container, .framer-wKTbF .framer-1sdc8xs-container { flex: none; width: 100%; } .framer-wKTbF .framer-1o783wu, .framer-wKTbF .framer-cdg5pk { gap: 50px; padding: 60px 20px 30px 20px; } .framer-wKTbF .framer-hgrxwl { max-width: 100%; } .framer-wKTbF .framer-urexhh { bottom: unset; height: var(--framer-aspect-ratio-supported, 277px); left: 49%; top: -60px; width: 277px; } .framer-wKTbF .framer-1526crl { align-content: center; align-items: center; flex-direction: column; } .framer-wKTbF .framer-1xuqtm9-container { flex: none; max-width: unset; width: 100%; } .framer-wKTbF .framer-km7bae { gap: 50px; padding: 30px 20px 30px 20px; } .framer-wKTbF .framer-1xfwhwx { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-wKTbF .framer-1uud4tx { align-self: unset; } .framer-wKTbF .framer-1ge6w6k { gap: 50px; padding: 60px 20px 60px 20px; } .framer-wKTbF .framer-1j3wlsy { flex-direction: column; gap: 40px; justify-content: flex-start; } .framer-wKTbF .framer-1jt0484 { align-content: center; align-items: center; flex: none; justify-content: center; order: 1; width: 100%; } .framer-wKTbF .framer-12mirth { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 287px); order: 0; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6608.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ub4Lib4Vv\":{\"layout\":[\"fixed\",\"auto\"]},\"cNizk4rxM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"WleyXD250\":{\"pattern\":\":WleyXD250\",\"name\":\"hero-section\"},\"G7GH3Lynn\":{\"pattern\":\":G7GH3Lynn\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FramerQCKcqur0k=withCSS(Component,css,\"framer-wKTbF\");export default FramerQCKcqur0k;FramerQCKcqur0k.displayName=\"Home\";FramerQCKcqur0k.defaultProps={height:6608.5,width:1200};addFonts(FramerQCKcqur0k,[{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\"}]},...SparklesFonts,...ParticlesFonts,...ButtonButtonFonts,...YouTubeFonts,...FeatherFonts,...BenefitsCardFonts,...TaglineFonts,...FAQFonts,...BlogCardFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQCKcqur0k\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ub4Lib4Vv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cNizk4rxM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"6608.5\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"WleyXD250\\\":{\\\"pattern\\\":\\\":WleyXD250\\\",\\\"name\\\":\\\"hero-section\\\"},\\\"G7GH3Lynn\\\":{\\\"pattern\\\":\\\":G7GH3Lynn\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"kkFAqCa,AArCb,GAAqC,CAExB,GAAkB,CAC3B,SAAU,WACV,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QACf,EACY,GAAkB,CAC3B,GAAG,GACH,aAAc,EACd,WAAY,0BACZ,MAAO,OACP,OAAQ,kBACR,cAAe,QAClB,EACY,GAAgB,CACzB,QAAS,CACL,KAAM,EAAY,YACrB,EACD,aAAc,CACV,KAAM,EAAY,YACrB,EACD,aAAc,CACV,KAAM,EAAY,YACrB,CACJ,EACY,GAAkB,CAC3B,KAAM,EAAY,OAClB,MAAO,YACP,IAAK,EACL,IAAK,IACL,KAAM,EACN,gBAAgB,CACnB,EACY,GAAe,CACxB,KAAM,CACF,KAAM,EAAY,QAClB,MAAO,OACP,cAAc,EACd,cAAe,UACf,aAAc,QACjB,EACD,WAAY,CACR,KAAM,EAAY,OAClB,MAAO,SACP,YAAa,QACb,OAAQ,CAAC,CAAE,OAAO,IAAI,CACzB,EACD,WAAY,CACR,KAAM,EAAY,KAClB,MAAO,SACP,QAAS,CACL,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,GACH,EACD,aAAc,CACV,OACA,cACA,QACA,UACA,SACA,YACA,OACA,aACA,OACH,EACD,OAAQ,CAAC,CAAE,OAAO,IAAI,CACzB,CACJ,cC7ED,AADA,GAAwD,CACxD,GAAkC,aCDlC,GAA+B,aCA/B,GAA+B,aCA/B,GAAqC,aCArC,GAA+B,aCA/B,GAAqC,aCArC,IAAA,GAAgC,aCEhC,AAFA,GAAkC,CAElC,IAAiI,aCGjI,AALA,GAAuD,CACvD,GAA4D,CAE5D,IAAiI,CAEjI,IAA6H,aCJ7H,GAA8B,IAA6B,KAAoH,GCW/K,SAAgB,IAAgB,CAC5B,IAAM,EAAW,EAAQ,IAAI,EAAa,SAAS,GAAK,EAAa,OACnE,CAAE,EAAC,CACL,OAAO,CACV,eAfD,AADA,GAAgC,CAChC,GAAsC,aCDtC,GAA+B,GCE/B,SAAgB,GAAU,EAAO,CAC7B,GAAM,CAAE,eAAe,sBAAsB,gBAAgB,iBAAiB,oBAAoB,mBAAqB,CAAG,EACpH,EAAc,EAAQ,IAAI,KAAyB,EAAc,KAAK,EAAe,KAAK,EAAkB,KAAK,EAAiB,OAAS,EAAa,IAC5J,CACE,EACA,EACA,EACA,EACA,EACA,CACH,EAAC,CACF,OAAO,CACV,qBAsCY,AApDb,GAAgC,CAChC,GAAqC,CAcxB,GAAsB,CAC/B,aAAc,CACV,MAAO,SACP,KAAM,EAAY,YAClB,UAAW,sBACX,aAAc,CACV,SACA,mBACH,EACD,UAAW,CACP,gBACA,iBACA,oBACA,kBACH,EACD,YAAa,CACT,KACA,KACA,KACA,IACH,EACD,IAAK,CACR,CACJ,EAcY,GAAiB,CAC1B,QAAS,CACL,KAAM,EAAY,YAClB,UAAW,iBACX,aAAc,CACV,UACA,kBACH,EACD,UAAW,CACP,aACA,eACA,gBACA,aACH,EACD,YAAa,CACT,IACA,IACA,IACA,GACH,EACD,IAAK,EACL,MAAO,SACV,CACJ,cC3ED,IAA6M,KAAiJ,KAAwH,KAAgJ,KAA4H,KAA+I,KAAgI,KAA6H,KAAyI,CAAoI,IAAsI,KAAgI,KAA6J,KAAsI,KAAkK,GCQnkE,SAAgB,EAAQ,CAAC,MAAI,OAAK,aAAW,YAAU,QAAM,UAAQ,eAAa,eAAa,cAAY,YAAU,QAAM,GAAG,EAAM,CAAC,CAAC,IAAM,EAAS,IAAe,CAAO,EAAW,IAAO,MAAY,EAAc,GAAU,IAAY,QAAQ,EAAgB,CAAC,EAAa,EAAa,CAAC,GAAW,KAAI,GAAK,EAAM,CAAM,CAAC,EAAU,EAAW,CAAC,GAAW,KAAI,GAAM,EAAc,CAAM,CAAC,EAAU,EAAW,CAAC,IAAS,EAAM,CAAO,EAAa,GAAU,EAAM,CAAO,EAAgB,IAAe,mBAAmB,IAAe,MAAM,GAAG,IAAM,GAAI,MAAoB,GAAK,GAAa,CAAE,EAAC,CAAE,IAAM,EAAU,GAAc,EAAI,CAAC,GAAG,QAAA,GAAuB,MAAoB,GAAK,GAAa,CAAC,QAAQ,sBAAuB,EAAC,CAAE,GAAK,CAAC,GAAQ,EAAS,EAAqB,CAAC,EAAgB,EAAa,EAAS,aAAa,GAAG,EAAsB,IAAI,GAAK,CAAC,EAAM,EAAM,GAAG,EAAsB,EAAa,IAAI,EAAM,EAAM,CAC/5B,EAAa,IAAI,iBAAiB,IAAI,CAAC,EAAa,IAAI,MAAM,IAAI,CAAC,EAAa,IAAI,iBAAiB,IAAI,CAAC,EAAa,IAAI,cAAc,IAAI,CAAK,GACxG,GAC1C,GAAe,IAAW,EAAa,IAAI,WAAW,IAAI,CAD1D,EAAa,IAAI,WAAW,IAAI,CAC+B,GAAY,GAAY,EAAa,IAAI,OAAO,IAAI,CAAK,IAAO,SAAQ,EAAa,IAAI,OAAO,IAAI,CAAC,EAAa,IAAI,WAAW,GAAQ,EAAM,GAAO,EAAa,IAAI,QAAQ,QAAQ,CAAE,IAAM,EAAY,CAAC,MAAM,GAAO,gBAAgB,MAAM,oGAAoG,IAAI,EAAS,KAAK,YAAY,IAAI,UAAQ,eAAa,eAAa,cAAY,WAAU,EAAC,MAAoB,GAAM,UAAU,CAAC,eAAe,IAAI,GAAW,EAAK,CAAC,eAAe,IAAI,GAAW,EAAM,CAAC,cAAc,EAAa,UAAU,EAAW,QAAQ,EAAW,MAAM,CAAC,GAAG,GAAa,eAAa,UAGlsB,IAAkB,GAAW,GAAU,yBAAyB,QAAQ,OAAO,UAAU,SAAS,QAAS,EAAC,KAAK,eAAe,SAAS,CAAC,GAA2B,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,yBAA0B,EAAC,CAAC,GAA2B,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,wBAAyB,EAAC,CAAC,GAA4B,EAAM+B,EAAU,CAAC,SAAS,CAAc,EAAK,OAAO,CAAC,IAAI,aAAa,KAAK,qBAAsB,EAAC,CAAc,EAAK,MAAM,CAAC,SAAS,QAAQ,IAAI,GAAgB,GAAQ,EAAU,CAAC,MAAM,CAAC,GAAG,EAAW,UAAU,OAAQ,CAAC,EAAC,AAAC,CAAC,EAAC,CAAE,EAAqJ,KAA/H,EAAK,SAAS,CAAC,QAAS,MAAU,GAAA,OAAiB,MAAO,EAAyC,EAA/B,CAAC,GAAG,EAAW,QAAQ,MAAO,EAAY,GAAG,CAAY,EAAC,CAAM,EAAU,KAAkB,EAAK,GAAW,CAAC,QAAQ,EAAqB,YAAgB,OAAM,EAAC,AAAC,CAAC,EAAC,AAAE,CAAsxB,SAAS,GAAc,EAAU,CAAC,IAAI,EAAI,GAAG,CAAC,EAAI,IAAI,IAAI,EAAY,MAAK,CAAC,IAAM,EAAS,EAAY,EAAU,CAAC,MAAM,CAAC,EAAU,EAAS,IAAK,CAAE,KAAM,EAAa,EAAI,aAAa,GAAG,EAAI,WAAW,eAAe,EAAI,WAAW,mBAAmB,EAAI,WAAW,wBAAwB,EAAI,WAAW,2BAA2B,CAAC,IAAM,EAAa,EAAI,SAAS,MAAM,EAAE,CAAC,MAAM,IAAI,CAAO,EAAK,EAAa,GACz+D,GAAG,IAAO,QAAQ,CAAC,IAAM,EAAQ,EAAI,aAAa,IAAI,IAAI,CAAO,EAAS,EAAY,EAAQ,CAAC,MAAM,CAAC,EAAQ,EAAS,CAAa,CAAE,CACtI,GAAG,IAAO,QAAQ,CAAC,IAAM,EAAQ,EAAa,GAAG,MAAM,CAAC,EAAQ,EAAI,CAAa,CAAE,CACnF,GAAG,IAAO,UAAU,IAAO,OAAO,CAAC,IAAM,EAAQ,EAAa,GAAS,EAAS,EAAY,EAAQ,CAAC,MAAM,CAAC,EAAQ,EAAS,CAAa,CAAE,CAAC,CAC7I,GAAG,EAAI,WAAW,WAAW,CAAC,IAAM,EAAQ,EAAI,SAAS,MAAM,EAAE,CAAO,EAAS,EAAY,EAAQ,CAAC,MAAM,CAAC,EAAQ,EAAS,CAAa,CAAE,CAAC,UAAS,EAAY,EAAQ,CAAC,OAAO,IAAI,KAAK,gCAAgC,IAAY,UAAS,GAAgB,EAAQ,EAAI,CAC7Q,IAAM,EAAI,+BAAqC,EAAI,OAAO,OAAO,EAAP,CAAY,IAAI,cAAc,SAAS,IAAM,EAAQ,aAAa,IAAM,IAAI,iBAAiB,SAAS,IAAM,EAAQ,aAAa,IAAM,IAAI,eAAe,SAAS,IAAM,EAAQ,iBAAiB,IAAM,QAAQ,SAAS,IAAM,EAAQ,KAAK,GAAO,CAAC,CAC9S,SAAS,IAAc,CAAC,MAAoB,GAAK,MAAM,CAAC,MAAM,CAAC,GAAG,GAAgB,SAAS,QAAS,EAAC,SAAsB,EAAK,MAAM,CAAC,MAAM,GAAgB,SAAS,mEAAoE,EAAC,AAAC,EAAC,AAAE,UAAS,GAAa,CAAC,UAAQ,CAAC,CAAC,MAAoB,GAAK,MAAM,CAAC,UAAU,oCAAoC,MAAM,CAAC,GAAG,GAAgB,SAAS,QAAS,EAAC,SAAsB,EAAM,MAAM,CAAC,MAAM,GAAgB,SAAS,CAAC,UAAU,CAAQ,CAAC,EAAC,AAAC,EAAC,AAAE,UAAS,GAAW,CAAC,UAAQ,YAAU,QAAM,CAAC,CAAC,MAAoB,GAAK,SAAS,CAAS,UAAQ,aAAa,OAAO,MAAM,GAAY,SAAsB,EAAM,MAAM,CAAC,OAAO,OAAO,QAAQ,MAAM,QAAQ,YAAY,MAAM,OAAO,SAAS,CAAc,EAAK,OAAO,CAAC,EAAE,wTAAwT,KAAK,EAAU,EAAM,OAAO,OAAO,UAAU,YAAY,GAAU,EAAM,EAAE,GAAM,MAAM,CAAC,WAAW,kFAAmF,CAAC,EAAC,CAAc,EAAK,OAAO,CAAC,EAAE,sBAAsB,KAAK,MAAO,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAE,mCAAsT,AApBjmD,GAA+E,IAAuC,IAAoD,KAA4J,CAAgB,AAAC,SAAS9B,EAAY,CAAsD,AAArD,EAAY,OAAU,MAAM,EAAY,KAAQ,KAAK,EAAY,KAAQ,MAAQ,EAAgB,KAAY,CAAE,EAAE,CAAsB,AAAC,SAASC,EAAiB,CAA2H,AAA1H,EAAiB,KAAQ,eAAe,EAAiB,OAAU,iBAAiB,EAAiB,IAAO,cAAc,EAAiB,IAAO,KAAO,EAAqB,KAAiB,CAAE,EAAE,CAcwG,EAAQ,YAAY,UAAU,GAAoB,EAAQ,CAAC,IAAI,CAAC,KAAK,EAAY,OAAO,MAAM,OAAQ,EAAC,KAAK,CAAC,KAAK,EAAY,KAAK,MAAM,WAAW,QAAQ,OAAO,OAAO,GAAY,AAAC,EAAC,WAAW,CAAC,MAAM,OAAO,KAAK,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,CAAC,EAAC,UAAU,CAAC,MAAM,YAAY,YAAY,4CAA4C,KAAK,EAAY,KAAK,QAAQ,OAAO,OAAO,GAAiB,CAAC,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,CAAC,EAAC,MAAM,CAAC,MAAM,QAAQ,KAAK,EAAY,QAAQ,aAAa,MAAM,cAAc,OAAQ,EAAC,GAAG,GAAoB,GAAG,EAAc,EAAC,CAAO,GAAa,CAAC,IAAI,+BAA+B,KAAK,MAAM,YAAW,EAAK,UAAU,iBAAiB,OAAM,CAAK,EAAC,EAAQ,aAAa,GAMnR,GAAY,CAAC,SAAS,WAAW,IAAI,MAAM,KAAK,MAAM,UAAU,wBAAwB,MAAM,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,OAAO,WAAW,cAAc,OAAO,SAAU,EAAO,GAAa,CAAC,SAAS,WAAW,MAAM,OAAO,OAAO,MAAO,EAAO,GAAgB,CAAC,UAAU,SAAS,SAAS,GAAI,EAAO,EAAW,CAAC,SAAS,WAAW,IAAI,EAAE,KAAK,EAAE,OAAO,OAAO,MAAM,MAAO,uBCnBkwB2B,AAA36E,GAA8B,IAAU,UAAU,CAAC,2BAA2B,uBAAuB,8BAA8B,iCAAkC,EAAC,CAAc1B,GAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,eAAe,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,EAAC,CAAC,OAAO,eAAe,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,EAAC,CAAC,OAAO,eAAe,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,EAAC,CAAC,OAAO,eAAe,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,CAAC,CAAE,CAAA,EAAcoC,GAAI,CAAC,utCAAkuC,EAAcV,GAAU,iBCAh1C,SAAS,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,yDAWnD,AAXzuC,GAAyD,IAA6P,IAAkE,IAA4B,CAA0B,IAAyH,KAA0H,KAAuH,CAAMvB,GAAkB,EAASc,EAAa,CAAO,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAY,EAAOZ,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAmB,EAA8LC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAS,EAAOC,EAAkB,UAAkB,GAAQ,UAAU,UAAqB,EAAM,KAAM,SAAiB,SAAqB,GAAQ,SAAS,CAAC,IAAI,CAAM,MAAA,GAAmB,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAO,GAAS,EAAO,OAAA,EAAsB,CAAOC,GAAwB,CAAC,kBAAkB,YAAY,sBAAsB,YAAY,gBAAgB,YAAY,QAAQ,YAAY,MAAM,WAAY,EAAOC,GAAS,CAAC,CAAC,SAAO,OAAK,cAAY,KAAG,OAAK,OAAK,QAAM,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,UAAU,GAAa,EAAM,WAAW,oEAAoE,UAAU,GAAM,EAAM,WAAW,oCAAoC,UAAU,GAAM,EAAM,UAAU,QAAQD,GAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,UAAU,GAAO,EAAM,WAAW,iBAAiB,UAAU,GAAM,EAAM,WAAW,CAAC,IAAI,eAAe,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAsE,CAAC,GAAS,GAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAASE,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,SAAM,UAAA,EAAU,WAAS,WAAQ,YAAU,YAAU,YAAU,YAAU,YAAU,GAAG,EAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,uBAAoB,kBAAgB,iBAAe,YAAU,mBAAgB,cAAW,YAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,IAAI,EAAW,WAAQ,kBAAA,EAAkB,EAAC,CAAO,EAAiB,GAAuB,EAAM,GAAS,CAAO,EAAsB,CAAA,GAAA,EAA8C,EAAO,EAAkB,EAAGN,GAAkB,GAAG,EAAsB,CAAO,GAAY,KAAQ,CAAC,YAAY,YAAY,WAAY,EAAC,SAAS,EAAY,CAA4B,MAAoB,GAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,GAAS,SAAQ,EAAM,SAAsB,EAAK,GAAW,CAAC,MAAME,GAAY,SAAsB,EAAK,EAAO,IAAI,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,EAAkB,gBAAgBmB,EAAU,EAAW,CAAC,eAAc,EAAK,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAG,EAAM,EAAC,SAAS,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,CAAC,EAAC,GAAG,GAAqB,CAAC,UAAU,CAAC,mBAAmB,qBAAsB,EAAC,UAAU,CAAC,mBAAmB,eAAgB,EAAC,UAAU,CAAC,mBAAmB,OAAQ,EAAC,UAAU,CAAC,mBAAmB,iBAAkB,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAA+B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,EAAU,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAG,EAAC,SAAsB,EAAKX,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,OAAO,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,QAAU,EAAC,UAAU,iBAAiB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,GAAG,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,OAAO,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,QAAU,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,OAAO,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,QAAU,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,OAAO,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,QAAU,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,MAAM,OAAO,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,QAAU,CAAC,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,0FAA2F,EAAC,SAAS,gBAAiB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kEAAkE,6BAA6B,KAAM,EAAC,KAAK,EAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA8F,EAAC,SAAS,yFAA0F,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,0FAA0F,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,QAAQ,EAAG,EAAC,KAAK,EAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,IAAa,EAAe,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,IAAI,GAAG,GAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,GAAI,CAAC,EAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,GAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKE,EAAa,CAAC,WAAU,EAAM,UAAU,EAAU,UAAU,cAAc,UAAU,gBAAgB,UAAU,oEAAoE,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,WAAU,EAAM,UAAU,wBAAwB,QAAQ,YAAY,MAAM,OAAO,WAAU,CAAM,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOmB,GAAI,CAAC,kFAAkF,kFAAkF,+TAA+T,4RAA4R,6RAA6R,qUAAqU,6HAA6H,iRAAiR,kMAAkM,yGAAyG,6HAA6H,+DAA+D,gEAAgE,oIAAoI,gFAAgF,GAAA,GAAmB,GAAA,GAAoB,+bAAgc,EAWh+Y,EAAgB,EAAQzB,GAAUyB,GAAI,eAAe,GAAgB,EAAgB,EAAgB,YAAY,gBAAgB,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAI,EAAC,GAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAY,EAAC,aAAa,CAAC,UAAU,QAAQ,kBAAkB,gBAAgB,qBAAsB,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,EAAC,UAAU,CAAC,wBAAwB,+HAA+H,gBAAgB,CAAC,IAAI,eAAe,eAAe,8HAA+H,EAAC,MAAM,OAAO,KAAK,EAAY,eAAgB,EAAC,UAAU,CAAC,aAAa,8FAA8F,MAAM,gBAAgB,KAAK,EAAY,KAAM,EAAC,UAAU,CAAC,aAAa,iBAAiB,iBAAgB,EAAM,MAAM,QAAQ,KAAK,EAAY,MAAO,EAAC,UAAU,CAAC,aAAa,oCAAoC,iBAAgB,EAAM,MAAM,OAAO,KAAK,EAAY,MAAO,EAAC,UAAU,CAAC,MAAM,OAAO,KAAK,EAAY,IAAK,CAAC,EAAC,CAAC,GAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,CAAC,CAAC,EAAC,GAAGjC,GAAkB,GAAG,EAAA,GAA0C,CAAC,GAAG,EAAA,GAA2C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,0HCG18F,AAdb,GAA+E,IAAuc,IAA8D,IAA4B,CAA0B,GAAmC,KAAwH,KAA2H,KAAkH,KAAoH,KAA+H,KAA0E,KAA2E,KAA+E,KAAsE,KAA+E,KAAkE,KAAsE,KAAsE,KAAqE,KAAsE,KAAsE,KAAsE,KAAmF,CAAM,EAAY,EAAOY,EAAM,CAAO,GAAc,EAAS,GAAS,CAAO,GAAe,EAASC,GAAU,CAAO,GAAkB,EAASC,EAAa,CAAO,GAAa,EAASC,EAAQ,CAAO,GAAa,EAASC,GAAQ,CAAO,GAAkB,EAASC,EAAa,CAAO,EAAgB,EAAO,EAAO,IAAI,CAAO,GAAa,EAASC,GAAQ,CAAO,GAAS,EAASC,GAAI,CAAO,GAAc,EAASC,GAAS,CAAO,GAAkB,EAASC,GAAa,CAAO,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAsB,EAAyD,GAAkB,eAAqB,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,gBAAiB,EAAO,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,CAAE,EAAC,KAAK,OAAQ,EAAO,GAAU,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAE,EAAO,GAAa,IAAY,SAAS,cAAc,oBAAoB,EAAE,SAAS,cAAc,WAAW,EAAE,SAAS,KAAa,GAAQ,CAAC,CAAC,WAAS,yBAAuB,WAAQ,EAAK,GAAG,CAAC,GAAK,CAAC,EAAQ,EAAW,CAAC,GAAgB,CAAC,wBAAuB,EAAC,CAAC,MAAO,GAAS,CAAC,KAAK,IAAI,GAAW,EAAM,CAAC,KAAK,IAAI,GAAW,EAAK,CAAC,OAAO,IAAI,GAAY,EAAQ,CAAC,QAAQ,GAAS,CAAQ,EAAC,AAAE,EAAO,EAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,EAAE,EAAE,CAAE,EAAC,KAAK,OAAQ,EAAO,EAAW,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAE,EAAO,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAG,EAAO,EAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,EAAO,EAAY,CAAC,EAAM,IAAM,CAAC,MAAI,UAAc,GAAQ,UAAkB,MAAM,CAAC,GAAG,EAAM,KAAI,CAAE,EAAO,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,GAAkB,UAAkB,GAAQ,UAAU,UAAqB,EAAM,KAAM,SAAiB,SAAqB,GAAQ,SAAS,CAAC,IAAI,CAAM,MAAA,GAAmB,GAAoB,CAAC,EAAM,EAAc,IAAS,CAAC,UAAU,GAAQ,SAAS,MAAM,GAAG,IAAM,EAAK,IAAI,KAAK,GAAO,GAAG,MAAM,EAAK,SAAS,CAAC,CAAC,MAAM,GAAG,IAAM,EAAe,QAAQ,GAAG,CAAC,MAAO,GAAK,eAAe,GAAQ,EAAe,EAAc,AAAE,MAAK,CAAC,MAAO,GAAK,eAAe,EAAe,EAAc,AAAE,CAAC,EAAO,GAAY,CAAC,UAAU,OAAO,SAAS,KAAM,EAAO,GAAa,CAAC,EAAM,IAAuB,GAAoB,EAAM,GAAY,EAAa,CAAS,GAAU,CAAC,CAAC,QAAM,WAAS,WAAS,GAAG,CAAC,IAAM,EAAK,GAAa,EAAM,CAAC,MAAO,GAAS,EAAK,AAAE,EAAO,GAAU,CAAC,CAAC,QAAM,GAAG,CAAC,IAAM,EAAS,IAAqB,CAAyB,OAArB,EAAgB,KAAyB,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAO,CAAM,EAAC,yBAAyB,EAAG,EAAC,AAAE,EAAO,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAY,EAAO,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAAS,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,aAAU,CAAC,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,SAAM,UAAA,EAAU,WAAS,UAAQ,qBAAmB,sBAAmB,sBAAmB,sBAAmB,sBAAmB,cAAY,GAAG,EAAU,CAAC,GAAS,EAAM,CAAOC,EAAS,EAAc,IAAI,OAAA,GAA2B,EAAa,CAAC,KAAA,GAAW,CAAa,EAAC,CAAC,GAAYA,EAAS,CAAC,GAAK,CAAC,EAAY,GAAoB,CAAC,GAA8B,EAAQ,IAAY,EAAM,CAAO,GAA8B,CAAC,yBAAsB,SAAM,CAAC,OAAA,GAAmC,CAAO,EAAY,CAAC,CAAC,UAAQ,WAAS,GAAG,GAAsB,MAAM,GAAG,IAAO,CAAC,EAAQ,QAAQ,AAAE,EAAC,CAAO,EAAe,CAAC,CAAC,UAAQ,WAAS,GAAG,GAAsB,MAAM,GAAG,IAAO,CAAC,EAAQ,MAAM,AAAE,EAAC,CAAO,GAAsB,kBAA0I,EAAO,EAAkB,EAAG,GAAkB,GAAG,GAAsB,CAAO,GAAU,GAAkB,YAAY,CAAO,GAAW,IAAa,CAAO,GAAO,IAAW,CAAO,GAAW,GAAkB,YAAY,CAAO,GAAK,EAAa,KAAK,CAAO,GAAiB,IAAe,CAAsB,MAArB,IAAiB,CAAE,EAAC,CAAqB,EAAK,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,oBAAkB,EAAC,SAAsB,EAAM,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAS,CAAc,EAAK,GAAU,CAAC,MAAM,kGAAmG,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,GAAG,EAAU,UAAU,EAAG,EAAkB,eAAeC,EAAU,CAAC,IAAI,EAAW,MAAM,CAAC,GAAG,EAAM,EAAC,SAAS,CAAc,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAc,EAAK,EAAY,CAAC,eAAe,GAAU,6BAA4B,EAAK,8BAA6B,EAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyB,GAAY,iBAAgB,EAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,gBAAgB,IAAI,MAAM,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,sQAAuQ,EAAC,UAAU,gBAAgB,mBAAmB,iBAAkB,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,SAAS,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,uBAAuB,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,uBAAuB,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,GAAS,CAAC,MAAM,wEAAwE,SAAS,IAAI,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,uBAAuB,KAAK,CAAC,IAAI,GAAG,IAAI,EAAG,EAAC,aAAY,EAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKV,GAAU,CAAC,WAAW,mBAAmB,aAAa,CAAC,cAAa,EAAM,WAAW,MAAO,EAAC,MAAM,wEAAwE,OAAO,CAAC,qBAAqB,oBAAqB,EAAC,eAAe,CAAC,YAAY,IAAI,eAAc,EAAM,cAAc,EAAG,EAAC,WAAW,GAAG,OAAO,OAAO,aAAa,CAAC,cAAa,EAAK,WAAW,GAAG,WAAW,UAAU,eAAc,EAAK,YAAY,EAAG,EAAC,GAAG,YAAY,SAAS,YAAY,aAAa,CAAC,WAAW,qBAAqB,cAAc,IAAI,cAAa,EAAM,aAAa,GAAG,WAAW,CAAE,EAAC,YAAY,CAAC,eAAe,IAAI,eAAe,GAAG,WAAW,GAAG,gBAAgB,IAAI,oBAAoB,GAAG,cAAc,GAAG,aAAa,IAAI,iBAAiB,GAAG,aAAa,EAAE,eAAe,EAAE,gBAAgB,IAAI,gBAAgB,IAAI,WAAW,GAAG,cAAc,EAAG,EAAC,YAAY,CAAC,oBAAoB,IAAI,oBAAmB,EAAM,cAAc,MAAM,aAAY,EAAK,wBAAwB,EAAE,oBAAmB,EAAM,oBAAoB,EAAE,QAAQ,UAAU,YAAW,EAAK,UAAU,GAAG,qBAAqB,EAAE,iBAAgB,EAAM,cAAa,EAAM,gBAAgB,IAAI,kBAAiB,EAAM,aAAY,CAAM,EAAC,OAAO,IAAI,eAAe,CAAC,QAAQ,GAAG,WAAW,EAAE,WAAW,EAAE,aAAY,CAAK,EAAC,YAAY,MAAM,OAAO,EAAE,cAAc,CAAC,iBAAgB,EAAM,gBAAgB,oBAAoB,YAAY,EAAE,YAAW,EAAM,YAAY,CAAE,EAAC,aAAa,CAAC,cAAc,GAAG,YAAY,GAAG,YAAY,uEAAuE,WAAW,GAAG,UAAU,QAAS,EAAC,YAAY,CAAC,KAAK,GAAG,QAAQ,GAAG,QAAQ,EAAE,UAAS,CAAK,EAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,GAAG,GAAU,IAAI,GAAW,GAAU,CAAC,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAc,EAAKW,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAwE,EAAC,SAAS,gDAAiD,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAwE,EAAC,SAAS,gDAAiD,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAwE,EAAC,SAAS,gDAAiD,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,2CAA2C,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAwE,EAAC,SAAS,uOAAwO,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAwE,EAAC,SAAS,uOAAwO,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAwE,EAAC,SAAS,uOAAwO,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,oFAAoF,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKV,EAAa,CAAC,WAAU,EAAK,UAAU,2EAA2E,UAAU,cAAc,UAAU,gBAAgB,UAAU,oEAAoE,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,WAAU,EAAK,UAAU,wBAAwB,QAAQ,YAAY,MAAM,OAAO,WAAU,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAsB,EAAK,GAAQ,CAAC,SAAS,GAAsB,EAAKW,EAAU,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,GAAG,UAAU,MAAM,EAAY,CAAC,SAAQ,EAAC,CAAC,SAAS,CAAc,EAAKb,EAAM,CAAC,WAAW,CAAC,IAAI,YAAY,IAAI,MAAM,YAAY,GAAG,WAAW,GAAG,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,gBAAgB,mBAAmB,MAAO,EAAC,CAAc,EAAKY,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAkE,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAkE,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAkE,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAgB,CAAC,SAAS,EAAQ,SAAsB,EAAKC,EAAU,CAAC,SAAsB,EAAmC,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAI,EAAC,KAAK,OAAQ,CAAC,EAAC,UAAU,EAAG,EAAkB,gBAAgB,CAAC,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAE,EAAC,KAAK,OAAQ,CAAC,EAAC,QAAQ,CAAC,QAAQ,CAAE,EAAC,MAAM,IAAI,EAAQ,MAAM,AAAC,EAAC,YAAY,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,EAAG,EAAkB,2BAA2B,CAAC,wBAAwB,UAAU,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKV,EAAQ,CAAC,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,qBAAoB,EAAM,OAAM,EAAK,SAAS,YAAY,KAAK,MAAM,YAAW,EAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,UAAU,iBAAiB,cAAc,EAAE,eAAe,EAAE,IAAI,+BAA+B,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,EAAG,EAAkB,0BAA0B,CAAC,mBAAmB,aAAa,wBAAwB,UAAU,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,aAAa,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKC,GAAQ,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,OAAO,cAAc,IAAI,GAAG,YAAY,SAAS,YAAY,UAAS,EAAM,KAAK,aAAa,QAAQ,EAAe,CAAC,SAAQ,EAAC,CAAC,cAAa,EAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAC,IAAc,CAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAY,CAAC,eAAe,EAAW,6BAA4B,EAAK,8BAA6B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyB,EAAY,iBAAgB,EAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,QAAQ,IAAI,MAAM,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,iBAAiB,mBAAmB,gBAAiB,EAAC,CAAc,EAAKQ,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,EAAmB,CAAC,EAAC,SAAsB,EAAK,EAAY,CAAC,eAAe,EAAW,6BAA4B,EAAK,8BAA6B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyB,EAAY,iBAAgB,EAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,QAAQ,IAAI,MAAM,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,SAAsB,EAAK,MAAM,CAAC,UAAU,iBAAiB,eAAc,EAAK,mBAAmB,WAAW,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,aAAa,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,mBAAmB,GAAmB,OAAO,QAAQ,uCAAuC,IAAI,uEAAuE,OAAO,oWAAqW,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,aAAa,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,CAAC,CAAC,EAAC,SAAsB,EAAKZ,EAAM,CAAC,WAAW,CAAC,IAAI,aAAa,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,mBAAoB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAY,CAAC,eAAe,EAAW,6BAA4B,EAAK,8BAA6B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyB,EAAY,iBAAgB,EAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,QAAQ,IAAI,MAAM,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,iBAAiB,mBAAmB,oBAAqB,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,QAAQ,IAAI,MAAM,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,gBAAgB,mBAAmB,iBAAkB,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,QAAQ,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,oEAAqE,EAAC,UAAU,gBAAgB,mBAAmB,oBAAqB,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAKY,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAE,CAAC,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,EAAG,CAAC,CAAC,EAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAG,EAAC,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,GAAI,CAAC,CAAC,EAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAE,CAAC,EAAC,UAAU,CAAC,MAAM,CAAC,OAAO,EAAG,CAAC,CAAC,EAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAG,EAAC,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,GAAI,CAAC,CAAC,EAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,GAAI,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,SAAsB,EAAK,EAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,+BAAgC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,qHAAsH,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAc,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,CAAC,EAAC,SAAS,GAA4B,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,OAAO,GAAmB,OAAO,QAAQ,SAAU,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,eAAgB,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,oCAAoC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,QAAQ,WAAY,EAAC,UAAU,CAAC,UAAU,EAAc,GAAG,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKP,EAAa,CAAC,UAAU,oEAAoE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,2QAA2Q,MAAM,CAAC,MAAM,MAAO,EAAC,UAAU,EAAc,GAAG,QAAQ,YAAY,UAAU,wBAAwB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,CAAC,EAAC,SAAS,GAA6B,EAAKO,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,OAAO,GAAmB,OAAO,QAAQ,SAAU,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,eAAgB,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,oCAAoC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,QAAQ,WAAY,EAAC,UAAU,CAAC,UAAU,EAAe,GAAG,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKP,EAAa,CAAC,UAAU,wEAAwE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,wNAAwN,MAAM,CAAC,MAAM,MAAO,EAAC,UAAU,EAAe,GAAG,QAAQ,YAAY,UAAU,6BAA6B,MAAM,OAAO,UAAU,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,sKAAuK,EAAC,eAAe,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,EAAC,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,0BAAA,EAAgC,CAAC,EAAC,SAAS,GAA6B,EAAKO,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,OAAO,GAAmB,OAAO,QAAQ,SAAU,EAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,eAAgB,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,WAAW,GAAmB,OAAO,QAAQ,oCAAoC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,QAAQ,WAAY,EAAC,UAAU,CAAC,UAAU,EAAe,GAAG,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKP,EAAa,CAAC,UAAU,uEAAuE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,yMAAyM,MAAM,CAAC,MAAM,MAAO,EAAC,UAAU,EAAe,GAAG,QAAQ,YAAY,UAAU,mBAAmB,MAAM,OAAO,UAAU,EAAY,CAAC,YAAY,KAAK,WAAW,KAAK,IAAI,qEAAsE,EAAC,eAAe,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAsB,EAAK,EAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,mFAAoF,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,iGAAiG,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKH,EAAa,CAAC,WAAU,EAAK,UAAU,2EAA2E,UAAU,sBAAsB,UAAU,gBAAgB,UAAU,oEAAoE,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,WAAU,EAAK,UAAU,wBAAwB,QAAQ,YAAY,MAAM,OAAO,WAAU,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAY,CAAC,eAAe,EAAW,6BAA4B,EAAK,8BAA6B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyB,EAAY,iBAAgB,EAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,QAAQ,IAAI,MAAM,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,gBAAgB,mBAAmB,eAAe,kBAAkB,EAAmB,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAG,GAAW,IAAI,GAAK,SAAsB,EAAK,EAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKI,GAAQ,CAAC,UAAU,MAAM,OAAO,OAAO,GAAG,YAAY,UAAU,qEAAqE,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,wBAAyB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,mFAAoF,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsB,EAAKM,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,OAAO,GAAmB,OAAO,QAAQ,SAAU,EAAC,UAAU,CAAC,OAAO,OAAO,GAAmB,OAAO,QAAQ,SAAU,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,cAAc,GAAmB,OAAO,QAAQ,gCAAgC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAO,CAAC,EAAC,UAAU,CAAC,UAAU,0KAA0K,MAAM,CAAC,MAAM,MAAO,CAAC,CAAC,EAAC,SAAsB,EAAKL,GAAI,CAAC,UAAU,qCAAqC,UAAU,kCAAkC,UAAU,OAAO,UAAU,uSAA6S,OAAO,OAAO,UAAU,0UAA0U,GAAG,YAAY,UAAU,0EAA0E,SAAS,YAAY,UAAU,sBAAsB,UAAU,wBAAwB,UAAU,4RAA4R,MAAM,CAAC,SAAS,OAAO,MAAM,MAAO,EAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,4BAA4B,UAAU,8BAA8B,UAAU,mWAAoW,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsB,EAAK,EAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,SAAS,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKD,GAAQ,CAAC,UAAU,EAAY,CAAC,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAsE,EAAC,WAAW,CAAC,UAAU,iBAAiB,OAAO,OAAO,GAAG,YAAY,UAAU,qEAAqE,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,2BAA4B,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,6HAA8H,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAK,EAAmB,CAAC,SAAsB,EAAK,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKQ,GAAK,KAAK,YAAa,EAAC,MAAM,CAAC,KAAK,eAAe,MAAM,CAAE,EAAC,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAa,EAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAa,EAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAa,EAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAa,EAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAa,EAAC,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAa,CAAC,CAAC,EAAC,SAAS,CAAC,EAAW,EAAe,IAAwB,EAAKD,EAAU,CAAC,SAAS,GAAY,IAAI,CAAC,CAAC,UAAUE,EAAmB,UAAUC,EAAmB,GAAGC,EAAY,UAAUC,EAAmB,UAAUC,EAAmB,UAAUC,EAAmB,CAAC,KAAS,IAAqB,GAAG,IAAqB,GAAG,IAAqB,GAAuB,EAAK,EAAY,CAAC,IAAI,YAAYH,IAAc,SAAsB,EAAK,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUC,CAAmB,EAAC,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAmB,EAAC,UAAU,WAAY,EAAC,aAAY,EAAK,OAAO,YAAY,cAAa,EAAM,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,gCAAgC,SAAsB,EAAKN,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,MAAM,GAAmB,OAAO,QAAQ,cAAe,EAAC,UAAU,CAAC,OAAO,WAAW,GAAmB,OAAO,QAAQ,2BAA4B,CAAC,EAAC,SAAsB,EAAK,EAA0B,CAAC,OAAO,IAAI,OAAO,eAAe,GAAmB,OAAO,QAAQ,2CAA2C,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAY,EAAC,UAAU,CAAC,QAAQ,WAAY,CAAC,EAAC,SAAsB,EAAKJ,GAAS,CAAC,UAAUY,EAAmB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUD,EAAmB,UAAU,GAAkBH,EAAmB,CAAC,MAAM,CAAC,MAAM,MAAO,EAAC,QAAQ,YAAY,UAAU,GAAaD,EAAmB,GAAiB,CAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAACE,EAAY,EAAG,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,SAAsB,EAAK,EAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,SAAsB,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAsB,EAAKL,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,sCAAuC,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAkE,EAAC,SAAS,sCAAuC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAkE,EAAC,SAAS,sCAAuC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAqE,EAAC,SAAS,uEAAwE,EAAC,AAAC,EAAC,AAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oEAAqE,EAAC,SAAS,uEAAwE,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,SAAsB,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oEAAqE,EAAC,SAAS,uEAAwE,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKV,EAAa,CAAC,WAAU,EAAK,UAAU,gCAAgC,UAAU,oBAAoB,UAAU,gBAAgB,UAAU,oEAAoE,OAAO,OAAO,GAAG,YAAY,WAAU,EAAM,SAAS,YAAY,WAAU,EAAK,UAAU,wBAAwB,QAAQ,YAAY,MAAM,OAAO,WAAU,CAAK,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAKU,EAAkB,CAAC,WAAW,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,OAAO,MAAM,GAAmB,OAAO,QAAQ,iBAAiB,IAAI,sEAAsE,OAAO,gWAAiW,CAAC,EAAC,UAAU,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,OAAO,MAAM,GAAmB,OAAO,QAAQ,iBAAiB,IAAI,sEAAsE,OAAO,gWAAiW,CAAC,CAAC,EAAC,SAAsB,EAAKZ,EAAM,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,UAAU,OAAO,UAAU,SAAS,OAAO,eAAe,GAAmB,OAAO,QAAQ,4CAA4C,IAAI,sEAAsE,OAAO,gWAAiW,EAAC,UAAU,iBAAiB,mBAAmB,eAAgB,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKS,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,GAAG,SAAU,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOY,GAAI,CAAC,kFAAkF,kFAAkF,oVAAoV,+XAA+X,iKAAiK,wUAAwU,wNAAwN,uNAAuN,6SAA6S,mUAAmU,wRAAwR,wRAAwR,6XAA6X,uNAAuN,+QAA+Q,oTAAoT,8hBAA8hB,6fAA6f,yJAAyJ,8LAA8L,qIAAqI,uPAAuP,iPAAiP,iMAAiM,mMAAmM,qaAAqa,0WAA0W,8pBAA8pB,gOAAgO,qMAAqM,oNAAoN,gNAAgN,6TAA6T,ybAAyb,0bAA0b,udAAud,6bAA6b,8TAA8T,2bAA2b,ybAAyb,+dAA+d,+fAA+f,yaAAya,iVAAiV,uSAAuS,sPAAsP,8QAA8Q,oOAAoO,ggBAAggB,kTAAkT,qNAAqN,0NAA0N,8fAA8f,sUAAsU,qRAAqR,6HAA6H,ggBAAggB,yPAAyP,8TAA8T,igBAAigB,qRAAqR,0QAA0Q,iTAAiT,6RAA6R,6RAA6R,iRAAiR,yZAAyZ,GAAA,GAAmB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,GAAA,GAAoB,gcAAgc,urIAAurI,07IAA27I,EAarn8E,EAAgB,EAAQ,GAAUA,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,OAAO,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAK,EAAC,GAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,CAAC,CAAC,EAAC,GAAG,GAAc,GAAG,GAAe,GAAG,GAAkB,GAAG,GAAa,GAAG,GAAa,GAAG,GAAkB,GAAG,GAAa,GAAG,GAAS,GAAG,GAAc,GAAG,GAAkB,GAAG,EAAA,GAA0C,CAAC,GAAG,EAAA,EAA2C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,CAChvE,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAE,EAAC,YAAc,CAAC,yBAA2B,QAAQ,qBAAuB,OAAO,oCAAsC,4JAA0L,qBAAuB,OAAO,sBAAwB,SAAS,6BAA+B,OAAO,kBAAoB,OAAO,4BAA8B,OAAO,qBAAuB,iHAAqI,yBAA2B,OAAO,sBAAwB,IAAI,uBAAyB,EAAG,CAAC,EAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAI,CAAC,EAAC,mBAAqB,CAAC,KAAO,UAAW,CAAC,CAAC"}