{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js", "ssg:https://framerusercontent.com/modules/dm43ie3iCIoBkdQojSXk/aMKEPmlXSWfdCHj1sAFj/BQLGI8k9d.js", "ssg:https://framerusercontent.com/modules/QazkFw0WsF0ccOuBbruU/Bh2V2qs6o9LCFKpm0Sks/Wn6WBluRo.js", "ssg:https://framerusercontent.com/modules/7bTJvrIsdyytAGeadciz/CJ0PI7ovRf0MYoBRGWUc/GXke0zPHG.js", "ssg:https://framerusercontent.com/modules/OshwWMVZsrosGEuLv8HH/1y4h5z28t9DTC3ZlwWAG/JhNpCxUmn.js", "ssg:https://framerusercontent.com/modules/oKk10thVwAyYmn4bozZb/YhC36UTDRsNbaXCuvtpd/TQTgoExhC.js", "ssg:https://framerusercontent.com/modules/vNI6E7cBiuZsmz491ZHl/Y4foreebWhh0X8HlLYgq/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState,useSyncExternalStore}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));let _isBot=null;function isBot(){if(_isBot===null)_isBot=/bot|-Google|Google-|yandex|ia_archiver/iu.test(navigator.userAgent);return _isBot;}const emptySubscribe=()=>()=>{};/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);// https://tkdodo.eu/blog/avoiding-hydration-mismatches-with-use-sync-external-store#usesyncexternalstore\nconst iframeIsDefaultVisible=useSyncExternalStore(emptySubscribe,// bots should not have display:none on the iframe\n()=>isBot(),()=>false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\");// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(// bots shouldn't autoplay the video but see the iframe in the DOM\n!iframeIsDefaultVisible&&(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo)){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{title:title||\"Youtube Video\",style:{...videoStyle,display:showVideo||iframeIsDefaultVisible?undefined:\"none\"},src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp,loading:\"lazy\"}):null,showVideo||iframeIsDefaultVisible?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicWidth\":\"560\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BNJoH0aHn:{hover:true}};const cycleOrder=[\"BNJoH0aHn\",\"DMuXRaf2r\"];const serializationHash=\"framer-0cyam\";const variantClassNames={BNJoH0aHn:\"framer-v-1juobo1\",DMuXRaf2r:\"framer-v-vcfaoj\"};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={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"BNJoH0aHn\",\"Variant 2\":\"DMuXRaf2r\"};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:\"BNJoH0aHn\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BNJoH0aHn\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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,background:{alt:\"\",fit:\"fill\",intrinsicHeight:360.8,intrinsicWidth:672},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1juobo1\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BNJoH0aHn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"BNJoH0aHn-hover\":{\"data-framer-name\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:360.8,intrinsicWidth:672,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png\",srcSet:\"https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png?scale-down-to=512 512w,https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png 840w\"}},DMuXRaf2r:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:451,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png\",srcSet:\"https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png?scale-down-to=512 512w,https://framerusercontent.com/images/dtJud5YqaoWthG6L1acH9wJH5I.png 840w\"},className:\"framer-ki0u9a\",\"data-framer-name\":\"Colour\",layoutDependency:layoutDependency,layoutId:\"o2pkvDRRn\",style:{opacity:0},variants:{\"BNJoH0aHn-hover\":{opacity:1},DMuXRaf2r:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:451,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/Sdg6t5sFS2IrjATnc9Psw8VgtpM.png\",srcSet:\"https://framerusercontent.com/images/Sdg6t5sFS2IrjATnc9Psw8VgtpM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Sdg6t5sFS2IrjATnc9Psw8VgtpM.png 840w\"},className:\"framer-1lwhewm\",\"data-framer-name\":\"Black and White\",layoutDependency:layoutDependency,layoutId:\"A8NhlSIVr\",style:{opacity:1},variants:{\"BNJoH0aHn-hover\":{opacity:0},DMuXRaf2r:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0cyam.framer-126rned, .framer-0cyam .framer-126rned { display: block; }\",\".framer-0cyam.framer-1juobo1 { cursor: pointer; height: 320px; overflow: visible; position: relative; width: 596px; }\",\".framer-0cyam .framer-ki0u9a, .framer-0cyam .framer-1lwhewm { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-0cyam.framer-v-vcfaoj.framer-1juobo1 { aspect-ratio: 1.8625277161862528 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 320px); }\",\".framer-0cyam.framer-v-1juobo1.hover.framer-1juobo1 { aspect-ratio: 1.8625277161862528 / 1; height: var(--framer-aspect-ratio-supported, 320px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 320\n * @framerIntrinsicWidth 596\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DMuXRaf2r\":{\"layout\":[\"fixed\",\"fixed\"]},\"x3fKlVDGl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBQLGI8k9d=withCSS(Component,css,\"framer-0cyam\");export default FramerBQLGI8k9d;FramerBQLGI8k9d.displayName=\"Spending\";FramerBQLGI8k9d.defaultProps={height:320,width:596};addPropertyControls(FramerBQLGI8k9d,{variant:{options:[\"BNJoH0aHn\",\"DMuXRaf2r\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBQLGI8k9d,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBQLGI8k9d\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"596\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DMuXRaf2r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x3fKlVDGl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"320\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BQLGI8k9d.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/NB79vhxomK2fCHQqZI1v/zff3QR4wczjk8nyQMnvf/fUGeIbJEy.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zDx711EyZ0nmhGsdy35E/UVsbJpqY27d4ZlVGsXBk/har7dBZEw.js\";const IconoirFonts=getFonts(Iconoir);const cycleOrder=[\"RMhFLg1jW\",\"YBl5qRdhQ\"];const serializationHash=\"framer-OhHdw\";const variantClassNames={RMhFLg1jW:\"framer-v-1ehyn58\",YBl5qRdhQ:\"framer-v-hdzxfm\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:40,delay:0,mass:1,stiffness:400,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(React.Fragment);const humanReadableVariantMap={Closed:\"RMhFLg1jW\",Open:\"YBl5qRdhQ\"};const getProps=({answer,height,id,padding,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,jAYgRyAKW:(_ref=padding!==null&&padding!==void 0?padding:props.jAYgRyAKW)!==null&&_ref!==void 0?_ref:\"24px\",T8rQFvSBR:(_ref1=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref1!==void 0?_ref1:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"RMhFLg1jW\",W88zB8mIG:(_ref3=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref3!==void 0?_ref3:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};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,W88zB8mIG,T8rQFvSBR,jAYgRyAKW,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RMhFLg1jW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1k7zgqk=activeVariantCallback(async(...args)=>{setVariant(\"YBl5qRdhQ\");});const onTapqd09z0=activeVariantCallback(async(...args)=>{setVariant(\"RMhFLg1jW\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"YBl5qRdhQ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ehyn58\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"RMhFLg1jW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1p970wa\":numberToPixelString(jAYgRyAKW),backgroundColor:\"var(--token-de9dc60d-ab39-4a6f-8b52-bd96bc86ea3a, rgb(250, 250, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({YBl5qRdhQ:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aw2d5n\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lJXg7cVkr\",onTap:onTap1k7zgqk,...addPropertyOverrides({YBl5qRdhQ:{onTap:onTapqd09z0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1cvfs4k\",\"data-styles-preset\":\"har7dBZEw\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-ar2x6k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P7wSRuKOZ\",style:{\"--extracted-1lwpl3i\":\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1489sh0-container\",layoutDependency:layoutDependency,layoutId:\"p_sOUloXk-container\",style:{rotate:0},variants:{YBl5qRdhQ:{rotate:45}},children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"p_sOUloXk\",layoutId:\"p_sOUloXk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-deyd0o\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"WxX0AMNd1\",style:{opacity:0},variants:{YBl5qRdhQ:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1gtsin8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aXWLYheRc\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:T8rQFvSBR,variants:{YBl5qRdhQ:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OhHdw.framer-y28301, .framer-OhHdw .framer-y28301 { display: block; }\",\".framer-OhHdw.framer-1ehyn58 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1p970wa); position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OhHdw .framer-aw2d5n { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; user-select: none; width: 100%; }\",\".framer-OhHdw .framer-ar2x6k { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OhHdw .framer-1489sh0-container { flex: none; height: 32px; position: relative; width: 32px; z-index: 1; }\",\".framer-OhHdw .framer-deyd0o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 36px 0px 0px; position: relative; width: 100%; }\",\".framer-OhHdw .framer-1gtsin8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; 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-OhHdw.framer-1ehyn58, .framer-OhHdw .framer-aw2d5n, .framer-OhHdw .framer-deyd0o { gap: 0px; } .framer-OhHdw.framer-1ehyn58 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-OhHdw.framer-1ehyn58 > :first-child, .framer-OhHdw .framer-deyd0o > :first-child { margin-top: 0px; } .framer-OhHdw.framer-1ehyn58 > :last-child, .framer-OhHdw .framer-deyd0o > :last-child { margin-bottom: 0px; } .framer-OhHdw .framer-aw2d5n > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-OhHdw .framer-aw2d5n > :first-child { margin-left: 0px; } .framer-OhHdw .framer-aw2d5n > :last-child { margin-right: 0px; } .framer-OhHdw .framer-deyd0o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 163\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YBl5qRdhQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\",\"jAYgRyAKW\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWn6WBluRo=withCSS(Component,css,\"framer-OhHdw\");export default FramerWn6WBluRo;FramerWn6WBluRo.displayName=\"Row\";FramerWn6WBluRo.defaultProps={height:163,width:400};addPropertyControls(FramerWn6WBluRo,{variant:{options:[\"RMhFLg1jW\",\"YBl5qRdhQ\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String},jAYgRyAKW:{defaultValue:\"24px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerWn6WBluRo,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...IconoirFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWn6WBluRo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YBl5qRdhQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\",\\\"jAYgRyAKW\\\":\\\"padding\\\"}\",\"framerIntrinsicHeight\":\"163\",\"framerIntrinsicWidth\":\"400\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Wn6WBluRo.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Row from\"https://framerusercontent.com/modules/QazkFw0WsF0ccOuBbruU/Bh2V2qs6o9LCFKpm0Sks/Wn6WBluRo.js\";const RowFonts=getFonts(Row);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"SdmiSe655\"];const serializationHash=\"framer-yvo2Y\";const variantClassNames={SdmiSe655:\"framer-v-8zu8mn\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition2={damping:90,delay:.1,mass:1.5,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:150};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition3={damping:90,delay:.2,mass:1.5,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:150};const transition4={damping:90,delay:.3,mass:1.5,stiffness:500,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:150};const transition5={damping:90,delay:.4,mass:1.5,stiffness:500,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:150};const transition6={damping:90,delay:.5,mass:1.5,stiffness:500,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:150};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(React.Fragment);const getProps=({height,id,padding,width,...props})=>{var _ref;return{...props,f29lGsFLa:(_ref=padding!==null&&padding!==void 0?padding:props.f29lGsFLa)!==null&&_ref!==void 0?_ref:\"24px\"};};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,f29lGsFLa,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SdmiSe655\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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-8zu8mn\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SdmiSe655\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1a0dydp-container\",layoutDependency:layoutDependency,layoutId:\"ybgFG6VRN-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"ybgFG6VRN\",jAYgRyAKW:numberToPixelString(f29lGsFLa),layoutId:\"ybgFG6VRN\",style:{width:\"100%\"},T8rQFvSBR:\"To apply for Craydit, simply visit our website and follow the instructions on the application page. You may also contact our customer service for assistance.\",variant:\"YBl5qRdhQ\",W88zB8mIG:\"How do I apply?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-n0icck-container\",layoutDependency:layoutDependency,layoutId:\"QLh1S66Sv-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"QLh1S66Sv\",jAYgRyAKW:numberToPixelString(f29lGsFLa),layoutId:\"QLh1S66Sv\",style:{width:\"100%\"},T8rQFvSBR:\"Craydit offers a range of benefits, including cashback rewards, enhanced security features, and travel perks. You can enjoy these benefits by using our credit cards, debit cards, or prepaid cards.\",variant:\"RMhFLg1jW\",W88zB8mIG:\"What are the benefits?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1u02odi-container\",layoutDependency:layoutDependency,layoutId:\"jzyHvzP70-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"jzyHvzP70\",jAYgRyAKW:numberToPixelString(f29lGsFLa),layoutId:\"jzyHvzP70\",style:{width:\"100%\"},T8rQFvSBR:\"You can easily check your balance by logging into your online account or by contacting our customer service. We also provide mobile apps for convenient access to your account information.\",variant:\"RMhFLg1jW\",W88zB8mIG:\"How can I check my balance?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-lkmri3-container\",layoutDependency:layoutDependency,layoutId:\"krQ9CMR3h-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"krQ9CMR3h\",jAYgRyAKW:numberToPixelString(f29lGsFLa),layoutId:\"krQ9CMR3h\",style:{width:\"100%\"},T8rQFvSBR:\"If your card is lost or stolen, please contact our customer service immediately to report it. We will assist you in blocking the card and issuing a replacement to ensure the security of your account.\",variant:\"RMhFLg1jW\",W88zB8mIG:\"What should I do if my card is lost or stolen?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-jtgfc7-container\",layoutDependency:layoutDependency,layoutId:\"jyZJm_qN0-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"jyZJm_qN0\",jAYgRyAKW:numberToPixelString(f29lGsFLa),layoutId:\"jyZJm_qN0\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, Craydit offers various rewards programs. You can earn cashback rewards, loyalty points, or travel miles depending on the specific card you choose. Check our website for more details.\",variant:\"RMhFLg1jW\",W88zB8mIG:\"Can I earn rewards?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yvo2Y.framer-1j4j5vu, .framer-yvo2Y .framer-1j4j5vu { display: block; }\",\".framer-yvo2Y.framer-8zu8mn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-yvo2Y .framer-1a0dydp-container, .framer-yvo2Y .framer-n0icck-container, .framer-yvo2Y .framer-1u02odi-container, .framer-yvo2Y .framer-lkmri3-container, .framer-yvo2Y .framer-jtgfc7-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yvo2Y.framer-8zu8mn { gap: 0px; } .framer-yvo2Y.framer-8zu8mn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-yvo2Y.framer-8zu8mn > :first-child { margin-top: 0px; } .framer-yvo2Y.framer-8zu8mn > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 565\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"f29lGsFLa\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGXke0zPHG=withCSS(Component,css,\"framer-yvo2Y\");export default FramerGXke0zPHG;FramerGXke0zPHG.displayName=\"Accordion\";FramerGXke0zPHG.defaultProps={height:565,width:1e3};addPropertyControls(FramerGXke0zPHG,{f29lGsFLa:{defaultValue:\"24px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerGXke0zPHG,[{explicitInter:true,fonts:[]},...RowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGXke0zPHG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"565\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1000\",\"framerVariables\":\"{\\\"f29lGsFLa\\\":\\\"padding\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GXke0zPHG.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={g79zXIJTt:{hover:true}};const cycleOrder=[\"g79zXIJTt\",\"SKI33OUf4\"];const serializationHash=\"framer-wASTn\";const variantClassNames={g79zXIJTt:\"framer-v-1ezeqil\",SKI33OUf4:\"framer-v-1ejppfj\"};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={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"g79zXIJTt\",\"Variant 2\":\"SKI33OUf4\"};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:\"g79zXIJTt\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g79zXIJTt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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,background:{alt:\"\",fit:\"fill\",intrinsicHeight:540.8,intrinsicWidth:672},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ezeqil\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"g79zXIJTt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"g79zXIJTt-hover\":{\"data-framer-name\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:540.8,intrinsicWidth:672,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png\",srcSet:\"https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png 840w\"}},SKI33OUf4:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:676,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png\",srcSet:\"https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png?scale-down-to=512 512w,https://framerusercontent.com/images/kJSEzz0damyzXy9Bj5sSnjPDfMU.png 840w\"},className:\"framer-vvsoot\",\"data-framer-name\":\"Colour\",layoutDependency:layoutDependency,layoutId:\"ZspbZwjWp\",style:{opacity:0},variants:{\"g79zXIJTt-hover\":{opacity:1},SKI33OUf4:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:676,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/FkCLY32waiH5ht5MSm3nEJCjyIk.png\",srcSet:\"https://framerusercontent.com/images/FkCLY32waiH5ht5MSm3nEJCjyIk.png?scale-down-to=512 512w,https://framerusercontent.com/images/FkCLY32waiH5ht5MSm3nEJCjyIk.png 840w\"},className:\"framer-1k62bix\",\"data-framer-name\":\"Black and White\",layoutDependency:layoutDependency,layoutId:\"Imcy47aED\",style:{opacity:1},variants:{\"g79zXIJTt-hover\":{opacity:0},SKI33OUf4:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wASTn.framer-181wgj8, .framer-wASTn .framer-181wgj8 { display: block; }\",\".framer-wASTn.framer-1ezeqil { cursor: default; height: 480px; overflow: visible; position: relative; width: 596px; }\",\".framer-wASTn .framer-vvsoot, .framer-wASTn .framer-1k62bix { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-wASTn.framer-v-1ejppfj.framer-1ezeqil, .framer-wASTn.framer-v-1ezeqil.hover.framer-1ezeqil { aspect-ratio: 1.2416666666666667 / 1; height: var(--framer-aspect-ratio-supported, 480px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 480\n * @framerIntrinsicWidth 596\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SKI33OUf4\":{\"layout\":[\"fixed\",\"fixed\"]},\"dHz50dWFj\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJhNpCxUmn=withCSS(Component,css,\"framer-wASTn\");export default FramerJhNpCxUmn;FramerJhNpCxUmn.displayName=\"Fraud Monitoring\";FramerJhNpCxUmn.defaultProps={height:480,width:596};addPropertyControls(FramerJhNpCxUmn,{variant:{options:[\"g79zXIJTt\",\"SKI33OUf4\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJhNpCxUmn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJhNpCxUmn\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"480\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SKI33OUf4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dHz50dWFj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"596\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JhNpCxUmn.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bZjni1RmW:{hover:true}};const cycleOrder=[\"bZjni1RmW\",\"TCDy1dJG0\"];const serializationHash=\"framer-GiK6g\";const variantClassNames={bZjni1RmW:\"framer-v-ciq2gx\",TCDy1dJG0:\"framer-v-1xcll74\"};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={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bZjni1RmW\",\"Variant 2\":\"TCDy1dJG0\"};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:\"bZjni1RmW\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bZjni1RmW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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,background:{alt:\"\",fit:\"fill\",intrinsicHeight:722.4,intrinsicWidth:672},className:cx(serializationHash,...sharedStyleClassNames,\"framer-ciq2gx\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bZjni1RmW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bZjni1RmW-hover\":{\"data-framer-name\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:722.4,intrinsicWidth:672,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/9JhNFrZ60jec4tZebHPvFxuIZU.png\",srcSet:\"https://framerusercontent.com/images/9JhNFrZ60jec4tZebHPvFxuIZU.png 840w\"}},TCDy1dJG0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:900,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/9JhNFrZ60jec4tZebHPvFxuIZU.png\",srcSet:\"https://framerusercontent.com/images/9JhNFrZ60jec4tZebHPvFxuIZU.png 840w\"},className:\"framer-jombf5\",\"data-framer-name\":\"Colour\",layoutDependency:layoutDependency,layoutId:\"xbNYwsWNA\",style:{opacity:0},variants:{\"bZjni1RmW-hover\":{opacity:1},TCDy1dJG0:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:900,pixelWidth:840,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/x2ToGyaqphm59Yeo86HI4YQLys.png\",srcSet:\"https://framerusercontent.com/images/x2ToGyaqphm59Yeo86HI4YQLys.png 840w\"},className:\"framer-1fakvjc\",\"data-framer-name\":\"Black And White\",layoutDependency:layoutDependency,layoutId:\"NPyKyxjgh\",style:{opacity:1},variants:{\"bZjni1RmW-hover\":{opacity:0},TCDy1dJG0:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GiK6g.framer-137ik3, .framer-GiK6g .framer-137ik3 { display: block; }\",\".framer-GiK6g.framer-ciq2gx { cursor: pointer; height: 641px; overflow: visible; position: relative; width: 596px; }\",\".framer-GiK6g .framer-jombf5, .framer-GiK6g .framer-1fakvjc { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(49.921996879875216% - 100% / 2); width: 100%; }\",\".framer-GiK6g.framer-v-1xcll74.framer-ciq2gx { aspect-ratio: 0.9302325581395349 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 641px); }\",\".framer-GiK6g.framer-v-ciq2gx.hover.framer-ciq2gx { aspect-ratio: 0.9302325581395349 / 1; height: var(--framer-aspect-ratio-supported, 641px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 641\n * @framerIntrinsicWidth 596\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TCDy1dJG0\":{\"layout\":[\"fixed\",\"fixed\"]},\"H_HsMWW0q\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTQTgoExhC=withCSS(Component,css,\"framer-GiK6g\");export default FramerTQTgoExhC;FramerTQTgoExhC.displayName=\"Globe\";FramerTQTgoExhC.defaultProps={height:641,width:596};addPropertyControls(FramerTQTgoExhC,{variant:{options:[\"bZjni1RmW\",\"TCDy1dJG0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTQTgoExhC,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTQTgoExhC\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"596\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TCDy1dJG0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H_HsMWW0q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"641\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TQTgoExhC.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/QT1T2E8wheNIIXpHephB/Smooth_Scroll.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import FormButton from\"#framer/local/canvasComponent/AOgNJbMqd/AOgNJbMqd.js\";import Spending from\"#framer/local/canvasComponent/BQLGI8k9d/BQLGI8k9d.js\";import TestimonialCards from\"#framer/local/canvasComponent/glfBd4r3O/glfBd4r3O.js\";import Accordion from\"#framer/local/canvasComponent/GXke0zPHG/GXke0zPHG.js\";import FraudMonitoring from\"#framer/local/canvasComponent/JhNpCxUmn/JhNpCxUmn.js\";import Button from\"#framer/local/canvasComponent/QwameaXhU/QwameaXhU.js\";import Globe from\"#framer/local/canvasComponent/TQTgoExhC/TQTgoExhC.js\";import NavBar from\"#framer/local/canvasComponent/wcA_AEGZ8/wcA_AEGZ8.js\";import*as sharedStyle4 from\"#framer/local/css/fUGeIbJEy/fUGeIbJEy.js\";import*as sharedStyle5 from\"#framer/local/css/fxjgiyqy4/fxjgiyqy4.js\";import*as sharedStyle from\"#framer/local/css/HoUG3jmHr/HoUG3jmHr.js\";import*as sharedStyle1 from\"#framer/local/css/p4pNFFYEt/p4pNFFYEt.js\";import*as sharedStyle7 from\"#framer/local/css/VXo_6kzg5/VXo_6kzg5.js\";import*as sharedStyle6 from\"#framer/local/css/XunSlJfjy/XunSlJfjy.js\";import*as sharedStyle2 from\"#framer/local/css/Y9WlDUJbl/Y9WlDUJbl.js\";import*as sharedStyle3 from\"#framer/local/css/yUcK7R9b0/yUcK7R9b0.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavBarFonts=getFonts(NavBar);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const IconoirFonts=getFonts(Iconoir);const MotionDivWithFX=withFX(motion.div);const SpendingFonts=getFonts(Spending);const FraudMonitoringFonts=getFonts(FraudMonitoring);const GlobeFonts=getFonts(Globe);const FormButtonFonts=getFonts(FormButton);const FormContainerWithFX=withFX(FormContainer);const TestimonialCardsFonts=getFonts(TestimonialCards);const AccordionFonts=getFonts(Accordion);const cycleOrder=[\"WQLkyLRf1\",\"wFx596RCk\",\"d54otG13e\"];const breakpoints={d54otG13e:\"(max-width: 809px)\",wFx596RCk:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-FAniv\";const variantClassNames={d54otG13e:\"framer-v-vk7y2s\",wFx596RCk:\"framer-v-ragxgq\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition1={damping:90,delay:.1,mass:1.5,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:150};const transition2={damping:90,delay:.2,mass:1.5,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:150};const transition3={damping:90,delay:.3,mass:1.5,stiffness:500,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:150};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition4={damping:90,delay:.4,mass:1.5,stiffness:500,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:150};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"d54otG13e\",Tablet:\"wFx596RCk\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-FAniv`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-FAniv`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const id=useRouteElementId(\"aR4IxAawO\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"d54otG13e\")return false;return true;};const id1=useRouteElementId(\"tAWNU1js_\");const ref3=React.useRef(null);const id2=useRouteElementId(\"oLWfDLxKd\");const ref4=React.useRef(null);const id3=useRouteElementId(\"utoEVRuNv\");const ref5=React.useRef(null);const id4=useRouteElementId(\"nfadXUDLf\");const ref6=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2gg3wa-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"WlHXhvY38\",intensity:10,layoutId:\"WlHXhvY38\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"nav\",{className:\"framer-y8rzrf\",\"data-framer-name\":\"Nav\",name:\"Nav\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(100vw, 1280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hclwrs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{variant:\"ligH55rhD\"},wFx596RCk:{variant:\"KI3lXv4M9\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"Fr6HF5A7w\",iFYPx0VO0:100,layoutId:\"Fr6HF5A7w\",style:{width:\"100%\"},variant:\"XnIdul7WE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-18f269n\",\"data-framer-name\":\"Hero\",id:id,name:\"Hero\",ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{background:{alt:\"\",fit:\"fill\",pixelHeight:1632,pixelWidth:2912,sizes:\"calc(min(100vw, 1280px) - 32px)\",src:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg\",srcSet:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg 2912w\"}},wFx596RCk:{background:{alt:\"\",fit:\"fill\",pixelHeight:1632,pixelWidth:2912,sizes:\"calc(min(100vw, 1280px) - 64px)\",src:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg\",srcSet:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg 2912w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1632,pixelWidth:2912,sizes:\"calc(min(100vw, 1280px) - 80px)\",src:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg\",srcSet:\"https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HaBvxkMSMjIsZK8PSgbPuTsDO9c.jpg 2912w\"},className:\"framer-ihicod\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10y852i\",\"data-framer-name\":\"Opacity Layer (Tweak/Delete)\",name:\"Opacity Layer (Tweak/Delete)\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dk0mqx\",\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15oi4qw\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1kcqep7\",\"data-styles-preset\":\"HoUG3jmHr\",children:\"Unlock the Power of Financial Freedom\"})}),className:\"framer-210p1r\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b1dj3g\",\"data-styles-preset\":\"p4pNFFYEt\",children:\"Experience the convenience and security of our credit, debit, and prepaid cards.\"})}),className:\"framer-19uako4\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x3l9kw\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 80px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{__framer__styleAppearEffectEnabled:undefined,\"data-framer-appear-id\":\"1mhemi7\",animate:optimizeAppear(\"animate\",\"1mhemi7\",animation4,\"vk7y2s\"),initial:optimizeAppear(\"initial\",\"1mhemi7\",animation5,\"vk7y2s\")}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12v6cuz-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Join Now\",beu84SEkZ:{borderColor:'var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255))\",eTpyMd4G8:true,gdI1TvgB8:false,GLtr6St5M:\"var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255))\",hbObnkLDc:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",height:\"100%\",id:\"OSY3D4N7Y\",JSLQxt8lV:\"var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255))\",JzWUX5ovF:\"12px 24px 12px 36px\",layoutId:\"OSY3D4N7Y\",rJdTjWjhq:{borderColor:'var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13)) /* {\"name\":\"Dark\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"ArrowRight\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 80px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{__framer__styleAppearEffectEnabled:undefined,\"data-framer-appear-id\":\"ukwyz7\",animate:optimizeAppear(\"animate\",\"ukwyz7\",animation7,\"vk7y2s\"),initial:optimizeAppear(\"initial\",\"ukwyz7\",animation5,\"vk7y2s\")}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5bnndy-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Contact Us\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-d6ea213c-8b30-4cfd-835c-851b39571586, rgb(207, 231, 234))\",DihQlb0cL:\"var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-d6ea213c-8b30-4cfd-835c-851b39571586, rgb(207, 231, 234))\",height:\"100%\",id:\"jV6GLjfos\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"jV6GLjfos\",rJdTjWjhq:{borderColor:'var(--token-d6ea213c-8b30-4cfd-835c-851b39571586, rgb(207, 231, 234)) /* {\"name\":\"Green 2\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"ArrowRight\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\"})})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s3iuti-container hidden-vk7y2s\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,height:\"100%\",id:\"JwVlEm5uX\",isMixedBorderRadius:false,isRed:false,layoutId:\"JwVlEm5uX\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:8,topRightRadius:8,url:\"https://youtu.be/KrlM_-_viw8\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9ylstr\",\"data-framer-name\":\"Features\",id:id1,name:\"Features\",ref:ref3,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nkxgdl\",\"data-styles-preset\":\"Y9WlDUJbl\",children:\"Enjoy Cashback Rewards on Every Purchase and Maximise Savings\"})}),className:\"framer-h8szwp\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-euyogr\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ce0mh1\",\"data-framer-name\":\"List Item\",name:\"List Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wo5rhs\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dzxh7g-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-bc211303-3a5b-423b-b32c-0f8adc9fa917, rgb(60, 164, 127))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ShieldAdd\",id:\"mHOUQokW_\",layoutId:\"mHOUQokW_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Enhanced Protection for Guaranteed Peace\"})}),className:\"framer-rxwy13\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Our credit, debit, and prepaid cards offer a range of benefits to suit your financial needs.\"})}),className:\"framer-1vqbsk8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x6pqv2\",\"data-framer-name\":\"List Item\",name:\"List Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xr8cjd\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kzphp1-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-bc211303-3a5b-423b-b32c-0f8adc9fa917, rgb(60, 164, 127))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Gift\",id:\"eFHutKPXb\",layoutId:\"eFHutKPXb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Unique Travel Benefits and Discounts\"})}),className:\"framer-1fq64bu\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Experience the convenience and flexibility of our travel-friendly cards.\"})}),className:\"framer-mwcfvm\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s9yuye\",\"data-framer-name\":\"List Item\",name:\"List Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gu1j6f\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tts2yy-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-bc211303-3a5b-423b-b32c-0f8adc9fa917, rgb(60, 164, 127))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"MoneySquare\",id:\"X8SzhEdfW\",layoutId:\"X8SzhEdfW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Effortlessly Supervise Your Financial Matters\"})}),className:\"framer-18cz9bg\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Our cards provide you with the tools you need to stay in control of your money.\"})}),className:\"framer-uynxzk\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1urmc68\",\"data-framer-name\":\"Benefits\",id:id2,name:\"Benefits\",ref:ref4,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nkxgdl\",\"data-styles-preset\":\"Y9WlDUJbl\",children:\"Unlock Financial Freedom Today\"})}),className:\"framer-1s1xb21\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c79gw8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oimkvo\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fnx2sg\",\"data-framer-name\":\"Benefit one\",name:\"Benefit one\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4dnnwq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 64px)\"},wFx596RCk:{width:\"calc(max((min(100vw, 1280px) - 80px) / 2, 1px) - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(max((min(100vw, 1280px) - 104px) / 2, 1px) - 48px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r7zmyn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{variant:\"DMuXRaf2r\"},wFx596RCk:{variant:\"DMuXRaf2r\"}},children:/*#__PURE__*/_jsx(Spending,{height:\"100%\",id:\"WlzdR4Xk1\",layoutId:\"WlzdR4Xk1\",style:{height:\"100%\",width:\"100%\"},variant:\"BNJoH0aHn\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-484gfh\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m098au\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Personalized Spending Insights and Budgeting Tools\"})}),className:\"framer-1n0fqyk\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"From tracking your expenses to categorizing your transactions, our cutting-edge technology empowers you to take control of your finances. With our customizable budgeting features, you'll be able to set realistic goals, monitor your progress, and make informed decisions about your spending.\"})}),className:\"framer-1jbwgai\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pyvdbh\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rooqwn-container\",children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Learn More\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(251, 255, 250))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237))\",height:\"100%\",id:\"ZqYMwaqYL\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"ZqYMwaqYL\",rJdTjWjhq:{borderColor:'var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237)) /* {\"name\":\"Dark Grey\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"Home\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2mklmo\",\"data-framer-name\":\"Benefit two\",name:\"Benefit two\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:230.4,intrinsicWidth:864,loading:\"lazy\",pixelHeight:288,pixelWidth:1080,sizes:\"calc(min(100vw, 1280px) - 64px)\",src:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1\",srcSet:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?lossless=1 1080w\"}},wFx596RCk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:230.4,intrinsicWidth:864,loading:\"lazy\",pixelHeight:288,pixelWidth:1080,sizes:\"calc(max((min(100vw, 1280px) - 80px) / 2, 1px) - 32px)\",src:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1\",srcSet:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?lossless=1 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:230.4,intrinsicWidth:864,loading:\"lazy\",pixelHeight:288,pixelWidth:1080,sizes:\"calc(max((min(100vw, 1280px) - 104px) / 2, 1px) - 48px)\",src:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1\",srcSet:\"https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RzkhlUMULvpzOvUkdzH8NnGGks.png?lossless=1 1080w\"},className:\"framer-k19dol\",\"data-framer-name\":\"Stack_2x\",name:\"Stack_2x\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qjt8r2\",\"data-framer-name\":\"Benefit three\",name:\"Benefit three\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1suov86\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 64px)\"},wFx596RCk:{width:\"calc(max((min(100vw, 1280px) - 80px) / 2, 1px) - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(max((min(100vw, 1280px) - 104px) / 2, 1px) - 48px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-105w6qt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{variant:\"SKI33OUf4\"},wFx596RCk:{variant:\"SKI33OUf4\"}},children:/*#__PURE__*/_jsx(FraudMonitoring,{height:\"100%\",id:\"Ra8c1ux2S\",layoutId:\"Ra8c1ux2S\",style:{height:\"100%\",width:\"100%\"},variant:\"g79zXIJTt\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hpwndz\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ttcr3\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Continuous Fraud Monitoring and Immediate Alerts\"})}),className:\"framer-1es823g\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Our advanced fraud monitoring system is designed to detect and prevent unauthorized transactions 24 hours a day, 7 days a week. With real-time alerts, you'll be notified immediately if any suspicious activity is detected, giving you the power to take swift action and protect your account.\"})}),className:\"framer-1hdj7os\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19q7i2e\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r6q646-container\",children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Learn More\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(251, 255, 250))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237))\",height:\"100%\",id:\"NXWcXQrR5\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"NXWcXQrR5\",rJdTjWjhq:{borderColor:'var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237)) /* {\"name\":\"Dark Grey\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"Home\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13y6s9z\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9gdv88\",\"data-framer-name\":\"Benefit one\",name:\"Benefit one\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",loading:\"lazy\"},className:\"framer-1gh107o\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 64px)\"},wFx596RCk:{width:\"calc(max((min(100vw, 1280px) - 80px) / 2, 1px) - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(max((min(100vw, 1280px) - 104px) / 2, 1px) - 48px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fgnxv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{variant:\"TCDy1dJG0\"},wFx596RCk:{variant:\"TCDy1dJG0\"}},children:/*#__PURE__*/_jsx(Globe,{height:\"100%\",id:\"cWGzyQF8g\",layoutId:\"cWGzyQF8g\",style:{height:\"100%\",width:\"100%\"},variant:\"bZjni1RmW\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-172g6jo\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nnjqwv\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Pay Seamlessly Across the Globe in over 70 Countries\"})}),className:\"framer-1ub47ml\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Our robust payment network ensures that your transactions are processed quickly and securely, giving you the freedom to manage your finances without borders. Whether you need to pay bills or make purchases, our card provides a reliable and efficient way to do so, no matter where you are in the world.\"})}),className:\"framer-1n0lyin\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nv1fc4\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q7f4g7-container\",children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Learn More\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(251, 255, 250))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237))\",height:\"100%\",id:\"nYr8jnIQK\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"nYr8jnIQK\",rJdTjWjhq:{borderColor:'var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237)) /* {\"name\":\"Dark Grey\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"Home\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4nsbwc\",\"data-framer-name\":\"Benefit two\",name:\"Benefit two\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e218jr\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:3986,pixelWidth:5979,sizes:\"596px\",src:\"https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg\",srcSet:\"https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/WH9eV2lu3RjtgIQp5Yv7biaZo.jpg 5979w\"},className:\"framer-osengw\",\"data-framer-name\":\"Image\",name:\"Image\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p7yp0o\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dhamrf\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Airline Miles and Accomodation Discounts for Members\"})}),className:\"framer-13okayx\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Embark on journeys with our air mile perks and lodging discounts, crafted to enhance your adventures and make them unforgettable. From managing flight bookings to securing lavish accommodations, our unique deals promise to raise your travel encounters to unmatched levels.\"})}),className:\"framer-1vs2ohb\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-efv4e9\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hyw3xn-container\",children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Learn More\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(251, 255, 250))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237))\",height:\"100%\",id:\"TGtmE4w8H\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"TGtmE4w8H\",rJdTjWjhq:{borderColor:'var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237)) /* {\"name\":\"Dark Grey\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"Home\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18ieni0\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 32px)\",src:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1 1184w\"}},wFx596RCk:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 64px)\",src:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1 1184w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 80px)\",src:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/UZnZObRNYhoEuNxfkNIoQekIsm8.jpg?lossless=1 1184w\"},className:\"framer-a292dy\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o4sm42\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1faqpdz\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nkxgdl\",\"data-styles-preset\":\"Y9WlDUJbl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Discover Our Financial Product Offerings\"})}),className:\"framer-19mev1w\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b1dj3g\",\"data-styles-preset\":\"p4pNFFYEt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Explore our range of credit, debit, and prepaid cards\"})}),className:\"framer-i8wrub\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2zqw1d\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:/*#__PURE__*/_jsx(FormContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,action:\"https://api.framer.com/forms/v1/forms/72a135f0-8fe5-4870-94c7-071f69977cc9/submit\",className:\"framer-yb5ep2\",style:{transformPerspective:1200},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-175o1uv\",inputName:\"Email\",placeholder:\"sam@craydit.com\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"max(min(100vw, 1280px) - 64px, 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-z1piop-container\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"L_9jjFbxo\",layoutId:\"L_9jjFbxo\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"Rgf85GYOu\",success:\"zp7osdoJg\"},\"Nb40SvzM3\"),width:\"100%\"})})})})]})})})]})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-i7k96n\",\"data-framer-name\":\"Testimonial\",id:id3,name:\"Testimonial\",ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dli8d3\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ooktle\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nkxgdl\",\"data-styles-preset\":\"Y9WlDUJbl\",style:{\"--framer-text-alignment\":\"center\"},children:\"Customers Love Our Services\"})}),className:\"framer-17kav0k\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",style:{\"--framer-text-alignment\":\"center\"},children:\"Read what our customers have to say about their positive experiences with our financial tools.\"})}),className:\"framer-1m92fg\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 32px)\"},wFx596RCk:{width:\"calc(min(100vw, 1280px) - 64px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(min(100vw, 1280px) - 80px)\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-414lry-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{LmjDaTp2j:\"16px\",variant:\"K7SMY8hqF\"}},children:/*#__PURE__*/_jsx(TestimonialCards,{height:\"100%\",id:\"jfNK1PhBY\",layoutId:\"jfNK1PhBY\",LmjDaTp2j:\"48px\",style:{width:\"100%\"},variant:\"I3:565;4301:3376\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-dmod9\",\"data-framer-name\":\"FAQ \",id:id4,name:\"FAQ \",ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-21kqhh\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-nkxgdl\",\"data-styles-preset\":\"Y9WlDUJbl\",children:\"Frequently Asked Questions\"})}),className:\"framer-1apkeg3\",\"data-framer-name\":\"FAQs\",fonts:[\"Inter\"],name:\"FAQs\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Find answers to common questions about our financial products and services.\"})}),className:\"framer-1bzrw6e\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 32px)\"},wFx596RCk:{width:\"calc(min(100vw, 1280px) - 64px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(min(100vw, 1280px) - 80px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ob0099-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{f29lGsFLa:\"16px\"}},children:/*#__PURE__*/_jsx(Accordion,{f29lGsFLa:\"24px\",height:\"100%\",id:\"MplOYXo0d\",layoutId:\"MplOYXo0d\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8nuebx\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8eyhn0\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-12dvaa1\",\"data-styles-preset\":\"yUcK7R9b0\",children:\"Still have a questions?\"})}),className:\"framer-1k401wm\",\"data-framer-name\":\"Still have a questions?\",fonts:[\"Inter\"],name:\"Still have a questions?\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:\"Contact our customer service for further assistance.\"})}),className:\"framer-1f12zz0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q9ldwh-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Button,{afoWi9kiN:\"Contact Us\",beu84SEkZ:{borderColor:'var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174)) /* {\"name\":\"Green 1\"} */',borderStyle:\"solid\",borderWidth:1},cxMiVyQPB:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\",DihQlb0cL:\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(251, 255, 250))\",eTpyMd4G8:false,gdI1TvgB8:false,GLtr6St5M:\"var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, rgb(198, 228, 174))\",hbObnkLDc:\"var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237))\",height:\"100%\",id:\"nyfF3CK_t\",JSLQxt8lV:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",JzWUX5ovF:\"12px 24px 12px 24px\",layoutId:\"nyfF3CK_t\",rJdTjWjhq:{borderColor:'var(--token-8949376c-5b72-43d4-9b08-b595783108ff, rgb(237, 237, 237)) /* {\"name\":\"Dark Grey\"} */',borderStyle:\"solid\",borderWidth:1},uV4AgD92r:\"Home\",V8gD1_eFo:\"Home\",variant:\"I3:210;4174:4758\",width:\"100%\",Xy7HzrQRY:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(25, 26, 25))\"})})})]})]}),/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-118mog8\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 32px)\",src:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1 1184w\"}},wFx596RCk:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 64px)\",src:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1 1184w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:664,pixelWidth:1184,sizes:\"calc(min(100vw, 1280px) - 80px)\",src:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/mPNg1RamDqkm624QIZKZ9WgNBE.jpg?lossless=1 1184w\"},className:\"framer-tgugrn\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e835go\",\"data-framer-name\":\"Links\",name:\"Links\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1abm78p\",\"data-framer-name\":\"Column\",name:\"Column\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":aR4IxAawO\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-15jal7x framer-lux5qc\",\"data-framer-name\":\"Logo\",name:\"Logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1svujuo\",\"data-framer-name\":\"Craydit_3_\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:314,name:\"Craydit_3_\",svg:'<svg width=\"314\" height=\"80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.553 16.608c4.175-3.986 9.844-6.313 15.59-6.602 1.966 0 3.939.012 5.905-.006-.1 2.108 0 4.222-.059 6.33-.277 4.713-2.02 9.319-4.954 13.016-3.815 4.972-9.65 8.308-15.844 9.17-2.705.438-5.45.16-8.173.237.047-2.321-.1-4.648.082-6.963.532-5.74 3.242-11.237 7.453-15.182ZM30.87 10c2.107.024 4.216-.012 6.33.012 5.261.372 10.452 2.391 14.414 5.893 4.37 3.75 7.364 9.112 8.132 14.84.337 2.658.124 5.344.254 8.014-1.843-.006-3.68-.012-5.522 0-4.529-.124-8.982-1.589-12.773-4.057-1.748-1.252-3.543-2.522-4.854-4.258a23.332 23.332 0 0 1-5.569-11.497c-.555-2.953-.33-5.965-.413-8.947ZM.022 40.447c1.872.107 3.75-.088 5.616.118 7.99.172 15.743 4.66 19.883 11.492 2.374 3.827 3.65 8.362 3.484 12.868-.006 1.476.018 2.946-.024 4.417-2.964-.089-5.958.153-8.893-.42-6.52-1.098-12.513-4.978-16.121-10.517C1.232 54.378-.132 49.46.01 44.6c0-1.388 0-2.77.012-4.152Zm50 .626c3.213-.715 6.526-.596 9.791-.596l.142.141c-.071 3.089.171 6.213-.449 9.266-1.305 6.85-5.84 12.968-11.94 16.328-3.797 2.114-8.156 3.153-12.496 3.106-1.388.006-2.781-.024-4.17.017 0-2.556-.105-5.125.184-7.67.673-6.16 4.004-11.894 8.793-15.767 2.964-2.339 6.448-4.034 10.145-4.825ZM95.856 63.43c-3.48 0-6.677-.577-9.59-1.73-2.913-1.174-5.432-2.823-7.557-4.947-2.104-2.144-3.742-4.673-4.916-7.587-1.153-2.933-1.73-6.15-1.73-9.65 0-3.48.567-6.656 1.7-9.529 1.153-2.893 2.741-5.392 4.764-7.496a21.412 21.412 0 0 1 7.071-4.886c2.711-1.153 5.635-1.73 8.77-1.73 2.914 0 5.402.527 7.466 1.579 2.084 1.031 3.733 2.559 4.946 4.582 1.235 2.003 2.034 4.481 2.398 7.435h2.246l-1.912 5.554c-.789-3.075-2.398-5.523-4.826-7.344-2.427-1.821-5.34-2.732-8.74-2.732-2.75 0-5.179.617-7.283 1.852-2.084 1.214-3.722 2.923-4.916 5.128-1.173 2.185-1.76 4.714-1.76 7.587 0 2.185.334 4.188 1.001 6.009.688 1.82 1.64 3.399 2.853 4.734a12.612 12.612 0 0 0 4.4 3.035c1.7.708 3.571 1.062 5.615 1.062 2.346 0 4.45-.455 6.312-1.366a12.708 12.708 0 0 0 4.673-3.915c1.234-1.679 2.064-3.651 2.489-5.917l9.711 1.639c-.668 3.742-2.064 7.02-4.188 9.832-2.104 2.792-4.785 4.957-8.042 6.494-3.237 1.538-6.889 2.307-10.956 2.307Zm13.656-28.405V16.604h9.468v18.42h-9.468Zm27.193 20.06h4.795v7.586h-19.24v-7.587h5.22V36.815h-5.22v-7.587h14.445v25.856Zm11.441-16.904a6.155 6.155 0 0 0-1.153-.213 9.043 9.043 0 0 0-1.336-.09c-2.812 0-5.007.819-6.585 2.457-1.578 1.64-2.367 3.976-2.367 7.01l-1.608-8.224h1.942c.222-2.306.718-4.228 1.487-5.765.789-1.558 1.841-2.722 3.156-3.49 1.315-.77 2.873-1.154 4.673-1.154.344 0 .658.02.941.061.304.02.587.06.85.122v9.286Zm27.421 24.49c-1.335 0-2.367-.395-3.095-1.184-.708-.809-1.062-1.942-1.062-3.398v-7.193l.637-1.214-.364-3.641-.273-2.034v-2.64c0-1.153-.243-2.104-.729-2.852-.485-.77-1.193-1.336-2.124-1.7-.91-.364-2.013-.546-3.308-.546-1.82 0-3.307.374-4.461 1.123-1.133.728-1.871 1.891-2.215 3.49l-8.497-1.305c.364-2.367 1.163-4.38 2.397-6.04 1.234-1.658 2.964-2.923 5.19-3.793 2.225-.87 5.007-1.305 8.345-1.305 3.136 0 5.786.415 7.951 1.245 2.185.809 3.844 2.083 4.977 3.823 1.133 1.74 1.699 3.986 1.699 6.737v14.81h4.006v7.617h-9.074Zm-15.871.607c-3.5 0-6.151-.81-7.951-2.428-1.801-1.618-2.701-3.905-2.701-6.858 0-2.873.9-5.058 2.701-6.555 1.8-1.518 4.623-2.62 8.467-3.308l12.897-2.428v4.491l-10.227 2.185c-1.456.284-2.519.77-3.186 1.457-.668.668-1.002 1.558-1.002 2.67 0 1.194.375 2.105 1.123 2.732.769.627 1.862.94 3.278.94 1.618 0 3.075-.404 4.37-1.213 1.315-.81 2.347-1.963 3.095-3.46.749-1.517 1.123-3.338 1.123-5.462l1.517 7.131h-2.063c-.445 3.379-1.649 5.908-3.612 7.587-1.962 1.68-4.572 2.519-7.829 2.519Zm45.979-34.05h16.478v7.587h-2.974l-11.866 28.86c-1.396 3.359-3.429 5.817-6.099 7.375-2.671 1.578-5.959 2.367-9.863 2.367h-5.675V67.8h5.675c1.841 0 3.449-.365 4.825-1.093 1.376-.728 2.357-1.8 2.944-3.217l3.55-3.975-3.884 6.1-12.078-28.8h-3.339v-7.587h17.996v7.587h-4.521l9.164 23.307-6.251-5.827h6.555l-4.067 4.552 8.376-22.032h-4.946v-7.587Zm43.061 33.443V50.198l.182-2.367v-4.43l-.182-5.402v-15.69h-6.585v-7.587h15.811v40.362h4.916v7.587h-14.142Zm-10.894-34.14c2.448 0 4.693.536 6.737 1.608 2.063 1.052 3.844 2.65 5.341 4.795 1.517 2.124 2.69 4.794 3.52 8.011l-4.522 2.914c0-1.842-.334-3.46-1.001-4.856-.668-1.396-1.639-2.488-2.914-3.277-1.274-.79-2.802-1.184-4.582-1.184-1.78 0-3.308.395-4.582 1.184-1.275.789-2.256 1.891-2.944 3.307-.668 1.417-1.001 3.055-1.001 4.917 0 1.86.354 3.5 1.062 4.916.708 1.396 1.699 2.488 2.974 3.277 1.274.79 2.771 1.184 4.491 1.184 1.76 0 3.278-.395 4.552-1.184 1.275-.789 2.246-1.891 2.913-3.307.688-1.417 1.032-3.076 1.032-4.977l.911 7.435h-1.427c-.404 2.144-1.062 3.965-1.972 5.462a9.474 9.474 0 0 1-3.612 3.43c-1.497.788-3.287 1.183-5.371 1.183-2.306 0-4.39-.455-6.251-1.366a14.237 14.237 0 0 1-4.735-3.763c-1.315-1.598-2.326-3.45-3.034-5.553-.688-2.104-1.032-4.35-1.032-6.737 0-3.54.637-6.616 1.912-9.226 1.295-2.61 3.095-4.623 5.402-6.039 2.326-1.436 5.037-2.155 8.133-2.155Zm42.078 26.553h4.764v7.587h-19.21v-7.587h5.22V36.815h-5.22v-7.587h14.446v25.856Zm-10.045-39.967h10.318v8.74h-10.318v-8.74Zm29.406 36.66c0 1.092.192 1.911.577 2.457.404.547.981.82 1.73.82.748 0 1.315-.273 1.699-.82.405-.566.607-1.385.607-2.458V48.59h7.921v3.126c0 2.387-.375 4.45-1.123 6.19-.749 1.72-1.922 3.045-3.521 3.976-1.598.93-3.661 1.396-6.19 1.396-2.529 0-4.603-.476-6.222-1.426-1.598-.951-2.781-2.287-3.55-4.006-.769-1.72-1.153-3.743-1.153-6.07v-14.93h-5.19v-7.618h5.19v-8.77h9.225v8.77h12.2l-.061 7.617h-12.139v14.931Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4bhith\",\"data-framer-name\":\"Column\",name:\"Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tjh12c\",\"data-framer-name\":\"Footer Links\",name:\"Footer Links\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":tAWNU1js_\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1vsz8iv framer-lux5qc\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Features\"})}),className:\"framer-u0a8y7\",\"data-framer-name\":\"Link One\",fonts:[\"Inter\"],name:\"Link One\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":oLWfDLxKd\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-osohsi framer-lux5qc\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Benefits\"})}),className:\"framer-zfvq61\",\"data-framer-name\":\"Link Two\",fonts:[\"Inter\"],name:\"Link Two\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BeKjrYVFS\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-a3q464 framer-lux5qc\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"About\"})}),className:\"framer-1dzz5bx\",\"data-framer-name\":\"Link Two\",fonts:[\"Inter\"],name:\"Link Two\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":utoEVRuNv\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-10fsj94 framer-lux5qc\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Testimonials\"})}),className:\"framer-lywis0\",\"data-framer-name\":\"Link Three\",fonts:[\"Inter\"],name:\"Link Three\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":nfadXUDLf\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-kc9cc2 framer-lux5qc\",\"data-framer-name\":\"Link\",name:\"Link\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"FAQ\"})}),className:\"framer-nrem5v\",\"data-framer-name\":\"Link Four\",fonts:[\"Inter\"],name:\"Link Four\",verticalAlignment:\"top\",withExternalLayout:true})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v84yll\",\"data-framer-name\":\"Newslatter\",name:\"Newslatter\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7qms7s\",\"data-framer-name\":\"Frame 13\",name:\"Frame 13\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Subscribe\"})})}),className:\"framer-15jkikg\",\"data-framer-name\":\"Subscribe\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Subscribe\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"Join our newsletter to stay up to date on features and releases.\"})}),className:\"framer-zmxuuk\",\"data-framer-name\":\"Join our newsletter to stay up to date on features and releases.\",fonts:[\"Inter\"],name:\"Join our newsletter to stay up to date on features and releases.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xndbx\",\"data-framer-name\":\"Actions\",name:\"Actions\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/f7d8d967-159d-49c2-aa4c-6d33ee524499/submit\",className:\"framer-iersfq\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1t1jp7k\",inputName:\"Email\",placeholder:\"sam@craydit.com\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{d54otG13e:{width:\"calc(min(100vw, 1280px) - 64px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"132px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-joi3yv-container\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"xa8Tokomb\",layoutId:\"xa8Tokomb\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"Rgf85GYOu\",success:\"zp7osdoJg\"},\"Nb40SvzM3\"),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19agnwn\",\"data-styles-preset\":\"XunSlJfjy\",style:{\"--framer-text-color\":\"var(--token-55bb01d2-f711-4c24-ac9c-6f96e57d1574, rgb(250, 252, 250))\"},children:\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\"})}),className:\"framer-1p5kxie\",\"data-framer-name\":\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\",fonts:[\"Inter\"],name:\"By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10adtqb\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-155fkpz\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mhh6w6\",\"data-framer-name\":\"Credits\",name:\"Credits\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",children:\"\\xa9 2024 Craydit. All rights reserved.\"})}),className:\"framer-3erz33\",\"data-framer-name\":\"\\xa9 2024 Craydit. All rights reserved.\",fonts:[\"Inter\"],name:\"\\xa9 2024 Craydit. All rights reserved.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fdtkq3\",\"data-framer-name\":\"Footer Links\",name:\"Footer Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",children:/*#__PURE__*/_jsx(Link,{href:\"https://samyadeep.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1tms6og\",\"data-styles-preset\":\"VXo_6kzg5\",children:\"Designed by Samyadeep\"})})})}),className:\"framer-1pllwnd\",\"data-framer-name\":\"Designed by Samyadeep\",fonts:[\"Inter\"],name:\"Designed by Samyadeep\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-raiejp\",\"data-styles-preset\":\"fxjgiyqy4\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.framer.com/?via=samyadeep\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1tms6og\",\"data-styles-preset\":\"VXo_6kzg5\",children:\"Made In Framer\"})})})}),className:\"framer-nqxete\",\"data-framer-name\":\"Made In Framer\",fonts:[\"Inter\"],name:\"Made In Framer\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u2nx4d\",\"data-framer-name\":\"Social Links\",name:\"Social Links\",children:[/*#__PURE__*/_jsx(Link,{href:\"facebook.com\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-7rqdoy framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-to33za-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"FacebookSquared\",id:\"T8HtYYBpy\",layoutId:\"T8HtYYBpy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"instagram.com\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-k8xmvd framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nqdn2l-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Instagram\",id:\"yKwVJqF21\",layoutId:\"yKwVJqF21\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"x.com/isamyadeep\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1jni8ox framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vphdcf-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Twitter\",id:\"b5Tqd4MNZ\",layoutId:\"b5Tqd4MNZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"linkedin.com\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-aizvxv framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-haic9g-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",id:\"bUlrDCZIv\",layoutId:\"bUlrDCZIv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"youtube.com\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1i7wb6a framer-lux5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nl0iv5-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, rgb(13, 13, 13))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"YouTube\",id:\"yDWlSx7Zk\",layoutId:\"yDWlSx7Zk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ta2w0\",\"data-styles-preset\":\"fUGeIbJEy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://samyadeep.gumroad.com/l/craydit\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1tms6og\",\"data-styles-preset\":\"VXo_6kzg5\",children:\"Get Template\"})})})}),className:\"framer-1ftn7ui\",\"data-framer-name\":\"Delete This - Made In Framer\",fonts:[\"Inter\"],name:\"Delete This - Made In Framer\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-FAniv { background: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255)); }`,\".framer-FAniv.framer-lux5qc, .framer-FAniv .framer-lux5qc { display: block; }\",\".framer-FAniv.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-FAniv .framer-2gg3wa-container, .framer-FAniv .framer-12v6cuz-container, .framer-FAniv .framer-5bnndy-container, .framer-FAniv .framer-1rooqwn-container, .framer-FAniv .framer-r6q646-container, .framer-FAniv .framer-q7f4g7-container, .framer-FAniv .framer-1hyw3xn-container, .framer-FAniv .framer-q9ldwh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FAniv .framer-y8rzrf { align-content: center; align-items: center; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; max-width: 1280px; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-FAniv .framer-1hclwrs-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-FAniv .framer-18f269n { align-content: center; align-items: center; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 100vh; justify-content: center; max-width: 1280px; overflow: hidden; padding: 120px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-FAniv .framer-ihicod { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-FAniv .framer-10y852i { background-color: var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, #0d0d0d); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.1; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAniv .framer-dk0mqx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-15oi4qw, .framer-FAniv .framer-484gfh, .framer-FAniv .framer-1m098au, .framer-FAniv .framer-hpwndz, .framer-FAniv .framer-6ttcr3, .framer-FAniv .framer-172g6jo, .framer-FAniv .framer-1nnjqwv, .framer-FAniv .framer-p7yp0o, .framer-FAniv .framer-dhamrf, .framer-FAniv .framer-8nuebx { 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-FAniv .framer-210p1r, .framer-FAniv .framer-rxwy13, .framer-FAniv .framer-1vqbsk8, .framer-FAniv .framer-1fq64bu, .framer-FAniv .framer-mwcfvm, .framer-FAniv .framer-18cz9bg, .framer-FAniv .framer-uynxzk, .framer-FAniv .framer-1n0fqyk, .framer-FAniv .framer-1jbwgai, .framer-FAniv .framer-1es823g, .framer-FAniv .framer-1hdj7os, .framer-FAniv .framer-1ub47ml, .framer-FAniv .framer-1n0lyin, .framer-FAniv .framer-13okayx, .framer-FAniv .framer-1vs2ohb, .framer-FAniv .framer-i8wrub, .framer-FAniv .framer-17kav0k, .framer-FAniv .framer-1m92fg, .framer-FAniv .framer-1apkeg3, .framer-FAniv .framer-1bzrw6e, .framer-FAniv .framer-1k401wm, .framer-FAniv .framer-1f12zz0, .framer-FAniv .framer-15jkikg, .framer-FAniv .framer-zmxuuk, .framer-FAniv .framer-1p5kxie { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-19uako4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-1x3l9kw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FAniv .framer-1s3iuti-container { aspect-ratio: 1.7777777777777777 / 1; bottom: 64px; flex: none; height: var(--framer-aspect-ratio-supported, 180px); position: absolute; right: 64px; width: 320px; z-index: 0; }\",\".framer-FAniv .framer-9ylstr, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-dmod9 { align-content: flex-start; align-items: flex-start; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 80px 40px 80px 40px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-FAniv .framer-h8szwp, .framer-FAniv .framer-1s1xb21 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-euyogr { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-ce0mh1, .framer-FAniv .framer-x6pqv2, .framer-FAniv .framer-1s9yuye { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-de9dc60d-ab39-4a6f-8b52-bd96bc86ea3a, #fafafa); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-FAniv .framer-wo5rhs, .framer-FAniv .framer-xr8cjd, .framer-FAniv .framer-gu1j6f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; }\",\".framer-FAniv .framer-dzxh7g-container, .framer-FAniv .framer-kzphp1-container, .framer-FAniv .framer-1tts2yy-container { flex: none; height: 40px; left: calc(50.00000000000002% - 40px / 2); position: absolute; top: 4px; width: 40px; }\",\".framer-FAniv .framer-c79gw8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-oimkvo, .framer-FAniv .framer-13y6s9z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FAniv .framer-fnx2sg, .framer-FAniv .framer-qjt8r2 { align-content: center; align-items: center; background-color: var(--token-de9dc60d-ab39-4a6f-8b52-bd96bc86ea3a, #fafafa); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAniv .framer-4dnnwq { aspect-ratio: 1.8625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 290px); overflow: hidden; position: relative; width: 100%; }\",\".framer-FAniv .framer-1r7zmyn-container { aspect-ratio: 1.8625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 290px); left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-FAniv .framer-1pyvdbh, .framer-FAniv .framer-19q7i2e, .framer-FAniv .framer-nv1fc4, .framer-FAniv .framer-efv4e9, .framer-FAniv .framer-mhh6w6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",'.framer-FAniv .framer-2mklmo { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, #c6e4ae) /* {\"name\":\"Green 1\"} */ 0%, var(--token-bc211303-3a5b-423b-b32c-0f8adc9fa917, rgb(60, 164, 127)) /* {\"name\":\"Green 3\"} */ 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-FAniv .framer-k19dol { aspect-ratio: 3.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 144px); overflow: visible; position: relative; width: 100%; }\",\".framer-FAniv .framer-1suov86 { aspect-ratio: 1.2416666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 435px); overflow: hidden; position: relative; width: 100%; }\",\".framer-FAniv .framer-105w6qt-container { aspect-ratio: 1.2416666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 435px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-FAniv .framer-9gdv88 { align-content: center; align-items: center; background-color: var(--token-de9dc60d-ab39-4a6f-8b52-bd96bc86ea3a, #fafafa); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAniv .framer-1gh107o { aspect-ratio: 0.93125 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 580px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FAniv .framer-1fgnxv-container { aspect-ratio: 0.9297971918876755 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 581px); left: 0px; position: absolute; width: 100%; }\",'.framer-FAniv .framer-4nsbwc { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-a5f83f44-bcf1-4a6d-9c1f-f2811635609c, #c6e4ae) /* {\"name\":\"Green 1\"} */ 0%, var(--token-bc211303-3a5b-423b-b32c-0f8adc9fa917, rgb(60, 164, 127)) /* {\"name\":\"Green 3\"} */ 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }',\".framer-FAniv .framer-1e218jr { aspect-ratio: 1.5204081632653061 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 355px); overflow: hidden; position: relative; width: 100%; }\",\".framer-FAniv .framer-osengw { aspect-ratio: 1.5204081632653061 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 540px); }\",\".framer-FAniv .framer-18ieni0 { align-content: flex-start; align-items: flex-start; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-FAniv .framer-a292dy { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px; position: relative; width: 100%; }\",\".framer-FAniv .framer-o4sm42 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-1faqpdz, .framer-FAniv .framer-1ooktle { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-19mev1w { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-2zqw1d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FAniv .framer-yb5ep2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",'.framer-FAniv .framer-175o1uv, .framer-FAniv .framer-1t1jp7k { --framer-input-background: var(--token-de9dc60d-ab39-4a6f-8b52-bd96bc86ea3a, #fafafa); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 24px; --framer-input-border-radius-bottom-right: 24px; --framer-input-border-radius-top-left: 24px; --framer-input-border-radius-top-right: 24px; --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: var(--token-fd97b2d4-8443-4540-91ba-52d671a04a2c, #0d0d0d); --framer-input-font-family: \"Instrument Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-padding: 12px 24px 12px 24px; --framer-input-placeholder-color: var(--token-6eba2843-999e-40b6-900c-126e246287a9, #d4d4d4); align-self: stretch; flex: none; height: auto; position: relative; width: 360px; }',\".framer-FAniv .framer-z1piop-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-FAniv .framer-i7k96n { align-content: center; align-items: center; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 80px 40px 80px 40px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-FAniv .framer-dli8d3, .framer-FAniv .framer-8eyhn0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-414lry-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-FAniv .framer-21kqhh { 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: 80%; }\",\".framer-FAniv .framer-1ob0099-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-FAniv .framer-118mog8 { align-content: center; align-items: center; background-color: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: hidden; padding: 80px 40px 120px 40px; position: relative; width: 100%; }\",\".framer-FAniv .framer-tgugrn { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 48px; position: relative; width: 100%; }\",\".framer-FAniv .framer-1e835go { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FAniv .framer-1abm78p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FAniv .framer-15jal7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 27px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-FAniv .framer-1svujuo { aspect-ratio: 3.925 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 114px; }\",\".framer-FAniv .framer-4bhith { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FAniv .framer-tjh12c { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-1vsz8iv, .framer-FAniv .framer-osohsi, .framer-FAniv .framer-a3q464, .framer-FAniv .framer-10fsj94, .framer-FAniv .framer-kc9cc2 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px 0px 16px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-FAniv .framer-u0a8y7, .framer-FAniv .framer-zfvq61, .framer-FAniv .framer-1dzz5bx, .framer-FAniv .framer-lywis0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 117px; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-nrem5v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 147px; word-break: break-word; word-wrap: break-word; }\",\".framer-FAniv .framer-1v84yll { 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: min-content; }\",\".framer-FAniv .framer-7qms7s, .framer-FAniv .framer-6xndbx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 500px; }\",\".framer-FAniv .framer-iersfq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-joi3yv-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-FAniv .framer-10adtqb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FAniv .framer-155fkpz { 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-FAniv .framer-3erz33, .framer-FAniv .framer-1pllwnd, .framer-FAniv .framer-nqxete, .framer-FAniv .framer-1ftn7ui { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FAniv .framer-fdtkq3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FAniv .framer-1u2nx4d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FAniv .framer-7rqdoy, .framer-FAniv .framer-k8xmvd, .framer-FAniv .framer-1jni8ox, .framer-FAniv .framer-aizvxv, .framer-FAniv .framer-1i7wb6a { 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-FAniv .framer-to33za-container, .framer-FAniv .framer-1nqdn2l-container, .framer-FAniv .framer-1vphdcf-container, .framer-FAniv .framer-haic9g-container, .framer-FAniv .framer-nl0iv5-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FAniv.framer-72rtr7, .framer-FAniv .framer-y8rzrf, .framer-FAniv .framer-18f269n, .framer-FAniv .framer-ihicod, .framer-FAniv .framer-dk0mqx, .framer-FAniv .framer-15oi4qw, .framer-FAniv .framer-1x3l9kw, .framer-FAniv .framer-9ylstr, .framer-FAniv .framer-ce0mh1, .framer-FAniv .framer-x6pqv2, .framer-FAniv .framer-1s9yuye, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-c79gw8, .framer-FAniv .framer-oimkvo, .framer-FAniv .framer-fnx2sg, .framer-FAniv .framer-484gfh, .framer-FAniv .framer-1m098au, .framer-FAniv .framer-1pyvdbh, .framer-FAniv .framer-2mklmo, .framer-FAniv .framer-qjt8r2, .framer-FAniv .framer-hpwndz, .framer-FAniv .framer-6ttcr3, .framer-FAniv .framer-19q7i2e, .framer-FAniv .framer-13y6s9z, .framer-FAniv .framer-9gdv88, .framer-FAniv .framer-172g6jo, .framer-FAniv .framer-1nnjqwv, .framer-FAniv .framer-nv1fc4, .framer-FAniv .framer-4nsbwc, .framer-FAniv .framer-p7yp0o, .framer-FAniv .framer-dhamrf, .framer-FAniv .framer-efv4e9, .framer-FAniv .framer-18ieni0, .framer-FAniv .framer-a292dy, .framer-FAniv .framer-o4sm42, .framer-FAniv .framer-1faqpdz, .framer-FAniv .framer-2zqw1d, .framer-FAniv .framer-yb5ep2, .framer-FAniv .framer-i7k96n, .framer-FAniv .framer-dli8d3, .framer-FAniv .framer-1ooktle, .framer-FAniv .framer-dmod9, .framer-FAniv .framer-21kqhh, .framer-FAniv .framer-8nuebx, .framer-FAniv .framer-8eyhn0, .framer-FAniv .framer-118mog8, .framer-FAniv .framer-1e835go, .framer-FAniv .framer-1abm78p, .framer-FAniv .framer-15jal7x, .framer-FAniv .framer-4bhith, .framer-FAniv .framer-1vsz8iv, .framer-FAniv .framer-osohsi, .framer-FAniv .framer-a3q464, .framer-FAniv .framer-10fsj94, .framer-FAniv .framer-kc9cc2, .framer-FAniv .framer-1v84yll, .framer-FAniv .framer-7qms7s, .framer-FAniv .framer-6xndbx, .framer-FAniv .framer-iersfq, .framer-FAniv .framer-10adtqb, .framer-FAniv .framer-mhh6w6, .framer-FAniv .framer-fdtkq3, .framer-FAniv .framer-1u2nx4d, .framer-FAniv .framer-7rqdoy, .framer-FAniv .framer-k8xmvd, .framer-FAniv .framer-1jni8ox, .framer-FAniv .framer-aizvxv, .framer-FAniv .framer-1i7wb6a { gap: 0px; } .framer-FAniv.framer-72rtr7 > *, .framer-FAniv .framer-y8rzrf > *, .framer-FAniv .framer-1abm78p > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FAniv.framer-72rtr7 > :first-child, .framer-FAniv .framer-y8rzrf > :first-child, .framer-FAniv .framer-18f269n > :first-child, .framer-FAniv .framer-ihicod > :first-child, .framer-FAniv .framer-dk0mqx > :first-child, .framer-FAniv .framer-15oi4qw > :first-child, .framer-FAniv .framer-9ylstr > :first-child, .framer-FAniv .framer-ce0mh1 > :first-child, .framer-FAniv .framer-x6pqv2 > :first-child, .framer-FAniv .framer-1s9yuye > :first-child, .framer-FAniv .framer-1urmc68 > :first-child, .framer-FAniv .framer-oimkvo > :first-child, .framer-FAniv .framer-fnx2sg > :first-child, .framer-FAniv .framer-484gfh > :first-child, .framer-FAniv .framer-1m098au > :first-child, .framer-FAniv .framer-2mklmo > :first-child, .framer-FAniv .framer-qjt8r2 > :first-child, .framer-FAniv .framer-hpwndz > :first-child, .framer-FAniv .framer-6ttcr3 > :first-child, .framer-FAniv .framer-13y6s9z > :first-child, .framer-FAniv .framer-9gdv88 > :first-child, .framer-FAniv .framer-172g6jo > :first-child, .framer-FAniv .framer-1nnjqwv > :first-child, .framer-FAniv .framer-4nsbwc > :first-child, .framer-FAniv .framer-p7yp0o > :first-child, .framer-FAniv .framer-dhamrf > :first-child, .framer-FAniv .framer-18ieni0 > :first-child, .framer-FAniv .framer-a292dy > :first-child, .framer-FAniv .framer-o4sm42 > :first-child, .framer-FAniv .framer-1faqpdz > :first-child, .framer-FAniv .framer-i7k96n > :first-child, .framer-FAniv .framer-dli8d3 > :first-child, .framer-FAniv .framer-1ooktle > :first-child, .framer-FAniv .framer-dmod9 > :first-child, .framer-FAniv .framer-21kqhh > :first-child, .framer-FAniv .framer-8nuebx > :first-child, .framer-FAniv .framer-8eyhn0 > :first-child, .framer-FAniv .framer-118mog8 > :first-child, .framer-FAniv .framer-1abm78p > :first-child, .framer-FAniv .framer-4bhith > :first-child, .framer-FAniv .framer-1v84yll > :first-child, .framer-FAniv .framer-7qms7s > :first-child, .framer-FAniv .framer-6xndbx > :first-child, .framer-FAniv .framer-10adtqb > :first-child { margin-top: 0px; } .framer-FAniv.framer-72rtr7 > :last-child, .framer-FAniv .framer-y8rzrf > :last-child, .framer-FAniv .framer-18f269n > :last-child, .framer-FAniv .framer-ihicod > :last-child, .framer-FAniv .framer-dk0mqx > :last-child, .framer-FAniv .framer-15oi4qw > :last-child, .framer-FAniv .framer-9ylstr > :last-child, .framer-FAniv .framer-ce0mh1 > :last-child, .framer-FAniv .framer-x6pqv2 > :last-child, .framer-FAniv .framer-1s9yuye > :last-child, .framer-FAniv .framer-1urmc68 > :last-child, .framer-FAniv .framer-oimkvo > :last-child, .framer-FAniv .framer-fnx2sg > :last-child, .framer-FAniv .framer-484gfh > :last-child, .framer-FAniv .framer-1m098au > :last-child, .framer-FAniv .framer-2mklmo > :last-child, .framer-FAniv .framer-qjt8r2 > :last-child, .framer-FAniv .framer-hpwndz > :last-child, .framer-FAniv .framer-6ttcr3 > :last-child, .framer-FAniv .framer-13y6s9z > :last-child, .framer-FAniv .framer-9gdv88 > :last-child, .framer-FAniv .framer-172g6jo > :last-child, .framer-FAniv .framer-1nnjqwv > :last-child, .framer-FAniv .framer-4nsbwc > :last-child, .framer-FAniv .framer-p7yp0o > :last-child, .framer-FAniv .framer-dhamrf > :last-child, .framer-FAniv .framer-18ieni0 > :last-child, .framer-FAniv .framer-a292dy > :last-child, .framer-FAniv .framer-o4sm42 > :last-child, .framer-FAniv .framer-1faqpdz > :last-child, .framer-FAniv .framer-i7k96n > :last-child, .framer-FAniv .framer-dli8d3 > :last-child, .framer-FAniv .framer-1ooktle > :last-child, .framer-FAniv .framer-dmod9 > :last-child, .framer-FAniv .framer-21kqhh > :last-child, .framer-FAniv .framer-8nuebx > :last-child, .framer-FAniv .framer-8eyhn0 > :last-child, .framer-FAniv .framer-118mog8 > :last-child, .framer-FAniv .framer-1abm78p > :last-child, .framer-FAniv .framer-4bhith > :last-child, .framer-FAniv .framer-1v84yll > :last-child, .framer-FAniv .framer-7qms7s > :last-child, .framer-FAniv .framer-6xndbx > :last-child, .framer-FAniv .framer-10adtqb > :last-child { margin-bottom: 0px; } .framer-FAniv .framer-18f269n > *, .framer-FAniv .framer-9ylstr > *, .framer-FAniv .framer-1urmc68 > *, .framer-FAniv .framer-18ieni0 > *, .framer-FAniv .framer-a292dy > *, .framer-FAniv .framer-i7k96n > *, .framer-FAniv .framer-dmod9 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-FAniv .framer-ihicod > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FAniv .framer-dk0mqx > *, .framer-FAniv .framer-118mog8 > *, .framer-FAniv .framer-10adtqb > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FAniv .framer-15oi4qw > *, .framer-FAniv .framer-ce0mh1 > *, .framer-FAniv .framer-x6pqv2 > *, .framer-FAniv .framer-1s9yuye > *, .framer-FAniv .framer-oimkvo > *, .framer-FAniv .framer-484gfh > *, .framer-FAniv .framer-1m098au > *, .framer-FAniv .framer-2mklmo > *, .framer-FAniv .framer-hpwndz > *, .framer-FAniv .framer-6ttcr3 > *, .framer-FAniv .framer-13y6s9z > *, .framer-FAniv .framer-172g6jo > *, .framer-FAniv .framer-1nnjqwv > *, .framer-FAniv .framer-p7yp0o > *, .framer-FAniv .framer-dhamrf > *, .framer-FAniv .framer-1faqpdz > *, .framer-FAniv .framer-1ooktle > *, .framer-FAniv .framer-21kqhh > *, .framer-FAniv .framer-8nuebx > *, .framer-FAniv .framer-1v84yll > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FAniv .framer-1x3l9kw > *, .framer-FAniv .framer-2zqw1d > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-FAniv .framer-1x3l9kw > :first-child, .framer-FAniv .framer-c79gw8 > :first-child, .framer-FAniv .framer-1pyvdbh > :first-child, .framer-FAniv .framer-19q7i2e > :first-child, .framer-FAniv .framer-nv1fc4 > :first-child, .framer-FAniv .framer-efv4e9 > :first-child, .framer-FAniv .framer-2zqw1d > :first-child, .framer-FAniv .framer-yb5ep2 > :first-child, .framer-FAniv .framer-1e835go > :first-child, .framer-FAniv .framer-15jal7x > :first-child, .framer-FAniv .framer-1vsz8iv > :first-child, .framer-FAniv .framer-osohsi > :first-child, .framer-FAniv .framer-a3q464 > :first-child, .framer-FAniv .framer-10fsj94 > :first-child, .framer-FAniv .framer-kc9cc2 > :first-child, .framer-FAniv .framer-iersfq > :first-child, .framer-FAniv .framer-mhh6w6 > :first-child, .framer-FAniv .framer-fdtkq3 > :first-child, .framer-FAniv .framer-1u2nx4d > :first-child, .framer-FAniv .framer-7rqdoy > :first-child, .framer-FAniv .framer-k8xmvd > :first-child, .framer-FAniv .framer-1jni8ox > :first-child, .framer-FAniv .framer-aizvxv > :first-child, .framer-FAniv .framer-1i7wb6a > :first-child { margin-left: 0px; } .framer-FAniv .framer-1x3l9kw > :last-child, .framer-FAniv .framer-c79gw8 > :last-child, .framer-FAniv .framer-1pyvdbh > :last-child, .framer-FAniv .framer-19q7i2e > :last-child, .framer-FAniv .framer-nv1fc4 > :last-child, .framer-FAniv .framer-efv4e9 > :last-child, .framer-FAniv .framer-2zqw1d > :last-child, .framer-FAniv .framer-yb5ep2 > :last-child, .framer-FAniv .framer-1e835go > :last-child, .framer-FAniv .framer-15jal7x > :last-child, .framer-FAniv .framer-1vsz8iv > :last-child, .framer-FAniv .framer-osohsi > :last-child, .framer-FAniv .framer-a3q464 > :last-child, .framer-FAniv .framer-10fsj94 > :last-child, .framer-FAniv .framer-kc9cc2 > :last-child, .framer-FAniv .framer-iersfq > :last-child, .framer-FAniv .framer-mhh6w6 > :last-child, .framer-FAniv .framer-fdtkq3 > :last-child, .framer-FAniv .framer-1u2nx4d > :last-child, .framer-FAniv .framer-7rqdoy > :last-child, .framer-FAniv .framer-k8xmvd > :last-child, .framer-FAniv .framer-1jni8ox > :last-child, .framer-FAniv .framer-aizvxv > :last-child, .framer-FAniv .framer-1i7wb6a > :last-child { margin-right: 0px; } .framer-FAniv .framer-c79gw8 > *, .framer-FAniv .framer-1pyvdbh > *, .framer-FAniv .framer-19q7i2e > *, .framer-FAniv .framer-nv1fc4 > *, .framer-FAniv .framer-efv4e9 > *, .framer-FAniv .framer-mhh6w6 > *, .framer-FAniv .framer-fdtkq3 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-FAniv .framer-fnx2sg > *, .framer-FAniv .framer-qjt8r2 > *, .framer-FAniv .framer-9gdv88 > *, .framer-FAniv .framer-4nsbwc > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-FAniv .framer-o4sm42 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-FAniv .framer-yb5ep2 > *, .framer-FAniv .framer-iersfq > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-FAniv .framer-dli8d3 > *, .framer-FAniv .framer-8eyhn0 > *, .framer-FAniv .framer-4bhith > *, .framer-FAniv .framer-7qms7s > *, .framer-FAniv .framer-6xndbx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FAniv .framer-1e835go > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-FAniv .framer-15jal7x > *, .framer-FAniv .framer-1vsz8iv > *, .framer-FAniv .framer-osohsi > *, .framer-FAniv .framer-a3q464 > *, .framer-FAniv .framer-10fsj94 > *, .framer-FAniv .framer-kc9cc2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FAniv .framer-1u2nx4d > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-FAniv .framer-7rqdoy > *, .framer-FAniv .framer-k8xmvd > *, .framer-FAniv .framer-1jni8ox > *, .framer-FAniv .framer-aizvxv > *, .framer-FAniv .framer-1i7wb6a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\"@media (min-width: 1440px) { .framer-FAniv .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-FAniv .hidden-ragxgq { display: none !important; } .${metadata.bodyClassName}-framer-FAniv { background: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255)); } .framer-FAniv.framer-72rtr7 { width: 810px; } .framer-FAniv .framer-18f269n { height: 80vh; padding: 120px 32px 40px 32px; } .framer-FAniv .framer-dk0mqx { gap: 64px; } .framer-FAniv .framer-1s3iuti-container { bottom: 32px; height: var(--framer-aspect-ratio-supported, 138px); right: 32px; width: 33%; } .framer-FAniv .framer-9ylstr, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-18ieni0, .framer-FAniv .framer-i7k96n, .framer-FAniv .framer-dmod9 { gap: 40px; padding: 40px 32px 40px 32px; } .framer-FAniv .framer-h8szwp, .framer-FAniv .framer-1s1xb21 { width: 100%; } .framer-FAniv .framer-euyogr { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-FAniv .framer-ce0mh1 { grid-column: auto / span 2; } .framer-FAniv .framer-c79gw8, .framer-FAniv .framer-oimkvo, .framer-FAniv .framer-13y6s9z { gap: 16px; } .framer-FAniv .framer-fnx2sg, .framer-FAniv .framer-2mklmo, .framer-FAniv .framer-qjt8r2, .framer-FAniv .framer-9gdv88, .framer-FAniv .framer-4nsbwc { padding: 16px; } .framer-FAniv .framer-4dnnwq, .framer-FAniv .framer-1r7zmyn-container { height: var(--framer-aspect-ratio-supported, 179px); } .framer-FAniv .framer-k19dol { height: var(--framer-aspect-ratio-supported, 89px); } .framer-FAniv .framer-1suov86, .framer-FAniv .framer-105w6qt-container { height: var(--framer-aspect-ratio-supported, 268px); } .framer-FAniv .framer-1gh107o { height: var(--framer-aspect-ratio-supported, 358px); } .framer-FAniv .framer-1fgnxv-container { height: var(--framer-aspect-ratio-supported, 359px); } .framer-FAniv .framer-1e218jr { height: var(--framer-aspect-ratio-supported, 219px); } .framer-FAniv .framer-osengw { width: var(--framer-aspect-ratio-supported, 332px); } .framer-FAniv .framer-19mev1w { width: 90%; } .framer-FAniv .framer-118mog8 { padding: 40px 32px 120px 32px; } .framer-FAniv .framer-1e835go { flex-direction: column; } .framer-FAniv .framer-1abm78p, .framer-FAniv .framer-4bhith { flex: none; width: 100%; } .framer-FAniv .framer-tjh12c { grid-template-columns: repeat(1, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FAniv .framer-dk0mqx, .framer-FAniv .framer-9ylstr, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-c79gw8, .framer-FAniv .framer-oimkvo, .framer-FAniv .framer-13y6s9z, .framer-FAniv .framer-18ieni0, .framer-FAniv .framer-i7k96n, .framer-FAniv .framer-dmod9, .framer-FAniv .framer-1e835go { gap: 0px; } .framer-FAniv .framer-dk0mqx > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-FAniv .framer-dk0mqx > :first-child, .framer-FAniv .framer-9ylstr > :first-child, .framer-FAniv .framer-1urmc68 > :first-child, .framer-FAniv .framer-oimkvo > :first-child, .framer-FAniv .framer-13y6s9z > :first-child, .framer-FAniv .framer-18ieni0 > :first-child, .framer-FAniv .framer-i7k96n > :first-child, .framer-FAniv .framer-dmod9 > :first-child, .framer-FAniv .framer-1e835go > :first-child { margin-top: 0px; } .framer-FAniv .framer-dk0mqx > :last-child, .framer-FAniv .framer-9ylstr > :last-child, .framer-FAniv .framer-1urmc68 > :last-child, .framer-FAniv .framer-oimkvo > :last-child, .framer-FAniv .framer-13y6s9z > :last-child, .framer-FAniv .framer-18ieni0 > :last-child, .framer-FAniv .framer-i7k96n > :last-child, .framer-FAniv .framer-dmod9 > :last-child, .framer-FAniv .framer-1e835go > :last-child { margin-bottom: 0px; } .framer-FAniv .framer-9ylstr > *, .framer-FAniv .framer-1urmc68 > *, .framer-FAniv .framer-18ieni0 > *, .framer-FAniv .framer-i7k96n > *, .framer-FAniv .framer-dmod9 > *, .framer-FAniv .framer-1e835go > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FAniv .framer-c79gw8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-FAniv .framer-c79gw8 > :first-child { margin-left: 0px; } .framer-FAniv .framer-c79gw8 > :last-child { margin-right: 0px; } .framer-FAniv .framer-oimkvo > *, .framer-FAniv .framer-13y6s9z > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,`@media (max-width: 809px) { .framer-FAniv .hidden-vk7y2s { display: none !important; } .${metadata.bodyClassName}-framer-FAniv { background: var(--token-3a80796d-7a49-470b-8188-33deb68d51d1, rgb(255, 255, 255)); } .framer-FAniv.framer-72rtr7 { width: 390px; } .framer-FAniv .framer-18f269n { height: 90vh; padding: 120px 16px 40px 16px; } .framer-FAniv .framer-ihicod { padding: 24px; } .framer-FAniv .framer-dk0mqx { gap: 48px; } .framer-FAniv .framer-19uako4, .framer-FAniv .framer-12v6cuz-container, .framer-FAniv .framer-5bnndy-container, .framer-FAniv .framer-h8szwp, .framer-FAniv .framer-1s1xb21, .framer-FAniv .framer-19mev1w, .framer-FAniv .framer-2zqw1d, .framer-FAniv .framer-z1piop-container, .framer-FAniv .framer-7qms7s, .framer-FAniv .framer-6xndbx { width: 100%; } .framer-FAniv .framer-1x3l9kw { flex-direction: column; width: 100%; } .framer-FAniv .framer-9ylstr, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-i7k96n, .framer-FAniv .framer-dmod9 { gap: 40px; padding: 40px 16px 40px 16px; } .framer-FAniv .framer-euyogr { gap: 16px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-FAniv .framer-ce0mh1, .framer-FAniv .framer-x6pqv2, .framer-FAniv .framer-1s9yuye, .framer-FAniv .framer-2mklmo, .framer-FAniv .framer-a292dy { padding: 16px; } .framer-FAniv .framer-c79gw8 { flex-direction: column; gap: 16px; } .framer-FAniv .framer-oimkvo, .framer-FAniv .framer-13y6s9z { flex: none; gap: 16px; width: 100%; } .framer-FAniv .framer-fnx2sg, .framer-FAniv .framer-qjt8r2, .framer-FAniv .framer-9gdv88, .framer-FAniv .framer-4nsbwc { gap: 32px; padding: 16px; } .framer-FAniv .framer-4dnnwq, .framer-FAniv .framer-1r7zmyn-container { height: var(--framer-aspect-ratio-supported, 175px); } .framer-FAniv .framer-k19dol { height: var(--framer-aspect-ratio-supported, 87px); } .framer-FAniv .framer-1suov86, .framer-FAniv .framer-105w6qt-container { height: var(--framer-aspect-ratio-supported, 263px); } .framer-FAniv .framer-1gh107o { height: var(--framer-aspect-ratio-supported, 350px); } .framer-FAniv .framer-1fgnxv-container { height: var(--framer-aspect-ratio-supported, 351px); } .framer-FAniv .framer-1e218jr { height: var(--framer-aspect-ratio-supported, 214px); } .framer-FAniv .framer-osengw { width: var(--framer-aspect-ratio-supported, 326px); } .framer-FAniv .framer-18ieni0 { padding: 40px 16px 40px 16px; } .framer-FAniv .framer-yb5ep2 { flex: 1 0 0px; flex-direction: column; width: 1px; } .framer-FAniv .framer-175o1uv { align-self: unset; height: 46px; width: 100%; } .framer-FAniv .framer-118mog8 { padding: 40px 16px 120px 16px; } .framer-FAniv .framer-tgugrn { flex-direction: column; gap: 48px; justify-content: flex-start; padding: 16px; } .framer-FAniv .framer-1e835go { flex: none; flex-direction: column; width: 100%; } .framer-FAniv .framer-1abm78p, .framer-FAniv .framer-4bhith, .framer-FAniv .framer-joi3yv-container { flex: none; width: 100%; } .framer-FAniv .framer-tjh12c { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-FAniv .framer-1v84yll { gap: 48px; width: 100%; } .framer-FAniv .framer-iersfq, .framer-FAniv .framer-mhh6w6 { flex-direction: column; } .framer-FAniv .framer-1t1jp7k { align-self: unset; height: 47px; width: 100%; } .framer-FAniv .framer-155fkpz { align-content: center; align-items: center; flex-direction: column; gap: 64px; justify-content: flex-start; } .framer-FAniv .framer-1u2nx4d { justify-content: center; width: 100%; } .framer-FAniv .framer-7rqdoy, .framer-FAniv .framer-k8xmvd, .framer-FAniv .framer-1jni8ox, .framer-FAniv .framer-aizvxv, .framer-FAniv .framer-1i7wb6a { padding: 4px; } .framer-FAniv .framer-to33za-container, .framer-FAniv .framer-1nqdn2l-container, .framer-FAniv .framer-1vphdcf-container, .framer-FAniv .framer-haic9g-container, .framer-FAniv .framer-nl0iv5-container { height: 32px; width: 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FAniv .framer-dk0mqx, .framer-FAniv .framer-1x3l9kw, .framer-FAniv .framer-9ylstr, .framer-FAniv .framer-euyogr, .framer-FAniv .framer-1urmc68, .framer-FAniv .framer-c79gw8, .framer-FAniv .framer-oimkvo, .framer-FAniv .framer-fnx2sg, .framer-FAniv .framer-qjt8r2, .framer-FAniv .framer-13y6s9z, .framer-FAniv .framer-9gdv88, .framer-FAniv .framer-4nsbwc, .framer-FAniv .framer-yb5ep2, .framer-FAniv .framer-i7k96n, .framer-FAniv .framer-dmod9, .framer-FAniv .framer-tgugrn, .framer-FAniv .framer-1e835go, .framer-FAniv .framer-1v84yll, .framer-FAniv .framer-iersfq, .framer-FAniv .framer-155fkpz, .framer-FAniv .framer-mhh6w6 { gap: 0px; } .framer-FAniv .framer-dk0mqx > *, .framer-FAniv .framer-tgugrn > *, .framer-FAniv .framer-1v84yll > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-FAniv .framer-dk0mqx > :first-child, .framer-FAniv .framer-1x3l9kw > :first-child, .framer-FAniv .framer-9ylstr > :first-child, .framer-FAniv .framer-1urmc68 > :first-child, .framer-FAniv .framer-c79gw8 > :first-child, .framer-FAniv .framer-oimkvo > :first-child, .framer-FAniv .framer-fnx2sg > :first-child, .framer-FAniv .framer-qjt8r2 > :first-child, .framer-FAniv .framer-13y6s9z > :first-child, .framer-FAniv .framer-9gdv88 > :first-child, .framer-FAniv .framer-4nsbwc > :first-child, .framer-FAniv .framer-yb5ep2 > :first-child, .framer-FAniv .framer-i7k96n > :first-child, .framer-FAniv .framer-dmod9 > :first-child, .framer-FAniv .framer-tgugrn > :first-child, .framer-FAniv .framer-1e835go > :first-child, .framer-FAniv .framer-1v84yll > :first-child, .framer-FAniv .framer-iersfq > :first-child, .framer-FAniv .framer-155fkpz > :first-child, .framer-FAniv .framer-mhh6w6 > :first-child { margin-top: 0px; } .framer-FAniv .framer-dk0mqx > :last-child, .framer-FAniv .framer-1x3l9kw > :last-child, .framer-FAniv .framer-9ylstr > :last-child, .framer-FAniv .framer-1urmc68 > :last-child, .framer-FAniv .framer-c79gw8 > :last-child, .framer-FAniv .framer-oimkvo > :last-child, .framer-FAniv .framer-fnx2sg > :last-child, .framer-FAniv .framer-qjt8r2 > :last-child, .framer-FAniv .framer-13y6s9z > :last-child, .framer-FAniv .framer-9gdv88 > :last-child, .framer-FAniv .framer-4nsbwc > :last-child, .framer-FAniv .framer-yb5ep2 > :last-child, .framer-FAniv .framer-i7k96n > :last-child, .framer-FAniv .framer-dmod9 > :last-child, .framer-FAniv .framer-tgugrn > :last-child, .framer-FAniv .framer-1e835go > :last-child, .framer-FAniv .framer-1v84yll > :last-child, .framer-FAniv .framer-iersfq > :last-child, .framer-FAniv .framer-155fkpz > :last-child, .framer-FAniv .framer-mhh6w6 > :last-child { margin-bottom: 0px; } .framer-FAniv .framer-1x3l9kw > *, .framer-FAniv .framer-c79gw8 > *, .framer-FAniv .framer-oimkvo > *, .framer-FAniv .framer-13y6s9z > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FAniv .framer-9ylstr > *, .framer-FAniv .framer-1urmc68 > *, .framer-FAniv .framer-i7k96n > *, .framer-FAniv .framer-dmod9 > *, .framer-FAniv .framer-1e835go > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FAniv .framer-euyogr > *, .framer-FAniv .framer-euyogr > :first-child, .framer-FAniv .framer-euyogr > :last-child { margin: 0px; } .framer-FAniv .framer-fnx2sg > *, .framer-FAniv .framer-qjt8r2 > *, .framer-FAniv .framer-9gdv88 > *, .framer-FAniv .framer-4nsbwc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FAniv .framer-yb5ep2 > *, .framer-FAniv .framer-iersfq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-FAniv .framer-155fkpz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-FAniv .framer-mhh6w6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6657\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wFx596RCk\":{\"layout\":[\"fixed\",\"auto\"]},\"d54otG13e\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-FAniv\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6657,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.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://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"}]},...SmoothScrollFonts,...NavBarFonts,...ButtonFonts,...YouTubeFonts,...IconoirFonts,...SpendingFonts,...FraudMonitoringFonts,...GlobeFonts,...FormButtonFonts,...TestimonialCardsFonts,...AccordionFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wFx596RCk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d54otG13e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6657\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "_isBot", "isBot", "navigator", "emptySubscribe", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "iframeIsDefaultVisible", "de", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "u", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "enabledGestures", "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", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "css", "FramerBQLGI8k9d", "withCSS", "BQLGI8k9d_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "padding", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "jAYgRyAKW", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1k7zgqk", "args", "onTapqd09z0", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "ComponentViewportProvider", "css", "FramerWn6WBluRo", "withCSS", "Wn6WBluRo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RowFonts", "getFonts", "Wn6WBluRo_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "numberToPixelString", "value", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "padding", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "f29lGsFLa", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "MotionDivWithFX", "Wn6WBluRo_default", "css", "FramerGXke0zPHG", "withCSS", "GXke0zPHG_default", "addPropertyControls", "ControlType", "addFonts", "RowFonts", "enabledGestures", "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", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "css", "FramerJhNpCxUmn", "withCSS", "JhNpCxUmn_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "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", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "css", "FramerTQTgoExhC", "withCSS", "TQTgoExhC_default", "addPropertyControls", "ControlType", "addFonts", "SmoothScrollFonts", "getFonts", "SmoothScroll", "NavBarFonts", "wcA_AEGZ8_default", "RichTextWithFX", "withFX", "RichText", "ButtonFonts", "QwameaXhU_default", "ContainerWithFX", "Container", "YouTubeFonts", "Youtube", "IconoirFonts", "Icon", "MotionDivWithFX", "motion", "SpendingFonts", "BQLGI8k9d_default", "FraudMonitoringFonts", "JhNpCxUmn_default", "GlobeFonts", "TQTgoExhC_default", "FormButtonFonts", "AOgNJbMqd_default", "FormContainerWithFX", "FormContainer", "TestimonialCardsFonts", "glfBd4r3O_default", "AccordionFonts", "GXke0zPHG_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "animation5", "transition4", "animation6", "animation7", "transformTemplate1", "_", "t", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "id1", "ref3", "id2", "ref4", "id3", "ref5", "id4", "ref6", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "SmoothScroll", "PropertyOverrides", "wcA_AEGZ8_default", "Image2", "RichTextWithFX", "x", "optimizeAppear", "ContainerWithFX", "QwameaXhU_default", "Youtube", "MotionDivWithFX", "Icon", "RichText", "BQLGI8k9d_default", "JhNpCxUmn_default", "TQTgoExhC_default", "FormContainerWithFX", "formState", "l", "FormPlainTextInput2", "AOgNJbMqd_default", "glfBd4r3O_default", "GXke0zPHG_default", "Link", "SVG", "FormContainer", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "SmoothScrollFonts", "NavBarFonts", "ButtonFonts", "YouTubeFonts", "IconoirFonts", "SpendingFonts", "FraudMonitoringFonts", "GlobeFonts", "FormButtonFonts", "TestimonialCardsFonts", "AccordionFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
