{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/u6rJWIrjTdKVqJJgvlJW/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/d7M4abVz5jhxcjrlWV66/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/bpzltPbdmEnEryQqgEIZ/Cookies.js", "ssg:https://framerusercontent.com/modules/oaNufTbmuUrbURyWe77a/YILUcrClKdbRvKD3CRNf/li4h1Xk_x.js", "ssg:https://framerusercontent.com/modules/pFf3ok8CV5nYYlecYLCe/nhqaDgSa49cWnjfPWY8B/LrmQ7BdDW.js", "ssg:https://framerusercontent.com/modules/ycVyqFd3Hl1L2P2BdOOU/kxJHP7yGs6QviqXON7hM/vDR_ACZiR-0.js", "ssg:https://framerusercontent.com/modules/ycVyqFd3Hl1L2P2BdOOU/kxJHP7yGs6QviqXON7hM/vDR_ACZiR.js", "ssg:https://framerusercontent.com/modules/AHYK6xjMMx6kZ3qXjRaq/Jl9C4B34TLekykUG7ZHM/yCuEaCZQp.js", "ssg:https://framerusercontent.com/modules/vSkhXh4RvGkz2JzLjwMR/r2OcnrWJB4tigCZSgyJx/yCuEaCZQp.js"],
  "sourcesContent": ["import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_locale_toUpperCase.includes(country);});};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";export function useRegion({content,useRegionFromProps}){const isInEUBasedOnLocation=isBrowser?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){var _banner_style_border;const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=((_banner_style_border=banner.style.border)===null||_banner_style_border===void 0?void 0:_banner_style_border.width)?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`]);function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||(policy===null||policy===void 0?void 0:policy.link);if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description===null||description===void 0?void 0:description.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&(policy===null||policy===void 0?void 0:policy.link)?\" \":null,(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0:policy.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;var _settings_hoverOpacity,_settings_tapOpacity;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:(_settings_hoverOpacity=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_settings_tapOpacity:.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/u6rJWIrjTdKVqJJgvlJW/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/d7M4abVz5jhxcjrlWV66/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/77ZjdIUSoepa5KTwP0oH/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/gnipUJynzv8FJkpTy04V/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen]);// Check if user should be prompted\nuseEffect(()=>{const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed]);useEffect(()=>{if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){var _props_banner_style;const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:(_props_banner_style=props.banner.style)===null||_props_banner_style===void 0?void 0:_props_banner_style.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rhIFbvPZ2Fr0lTYNbnfn/xepayidQYCg5Cx2iEjUy/htqHw00bf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0ISfOsO3wAJ4jInjX8Dq/Jlz5WwjiZTDIE3Z1OKyj/Lgb9Y3C01.js\";const cycleOrder=[\"ZeKpBMIg7\",\"gDafUPziL\"];const serializationHash=\"framer-J3ylY\";const variantClassNames={gDafUPziL:\"framer-v-bon2tt\",ZeKpBMIg7:\"framer-v-6kxavf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ZeKpBMIg7\",\"Variant 2\":\"gDafUPziL\"};const getProps=({background,height,id,image,shortText,title,width,...props})=>{return{...props,bEnzgnl82:background??props.bEnzgnl82??\"var(--token-fd0839c7-1d7d-48b3-8601-2a2c36df91c4, rgb(248, 242, 255))\",e6qU2THRi:title??props.e6qU2THRi??\"Educators\",oJKz8N01Z:shortText??props.oJKz8N01Z??\"Easily create lessons, quizzes, and training modules.\",UkACqykVm:image??props.UkACqykVm??{src:\"https://framerusercontent.com/images/COevSOuRTX8wALPm276maLhbprQ.svg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"ZeKpBMIg7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,UkACqykVm,e6qU2THRi,oJKz8N01Z,bEnzgnl82,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZeKpBMIg7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6kxavf\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZeKpBMIg7\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(8, 10, 71)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:bEnzgnl82,borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"2px 2px 2px 0px rgba(8, 10, 71, 1)\",...style},...addPropertyOverrides({gDafUPziL:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-akgq3d\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"BHK_yzkMk\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40,intrinsicWidth:40,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+30+0),pixelHeight:40,pixelWidth:40,sizes:\"40px\",...toResponsiveImage(UkACqykVm),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-dai990\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"nAYRudO6z\",...addPropertyOverrides({gDafUPziL:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40,intrinsicWidth:40,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+30+0+0),pixelHeight:40,pixelWidth:40,sizes:\"40px\",...toResponsiveImage(UkACqykVm),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mb0n44\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"WSI2Hpwi7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71)))\"},children:\"Educators\"})}),className:\"framer-4e53ya\",\"data-framer-name\":\"Point of sale\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J_QiwIeH9\",style:{\"--extracted-a0htzi\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},text:e6qU2THRi,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gDafUPziL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71)))\"},children:\"Educators\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0fmvw\",\"data-styles-preset\":\"htqHw00bf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71)))\"},children:\"A place where a customer executes for the payment for goods or services and where sales taxes become payable.\"})}),className:\"framer-12qhm4k\",\"data-framer-name\":\"A place where a customer executes for the payment for goods or services and where sales taxes become payable.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fl_wQzi__\",style:{\"--extracted-r6o4lv\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},text:oJKz8N01Z,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gDafUPziL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-x0fmvw\",\"data-styles-preset\":\"htqHw00bf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71)))\"},children:\"A place where a customer executes for the payment for goods or services and where sales taxes become payable.\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-J3ylY.framer-vgl3vf, .framer-J3ylY .framer-vgl3vf { display: block; }\",\".framer-J3ylY.framer-6kxavf { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 411px; }\",\".framer-J3ylY .framer-akgq3d { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-J3ylY .framer-dai990 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; }\",\".framer-J3ylY .framer-1mb0n44 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-J3ylY .framer-4e53ya, .framer-J3ylY .framer-12qhm4k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-J3ylY.framer-6kxavf, .framer-J3ylY .framer-akgq3d, .framer-J3ylY .framer-dai990, .framer-J3ylY .framer-1mb0n44 { gap: 0px; } .framer-J3ylY.framer-6kxavf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-J3ylY.framer-6kxavf > :first-child, .framer-J3ylY .framer-akgq3d > :first-child, .framer-J3ylY .framer-dai990 > :first-child { margin-left: 0px; } .framer-J3ylY.framer-6kxavf > :last-child, .framer-J3ylY .framer-akgq3d > :last-child, .framer-J3ylY .framer-dai990 > :last-child { margin-right: 0px; } .framer-J3ylY .framer-akgq3d > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-J3ylY .framer-dai990 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-J3ylY .framer-1mb0n44 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-J3ylY .framer-1mb0n44 > :first-child { margin-top: 0px; } .framer-J3ylY .framer-1mb0n44 > :last-child { margin-bottom: 0px; } }\",\".framer-J3ylY.framer-v-bon2tt .framer-akgq3d { align-content: center; align-items: center; flex-direction: column; }\",\".framer-J3ylY.framer-v-bon2tt .framer-1mb0n44 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-J3ylY.framer-v-bon2tt .framer-akgq3d { gap: 0px; } .framer-J3ylY.framer-v-bon2tt .framer-akgq3d > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-J3ylY.framer-v-bon2tt .framer-akgq3d > :first-child { margin-top: 0px; } .framer-J3ylY.framer-v-bon2tt .framer-akgq3d > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-J3ylY[data-border=\"true\"]::after, .framer-J3ylY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 158\n * @framerIntrinsicWidth 411\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gDafUPziL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UkACqykVm\":\"image\",\"e6qU2THRi\":\"title\",\"oJKz8N01Z\":\"shortText\",\"bEnzgnl82\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerli4h1Xk_x=withCSS(Component,css,\"framer-J3ylY\");export default Framerli4h1Xk_x;Framerli4h1Xk_x.displayName=\"Services card\";Framerli4h1Xk_x.defaultProps={height:158,width:411};addPropertyControls(Framerli4h1Xk_x,{variant:{options:[\"ZeKpBMIg7\",\"gDafUPziL\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},UkACqykVm:{__defaultAssetReference:\"data:framer/asset-reference,COevSOuRTX8wALPm276maLhbprQ.svg?originalFilename=service-icon1.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},e6qU2THRi:{defaultValue:\"Educators\",displayTextArea:false,title:\"Title\",type:ControlType.String},oJKz8N01Z:{defaultValue:\"Easily create lessons, quizzes, and training modules.\",displayTextArea:false,title:\"Short Text\",type:ControlType.String},bEnzgnl82:{defaultValue:'var(--token-fd0839c7-1d7d-48b3-8601-2a2c36df91c4, rgb(248, 242, 255)) /* {\"name\":\"New\"} */',title:\"Background\",type:ControlType.Color}});addFonts(Framerli4h1Xk_x,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerli4h1Xk_x\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"158\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gDafUPziL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"411\",\"framerVariables\":\"{\\\"UkACqykVm\\\":\\\"image\\\",\\\"e6qU2THRi\\\":\\\"title\\\",\\\"oJKz8N01Z\\\":\\\"shortText\\\",\\\"bEnzgnl82\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./LrmQ7BdDW-0.js\";const serializationHash=\"framer-3AhZD\";const variantClassNames={Kk6SjfVDl:\"framer-v-6e3g5j\"};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 valuesByLocaleId={ewYVgMOlQ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Kk6SjfVDl\",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__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:30,intrinsicWidth:29,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:30,pixelWidth:29,src:\"https://framerusercontent.com/images/0cPvvm3Hln0d6mkIFtDwPtQH9uc.svg\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-6e3g5j\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Kk6SjfVDl\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3AhZD.framer-1fyvirq, .framer-3AhZD .framer-1fyvirq { display: block; }\",\".framer-3AhZD.framer-6e3g5j { height: 30px; position: relative; width: 28px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 28\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLrmQ7BdDW=withCSS(Component,css,\"framer-3AhZD\");export default FramerLrmQ7BdDW;FramerLrmQ7BdDW.displayName=\"Bullet\";FramerLrmQ7BdDW.defaultProps={height:30,width:28};addFonts(FramerLrmQ7BdDW,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLrmQ7BdDW\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"30\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"28\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LrmQ7BdDW.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"T\u1EA1o n\u1ED9i dung b\u1EB1ng AI\"})});export const v1=\"Trang ch\u1EE7\";export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Th\u1EA7y c\\xf4 v\\xe0 doanh nghi\u1EC7p c\\xf3 th\u1EC3 s\u1EED d\u1EE5ng th\u01B0 vi\u1EC7n m\u1EABu tr\\xean uPresenter ho\u1EB7c t\u1EF1 t\u1EA1o b\\xe0i gi\u1EA3ng m\u1EDBi v\u1EDBi c\\xe1c v\u0103n b\u1EA3n, h\\xecnh \u1EA3nh, video c\u0169ng nh\u01B0 c\\xe2u h\u1ECFi ki\u1EC3m tra s\u1EB5n c\\xf3.\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"T\\xf9y ch\u1EC9nh\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"S\u1EED d\u1EE5ng Tr\u1EE3 l\\xfd AI \u0111\u1EC3 c\u1EA3i thi\u1EC7n, thay \u0111\u1ED5i v\\xe0 t\u1EA1o n\u1ED9i dung m\u1EDBi. Th\u1EA7y c\\xf4 v\\xe0 doanh nghi\u1EC7p gi\u1EEF quy\u1EC1n ki\u1EC3m so\\xe1t, AI s\u1EBD th\u1EF1c hi\u1EC7n ph\u1EA7n c\\xf4ng vi\u1EC7c n\u1EB7ng nh\u1ECDc nh\u01B0 thi\u1EBFt k\u1EBF, c\u0103n ch\u1EC9nh, v.v.\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Chia s\u1EBB\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Sau ho\\xe0n thi\u1EC7n xong b\\xe0i gi\u1EA3ng, th\u1EA7y c\\xf4 v\\xe0 doanh nghi\u1EC7p c\\xf3 th\u1EC3 chia s\u1EBB v\u1EDBi m\u1ECDi ng\u01B0\u1EDDi th\\xf4ng qua \u0111\u01B0\u1EDDng d\u1EABn. Ng\u01B0\u1EDDi xem c\\xf3 th\u1EC3 truy c\u1EADp v\\xe0 theo d\\xf5i n\u1ED9i dung m\\xe0 kh\\xf4ng c\u1EA7n ph\u1EA3i \u0111\u0103ng nh\u1EADp.\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Theo d\\xf5i & \u0110\\xe1nh gi\\xe1\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"uPresenter theo d\\xf5i c\\xe1c t\u01B0\u01A1ng t\\xe1c c\u1EE7a ng\u01B0\u1EDDi h\u1ECDc, ghi l\u1EA1i k\u1EBFt qu\u1EA3 ki\u1EC3m tra c\\xf9ng c\\xe1c ch\u1EC9 s\u1ED1 h\u1ECDc t\u1EADp kh\\xe1c, gi\\xfap d\u1EC5 d\\xe0ng t\u1ED5ng h\u1EE3p, \u0111\\xe1nh gi\\xe1 v\\xe0 ph\\xe2n t\\xedch hi\u1EC7u qu\u1EA3.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f22aa3d)\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 Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/leX18E95WbROP2GhMQU7/mLkGUX48qiOVpAe5wSnZ/HwAOSDL_O.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0ISfOsO3wAJ4jInjX8Dq/Jlz5WwjiZTDIE3Z1OKyj/Lgb9Y3C01.js\";import*as localizedValues from\"./vDR_ACZiR-0.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"NZYXsbCnR\",\"o4iHNalrj\",\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"];const serializationHash=\"framer-nqdlk\";const variantClassNames={a0WHYK37R:\"framer-v-ddbsy7\",NZYXsbCnR:\"framer-v-dn9jlk\",o4iHNalrj:\"framer-v-3puvpx\",qOecHbslS:\"framer-v-1mwisda\",vp46ZdUpF:\"framer-v-h9sgmy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ewYVgMOlQ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NZYXsbCnR\",\"Variant 2\":\"o4iHNalrj\",\"Variant 3\":\"qOecHbslS\",\"Variant 4\":\"a0WHYK37R\",\"Variant 5\":\"vp46ZdUpF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NZYXsbCnR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NZYXsbCnR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1enn0wb=activeVariantCallback(async(...args)=>{setVariant(\"vp46ZdUpF\");});const onTap1u1hp3o=activeVariantCallback(async(...args)=>{setVariant(\"NZYXsbCnR\");});const onTapo0g5xp=activeVariantCallback(async(...args)=>{setVariant(\"o4iHNalrj\");});const onTap1dwnbbx=activeVariantCallback(async(...args)=>{setVariant(\"qOecHbslS\");});const onTap1pn9ilw=activeVariantCallback(async(...args)=>{setVariant(\"a0WHYK37R\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"o4iHNalrj\",\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"o4iHNalrj\",\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"o4iHNalrj\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"o4iHNalrj\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"qOecHbslS\")return true;return false;};const isDisplayed5=()=>{if([\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"a0WHYK37R\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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-dn9jlk\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NZYXsbCnR\",ref:ref??ref1,style:{...style},...addPropertyOverrides({a0WHYK37R:{\"data-framer-name\":\"Variant 4\"},o4iHNalrj:{\"data-framer-name\":\"Variant 2\"},qOecHbslS:{\"data-framer-name\":\"Variant 3\"},vp46ZdUpF:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hbq3o\",\"data-border\":true,\"data-framer-name\":\"1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pZg4ialCT\",onTap:onTap1enn0wb,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},...addPropertyOverrides({a0WHYK37R:{onTap:onTap1u1hp3o},o4iHNalrj:{onTap:onTap1u1hp3o},qOecHbslS:{onTap:onTap1u1hp3o},vp46ZdUpF:{onTap:onTap1u1hp3o}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1em9uxm\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"gDmRUFefr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxizot\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"LwRS8cRLl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Create\"})}),className:\"framer-13s8i6k\",\"data-framer-name\":\"How many items are there in this list?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t6xn9udNO\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8y5epy\",\"data-framer-name\":\"icon -\",layoutDependency:layoutDependency,layoutId:\"PwB1j7vet\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nziqrt-container\",layoutDependency:layoutDependency,layoutId:\"uUKbfXzeG-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-up\",id:\"uUKbfXzeG\",layoutId:\"uUKbfXzeG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-c1bdk6\",\"data-framer-name\":\"icon +\",layoutDependency:layoutDependency,layoutId:\"pJr63wemU\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xvenu7-container\",layoutDependency:layoutDependency,layoutId:\"TAeqmHEBp-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-up\",id:\"TAeqmHEBp\",layoutId:\"TAeqmHEBp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({a0WHYK37R:{iconSelection:\"chevron-down\"},o4iHNalrj:{iconSelection:\"chevron-down\"},qOecHbslS:{iconSelection:\"chevron-down\"},vp46ZdUpF:{iconSelection:\"chevron-down\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m4lxvx\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"HGM3EdZyu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Start with a blank slate or use one of our templates to begin creating your content. Add text, images, videos, and quizzes all within the platform.\"})}),className:\"framer-rtymdc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SPXpCOcwb\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uzwxyl\",\"data-border\":true,\"data-framer-name\":\"2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VINOiTSwe\",onTap:onTapo0g5xp,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},...addPropertyOverrides({o4iHNalrj:{onTap:onTap1enn0wb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-efx91g\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"boPfzlYr4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jna51m\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"YnvAi7Jz0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Customize\"})}),className:\"framer-17l2zqv\",\"data-framer-name\":\"How many items are there in this list?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FLAF6ymJn\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lovpcf\",\"data-framer-name\":\"icon -\",layoutDependency:layoutDependency,layoutId:\"xdDOakqt2\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15zt3s1-container\",layoutDependency:layoutDependency,layoutId:\"l8F62FOaQ-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-up\",id:\"l8F62FOaQ\",layoutId:\"l8F62FOaQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lcwhx4\",\"data-framer-name\":\"icon +\",layoutDependency:layoutDependency,layoutId:\"oQY48jPK0\",style:{backgroundColor:\"rgba(88, 105, 252, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pdfbl8-container\",layoutDependency:layoutDependency,layoutId:\"RmIQb7MZO-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-down\",id:\"RmIQb7MZO\",layoutId:\"RmIQb7MZO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jeokc6\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"FQtncgs7_\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Use AI to suggest improvements or generate new ideas for your content. You stay in control, but the AI does the heavy lifting.\"})}),className:\"framer-1mw1y0p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OoKFN8Zu4\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i34wcg\",\"data-border\":true,\"data-framer-name\":\"2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LGsexGv_d\",onTap:onTap1dwnbbx,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},...addPropertyOverrides({qOecHbslS:{onTap:onTap1enn0wb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sls0qc\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"vEUqXlfym\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hwpato\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"wtVwivTdO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Share\"})}),className:\"framer-1oa1iwl\",\"data-framer-name\":\"How many items are there in this list?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aNjYXoBR1\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxal2l\",\"data-framer-name\":\"icon -\",layoutDependency:layoutDependency,layoutId:\"SM3uSA3KS\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-114o9ad-container\",layoutDependency:layoutDependency,layoutId:\"pD50PoGQc-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-down\",id:\"pD50PoGQc\",layoutId:\"pD50PoGQc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-y6p9se\",\"data-framer-name\":\"icon +\",layoutDependency:layoutDependency,layoutId:\"Py3OZvBQk\",style:{backgroundColor:\"rgba(88, 105, 252, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oo7y5d-container\",layoutDependency:layoutDependency,layoutId:\"RJhGEpi3G-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-down\",id:\"RJhGEpi3G\",layoutId:\"RJhGEpi3G\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({qOecHbslS:{iconSelection:\"chevron-up\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Once you\u2019re satisfied with your presentation, share it with your audience via a simple link\u2014no login or special platform access required.\"})}),className:\"framer-fbaubn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XdsSDaeT6\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-125etio\",\"data-framer-name\":\"3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TxUUosy0w\",onTap:onTap1pn9ilw,...addPropertyOverrides({a0WHYK37R:{onTap:onTap1enn0wb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r2pyry\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"rwX2cnmid\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5tv2l\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"ZTSWlr6fR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1c4weju\",\"data-styles-preset\":\"Lgb9Y3C01\",children:\"Track & Improve\"})}),className:\"framer-w1n6pz\",\"data-framer-name\":\"How many items are there in this list?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JwDjCNyw0\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bmp9vi\",\"data-framer-name\":\"icon -\",layoutDependency:layoutDependency,layoutId:\"GZs5_1nmu\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u7gkvg-container\",layoutDependency:layoutDependency,layoutId:\"aZhOn1c2W-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-up\",id:\"aZhOn1c2W\",layoutId:\"aZhOn1c2W\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({qOecHbslS:{iconSelection:\"chevron-down\"},vp46ZdUpF:{iconSelection:\"chevron-down\"}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hquz7l\",\"data-framer-name\":\"icon +\",layoutDependency:layoutDependency,layoutId:\"GPeXTjt_M\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tzalj7-container\",layoutDependency:layoutDependency,layoutId:\"woDFJON6h-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"chevron-down\",id:\"woDFJON6h\",layoutId:\"woDFJON6h\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzqr0o\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"XZp53YWv3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",children:\"Get real-time data on your audience\u2019s engagement. Track how they interact with your content, their quiz results, and other learning metrics.\"})}),className:\"framer-10bnzfh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sp0_NWvtx\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nqdlk.framer-bbsrvo, .framer-nqdlk .framer-bbsrvo { display: block; }\",\".framer-nqdlk.framer-dn9jlk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1140px; }\",\".framer-nqdlk .framer-hbq3o, .framer-nqdlk .framer-uzwxyl, .framer-nqdlk .framer-i34wcg, .framer-nqdlk .framer-125etio { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-nqdlk .framer-1em9uxm, .framer-nqdlk .framer-efx91g, .framer-nqdlk .framer-sls0qc, .framer-nqdlk .framer-r2pyry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nqdlk .framer-1lxizot, .framer-nqdlk .framer-jna51m, .framer-nqdlk .framer-1hwpato, .framer-nqdlk .framer-y5tv2l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 0px; position: relative; width: 1px; }\",\".framer-nqdlk .framer-13s8i6k, .framer-nqdlk .framer-17l2zqv, .framer-nqdlk .framer-1oa1iwl, .framer-nqdlk .framer-w1n6pz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-nqdlk .framer-8y5epy, .framer-nqdlk .framer-c1bdk6, .framer-nqdlk .framer-lovpcf, .framer-nqdlk .framer-1lcwhx4, .framer-nqdlk .framer-zxal2l, .framer-nqdlk .framer-y6p9se, .framer-nqdlk .framer-bmp9vi, .framer-nqdlk .framer-1hquz7l { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 35px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 35px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nqdlk .framer-1nziqrt-container, .framer-nqdlk .framer-1xvenu7-container, .framer-nqdlk .framer-15zt3s1-container, .framer-nqdlk .framer-1pdfbl8-container, .framer-nqdlk .framer-114o9ad-container, .framer-nqdlk .framer-1oo7y5d-container, .framer-nqdlk .framer-u7gkvg-container, .framer-nqdlk .framer-1tzalj7-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-nqdlk .framer-1m4lxvx, .framer-nqdlk .framer-1jeokc6, .framer-nqdlk .framer-wzqr0o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 100%; }\",\".framer-nqdlk .framer-rtymdc, .framer-nqdlk .framer-1mw1y0p, .framer-nqdlk .framer-fbaubn, .framer-nqdlk .framer-10bnzfh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nqdlk.framer-dn9jlk, .framer-nqdlk .framer-hbq3o, .framer-nqdlk .framer-1lxizot, .framer-nqdlk .framer-8y5epy, .framer-nqdlk .framer-c1bdk6, .framer-nqdlk .framer-1m4lxvx, .framer-nqdlk .framer-uzwxyl, .framer-nqdlk .framer-jna51m, .framer-nqdlk .framer-lovpcf, .framer-nqdlk .framer-1lcwhx4, .framer-nqdlk .framer-1jeokc6, .framer-nqdlk .framer-i34wcg, .framer-nqdlk .framer-1hwpato, .framer-nqdlk .framer-zxal2l, .framer-nqdlk .framer-y6p9se, .framer-nqdlk .framer-125etio, .framer-nqdlk .framer-y5tv2l, .framer-nqdlk .framer-bmp9vi, .framer-nqdlk .framer-1hquz7l, .framer-nqdlk .framer-wzqr0o { gap: 0px; } .framer-nqdlk.framer-dn9jlk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nqdlk.framer-dn9jlk > :first-child, .framer-nqdlk .framer-hbq3o > :first-child, .framer-nqdlk .framer-uzwxyl > :first-child, .framer-nqdlk .framer-i34wcg > :first-child, .framer-nqdlk .framer-125etio > :first-child { margin-top: 0px; } .framer-nqdlk.framer-dn9jlk > :last-child, .framer-nqdlk .framer-hbq3o > :last-child, .framer-nqdlk .framer-uzwxyl > :last-child, .framer-nqdlk .framer-i34wcg > :last-child, .framer-nqdlk .framer-125etio > :last-child { margin-bottom: 0px; } .framer-nqdlk .framer-hbq3o > *, .framer-nqdlk .framer-uzwxyl > *, .framer-nqdlk .framer-i34wcg > *, .framer-nqdlk .framer-125etio > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nqdlk .framer-1lxizot > *, .framer-nqdlk .framer-1m4lxvx > *, .framer-nqdlk .framer-jna51m > *, .framer-nqdlk .framer-1jeokc6 > *, .framer-nqdlk .framer-1hwpato > *, .framer-nqdlk .framer-y5tv2l > *, .framer-nqdlk .framer-wzqr0o > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nqdlk .framer-1lxizot > :first-child, .framer-nqdlk .framer-8y5epy > :first-child, .framer-nqdlk .framer-c1bdk6 > :first-child, .framer-nqdlk .framer-1m4lxvx > :first-child, .framer-nqdlk .framer-jna51m > :first-child, .framer-nqdlk .framer-lovpcf > :first-child, .framer-nqdlk .framer-1lcwhx4 > :first-child, .framer-nqdlk .framer-1jeokc6 > :first-child, .framer-nqdlk .framer-1hwpato > :first-child, .framer-nqdlk .framer-zxal2l > :first-child, .framer-nqdlk .framer-y6p9se > :first-child, .framer-nqdlk .framer-y5tv2l > :first-child, .framer-nqdlk .framer-bmp9vi > :first-child, .framer-nqdlk .framer-1hquz7l > :first-child, .framer-nqdlk .framer-wzqr0o > :first-child { margin-left: 0px; } .framer-nqdlk .framer-1lxizot > :last-child, .framer-nqdlk .framer-8y5epy > :last-child, .framer-nqdlk .framer-c1bdk6 > :last-child, .framer-nqdlk .framer-1m4lxvx > :last-child, .framer-nqdlk .framer-jna51m > :last-child, .framer-nqdlk .framer-lovpcf > :last-child, .framer-nqdlk .framer-1lcwhx4 > :last-child, .framer-nqdlk .framer-1jeokc6 > :last-child, .framer-nqdlk .framer-1hwpato > :last-child, .framer-nqdlk .framer-zxal2l > :last-child, .framer-nqdlk .framer-y6p9se > :last-child, .framer-nqdlk .framer-y5tv2l > :last-child, .framer-nqdlk .framer-bmp9vi > :last-child, .framer-nqdlk .framer-1hquz7l > :last-child, .framer-nqdlk .framer-wzqr0o > :last-child { margin-right: 0px; } .framer-nqdlk .framer-8y5epy > *, .framer-nqdlk .framer-c1bdk6 > *, .framer-nqdlk .framer-lovpcf > *, .framer-nqdlk .framer-1lcwhx4 > *, .framer-nqdlk .framer-zxal2l > *, .framer-nqdlk .framer-y6p9se > *, .framer-nqdlk .framer-bmp9vi > *, .framer-nqdlk .framer-1hquz7l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-nqdlk[data-border=\"true\"]::after, .framer-nqdlk [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 484\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o4iHNalrj\":{\"layout\":[\"fixed\",\"auto\"]},\"qOecHbslS\":{\"layout\":[\"fixed\",\"auto\"]},\"a0WHYK37R\":{\"layout\":[\"fixed\",\"auto\"]},\"vp46ZdUpF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervDR_ACZiR=withCSS(Component,css,\"framer-nqdlk\");export default FramervDR_ACZiR;FramervDR_ACZiR.displayName=\"FAQ One\";FramervDR_ACZiR.defaultProps={height:484,width:1140};addPropertyControls(FramervDR_ACZiR,{variant:{options:[\"NZYXsbCnR\",\"o4iHNalrj\",\"qOecHbslS\",\"a0WHYK37R\",\"vp46ZdUpF\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervDR_ACZiR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervDR_ACZiR\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"484\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1140\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o4iHNalrj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qOecHbslS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a0WHYK37R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vp46ZdUpF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={ewYVgMOlQ:new LazyValue(()=>import(\"./yCuEaCZQp-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/bpzltPbdmEnEryQqgEIZ/Cookies.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import Button from\"#framer/local/canvasComponent/g9Uwf8lSt/g9Uwf8lSt.js\";import ServicesCard from\"#framer/local/canvasComponent/li4h1Xk_x/li4h1Xk_x.js\";import Bullet from\"#framer/local/canvasComponent/LrmQ7BdDW/LrmQ7BdDW.js\";import FooterSection from\"#framer/local/canvasComponent/t_nuRJC3D/t_nuRJC3D.js\";import FAQOne from\"#framer/local/canvasComponent/vDR_ACZiR/vDR_ACZiR.js\";import Ticker from\"#framer/local/canvasComponent/xUVZRzH3Q/xUVZRzH3Q.js\";import HeaderNavbar from\"#framer/local/canvasComponent/yIUeheNr_/yIUeheNr_.js\";import*as sharedStyle2 from\"#framer/local/css/htqHw00bf/htqHw00bf.js\";import*as sharedStyle1 from\"#framer/local/css/HwAOSDL_O/HwAOSDL_O.js\";import*as sharedStyle3 from\"#framer/local/css/jU2CgCQbX/jU2CgCQbX.js\";import*as sharedStyle6 from\"#framer/local/css/M0DsUeVlb/M0DsUeVlb.js\";import*as sharedStyle4 from\"#framer/local/css/p9qDDwZqD/p9qDDwZqD.js\";import*as sharedStyle7 from\"#framer/local/css/rRBWgzgSN/rRBWgzgSN.js\";import*as sharedStyle5 from\"#framer/local/css/SS1sjU9Tk/SS1sjU9Tk.js\";import*as sharedStyle from\"#framer/local/css/zrgrZmtNv/zrgrZmtNv.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/yCuEaCZQp/yCuEaCZQp.js\";import metadataProvider from\"#framer/local/webPageMetadata/yCuEaCZQp/yCuEaCZQp.js\";const CookieBannerFonts=getFonts(CookieBanner);const HeaderNavbarFonts=getFonts(HeaderNavbar);const MaterialFonts=getFonts(Material);const MotionAWithFX=withFX(motion.a);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ContainerWithFX=withFX(Container);const FeatherFonts=getFonts(Feather);const YouTubeFonts=getFonts(YouTube);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const ServicesCardFonts=getFonts(ServicesCard);const BulletFonts=getFonts(Bullet);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const FAQOneFonts=getFonts(FAQOne);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const TickerFonts=getFonts(Ticker);const FooterSectionFonts=getFonts(FooterSection);const breakpoints={fWiWbphGC:\"(min-width: 1440px)\",I7C4gtpCD:\"(min-width: 992px) and (max-width: 1439px)\",mAKuYJQEE:\"(min-width: 768px) and (max-width: 991px)\",r2RgE_J8W:\"(max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pTeOP\";const variantClassNames={fWiWbphGC:\"framer-v-qj7lbo\",I7C4gtpCD:\"framer-v-5xuw8b\",mAKuYJQEE:\"framer-v-hvpxjk\",r2RgE_J8W:\"framer-v-1mxo7la\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={damping:60,delay:0,mass:1,stiffness:350,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:50};const transition3={damping:60,delay:.2,mass:1,stiffness:350,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:50};const transition4={damping:60,delay:.4,mass:1,stiffness:350,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:50};const transition5={damping:60,delay:.6,mass:1,stiffness:350,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:50};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition6={damping:60,delay:0,mass:1.2,stiffness:350,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:50};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:.2,y:50};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:.2,y:50};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:70,y:0};const transition7={damping:60,delay:.5,mass:1,stiffness:350,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:70,y:0};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation17={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition8={damping:60,delay:.8,mass:1,stiffness:350,type:\"spring\"};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"fWiWbphGC\",Laptop:\"I7C4gtpCD\",Phone:\"r2RgE_J8W\",Tablet:\"mAKuYJQEE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fWiWbphGC\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onClick1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"r2RgE_J8W\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fWiWbphGC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-qj7lbo\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined},{href:{webPageId:\"Vlv_hRVUP\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10do0si-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"Ix1P_hjr4\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",euPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[2],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",euType:\"simple\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",worldPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[3],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},mAKuYJQEE:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",euPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[4],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",euType:\"simple\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",worldPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[5],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},r2RgE_J8W:{content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",euPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[6],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",euType:\"simple\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",worldPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[7],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"},preview:false}},children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-left\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"var(--token-445e6a17-5d81-448c-bb59-55039561ecb7, rgb(255, 255, 255))\",fontBody:{},fontTitle:{},link:\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\",shadow:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.25)\",shadowX:0,shadowY:2}},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{},hoverOpacity:.6,labels:{accept:getLocalizedValue(\"v1\",activeLocale)??\"Accept\",acceptAll:getLocalizedValue(\"v3\",activeLocale)??\"Accept all\",confirm:getLocalizedValue(\"v7\",activeLocale)??\"Okay\",customize:getLocalizedValue(\"v5\",activeLocale)??\"Customize\",reject:getLocalizedValue(\"v2\",activeLocale)??\"Reject\",rejectAll:getLocalizedValue(\"v4\",activeLocale)??\"Reject all\",save:getLocalizedValue(\"v6\",activeLocale)??\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",euPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[0],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},euShowReject:true,euTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",euType:\"simple\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v8\",activeLocale)??\"We use cookies to enhance your experience, analyze website traffic, and provide personalized content.\",worldPolicy:{label:getLocalizedValue(\"v10\",activeLocale)??\"Cookie Policy\",link:resolvedLinks[1],prefix:getLocalizedValue(\"v9\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"Ix1P_hjr4\",layoutId:\"Ix1P_hjr4\",options:{analytics:{description:getLocalizedValue(\"v16\",activeLocale)??\"Enables tracking of performance.\",title:getLocalizedValue(\"v15\",activeLocale)??\"Analytics\"},marketing:{description:getLocalizedValue(\"v18\",activeLocale)??\"Enables ads personalization and tracking.\",title:getLocalizedValue(\"v17\",activeLocale)??\"Marketing\"},necessary:{description:getLocalizedValue(\"v12\",activeLocale)??\"Enables security and basic functionality.\",optional:true,title:getLocalizedValue(\"v11\",activeLocale)??\"Necessary\"},preferences:{description:getLocalizedValue(\"v14\",activeLocale)??\"Enables personalized content and settings.\",title:getLocalizedValue(\"v13\",activeLocale)??\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(51, 51, 51)\",iconSize:24,iconType:\"default\",text:getLocalizedValue(\"v0\",activeLocale)??\"Cookie Settings\",textFont:{},type:\"none\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tapt15\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mAKuYJQEE:{y:undefined},r2RgE_J8W:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1320px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`min(max(${componentViewport?.width||\"100vw\"} - 60px, 1px), 1320px)`,y:(componentViewport?.y||0)+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t3rtgq-container\",nodeId:\"INhrZUH1C\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"Lo3FsaI5G\"},mAKuYJQEE:{variant:\"FyW0QzR0C\"},r2RgE_J8W:{variant:\"rBZJuaRh5\"}},children:/*#__PURE__*/_jsx(HeaderNavbar,{height:\"100%\",id:\"INhrZUH1C\",layoutId:\"INhrZUH1C\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"OSv98KXCP\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1thjq6\",\"data-framer-name\":\" Hero Section\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wivTRfsTD\"},motionChild:true,nodeId:\"fnJxGFTSi\",openInNewTab:false,scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l4sgsv hidden-1mxo7la framer-1f8scgj\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1na308l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lzYmtlKkQ\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-816d16c6-7a71-41f0-a75c-1f0f7e579a85, rgb(62, 63, 89))\",height:\"100%\",iconSearch:\"sunny\",iconSelection:\"Home\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"lzYmtlKkQ\",layoutId:\"lzYmtlKkQ\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Latest Updates: Advanced Questions, Smarter AI, and Improved Editing\"})}),className:\"framer-195r74q\",fonts:[\"GF;Plus Jakarta Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pq9gqi\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m72mvr\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1562ywx\",\"data-framer-name\":\"Text content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h4az0z\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qlqxlu\",\"data-styles-preset\":\"zrgrZmtNv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Build and Deliver Your eLearning Content in Minutes\"})}),className:\"framer-s6qmy5\",\"data-framer-name\":\"Point of sale & inventory management software\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0fmvw\",\"data-styles-preset\":\"htqHw00bf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Empower your training and education efforts with uPresenter, the AI-powered platform that simplifies content creation and deployment.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.8,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ozcjd2\",\"data-styles-preset\":\"HwAOSDL_O\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Empower your training and education efforts with uPresenter, the AI-powered platform that simplifies content creation and deployment.\"})}),className:\"framer-i7fxfa\",\"data-framer-name\":\"Turn your smartphone or tablet into a powerful POS. Manage sales, inventory with ease; engage customers & increase your revenue.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rdj8vb\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yl6mEqlTi\"},implicitPathVariables:undefined},{href:{webPageId:\"yl6mEqlTi\"},implicitPathVariables:undefined},{href:{webPageId:\"yl6mEqlTi\"},implicitPathVariables:undefined},{href:{webPageId:\"yl6mEqlTi\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+72+90+42.8+0+0+0+0+0+296+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+72+64+42.8+0+0+0+0+0+296+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vumzrg-container\",nodeId:\"uzu7eXt8J\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{fzPQj5vxM:resolvedLinks1[1]},mAKuYJQEE:{fzPQj5vxM:resolvedLinks1[2]},r2RgE_J8W:{fzPQj5vxM:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(Button,{BlJNMfRrN:false,DFuGXT4sw:false,E9FDD4pGR:true,fzPQj5vxM:resolvedLinks1[0],height:\"100%\",id:\"uzu7eXt8J\",layoutId:\"uzu7eXt8J\",pQL1TvLYQ:\"Reply\",qWQ35JEj6:getLocalizedValue(\"v23\",activeLocale)??\"Get started for free\",variant:\"RzdphP8CA\",width:\"100%\",yWCCtolhs:\"phone\"})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ndn1ni\",\"data-framer-name\":\"Video button\",id:\"ndn1ni\",onTap:onTap3bnx0g({overlay}),style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16wp8u8\",\"data-framer-name\":\"Play button\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a5cjx5\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:9,svg:'<svg width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.55464 0.551977C0.696071 0.0406936 0 0.459543 0 1.48676V9.06714C0 10.0954 0.696071 10.5137 1.55464 10.0029L7.93667 6.20313C8.79553 5.69166 8.79553 4.86301 7.93667 4.35167L1.55464 0.551977Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qfaott\",\"data-styles-preset\":\"jU2CgCQbX\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"WATCH VIDEO\"})}),className:\"framer-1j224de\",\"data-framer-name\":\"Watch the intro vide\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1grjdwx\"),\"data-framer-portal-id\":\"ndn1ni\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"mduiYMaov\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1o7dr3e-container\"),\"data-framer-portal-id\":\"ndn1ni\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"kQbzJaxxp\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-445e6a17-5d81-448c-bb59-55039561ecb7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:getLocalizedValue(\"v25\",activeLocale)??\"Home\",iconSelection:\"x\",id:\"kQbzJaxxp\",layoutId:\"kQbzJaxxp\",mirrored:false,onClick:onClick1wnntms({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation7,className:cx(scopingClassNames,\"framer-1x3z9fx-container\"),\"data-framer-portal-id\":\"ndn1ni\",exit:animation1,initial:animation,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Gjpfo7kkq\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"Gjpfo7kkq\",isMixedBorderRadius:false,isRed:true,layoutId:\"Gjpfo7kkq\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:getLocalizedValue(\"v26\",activeLocale)??\"https://www.youtube.com/watch?v=p3IhUEfMNno&t=15s\",width:\"100%\"})})})]}),getContainer())})})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gtkojj\",\"data-framer-name\":\"Image & shapes\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v27\",activeLocale)??\"uPresenter main app\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:2496,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+90+42.8+0+0+0+430+0),pixelHeight:1232,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 1000px) * 0.9464)`,src:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png\",srcSet:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png 2560w\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v27\",activeLocale)??\"uPresenter main app\",fit:\"fit\",intrinsicHeight:1192,intrinsicWidth:2496,pixelHeight:1232,pixelWidth:2560,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 720px)`,src:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png\",srcSet:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png 2560w\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v27\",activeLocale)??\"uPresenter main app\",fit:\"fit\",intrinsicHeight:1192,intrinsicWidth:2496,pixelHeight:1232,pixelWidth:2560,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png\",srcSet:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png 2560w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1.2,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:30,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:getLocalizedValue(\"v27\",activeLocale)??\"uPresenter main app\",fit:\"fill\",intrinsicHeight:1192,intrinsicWidth:2496,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+64+42.8+0+0+0+430+0),pixelHeight:1232,pixelWidth:2560,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) / 1.046)`,src:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png\",srcSet:\"https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VVsc2BWUX4Fl2FCb2J9lg827Q.png 2560w\"},className:\"framer-kgojg0\",\"data-framer-name\":\"Dash board\",style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:135,intrinsicWidth:118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+90+42.8+0+0+334.5958),pixelHeight:135,pixelWidth:118,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pE1av2FrQYStzJpxPZzbmbp0v08.svg\"},transformTemplate:transformTemplate2},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:135,intrinsicWidth:118,pixelHeight:135,pixelWidth:118,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pE1av2FrQYStzJpxPZzbmbp0v08.svg\"},transformTemplate:transformTemplate2},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:135,intrinsicWidth:118,pixelHeight:135,pixelWidth:118,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pE1av2FrQYStzJpxPZzbmbp0v08.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:135,intrinsicWidth:118,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+64+42.8+0+0+359),pixelHeight:135,pixelWidth:118,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pE1av2FrQYStzJpxPZzbmbp0v08.svg\"},className:\"framer-x9fs5y\",\"data-framer-name\":\"shape\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jel4sw\",\"data-framer-name\":\"circle one\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yt4je7\",\"data-framer-name\":\"circle two\"})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l7rj2h\",\"data-framer-name\":\"Services-section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-o3cipu\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9v7x3\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-126owgg\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Why Choose uPresenter?\"})}),className:\"framer-144j8xo\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vw3mds\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:333,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:219,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k8rdro-container\",nodeId:\"BeyYzGBjx\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-fd0839c7-1d7d-48b3-8601-2a2c36df91c4, rgb(242, 251, 255))\",e6qU2THRi:getLocalizedValue(\"v29\",activeLocale)??\"No LMS Setup Needed\",height:\"100%\",id:\"BeyYzGBjx\",layoutId:\"BeyYzGBjx\",oJKz8N01Z:getLocalizedValue(\"v30\",activeLocale)??\"Launch your content in minutes without complicated installations. Simply sign in, create or upload, and go live instantly!\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/rvniKfs5PqIVCN3pBaCltO5UA08.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:333,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:219,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lqklsw-container\",nodeId:\"z8CYAwolV\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-fd0839c7-1d7d-48b3-8601-2a2c36df91c4, rgb(248, 242, 255))\",e6qU2THRi:getLocalizedValue(\"v31\",activeLocale)??\"AI-Powered Content Creation\",height:\"100%\",id:\"z8CYAwolV\",layoutId:\"z8CYAwolV\",oJKz8N01Z:getLocalizedValue(\"v32\",activeLocale)??\"Our AI Assistant helps you quickly build presentations, quizzes, and learning modules, saving you time and effort.\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/mtP5bG6mDGEaw2ulIoI2JTcLRHI.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:333,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:219,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11o4uut-container\",nodeId:\"fJlW_0RAj\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-fd0839c7-1d7d-48b3-8601-2a2c36df91c4, rgb(248, 242, 255))\",e6qU2THRi:getLocalizedValue(\"v33\",activeLocale)??\"All-in-One Solution\",height:\"100%\",id:\"fJlW_0RAj\",layoutId:\"fJlW_0RAj\",oJKz8N01Z:getLocalizedValue(\"v34\",activeLocale)??\"Create, share, and track everything in one platform. Monitor user progress and performance with built-in analytics.\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/OhPNGHu4ILQwnwgcZl7B6tZ4Q1U.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yjd54c\",\"data-framer-name\":\"Content-section 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-159h0b6\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-719yhm\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Explore What Makes Us Unique!\"})}),className:\"framer-139qx21\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13cg2r1\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15v8r6e\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13i9wt0\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-68y9od\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Quick Content Creation\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Quick Content Creation\"})}),className:\"framer-jkmt92\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Design presentations and quizzes in a snap with intuitive functionality.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Design presentations and quizzes in a snap with intuitive functionality.\"})}),className:\"framer-17o6t25\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1faw6q5\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6jfaee\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1y16jzv\",\"data-framer-appear-id\":\"1y16jzv\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+108+0+0+0+295.4+0+0+0+0+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+148+0+0+295.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pc061d-container\",nodeId:\"u6jjFcnW1\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"u6jjFcnW1\",layoutId:\"u6jjFcnW1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Select from customizable templates to jumpstart your projects.\"})}),className:\"framer-624g6y\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-1vfg18r\",\"data-framer-appear-id\":\"1vfg18r\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+108+0+0+0+295.4+0+0+0+65.6+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+148+0+0+295.4+0+0+0+50.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12n638e-container\",nodeId:\"cas0L9f24\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"cas0L9f24\",layoutId:\"cas0L9f24\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Use pre-built slide layouts to save time.\"})}),className:\"framer-1vraggs\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-115msbm\",\"data-framer-name\":\"icon-list\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+108+0+0+0+295.4+0+0+0+131.2+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+148+0+0+295.4+0+0+0+101.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gmnxxc-container\",nodeId:\"ZPOGwIk6q\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"ZPOGwIk6q\",layoutId:\"ZPOGwIk6q\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Import images, videos, and audio effortlessly to enhance your content.\"})}),className:\"framer-wpao6m\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19ny5uz\",\"data-framer-name\":\"icon-list\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+108+0+0+0+295.4+0+0+0+319.2+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+148+0+0+295.4+0+0+0+274.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1roabw7-container\",nodeId:\"DIb6GCvp6\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"DIb6GCvp6\",layoutId:\"DIb6GCvp6\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Generate presentations from PPTX, DOCX, PDF, and TXT files to simplify your workflow.\"})}),className:\"framer-1yj2rik\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4sn05\",\"data-framer-name\":\"content-image\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ldphaa\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v44\",activeLocale)??\"Quick Content Creation\",fit:\"fill\",intrinsicHeight:924,intrinsicWidth:1128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+108+0+847.6+0+0+0),pixelHeight:150,pixelWidth:200,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/h4SkpCn49e44pxmFhyjZVhozYO8.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v44\",activeLocale)??\"Quick Content Creation\",fit:\"fill\",intrinsicHeight:924,intrinsicWidth:1128,pixelHeight:150,pixelWidth:200,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/h4SkpCn49e44pxmFhyjZVhozYO8.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v44\",activeLocale)??\"Quick Content Creation\",fit:\"fill\",intrinsicHeight:924,intrinsicWidth:1128,pixelHeight:150,pixelWidth:200,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/h4SkpCn49e44pxmFhyjZVhozYO8.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v44\",activeLocale)??\"Quick Content Creation\",fit:\"fill\",intrinsicHeight:924,intrinsicWidth:1128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+148+152.8+0+0+0),pixelHeight:150,pixelWidth:200,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/h4SkpCn49e44pxmFhyjZVhozYO8.svg\"},className:\"framer-xo80r8\",\"data-border\":true,\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l5dr9i\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+108+0+847.6+517-452+0),pixelHeight:150,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZRxT3Nid2RnE41XfBE9RodTlu0.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,pixelHeight:150,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZRxT3Nid2RnE41XfBE9RodTlu0.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,pixelHeight:150,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZRxT3Nid2RnE41XfBE9RodTlu0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+148+152.8+417-520+0),pixelHeight:150,pixelWidth:160,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZRxT3Nid2RnE41XfBE9RodTlu0.svg\"},className:\"framer-2jrpru\",\"data-framer-name\":\"Image\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dg4jpm\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r2v4xj\",\"data-framer-name\":\"content-image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y9c81e\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+576.8+0+0+0),pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IbJcl9Vp6jyx2PJS0w1VZj5P8Bg.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IbJcl9Vp6jyx2PJS0w1VZj5P8Bg.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IbJcl9Vp6jyx2PJS0w1VZj5P8Bg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+970.6+26.4+0+0+0),pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IbJcl9Vp6jyx2PJS0w1VZj5P8Bg.svg\"},className:\"framer-sp7jtz\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11fy4vv\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Create a presentation with AI\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+576.8+21+0),pixelHeight:150,pixelWidth:127,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/AwQOj0e9XrW67sWfezku6HOw08.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Create a presentation with AI\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:127,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/AwQOj0e9XrW67sWfezku6HOw08.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Create a presentation with AI\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:127,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/AwQOj0e9XrW67sWfezku6HOw08.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v45\",activeLocale)??\"Create a presentation with AI\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+970.6+26.4+19.5+0),pixelHeight:150,pixelWidth:127,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/AwQOj0e9XrW67sWfezku6HOw08.svg\"},className:\"framer-1bnd6k4\",\"data-border\":true,\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ez798u\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v46\",activeLocale)??\"Ask AI Assitance\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+576.8+95.5+0),pixelHeight:150,pixelWidth:208,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/5QDiG5IjonLr2IAnoDQRN3Q6V0.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v46\",activeLocale)??\"Ask AI Assitance\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,pixelHeight:150,pixelWidth:208,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/5QDiG5IjonLr2IAnoDQRN3Q6V0.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v46\",activeLocale)??\"Ask AI Assitance\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,pixelHeight:150,pixelWidth:208,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/5QDiG5IjonLr2IAnoDQRN3Q6V0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v46\",activeLocale)??\"Ask AI Assitance\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+970.6+26.4+102+0),pixelHeight:150,pixelWidth:208,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/5QDiG5IjonLr2IAnoDQRN3Q6V0.svg\"},className:\"framer-odf19x\",\"data-border\":true,\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-imumqt\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1raw9xp\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d46eq\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"AI Assistance\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"AI Assistance\"})}),className:\"framer-1lyt3fa\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Get help crafting your content or refining it with the power of AI, whether it\u2019s building slides, generating ideas, or polishing text.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Get help crafting your content or refining it with the power of AI, whether it\u2019s building slides, generating ideas, or polishing text.\"})}),className:\"framer-1q6p22p\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l1s59n\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-stmzs7\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-h48d5t\",\"data-framer-appear-id\":\"h48d5t\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+0+0+289.4+0+0+0+0+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+970.6+0+0+295.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yrx8s8-container\",nodeId:\"OaH3eeK9E\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"OaH3eeK9E\",layoutId:\"OaH3eeK9E\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Generate entire presentations using AI.\"})}),className:\"framer-f2zec8\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-1u9emcm\",\"data-framer-appear-id\":\"1u9emcm\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+0+0+289.4+0+0+0+65.6+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+970.6+0+0+295.4+0+0+0+50.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oy5n6i-container\",nodeId:\"HPbea_b_8\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"HPbea_b_8\",layoutId:\"HPbea_b_8\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Receive suggestions for improving clarity and engagement.\"})}),className:\"framer-nuwm6n\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-ybrzmq\",\"data-framer-appear-id\":\"ybrzmq\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+0+0+289.4+0+0+0+131.2+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+970.6+0+0+295.4+0+0+0+101.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nljlzx-container\",nodeId:\"d8brmsym2\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"d8brmsym2\",layoutId:\"d8brmsym2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Automatically generate quiz questions from your presentation.\"})}),className:\"framer-k9sokf\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-r3lgd3\",\"data-framer-appear-id\":\"r3lgd3\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+1532.6+0+0+0+289.4+0+0+0+196.8+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+970.6+0+0+295.4+0+0+0+151.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qcfgl0-container\",nodeId:\"heiHqbF5l\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"heiHqbF5l\",layoutId:\"heiHqbF5l\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Check grammar and enhance readability with AI tools.\"})}),className:\"framer-1en5y30\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hn476c\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqn7ej\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-msgez5\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9e0d1y\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Seamless Sharing & Collaborating\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Seamless Sharing & Collaborating\"})}),className:\"framer-1u9f4w6\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Share your learning content instantly with your team or audience. No need to download and upload files \u2013 it\u2019s all done online.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Share your learning content instantly with your team or audience. No need to download and upload files \u2013 it\u2019s all done online.\"})}),className:\"framer-1rox7wv\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i5y5sq\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y3rsko\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-1gyxza3\",\"data-framer-appear-id\":\"1gyxza3\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+0+0+295.4+0+0+0+0+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+0+0+295.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8yxred-container\",nodeId:\"XkVRANqSY\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"XkVRANqSY\",layoutId:\"XkVRANqSY\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Instantly share content online with your audience.\"})}),className:\"framer-hlvkvn\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-6m33ij\",\"data-framer-appear-id\":\"6m33ij\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+0+0+295.4+0+0+0+65.6+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+0+0+295.4+0+0+0+50.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bfzsxd-container\",nodeId:\"LtEHhItlX\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"LtEHhItlX\",layoutId:\"LtEHhItlX\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Collaborate in real time to perfect presentations.\"})}),className:\"framer-e2d8oe\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-podipt\",\"data-framer-appear-id\":\"podipt\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+0+0+295.4+0+0+0+131.2+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+0+0+295.4+0+0+0+101.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vz09a9-container\",nodeId:\"nqQihCUqZ\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"nqQihCUqZ\",layoutId:\"nqQihCUqZ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Set access permissions to control who can view your content.\"})}),className:\"framer-1elicck\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-1ku7fgu\",\"data-framer-appear-id\":\"1ku7fgu\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+0+0+295.4+0+0+0+196.8+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+0+0+295.4+0+0+0+151.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h7v2gw-container\",nodeId:\"lM8ooD4no\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"lM8ooD4no\",layoutId:\"lM8ooD4no\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Embed presentations in websites or LMSs for easy access.\"})}),className:\"framer-c154s5\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b6beq5\",\"data-framer-name\":\"content-image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1reg7s7\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+582.8+0+0+0),pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ra0ZsmTxPt8rfb45YQ6lmrQ5J68.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ra0ZsmTxPt8rfb45YQ6lmrQ5J68.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ra0ZsmTxPt8rfb45YQ6lmrQ5J68.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+26.4+0+0+0),pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Ra0ZsmTxPt8rfb45YQ6lmrQ5J68.svg\"},className:\"framer-1x1ezay\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a77eph\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v63\",activeLocale)??\"uPresenter Collaborating\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+582.8+19+0),pixelHeight:150,pixelWidth:254,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/mg0L1gQL8CafOnsNC7JlvqVzCI.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v63\",activeLocale)??\"uPresenter Collaborating\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:254,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/mg0L1gQL8CafOnsNC7JlvqVzCI.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v63\",activeLocale)??\"uPresenter Collaborating\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:254,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/mg0L1gQL8CafOnsNC7JlvqVzCI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v63\",activeLocale)??\"uPresenter Collaborating\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+26.4+6+0),pixelHeight:150,pixelWidth:254,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/mg0L1gQL8CafOnsNC7JlvqVzCI.svg\"},className:\"framer-qkhnvn\",\"data-border\":true,\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cneih6\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v64\",activeLocale)??\"Share with Users\",fit:\"fit\",intrinsicHeight:388,intrinsicWidth:338,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+2594.4+0+582.8+152+0),pixelHeight:150,pixelWidth:162,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/pXOIukArbuHxXseQNycAJjaEJsU.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v64\",activeLocale)??\"Share with Users\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,pixelHeight:150,pixelWidth:162,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/pXOIukArbuHxXseQNycAJjaEJsU.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v64\",activeLocale)??\"Share with Users\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,pixelHeight:150,pixelWidth:162,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/pXOIukArbuHxXseQNycAJjaEJsU.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v64\",activeLocale)??\"Share with Users\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:338,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+1548.4+26.4+140.5+0),pixelHeight:150,pixelWidth:162,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/pXOIukArbuHxXseQNycAJjaEJsU.svg\"},className:\"framer-ubwog4\",\"data-border\":true,\"data-framer-name\":\"Image\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nxguhm\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qizo4s\",\"data-framer-name\":\"content-image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lbrlom\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+639.6+0+0+0),pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Suqrp3fpwGI9cZj3C2Vm9xc.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Suqrp3fpwGI9cZj3C2Vm9xc.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Suqrp3fpwGI9cZj3C2Vm9xc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+62.3+0+0+0),pixelHeight:427,pixelWidth:469,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9Suqrp3fpwGI9cZj3C2Vm9xc.svg\"},className:\"framer-19e3151\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fmk7lx\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v65\",activeLocale)??\"User views\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+639.6+29+0),pixelHeight:150,pixelWidth:202,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/LZGEhB0GokZmjmiZZrZMfib1hM.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v65\",activeLocale)??\"User views\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:202,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/LZGEhB0GokZmjmiZZrZMfib1hM.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v65\",activeLocale)??\"User views\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,pixelHeight:150,pixelWidth:202,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/LZGEhB0GokZmjmiZZrZMfib1hM.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v65\",activeLocale)??\"User views\",fit:\"fill\",intrinsicHeight:509,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+62.3+29+0),pixelHeight:150,pixelWidth:202,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/LZGEhB0GokZmjmiZZrZMfib1hM.svg\"},className:\"framer-zkkomh\",\"data-border\":true,\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y09old\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v66\",activeLocale)??\"Users grade\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+639.6+236+0),pixelHeight:150,pixelWidth:270,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/gPMoa4jsLh620PtZKqGRq3mpu0.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v66\",activeLocale)??\"Users grade\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:270,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/gPMoa4jsLh620PtZKqGRq3mpu0.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v66\",activeLocale)??\"Users grade\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:270,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/gPMoa4jsLh620PtZKqGRq3mpu0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v66\",activeLocale)??\"Users grade\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+62.3+176+0),pixelHeight:150,pixelWidth:270,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/gPMoa4jsLh620PtZKqGRq3mpu0.svg\"},className:\"framer-9oqhw1\",\"data-border\":true,\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vdilr3\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bn334i\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xq5e63\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Integrated Tracking & Analytics\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Integrated Tracking & Analytics\"})}),className:\"framer-a03p0l\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Monitor progress, quiz scores, and engagement metrics right from the platform.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Monitor progress, quiz scores, and engagement metrics right from the platform.\"})}),className:\"framer-7pavxm\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fqoro2\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14yjpcf\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-1kym7rc\",\"data-framer-appear-id\":\"1kym7rc\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+0+0+295.4+0+0+0+0+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+0+0+295.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wwscfq-container\",nodeId:\"FxbinSoM5\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"FxbinSoM5\",layoutId:\"FxbinSoM5\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Observe progress, quiz scores, and engagement data.\"})}),className:\"framer-wh8uqn\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-qwb3qv\",\"data-framer-appear-id\":\"qwb3qv\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+0+0+295.4+0+0+0+65.6+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+0+0+295.4+0+0+0+50.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a0eob9-container\",nodeId:\"kT4GbTQ75\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"kT4GbTQ75\",layoutId:\"kT4GbTQ75\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Gain insights to enhance your content based on performance.\"})}),className:\"framer-12sf10r\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-2pez7r\",\"data-framer-appear-id\":\"2pez7r\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+3662.2+0+0+0+295.4+0+0+0+131.2+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+2126.2+0+0+295.4+0+0+0+101.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z08ybr-container\",nodeId:\"WaYEmgYb8\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"WaYEmgYb8\",layoutId:\"WaYEmgYb8\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Track user activity to identify popular topics.\"})}),className:\"framer-b4bbbg\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9on7t\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j0zyey\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wddfhx\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t6xeyb\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Export Your Creations Effortlessly\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1shtvzq\",\"data-styles-preset\":\"SS1sjU9Tk\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Export Your Creations Effortlessly\"})}),className:\"framer-15vg9qu\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Need to integrate with an LMS later? Easily export your presentations as xAPI-compliant packages.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Need to integrate with an LMS later? Easily export your presentations as xAPI-compliant packages.\"})}),className:\"framer-18zxg06\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rhl7ll\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z0bc3e\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-jmfglh\",\"data-framer-appear-id\":\"jmfglh\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+4786.8+0+0+0+295.4+0+0+0+0+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+2775.8+0+0+295.4+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfa3vw-container\",nodeId:\"eHR968LWT\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"eHR968LWT\",layoutId:\"eHR968LWT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Export presentations as xAPI packages for easy LMS integration.\"})}),className:\"framer-1u94ajg\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation19,className:\"framer-mvufvt\",\"data-framer-appear-id\":\"mvufvt\",\"data-framer-name\":\"icon-list\",initial:animation12,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+1665.8+50+0+0+4786.8+0+0+0+295.4+0+0+0+65.6+0},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"28px\",y:(componentViewport?.y||0)+0+1719.8+80+0+0+2775.8+0+0+295.4+0+0+0+50.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hov3g7-container\",nodeId:\"fJQ5l9zJq\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Bullet,{height:\"100%\",id:\"fJQ5l9zJq\",layoutId:\"fJQ5l9zJq\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1wrr5ss\",\"data-styles-preset\":\"rRBWgzgSN\",children:\"Download presentations as PDF files for convenient sharing and printing.\"})}),className:\"framer-16vwnkk\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8aqcil\",\"data-framer-name\":\"content-image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-80vipu\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+4786.8+0+574+0+0+0),pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XRFk8hTxYp9Dc0rhsJUk0dVk8.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XRFk8hTxYp9Dc0rhsJUk0dVk8.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XRFk8hTxYp9Dc0rhsJUk0dVk8.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:427,intrinsicWidth:469,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2775.8+37+0+0+0),pixelHeight:150,pixelWidth:165,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XRFk8hTxYp9Dc0rhsJUk0dVk8.svg\"},className:\"framer-1h34hls\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-namqri\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v80\",activeLocale)??\"xAPI Export\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+4786.8+0+574+29+0),pixelHeight:150,pixelWidth:250,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/f8xcEgOCvRMLr8dQ76UnI1yLk.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v80\",activeLocale)??\"xAPI Export\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:250,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/f8xcEgOCvRMLr8dQ76UnI1yLk.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v80\",activeLocale)??\"xAPI Export\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:250,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/f8xcEgOCvRMLr8dQ76UnI1yLk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v80\",activeLocale)??\"xAPI Export\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2775.8+37+46+0),pixelHeight:150,pixelWidth:250,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/f8xcEgOCvRMLr8dQ76UnI1yLk.svg\"},className:\"framer-bnzjz4\",\"data-border\":true,\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kdba83\",\"data-framer-name\":\"image\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v81\",activeLocale)??\"PDF Export\",fit:\"fit\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1665.8+50+0+0+4786.8+0+574+245+0),pixelHeight:150,pixelWidth:143,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/dlMqN2h0KXTlPgpx0qBd8N6qxLU.svg\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v81\",activeLocale)??\"PDF Export\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:143,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/dlMqN2h0KXTlPgpx0qBd8N6qxLU.svg\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v81\",activeLocale)??\"PDF Export\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,pixelHeight:150,pixelWidth:143,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/dlMqN2h0KXTlPgpx0qBd8N6qxLU.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v81\",activeLocale)??\"PDF Export\",fit:\"fill\",intrinsicHeight:303,intrinsicWidth:442,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719.8+80+0+0+2775.8+37+205+0),pixelHeight:150,pixelWidth:143,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/dlMqN2h0KXTlPgpx0qBd8N6qxLU.svg\"},className:\"framer-1fcryob\",\"data-border\":true,\"data-framer-name\":\"Image\"})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m8qpyi\",\"data-framer-name\":\"Services-section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pg209t\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12nff9i\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oawkvw\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Who Are uPresenter For?\"})}),className:\"framer-1dicysp\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n9a6nr\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:306,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{height:158,width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:185,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2fsfe-container\",nodeId:\"vh6nFmmo_\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{style:{width:\"100%\"},variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-2477a04e-f483-44c7-969a-d51bc953ad3a, rgb(242, 252, 255))\",e6qU2THRi:getLocalizedValue(\"v83\",activeLocale)??\"Educators\",height:\"100%\",id:\"vh6nFmmo_\",layoutId:\"vh6nFmmo_\",oJKz8N01Z:getLocalizedValue(\"v84\",activeLocale)??\"Easily create lessons, quizzes, and training modules.\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/m1eYdWEtTeqjrywDKke7XLGIhs8.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:306,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{height:158,width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:185,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vzps1c-container\",nodeId:\"ENaKbJHUF\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{style:{width:\"100%\"},variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-2477a04e-f483-44c7-969a-d51bc953ad3a, rgb(242, 252, 255))\",e6qU2THRi:getLocalizedValue(\"v85\",activeLocale)??\"Corporate Trainers\",height:\"100%\",id:\"ENaKbJHUF\",layoutId:\"ENaKbJHUF\",oJKz8N01Z:getLocalizedValue(\"v86\",activeLocale)??\"Deliver professional development programs, track employee progress, and assess learning outcomes.\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/aKJv7D6KLoFKb8Evr5MGpf5cLAA.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{height:306,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1000px)`},mAKuYJQEE:{height:158,width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.8)`},r2RgE_J8W:{height:158,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:185,width:`min(${componentViewport?.width||\"100vw\"} - 60px, 1320px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f18kik-container\",nodeId:\"HequUP9X1\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"gDafUPziL\"},mAKuYJQEE:{style:{width:\"100%\"},variant:\"gDafUPziL\"},r2RgE_J8W:{style:{width:\"100%\"},variant:\"gDafUPziL\"}},children:/*#__PURE__*/_jsx(ServicesCard,{bEnzgnl82:\"var(--token-2477a04e-f483-44c7-969a-d51bc953ad3a, rgb(242, 252, 255))\",e6qU2THRi:getLocalizedValue(\"v87\",activeLocale)??\"Freelancers & Consultants\",height:\"100%\",id:\"HequUP9X1\",layoutId:\"HequUP9X1\",oJKz8N01Z:getLocalizedValue(\"v88\",activeLocale)??\"Impress your clients by building interactive presentations that deliver results.\",style:{height:\"100%\",width:\"100%\"},UkACqykVm:addImageAlt({src:\"https://framerusercontent.com/images/pFBrvDuElQVagviHRPh95EdYwA.svg\"},\"\"),variant:\"ZeKpBMIg7\",width:\"100%\"})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ymwgz\",\"data-framer-name\":\"Content-section 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gzlsxo\",\"data-border\":true,\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eplckn\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17362o3\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qenbgq\",\"data-framer-name\":\"text \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sa12xt\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r2RgE_J8W:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",style:{\"--framer-text-alignment\":\"center\"},children:\"How It Works\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",children:\"How It Works\"})}),className:\"framer-9w4t2f\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",children:\"Simple step-by-step guide to create engaging presentations and quizzes with AI, along with insightful analytics.\"})})},mAKuYJQEE:{children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",children:\"Simple step-by-step guide to create engaging presentations and quizzes with AI, along with insightful analytics.\"})})},r2RgE_J8W:{children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-alignment\":\"center\"},children:\"Simple step-by-step guide to create engaging presentations and quizzes with AI, along with insightful analytics.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l2n6uu\",\"data-styles-preset\":\"M0DsUeVlb\",style:{\"--framer-text-color\":\"var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, rgb(8, 10, 71))\"},children:\"Simple step-by-step guide to create engaging presentations and quizzes with AI, along with insightful analytics.\"})}),className:\"framer-mohj3d\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12zvjx7\",\"data-framer-name\":\"bottom text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qqxwpz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xo4u97\",\"data-framer-name\":\"Faq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 1000px) * 0.54)`,y:(componentViewport?.y||0)+0+8115.6+45+0+0+0+0+0+222+0+0+0+0+30+0},mAKuYJQEE:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 768px) * 0.89)`,y:undefined},r2RgE_J8W:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 390px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:484,width:`calc(min(${componentViewport?.width||\"100vw\"} - 60px, 1320px) * 0.52)`,y:(componentViewport?.y||0)+0+5629.6+65+0+0+0+0+0+222+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k08qth-container\",nodeId:\"I2j9YXErc\",rendersWithMotion:true,scopeId:\"yCuEaCZQp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FAQOne,{height:\"100%\",id:\"I2j9YXErc\",layoutId:\"I2j9YXErc\",style:{width:\"100%\"},variant:\"NZYXsbCnR\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kias3w\",\"data-framer-name\":\"content-image\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:getLocalizedValue(\"v94\",activeLocale)??\"How it Works\",fit:\"fit\",intrinsicHeight:843,intrinsicWidth:1150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8115.6+45+0+0+0+206.5+0+0),pixelHeight:910,pixelWidth:1108,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/aE2TojlPX7E55n7Eo643oihmRU.png\"}},mAKuYJQEE:{background:{alt:getLocalizedValue(\"v94\",activeLocale)??\"How it Works\",fit:\"fill\",intrinsicHeight:843,intrinsicWidth:1150,pixelHeight:910,pixelWidth:1108,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/aE2TojlPX7E55n7Eo643oihmRU.png\"}},r2RgE_J8W:{background:{alt:getLocalizedValue(\"v94\",activeLocale)??\"How it Works\",fit:\"fit\",intrinsicHeight:843,intrinsicWidth:1150,pixelHeight:910,pixelWidth:1108,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/aE2TojlPX7E55n7Eo643oihmRU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v94\",activeLocale)??\"How it Works\",fit:\"fill\",intrinsicHeight:843,intrinsicWidth:1150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5629.6+65+0+0+0+150.5+0+0),pixelHeight:910,pixelWidth:1108,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/aE2TojlPX7E55n7Eo643oihmRU.png\"},className:\"framer-1sk8ou\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wv949u\",\"data-framer-name\":\"shape-img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8115.6+45+0+0+0+206.5+323-351+0),pixelHeight:394,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QPXv14on2SRExcFGmibEQBTouw.svg\"}},mAKuYJQEE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,pixelHeight:394,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QPXv14on2SRExcFGmibEQBTouw.svg\"}},r2RgE_J8W:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,pixelHeight:394,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QPXv14on2SRExcFGmibEQBTouw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:394,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5629.6+65+0+0+0+150.5+405-520+0),pixelHeight:394,pixelWidth:420,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QPXv14on2SRExcFGmibEQBTouw.svg\"},className:\"framer-1qr4ime\",\"data-framer-name\":\"Image\"})})})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11kqind\",\"data-framer-name\":\"Testimonial Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nkxkgc\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11jk5zb\",\"data-framer-name\":\"row\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uck0xp\",\"data-framer-name\":\"title\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation21,children:getLocalizedValue(\"v95\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qxnr2d\",\"data-styles-preset\":\"p9qDDwZqD\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hear From Our Happy Users\"})}),className:\"framer-1o0yeau\",\"data-framer-appear-id\":\"1o0yeau\",\"data-framer-name\":\"Point of sale & inventory management software\",fonts:[\"Inter\"],initial:animation12,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+9016.6+80+102},mAKuYJQEE:{y:undefined},r2RgE_J8W:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6470.6+65+102,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lha2w8-container\",nodeId:\"PpaaN4xUH\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(Ticker,{height:\"100%\",id:\"PpaaN4xUH\",layoutId:\"PpaaN4xUH\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{y:(componentViewport?.y||0)+0+9713.6},mAKuYJQEE:{y:undefined},r2RgE_J8W:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:894,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7152.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p69vw4-container\",nodeId:\"YEDs4op2l\",scopeId:\"yCuEaCZQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7C4gtpCD:{variant:\"fDqEdymD6\"},mAKuYJQEE:{variant:\"pMMzoJM4Z\"},r2RgE_J8W:{variant:\"i6JCRSGA8\"}},children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"YEDs4op2l\",layoutId:\"YEDs4op2l\",style:{width:\"100%\"},u6SgWiJDm:true,variant:\"TENs7Xc9L\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pTeOP.framer-1f8scgj, .framer-pTeOP .framer-1f8scgj { display: block; }\",\".framer-pTeOP.framer-qj7lbo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-pTeOP .framer-10do0si-container { bottom: 20px; flex: none; height: auto; left: 20px; position: fixed; width: auto; z-index: 1; }\",\".framer-pTeOP .framer-tapt15 { 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: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1t3rtgq-container { flex: 1 0 0px; height: auto; max-width: 1320px; position: relative; width: 1px; }\",\".framer-pTeOP .framer-1thjq6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-l4sgsv { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 8px 2px 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pTeOP .framer-1na308l-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-pTeOP .framer-195r74q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pTeOP .framer-1pq9gqi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1m72mvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1562ywx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1h4az0z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-s6qmy5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-i7fxfa { flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 57%; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-rdj8vb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1vumzrg-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pTeOP .framer-ndn1ni { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pTeOP .framer-16wp8u8 { align-content: center; align-items: center; background-color: var(--token-a7f2a4b9-8655-4133-9650-e1dad9e5d971, #f480d4); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pTeOP .framer-a5cjx5 { flex: none; height: 11px; position: relative; width: 9px; }\",\".framer-pTeOP .framer-1j224de, .framer-pTeOP .framer-624g6y, .framer-pTeOP .framer-1vraggs, .framer-pTeOP .framer-f2zec8, .framer-pTeOP .framer-nuwm6n, .framer-pTeOP .framer-k9sokf, .framer-pTeOP .framer-1en5y30, .framer-pTeOP .framer-hlvkvn, .framer-pTeOP .framer-e2d8oe, .framer-pTeOP .framer-1elicck, .framer-pTeOP .framer-c154s5, .framer-pTeOP .framer-wh8uqn, .framer-pTeOP .framer-12sf10r, .framer-pTeOP .framer-1u94ajg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pTeOP.framer-1grjdwx { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-pTeOP.framer-1o7dr3e-container { cursor: pointer; flex: none; height: 35px; left: calc(50.00000000000002% - 35px / 2); position: fixed; top: 69px; width: 35px; z-index: 10; }\",\".framer-pTeOP.framer-1x3z9fx-container { aspect-ratio: 1.8959660297239915 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 686px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 1300px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-pTeOP .framer-gtkojj { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-kgojg0 { aspect-ratio: 2.0939597315436242 / 1; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 602px); overflow: visible; position: relative; width: 96%; z-index: 1; }\",\".framer-pTeOP .framer-x9fs5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 135px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -42px; top: 359px; width: 118px; z-index: 1; }\",\".framer-pTeOP .framer-jel4sw { -webkit-filter: blur(123.13432312011719px); background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #45c9c1 39.0625%, rgba(69, 201, 193, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 161px; filter: blur(123.13432312011719px); flex: none; height: 550px; left: -60px; position: absolute; width: 550px; z-index: 0; }\",\".framer-pTeOP .framer-1yt4je7 { -webkit-filter: blur(130.74627685546875px); background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%, #f480d4 39.0625%, rgba(244, 128, 212, 0) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -159px; filter: blur(130.74627685546875px); flex: none; height: 584px; position: absolute; right: -110px; width: 584px; z-index: 0; }\",\".framer-pTeOP .framer-l7rj2h, .framer-pTeOP .framer-1m8qpyi { align-content: center; align-items: center; background-color: var(--token-c8fb8d93-06ba-4e8a-a465-cd4192507b36, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-o3cipu, .framer-pTeOP .framer-pg209t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-12nff9i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-oawkvw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-144j8xo, .framer-pTeOP .framer-139qx21, .framer-pTeOP .framer-1dicysp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 49%; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-vw3mds { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 28px; height: 219px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1k8rdro-container, .framer-pTeOP .framer-1lqklsw-container, .framer-pTeOP .framer-11o4uut-container, .framer-pTeOP .framer-1d2fsfe-container, .framer-pTeOP .framer-vzps1c-container, .framer-pTeOP .framer-f18kik-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-pTeOP .framer-1yjd54c { align-content: center; align-items: center; background: linear-gradient(180deg, #fdf5ff 0%, rgb(255, 255, 255) 50.45045045045045%, rgb(247, 255, 253) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-159h0b6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-eplckn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-15v8r6e, .framer-pTeOP .framer-1j0zyey { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 55%; }\",\".framer-pTeOP .framer-13i9wt0, .framer-pTeOP .framer-1raw9xp, .framer-pTeOP .framer-msgez5, .framer-pTeOP .framer-1bn334i, .framer-pTeOP .framer-wddfhx, .framer-pTeOP .framer-1qenbgq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-t6xeyb, .framer-pTeOP .framer-1sa12xt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-jkmt92, .framer-pTeOP .framer-17o6t25, .framer-pTeOP .framer-1lyt3fa, .framer-pTeOP .framer-1q6p22p, .framer-pTeOP .framer-1u9f4w6, .framer-pTeOP .framer-1rox7wv, .framer-pTeOP .framer-a03p0l, .framer-pTeOP .framer-7pavxm, .framer-pTeOP .framer-15vg9qu, .framer-pTeOP .framer-18zxg06, .framer-pTeOP .framer-9w4t2f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-1rhl7ll, .framer-pTeOP .framer-12zvjx7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1z0bc3e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1y16jzv, .framer-pTeOP .framer-1vfg18r, .framer-pTeOP .framer-h48d5t, .framer-pTeOP .framer-1u9emcm, .framer-pTeOP .framer-ybrzmq, .framer-pTeOP .framer-r3lgd3, .framer-pTeOP .framer-1gyxza3, .framer-pTeOP .framer-6m33ij, .framer-pTeOP .framer-podipt, .framer-pTeOP .framer-1ku7fgu, .framer-pTeOP .framer-1kym7rc, .framer-pTeOP .framer-qwb3qv, .framer-pTeOP .framer-2pez7r, .framer-pTeOP .framer-jmfglh, .framer-pTeOP .framer-mvufvt { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-pTeOP .framer-pc061d-container, .framer-pTeOP .framer-12n638e-container, .framer-pTeOP .framer-1gmnxxc-container, .framer-pTeOP .framer-1roabw7-container, .framer-pTeOP .framer-1yrx8s8-container, .framer-pTeOP .framer-oy5n6i-container, .framer-pTeOP .framer-nljlzx-container, .framer-pTeOP .framer-1qcfgl0-container, .framer-pTeOP .framer-8yxred-container, .framer-pTeOP .framer-1bfzsxd-container, .framer-pTeOP .framer-vz09a9-container, .framer-pTeOP .framer-1h7v2gw-container, .framer-pTeOP .framer-1wwscfq-container, .framer-pTeOP .framer-1a0eob9-container, .framer-pTeOP .framer-1z08ybr-container, .framer-pTeOP .framer-bfa3vw-container, .framer-pTeOP .framer-hov3g7-container { flex: none; height: 30px; position: relative; width: 28px; }\",\".framer-pTeOP .framer-115msbm, .framer-pTeOP .framer-19ny5uz { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pTeOP .framer-wpao6m, .framer-pTeOP .framer-1yj2rik, .framer-pTeOP .framer-b4bbbg, .framer-pTeOP .framer-16vwnkk { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-1r4sn05 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42%; }\",\".framer-pTeOP .framer-1ldphaa { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 417px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-pTeOP .framer-xo80r8, .framer-pTeOP .framer-1bnd6k4, .framer-pTeOP .framer-odf19x, .framer-pTeOP .framer-qkhnvn, .framer-pTeOP .framer-ubwog4, .framer-pTeOP .framer-zkkomh, .framer-pTeOP .framer-9oqhw1, .framer-pTeOP .framer-bnzjz4, .framer-pTeOP .framer-1fcryob { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-pTeOP .framer-1l5dr9i, .framer-pTeOP .framer-wv949u { align-content: center; align-items: center; bottom: 96px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 424px; justify-content: center; left: -71px; overflow: visible; padding: 0px; position: absolute; width: 380px; z-index: 0; }\",\".framer-pTeOP .framer-2jrpru, .framer-pTeOP .framer-sp7jtz, .framer-pTeOP .framer-1x1ezay, .framer-pTeOP .framer-19e3151, .framer-pTeOP .framer-1h34hls, .framer-pTeOP .framer-1qr4ime { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-pTeOP .framer-1r2v4xj, .framer-pTeOP .framer-b6beq5, .framer-pTeOP .framer-qizo4s, .framer-pTeOP .framer-8aqcil { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 42%; }\",\".framer-pTeOP .framer-y9c81e, .framer-pTeOP .framer-1reg7s7, .framer-pTeOP .framer-1lbrlom, .framer-pTeOP .framer-80vipu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 425px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 468px; z-index: 0; }\",\".framer-pTeOP .framer-11fy4vv { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 383px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: calc(49.647058823529434% - 383px / 2); width: 325px; z-index: 1; }\",\".framer-pTeOP .framer-ez798u { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 198px; justify-content: center; left: 274px; overflow: visible; padding: 0px; position: absolute; top: calc(47.29411764705885% - 198px / 2); width: 274px; z-index: 1; }\",\".framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-1vdilr3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 49%; }\",\".framer-pTeOP .framer-1a77eph { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 256px; justify-content: center; left: 63px; overflow: visible; padding: 0px; position: absolute; top: calc(31.529411764705905% - 256px / 2); width: 433px; z-index: 1; }\",\".framer-pTeOP .framer-1cneih6 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 239px; justify-content: center; left: -16px; overflow: visible; padding: 0px; position: absolute; top: calc(61.17647058823532% - 239px / 2); width: 259px; z-index: 1; }\",\".framer-pTeOP .framer-fmk7lx { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 259px; justify-content: center; left: 28px; overflow: visible; padding: 0px; position: absolute; top: 29px; width: 348px; z-index: 1; }\",\".framer-pTeOP .framer-1y09old { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 168px; justify-content: center; left: 222px; overflow: visible; padding: 0px; position: absolute; top: 176px; width: 302px; z-index: 1; }\",\".framer-pTeOP .framer-namqri { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 211px; justify-content: center; left: 40px; overflow: visible; padding: 0px; position: absolute; top: 46px; width: 352px; z-index: 1; }\",\".framer-pTeOP .framer-1kdba83 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 146px; justify-content: center; left: 322px; overflow: visible; padding: 0px; position: absolute; top: 205px; width: 140px; z-index: 1; }\",\".framer-pTeOP .framer-n9a6nr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 28px; height: 185px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-15ymwgz { align-content: center; align-items: center; background-color: var(--token-c8fb8d93-06ba-4e8a-a465-cd4192507b36, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 65px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1gzlsxo { --border-bottom-width: 1px; --border-color: rgba(8, 10, 71, 0.12); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1320px; overflow: visible; padding: 0px 0px 70px 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-17362o3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 52%; }\",\".framer-pTeOP .framer-mohj3d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 82%; word-break: break-word; word-wrap: break-word; }\",\".framer-pTeOP .framer-qqxwpz, .framer-pTeOP .framer-1nkxkgc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-xo4u97 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pTeOP .framer-k08qth-container, .framer-pTeOP .framer-lha2w8-container, .framer-pTeOP .framer-p69vw4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1kias3w { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 2px 2px 2px 0px var(--token-f3c1508e-13fd-445e-92d5-b83015015a44, #080a47); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 405px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42%; }\",\".framer-pTeOP .framer-1sk8ou { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 1; }\",\".framer-pTeOP .framer-11kqind { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: center; overflow: hidden; padding: 65px 0px 115px 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-11jk5zb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1uck0xp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pTeOP .framer-1o0yeau { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 42%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pTeOP.framer-qj7lbo, .framer-pTeOP .framer-tapt15, .framer-pTeOP .framer-1thjq6, .framer-pTeOP .framer-l4sgsv, .framer-pTeOP .framer-1pq9gqi, .framer-pTeOP .framer-1m72mvr, .framer-pTeOP .framer-1562ywx, .framer-pTeOP .framer-1h4az0z, .framer-pTeOP .framer-rdj8vb, .framer-pTeOP .framer-ndn1ni, .framer-pTeOP .framer-16wp8u8, .framer-pTeOP .framer-gtkojj, .framer-pTeOP .framer-x9fs5y, .framer-pTeOP .framer-l7rj2h, .framer-pTeOP .framer-o3cipu, .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-vw3mds, .framer-pTeOP .framer-1yjd54c, .framer-pTeOP .framer-159h0b6, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-15v8r6e, .framer-pTeOP .framer-13i9wt0, .framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-1y16jzv, .framer-pTeOP .framer-1vfg18r, .framer-pTeOP .framer-115msbm, .framer-pTeOP .framer-19ny5uz, .framer-pTeOP .framer-1r4sn05, .framer-pTeOP .framer-1ldphaa, .framer-pTeOP .framer-1l5dr9i, .framer-pTeOP .framer-1r2v4xj, .framer-pTeOP .framer-y9c81e, .framer-pTeOP .framer-11fy4vv, .framer-pTeOP .framer-ez798u, .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-1raw9xp, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-h48d5t, .framer-pTeOP .framer-1u9emcm, .framer-pTeOP .framer-ybrzmq, .framer-pTeOP .framer-r3lgd3, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-msgez5, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-1gyxza3, .framer-pTeOP .framer-6m33ij, .framer-pTeOP .framer-podipt, .framer-pTeOP .framer-1ku7fgu, .framer-pTeOP .framer-b6beq5, .framer-pTeOP .framer-1reg7s7, .framer-pTeOP .framer-1a77eph, .framer-pTeOP .framer-1cneih6, .framer-pTeOP .framer-qizo4s, .framer-pTeOP .framer-1lbrlom, .framer-pTeOP .framer-fmk7lx, .framer-pTeOP .framer-1y09old, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1bn334i, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1kym7rc, .framer-pTeOP .framer-qwb3qv, .framer-pTeOP .framer-2pez7r, .framer-pTeOP .framer-1j0zyey, .framer-pTeOP .framer-wddfhx, .framer-pTeOP .framer-t6xeyb, .framer-pTeOP .framer-1rhl7ll, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-jmfglh, .framer-pTeOP .framer-mvufvt, .framer-pTeOP .framer-8aqcil, .framer-pTeOP .framer-80vipu, .framer-pTeOP .framer-namqri, .framer-pTeOP .framer-1kdba83, .framer-pTeOP .framer-1m8qpyi, .framer-pTeOP .framer-pg209t, .framer-pTeOP .framer-12nff9i, .framer-pTeOP .framer-oawkvw, .framer-pTeOP .framer-n9a6nr, .framer-pTeOP .framer-15ymwgz, .framer-pTeOP .framer-1gzlsxo, .framer-pTeOP .framer-17362o3, .framer-pTeOP .framer-1qenbgq, .framer-pTeOP .framer-1sa12xt, .framer-pTeOP .framer-12zvjx7, .framer-pTeOP .framer-qqxwpz, .framer-pTeOP .framer-xo4u97, .framer-pTeOP .framer-1kias3w, .framer-pTeOP .framer-wv949u, .framer-pTeOP .framer-11kqind, .framer-pTeOP .framer-1nkxkgc, .framer-pTeOP .framer-11jk5zb, .framer-pTeOP .framer-1uck0xp { gap: 0px; } .framer-pTeOP.framer-qj7lbo > *, .framer-pTeOP .framer-1pq9gqi > *, .framer-pTeOP .framer-qqxwpz > *, .framer-pTeOP .framer-xo4u97 > *, .framer-pTeOP .framer-1nkxkgc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pTeOP.framer-qj7lbo > :first-child, .framer-pTeOP .framer-1thjq6 > :first-child, .framer-pTeOP .framer-1pq9gqi > :first-child, .framer-pTeOP .framer-1m72mvr > :first-child, .framer-pTeOP .framer-1562ywx > :first-child, .framer-pTeOP .framer-1h4az0z > :first-child, .framer-pTeOP .framer-l7rj2h > :first-child, .framer-pTeOP .framer-o3cipu > :first-child, .framer-pTeOP .framer-1h9v7x3 > :first-child, .framer-pTeOP .framer-126owgg > :first-child, .framer-pTeOP .framer-1yjd54c > :first-child, .framer-pTeOP .framer-159h0b6 > :first-child, .framer-pTeOP .framer-719yhm > :first-child, .framer-pTeOP .framer-15v8r6e > :first-child, .framer-pTeOP .framer-13i9wt0 > :first-child, .framer-pTeOP .framer-68y9od > :first-child, .framer-pTeOP .framer-1faw6q5 > :first-child, .framer-pTeOP .framer-6jfaee > :first-child, .framer-pTeOP .framer-1r4sn05 > :first-child, .framer-pTeOP .framer-1r2v4xj > :first-child, .framer-pTeOP .framer-imumqt > :first-child, .framer-pTeOP .framer-1raw9xp > :first-child, .framer-pTeOP .framer-1d46eq > :first-child, .framer-pTeOP .framer-l1s59n > :first-child, .framer-pTeOP .framer-stmzs7 > :first-child, .framer-pTeOP .framer-uqn7ej > :first-child, .framer-pTeOP .framer-msgez5 > :first-child, .framer-pTeOP .framer-9e0d1y > :first-child, .framer-pTeOP .framer-i5y5sq > :first-child, .framer-pTeOP .framer-y3rsko > :first-child, .framer-pTeOP .framer-b6beq5 > :first-child, .framer-pTeOP .framer-qizo4s > :first-child, .framer-pTeOP .framer-1vdilr3 > :first-child, .framer-pTeOP .framer-1bn334i > :first-child, .framer-pTeOP .framer-1xq5e63 > :first-child, .framer-pTeOP .framer-fqoro2 > :first-child, .framer-pTeOP .framer-14yjpcf > :first-child, .framer-pTeOP .framer-1j0zyey > :first-child, .framer-pTeOP .framer-wddfhx > :first-child, .framer-pTeOP .framer-t6xeyb > :first-child, .framer-pTeOP .framer-1rhl7ll > :first-child, .framer-pTeOP .framer-1z0bc3e > :first-child, .framer-pTeOP .framer-8aqcil > :first-child, .framer-pTeOP .framer-1m8qpyi > :first-child, .framer-pTeOP .framer-pg209t > :first-child, .framer-pTeOP .framer-12nff9i > :first-child, .framer-pTeOP .framer-oawkvw > :first-child, .framer-pTeOP .framer-15ymwgz > :first-child, .framer-pTeOP .framer-1gzlsxo > :first-child, .framer-pTeOP .framer-17362o3 > :first-child, .framer-pTeOP .framer-1qenbgq > :first-child, .framer-pTeOP .framer-1sa12xt > :first-child, .framer-pTeOP .framer-12zvjx7 > :first-child, .framer-pTeOP .framer-qqxwpz > :first-child, .framer-pTeOP .framer-xo4u97 > :first-child, .framer-pTeOP .framer-1kias3w > :first-child, .framer-pTeOP .framer-11kqind > :first-child, .framer-pTeOP .framer-1nkxkgc > :first-child, .framer-pTeOP .framer-11jk5zb > :first-child, .framer-pTeOP .framer-1uck0xp > :first-child { margin-top: 0px; } .framer-pTeOP.framer-qj7lbo > :last-child, .framer-pTeOP .framer-1thjq6 > :last-child, .framer-pTeOP .framer-1pq9gqi > :last-child, .framer-pTeOP .framer-1m72mvr > :last-child, .framer-pTeOP .framer-1562ywx > :last-child, .framer-pTeOP .framer-1h4az0z > :last-child, .framer-pTeOP .framer-l7rj2h > :last-child, .framer-pTeOP .framer-o3cipu > :last-child, .framer-pTeOP .framer-1h9v7x3 > :last-child, .framer-pTeOP .framer-126owgg > :last-child, .framer-pTeOP .framer-1yjd54c > :last-child, .framer-pTeOP .framer-159h0b6 > :last-child, .framer-pTeOP .framer-719yhm > :last-child, .framer-pTeOP .framer-15v8r6e > :last-child, .framer-pTeOP .framer-13i9wt0 > :last-child, .framer-pTeOP .framer-68y9od > :last-child, .framer-pTeOP .framer-1faw6q5 > :last-child, .framer-pTeOP .framer-6jfaee > :last-child, .framer-pTeOP .framer-1r4sn05 > :last-child, .framer-pTeOP .framer-1r2v4xj > :last-child, .framer-pTeOP .framer-imumqt > :last-child, .framer-pTeOP .framer-1raw9xp > :last-child, .framer-pTeOP .framer-1d46eq > :last-child, .framer-pTeOP .framer-l1s59n > :last-child, .framer-pTeOP .framer-stmzs7 > :last-child, .framer-pTeOP .framer-uqn7ej > :last-child, .framer-pTeOP .framer-msgez5 > :last-child, .framer-pTeOP .framer-9e0d1y > :last-child, .framer-pTeOP .framer-i5y5sq > :last-child, .framer-pTeOP .framer-y3rsko > :last-child, .framer-pTeOP .framer-b6beq5 > :last-child, .framer-pTeOP .framer-qizo4s > :last-child, .framer-pTeOP .framer-1vdilr3 > :last-child, .framer-pTeOP .framer-1bn334i > :last-child, .framer-pTeOP .framer-1xq5e63 > :last-child, .framer-pTeOP .framer-fqoro2 > :last-child, .framer-pTeOP .framer-14yjpcf > :last-child, .framer-pTeOP .framer-1j0zyey > :last-child, .framer-pTeOP .framer-wddfhx > :last-child, .framer-pTeOP .framer-t6xeyb > :last-child, .framer-pTeOP .framer-1rhl7ll > :last-child, .framer-pTeOP .framer-1z0bc3e > :last-child, .framer-pTeOP .framer-8aqcil > :last-child, .framer-pTeOP .framer-1m8qpyi > :last-child, .framer-pTeOP .framer-pg209t > :last-child, .framer-pTeOP .framer-12nff9i > :last-child, .framer-pTeOP .framer-oawkvw > :last-child, .framer-pTeOP .framer-15ymwgz > :last-child, .framer-pTeOP .framer-1gzlsxo > :last-child, .framer-pTeOP .framer-17362o3 > :last-child, .framer-pTeOP .framer-1qenbgq > :last-child, .framer-pTeOP .framer-1sa12xt > :last-child, .framer-pTeOP .framer-12zvjx7 > :last-child, .framer-pTeOP .framer-qqxwpz > :last-child, .framer-pTeOP .framer-xo4u97 > :last-child, .framer-pTeOP .framer-1kias3w > :last-child, .framer-pTeOP .framer-11kqind > :last-child, .framer-pTeOP .framer-1nkxkgc > :last-child, .framer-pTeOP .framer-11jk5zb > :last-child, .framer-pTeOP .framer-1uck0xp > :last-child { margin-bottom: 0px; } .framer-pTeOP .framer-tapt15 > *, .framer-pTeOP .framer-ndn1ni > *, .framer-pTeOP .framer-16wp8u8 > *, .framer-pTeOP .framer-gtkojj > *, .framer-pTeOP .framer-x9fs5y > *, .framer-pTeOP .framer-1ldphaa > *, .framer-pTeOP .framer-1l5dr9i > *, .framer-pTeOP .framer-y9c81e > *, .framer-pTeOP .framer-11fy4vv > *, .framer-pTeOP .framer-ez798u > *, .framer-pTeOP .framer-1reg7s7 > *, .framer-pTeOP .framer-1a77eph > *, .framer-pTeOP .framer-1cneih6 > *, .framer-pTeOP .framer-1lbrlom > *, .framer-pTeOP .framer-fmk7lx > *, .framer-pTeOP .framer-1y09old > *, .framer-pTeOP .framer-80vipu > *, .framer-pTeOP .framer-namqri > *, .framer-pTeOP .framer-1kdba83 > *, .framer-pTeOP .framer-wv949u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pTeOP .framer-tapt15 > :first-child, .framer-pTeOP .framer-l4sgsv > :first-child, .framer-pTeOP .framer-rdj8vb > :first-child, .framer-pTeOP .framer-ndn1ni > :first-child, .framer-pTeOP .framer-16wp8u8 > :first-child, .framer-pTeOP .framer-gtkojj > :first-child, .framer-pTeOP .framer-x9fs5y > :first-child, .framer-pTeOP .framer-vw3mds > :first-child, .framer-pTeOP .framer-1y16jzv > :first-child, .framer-pTeOP .framer-1vfg18r > :first-child, .framer-pTeOP .framer-115msbm > :first-child, .framer-pTeOP .framer-19ny5uz > :first-child, .framer-pTeOP .framer-1ldphaa > :first-child, .framer-pTeOP .framer-1l5dr9i > :first-child, .framer-pTeOP .framer-y9c81e > :first-child, .framer-pTeOP .framer-11fy4vv > :first-child, .framer-pTeOP .framer-ez798u > :first-child, .framer-pTeOP .framer-h48d5t > :first-child, .framer-pTeOP .framer-1u9emcm > :first-child, .framer-pTeOP .framer-ybrzmq > :first-child, .framer-pTeOP .framer-r3lgd3 > :first-child, .framer-pTeOP .framer-1gyxza3 > :first-child, .framer-pTeOP .framer-6m33ij > :first-child, .framer-pTeOP .framer-podipt > :first-child, .framer-pTeOP .framer-1ku7fgu > :first-child, .framer-pTeOP .framer-1reg7s7 > :first-child, .framer-pTeOP .framer-1a77eph > :first-child, .framer-pTeOP .framer-1cneih6 > :first-child, .framer-pTeOP .framer-1lbrlom > :first-child, .framer-pTeOP .framer-fmk7lx > :first-child, .framer-pTeOP .framer-1y09old > :first-child, .framer-pTeOP .framer-1kym7rc > :first-child, .framer-pTeOP .framer-qwb3qv > :first-child, .framer-pTeOP .framer-2pez7r > :first-child, .framer-pTeOP .framer-jmfglh > :first-child, .framer-pTeOP .framer-mvufvt > :first-child, .framer-pTeOP .framer-80vipu > :first-child, .framer-pTeOP .framer-namqri > :first-child, .framer-pTeOP .framer-1kdba83 > :first-child, .framer-pTeOP .framer-n9a6nr > :first-child, .framer-pTeOP .framer-wv949u > :first-child { margin-left: 0px; } .framer-pTeOP .framer-tapt15 > :last-child, .framer-pTeOP .framer-l4sgsv > :last-child, .framer-pTeOP .framer-rdj8vb > :last-child, .framer-pTeOP .framer-ndn1ni > :last-child, .framer-pTeOP .framer-16wp8u8 > :last-child, .framer-pTeOP .framer-gtkojj > :last-child, .framer-pTeOP .framer-x9fs5y > :last-child, .framer-pTeOP .framer-vw3mds > :last-child, .framer-pTeOP .framer-1y16jzv > :last-child, .framer-pTeOP .framer-1vfg18r > :last-child, .framer-pTeOP .framer-115msbm > :last-child, .framer-pTeOP .framer-19ny5uz > :last-child, .framer-pTeOP .framer-1ldphaa > :last-child, .framer-pTeOP .framer-1l5dr9i > :last-child, .framer-pTeOP .framer-y9c81e > :last-child, .framer-pTeOP .framer-11fy4vv > :last-child, .framer-pTeOP .framer-ez798u > :last-child, .framer-pTeOP .framer-h48d5t > :last-child, .framer-pTeOP .framer-1u9emcm > :last-child, .framer-pTeOP .framer-ybrzmq > :last-child, .framer-pTeOP .framer-r3lgd3 > :last-child, .framer-pTeOP .framer-1gyxza3 > :last-child, .framer-pTeOP .framer-6m33ij > :last-child, .framer-pTeOP .framer-podipt > :last-child, .framer-pTeOP .framer-1ku7fgu > :last-child, .framer-pTeOP .framer-1reg7s7 > :last-child, .framer-pTeOP .framer-1a77eph > :last-child, .framer-pTeOP .framer-1cneih6 > :last-child, .framer-pTeOP .framer-1lbrlom > :last-child, .framer-pTeOP .framer-fmk7lx > :last-child, .framer-pTeOP .framer-1y09old > :last-child, .framer-pTeOP .framer-1kym7rc > :last-child, .framer-pTeOP .framer-qwb3qv > :last-child, .framer-pTeOP .framer-2pez7r > :last-child, .framer-pTeOP .framer-jmfglh > :last-child, .framer-pTeOP .framer-mvufvt > :last-child, .framer-pTeOP .framer-80vipu > :last-child, .framer-pTeOP .framer-namqri > :last-child, .framer-pTeOP .framer-1kdba83 > :last-child, .framer-pTeOP .framer-n9a6nr > :last-child, .framer-pTeOP .framer-wv949u > :last-child { margin-right: 0px; } .framer-pTeOP .framer-1thjq6 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-pTeOP .framer-l4sgsv > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-pTeOP .framer-1m72mvr > * { margin: 0px; margin-bottom: calc(88px / 2); margin-top: calc(88px / 2); } .framer-pTeOP .framer-1562ywx > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pTeOP .framer-1h4az0z > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-pTeOP .framer-rdj8vb > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-pTeOP .framer-l7rj2h > *, .framer-pTeOP .framer-o3cipu > *, .framer-pTeOP .framer-1yjd54c > *, .framer-pTeOP .framer-1r4sn05 > *, .framer-pTeOP .framer-1r2v4xj > *, .framer-pTeOP .framer-b6beq5 > *, .framer-pTeOP .framer-qizo4s > *, .framer-pTeOP .framer-8aqcil > *, .framer-pTeOP .framer-1m8qpyi > *, .framer-pTeOP .framer-pg209t > *, .framer-pTeOP .framer-15ymwgz > *, .framer-pTeOP .framer-1gzlsxo > *, .framer-pTeOP .framer-1kias3w > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pTeOP .framer-1h9v7x3 > *, .framer-pTeOP .framer-12nff9i > *, .framer-pTeOP .framer-11jk5zb > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-pTeOP .framer-126owgg > *, .framer-pTeOP .framer-719yhm > *, .framer-pTeOP .framer-68y9od > *, .framer-pTeOP .framer-1d46eq > *, .framer-pTeOP .framer-9e0d1y > *, .framer-pTeOP .framer-1xq5e63 > *, .framer-pTeOP .framer-t6xeyb > *, .framer-pTeOP .framer-oawkvw > *, .framer-pTeOP .framer-1sa12xt > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-pTeOP .framer-vw3mds > *, .framer-pTeOP .framer-n9a6nr > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-pTeOP .framer-159h0b6 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-pTeOP .framer-15v8r6e > *, .framer-pTeOP .framer-1faw6q5 > *, .framer-pTeOP .framer-imumqt > *, .framer-pTeOP .framer-l1s59n > *, .framer-pTeOP .framer-uqn7ej > *, .framer-pTeOP .framer-i5y5sq > *, .framer-pTeOP .framer-1vdilr3 > *, .framer-pTeOP .framer-fqoro2 > *, .framer-pTeOP .framer-1j0zyey > *, .framer-pTeOP .framer-1rhl7ll > *, .framer-pTeOP .framer-12zvjx7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pTeOP .framer-13i9wt0 > *, .framer-pTeOP .framer-1raw9xp > *, .framer-pTeOP .framer-msgez5 > *, .framer-pTeOP .framer-1bn334i > *, .framer-pTeOP .framer-wddfhx > *, .framer-pTeOP .framer-1qenbgq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pTeOP .framer-6jfaee > *, .framer-pTeOP .framer-stmzs7 > *, .framer-pTeOP .framer-y3rsko > *, .framer-pTeOP .framer-14yjpcf > *, .framer-pTeOP .framer-1z0bc3e > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-pTeOP .framer-1y16jzv > *, .framer-pTeOP .framer-1vfg18r > *, .framer-pTeOP .framer-115msbm > *, .framer-pTeOP .framer-19ny5uz > *, .framer-pTeOP .framer-h48d5t > *, .framer-pTeOP .framer-1u9emcm > *, .framer-pTeOP .framer-ybrzmq > *, .framer-pTeOP .framer-r3lgd3 > *, .framer-pTeOP .framer-1gyxza3 > *, .framer-pTeOP .framer-6m33ij > *, .framer-pTeOP .framer-podipt > *, .framer-pTeOP .framer-1ku7fgu > *, .framer-pTeOP .framer-1kym7rc > *, .framer-pTeOP .framer-qwb3qv > *, .framer-pTeOP .framer-2pez7r > *, .framer-pTeOP .framer-jmfglh > *, .framer-pTeOP .framer-mvufvt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pTeOP .framer-17362o3 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-pTeOP .framer-11kqind > * { margin: 0px; margin-bottom: calc(54px / 2); margin-top: calc(54px / 2); } .framer-pTeOP .framer-1uck0xp > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-pTeOP[data-border=\"true\"]::after, .framer-pTeOP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 992px) and (max-width: 1439px) { .framer-pTeOP.framer-qj7lbo { width: 992px; } .framer-pTeOP .framer-1thjq6 { padding: 90px 30px 0px 30px; } .framer-pTeOP .framer-1pq9gqi, .framer-pTeOP .framer-o3cipu, .framer-pTeOP .framer-pg209t, .framer-pTeOP .framer-1gzlsxo, .framer-pTeOP .framer-1nkxkgc { max-width: 1000px; } .framer-pTeOP .framer-s6qmy5 { width: 90%; } .framer-pTeOP .framer-i7fxfa { width: 78%; } .framer-pTeOP .framer-kgojg0 { height: var(--framer-aspect-ratio-supported, 421px); order: 0; width: 95%; } .framer-pTeOP .framer-x9fs5y { aspect-ratio: 0.8740740740740741 / 1; height: var(--framer-aspect-ratio-supported, 96px); right: -30px; top: 47%; transform: translateY(-50%); width: 9%; } .framer-pTeOP .framer-jel4sw { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 326px); width: 35%; } .framer-pTeOP .framer-1yt4je7 { aspect-ratio: 1 / 1; bottom: -113px; height: var(--framer-aspect-ratio-supported, 326px); right: -73px; width: 35%; } .framer-pTeOP .framer-l7rj2h { padding: 100px 30px 50px 30px; } .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-12nff9i { gap: 80px; } .framer-pTeOP .framer-144j8xo, .framer-pTeOP .framer-139qx21, .framer-pTeOP .framer-1dicysp { width: 76%; } .framer-pTeOP .framer-vw3mds { height: 333px; } .framer-pTeOP .framer-1yjd54c { padding: 50px 30px 50px 30px; } .framer-pTeOP .framer-159h0b6 { gap: 60px; max-width: 1000px; } .framer-pTeOP .framer-13cg2r1 { flex-direction: column; gap: 80px; justify-content: center; } .framer-pTeOP .framer-15v8r6e { order: 0; width: 79%; } .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-qqxwpz { gap: 35px; } .framer-pTeOP .framer-1r4sn05 { order: 1; width: 90%; } .framer-pTeOP .framer-1ldphaa { height: 517px; } .framer-pTeOP .framer-1l5dr9i { aspect-ratio: 1.5736842105263158 / 1; bottom: 70px; height: var(--framer-aspect-ratio-supported, 381px); left: -256px; width: 600px; } .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1r9on7t { flex-direction: column; gap: 60px; justify-content: center; } .framer-pTeOP .framer-1r2v4xj, .framer-pTeOP .framer-b6beq5, .framer-pTeOP .framer-8aqcil { order: 1; } .framer-pTeOP .framer-y9c81e, .framer-pTeOP .framer-1reg7s7, .framer-pTeOP .framer-1lbrlom, .framer-pTeOP .framer-80vipu { justify-content: flex-start; } .framer-pTeOP .framer-11fy4vv { height: 430px; left: -166px; top: calc(55.529411764705905% - 430px / 2); width: 436px; } .framer-pTeOP .framer-ez798u { height: 207px; left: 203px; top: calc(46.82352941176473% - 207px / 2); width: 287px; } .framer-pTeOP .framer-odf19x, .framer-pTeOP .framer-1fcryob { order: 0; } .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1j0zyey { order: 0; width: 80%; } .framer-pTeOP .framer-1raw9xp { gap: 10px; } .framer-pTeOP .framer-1a77eph { height: 220px; left: -7px; top: calc(30.352941176470612% - 220px / 2); width: 371px; } .framer-pTeOP .framer-1cneih6 { height: 296px; left: 144px; top: calc(70.58823529411768% - 296px / 2); width: 301px; } .framer-pTeOP .framer-qizo4s { order: 1; width: 72%; } .framer-pTeOP .framer-fmk7lx { height: 299px; left: -7px; width: 402px; } .framer-pTeOP .framer-1y09old { height: 155px; left: 324px; top: 236px; width: 275px; } .framer-pTeOP .framer-namqri { height: 241px; left: -60px; top: 29px; width: 398px; } .framer-pTeOP .framer-1kdba83 { height: 128px; left: 239px; top: 245px; width: 127px; } .framer-pTeOP .framer-1m8qpyi { padding: 80px 30px 50px 30px; } .framer-pTeOP .framer-n9a6nr { height: 306px; } .framer-pTeOP .framer-15ymwgz { padding: 45px 30px 50px 30px; } .framer-pTeOP .framer-17362o3 { width: 54%; } .framer-pTeOP .framer-mohj3d { width: 100%; } .framer-pTeOP .framer-xo4u97 { padding: 30px 0px 0px 0px; } .framer-pTeOP .framer-1kias3w { height: 323px; } .framer-pTeOP .framer-wv949u { aspect-ratio: 1.5736842105263158 / 1; bottom: 223px; height: var(--framer-aspect-ratio-supported, 127px); left: -56px; width: 200px; } .framer-pTeOP .framer-11kqind { padding: 80px 0px 115px 0px; } .framer-pTeOP .framer-1o0yeau { width: 64%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-159h0b6, .framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-1raw9xp, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-12nff9i, .framer-pTeOP .framer-qqxwpz { gap: 0px; } .framer-pTeOP .framer-1h9v7x3 > *, .framer-pTeOP .framer-13cg2r1 > *, .framer-pTeOP .framer-12nff9i > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-pTeOP .framer-1h9v7x3 > :first-child, .framer-pTeOP .framer-159h0b6 > :first-child, .framer-pTeOP .framer-13cg2r1 > :first-child, .framer-pTeOP .framer-6jfaee > :first-child, .framer-pTeOP .framer-dg4jpm > :first-child, .framer-pTeOP .framer-1raw9xp > :first-child, .framer-pTeOP .framer-stmzs7 > :first-child, .framer-pTeOP .framer-1hn476c > :first-child, .framer-pTeOP .framer-y3rsko > :first-child, .framer-pTeOP .framer-1nxguhm > :first-child, .framer-pTeOP .framer-14yjpcf > :first-child, .framer-pTeOP .framer-1r9on7t > :first-child, .framer-pTeOP .framer-1z0bc3e > :first-child, .framer-pTeOP .framer-12nff9i > :first-child, .framer-pTeOP .framer-qqxwpz > :first-child { margin-top: 0px; } .framer-pTeOP .framer-1h9v7x3 > :last-child, .framer-pTeOP .framer-159h0b6 > :last-child, .framer-pTeOP .framer-13cg2r1 > :last-child, .framer-pTeOP .framer-6jfaee > :last-child, .framer-pTeOP .framer-dg4jpm > :last-child, .framer-pTeOP .framer-1raw9xp > :last-child, .framer-pTeOP .framer-stmzs7 > :last-child, .framer-pTeOP .framer-1hn476c > :last-child, .framer-pTeOP .framer-y3rsko > :last-child, .framer-pTeOP .framer-1nxguhm > :last-child, .framer-pTeOP .framer-14yjpcf > :last-child, .framer-pTeOP .framer-1r9on7t > :last-child, .framer-pTeOP .framer-1z0bc3e > :last-child, .framer-pTeOP .framer-12nff9i > :last-child, .framer-pTeOP .framer-qqxwpz > :last-child { margin-bottom: 0px; } .framer-pTeOP .framer-159h0b6 > *, .framer-pTeOP .framer-dg4jpm > *, .framer-pTeOP .framer-1hn476c > *, .framer-pTeOP .framer-1nxguhm > *, .framer-pTeOP .framer-1r9on7t > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-pTeOP .framer-6jfaee > *, .framer-pTeOP .framer-stmzs7 > *, .framer-pTeOP .framer-y3rsko > *, .framer-pTeOP .framer-14yjpcf > *, .framer-pTeOP .framer-1z0bc3e > *, .framer-pTeOP .framer-qqxwpz > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-pTeOP .framer-1raw9xp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-pTeOP.framer-qj7lbo { width: 768px; } .framer-pTeOP .framer-1thjq6 { padding: 80px 30px 0px 30px; } .framer-pTeOP .framer-1pq9gqi, .framer-pTeOP .framer-1nkxkgc { max-width: 720px; } .framer-pTeOP .framer-s6qmy5, .framer-pTeOP .framer-1r4sn05 { width: 90%; } .framer-pTeOP .framer-i7fxfa, .framer-pTeOP .framer-mohj3d { width: 100%; } .framer-pTeOP.framer-1o7dr3e-container { top: 167px; } .framer-pTeOP.framer-1x3z9fx-container { height: var(--framer-aspect-ratio-supported, 337px); width: 595px; } .framer-pTeOP .framer-kgojg0 { height: var(--framer-aspect-ratio-supported, 96px); order: 0; width: 100%; } .framer-pTeOP .framer-x9fs5y { aspect-ratio: 0.8740740740740741 / 1; height: var(--framer-aspect-ratio-supported, 229px); right: -33px; top: 52%; transform: translateY(-50%); width: 7%; } .framer-pTeOP .framer-jel4sw { aspect-ratio: 1 / 1; bottom: 190px; height: var(--framer-aspect-ratio-supported, 200px); left: -71px; width: 30%; } .framer-pTeOP .framer-1yt4je7 { aspect-ratio: 1 / 1; bottom: -44px; height: var(--framer-aspect-ratio-supported, 200px); right: -60px; width: 30%; } .framer-pTeOP .framer-l7rj2h, .framer-pTeOP .framer-1m8qpyi { gap: 50px; padding: 80px 30px 40px 30px; } .framer-pTeOP .framer-o3cipu, .framer-pTeOP .framer-pg209t, .framer-pTeOP .framer-1gzlsxo { max-width: 768px; } .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-12nff9i { gap: 60px; } .framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-oawkvw, .framer-pTeOP .framer-1sa12xt { gap: 8px; } .framer-pTeOP .framer-144j8xo, .framer-pTeOP .framer-139qx21, .framer-pTeOP .framer-1dicysp { width: 96%; } .framer-pTeOP .framer-vw3mds { align-content: center; align-items: center; height: min-content; } .framer-pTeOP .framer-1k8rdro-container, .framer-pTeOP .framer-1lqklsw-container, .framer-pTeOP .framer-11o4uut-container { flex: none; height: 219px; width: 80%; } .framer-pTeOP .framer-1yjd54c { gap: 50px; padding: 50px 30px 50px 30px; } .framer-pTeOP .framer-159h0b6 { gap: 60px; max-width: 768px; } .framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-eplckn { flex-direction: column; gap: 60px; justify-content: center; } .framer-pTeOP .framer-15v8r6e { gap: 30px; width: 89%; } .framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-t6xeyb { align-content: center; align-items: center; gap: 8px; } .framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-1rhl7ll { align-content: center; align-items: center; gap: 35px; justify-content: center; } .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-qqxwpz { gap: 35px; } .framer-pTeOP .framer-1r2v4xj, .framer-pTeOP .framer-b6beq5, .framer-pTeOP .framer-qizo4s, .framer-pTeOP .framer-8aqcil { order: 1; width: 90%; } .framer-pTeOP .framer-ez798u { height: 224px; top: calc(50.35294117647061% - 224px / 2); width: 311px; } .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1j0zyey { gap: 30px; order: 0; width: 89%; } .framer-pTeOP .framer-1cneih6 { height: 291px; left: 92px; top: calc(78.82352941176472% - 291px / 2); width: 311px; } .framer-pTeOP .framer-namqri { left: 57px; top: 9px; } .framer-pTeOP .framer-1kdba83 { left: 299px; top: 161px; } .framer-pTeOP .framer-n9a6nr { align-content: center; align-items: center; flex-direction: column; height: min-content; } .framer-pTeOP .framer-1d2fsfe-container, .framer-pTeOP .framer-vzps1c-container, .framer-pTeOP .framer-f18kik-container { flex: none; height: auto; width: 80%; } .framer-pTeOP .framer-15ymwgz { gap: 50px; padding: 40px 30px 40px 30px; } .framer-pTeOP .framer-17362o3 { gap: 0px; width: 89%; } .framer-pTeOP .framer-9w4t2f { width: 81%; } .framer-pTeOP .framer-12zvjx7 { align-content: center; align-items: center; gap: 0px; justify-content: center; } .framer-pTeOP .framer-1kias3w { height: 518px; width: 100%; } .framer-pTeOP .framer-wv949u { bottom: unset; left: -50px; top: -95px; } .framer-pTeOP .framer-11kqind { gap: 40px; padding: 40px 0px 0px 0px; } .framer-pTeOP .framer-11jk5zb { gap: 50px; } .framer-pTeOP .framer-1o0yeau { width: 87%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pTeOP .framer-l7rj2h, .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-1yjd54c, .framer-pTeOP .framer-159h0b6, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-15v8r6e, .framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-1j0zyey, .framer-pTeOP .framer-t6xeyb, .framer-pTeOP .framer-1rhl7ll, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-1m8qpyi, .framer-pTeOP .framer-12nff9i, .framer-pTeOP .framer-oawkvw, .framer-pTeOP .framer-n9a6nr, .framer-pTeOP .framer-15ymwgz, .framer-pTeOP .framer-eplckn, .framer-pTeOP .framer-17362o3, .framer-pTeOP .framer-1sa12xt, .framer-pTeOP .framer-12zvjx7, .framer-pTeOP .framer-qqxwpz, .framer-pTeOP .framer-11kqind, .framer-pTeOP .framer-11jk5zb { gap: 0px; } .framer-pTeOP .framer-l7rj2h > *, .framer-pTeOP .framer-1yjd54c > *, .framer-pTeOP .framer-1m8qpyi > *, .framer-pTeOP .framer-15ymwgz > *, .framer-pTeOP .framer-11jk5zb > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-pTeOP .framer-l7rj2h > :first-child, .framer-pTeOP .framer-1h9v7x3 > :first-child, .framer-pTeOP .framer-126owgg > :first-child, .framer-pTeOP .framer-1yjd54c > :first-child, .framer-pTeOP .framer-159h0b6 > :first-child, .framer-pTeOP .framer-719yhm > :first-child, .framer-pTeOP .framer-13cg2r1 > :first-child, .framer-pTeOP .framer-15v8r6e > :first-child, .framer-pTeOP .framer-68y9od > :first-child, .framer-pTeOP .framer-1faw6q5 > :first-child, .framer-pTeOP .framer-6jfaee > :first-child, .framer-pTeOP .framer-dg4jpm > :first-child, .framer-pTeOP .framer-imumqt > :first-child, .framer-pTeOP .framer-1d46eq > :first-child, .framer-pTeOP .framer-l1s59n > :first-child, .framer-pTeOP .framer-stmzs7 > :first-child, .framer-pTeOP .framer-1hn476c > :first-child, .framer-pTeOP .framer-uqn7ej > :first-child, .framer-pTeOP .framer-9e0d1y > :first-child, .framer-pTeOP .framer-i5y5sq > :first-child, .framer-pTeOP .framer-y3rsko > :first-child, .framer-pTeOP .framer-1nxguhm > :first-child, .framer-pTeOP .framer-1vdilr3 > :first-child, .framer-pTeOP .framer-1xq5e63 > :first-child, .framer-pTeOP .framer-fqoro2 > :first-child, .framer-pTeOP .framer-14yjpcf > :first-child, .framer-pTeOP .framer-1r9on7t > :first-child, .framer-pTeOP .framer-1j0zyey > :first-child, .framer-pTeOP .framer-t6xeyb > :first-child, .framer-pTeOP .framer-1rhl7ll > :first-child, .framer-pTeOP .framer-1z0bc3e > :first-child, .framer-pTeOP .framer-1m8qpyi > :first-child, .framer-pTeOP .framer-12nff9i > :first-child, .framer-pTeOP .framer-oawkvw > :first-child, .framer-pTeOP .framer-n9a6nr > :first-child, .framer-pTeOP .framer-15ymwgz > :first-child, .framer-pTeOP .framer-eplckn > :first-child, .framer-pTeOP .framer-17362o3 > :first-child, .framer-pTeOP .framer-1sa12xt > :first-child, .framer-pTeOP .framer-12zvjx7 > :first-child, .framer-pTeOP .framer-qqxwpz > :first-child, .framer-pTeOP .framer-11kqind > :first-child, .framer-pTeOP .framer-11jk5zb > :first-child { margin-top: 0px; } .framer-pTeOP .framer-l7rj2h > :last-child, .framer-pTeOP .framer-1h9v7x3 > :last-child, .framer-pTeOP .framer-126owgg > :last-child, .framer-pTeOP .framer-1yjd54c > :last-child, .framer-pTeOP .framer-159h0b6 > :last-child, .framer-pTeOP .framer-719yhm > :last-child, .framer-pTeOP .framer-13cg2r1 > :last-child, .framer-pTeOP .framer-15v8r6e > :last-child, .framer-pTeOP .framer-68y9od > :last-child, .framer-pTeOP .framer-1faw6q5 > :last-child, .framer-pTeOP .framer-6jfaee > :last-child, .framer-pTeOP .framer-dg4jpm > :last-child, .framer-pTeOP .framer-imumqt > :last-child, .framer-pTeOP .framer-1d46eq > :last-child, .framer-pTeOP .framer-l1s59n > :last-child, .framer-pTeOP .framer-stmzs7 > :last-child, .framer-pTeOP .framer-1hn476c > :last-child, .framer-pTeOP .framer-uqn7ej > :last-child, .framer-pTeOP .framer-9e0d1y > :last-child, .framer-pTeOP .framer-i5y5sq > :last-child, .framer-pTeOP .framer-y3rsko > :last-child, .framer-pTeOP .framer-1nxguhm > :last-child, .framer-pTeOP .framer-1vdilr3 > :last-child, .framer-pTeOP .framer-1xq5e63 > :last-child, .framer-pTeOP .framer-fqoro2 > :last-child, .framer-pTeOP .framer-14yjpcf > :last-child, .framer-pTeOP .framer-1r9on7t > :last-child, .framer-pTeOP .framer-1j0zyey > :last-child, .framer-pTeOP .framer-t6xeyb > :last-child, .framer-pTeOP .framer-1rhl7ll > :last-child, .framer-pTeOP .framer-1z0bc3e > :last-child, .framer-pTeOP .framer-1m8qpyi > :last-child, .framer-pTeOP .framer-12nff9i > :last-child, .framer-pTeOP .framer-oawkvw > :last-child, .framer-pTeOP .framer-n9a6nr > :last-child, .framer-pTeOP .framer-15ymwgz > :last-child, .framer-pTeOP .framer-eplckn > :last-child, .framer-pTeOP .framer-17362o3 > :last-child, .framer-pTeOP .framer-1sa12xt > :last-child, .framer-pTeOP .framer-12zvjx7 > :last-child, .framer-pTeOP .framer-qqxwpz > :last-child, .framer-pTeOP .framer-11kqind > :last-child, .framer-pTeOP .framer-11jk5zb > :last-child { margin-bottom: 0px; } .framer-pTeOP .framer-1h9v7x3 > *, .framer-pTeOP .framer-159h0b6 > *, .framer-pTeOP .framer-13cg2r1 > *, .framer-pTeOP .framer-dg4jpm > *, .framer-pTeOP .framer-1hn476c > *, .framer-pTeOP .framer-1nxguhm > *, .framer-pTeOP .framer-1r9on7t > *, .framer-pTeOP .framer-12nff9i > *, .framer-pTeOP .framer-eplckn > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-pTeOP .framer-126owgg > *, .framer-pTeOP .framer-719yhm > *, .framer-pTeOP .framer-68y9od > *, .framer-pTeOP .framer-1d46eq > *, .framer-pTeOP .framer-9e0d1y > *, .framer-pTeOP .framer-1xq5e63 > *, .framer-pTeOP .framer-t6xeyb > *, .framer-pTeOP .framer-oawkvw > *, .framer-pTeOP .framer-1sa12xt > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pTeOP .framer-15v8r6e > *, .framer-pTeOP .framer-imumqt > *, .framer-pTeOP .framer-uqn7ej > *, .framer-pTeOP .framer-1vdilr3 > *, .framer-pTeOP .framer-1j0zyey > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pTeOP .framer-1faw6q5 > *, .framer-pTeOP .framer-6jfaee > *, .framer-pTeOP .framer-l1s59n > *, .framer-pTeOP .framer-stmzs7 > *, .framer-pTeOP .framer-i5y5sq > *, .framer-pTeOP .framer-y3rsko > *, .framer-pTeOP .framer-fqoro2 > *, .framer-pTeOP .framer-14yjpcf > *, .framer-pTeOP .framer-1rhl7ll > *, .framer-pTeOP .framer-1z0bc3e > *, .framer-pTeOP .framer-qqxwpz > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-pTeOP .framer-n9a6nr > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-pTeOP .framer-17362o3 > *, .framer-pTeOP .framer-12zvjx7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pTeOP .framer-11kqind > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 767px) { .framer-pTeOP.framer-qj7lbo { width: 390px; } .framer-pTeOP .framer-tapt15 { padding: 0px 20px 0px 20px; } .framer-pTeOP .framer-1thjq6 { background-color: unset; padding: 60px 20px 0px 20px; } .framer-pTeOP .framer-1pq9gqi { max-width: unset; } .framer-pTeOP .framer-1m72mvr { gap: 35px; } .framer-pTeOP .framer-1562ywx { gap: 30px; order: 0; } .framer-pTeOP .framer-s6qmy5, .framer-pTeOP .framer-i7fxfa, .framer-pTeOP .framer-144j8xo, .framer-pTeOP .framer-139qx21, .framer-pTeOP .framer-1r4sn05, .framer-pTeOP .framer-1dicysp, .framer-pTeOP .framer-mohj3d, .framer-pTeOP .framer-1o0yeau { width: 100%; } .framer-pTeOP .framer-rdj8vb { flex-direction: column; gap: 25px; } .framer-pTeOP.framer-1o7dr3e-container { top: 203px; } .framer-pTeOP.framer-1x3z9fx-container { height: var(--framer-aspect-ratio-supported, 105px); width: 100%; } .framer-pTeOP .framer-gtkojj { order: 1; } .framer-pTeOP .framer-kgojg0 { height: var(--framer-aspect-ratio-supported, 96px); order: 0; width: 100%; } .framer-pTeOP .framer-x9fs5y { aspect-ratio: 0.8740740740740741 / 1; bottom: 160px; height: var(--framer-aspect-ratio-supported, 229px); order: 4; right: -17px; top: unset; width: 7%; } .framer-pTeOP .framer-jel4sw { aspect-ratio: 1 / 1; bottom: 158px; height: var(--framer-aspect-ratio-supported, 200px); left: -11px; order: 2; width: 25%; z-index: 1; } .framer-pTeOP .framer-1yt4je7 { aspect-ratio: 1 / 1; bottom: 0px; height: var(--framer-aspect-ratio-supported, 200px); order: 3; right: -20px; width: 25%; } .framer-pTeOP .framer-l7rj2h { padding: 50px 20px 50px 20px; } .framer-pTeOP .framer-o3cipu, .framer-pTeOP .framer-pg209t, .framer-pTeOP .framer-1gzlsxo { max-width: 390px; } .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-12nff9i, .framer-pTeOP .framer-11jk5zb, .framer-pTeOP .framer-1uck0xp { gap: 30px; } .framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-t6xeyb, .framer-pTeOP .framer-oawkvw, .framer-pTeOP .framer-1sa12xt { gap: 8px; } .framer-pTeOP .framer-vw3mds, .framer-pTeOP .framer-n9a6nr { height: min-content; } .framer-pTeOP .framer-1k8rdro-container, .framer-pTeOP .framer-1lqklsw-container, .framer-pTeOP .framer-11o4uut-container, .framer-pTeOP .framer-1d2fsfe-container, .framer-pTeOP .framer-vzps1c-container, .framer-pTeOP .framer-f18kik-container { flex: none; height: auto; width: 100%; } .framer-pTeOP .framer-1yjd54c { padding: 50px 20px 60px 20px; } .framer-pTeOP .framer-159h0b6 { gap: 40px; max-width: 390px; } .framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-eplckn { flex-direction: column; gap: 30px; justify-content: center; } .framer-pTeOP .framer-15v8r6e, .framer-pTeOP .framer-17362o3 { gap: 30px; width: 100%; } .framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-1rhl7ll, .framer-pTeOP .framer-12zvjx7 { gap: 30px; justify-content: center; } .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-qqxwpz { gap: 15px; } .framer-pTeOP .framer-624g6y, .framer-pTeOP .framer-1vraggs, .framer-pTeOP .framer-f2zec8, .framer-pTeOP .framer-nuwm6n, .framer-pTeOP .framer-k9sokf, .framer-pTeOP .framer-1en5y30, .framer-pTeOP .framer-hlvkvn, .framer-pTeOP .framer-e2d8oe, .framer-pTeOP .framer-1elicck, .framer-pTeOP .framer-c154s5, .framer-pTeOP .framer-wh8uqn, .framer-pTeOP .framer-12sf10r, .framer-pTeOP .framer-1u94ajg { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-pTeOP .framer-1ldphaa { height: 323px; } .framer-pTeOP .framer-xo80r8 { flex: none; height: 323px; width: 100%; } .framer-pTeOP .framer-1l5dr9i { aspect-ratio: 1.5736842105263158 / 1; height: var(--framer-aspect-ratio-supported, 127px); width: 200px; } .framer-pTeOP .framer-1r2v4xj, .framer-pTeOP .framer-b6beq5, .framer-pTeOP .framer-qizo4s, .framer-pTeOP .framer-8aqcil { order: 1; width: 100%; } .framer-pTeOP .framer-y9c81e, .framer-pTeOP .framer-1reg7s7, .framer-pTeOP .framer-1lbrlom, .framer-pTeOP .framer-80vipu { height: 350px; width: 100%; } .framer-pTeOP .framer-11fy4vv { height: 287px; left: 13px; top: calc(51.428571428571445% - 287px / 2); width: 247px; } .framer-pTeOP .framer-1bnd6k4, .framer-pTeOP .framer-qkhnvn, .framer-pTeOP .framer-zkkomh, .framer-pTeOP .framer-9oqhw1, .framer-pTeOP .framer-bnzjz4 { flex: none; width: 100%; } .framer-pTeOP .framer-ez798u { height: 120px; left: 188px; top: calc(44.00000000000002% - 120px / 2); width: 167px; } .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1j0zyey { gap: 30px; order: 0; width: 100%; } .framer-pTeOP .framer-1a77eph { height: 188px; left: 13px; top: calc(28.857142857142883% - 188px / 2); width: 314px; } .framer-pTeOP .framer-1cneih6 { height: 199px; left: 43px; top: calc(64.85714285714288% - 199px / 2); width: 209px; } .framer-pTeOP .framer-fmk7lx { height: 198px; left: 13px; width: 266px; } .framer-pTeOP .framer-1y09old { height: 140px; left: 80px; width: 252px; } .framer-pTeOP .framer-namqri { height: 132px; left: 28px; top: 43px; width: 218px; } .framer-pTeOP .framer-1kdba83 { height: 174px; left: 159px; top: 145px; width: 173px; } .framer-pTeOP .framer-1fcryob { flex: none; order: 0; width: 100%; } .framer-pTeOP .framer-1m8qpyi, .framer-pTeOP .framer-15ymwgz { padding: 30px 20px 30px 20px; } .framer-pTeOP .framer-1kias3w { height: 256px; width: 100%; } .framer-pTeOP .framer-wv949u { aspect-ratio: 1.5736842105263158 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 127px); left: -49px; top: -33px; width: 200px; } .framer-pTeOP .framer-11kqind { gap: 20px; padding: 30px 20px 30px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pTeOP .framer-1m72mvr, .framer-pTeOP .framer-1562ywx, .framer-pTeOP .framer-rdj8vb, .framer-pTeOP .framer-1h9v7x3, .framer-pTeOP .framer-126owgg, .framer-pTeOP .framer-159h0b6, .framer-pTeOP .framer-719yhm, .framer-pTeOP .framer-13cg2r1, .framer-pTeOP .framer-15v8r6e, .framer-pTeOP .framer-68y9od, .framer-pTeOP .framer-1faw6q5, .framer-pTeOP .framer-6jfaee, .framer-pTeOP .framer-dg4jpm, .framer-pTeOP .framer-imumqt, .framer-pTeOP .framer-1d46eq, .framer-pTeOP .framer-l1s59n, .framer-pTeOP .framer-stmzs7, .framer-pTeOP .framer-1hn476c, .framer-pTeOP .framer-uqn7ej, .framer-pTeOP .framer-9e0d1y, .framer-pTeOP .framer-i5y5sq, .framer-pTeOP .framer-y3rsko, .framer-pTeOP .framer-1nxguhm, .framer-pTeOP .framer-1vdilr3, .framer-pTeOP .framer-1xq5e63, .framer-pTeOP .framer-fqoro2, .framer-pTeOP .framer-14yjpcf, .framer-pTeOP .framer-1r9on7t, .framer-pTeOP .framer-1j0zyey, .framer-pTeOP .framer-t6xeyb, .framer-pTeOP .framer-1rhl7ll, .framer-pTeOP .framer-1z0bc3e, .framer-pTeOP .framer-12nff9i, .framer-pTeOP .framer-oawkvw, .framer-pTeOP .framer-eplckn, .framer-pTeOP .framer-17362o3, .framer-pTeOP .framer-1sa12xt, .framer-pTeOP .framer-12zvjx7, .framer-pTeOP .framer-qqxwpz, .framer-pTeOP .framer-11kqind, .framer-pTeOP .framer-11jk5zb, .framer-pTeOP .framer-1uck0xp { gap: 0px; } .framer-pTeOP .framer-1m72mvr > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-pTeOP .framer-1m72mvr > :first-child, .framer-pTeOP .framer-1562ywx > :first-child, .framer-pTeOP .framer-rdj8vb > :first-child, .framer-pTeOP .framer-1h9v7x3 > :first-child, .framer-pTeOP .framer-126owgg > :first-child, .framer-pTeOP .framer-159h0b6 > :first-child, .framer-pTeOP .framer-719yhm > :first-child, .framer-pTeOP .framer-13cg2r1 > :first-child, .framer-pTeOP .framer-15v8r6e > :first-child, .framer-pTeOP .framer-68y9od > :first-child, .framer-pTeOP .framer-1faw6q5 > :first-child, .framer-pTeOP .framer-6jfaee > :first-child, .framer-pTeOP .framer-dg4jpm > :first-child, .framer-pTeOP .framer-imumqt > :first-child, .framer-pTeOP .framer-1d46eq > :first-child, .framer-pTeOP .framer-l1s59n > :first-child, .framer-pTeOP .framer-stmzs7 > :first-child, .framer-pTeOP .framer-1hn476c > :first-child, .framer-pTeOP .framer-uqn7ej > :first-child, .framer-pTeOP .framer-9e0d1y > :first-child, .framer-pTeOP .framer-i5y5sq > :first-child, .framer-pTeOP .framer-y3rsko > :first-child, .framer-pTeOP .framer-1nxguhm > :first-child, .framer-pTeOP .framer-1vdilr3 > :first-child, .framer-pTeOP .framer-1xq5e63 > :first-child, .framer-pTeOP .framer-fqoro2 > :first-child, .framer-pTeOP .framer-14yjpcf > :first-child, .framer-pTeOP .framer-1r9on7t > :first-child, .framer-pTeOP .framer-1j0zyey > :first-child, .framer-pTeOP .framer-t6xeyb > :first-child, .framer-pTeOP .framer-1rhl7ll > :first-child, .framer-pTeOP .framer-1z0bc3e > :first-child, .framer-pTeOP .framer-12nff9i > :first-child, .framer-pTeOP .framer-oawkvw > :first-child, .framer-pTeOP .framer-eplckn > :first-child, .framer-pTeOP .framer-17362o3 > :first-child, .framer-pTeOP .framer-1sa12xt > :first-child, .framer-pTeOP .framer-12zvjx7 > :first-child, .framer-pTeOP .framer-qqxwpz > :first-child, .framer-pTeOP .framer-11kqind > :first-child, .framer-pTeOP .framer-11jk5zb > :first-child, .framer-pTeOP .framer-1uck0xp > :first-child { margin-top: 0px; } .framer-pTeOP .framer-1m72mvr > :last-child, .framer-pTeOP .framer-1562ywx > :last-child, .framer-pTeOP .framer-rdj8vb > :last-child, .framer-pTeOP .framer-1h9v7x3 > :last-child, .framer-pTeOP .framer-126owgg > :last-child, .framer-pTeOP .framer-159h0b6 > :last-child, .framer-pTeOP .framer-719yhm > :last-child, .framer-pTeOP .framer-13cg2r1 > :last-child, .framer-pTeOP .framer-15v8r6e > :last-child, .framer-pTeOP .framer-68y9od > :last-child, .framer-pTeOP .framer-1faw6q5 > :last-child, .framer-pTeOP .framer-6jfaee > :last-child, .framer-pTeOP .framer-dg4jpm > :last-child, .framer-pTeOP .framer-imumqt > :last-child, .framer-pTeOP .framer-1d46eq > :last-child, .framer-pTeOP .framer-l1s59n > :last-child, .framer-pTeOP .framer-stmzs7 > :last-child, .framer-pTeOP .framer-1hn476c > :last-child, .framer-pTeOP .framer-uqn7ej > :last-child, .framer-pTeOP .framer-9e0d1y > :last-child, .framer-pTeOP .framer-i5y5sq > :last-child, .framer-pTeOP .framer-y3rsko > :last-child, .framer-pTeOP .framer-1nxguhm > :last-child, .framer-pTeOP .framer-1vdilr3 > :last-child, .framer-pTeOP .framer-1xq5e63 > :last-child, .framer-pTeOP .framer-fqoro2 > :last-child, .framer-pTeOP .framer-14yjpcf > :last-child, .framer-pTeOP .framer-1r9on7t > :last-child, .framer-pTeOP .framer-1j0zyey > :last-child, .framer-pTeOP .framer-t6xeyb > :last-child, .framer-pTeOP .framer-1rhl7ll > :last-child, .framer-pTeOP .framer-1z0bc3e > :last-child, .framer-pTeOP .framer-12nff9i > :last-child, .framer-pTeOP .framer-oawkvw > :last-child, .framer-pTeOP .framer-eplckn > :last-child, .framer-pTeOP .framer-17362o3 > :last-child, .framer-pTeOP .framer-1sa12xt > :last-child, .framer-pTeOP .framer-12zvjx7 > :last-child, .framer-pTeOP .framer-qqxwpz > :last-child, .framer-pTeOP .framer-11kqind > :last-child, .framer-pTeOP .framer-11jk5zb > :last-child, .framer-pTeOP .framer-1uck0xp > :last-child { margin-bottom: 0px; } .framer-pTeOP .framer-1562ywx > *, .framer-pTeOP .framer-1h9v7x3 > *, .framer-pTeOP .framer-13cg2r1 > *, .framer-pTeOP .framer-15v8r6e > *, .framer-pTeOP .framer-1faw6q5 > *, .framer-pTeOP .framer-dg4jpm > *, .framer-pTeOP .framer-imumqt > *, .framer-pTeOP .framer-l1s59n > *, .framer-pTeOP .framer-1hn476c > *, .framer-pTeOP .framer-uqn7ej > *, .framer-pTeOP .framer-i5y5sq > *, .framer-pTeOP .framer-1nxguhm > *, .framer-pTeOP .framer-1vdilr3 > *, .framer-pTeOP .framer-fqoro2 > *, .framer-pTeOP .framer-1r9on7t > *, .framer-pTeOP .framer-1j0zyey > *, .framer-pTeOP .framer-1rhl7ll > *, .framer-pTeOP .framer-12nff9i > *, .framer-pTeOP .framer-eplckn > *, .framer-pTeOP .framer-17362o3 > *, .framer-pTeOP .framer-12zvjx7 > *, .framer-pTeOP .framer-11jk5zb > *, .framer-pTeOP .framer-1uck0xp > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-pTeOP .framer-rdj8vb > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-pTeOP .framer-126owgg > *, .framer-pTeOP .framer-719yhm > *, .framer-pTeOP .framer-68y9od > *, .framer-pTeOP .framer-1d46eq > *, .framer-pTeOP .framer-9e0d1y > *, .framer-pTeOP .framer-1xq5e63 > *, .framer-pTeOP .framer-t6xeyb > *, .framer-pTeOP .framer-oawkvw > *, .framer-pTeOP .framer-1sa12xt > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-pTeOP .framer-159h0b6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pTeOP .framer-6jfaee > *, .framer-pTeOP .framer-stmzs7 > *, .framer-pTeOP .framer-y3rsko > *, .framer-pTeOP .framer-14yjpcf > *, .framer-pTeOP .framer-1z0bc3e > *, .framer-pTeOP .framer-qqxwpz > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-pTeOP .framer-11kqind > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7360\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"I7C4gtpCD\":{\"layout\":[\"fixed\",\"auto\"]},\"mAKuYJQEE\":{\"layout\":[\"fixed\",\"auto\"]},\"r2RgE_J8W\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameryCuEaCZQp=withCSS(Component,css,\"framer-pTeOP\");export default FrameryCuEaCZQp;FrameryCuEaCZQp.displayName=\"Home\";FrameryCuEaCZQp.defaultProps={height:7360,width:1440};addFonts(FrameryCuEaCZQp,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CookieBannerFonts,...HeaderNavbarFonts,...MaterialFonts,...ButtonFonts,...FeatherFonts,...YouTubeFonts,...ServicesCardFonts,...BulletFonts,...FAQOneFonts,...TickerFonts,...FooterSectionFonts,...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\":\"FrameryCuEaCZQp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7360\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I7C4gtpCD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mAKuYJQEE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r2RgE_J8W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "image", "shortText", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "UkACqykVm", "e6qU2THRi", "oJKz8N01Z", "bEnzgnl82", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerli4h1Xk_x", "withCSS", "li4h1Xk_x_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "css", "FramerLrmQ7BdDW", "withCSS", "LrmQ7BdDW_default", "addFonts", "vDR_ACZiR_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "__FramerMetadata__", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "vDR_ACZiR_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1enn0wb", "args", "onTap1u1hp3o", "onTapo0g5xp", "onTap1dwnbbx", "onTap1pn9ilw", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramervDR_ACZiR", "withCSS", "vDR_ACZiR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "CookieBannerFonts", "getFonts", "CookieBanner", "HeaderNavbarFonts", "yIUeheNr_default", "MaterialFonts", "Icon", "MotionAWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "ButtonFonts", "g9Uwf8lSt_default", "ContainerWithFX", "Container", "FeatherFonts", "YouTubeFonts", "Youtube", "MotionDivWithFX", "ImageWithFX", "Image2", "ServicesCardFonts", "li4h1Xk_x_default", "BulletFonts", "LrmQ7BdDW_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "FAQOneFonts", "vDR_ACZiR_default", "RichTextWithOptimizedAppearEffect", "TickerFonts", "xUVZRzH3Q_default", "FooterSectionFonts", "t_nuRJC3D_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "transformTemplate1", "_", "animation7", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "transition6", "animation8", "addImageAlt", "image", "alt", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "transition7", "animation15", "animation16", "animation17", "animation18", "transition8", "animation19", "animation20", "animation21", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onClick1wnntms", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "getLocalizedValue", "Link", "x", "resolvedLinks1", "l", "SVG", "AnimatePresence", "Ga", "getLoadingLazyAtYPosition", "css", "FrameryCuEaCZQp", "withCSS", "yCuEaCZQp_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
