{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js", "ssg:https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js", "ssg:https://framerusercontent.com/modules/ldBjwUvCe1eiqMiZYhua/WZQGZFAbvTxbTBMLPz9K/HSzvd34UL.js", "ssg:https://framerusercontent.com/modules/5HLY7GtHg6Fhw4nJJQkg/pYB47zbwS1MvJyaqqlWp/EZb0a0T9h.js", "ssg:https://framerusercontent.com/modules/jbD6fi6CAILzcrTruHeX/NwRP1vrWp09uWuqA7Gd0/lyGm6BTHS.js", "ssg:https://framerusercontent.com/modules/hPyEjrM3CnJyBpkzTdvH/sQwsQMPAVIBtrwqj92VT/o1SjOQmKU.js", "ssg:https://framerusercontent.com/modules/e53Ywe8OZPU2Mw9vmgeB/6vDIvEooU3wXf84d5hLG/DznnFglBW.js", "ssg:https://framerusercontent.com/modules/a3W8lVhmaVIjA1Gx13EC/Rs0K2vBiLJ1ajykBEDVf/GiwrK6nH0.js", "ssg:https://framerusercontent.com/modules/o7kTUNisU58m3hMBO16K/svEvRHO2Mw6mkpRuzyhm/F_9tOtSMP.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { 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 { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{MotionValue}from\"framer\";// Basic MotionValue check\nexport const isMotionValue=v=>v instanceof MotionValue;\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./isMotionValue.map", "import{useCallback,useEffect,useRef}from\"react\";import{motionValue,animate,RenderTarget}from\"framer\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";export function useAutoMotionValue(inputValue,options){// Put options on a local ref\n// Might wanna just memo instead but it works for now\nconst optionsRef=useRef(options);const animation=useRef();const didInitialMount=useRef(false);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;// in-progress - trying to figure out effect hooks\nconst onChangeDeps=(options===null||options===void 0?void 0:options.onChangeDeps)?options.onChangeDeps:[];// Memoize the onChange handler\nconst onChange=useCallback(options===null||options===void 0?void 0:options.onChange,[...onChangeDeps,]);// Optionally scale the value from props\nconst transformer=useCallback(value=>{var ref;return((ref=optionsRef.current)===null||ref===void 0?void 0:ref.transform)?optionsRef.current.transform(value):value;},[]);// Create new MotionValue from inputValue\nconst value1=useConstant(()=>isMotionValue(inputValue)?inputValue:motionValue(transformer(inputValue)));// Setting value from prop change\nuseEffect(()=>{if(!isMotionValue(inputValue)&&didInitialMount.current){var ref,ref1;const newValue=transformer(inputValue);(ref=animation.current)===null||ref===void 0?void 0:ref.stop();// Call change callback\nif(onChange)onChange(newValue,value1);// Trigger animation to new value\nif(((ref1=optionsRef.current)===null||ref1===void 0?void 0:ref1.animate)&&!isOnCanvas){var ref2;// @ts-ignore\nanimation.current=animate(value1,newValue,(ref2=optionsRef.current)===null||ref2===void 0?void 0:ref2.transition);}else{value1.set(newValue);}}didInitialMount.current=true;},[inputValue,...onChangeDeps]);return value1;}\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useAutoMotionValue.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useMotionValueEvent}from\"framer-motion\";import{useRef,useEffect,useMemo,useCallback,memo}from\"react\";import{ControlType,addPropertyControls,useIsInCurrentNavigationTarget}from\"framer\";import{useOnEnter,useOnExit,defaultEvents,useIsOnCanvas,useIsBrowserSafari,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return /*#__PURE__*/ _jsx(VideoMemo,{...newProps});}/**\n * For the useEffect hook to change progress of the video on state change.\n * It was causing the video to restart on hydration\n */ let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing,canvasPlay,muted,playsinline,controls,progress,objectFit,backgroundColor,radius,topLeft,topRight,bottomRight,bottomLeft,isMixed,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,restartOnEnter,posterEnabled,startTime:startTimeProp,volume,loop}=props;const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const videoRef=useRef();const isSafari=useIsBrowserSafari();const requestingPlay=useRef(false);const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Video elements behave oddly at 100% duration\nconst startTime=useMemo(()=>startTimeProp===100?99.9:startTimeProp,[startTimeProp]);const shouldPlay=!isOnCanvas||canvasPlay;const autoPlay=useMemo(()=>playing,[]);const isMuted=useMemo(()=>isOnCanvas?true:muted,[isOnCanvas,muted]);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);// Pause/play via props\nuseEffect(()=>{if(playing&&shouldPlay)play();else pause();},[playing,canvasPlay]);// Change progress via prop\nuseEffect(()=>{if(isMountedAndReadyForProgressChanges)setProgress(startTime*.01);else isMountedAndReadyForProgressChanges=true;},[startTime,srcFile,srcUrl]);const videoProgress=useAutoMotionValue(progress,{transform:value=>value*.01,onChange:newValue=>{setProgress(newValue);}});// Allow scrubbing with MotionValue\nuseMotionValueEvent(videoProgress,\"change\",latest=>{if(!isOnCanvas)setProgress(latest);});// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===SrcType.Url)return srcUrl+fragment;if(srcType===SrcType.Video)return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoPlay){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=volume/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(videoRef.current&&videoRef.current.currentTime<.3)setProgress(startTime*.01);if(shouldPlay&&videoRef.current&&autoPlay)play();};return /*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoPlay&&shouldPlay,poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isMuted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,autoPlay:true,canvasPlay:false,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For Youtube, use the Youtube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,]},canvasPlay:{type:ControlType.Boolean,title:\"On Canvas\",enabledTitle:\"Play\",disabledTitle:\"Pause\",hidden(props){return props.autoPlay===false;}},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"S52upl8se\",\"wMG4Lv201\",\"g7yFk7T3U\",\"PdLZR_3GS\",\"zc9CxnrQN\"];const serializationHash=\"framer-6AJUR\";const variantClassNames={g7yFk7T3U:\"framer-v-16hzfiz\",PdLZR_3GS:\"framer-v-16xsoj9\",S52upl8se:\"framer-v-1ktulnc\",wMG4Lv201:\"framer-v-k22mqw\",zc9CxnrQN:\"framer-v-d494rb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"S52upl8se\",\"Variant 2\":\"wMG4Lv201\",\"Variant 3\":\"g7yFk7T3U\",\"Variant 4\":\"PdLZR_3GS\",\"Variant 5\":\"zc9CxnrQN\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"S52upl8se\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S52upl8se\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1irffj5=activeVariantCallback(async(...args)=>{setVariant(\"S52upl8se\");});const onTap1qrft5j=activeVariantCallback(async(...args)=>{setVariant(\"wMG4Lv201\");});const onTap5sgs37=activeVariantCallback(async(...args)=>{setVariant(\"g7yFk7T3U\");});const onTapk6bon7=activeVariantCallback(async(...args)=>{setVariant(\"PdLZR_3GS\");});const onTap1h6ju6k=activeVariantCallback(async(...args)=>{setVariant(\"zc9CxnrQN\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"wMG4Lv201\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"g7yFk7T3U\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"zc9CxnrQN\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"PdLZR_3GS\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"zc9CxnrQN\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ktulnc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"S52upl8se\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({g7yFk7T3U:{\"data-framer-name\":\"Variant 3\"},PdLZR_3GS:{\"data-framer-name\":\"Variant 4\"},wMG4Lv201:{\"data-framer-name\":\"Variant 2\"},zc9CxnrQN:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11l4eqf\",\"data-border\":true,\"data-framer-name\":\"Faq\",layoutDependency:layoutDependency,layoutId:\"xoStbzoiI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, rgb(243, 247, 250))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9e20gl\",\"data-framer-name\":\"Faq Head\",layoutDependency:layoutDependency,layoutId:\"SrKhtAfXW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j9eg1c\",\"data-framer-name\":\"Question Block\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hQLWeUI78\",onTap:onTap1irffj5,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wno8i0\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"r3sPrCcsd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lsx1zz-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"BLdMNqgbP-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"help-circle\",id:\"BLdMNqgbP\",layoutId:\"BLdMNqgbP\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"170%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(12, 21, 35, 1))\"},children:\"What is TripAssist?\"})})}),className:\"framer-4zv22x\",\"data-framer-name\":\"Question\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"fpmr2oRel\",style:{\"--extracted-1w3ko1f\":\"rgba(12, 21, 35, 1)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hgv21j-container\",layoutDependency:layoutDependency,layoutId:\"ZEdYP4Hji-container\",style:{rotate:0},variants:{g7yFk7T3U:{rotate:44},PdLZR_3GS:{rotate:44},wMG4Lv201:{rotate:44},zc9CxnrQN:{rotate:44}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"ZEdYP4Hji\",layoutId:\"ZEdYP4Hji\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-640yzp\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"kZssf5CUC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"16px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(82, 82, 91, 1))\"},children:\"TripAssist is a service-oriented travel management solution that takes the entire travel planning process off your hands. We\u2019re not a SaaS product; instead, we provide a fully personalized service, ensuring your organization can focus on what it does best. From handling bookings to securing exclusive deals and managing every detail, we simplify travel so you don\u2019t have to.\"})})}),className:\"framer-10dg1r1\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"nGtdpFJ0T\",style:{\"--extracted-1w3ko1f\":\"rgba(82, 82, 91, 1)\"},verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qhslv4\",\"data-border\":true,\"data-framer-name\":\"Faq\",layoutDependency:layoutDependency,layoutId:\"zEFaNkAD7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, rgb(243, 247, 250))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r6sgvh\",\"data-framer-name\":\"Faq Head\",layoutDependency:layoutDependency,layoutId:\"KUItEQkAG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpeny3\",\"data-framer-name\":\"Question Block\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WuGUIlndU\",onTap:onTap1qrft5j,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s4f1hj\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"wLyHTSIdi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d15yca-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"fnR6d4kzc-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"help-circle\",id:\"fnR6d4kzc\",layoutId:\"fnR6d4kzc\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 21, 35))\"},children:\"How does TripAssist support businesses?\"})}),className:\"framer-1fbvr7x\",\"data-framer-name\":\"Question\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"qtOWWmsTr\",style:{\"--extracted-r6o4lv\":\"rgb(12, 21, 35)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-60owfo-container\",layoutDependency:layoutDependency,layoutId:\"nyE0qx7Gc-container\",style:{rotate:44},variants:{wMG4Lv201:{rotate:0}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"nyE0qx7Gc\",layoutId:\"nyE0qx7Gc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ju8kuh\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"mM_gOtvnJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\"})}),className:\"framer-1gx3i8h\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vjOiNqs8a\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({wMG4Lv201:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"TripAssist provides end-to-end travel management, removing the burden of planning and organizing trips. Our personalized approach ensures every detail is handled efficiently, while your business benefits from time savings, exclusive travel rates, and the freedom to concentrate on what matters most.\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, to the  consectr adipiscing elit. Volutpat to the full  tempor to the condimentum vitae vel purus.\"})}),className:\"framer-1cu5z8f\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, to the consectr adipiscing elit. Volutpat to the full tempor to the condimentum vitae vel purus.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"A2c9kHNE2\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gtkume\",\"data-border\":true,\"data-framer-name\":\"Faq\",layoutDependency:layoutDependency,layoutId:\"Zp8dSIZNI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, rgb(243, 247, 250))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zqa9mu\",\"data-framer-name\":\"Faq Head\",layoutDependency:layoutDependency,layoutId:\"F4brtnL5Y\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kmhyfj\",\"data-framer-name\":\"Question Block\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jeoESWqrA\",onTap:onTap5sgs37,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15zyz3f\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"CBlGXxS6N\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9hl4s8-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"WtryKmIhp-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"help-circle\",id:\"WtryKmIhp\",layoutId:\"WtryKmIhp\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 21, 35))\"},children:\"Is TripAssist suitable for starters and small businesses?\"})}),className:\"framer-17atac6\",\"data-framer-name\":\"Question\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"IoeFPAcTB\",style:{\"--extracted-r6o4lv\":\"rgb(12, 21, 35)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bmxtbt-container\",layoutDependency:layoutDependency,layoutId:\"vub1LtOxD-container\",style:{rotate:44},variants:{g7yFk7T3U:{rotate:0}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"vub1LtOxD\",layoutId:\"vub1LtOxD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15r75u7\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"xaMwK7Py8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\"})}),className:\"framer-10epwih\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"DqKGv6rYV\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({g7yFk7T3U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Yes! TripAssist is ideal for organizations of all sizes, including small businesses. Whether you need occasional travel support or regular trip management, we offer a tailored service that adapts to your needs, taking the hassle out of travel planning.\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, to the  consectr adipiscing elit. Volutpat to the full  tempor to the condimentum vitae vel purus.\"})}),className:\"framer-1n2a9rd\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, to the consectr adipiscing elit. Volutpat to the full tempor to the condimentum vitae vel purus.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"TZPDVv5IG\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12xtrsi\",\"data-border\":true,\"data-framer-name\":\"Faq\",layoutDependency:layoutDependency,layoutId:\"AhmowZbYP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, rgb(243, 247, 250))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-be82lw\",\"data-framer-name\":\"Faq Head\",layoutDependency:layoutDependency,layoutId:\"j_6lCIagY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jbygec\",\"data-framer-name\":\"Question Block\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dWWxzUrIL\",onTap:onTapk6bon7,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1szbp9k\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"EfX5OKNKb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w3mmoe-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"F4udaaWhl-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"help-circle\",id:\"F4udaaWhl\",layoutId:\"F4udaaWhl\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 21, 35))\"},children:\"Does TripAssist manage international travel?\"})}),className:\"framer-1ymf8xg\",\"data-framer-name\":\"Question\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EgqPB4XmF\",style:{\"--extracted-r6o4lv\":\"rgb(12, 21, 35)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iqqc32-container\",layoutDependency:layoutDependency,layoutId:\"EB12d00mM-container\",style:{rotate:44},variants:{PdLZR_3GS:{rotate:0},zc9CxnrQN:{rotate:0}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"EB12d00mM\",layoutId:\"EB12d00mM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b4cavf\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"Sn4esn_SL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\"})}),className:\"framer-po0zna\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"WnGHkwWTd\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({PdLZR_3GS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Absolutely. TripAssist specializes in international travel management and serves clients all over the world. With a global network of airlines, hotels, and transportation providers, we ensure every aspect of your trip is taken care of, delivering a seamless travel experience no matter where you\u2019re headed.\"})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, to the  consectr adipiscing elit. Volutpat to the full  tempor to the condimentum vitae vel purus.\"})}),className:\"framer-g7ac2n\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, to the consectr adipiscing elit. Volutpat to the full tempor to the condimentum vitae vel purus.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Ja8FF4gQX\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wxjvr0\",\"data-border\":true,\"data-framer-name\":\"Faq\",layoutDependency:layoutDependency,layoutId:\"pATMwqoVl\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, rgb(243, 247, 250))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12m10xh\",\"data-framer-name\":\"Faq Head\",layoutDependency:layoutDependency,layoutId:\"dnvGRcZHz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7yyeg\",\"data-framer-name\":\"Question Block\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R0sG3zu74\",onTap:onTap1h6ju6k,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vgpho0\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"oWCgOHTqZ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ctvdq3-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"yuhURE8Sh-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"help-circle\",id:\"yuhURE8Sh\",layoutId:\"yuhURE8Sh\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"170%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 21, 35))\"},children:\"What if we already use a corporate travel platform?\"})}),className:\"framer-yqgmzn\",\"data-framer-name\":\"Question\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EHfEddQ3T\",style:{\"--extracted-r6o4lv\":\"rgb(12, 21, 35)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7rl8s3-container\",layoutDependency:layoutDependency,layoutId:\"HGlDV2sB4-container\",style:{rotate:44},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"HGlDV2sB4\",layoutId:\"HGlDV2sB4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpexev\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"C2W71I8SQ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"That\u2019s no issue at all! We frequently collaborate with larger companies that have existing corporate travel platforms. In many cases, we manage travel for C-level executives, such as CEOs and other senior leaders, thanks to our exclusive partnerships with Hilton and other premium providers. These partnerships allow us to deliver a higher level of service and benefits that go beyond standard corporate platforms. Often, our clients are so pleased with our personalized approach that they trust us with their private travel arrangements as well.\"})}),className:\"framer-1ob0en5\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"J_HHsngmp\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i6n8fj\",\"data-framer-name\":\"Faq Body\",layoutDependency:layoutDependency,layoutId:\"hNqoQlAyE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\"})}),className:\"framer-1xk2ni\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Volutpat, tempor condimentum commodo tincidunt sit dictumst. Eu placerat to a arcu at sem vitae eros, purus nonprofit organizations for all,\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Znelb1ICQ\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Lorem ipsum dolor sit amet, to the  consectr adipiscing elit. Volutpat to the full  tempor to the condimentum vitae vel purus.\"})}),className:\"framer-1izf29d\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, to the consectr adipiscing elit. Volutpat to the full tempor to the condimentum vitae vel purus.\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Qr6gPLfu2\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6AJUR.framer-1p86wff, .framer-6AJUR .framer-1p86wff { display: block; }\",\".framer-6AJUR.framer-1ktulnc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 636px; }\",\".framer-6AJUR .framer-11l4eqf { 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: 25px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-6AJUR .framer-9e20gl, .framer-6AJUR .framer-1r6sgvh, .framer-6AJUR .framer-zqa9mu, .framer-6AJUR .framer-be82lw, .framer-6AJUR .framer-12m10xh { 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-6AJUR .framer-1j9eg1c, .framer-6AJUR .framer-hpeny3, .framer-6AJUR .framer-kmhyfj, .framer-6AJUR .framer-jbygec, .framer-6AJUR .framer-y7yyeg { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6AJUR .framer-1wno8i0, .framer-6AJUR .framer-1s4f1hj, .framer-6AJUR .framer-15zyz3f, .framer-6AJUR .framer-1szbp9k, .framer-6AJUR .framer-1vgpho0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 14px; justify-content: center; overflow: visible; padding: 13px 0px 0px 0px; position: relative; width: 14px; }\",\".framer-6AJUR .framer-1lsx1zz-container, .framer-6AJUR .framer-1d15yca-container, .framer-6AJUR .framer-9hl4s8-container, .framer-6AJUR .framer-w3mmoe-container, .framer-6AJUR .framer-1ctvdq3-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-6AJUR .framer-4zv22x, .framer-6AJUR .framer-1fbvr7x, .framer-6AJUR .framer-17atac6, .framer-6AJUR .framer-1ymf8xg, .framer-6AJUR .framer-yqgmzn { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6AJUR .framer-hgv21j-container, .framer-6AJUR .framer-60owfo-container, .framer-6AJUR .framer-bmxtbt-container, .framer-6AJUR .framer-iqqc32-container, .framer-6AJUR .framer-7rl8s3-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-6AJUR .framer-640yzp, .framer-6AJUR .framer-1lpexev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 25px 0px 25px; position: relative; width: 100%; }\",\".framer-6AJUR .framer-10dg1r1, .framer-6AJUR .framer-1gx3i8h, .framer-6AJUR .framer-1cu5z8f, .framer-6AJUR .framer-10epwih, .framer-6AJUR .framer-1n2a9rd, .framer-6AJUR .framer-po0zna, .framer-6AJUR .framer-g7ac2n, .framer-6AJUR .framer-1ob0en5, .framer-6AJUR .framer-1xk2ni, .framer-6AJUR .framer-1izf29d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6AJUR .framer-1qhslv4, .framer-6AJUR .framer-1gtkume, .framer-6AJUR .framer-12xtrsi, .framer-6AJUR .framer-1wxjvr0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 25px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-6AJUR .framer-1ju8kuh, .framer-6AJUR .framer-15r75u7, .framer-6AJUR .framer-1b4cavf, .framer-6AJUR .framer-1i6n8fj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: center; overflow: hidden; padding: 0px 25px 0px 25px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6AJUR.framer-1ktulnc, .framer-6AJUR .framer-11l4eqf, .framer-6AJUR .framer-1j9eg1c, .framer-6AJUR .framer-1wno8i0, .framer-6AJUR .framer-640yzp, .framer-6AJUR .framer-1qhslv4, .framer-6AJUR .framer-hpeny3, .framer-6AJUR .framer-1s4f1hj, .framer-6AJUR .framer-1ju8kuh, .framer-6AJUR .framer-1gtkume, .framer-6AJUR .framer-kmhyfj, .framer-6AJUR .framer-15zyz3f, .framer-6AJUR .framer-15r75u7, .framer-6AJUR .framer-12xtrsi, .framer-6AJUR .framer-jbygec, .framer-6AJUR .framer-1szbp9k, .framer-6AJUR .framer-1b4cavf, .framer-6AJUR .framer-1wxjvr0, .framer-6AJUR .framer-y7yyeg, .framer-6AJUR .framer-1vgpho0, .framer-6AJUR .framer-1lpexev, .framer-6AJUR .framer-1i6n8fj { gap: 0px; } .framer-6AJUR.framer-1ktulnc > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-6AJUR.framer-1ktulnc > :first-child, .framer-6AJUR .framer-11l4eqf > :first-child, .framer-6AJUR .framer-640yzp > :first-child, .framer-6AJUR .framer-1qhslv4 > :first-child, .framer-6AJUR .framer-1ju8kuh > :first-child, .framer-6AJUR .framer-1gtkume > :first-child, .framer-6AJUR .framer-15r75u7 > :first-child, .framer-6AJUR .framer-12xtrsi > :first-child, .framer-6AJUR .framer-1b4cavf > :first-child, .framer-6AJUR .framer-1wxjvr0 > :first-child, .framer-6AJUR .framer-1lpexev > :first-child, .framer-6AJUR .framer-1i6n8fj > :first-child { margin-top: 0px; } .framer-6AJUR.framer-1ktulnc > :last-child, .framer-6AJUR .framer-11l4eqf > :last-child, .framer-6AJUR .framer-640yzp > :last-child, .framer-6AJUR .framer-1qhslv4 > :last-child, .framer-6AJUR .framer-1ju8kuh > :last-child, .framer-6AJUR .framer-1gtkume > :last-child, .framer-6AJUR .framer-15r75u7 > :last-child, .framer-6AJUR .framer-12xtrsi > :last-child, .framer-6AJUR .framer-1b4cavf > :last-child, .framer-6AJUR .framer-1wxjvr0 > :last-child, .framer-6AJUR .framer-1lpexev > :last-child, .framer-6AJUR .framer-1i6n8fj > :last-child { margin-bottom: 0px; } .framer-6AJUR .framer-11l4eqf > *, .framer-6AJUR .framer-640yzp > *, .framer-6AJUR .framer-1ju8kuh > *, .framer-6AJUR .framer-15r75u7 > *, .framer-6AJUR .framer-1b4cavf > *, .framer-6AJUR .framer-1lpexev > *, .framer-6AJUR .framer-1i6n8fj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6AJUR .framer-1j9eg1c > *, .framer-6AJUR .framer-1wno8i0 > *, .framer-6AJUR .framer-hpeny3 > *, .framer-6AJUR .framer-1s4f1hj > *, .framer-6AJUR .framer-kmhyfj > *, .framer-6AJUR .framer-15zyz3f > *, .framer-6AJUR .framer-jbygec > *, .framer-6AJUR .framer-1szbp9k > *, .framer-6AJUR .framer-y7yyeg > *, .framer-6AJUR .framer-1vgpho0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6AJUR .framer-1j9eg1c > :first-child, .framer-6AJUR .framer-1wno8i0 > :first-child, .framer-6AJUR .framer-hpeny3 > :first-child, .framer-6AJUR .framer-1s4f1hj > :first-child, .framer-6AJUR .framer-kmhyfj > :first-child, .framer-6AJUR .framer-15zyz3f > :first-child, .framer-6AJUR .framer-jbygec > :first-child, .framer-6AJUR .framer-1szbp9k > :first-child, .framer-6AJUR .framer-y7yyeg > :first-child, .framer-6AJUR .framer-1vgpho0 > :first-child { margin-left: 0px; } .framer-6AJUR .framer-1j9eg1c > :last-child, .framer-6AJUR .framer-1wno8i0 > :last-child, .framer-6AJUR .framer-hpeny3 > :last-child, .framer-6AJUR .framer-1s4f1hj > :last-child, .framer-6AJUR .framer-kmhyfj > :last-child, .framer-6AJUR .framer-15zyz3f > :last-child, .framer-6AJUR .framer-jbygec > :last-child, .framer-6AJUR .framer-1szbp9k > :last-child, .framer-6AJUR .framer-y7yyeg > :last-child, .framer-6AJUR .framer-1vgpho0 > :last-child { margin-right: 0px; } .framer-6AJUR .framer-1qhslv4 > *, .framer-6AJUR .framer-1gtkume > *, .framer-6AJUR .framer-12xtrsi > *, .framer-6AJUR .framer-1wxjvr0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-6AJUR.framer-v-k22mqw .framer-11l4eqf, .framer-6AJUR.framer-v-16hzfiz .framer-11l4eqf, .framer-6AJUR.framer-v-16xsoj9 .framer-11l4eqf, .framer-6AJUR.framer-v-d494rb .framer-11l4eqf { gap: 0px; }\",\".framer-6AJUR.framer-v-k22mqw .framer-640yzp, .framer-6AJUR.framer-v-16hzfiz .framer-640yzp, .framer-6AJUR.framer-v-16xsoj9 .framer-640yzp, .framer-6AJUR.framer-v-d494rb .framer-640yzp { height: 0px; }\",\".framer-6AJUR.framer-v-k22mqw .framer-1qhslv4, .framer-6AJUR.framer-v-16hzfiz .framer-1gtkume, .framer-6AJUR.framer-v-16xsoj9 .framer-12xtrsi, .framer-6AJUR.framer-v-d494rb .framer-12xtrsi, .framer-6AJUR.framer-v-d494rb .framer-1wxjvr0 { gap: 10px; }\",\".framer-6AJUR.framer-v-k22mqw .framer-1ju8kuh, .framer-6AJUR.framer-v-16hzfiz .framer-15r75u7, .framer-6AJUR.framer-v-16xsoj9 .framer-1b4cavf { height: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6AJUR.framer-v-k22mqw .framer-11l4eqf, .framer-6AJUR.framer-v-k22mqw .framer-1qhslv4 { gap: 0px; } .framer-6AJUR.framer-v-k22mqw .framer-11l4eqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6AJUR.framer-v-k22mqw .framer-11l4eqf > :first-child, .framer-6AJUR.framer-v-k22mqw .framer-1qhslv4 > :first-child { margin-top: 0px; } .framer-6AJUR.framer-v-k22mqw .framer-11l4eqf > :last-child, .framer-6AJUR.framer-v-k22mqw .framer-1qhslv4 > :last-child { margin-bottom: 0px; } .framer-6AJUR.framer-v-k22mqw .framer-1qhslv4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6AJUR.framer-v-16hzfiz .framer-11l4eqf, .framer-6AJUR.framer-v-16hzfiz .framer-1gtkume { gap: 0px; } .framer-6AJUR.framer-v-16hzfiz .framer-11l4eqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6AJUR.framer-v-16hzfiz .framer-11l4eqf > :first-child, .framer-6AJUR.framer-v-16hzfiz .framer-1gtkume > :first-child { margin-top: 0px; } .framer-6AJUR.framer-v-16hzfiz .framer-11l4eqf > :last-child, .framer-6AJUR.framer-v-16hzfiz .framer-1gtkume > :last-child { margin-bottom: 0px; } .framer-6AJUR.framer-v-16hzfiz .framer-1gtkume > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6AJUR.framer-v-16xsoj9 .framer-11l4eqf, .framer-6AJUR.framer-v-16xsoj9 .framer-12xtrsi { gap: 0px; } .framer-6AJUR.framer-v-16xsoj9 .framer-11l4eqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6AJUR.framer-v-16xsoj9 .framer-11l4eqf > :first-child, .framer-6AJUR.framer-v-16xsoj9 .framer-12xtrsi > :first-child { margin-top: 0px; } .framer-6AJUR.framer-v-16xsoj9 .framer-11l4eqf > :last-child, .framer-6AJUR.framer-v-16xsoj9 .framer-12xtrsi > :last-child { margin-bottom: 0px; } .framer-6AJUR.framer-v-16xsoj9 .framer-12xtrsi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6AJUR.framer-v-d494rb .framer-11l4eqf, .framer-6AJUR.framer-v-d494rb .framer-12xtrsi, .framer-6AJUR.framer-v-d494rb .framer-1wxjvr0 { gap: 0px; } .framer-6AJUR.framer-v-d494rb .framer-11l4eqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6AJUR.framer-v-d494rb .framer-11l4eqf > :first-child, .framer-6AJUR.framer-v-d494rb .framer-12xtrsi > :first-child, .framer-6AJUR.framer-v-d494rb .framer-1wxjvr0 > :first-child { margin-top: 0px; } .framer-6AJUR.framer-v-d494rb .framer-11l4eqf > :last-child, .framer-6AJUR.framer-v-d494rb .framer-12xtrsi > :last-child, .framer-6AJUR.framer-v-d494rb .framer-1wxjvr0 > :last-child { margin-bottom: 0px; } .framer-6AJUR.framer-v-d494rb .framer-12xtrsi > *, .framer-6AJUR.framer-v-d494rb .framer-1wxjvr0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",'.framer-6AJUR[data-border=\"true\"]::after, .framer-6AJUR [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 545\n * @framerIntrinsicWidth 636\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wMG4Lv201\":{\"layout\":[\"fixed\",\"auto\"]},\"g7yFk7T3U\":{\"layout\":[\"fixed\",\"auto\"]},\"PdLZR_3GS\":{\"layout\":[\"fixed\",\"auto\"]},\"zc9CxnrQN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHSzvd34UL=withCSS(Component,css,\"framer-6AJUR\");export default FramerHSzvd34UL;FramerHSzvd34UL.displayName=\"FAQ\";FramerHSzvd34UL.defaultProps={height:545,width:636};addPropertyControls(FramerHSzvd34UL,{variant:{options:[\"S52upl8se\",\"wMG4Lv201\",\"g7yFk7T3U\",\"PdLZR_3GS\",\"zc9CxnrQN\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHSzvd34UL,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHSzvd34UL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"545\",\"framerIntrinsicWidth\":\"636\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wMG4Lv201\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g7yFk7T3U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PdLZR_3GS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zc9CxnrQN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HSzvd34UL.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-SemiBold\"]);export const fonts=[];export const css=['.framer-zzw5o .framer-styles-preset-1ivuopm:not(.rich-text-wrapper), .framer-zzw5o .framer-styles-preset-1ivuopm.rich-text-wrapper p { --framer-font-family: \"Inter-SemiBold\", \"Inter\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: -0.3px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, #3b4147); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-zzw5o\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/5HLY7GtHg6Fhw4nJJQkg/pYB47zbwS1MvJyaqqlWp/EZb0a0T9h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rJXEbpDfTTySaI84cQkP/O9GeKMG6CcFcmP2amY4o/IX0wyLhQC.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/k07Qap5zg2x0bKuYZops/QFYmzZKMNomrcBlCXw5a/nPwdVqnve.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/e57sDhccj1KdxqpJOGIY/VSdvb6idg036af7jI8ih/WkfHcav9C.js\";const cycleOrder=[\"qlDYesXXM\",\"UzL1VpO2N\",\"d3XjiWOqG\",\"PyX7GMh2D\",\"wtYu6PXOI\",\"XRHiCrFx3\"];const serializationHash=\"framer-nGs9M\";const variantClassNames={d3XjiWOqG:\"framer-v-5vpmmt\",PyX7GMh2D:\"framer-v-1r46wyf\",qlDYesXXM:\"framer-v-i7nwf2\",UzL1VpO2N:\"framer-v-wm4htw\",wtYu6PXOI:\"framer-v-5z9kzw\",XRHiCrFx3:\"framer-v-18vlbd6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Feature - Primary - 18 - Center\":\"wtYu6PXOI\",\"Feature - Primary - 18\":\"PyX7GMh2D\",\"Feature - Primary - Center\":\"UzL1VpO2N\",\"Feature - Primary\":\"qlDYesXXM\",\"Feature - Secondary  - Small\":\"XRHiCrFx3\",\"Feature - Secondary\":\"d3XjiWOqG\"};const getProps=({height,id,image,paragraph,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,FdjxzEO46:(_ref=image!==null&&image!==void 0?image:props.FdjxzEO46)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/J8u76DK5JVaSjJkLcsebRMyA.png\"},lrvdaqUbf:(_ref1=paragraph!==null&&paragraph!==void 0?paragraph:props.lrvdaqUbf)!==null&&_ref1!==void 0?_ref1:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"qlDYesXXM\",Xsxi0csWQ:(_ref3=title!==null&&title!==void 0?title:props.Xsxi0csWQ)!==null&&_ref3!==void 0?_ref3:\"Manage Spending\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,FdjxzEO46,Xsxi0csWQ,lrvdaqUbf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qlDYesXXM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-i7nwf2\",className,classNames),\"data-framer-name\":\"Feature - Primary\",layoutDependency:layoutDependency,layoutId:\"qlDYesXXM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({d3XjiWOqG:{\"data-framer-name\":\"Feature - Secondary\"},PyX7GMh2D:{\"data-framer-name\":\"Feature - Primary - 18\"},UzL1VpO2N:{\"data-framer-name\":\"Feature - Primary - Center\"},wtYu6PXOI:{\"data-framer-name\":\"Feature - Primary - 18 - Center\"},XRHiCrFx3:{\"data-framer-name\":\"Feature - Secondary  - Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||189)-0-240.2)/2+0+0)),sizes:\"51px\",...toResponsiveImage(FdjxzEO46)},className:\"framer-3h0la2\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"jV5aJhYQQ\",...addPropertyOverrides({d3XjiWOqG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:\"40px\",...toResponsiveImage(FdjxzEO46)}},PyX7GMh2D:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||248.5)-0-279.2)/2+0+0)),sizes:\"60px\",...toResponsiveImage(FdjxzEO46),...{positionX:\"center\",positionY:\"center\"}}},wtYu6PXOI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||234.5)-0-265.2)/2+0+0)),sizes:\"51px\",...toResponsiveImage(FdjxzEO46),...{positionX:\"center\",positionY:\"center\"}}},XRHiCrFx3:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),sizes:\"40px\",...toResponsiveImage(FdjxzEO46),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e5vg3p\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"gA8IPnWy5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1eb6xhj\",\"data-styles-preset\":\"IX0wyLhQC\",children:\"Manage Spending\"})}),className:\"framer-1nrm1ot\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uTtquFEzC\",text:Xsxi0csWQ,variants:{XRHiCrFx3:{\"--extracted-r6o4lv\":\"var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UzL1VpO2N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1eb6xhj\",\"data-styles-preset\":\"IX0wyLhQC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Manage Spending\"})})},wtYu6PXOI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1eb6xhj\",\"data-styles-preset\":\"IX0wyLhQC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Manage Spending\"})})},XRHiCrFx3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ivuopm\",\"data-styles-preset\":\"EZb0a0T9h\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-875f055a-13f2-49b4-8020-6c2b0d9a0d0e, rgb(12, 21, 35)))\"},children:\"Manage Spending\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ctvnnl\",\"data-styles-preset\":\"nPwdVqnve\",children:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\"})}),className:\"framer-1u0ezzv\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NPGPgoqxK\",text:lrvdaqUbf,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d3XjiWOqG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\"})})},PyX7GMh2D:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\"})})},UzL1VpO2N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ctvnnl\",\"data-styles-preset\":\"nPwdVqnve\",style:{\"--framer-text-alignment\":\"center\"},children:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\"})})},wtYu6PXOI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nGs9M.framer-1dl8ybw, .framer-nGs9M .framer-1dl8ybw { display: block; }\",\".framer-nGs9M.framer-i7nwf2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 349px; }\",\".framer-nGs9M .framer-3h0la2 { flex: none; height: 46px; overflow: visible; position: relative; width: 51px; }\",\".framer-nGs9M .framer-e5vg3p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nGs9M .framer-1nrm1ot, .framer-nGs9M .framer-1u0ezzv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nGs9M.framer-i7nwf2, .framer-nGs9M .framer-e5vg3p { gap: 0px; } .framer-nGs9M.framer-i7nwf2 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-nGs9M.framer-i7nwf2 > :first-child, .framer-nGs9M .framer-e5vg3p > :first-child { margin-top: 0px; } .framer-nGs9M.framer-i7nwf2 > :last-child, .framer-nGs9M .framer-e5vg3p > :last-child { margin-bottom: 0px; } .framer-nGs9M .framer-e5vg3p > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-nGs9M.framer-v-wm4htw.framer-i7nwf2, .framer-nGs9M.framer-v-5z9kzw.framer-i7nwf2, .framer-nGs9M.framer-v-5z9kzw .framer-e5vg3p { align-content: center; align-items: center; }\",\".framer-nGs9M.framer-v-5vpmmt.framer-i7nwf2, .framer-nGs9M.framer-v-18vlbd6.framer-i7nwf2 { flex-direction: row; gap: 16px; justify-content: flex-start; width: 400px; }\",\".framer-nGs9M.framer-v-5vpmmt .framer-3h0la2, .framer-nGs9M.framer-v-18vlbd6 .framer-3h0la2 { height: 40px; width: 40px; }\",\".framer-nGs9M.framer-v-5vpmmt .framer-e5vg3p, .framer-nGs9M.framer-v-18vlbd6 .framer-e5vg3p { flex: 1 0 0px; width: 1px; }\",\".framer-nGs9M.framer-v-5vpmmt .framer-1nrm1ot, .framer-nGs9M.framer-v-18vlbd6 .framer-1nrm1ot { white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nGs9M.framer-v-5vpmmt.framer-i7nwf2 { gap: 0px; } .framer-nGs9M.framer-v-5vpmmt.framer-i7nwf2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nGs9M.framer-v-5vpmmt.framer-i7nwf2 > :first-child { margin-left: 0px; } .framer-nGs9M.framer-v-5vpmmt.framer-i7nwf2 > :last-child { margin-right: 0px; } }\",\".framer-nGs9M.framer-v-1r46wyf .framer-3h0la2 { height: 60px; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nGs9M.framer-v-18vlbd6.framer-i7nwf2 { gap: 0px; } .framer-nGs9M.framer-v-18vlbd6.framer-i7nwf2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nGs9M.framer-v-18vlbd6.framer-i7nwf2 > :first-child { margin-left: 0px; } .framer-nGs9M.framer-v-18vlbd6.framer-i7nwf2 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 189\n * @framerIntrinsicWidth 349\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UzL1VpO2N\":{\"layout\":[\"fixed\",\"auto\"]},\"d3XjiWOqG\":{\"layout\":[\"fixed\",\"auto\"]},\"PyX7GMh2D\":{\"layout\":[\"fixed\",\"auto\"]},\"wtYu6PXOI\":{\"layout\":[\"fixed\",\"auto\"]},\"XRHiCrFx3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"FdjxzEO46\":\"image\",\"Xsxi0csWQ\":\"title\",\"lrvdaqUbf\":\"paragraph\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlyGm6BTHS=withCSS(Component,css,\"framer-nGs9M\");export default FramerlyGm6BTHS;FramerlyGm6BTHS.displayName=\"Feature Widget\";FramerlyGm6BTHS.defaultProps={height:189,width:349};addPropertyControls(FramerlyGm6BTHS,{variant:{options:[\"qlDYesXXM\",\"UzL1VpO2N\",\"d3XjiWOqG\",\"PyX7GMh2D\",\"wtYu6PXOI\",\"XRHiCrFx3\"],optionTitles:[\"Feature - Primary\",\"Feature - Primary - Center\",\"Feature - Secondary\",\"Feature - Primary - 18\",\"Feature - Primary - 18 - Center\",\"Feature - Secondary  - Small\"],title:\"Variant\",type:ControlType.Enum},FdjxzEO46:{__defaultAssetReference:\"data:framer/asset-reference,J8u76DK5JVaSjJkLcsebRMyA.png?originalFilename=icon.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Xsxi0csWQ:{defaultValue:\"Manage Spending\",displayTextArea:false,title:\"Title\",type:ControlType.String},lrvdaqUbf:{defaultValue:\"Use and re-use tons of responsive sections too a main create the perfect layout. Sections are firmly of organised into layers.\",displayTextArea:false,title:\"Paragraph\",type:ControlType.String}});addFonts(FramerlyGm6BTHS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlyGm6BTHS\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"189\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UzL1VpO2N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d3XjiWOqG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PyX7GMh2D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wtYu6PXOI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XRHiCrFx3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"349\",\"framerVariables\":\"{\\\"FdjxzEO46\\\":\\\"image\\\",\\\"Xsxi0csWQ\\\":\\\"title\\\",\\\"lrvdaqUbf\\\":\\\"paragraph\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lyGm6BTHS.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/k07Qap5zg2x0bKuYZops/QFYmzZKMNomrcBlCXw5a/nPwdVqnve.js\";const HeroFonts=getFonts(Hero);const serializationHash=\"framer-3e3MG\";const variantClassNames={XqsaX16uK:\"framer-v-obgbkv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({color,height,id,text,width,...props})=>{var _ref,_ref1;return{...props,NBXoWf6HL:(_ref=text!==null&&text!==void 0?text:props.NBXoWf6HL)!==null&&_ref!==void 0?_ref:\"Link your bank or financial account\",UvIcHxFZF:(_ref1=color!==null&&color!==void 0?color:props.UvIcHxFZF)!==null&&_ref1!==void 0?_ref1:\"var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NBXoWf6HL,UvIcHxFZF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XqsaX16uK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-obgbkv\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XqsaX16uK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9rnav-container\",layoutDependency:layoutDependency,layoutId:\"Vd0iFmhWZ-container\",children:/*#__PURE__*/_jsx(Hero,{color:UvIcHxFZF,height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",id:\"Vd0iFmhWZ\",layoutId:\"Vd0iFmhWZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ctvnnl\",\"data-styles-preset\":\"nPwdVqnve\",children:\"Link your bank or financial account\"})}),className:\"framer-lpozhj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ixHYPNzxH\",text:NBXoWf6HL,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3e3MG.framer-o2k5ng, .framer-3e3MG .framer-o2k5ng { display: block; }\",\".framer-3e3MG.framer-obgbkv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 431px; }\",\".framer-3e3MG .framer-f9rnav-container { flex: none; height: 34px; position: relative; width: 34px; }\",\".framer-3e3MG .framer-lpozhj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3e3MG.framer-obgbkv { gap: 0px; } .framer-3e3MG.framer-obgbkv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3e3MG.framer-obgbkv > :first-child { margin-left: 0px; } .framer-3e3MG.framer-obgbkv > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 431\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"NBXoWf6HL\":\"text\",\"UvIcHxFZF\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framero1SjOQmKU=withCSS(Component,css,\"framer-3e3MG\");export default Framero1SjOQmKU;Framero1SjOQmKU.displayName=\"List Item / Check\";Framero1SjOQmKU.defaultProps={height:34,width:431};addPropertyControls(Framero1SjOQmKU,{NBXoWf6HL:{defaultValue:\"Link your bank or financial account\",displayTextArea:false,title:\"Text\",type:ControlType.String},UvIcHxFZF:{defaultValue:'var(--token-580137c5-4f0f-4922-bf6d-ba473023f763, rgb(76, 60, 255)) /* {\"name\":\"Primary\"} */',title:\"Color\",type:ControlType.Color}});addFonts(Framero1SjOQmKU,[{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\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero1SjOQmKU\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"NBXoWf6HL\\\":\\\"text\\\",\\\"UvIcHxFZF\\\":\\\"color\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"431\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o1SjOQmKU.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-Medium\"]);export const fonts=[];export const css=['.framer-vABLz .framer-styles-preset-wv40a4:not(.rich-text-wrapper), .framer-vABLz .framer-styles-preset-wv40a4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -0.3px; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fe24a84b-b018-47cf-9fb6-8baff8a48c86, #3b4147); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-vABLz\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-Medium\"]);export const fonts=[];export const css=['.framer-AdnFy .framer-styles-preset-28zb33:not(.rich-text-wrapper), .framer-AdnFy .framer-styles-preset-28zb33.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -0.0166667em; --framer-line-height: 170%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #0c1523; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-AdnFy\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,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 Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js\";import FAQ from\"#framer/local/canvasComponent/HSzvd34UL/HSzvd34UL.js\";import FeatureWidget from\"#framer/local/canvasComponent/lyGm6BTHS/lyGm6BTHS.js\";import Button from\"#framer/local/canvasComponent/ntmRvVUpF/ntmRvVUpF.js\";import ListItemCheck from\"#framer/local/canvasComponent/o1SjOQmKU/o1SjOQmKU.js\";import FooterV4Combo from\"#framer/local/canvasComponent/ORCGP_jAl/ORCGP_jAl.js\";import GradientHeading from\"#framer/local/canvasComponent/pAhJXTUUw/pAhJXTUUw.js\";import Button3 from\"#framer/local/canvasComponent/RG8p6a_9y/RG8p6a_9y.js\";import PricingCard from\"#framer/local/canvasComponent/ShhU9A5Gl/ShhU9A5Gl.js\";import Navigation from\"#framer/local/canvasComponent/XfZ7e0oN2/XfZ7e0oN2.js\";import*as sharedStyle from\"#framer/local/css/DznnFglBW/DznnFglBW.js\";import*as sharedStyle4 from\"#framer/local/css/GiwrK6nH0/GiwrK6nH0.js\";import*as sharedStyle1 from\"#framer/local/css/IX0wyLhQC/IX0wyLhQC.js\";import*as sharedStyle2 from\"#framer/local/css/StNkKYOMy/StNkKYOMy.js\";import*as sharedStyle3 from\"#framer/local/css/WkfHcav9C/WkfHcav9C.js\";import*as sharedStyle5 from\"#framer/local/css/yCMevNEsV/yCMevNEsV.js\";import metadataProvider from\"#framer/local/webPageMetadata/F_9tOtSMP/F_9tOtSMP.js\";const NavigationFonts=getFonts(Navigation);const GradientHeadingFonts=getFonts(GradientHeading);const Button3Fonts=getFonts(Button3);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const ListItemCheckFonts=getFonts(ListItemCheck);const ButtonFonts=getFonts(Button);const FeatureWidgetFonts=getFonts(FeatureWidget);const MaterialFonts=getFonts(Material);const VideoFonts=getFonts(Video);const FeatherFonts=getFonts(Feather);const FAQFonts=getFonts(FAQ);const ContainerWithFX=withFX(Container);const PricingCardFonts=getFonts(PricingCard);const FooterV4ComboFonts=getFonts(FooterV4Combo);const breakpoints={a_q42qjzl:\"(min-width: 768px) and (max-width: 991px)\",knFFfwGED:\"(min-width: 1440px)\",m7Haix37Y:\"(max-width: 767px)\",Yx4_vBu5G:\"(min-width: 992px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pSydC\";const variantClassNames={a_q42qjzl:\"framer-v-1oh740w\",knFFfwGED:\"framer-v-1ny34a1\",m7Haix37Y:\"framer-v-jjlgqi\",Yx4_vBu5G:\"framer-v-z4zf4i\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-40,y:0};const transition1={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:-40,y:0};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:40,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:40,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:50};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:60};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const transition2={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={damping:60,delay:.2,mass:1.2,stiffness:200,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,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 animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:60};const transition6={damping:60,delay:.3,mass:1.2,stiffness:300,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:60};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"knFFfwGED\",Desktop:\"Yx4_vBu5G\",Phone:\"m7Haix37Y\",Tablet:\"a_q42qjzl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"knFFfwGED\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{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 isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"m7Haix37Y\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"m7Haix37Y\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"Yx4_vBu5G\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"Yx4_vBu5G\",\"m7Haix37Y\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"knFFfwGED\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ny34a1\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-adcu0g\",\"data-framer-name\":\"Header Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px)`,y:(componentViewport?.y||0)+0+10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sz87ml-container\",nodeId:\"BmO8Fv1m3\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"GrXX1VtP9\"},m7Haix37Y:{variant:\"fJTFj2y2a\"},Yx4_vBu5G:{variant:\"X_QlAWrLd\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"BmO8Fv1m3\",layoutId:\"BmO8Fv1m3\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"XfSZNvbBB\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13e5imt\",\"data-framer-name\":\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sojmb3\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46cbvx\",\"data-framer-name\":\"Hero Stack\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fo4yn1\",\"data-framer-name\":\"Hero Content Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h6d0j6\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 502px), 718px)`,y:(componentViewport?.y||0)+0+0+120+0+0+0+0+370+0+0+0+0},m7Haix37Y:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 524px) - 60px, 330px), 718px)`,y:(componentViewport?.y||0)+0+0+100+0+0+0+0+666+0+0+0+0},Yx4_vBu5G:{width:`min((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5708, 718px)`,y:(componentViewport?.y||0)+0+0+140+0+0+0+58.5+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`min(max((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.6151 - 10px, 1px), 718px)`,y:(componentViewport?.y||0)+0+0+162+0+0+0+58.5+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xxpota-container\",nodeId:\"gVt7bp9wR\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"sLR0neTqf\"},m7Haix37Y:{variant:\"sLR0neTqf\"}},children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Your corporate travel assistant.\",height:\"100%\",id:\"gVt7bp9wR\",layoutId:\"gVt7bp9wR\",style:{width:\"100%\"},variant:\"R7PHk5T1X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wv40a4\",\"data-styles-preset\":\"DznnFglBW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hyper personalised, hyper dedicated, hyper efficient.\"})})},m7Haix37Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wv40a4\",\"data-styles-preset\":\"DznnFglBW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hyper personalised, hyper dedicated, hyper efficient.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wv40a4\",\"data-styles-preset\":\"DznnFglBW\",children:\"Hyper personalised, hyper dedicated, hyper efficient.\"})}),className:\"framer-1me4h6d\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u0z36w\",\"data-framer-name\":\"Form\",children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/1844d405-2e07-4853-a4da-ff84b175e34e/submit\",className:\"framer-1hu08rw\",nodeId:\"sWSfdU4xc\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-6s6kc7\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-zkkr4w\",inputName:\"Email\",placeholder:\"Enter your email\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+0+120+0+0+0+0+370+0+454+0+0+0+85},m7Haix37Y:{y:(componentViewport?.y||0)+0+0+100+0+0+0+0+666+0+454+0+0+0+85},Yx4_vBu5G:{y:(componentViewport?.y||0)+0+0+140+0+0+0+58.5+0+454+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:\"214px\",y:(componentViewport?.y||0)+0+0+162+0+0+0+58.5+0+454+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nv3xg3-container\",nodeId:\"aJAmWzUeh\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(Button3,{height:\"100%\",id:\"aJAmWzUeh\",layoutId:\"aJAmWzUeh\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"jks9MQ0kk\",success:\"Ivb7d9YmE\"},\"P05JyAf73\"),width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0),pixelHeight:3254,pixelWidth:2370,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 502px) * 0.6275)`,src:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png\",srcSet:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=1024 745w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=2048 1491w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png 2370w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+0+0+0),pixelHeight:3254,pixelWidth:2370,positionX:\"center\",positionY:\"center\",sizes:`min(min(${componentViewport?.width||\"100vw\"}, 524px) - 60px, 330px)`,src:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png\",srcSet:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=1024 745w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=2048 1491w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png 2370w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+140+0+0+0+0),pixelHeight:3254,pixelWidth:2370,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.3849)`,src:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png\",srcSet:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=1024 745w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=2048 1491w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png 2370w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+162+0+0+0+0),pixelHeight:3254,pixelWidth:2370,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.3849)`,src:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png\",srcSet:\"https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=1024 745w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png?scale-down-to=2048 1491w,https://framerusercontent.com/images/QyPOosW2ze2ilQBhdb0oTjk.png 2370w\"},className:\"framer-1qha06p\",\"data-framer-name\":\"Hero Content Image\",style:{transformPerspective:1200}})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jtzwsi\",\"data-framer-name\":\"Brand Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pggb5o\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2qjy94\",\"data-framer-name\":\"Brand Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1eb6xhj\",\"data-styles-preset\":\"IX0wyLhQC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by individuals, starters and larger organizations of all sizes\"})}),className:\"framer-wqo49w\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.trustpilot.com/review/tripassist.travel\",motionChild:true,nodeId:\"wczeLilXs\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-se49xq framer-3c99yu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lqnr1h\",\"data-framer-name\":\"Star\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wkkw3b\",\"data-framer-name\":\"Icon/Solid/star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-o3in74\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 7.707 0.832 C 8.028 -0.156 9.426 -0.156 9.748 0.832 L 10.895 4.363 C 11.039 4.805 11.45 5.104 11.915 5.104 L 15.628 5.104 C 16.667 5.104 17.099 6.434 16.259 7.045 L 13.255 9.227 C 12.879 9.501 12.721 9.985 12.865 10.427 L 14.012 13.958 C 14.334 14.946 13.202 15.768 12.362 15.157 L 9.358 12.975 C 8.982 12.702 8.473 12.702 8.097 12.975 L 5.093 15.157 C 4.252 15.768 3.121 14.946 3.442 13.958 L 4.59 10.427 C 4.733 9.985 4.576 9.501 4.2 9.227 L 1.196 7.045 C 0.355 6.434 0.787 5.104 1.827 5.104 L 5.539 5.104 C 6.004 5.104 6.416 4.805 6.56 4.363 Z\" fill=\"rgb(0, 182, 122)\"></path></svg>',svgContentId:10317973635,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c2gy79\",\"data-framer-name\":\"Icon/Solid/star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-63iefa\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 7.162 0.832 C 7.483 -0.156 8.881 -0.156 9.202 0.832 L 10.349 4.363 C 10.493 4.805 10.905 5.104 11.37 5.104 L 15.082 5.104 C 16.122 5.104 16.554 6.434 15.713 7.045 L 12.709 9.227 C 12.333 9.501 12.176 9.985 12.32 10.427 L 13.467 13.958 C 13.788 14.946 12.657 15.768 11.816 15.157 L 8.812 12.975 C 8.436 12.702 7.927 12.702 7.551 12.975 L 4.547 15.157 C 3.707 15.768 2.576 14.946 2.897 13.958 L 4.044 10.427 C 4.188 9.985 4.03 9.501 3.654 9.227 L 0.651 7.045 C -0.19 6.434 0.242 5.104 1.281 5.104 L 4.994 5.104 C 5.459 5.104 5.871 4.805 6.014 4.363 Z\" fill=\"rgb(0, 182, 122)\"></path></svg>',svgContentId:12599873375,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g8o43w\",\"data-framer-name\":\"Icon/Solid/star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-174vtzx\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 7.616 0.832 C 7.937 -0.156 9.335 -0.156 9.657 0.832 L 10.804 4.363 C 10.948 4.805 11.36 5.104 11.824 5.104 L 15.537 5.104 C 16.576 5.104 17.008 6.434 16.168 7.045 L 13.164 9.227 C 12.788 9.501 12.631 9.985 12.774 10.427 L 13.921 13.958 C 14.243 14.946 13.111 15.768 12.271 15.157 L 9.267 12.975 C 8.891 12.702 8.382 12.702 8.006 12.975 L 5.002 15.157 C 4.161 15.768 3.03 14.946 3.351 13.958 L 4.499 10.427 C 4.642 9.985 4.485 9.501 4.109 9.227 L 1.105 7.045 C 0.264 6.434 0.696 5.104 1.736 5.104 L 5.449 5.104 C 5.913 5.104 6.325 4.805 6.469 4.363 Z\" fill=\"rgb(0, 182, 122)\"></path></svg>',svgContentId:11573649322,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sjw6nz\",\"data-framer-name\":\"Icon/Solid/star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1v4l68v\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 7.071 0.832 C 7.392 -0.156 8.79 -0.156 9.111 0.832 L 10.259 4.363 C 10.402 4.805 10.814 5.104 11.279 5.104 L 14.992 5.104 C 16.031 5.104 16.463 6.434 15.622 7.045 L 12.618 9.227 C 12.242 9.501 12.085 9.985 12.229 10.427 L 13.376 13.958 C 13.697 14.946 12.566 15.768 11.725 15.157 L 8.722 12.975 C 8.346 12.702 7.836 12.702 7.46 12.975 L 4.457 15.157 C 3.616 15.768 2.485 14.946 2.806 13.958 L 3.953 10.427 C 4.097 9.985 3.94 9.501 3.564 9.227 L 0.56 7.045 C -0.281 6.434 0.151 5.104 1.19 5.104 L 4.903 5.104 C 5.368 5.104 5.78 4.805 5.923 4.363 Z\" fill=\"rgb(0, 182, 122)\"></path></svg>',svgContentId:11591337478,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nd43g0\",\"data-framer-name\":\"Icon/Solid/star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1orpjc8\",\"data-framer-name\":\"Icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 7.525 0.832 C 7.846 -0.156 9.245 -0.156 9.566 0.832 L 10.713 4.363 C 10.857 4.805 11.269 5.104 11.733 5.104 L 15.446 5.104 C 16.485 5.104 16.918 6.434 16.077 7.045 L 13.073 9.227 C 12.697 9.501 12.54 9.985 12.683 10.427 L 13.831 13.958 C 14.152 14.946 13.021 15.768 12.18 15.157 L 9.176 12.975 C 8.8 12.702 8.291 12.702 7.915 12.975 L 4.911 15.157 C 4.071 15.768 2.939 14.946 3.26 13.958 L 4.408 10.427 C 4.551 9.985 4.394 9.501 4.018 9.227 L 1.014 7.045 C 0.174 6.434 0.606 5.104 1.645 5.104 L 5.358 5.104 C 5.823 5.104 6.234 4.805 6.378 4.363 Z\" fill=\"rgb(0, 182, 122)\"></path></svg>',svgContentId:9286352941,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"160%\"},children:\"4.4/5\"})}),className:\"framer-1xq2pb1\",\"data-framer-name\":\"4.4/5\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true})]})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lm3ff3\",\"data-framer-name\":\"Content Section 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1989ksj\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2bmwpo\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:1118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1334.2+80+0+0+0+0+10.3),pixelHeight:2422,pixelWidth:2108,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 529px)`,src:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=1024 891w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048 1782w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png 2108w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:1118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1601.2+60+0+0+0+0+0),pixelHeight:2422,pixelWidth:2108,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,src:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=1024 891w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048 1782w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png 2108w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:1118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1035.2+200+0+0+0+0),pixelHeight:2422,pixelWidth:2108,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.582)`,src:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=1024 891w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048 1782w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png 2108w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:1118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1037.2+200+0+0+0+0),pixelHeight:2422,pixelWidth:2108,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.582)`,src:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=1024 891w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png?scale-down-to=2048 1782w,https://framerusercontent.com/images/KEPycB0l4QzDay5DjCF1CgI4iE.png 2108w\"},className:\"framer-5g00ys\",\"data-framer-name\":\"Content Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ehyzgb\",\"data-framer-name\":\"Content Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1299jht\",\"data-framer-name\":\"Title Block\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"Your company travels, our concern. \"})})}),className:\"framer-1dk2u4m hidden-jjlgqi\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{height:220,width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gb4rx1-container hidden-1ny34a1 hidden-z4zf4i hidden-1oh740w\",nodeId:\"w3raDuXwD\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Your company travels, our concern. \",height:\"100%\",id:\"w3raDuXwD\",layoutId:\"w3raDuXwD\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f4qp6v\",\"data-framer-name\":\"Contet List\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+1334.2+80+0+0+0+0+659.3+0+0+0+126.4+0+0},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+0+0+260+0+0},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.53)`,y:(componentViewport?.y||0)+0+1035.2+200+0+0+0+68.3+0+0+0+126.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.5341)`,y:(componentViewport?.y||0)+0+1037.2+200+0+0+0+68.3+0+0+0+126.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vp3e54-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"E04ehMIU5\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"E04ehMIU5\",layoutId:\"E04ehMIU5\",name:\"Contet List Item\",NBXoWf6HL:\"Overseeing the entire journey from start to finish  \",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+1334.2+80+0+0+0+0+659.3+0+0+0+126.4+0+50},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+0+0+260+0+58},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.53)`,y:(componentViewport?.y||0)+0+1035.2+200+0+0+0+68.3+0+0+0+126.4+0+50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.5341)`,y:(componentViewport?.y||0)+0+1037.2+200+0+0+0+68.3+0+0+0+126.4+0+50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aj36n6-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"dFmwpg62J\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"dFmwpg62J\",layoutId:\"dFmwpg62J\",name:\"Contet List Item\",NBXoWf6HL:\"Special hotel rates not found elsewhere  \",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+1334.2+80+0+0+0+0+659.3+0+0+0+126.4+0+100},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+0+0+260+0+116},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.53)`,y:(componentViewport?.y||0)+0+1035.2+200+0+0+0+68.3+0+0+0+126.4+0+100}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.5341)`,y:(componentViewport?.y||0)+0+1037.2+200+0+0+0+68.3+0+0+0+126.4+0+100,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b2ffzw-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"eMnF15Zdb\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"eMnF15Zdb\",layoutId:\"eMnF15Zdb\",name:\"Contet List Item\",NBXoWf6HL:\"Able to comply with your company travel policies  \",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+1334.2+80+0+0+0+0+659.3+0+0+0+126.4+0+150},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+0+0+260+0+174},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.53)`,y:(componentViewport?.y||0)+0+1035.2+200+0+0+0+68.3+0+0+0+126.4+0+150}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.5341)`,y:(componentViewport?.y||0)+0+1037.2+200+0+0+0+68.3+0+0+0+126.4+0+150,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a0463n-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"WnVuGPErl\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"WnVuGPErl\",layoutId:\"WnVuGPErl\",name:\"Contet List Item\",NBXoWf6HL:\"For businesses of any size, from individuals to large enterprises.\",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aSj0O_aL4\"},motionChild:true,nodeId:\"LOwFFH9E6\",openInNewTab:false,scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13tmqzz framer-3c99yu\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+1334.2+80+0+0+0+0+659.3+0+360.4+0},m7Haix37Y:{y:(componentViewport?.y||0)+0+1601.2+60+0+0+0+0+600+0+518+0},Yx4_vBu5G:{y:(componentViewport?.y||0)+0+1035.2+200+0+0+0+68.3+0+360.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,y:(componentViewport?.y||0)+0+1037.2+200+0+0+0+68.3+0+360.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gpd9cb-container\",nodeId:\"DyNEaBczZ\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"AdIFZAkyU\"},m7Haix37Y:{variant:\"AdIFZAkyU\"}},children:/*#__PURE__*/_jsx(Button,{GftbnuyEb:true,height:\"100%\",id:\"DyNEaBczZ\",layoutId:\"DyNEaBczZ\",r0xF8mMS2:\"Learn more about our story\",variant:\"N1jCPXY3A\",width:\"100%\"})})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7mcsrn\",\"data-framer-name\":\"Feature Section 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j192vi\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhx4a9\",\"data-framer-name\":\"Feature Row\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qdaxqs\",\"data-framer-name\":\"Column\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`max(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 111px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+2587.2+80+0+0+0+0+0},m7Haix37Y:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 370px), 1px)`,y:(componentViewport?.y||0)+0+2902.2+60+0+0+0+0+0},Yx4_vBu5G:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 90px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1905.2+100+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:189,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 163px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1907.2+108+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jrgmml-container\",\"data-framer-name\":\"Feature Widget\",name:\"Feature Widget\",nodeId:\"eRPLunTwY\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{variant:\"UzL1VpO2N\"}},children:/*#__PURE__*/_jsx(FeatureWidget,{height:\"100%\",id:\"eRPLunTwY\",layoutId:\"eRPLunTwY\",lrvdaqUbf:\"At TripAssist, we manage every detail of your journey, from the initial planning to the final destination. Whether it\u2019s securing seamless connections, handling unexpected changes, or tailoring your experience to perfection, we ensure a smooth and stress-free trip from start to finish.\",name:\"Feature Widget\",style:{width:\"100%\"},variant:\"qlDYesXXM\",width:\"100%\",Xsxi0csWQ:\"Overseeing the entire journey from start to finish\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13rcsmq\",\"data-framer-name\":\"Column\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`max(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 111px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+2587.2+80+0+0+0+0+0},m7Haix37Y:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 370px), 1px)`,y:(componentViewport?.y||0)+0+2902.2+60+0+0+0+219+0},Yx4_vBu5G:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 90px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1905.2+100+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:189,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 163px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1907.2+108+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-erq6vb-container\",\"data-framer-name\":\"Feature Widget\",name:\"Feature Widget\",nodeId:\"II_26jUsV\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{variant:\"UzL1VpO2N\"}},children:/*#__PURE__*/_jsx(FeatureWidget,{FdjxzEO46:addImageAlt({pixelHeight:138,pixelWidth:153,src:\"https://framerusercontent.com/images/utizyWu7ihU3RdOLpfcWeZaU4.png\"},\"\"),height:\"100%\",id:\"II_26jUsV\",layoutId:\"II_26jUsV\",lrvdaqUbf:\"TripAssist gives you access to exclusive hotel rates you won\u2019t find anywhere else. Enjoy premium accommodations at unbeatable prices, tailored to make your journey exceptional.\",name:\"Feature Widget\",style:{width:\"100%\"},variant:\"qlDYesXXM\",width:\"100%\",Xsxi0csWQ:\"Special hotel rates not found elsewhere\"})})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zq0uif\",\"data-framer-name\":\"Partners\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17gl2c1\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13x9t9a\",\"data-framer-name\":\"Brand Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1eb6xhj\",\"data-styles-preset\":\"IX0wyLhQC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Official Partners of:\"})}),className:\"framer-1tftuu2\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p7sp4z\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:59,intrinsicWidth:311,pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:59,intrinsicWidth:311,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+0),pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.4818)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:59,intrinsicWidth:311,pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:59,intrinsicWidth:311,pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:\"203.6585px\",src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"},className:\"framer-j8102h\",\"data-framer-name\":\"Brand Single\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:379,pixelHeight:405,pixelWidth:1635,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png 1635w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:379,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+75.2),pixelHeight:405,pixelWidth:1635,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.497)`,src:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png 1635w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:379,pixelHeight:405,pixelWidth:1635,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png 1635w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:379,pixelHeight:405,pixelWidth:1635,positionX:\"center\",positionY:\"center\",sizes:\"203.6585px\",src:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFKpRhWr1iekBmQ5A6yeMHYXx8.png 1635w\"},className:\"framer-1eudp9c\",\"data-framer-name\":\"Brand Single\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:804,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512 512w,https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png 1024w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+151.4),pixelHeight:804,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 1.875)`,src:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512 512w,https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png 1024w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:804,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512 512w,https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:804,pixelWidth:1024,positionX:\"center\",positionY:\"center\",sizes:\"203.6585px\",src:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png?scale-down-to=512 512w,https://framerusercontent.com/images/XamR2DCLnd6bYyuvxVbnMvYFn9w.png 1024w\"},className:\"framer-zst8as\",\"data-framer-name\":\"Brand Single\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:176,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1198)`,src:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png 1200w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+230.6),pixelHeight:176,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.4333)`,src:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png 1200w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:176,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1198)`,src:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:75,intrinsicWidth:282,pixelHeight:176,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"151px\",src:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DWbrFLZnCQoc7L57Rs8xsPoXzHQ.png 1200w\"},className:\"framer-1444qk6\",\"data-framer-name\":\"Brand Single\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:61,intrinsicWidth:339,pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512 512w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png 1280w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:61,intrinsicWidth:339,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+301.8),pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.603)`,src:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512 512w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png 1280w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:61,intrinsicWidth:339,pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1616)`,src:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512 512w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:61,intrinsicWidth:339,pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:\"203.6585px\",src:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=512 512w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F5X6H3tVbObJJvt8Oq9mbieE8Lc.png 1280w\"},className:\"framer-1b6s0rd\",\"data-framer-name\":\"Brand Single\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:324,pixelHeight:366,pixelWidth:1806,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1357)`,src:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png 1806w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:324,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3430.2+55+0+0+0+0+79.2+0+387),pixelHeight:366,pixelWidth:1806,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.4576)`,src:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png 1806w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:324,pixelHeight:366,pixelWidth:1806,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.1357)`,src:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png 1806w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:79,intrinsicWidth:324,pixelHeight:366,pixelWidth:1806,positionX:\"center\",positionY:\"center\",sizes:\"171px\",src:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4xkY5vvc82aMuY8ZQ6ycjTTogXQ.png 1806w\"},className:\"framer-142bmoe\",\"data-framer-name\":\"Brand Single\"})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jy1bzh\",\"data-framer-name\":\"Content Section Inner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18os74j\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i88ccy\",\"data-framer-name\":\"Section Heading\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"Whether it's 1 trip or 100, we\u2019re here for every journey.\"})})}),className:\"framer-h895w0 hidden-jjlgqi\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{height:220,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px)`,y:(componentViewport?.y||0)+0+4064.2+60+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xh2pil-container hidden-1ny34a1 hidden-z4zf4i hidden-1oh740w\",nodeId:\"sdIM2huA7\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Whether it's 1 trip or 100, we\u2019re here for every journey.\",height:\"100%\",id:\"sdIM2huA7\",layoutId:\"sdIM2huA7\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-100hmnv\",\"data-framer-name\":\"Feature Widget Stack\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17zwmd\",\"data-framer-name\":\"Feature Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`max(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 95px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+3273.4+80+0+146.4+0+0+0},m7Haix37Y:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 320px), 1px)`,y:(componentViewport?.y||0)+0+4064.2+60+0+260+0+0+0},Yx4_vBu5G:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2631.4+100+0+171.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:189,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2655.4+100+0+166.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-496mex-container\",nodeId:\"hNrPzDq5g\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{variant:\"wtYu6PXOI\"}},children:/*#__PURE__*/_jsx(FeatureWidget,{FdjxzEO46:addImageAlt({pixelHeight:70,pixelWidth:70,src:\"https://framerusercontent.com/images/3so2w2Tgq6dHfu5DVIYoYTZxEoE.svg\"},\"\"),height:\"100%\",id:\"hNrPzDq5g\",layoutId:\"hNrPzDq5g\",lrvdaqUbf:\"TripAssist saves money by streamlining trip planning, reducing time spent on logistics, and securing exclusive deals. Simplify travel and cut costs effortlessly.\",style:{width:\"100%\"},variant:\"PyX7GMh2D\",width:\"100%\",Xsxi0csWQ:\"Manage Spending\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-awte17\",\"data-framer-name\":\"Feature Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`max(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 95px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+3273.4+80+0+146.4+0+0+0},m7Haix37Y:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 320px), 1px)`,y:(componentViewport?.y||0)+0+4064.2+60+0+260+0+229+0},Yx4_vBu5G:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2631.4+100+0+171.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:189,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2655.4+100+0+166.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hmm7g1-container\",nodeId:\"e2MkVWy_Q\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{variant:\"wtYu6PXOI\"}},children:/*#__PURE__*/_jsx(FeatureWidget,{FdjxzEO46:addImageAlt({pixelHeight:70,pixelWidth:45,src:\"https://framerusercontent.com/images/aveND3IjMOPIwqG8awBL7ms68rs.svg\"},\"\"),height:\"100%\",id:\"e2MkVWy_Q\",layoutId:\"e2MkVWy_Q\",lrvdaqUbf:'We provide the ultimate \"one link to rule them all,\" simplifying travel proposals into a single, shareable link for you, your team, and even your family.',style:{width:\"100%\"},variant:\"PyX7GMh2D\",width:\"100%\",Xsxi0csWQ:\"One link to rule them all\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14oxikb\",\"data-framer-name\":\"Feature Single\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`max(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 95px) / 2, 200px), 1px)`,y:(componentViewport?.y||0)+0+3273.4+80+0+146.4+0+224+0},m7Haix37Y:{width:`max(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 320px), 1px)`,y:(componentViewport?.y||0)+0+4064.2+60+0+260+0+458+0},Yx4_vBu5G:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2631.4+100+0+171.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:189,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+2655.4+100+0+166.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dgkf31-container\",nodeId:\"Zv21Gdb1A\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{variant:\"wtYu6PXOI\"}},children:/*#__PURE__*/_jsx(FeatureWidget,{FdjxzEO46:addImageAlt({pixelHeight:70,pixelWidth:71,src:\"https://framerusercontent.com/images/AxWf6PfPzKGrlstlvI8nmVQYTI.svg\"},\"\"),height:\"100%\",id:\"Zv21Gdb1A\",layoutId:\"Zv21Gdb1A\",lrvdaqUbf:\"No matter the size, TripAssist adapts to your organization\u2019s needs. From small teams to global enterprises, our service ensures seamless coordination.\",style:{width:\"100%\"},variant:\"PyX7GMh2D\",width:\"100%\",Xsxi0csWQ:\"For every organization\"})})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e784zy\",\"data-framer-name\":\"Content Section 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w15qob\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k0pe0s\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m57v7x\",\"data-framer-name\":\"Content Text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m8iwfv\",\"data-framer-name\":\"Title Block\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"In a world of AI, we provide a human touch.\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"In a world of AI, we provide a human touch.\"})})}),className:\"framer-kj41ek hidden-jjlgqi\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{height:220,width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+5091.2+60+0+0+0+516.79+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ewb3-container hidden-1ny34a1 hidden-z4zf4i hidden-1oh740w\",nodeId:\"SHPygsnva\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"In a world of AI, we provide a human touch.\",height:\"100%\",id:\"SHPygsnva\",layoutId:\"SHPygsnva\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Every employee is able to reach us on any desired platform already used in your organization. From Microsoft Teams and Slack to WhatsApp and even SMS; we are a single message away from your business trips. \"})})},m7Haix37Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"left\"},children:\"Every employee is able to reach us on any desired platform already used in your organization. From Microsoft Teams and Slack to WhatsApp and even SMS; we are a single message away from your business trips. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"Every employee is able to reach us on any desired platform already used in your organization. From Microsoft Teams and Slack to WhatsApp and even SMS; we are a single message away from your business trips. \"})}),className:\"framer-1cak2dd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BXtSdnmg8\"},motionChild:true,nodeId:\"OQWyBa0NQ\",openInNewTab:false,scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-q7zkbq framer-3c99yu\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+3992.8+80+0+0+0+319+0+0+0+313.4+0},m7Haix37Y:{y:(componentViewport?.y||0)+0+5091.2+60+0+0+0+516.79+0+0+0+445+0},Yx4_vBu5G:{y:(componentViewport?.y||0)+0+3191.8+154+0+0+0+0+0+0+311.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,y:(componentViewport?.y||0)+0+3210.8+154+0+0+51.195+0+0+0+311.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bn9p1d-container\",nodeId:\"TdrXYcmm2\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"AdIFZAkyU\"},m7Haix37Y:{variant:\"AdIFZAkyU\"}},children:/*#__PURE__*/_jsx(Button,{GftbnuyEb:true,height:\"100%\",id:\"TdrXYcmm2\",layoutId:\"TdrXYcmm2\",r0xF8mMS2:\"Try Us Now\",variant:\"N1jCPXY3A\",width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3992.8+80+0+0+0+0),pixelHeight:1053,pixelWidth:7069,positionX:\"center\",positionY:\"center\",sizes:`min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px) * 0.6924, 529px)`,src:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png 7069w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5091.2+60+0+0+0+0),pixelHeight:1053,pixelWidth:7069,positionX:\"center\",positionY:\"center\",sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,src:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png 7069w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3191.8+154+0+0+23.2),pixelHeight:1053,pixelWidth:7069,positionX:\"center\",positionY:\"center\",sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.4335)`,src:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png 7069w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3210.8+154+0+0+0),pixelHeight:1053,pixelWidth:7069,positionX:\"center\",positionY:\"center\",sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px) * 0.4659)`,src:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=512 512w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/n8Xs5ijUsarvo7esceQy92THXwA.png 7069w\"},className:\"framer-1ykta86\",\"data-framer-name\":\"Content Image\",style:{transformPerspective:1200}})})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qq9zjl hidden-1ny34a1 hidden-1oh740w hidden-jjlgqi\",\"data-framer-name\":\"Meet the team\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-k3miqh\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kk9jlq\",\"data-framer-name\":\"Testimonial Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Yx4_vBu5G:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px)`,y:(componentViewport?.y||0)+0+3854.2+80+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jmd3o4-container\",nodeId:\"RM1HOADtq\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Meet the team\",height:\"100%\",id:\"RM1HOADtq\",layoutId:\"RM1HOADtq\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ppij4d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Yx4_vBu5G:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3854.2+80+0+0+0+280+0),pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"},className:\"framer-14e98ir\",\"data-framer-name\":\"DSC_0736-min 2 2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reyyan, the visionary force behind TripAssist. In 2022, he embarked on TripAssist with one goal in mind: to make corporate travel better and more personal. As a passionate explorer and avid lover of flying, Reyyan brings his love for adventure to life in every journey we make possible for our clients.\"})}),className:\"framer-18q3ixd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fz9s8c\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-htp0yz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Yx4_vBu5G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3854.2+80+0+0+0+684+0+0+0),pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"},className:\"framer-1lbdp21\",\"data-framer-name\":\"Image 76\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hyra, our Travel Agent, crafts luxurious, tailor-made journeys with a passion for detail and exclusive experiences, inspiring our team to deliver exceptional travel every time.\"})}),className:\"framer-q8line\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l1neg8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Yx4_vBu5G:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3854.2+80+0+0+0+684+0+0+0),pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"},className:\"framer-1vc9h82\",\"data-framer-name\":\"image 75\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Merijn, our Event Agent, combines expertise and creativity to elevate events and group trips, ensuring every occasion becomes unforgettable.\"})}),className:\"framer-cqmlz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qif78c hidden-1ny34a1 hidden-z4zf4i hidden-1oh740w\",\"data-framer-name\":\"Meet the team\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzrejy\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ict42\",\"data-framer-name\":\"Testimonial Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px)`,y:(componentViewport?.y||0)+0+6235.99+80+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xiakbx-container\",nodeId:\"nDkZySIV6\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Meet the team\",height:\"100%\",id:\"nDkZySIV6\",layoutId:\"nDkZySIV6\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nd9ouq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6235.99+80+0+0+0+280+0+0),pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"},className:\"framer-xrsrcy\",\"data-framer-name\":\"DSC_0736-min 2 2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reyyan, the visionary force behind TripAssist. In 2022, he embarked on TripAssist with one goal in mind: to make corporate travel better and more personal. As a passionate explorer and avid lover of flying, Reyyan brings his love for adventure to life in every journey we make possible for our clients.\"})}),className:\"framer-qax06r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-32x10j\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jnn7nd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6235.99+80+0+0+0+885+0+0+0+0),pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"},className:\"framer-1r276h5\",\"data-framer-name\":\"Image 76\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hyra, our Travel Agent, crafts luxurious, tailor-made journeys with a passion for detail and exclusive experiences, inspiring our team to deliver exceptional travel every time.\"})}),className:\"framer-14q6pxk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a30bx3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6235.99+80+0+0+0+885+0+504+0+0),pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"},className:\"framer-yfzfrr\",\"data-framer-name\":\"image 75\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Merijn, our Event Agent, combines expertise and creativity to elevate events and group trips, ensuring every occasion becomes unforgettable.\"})}),className:\"framer-1jaweno\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-trvhzy hidden-z4zf4i hidden-jjlgqi\",\"data-framer-name\":\"Meet the team\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1shig60\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-68dk\",\"data-framer-name\":\"Testimonial Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px)`,y:(componentViewport?.y||0)+0+4848.2+80+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px)`,y:(componentViewport?.y||0)+0+3975.59+100+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5zgusz-container\",nodeId:\"K4ByhrwYf\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Meet the team\",height:\"100%\",id:\"K4ByhrwYf\",layoutId:\"K4ByhrwYf\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hephx5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4848.2+80+0+0+0+280+0),pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3975.59+100+0+0+0+320+0),pixelHeight:3300,pixelWidth:2731,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png\",srcSet:\"https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=1024 847w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png?scale-down-to=2048 1694w,https://framerusercontent.com/images/fvtKc2PfueI3MyyVBN7N5Il2Co.png 2731w\"},className:\"framer-1874sn9\",\"data-framer-name\":\"DSC_0736-min 2 2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reyyan, the visionary force behind TripAssist. In 2022, he embarked on TripAssist with one goal in mind: to make corporate travel better and more personal. As a passionate explorer and avid lover of flying, Reyyan brings his love for adventure to life in every journey we make possible for our clients.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"left\"},children:\"Reyyan, the visionary force behind TripAssist. In 2022, he embarked on TripAssist with one goal in mind: to make corporate travel better and more personal. As a passionate explorer and avid lover of flying, Reyyan brings his love for adventure to life in every journey we make possible for our clients.\"})}),className:\"framer-3h6wrt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kehwq6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-el9584\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4848.2+80+0+0+0+684+0+0+0),pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:110,intrinsicWidth:110,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3975.59+100+0+0+0+764+0+0+0),pixelHeight:220,pixelWidth:220,src:\"https://framerusercontent.com/images/kyNZrSEGyEuZXJPHg9e4bcBxDHw.png\"},className:\"framer-nkr2a2\",\"data-framer-name\":\"Image 76\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hyra, our Travel Agent, crafts luxurious, tailor-made journeys with a passion for detail and exclusive experiences, inspiring our team to deliver exceptional travel every time.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"left\"},children:\"Hyra, our Travel Agent, crafts luxurious, tailor-made journeys with a passion for detail and exclusive experiences, inspiring our team to deliver exceptional travel every time.\"})}),className:\"framer-ijrkhl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eyog20\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4848.2+80+0+0+0+684+0+0+0),pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3975.59+100+0+0+0+764+0+0+0),pixelHeight:984,pixelWidth:984,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png\",srcSet:\"https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png?scale-down-to=512 512w,https://framerusercontent.com/images/Aho5np5ZqPATvhw4Dtc5i7Rup20.png 984w\"},className:\"framer-19lyvem\",\"data-framer-name\":\"image 75\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Merijn, our Event Agent, combines expertise and creativity to elevate events and group trips, ensuring every occasion becomes unforgettable.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28zb33\",\"data-styles-preset\":\"GiwrK6nH0\",style:{\"--framer-text-alignment\":\"left\"},children:\"Merijn, our Event Agent, combines expertise and creativity to elevate events and group trips, ensuring every occasion becomes unforgettable.\"})}),className:\"framer-1m0q9jo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ujc1rs\",\"data-framer-name\":\"Content Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pyvfkl\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17q7ck1\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17r8n15\",\"data-framer-name\":\"Content Video\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:586,intrinsicWidth:526,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6108.2+80+0+0+0+0+0+0),pixelHeight:3142,pixelWidth:2618,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px) * 0.8106)`,src:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024 853w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=2048 1706w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png 2618w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:586,intrinsicWidth:526,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8200.99+60+0+0+0+0+0+0),pixelHeight:3142,pixelWidth:2618,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 330px)`,src:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024 853w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=2048 1706w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png 2618w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:586,intrinsicWidth:526,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5114.2+100+0+0+0+16.5+0),pixelHeight:3142,pixelWidth:2618,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.4175)`,src:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024 853w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=2048 1706w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png 2618w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:586,intrinsicWidth:526,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0),pixelHeight:3142,pixelWidth:2618,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) * 0.4175)`,src:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=1024 853w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png?scale-down-to=2048 1706w,https://framerusercontent.com/images/3vtLUqiB4WmsgIrOZhNsTwAzI.png 2618w\"},className:\"framer-6ziqr8\",\"data-framer-name\":\"Content Video Block\"})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aaxlvh\",\"data-framer-name\":\"Play Icon\",id:\"aaxlvh\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16gktih-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vjanOAzhc\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(102, 102, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"PlayArrow\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"vjanOAzhc\",layoutId:\"vjanOAzhc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__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-1aqzq5z\"),\"data-framer-portal-id\":\"aaxlvh\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"POmI1Dk9p\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-uj5bn6-container\"),\"data-framer-portal-id\":\"aaxlvh\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WH5i0VdoI\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,canvasPlay:false,controls:false,height:\"100%\",id:\"WH5i0VdoI\",isMixedBorderRadius:false,layoutId:\"WH5i0VdoI\",loop:true,muted:false,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/QOCm01UXgymFpWajst8LHRGY584.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-ykhej-container\"),\"data-framer-portal-id\":\"aaxlvh\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yyqPKeckZ\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"yyqPKeckZ\",layoutId:\"yyqPKeckZ\",mirrored:false,onClick:onClick1wnntms({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),getContainer())})})]})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bdvkqx\",\"data-framer-name\":\"Content Text\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pu5tsl\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px)`,y:(componentViewport?.y||0)+0+6108.2+80+0+0+0+0+390+0+0+0+0},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 330px)`,y:(componentViewport?.y||0)+0+8200.99+60+0+0+0+0+634+0+0+0+0},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5129)`,y:(componentViewport?.y||0)+0+5114.2+100+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.093)`,y:(componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iir5cm-container\",nodeId:\"iuLx2lJgq\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"xDuCjqsc7\"},m7Haix37Y:{variant:\"xDuCjqsc7\"}},children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Experience the difference.\",height:\"100%\",id:\"iuLx2lJgq\",layoutId:\"iuLx2lJgq\",style:{width:\"100%\"},variant:\"R7PHk5T1X\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cshag2\",\"data-framer-name\":\"Contet List\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px) * 0.85)`,y:(componentViewport?.y||0)+0+6108.2+80+0+0+0+0+390+0+244+0+0},m7Haix37Y:{width:\"330px\",y:(componentViewport?.y||0)+0+8200.99+60+0+0+0+0+634+0+244+0+0},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5129)`,y:(componentViewport?.y||0)+0+5114.2+100+0+0+0+0+0+280+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.093)`,y:(componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0+314+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qpvpkf-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"aRvKS3O6F\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"aRvKS3O6F\",layoutId:\"aRvKS3O6F\",name:\"Contet List Item\",NBXoWf6HL:\"In-house fleet of electric Tesla vehicles (Available in the Netherlands).\",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px) * 0.85)`,y:(componentViewport?.y||0)+0+6108.2+80+0+0+0+0+390+0+244+0+68},m7Haix37Y:{width:\"330px\",y:(componentViewport?.y||0)+0+8200.99+60+0+0+0+0+634+0+244+0+58},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5129)`,y:(componentViewport?.y||0)+0+5114.2+100+0+0+0+0+0+280+0+68}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.093)`,y:(componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0+314+0+68,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17un8tc-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"u6AueFNqN\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"u6AueFNqN\",layoutId:\"u6AueFNqN\",name:\"Contet List Item\",NBXoWf6HL:\"We have access to special corporate rates, lowering your company costs even more.\",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px) * 0.85)`,y:(componentViewport?.y||0)+0+6108.2+80+0+0+0+0+390+0+244+0+136},m7Haix37Y:{width:\"330px\",y:(componentViewport?.y||0)+0+8200.99+60+0+0+0+0+634+0+244+0+116},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5129)`,y:(componentViewport?.y||0)+0+5114.2+100+0+0+0+0+0+280+0+136}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.093)`,y:(componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0+314+0+136,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8cjqrz-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"h8oelPZIl\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"h8oelPZIl\",layoutId:\"h8oelPZIl\",name:\"Contet List Item\",NBXoWf6HL:\"Going above and beyond for our clients wherever they are.\",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px, 470px) * 0.85)`,y:(componentViewport?.y||0)+0+6108.2+80+0+0+0+0+390+0+244+0+204},m7Haix37Y:{width:\"330px\",y:(componentViewport?.y||0)+0+8200.99+60+0+0+0+0+634+0+244+0+174},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.5129)`,y:(componentViewport?.y||0)+0+5114.2+100+0+0+0+0+0+280+0+204}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 2.093)`,y:(componentViewport?.y||0)+0+5365.59+133+0+0+0+0+0+314+0+204,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kxo7mp-container\",\"data-framer-name\":\"Contet List Item\",name:\"Contet List Item\",nodeId:\"hi3ZkuV0e\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(ListItemCheck,{height:\"100%\",id:\"hi3ZkuV0e\",layoutId:\"hi3ZkuV0e\",name:\"Contet List Item\",NBXoWf6HL:\"Official partner of Hilton Hotels and Resorts. \uD83C\uDFC6 \",style:{width:\"100%\"},UvIcHxFZF:\"var(--token-a11d55f8-3579-47ce-81ae-1eb206bf5b58, rgb(42, 213, 144))\",width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ywtoab\",\"data-framer-name\":\"Content Section 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0p5a9\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xms9y2\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zz10z\",\"data-framer-name\":\"Content Text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w4wta1\",\"data-framer-name\":\"Title Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px) * 0.6924, 529px)`,y:(componentViewport?.y||0)+0+6108.2+80+912+40+0+0+0+319+0+0+0+0},m7Haix37Y:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+8200.99+60+1126+12+0+0+0+21+0+0+0+0},Yx4_vBu5G:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5054)`,y:(componentViewport?.y||0)+0+5114.2+100+558+154+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px) * 0.4254)`,y:(componentViewport?.y||0)+0+5365.59+133+626+154+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19hi01a-container\",nodeId:\"niYavnwqn\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"xDuCjqsc7\"},m7Haix37Y:{variant:\"xDuCjqsc7\"}},children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Hilton partnership\",height:\"100%\",id:\"niYavnwqn\",layoutId:\"niYavnwqn\",style:{width:\"100%\"},variant:\"R7PHk5T1X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"TripAssist is an official partner of Hilton Hotels and Resorts. Through the Hilton For Luxury program, we are able to book Waldorf Astoria, Conrad, LXR, NoMad and Signia hotels with benefits only available through us\"})})},m7Haix37Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"TripAssist is an official partner of Hilton Hotels and Resorts. Through the Hilton For Luxury program, we are able to book Waldorf Astoria, Conrad, LXR, NoMad and Signia hotels with benefits only available through us\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"TripAssist is an official partner of Hilton Hotels and Resorts. Through the Hilton For Luxury program, we are able to book Waldorf Astoria, Conrad, LXR, NoMad and Signia hotels with benefits only available through us\"})}),className:\"framer-1vxeb9e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FiG4bcAKr\"},motionChild:true,nodeId:\"BT6jMfyX_\",openInNewTab:false,scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kv2e3c framer-3c99yu\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+6108.2+80+912+40+0+0+0+319+0+0+0+423+0},m7Haix37Y:{y:(componentViewport?.y||0)+0+8200.99+60+1126+12+0+0+0+21+0+0+0+445+0},Yx4_vBu5G:{y:(componentViewport?.y||0)+0+5114.2+100+558+154+0+0+0+0+0+0+445+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,y:(componentViewport?.y||0)+0+5365.59+133+626+154+0+0+0+0+0+0+445+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13jno7a-container\",nodeId:\"wT2_BxVCC\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(Button,{GftbnuyEb:true,height:\"100%\",id:\"wT2_BxVCC\",layoutId:\"wT2_BxVCC\",r0xF8mMS2:\"Learn more\",variant:\"Ba4OdjAm0\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6108.2+80+912+40+0+0+0+0),pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc(min((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px) * 0.6924, 529px) * 0.6446)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8200.99+60+1126+12+0+0+0+0),pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5114.2+100+558+154+0+0+90),pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.4335)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5365.59+133+626+154+0+0+119),pixelHeight:594,pixelWidth:1599,positionX:\"center\",positionY:\"center\",sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px) * 0.2635)`,src:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E4Tby3IVwsJoWiJ2Dc0MhiZon8.png 1599w\"},className:\"framer-a7z8f0\",\"data-framer-name\":\"Content Image\",style:{transformPerspective:1200}})})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-99xcdz\",\"data-framer-name\":\"Paul's Story\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c0ztg5\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-161hzgi\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7uzcnw\",\"data-framer-name\":\"Content Text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15xu2gf\",\"data-framer-name\":\"Title Block\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"How TripAssist Keeps Paul on Track\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2904sy\",\"data-styles-preset\":\"StNkKYOMy\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(282deg, rgb(106, 109, 133) 0%, rgb(12, 15, 35) 100%)\"},children:\"How TripAssist Keeps Paul on Track\"})})}),className:\"framer-1q61zlx hidden-jjlgqi\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7Haix37Y:{height:220,width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+9999.99+60+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c3git4-container hidden-1ny34a1 hidden-z4zf4i hidden-1oh740w\",nodeId:\"FeA0XvMJ_\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"How TripAssist Keeps Paul on Track\",height:\"100%\",id:\"FeA0XvMJ_\",layoutId:\"FeA0XvMJ_\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"At TripAssist, we do more than book trip, we ensure smooth travel even during disruptions.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b8qye6\",\"data-styles-preset\":\"yCMevNEsV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Recently, Paul faced a canceled KLM flight, with the airline rebooking him on a flight 8 hours later. To avoid significant delays, our team quickly stepped in and secured an earlier flight, departing 6 hours sooner than the airline\u2019s option.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"With TripAssist, Paul stayed on track with his plans. This is just one example of how we deliver efficient, stress-free travel for our clients.\"})]})},m7Haix37Y:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"left\"},children:\"At TripAssist, we do more than book trip, we ensure smooth travel even during disruptions.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b8qye6\",\"data-styles-preset\":\"yCMevNEsV\",style:{\"--framer-text-alignment\":\"left\"},children:\"Recently, Paul faced a canceled KLM flight, with the airline rebooking him on a flight 8 hours later. To avoid significant delays, our team quickly stepped in and secured an earlier flight, departing 6 hours sooner than the airline\u2019s option.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"left\"},children:\"With TripAssist, Paul stayed on track with his plans. This is just one example of how we deliver efficient, stress-free travel for our clients.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"At TripAssist, we do more than book trip, we ensure smooth travel even during disruptions.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b8qye6\",\"data-styles-preset\":\"yCMevNEsV\",style:{\"--framer-text-alignment\":\"left\"},children:\"Recently, Paul faced a canceled KLM flight, with the airline rebooking him on a flight 8 hours later. To avoid significant delays, our team quickly stepped in and secured an earlier flight, departing 6 hours sooner than the airline\u2019s option.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"With TripAssist, Paul stayed on track with his plans. This is just one example of how we deliver efficient, stress-free travel for our clients.\"})]}),className:\"framer-17hzttd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8025.2+80+0+0+0+632.4),pixelHeight:1776,pixelWidth:1464,sizes:\"265px\",src:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024 844w,https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png 1464w\"}},m7Haix37Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9999.99+60+0+0+0+777),pixelHeight:1776,pixelWidth:1464,sizes:\"231px\",src:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024 844w,https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png 1464w\"}},Yx4_vBu5G:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6534.2+154+0+0+137.7),pixelHeight:1776,pixelWidth:1464,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.4335)`,src:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024 844w,https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png 1464w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:496,intrinsicWidth:592,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6919.59+154+0+0+25.2),pixelHeight:1776,pixelWidth:1464,sizes:\"467px\",src:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png?scale-down-to=1024 844w,https://framerusercontent.com/images/bY3vEmcZCqS1hQ62XVP7Z5UNHXI.png 1464w\"},className:\"framer-xcos41\",\"data-framer-name\":\"Content Image\",style:{transformPerspective:1200}})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gj1okm\",\"data-framer-name\":\"Content Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2nk4lu\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qkbiw3\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6egazq\",\"data-framer-name\":\"Title Block\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+9142.6+80+0+0+0+0+0+0},m7Haix37Y:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+11212.99+60+0+0+0+0+0+0},Yx4_vBu5G:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.44)`,y:(componentViewport?.y||0)+0+7425.6+100+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px) * 0.4159)`,y:(componentViewport?.y||0)+0+7810.99+116+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w0ge73-container\",nodeId:\"zajs3amRo\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"xDuCjqsc7\"},m7Haix37Y:{variant:\"xDuCjqsc7\"}},children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Got any questions?\",height:\"100%\",id:\"zajs3amRo\",layoutId:\"zajs3amRo\",style:{width:\"100%\"},variant:\"R7PHk5T1X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"TripAssist provides a level above others, whether for large corporate clients or individual travelers. From booking management to exclusive deals, it\u2019s your all-in-one solution for simplifying travel planning and boosting efficiency.\"})})},m7Haix37Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"TripAssist provides a level above others, whether for large corporate clients or individual travelers. From booking management to exclusive deals, it\u2019s your all-in-one solution for simplifying travel planning and boosting efficiency.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",children:\"TripAssist provides a level above others, whether for large corporate clients or individual travelers. From booking management to exclusive deals, it\u2019s your all-in-one solution for simplifying travel planning and boosting efficiency.\"})}),className:\"framer-kjrbdv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 60px, 529px)`,y:(componentViewport?.y||0)+0+9142.6+80+0+0+0+430},m7Haix37Y:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 60px, 315px)`,y:(componentViewport?.y||0)+0+11212.99+60+0+0+0+425},Yx4_vBu5G:{width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5048)`,y:(componentViewport?.y||0)+0+7425.6+100+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:545,width:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1320px) - 60px) * 0.5048)`,y:(componentViewport?.y||0)+0+7810.99+116+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cy6nyj-container\",nodeId:\"Yqn9H6nnU\",rendersWithMotion:true,scopeId:\"F_9tOtSMP\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FAQ,{height:\"100%\",id:\"Yqn9H6nnU\",layoutId:\"Yqn9H6nnU\",style:{width:\"100%\"},variant:\"S52upl8se\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15tf4dn\",\"data-framer-name\":\"Pricing Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wlzfj6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sjf5gz\",\"data-framer-name\":\"Pricing Stack\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b3tv90\",\"data-framer-name\":\"Section Heading\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qvz2e\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 720px) - 60px)`,y:(componentViewport?.y||0)+0+10277.6+80+0+0+0+0+0+0+0+0+0},m7Haix37Y:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px, 330px)`,y:(componentViewport?.y||0)+0+12302.99+60+0+0+0+0+0+0+0+0+0},Yx4_vBu5G:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1000px) - 60px) * 0.8036)`,y:(componentViewport?.y||0)+0+8190.6+100+0+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`calc((min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px) / 1.118)`,y:(componentViewport?.y||0)+0+8621.99+96+0+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qv1oow-container\",nodeId:\"qYYP7HbUJ\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(GradientHeading,{G9EDJleJX:\"Plans That Fit Your Needs\",height:\"100%\",id:\"qYYP7HbUJ\",layoutId:\"qYYP7HbUJ\",style:{width:\"100%\"},variant:\"xDuCjqsc7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15ql1dd\",\"data-styles-preset\":\"WkfHcav9C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Whether you're an individual entrepreneur, small company or a larger one, we're here for you.\"})}),className:\"framer-1635ev6\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2yr3xf\",\"data-framer-name\":\"Pricing Widgets\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+10277.6+80+0+0+433+0+0},m7Haix37Y:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px)`,y:(componentViewport?.y||0)+0+12302.99+60+0+0+433+0+0},Yx4_vBu5G:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 108px) / 2, 50px)`,y:(componentViewport?.y||0)+0+8190.6+100+0+0+433+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:734,width:\"350px\",y:(componentViewport?.y||0)+0+8621.99+96+0+0+433+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qkrui7-container\",nodeId:\"y0wn8lKzS\",rendersWithMotion:true,scopeId:\"F_9tOtSMP\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PricingCard,{height:\"100%\",id:\"y0wn8lKzS\",layoutId:\"y0wn8lKzS\",style:{width:\"100%\"},variant:\"Nxus7SBZ7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+10277.6+80+0+0+433+0+782},m7Haix37Y:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px)`,y:(componentViewport?.y||0)+0+12302.99+60+0+0+433+0+782},Yx4_vBu5G:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 108px) / 2, 50px)`,y:(componentViewport?.y||0)+0+8190.6+100+0+0+433+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:734,width:\"350px\",y:(componentViewport?.y||0)+0+8621.99+96+0+0+433+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1eza16h-container\",nodeId:\"fw5DdS_Ja\",rendersWithMotion:true,scopeId:\"F_9tOtSMP\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PricingCard,{height:\"100%\",id:\"fw5DdS_Ja\",layoutId:\"fw5DdS_Ja\",style:{width:\"100%\"},variant:\"GLXz65mXN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+10277.6+80+0+0+433+0+1564},m7Haix37Y:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1320px) - 60px)`,y:(componentViewport?.y||0)+0+12302.99+60+0+0+433+0+1564},Yx4_vBu5G:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1000px) - 108px) / 2, 50px)`,y:(componentViewport?.y||0)+0+8190.6+100+0+0+433+0+782}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:734,width:\"350px\",y:(componentViewport?.y||0)+0+8621.99+96+0+0+433+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-brat4p-container\",nodeId:\"fL8XhpFy_\",rendersWithMotion:true,scopeId:\"F_9tOtSMP\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PricingCard,{height:\"100%\",id:\"fL8XhpFy_\",layoutId:\"fL8XhpFy_\",style:{width:\"100%\"},variant:\"XXCUWozPv\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{y:(componentViewport?.y||0)+0+13168.6},m7Haix37Y:{y:(componentViewport?.y||0)+0+15153.99},Yx4_vBu5G:{y:(componentViewport?.y||0)+0+10339.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1044,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9980.99,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5yaoiz-container\",nodeId:\"cZSszWPbU\",scopeId:\"F_9tOtSMP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{a_q42qjzl:{variant:\"xBdLsGz29\"},m7Haix37Y:{variant:\"BewO5PKj1\"},Yx4_vBu5G:{variant:\"LrhFmtglM\"}},children:/*#__PURE__*/_jsx(FooterV4Combo,{height:\"100%\",id:\"cZSszWPbU\",layoutId:\"cZSszWPbU\",style:{width:\"100%\"},Ukkx3cIKH:\"We manage all your travels from A to Z\",variant:\"S5EX5wbli\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pSydC.framer-3c99yu, .framer-pSydC .framer-3c99yu { display: block; }\",\".framer-pSydC.framer-1ny34a1 { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #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: 1440px; }\",\".framer-pSydC .framer-adcu0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 10px 0px 0px 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 8; }\",\".framer-pSydC .framer-sz87ml-container { flex: 1 0 0px; height: auto; max-width: 1320px; position: relative; width: 1px; }\",\".framer-pSydC .framer-13e5imt { align-content: center; align-items: center; background-color: var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, #f3f7fa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 162px 0px 113px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-sojmb3 { 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; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pSydC .framer-46cbvx { 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-pSydC .framer-1fo4yn1 { 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: 718px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pSydC .framer-1h6d0j6 { 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-pSydC .framer-1xxpota-container, .framer-pSydC .framer-1gb4rx1-container, .framer-pSydC .framer-1vp3e54-container, .framer-pSydC .framer-1aj36n6-container, .framer-pSydC .framer-1b2ffzw-container, .framer-pSydC .framer-a0463n-container, .framer-pSydC .framer-1xh2pil-container, .framer-pSydC .framer-13ewb3-container, .framer-pSydC .framer-1jmd3o4-container, .framer-pSydC .framer-xiakbx-container, .framer-pSydC .framer-5zgusz-container, .framer-pSydC .framer-1iir5cm-container, .framer-pSydC .framer-qpvpkf-container, .framer-pSydC .framer-17un8tc-container, .framer-pSydC .framer-8cjqrz-container, .framer-pSydC .framer-kxo7mp-container, .framer-pSydC .framer-19hi01a-container, .framer-pSydC .framer-c3git4-container, .framer-pSydC .framer-w0ge73-container, .framer-pSydC .framer-1qv1oow-container, .framer-pSydC .framer-5yaoiz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pSydC .framer-1me4h6d { flex: none; height: auto; max-width: 630px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-1u0z36w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 79%; }\",\".framer-pSydC .framer-1hu08rw { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 568px; }\",\".framer-pSydC .framer-6s6kc7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-pSydC .framer-zkkr4w { --framer-input-background: rgba(187, 187, 187, 0); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.15); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #474747; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 600; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #7f8995; flex: none; height: 65px; position: relative; width: 100%; }',\".framer-pSydC .framer-nv3xg3-container { flex: none; height: 65px; position: relative; width: 214px; }\",\".framer-pSydC .framer-1qha06p { aspect-ratio: 0.7625786163522013 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 636px); position: relative; width: 38%; }\",\".framer-pSydC .framer-jtzwsi { align-content: center; align-items: center; background-color: var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, #f3f7fa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 62px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-pggb5o, .framer-pSydC .framer-17gl2c1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 92px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-pSydC .framer-2qjy94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-wqo49w, .framer-pSydC .framer-1dk2u4m, .framer-pSydC .framer-h895w0, .framer-pSydC .framer-kj41ek, .framer-pSydC .framer-1q61zlx, .framer-pSydC .framer-1635ev6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-se49xq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 26px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 161px; }\",\".framer-pSydC .framer-1lqnr1h { flex: none; height: 22px; overflow: visible; position: relative; width: 111px; }\",\".framer-pSydC .framer-1wkkw3b { flex: none; gap: 0px; height: 21px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 21px; }\",\".framer-pSydC .framer-o3in74, .framer-pSydC .framer-63iefa, .framer-pSydC .framer-174vtzx, .framer-pSydC .framer-1v4l68v, .framer-pSydC .framer-1orpjc8 { flex: none; height: 16px; left: 2px; position: absolute; top: 3px; width: 17px; }\",\".framer-pSydC .framer-1c2gy79 { flex: none; gap: 0px; height: 21px; left: 22px; overflow: hidden; position: absolute; top: 0px; width: 21px; }\",\".framer-pSydC .framer-1g8o43w { flex: none; gap: 0px; height: 21px; left: 45px; overflow: hidden; position: absolute; top: 0px; width: 21px; }\",\".framer-pSydC .framer-sjw6nz { flex: none; gap: 0px; height: 21px; left: 67px; overflow: hidden; position: absolute; top: 0px; width: 21px; }\",\".framer-pSydC .framer-1nd43g0 { flex: none; gap: 0px; height: 21px; left: 90px; overflow: hidden; position: absolute; top: 0px; width: 21px; }\",\".framer-pSydC .framer-1xq2pb1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pSydC .framer-lm3ff3 { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 110px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1989ksj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pSydC .framer-2bmwpo, .framer-pSydC .framer-1k0pe0s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-5g00ys { aspect-ratio: 0.8714285714285714 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 560px); overflow: visible; position: relative; width: 39%; }\",\".framer-pSydC .framer-ehyzgb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 53%; }\",\".framer-pSydC .framer-1299jht { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1f4qp6v { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-13tmqzz, .framer-pSydC .framer-q7zkbq, .framer-pSydC .framer-kv2e3c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pSydC .framer-gpd9cb-container, .framer-pSydC .framer-1bn9p1d-container, .framer-pSydC .framer-13jno7a-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pSydC .framer-7mcsrn { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 108px 0px 114px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1j192vi, .framer-pSydC .framer-1w15qob, .framer-pSydC .framer-1shig60, .framer-pSydC .framer-1h0p5a9, .framer-pSydC .framer-1c0ztg5, .framer-pSydC .framer-2nk4lu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-pSydC .framer-fhx4a9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 103px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1qdaxqs, .framer-pSydC .framer-13rcsmq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pSydC .framer-jrgmml-container, .framer-pSydC .framer-erq6vb-container, .framer-pSydC .framer-496mex-container, .framer-pSydC .framer-hmm7g1-container, .framer-pSydC .framer-1dgkf31-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-pSydC .framer-zq0uif { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 55px 0px 103px 0px; position: relative; width: 1440px; }\",\".framer-pSydC .framer-13x9t9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pSydC .framer-1tftuu2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1260px; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-p7sp4z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: 100px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1260px; }\",\".framer-pSydC .framer-j8102h, .framer-pSydC .framer-1eudp9c, .framer-pSydC .framer-zst8as, .framer-pSydC .framer-1b6s0rd { aspect-ratio: 4.073170731707317 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 16%; }\",\".framer-pSydC .framer-1444qk6 { aspect-ratio: 4.073170731707317 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); overflow: hidden; position: relative; width: 12%; }\",\".framer-pSydC .framer-142bmoe { aspect-ratio: 4.073170731707317 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); overflow: hidden; position: relative; width: 14%; }\",\".framer-pSydC .framer-1jy1bzh { align-content: center; align-items: center; background-color: #f3f6f9; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-18os74j { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-pSydC .framer-i88ccy, .framer-pSydC .framer-1qvz2e { 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-pSydC .framer-100hmnv { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-17zwmd, .framer-pSydC .framer-awte17, .framer-pSydC .framer-14oxikb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pSydC .framer-e784zy { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 154px 0px 134px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1m57v7x, .framer-pSydC .framer-zz10z, .framer-pSydC .framer-7uzcnw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 43%; }\",\".framer-pSydC .framer-1m8iwfv, .framer-pSydC .framer-1w4wta1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1cak2dd, .framer-pSydC .framer-1vxeb9e, .framer-pSydC .framer-17hzttd, .framer-pSydC .framer-kjrbdv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-1ykta86 { aspect-ratio: 1.230607966457023 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 477px); overflow: visible; position: relative; width: 47%; }\",\".framer-pSydC .framer-1qq9zjl, .framer-pSydC .framer-1qif78c { align-content: center; align-items: center; background-color: #f3f7fa; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-k3miqh, .framer-pSydC .framer-xzrejy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 720px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-pSydC .framer-kk9jlq, .framer-pSydC .framer-5ict42 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1ppij4d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-pSydC .framer-14e98ir, .framer-pSydC .framer-xrsrcy { aspect-ratio: 0.8275757575757576 / 1; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 344px); position: relative; width: 285px; }\",\".framer-pSydC .framer-18q3ixd, .framer-pSydC .framer-qax06r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 319px; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-fz9s8c, .framer-pSydC .framer-1kehwq6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-htp0yz, .framer-pSydC .framer-1l1neg8, .framer-pSydC .framer-jnn7nd, .framer-pSydC .framer-a30bx3, .framer-pSydC .framer-el9584, .framer-pSydC .framer-1eyog20 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-pSydC .framer-1lbdp21, .framer-pSydC .framer-1r276h5, .framer-pSydC .framer-nkr2a2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 215px); overflow: visible; position: relative; width: 215px; }\",\".framer-pSydC .framer-q8line, .framer-pSydC .framer-cqmlz, .framer-pSydC .framer-14q6pxk, .framer-pSydC .framer-1jaweno { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-1vc9h82, .framer-pSydC .framer-yfzfrr, .framer-pSydC .framer-19lyvem { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 215px); position: relative; width: 215px; }\",\".framer-pSydC .framer-nd9ouq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-pSydC .framer-32x10j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-trvhzy { align-content: center; align-items: center; background-color: #f3f7fa; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 100px 0px 110px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-68dk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1hephx5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-pSydC .framer-1874sn9 { aspect-ratio: 0.8275757575757576 / 1; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 345px); position: relative; width: 285px; }\",\".framer-pSydC .framer-3h6wrt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 469px; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-ijrkhl, .framer-pSydC .framer-1m0q9jo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; }\",\".framer-pSydC .framer-ujc1rs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 133px 0px 133px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1pyvfkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pSydC .framer-17q7ck1 { align-content: flex-start; align-items: flex-start; 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-pSydC .framer-17r8n15 { align-content: center; align-items: center; aspect-ratio: 0.8976109215017065 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 586px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 42%; }\",\".framer-pSydC .framer-6ziqr8 { aspect-ratio: 0.8976109215017065 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 586px); position: relative; width: 100%; }\",\".framer-pSydC .framer-aaxlvh { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; left: calc(50.00000000000002% - 80px / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.08488964346351% - 80px / 2); width: 80px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-pSydC .framer-16gktih-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 30px; }\",\".framer-pSydC.framer-1aqzq5z { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-pSydC.framer-uj5bn6-container { aspect-ratio: 1.7857142857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 448px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 800px; z-index: 10; }\",\".framer-pSydC.framer-ykhej-container { flex: none; height: 40px; position: fixed; right: 69px; top: 51px; width: 40px; z-index: 10; }\",\".framer-pSydC .framer-1bdvkqx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 48%; }\",\".framer-pSydC .framer-pu5tsl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-cshag2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-ywtoab { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 154px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1xms9y2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-a7z8f0 { aspect-ratio: 1.230607966457023 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 270px); overflow: visible; position: relative; width: 26%; }\",\".framer-pSydC .framer-99xcdz { align-content: center; align-items: center; background-color: var(--token-d4ed9861-adfe-4987-92f8-4742ce03fb08, #f3f7fa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 154px 0px 134px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-161hzgi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 149px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-15xu2gf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-xcos41 { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; gap: 0px; height: 553px; overflow: visible; position: relative; width: 467px; }\",\".framer-pSydC .framer-1gj1okm { align-content: center; align-items: center; background-color: var(--token-a6796134-ead1-4854-80f4-027e3d25f32f, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 116px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-qkbiw3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-6egazq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 42%; }\",\".framer-pSydC .framer-cy6nyj-container { flex: none; height: auto; position: relative; width: 50%; }\",\".framer-pSydC .framer-15tf4dn { align-content: center; align-items: center; background-color: var(--token-c831d0cc-7a71-4905-abe9-b1606dbbd3fe, #f5f7f9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1wlzfj6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1sjf5gz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-1b3tv90 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 89%; }\",\".framer-pSydC .framer-2yr3xf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pSydC .framer-qkrui7-container, .framer-pSydC .framer-1eza16h-container, .framer-pSydC .framer-brat4p-container { flex: none; height: auto; position: relative; width: 350px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 992px) and (max-width: 1439px) { .framer-pSydC.framer-1ny34a1 { width: 992px; } .framer-pSydC .framer-13e5imt { padding: 140px 0px 59px 0px; } .framer-pSydC .framer-sojmb3, .framer-pSydC .framer-1j192vi, .framer-pSydC .framer-1w15qob, .framer-pSydC .framer-1h0p5a9, .framer-pSydC .framer-1c0ztg5, .framer-pSydC .framer-2nk4lu { gap: 65px; max-width: 1000px; } .framer-pSydC .framer-1fo4yn1 { flex: none; width: 57%; } .framer-pSydC .framer-1u0z36w, .framer-pSydC .framer-1hu08rw, .framer-pSydC .framer-zq0uif, .framer-pSydC .framer-13x9t9a, .framer-pSydC .framer-1tftuu2, .framer-pSydC .framer-p7sp4z, .framer-pSydC .framer-1b3tv90 { width: 100%; } .framer-pSydC .framer-1qha06p { height: var(--framer-aspect-ratio-supported, 471px); } .framer-pSydC .framer-jtzwsi { padding: 40px 0px 55px 0px; } .framer-pSydC .framer-pggb5o { gap: 60px; max-width: 1000px; } .framer-pSydC .framer-2qjy94 { gap: 48px; } .framer-pSydC .framer-2bmwpo, .framer-pSydC .framer-1k0pe0s, .framer-pSydC .framer-1xms9y2, .framer-pSydC .framer-161hzgi, .framer-pSydC .framer-qkbiw3 { gap: unset; justify-content: space-between; } .framer-pSydC .framer-5g00ys { height: var(--framer-aspect-ratio-supported, 414px); } .framer-pSydC .framer-ehyzgb { width: 53%; } .framer-pSydC .framer-7mcsrn, .framer-pSydC .framer-ujc1rs, .framer-pSydC .framer-15tf4dn { padding: 100px 0px 100px 0px; } .framer-pSydC .framer-fhx4a9, .framer-pSydC .framer-100hmnv { gap: 30px; } .framer-pSydC .framer-j8102h, .framer-pSydC .framer-1eudp9c, .framer-pSydC .framer-zst8as, .framer-pSydC .framer-1b6s0rd { height: var(--framer-aspect-ratio-supported, 37px); } .framer-pSydC .framer-1444qk6 { height: var(--framer-aspect-ratio-supported, 27px); } .framer-pSydC .framer-142bmoe { height: var(--framer-aspect-ratio-supported, 31px); } .framer-pSydC .framer-18os74j { gap: 85px; max-width: 1000px; } .framer-pSydC .framer-1m57v7x, .framer-pSydC .framer-1bdvkqx, .framer-pSydC .framer-zz10z, .framer-pSydC .framer-7uzcnw { gap: 60px; width: 51%; } .framer-pSydC .framer-1ykta86 { height: var(--framer-aspect-ratio-supported, 329px); width: 43%; } .framer-pSydC .framer-1pyvfkl, .framer-pSydC .framer-1wlzfj6 { max-width: 1000px; } .framer-pSydC .framer-17q7ck1 { align-content: center; align-items: center; } .framer-pSydC .framer-17r8n15 { aspect-ratio: unset; height: min-content; } .framer-pSydC .framer-6ziqr8 { aspect-ratio: 0.8020618556701031 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: var(--framer-aspect-ratio-supported, 485px); } .framer-pSydC .framer-a7z8f0 { height: var(--framer-aspect-ratio-supported, 328px); width: 43%; } .framer-pSydC .framer-xcos41 { height: 328px; width: 43%; } .framer-pSydC .framer-1gj1okm { padding: 100px 0px 120px 0px; } .framer-pSydC .framer-6egazq { width: 44%; } .framer-pSydC .framer-1sjf5gz { gap: 50px; justify-content: flex-start; width: 80%; } .framer-pSydC .framer-2yr3xf { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-pSydC .framer-qkrui7-container, .framer-pSydC .framer-1eza16h-container, .framer-pSydC .framer-brat4p-container { align-self: start; height: 100%; justify-self: start; width: 100%; }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-pSydC.framer-1ny34a1 { width: 768px; } .framer-pSydC .framer-13e5imt { padding: 120px 0px 63px 0px; } .framer-pSydC .framer-sojmb3, .framer-pSydC .framer-pggb5o, .framer-pSydC .framer-1j192vi, .framer-pSydC .framer-1w15qob, .framer-pSydC .framer-1h0p5a9, .framer-pSydC .framer-1c0ztg5, .framer-pSydC .framer-2nk4lu { gap: 40px; max-width: 720px; } .framer-pSydC .framer-46cbvx { flex-direction: column; gap: 30px; justify-content: flex-start; max-width: 502px; } .framer-pSydC .framer-1fo4yn1 { align-content: center; align-items: center; flex: none; justify-content: center; order: 1; width: 100%; } .framer-pSydC .framer-1u0z36w, .framer-pSydC .framer-zq0uif, .framer-pSydC .framer-13x9t9a, .framer-pSydC .framer-p7sp4z, .framer-pSydC .framer-1hephx5 { width: 100%; } .framer-pSydC .framer-1hu08rw { align-content: center; align-items: center; flex-direction: column; width: 100%; } .framer-pSydC .framer-6s6kc7 { flex: none; width: 100%; } .framer-pSydC .framer-1qha06p { aspect-ratio: 0.9293785310734464 / 1; height: var(--framer-aspect-ratio-supported, 339px); order: 0; width: 63%; } .framer-pSydC .framer-jtzwsi { padding: 40px 0px 40px 0px; } .framer-pSydC .framer-2qjy94 { gap: 40px; } .framer-pSydC .framer-lm3ff3, .framer-pSydC .framer-7mcsrn, .framer-pSydC .framer-1jy1bzh, .framer-pSydC .framer-e784zy, .framer-pSydC .framer-trvhzy, .framer-pSydC .framer-ujc1rs, .framer-pSydC .framer-99xcdz, .framer-pSydC .framer-1gj1okm, .framer-pSydC .framer-15tf4dn { padding: 80px 0px 80px 0px; } .framer-pSydC .framer-2bmwpo { flex-direction: column; gap: 40px; height: 1093px; justify-content: center; max-width: 529px; } .framer-pSydC .framer-5g00ys { aspect-ratio: unset; height: 609px; width: 100%; } .framer-pSydC .framer-ehyzgb { align-content: center; align-items: center; width: 100%; } .framer-pSydC .framer-1f4qp6v, .framer-pSydC .framer-pu5tsl { align-content: center; align-items: center; } .framer-pSydC .framer-fhx4a9 { align-content: unset; align-items: unset; display: grid; gap: 51px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); } .framer-pSydC .framer-1qdaxqs, .framer-pSydC .framer-17zwmd, .framer-pSydC .framer-awte17, .framer-pSydC .framer-14oxikb { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-pSydC .framer-13rcsmq { align-content: flex-start; align-items: flex-start; align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-pSydC .framer-j8102h, .framer-pSydC .framer-1eudp9c, .framer-pSydC .framer-zst8as, .framer-pSydC .framer-1b6s0rd { height: var(--framer-aspect-ratio-supported, 28px); } .framer-pSydC .framer-1444qk6 { height: var(--framer-aspect-ratio-supported, 21px); } .framer-pSydC .framer-142bmoe { height: var(--framer-aspect-ratio-supported, 24px); } .framer-pSydC .framer-18os74j { gap: 60px; max-width: 720px; } .framer-pSydC .framer-100hmnv { align-content: unset; align-items: unset; display: grid; gap: 35px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-pSydC .framer-1k0pe0s { flex-direction: column; gap: 40px; justify-content: center; max-width: 529px; width: 69%; } .framer-pSydC .framer-1m57v7x, .framer-pSydC .framer-zz10z { align-content: center; align-items: center; gap: 30px; order: 1; width: 100%; } .framer-pSydC .framer-1m8iwfv { align-content: center; align-items: center; gap: 37px; } .framer-pSydC .framer-1ykta86 { height: var(--framer-aspect-ratio-supported, 371px); order: 0; width: 100%; } .framer-pSydC .framer-1shig60, .framer-pSydC .framer-1pyvfkl, .framer-pSydC .framer-1wlzfj6 { max-width: 720px; } .framer-pSydC .framer-68dk { gap: 60px; justify-content: flex-start; } .framer-pSydC .framer-3h6wrt { width: 319px; } .framer-pSydC .framer-ijrkhl, .framer-pSydC .framer-1m0q9jo { width: 250px; } .framer-pSydC .framer-17q7ck1 { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: center; max-width: 470px; } .framer-pSydC .framer-17r8n15 { aspect-ratio: unset; height: min-content; order: 0; width: 81%; } .framer-pSydC .framer-6ziqr8 { aspect-ratio: 1.0885714285714285 / 1; height: var(--framer-aspect-ratio-supported, 350px); } .framer-pSydC.framer-uj5bn6-container { height: var(--framer-aspect-ratio-supported, 336px); width: 600px; } .framer-pSydC .framer-1bdvkqx { align-content: center; align-items: center; gap: 24px; order: 1; width: 100%; } .framer-pSydC .framer-cshag2 { align-content: center; align-items: center; width: 85%; } .framer-pSydC .framer-ywtoab { padding: 40px 0px 0px 0px; } .framer-pSydC .framer-1xms9y2 { flex-direction: column; gap: 40px; max-width: 529px; width: 69%; } .framer-pSydC .framer-1w4wta1 { align-content: center; align-items: center; gap: 25px; } .framer-pSydC .framer-a7z8f0 { height: var(--framer-aspect-ratio-supported, 239px); order: 0; width: 64%; } .framer-pSydC .framer-161hzgi { flex-direction: column; gap: 40px; justify-content: center; max-width: 529px; order: 0; width: 69%; } .framer-pSydC .framer-7uzcnw { align-content: center; align-items: center; gap: 30px; order: 0; width: 100%; } .framer-pSydC .framer-15xu2gf { gap: 25px; } .framer-pSydC .framer-xcos41 { height: 325px; order: 1; width: 265px; } .framer-pSydC .framer-qkbiw3 { flex-direction: column; gap: 32px; justify-content: center; max-width: 529px; } .framer-pSydC .framer-6egazq { gap: 25px; order: 0; width: 100%; } .framer-pSydC .framer-cy6nyj-container { order: 1; width: 100%; } .framer-pSydC .framer-1sjf5gz { gap: 40px; justify-content: flex-start; } .framer-pSydC .framer-1b3tv90 { order: 0; width: 100%; } .framer-pSydC .framer-2yr3xf { align-content: center; align-items: center; flex-direction: column; }}\",\"@media (max-width: 767px) { .framer-pSydC.framer-1ny34a1 { width: 390px; } .framer-pSydC .framer-adcu0g, .framer-pSydC .framer-jtzwsi { padding: 0px; } .framer-pSydC .framer-13e5imt { padding: 100px 0px 60px 0px; } .framer-pSydC .framer-sojmb3, .framer-pSydC .framer-1j192vi, .framer-pSydC .framer-1w15qob, .framer-pSydC .framer-1h0p5a9, .framer-pSydC .framer-1c0ztg5, .framer-pSydC .framer-2nk4lu { gap: 30px; max-width: 524px; } .framer-pSydC .framer-46cbvx { flex-direction: column; gap: 30px; justify-content: flex-start; max-width: 330px; } .framer-pSydC .framer-1fo4yn1 { align-content: center; align-items: center; flex: none; justify-content: center; order: 1; width: 100%; } .framer-pSydC .framer-1u0z36w { gap: 20px; width: 100%; } .framer-pSydC .framer-1hu08rw { align-content: center; align-items: center; flex-direction: column; width: 100%; } .framer-pSydC .framer-6s6kc7, .framer-pSydC .framer-1qdaxqs, .framer-pSydC .framer-13rcsmq, .framer-pSydC .framer-17zwmd, .framer-pSydC .framer-awte17, .framer-pSydC .framer-14oxikb { flex: none; width: 100%; } .framer-pSydC .framer-1qha06p { height: var(--framer-aspect-ratio-supported, 433px); order: 0; width: 100%; } .framer-pSydC .framer-pggb5o, .framer-pSydC .framer-18os74j { gap: 40px; max-width: 524px; } .framer-pSydC .framer-2qjy94 { gap: 30px; padding: 20px 0px 64px 0px; } .framer-pSydC .framer-wqo49w { max-width: 264px; } .framer-pSydC .framer-lm3ff3, .framer-pSydC .framer-7mcsrn, .framer-pSydC .framer-1jy1bzh, .framer-pSydC .framer-e784zy, .framer-pSydC .framer-ujc1rs, .framer-pSydC .framer-99xcdz, .framer-pSydC .framer-1gj1okm, .framer-pSydC .framer-15tf4dn { padding: 60px 0px 60px 0px; } .framer-pSydC .framer-2bmwpo, .framer-pSydC .framer-1k0pe0s, .framer-pSydC .framer-161hzgi { flex-direction: column; gap: 40px; max-width: 315px; } .framer-pSydC .framer-5g00ys { height: var(--framer-aspect-ratio-supported, 362px); width: 100%; } .framer-pSydC .framer-ehyzgb { align-content: center; align-items: center; width: 100%; } .framer-pSydC .framer-1f4qp6v { align-content: center; align-items: center; gap: 24px; } .framer-pSydC .framer-fhx4a9 { flex-direction: column; gap: 30px; max-width: 370px; } .framer-pSydC .framer-zq0uif { height: 634px; padding: 55px 0px 354px 0px; width: 100%; } .framer-pSydC .framer-17gl2c1 { flex: 1 0 0px; height: 1px; } .framer-pSydC .framer-13x9t9a { width: 100%; } .framer-pSydC .framer-p7sp4z { flex-direction: column; height: 424px; width: 100%; } .framer-pSydC .framer-j8102h { height: var(--framer-aspect-ratio-supported, 39px); width: 48%; } .framer-pSydC .framer-1eudp9c { height: var(--framer-aspect-ratio-supported, 41px); width: 50%; } .framer-pSydC .framer-zst8as { height: var(--framer-aspect-ratio-supported, 43px); width: 53%; } .framer-pSydC .framer-1444qk6 { height: var(--framer-aspect-ratio-supported, 35px); width: 43%; } .framer-pSydC .framer-1b6s0rd { height: var(--framer-aspect-ratio-supported, 49px); width: 60%; } .framer-pSydC .framer-142bmoe { height: var(--framer-aspect-ratio-supported, 37px); width: 46%; } .framer-pSydC .framer-100hmnv { flex-direction: column; max-width: 320px; } .framer-pSydC .framer-1m57v7x { align-content: center; align-items: center; gap: 36px; order: 1; width: 100%; } .framer-pSydC .framer-1m8iwfv, .framer-pSydC .framer-1w4wta1 { align-content: center; align-items: center; } .framer-pSydC .framer-1ykta86, .framer-pSydC .framer-a7z8f0 { height: var(--framer-aspect-ratio-supported, 256px); order: 0; width: 100%; } .framer-pSydC .framer-xrsrcy { height: var(--framer-aspect-ratio-supported, 345px); } .framer-pSydC .framer-17q7ck1 { flex-direction: column; gap: 48px; justify-content: flex-start; max-width: 330px; } .framer-pSydC .framer-17r8n15 { height: var(--framer-aspect-ratio-supported, 368px); order: 0; width: 100%; } .framer-pSydC .framer-6ziqr8 { height: var(--framer-aspect-ratio-supported, 368px); } .framer-pSydC.framer-uj5bn6-container { height: var(--framer-aspect-ratio-supported, 168px); width: 300px; } .framer-pSydC .framer-1bdvkqx { gap: 24px; order: 1; width: 100%; } .framer-pSydC .framer-pu5tsl { gap: 30px; } .framer-pSydC .framer-cshag2 { align-content: center; align-items: center; gap: 24px; width: 330px; } .framer-pSydC .framer-ywtoab { padding: 12px 0px 12px 0px; } .framer-pSydC .framer-1xms9y2 { flex-direction: column; gap: 20px; justify-content: flex-start; max-width: 315px; } .framer-pSydC .framer-zz10z { align-content: center; align-items: center; gap: 34px; order: 1; width: 100%; } .framer-pSydC .framer-7uzcnw { align-content: center; align-items: center; gap: 36px; order: 0; width: 100%; } .framer-pSydC .framer-xcos41 { height: 316px; order: 1; width: 231px; } .framer-pSydC .framer-qkbiw3 { flex-direction: column; gap: 16px; max-width: 315px; } .framer-pSydC .framer-6egazq, .framer-pSydC .framer-1b3tv90, .framer-pSydC .framer-qkrui7-container { order: 0; width: 100%; } .framer-pSydC .framer-cy6nyj-container, .framer-pSydC .framer-1eza16h-container { order: 1; width: 100%; } .framer-pSydC .framer-1sjf5gz { gap: 40px; justify-content: flex-start; max-width: 330px; } .framer-pSydC .framer-2yr3xf { flex-direction: column; } .framer-pSydC .framer-brat4p-container { order: 2; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10751\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Yx4_vBu5G\":{\"layout\":[\"fixed\",\"auto\"]},\"a_q42qjzl\":{\"layout\":[\"fixed\",\"auto\"]},\"m7Haix37Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerF_9tOtSMP=withCSS(Component,css,\"framer-pSydC\");export default FramerF_9tOtSMP;FramerF_9tOtSMP.displayName=\"Home 4\";FramerF_9tOtSMP.defaultProps={height:10751,width:1440};addFonts(FramerF_9tOtSMP,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...NavigationFonts,...GradientHeadingFonts,...Button3Fonts,...ListItemCheckFonts,...ButtonFonts,...FeatureWidgetFonts,...MaterialFonts,...VideoFonts,...FeatherFonts,...FAQFonts,...PricingCardFonts,...FooterV4ComboFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF_9tOtSMP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yx4_vBu5G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a_q42qjzl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m7Haix37Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"10751\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "isMotionValue", "v", "MotionValue", "useAutoMotionValue", "inputValue", "options", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "ref", "value1", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "newValue", "ref2", "animate2", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "se", "shouldPlay", "autoPlay", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "ue", "videoProgress", "useAutoMotionValue", "value", "newValue", "useMotionValueEvent", "latest", "useOnEnter", "useOnExit", "src", "fragment", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1irffj5", "args", "onTap1qrft5j", "onTap5sgs37", "onTapk6bon7", "onTap1h6ju6k", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerHSzvd34UL", "withCSS", "HSzvd34UL_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "paragraph", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FdjxzEO46", "Xsxi0csWQ", "lrvdaqUbf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerlyGm6BTHS", "withCSS", "lyGm6BTHS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeroFonts", "getFonts", "Icon", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "text", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "NBXoWf6HL", "UvIcHxFZF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "Icon", "RichText2", "css", "Framero1SjOQmKU", "withCSS", "o1SjOQmKU_default", "addPropertyControls", "ControlType", "addFonts", "HeroFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "XfZ7e0oN2_default", "GradientHeadingFonts", "pAhJXTUUw_default", "Button3Fonts", "RG8p6a_9y_default", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "RichTextWithFX", "RichText2", "ListItemCheckFonts", "o1SjOQmKU_default", "ButtonFonts", "ntmRvVUpF_default", "FeatureWidgetFonts", "lyGm6BTHS_default", "MaterialFonts", "Icon", "VideoFonts", "Video", "FeatherFonts", "FAQFonts", "HSzvd34UL_default", "ContainerWithFX", "Container", "PricingCardFonts", "ShhU9A5Gl_default", "FooterV4ComboFonts", "ORCGP_jAl_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "formVariants", "form", "variants", "currentVariant", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "animation9", "transition2", "animation10", "transition3", "animation11", "addImageAlt", "image", "alt", "transition4", "animation12", "transition5", "animation13", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation14", "transition6", "animation15", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onClick1wnntms", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "FormContainer", "formState", "l", "FormPlainTextInput2", "getLoadingLazyAtYPosition", "Link", "SVG", "AnimatePresence", "Ga", "css", "FramerF_9tOtSMP", "withCSS", "F_9tOtSMP_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
