{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FtDXncP7YmjSDKQq8EaN/VjGGbFwG1KC1l0MSYMGG/cTRk6jOga.js", "ssg:https://framerusercontent.com/modules/81vhEDe4TogdJcYxNA1M/84BeBm3s0mHem5p90dgK/cTRk6jOga.js"],
  "sourcesContent": ["// Generated by Framer (3d4fa65)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={CogQfXp77:new LazyValue(()=>import(\"./cTRk6jOga-0.js\")),vcU7Z7B9V:new LazyValue(()=>import(\"./cTRk6jOga-1.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 (3d4fa65)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/jFOAZKc2EvehHtUZX1Hf/Video.js\";import BlogUpdates from\"#framer/local/canvasComponent/aUNdM9Bgz/aUNdM9Bgz.js\";import Footer from\"#framer/local/canvasComponent/oqTBonrwi/oqTBonrwi.js\";import Navigation from\"#framer/local/canvasComponent/zOO627s_k/zOO627s_k.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/cTRk6jOga/cTRk6jOga.js\";import metadataProvider from\"#framer/local/webPageMetadata/cTRk6jOga/cTRk6jOga.js\";const NavigationFonts=getFonts(Navigation);const VideoFonts=getFonts(Video);const TickerFonts=getFonts(Ticker);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const BlogUpdatesFonts=getFonts(BlogUpdates);const FooterFonts=getFonts(Footer);const breakpoints={A_GMs_gJD:\"(min-width: 1280px) and (max-width: 1439px)\",m7MZoyXA3:\"(min-width: 810px) and (max-width: 1279px)\",RYB4ke7D4:\"(min-width: 1920px)\",tnOBZtR6z:\"(min-width: 1440px) and (max-width: 1919px)\",UbdhuMkXT:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-SwKn8\";const variantClassNames={A_GMs_gJD:\"framer-v-15fz4wh\",m7MZoyXA3:\"framer-v-1qzhxwu\",RYB4ke7D4:\"framer-v-gsrwpr\",tnOBZtR6z:\"framer-v-z22h57\",UbdhuMkXT:\"framer-v-wapa2a\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={filter:\"blur(1px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:0,delay:.05,duration:.2,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,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 (1440)\":\"tnOBZtR6z\",\"Desktop (wide)\":\"RYB4ke7D4\",\"Small Desktop\":\"A_GMs_gJD\",Phone:\"UbdhuMkXT\",Tablet:\"m7MZoyXA3\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RYB4ke7D4\"};};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 sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if([\"m7MZoyXA3\",\"UbdhuMkXT\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"A_GMs_gJD\")return false;return true;};const elementId=useRouteElementId(\"AysoNBERO\");const ref1=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"UbdhuMkXT\")return false;return true;};const elementId1=useRouteElementId(\"yqsrqT_Dt\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"RYB4ke7D4\",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-gsrwpr\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{width:\"100vw\"},m7MZoyXA3:{width:\"100vw\"},tnOBZtR6z:{width:\"100vw\"},UbdhuMkXT:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"1920px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qerpx5-container\",layoutScroll:true,nodeId:\"oOkLAd5of\",scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{variant:\"FEJfqtKz9\"},m7MZoyXA3:{variant:\"ohootAsTN\"},tnOBZtR6z:{variant:\"FEJfqtKz9\"},UbdhuMkXT:{variant:\"b8d7uNsjb\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"oOkLAd5of\",layoutId:\"oOkLAd5of\",MarDFWhwo:\"rgb(10, 11, 20)\",style:{width:\"100%\"},variant:\"nXzJ2tymH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dbt8vn\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l9a66d\",\"data-framer-name\":\"Video Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x8ryvh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"54px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"We couldn't make the trades we wanted, so we had to build the exchange first.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"We wanted to go long or short any asset quickly, easily and at low cost.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"We created One Trading.\"]})})},m7MZoyXA3:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"We couldn't make the trades we wanted, so we had to build the exchange first.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"We wanted to go long or short any asset quickly, easily and at low cost.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"We created One Trading.\"})]})})},tnOBZtR6z:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\"We couldn't make the trades we wanted, so we had to build the exchange first.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\"We wanted to go long or short any asset quickly, easily and at low cost.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"48px\"},children:\"We created One Trading.\"})]})})},UbdhuMkXT:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"29px\"},children:\"We couldn't make the trades we wanted, so we had to build the exchange first.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"29px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"29px\"},children:\"We wanted to go long or short any asset quickly, easily and at low cost.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"29px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"29px\"},children:\"We created One Trading.\"})]})}),fonts:[\"GF;Geist-500\"],transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-line-height\":\"69px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:\"We couldn't make the trades we wanted, so we had to build the exchange first.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:\"We wanted to go long or short any asset quickly, easily and at low cost.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:\"We created One Trading.\"})]})}),className:\"framer-19he136\",effect:textEffect,fonts:[\"GF;Geist-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3flp6j-container\",isModuleExternal:true,nodeId:\"xYlLXRsnl\",scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"xYlLXRsnl\",isMixedBorderRadius:false,layoutId:\"xYlLXRsnl\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/RYjQqK4CR4QO4H7KmP7fioGppRY.mp4\",srcType:\"Upload\",srcUrl:getLocalizedValue(\"v5\",activeLocale)??\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cst3vb hidden-1qzhxwu hidden-wapa2a\",\"data-framer-name\":\"Logos\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nrv365\",\"data-framer-name\":\"Carousel\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20.5,intrinsicWidth:85.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+42.8679+32+10.325),pixelHeight:82,pixelWidth:343,src:\"https://framerusercontent.com/images/YOJZu9fnFI3JjoDE0k9oxBFPZmo.png\"}},tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20.5,intrinsicWidth:85.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+11.8),pixelHeight:82,pixelWidth:343,src:\"https://framerusercontent.com/images/YOJZu9fnFI3JjoDE0k9oxBFPZmo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20.5,intrinsicWidth:85.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+9),pixelHeight:82,pixelWidth:343,src:\"https://framerusercontent.com/images/YOJZu9fnFI3JjoDE0k9oxBFPZmo.png\"},className:\"framer-170y3cw\",\"data-framer-name\":\"SC Ventures\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14135az\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:21.5,intrinsicWidth:93,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+42.8679+32+10.325),pixelHeight:85,pixelWidth:370,src:\"https://framerusercontent.com/images/PjkcxOHNycBnwYabQGLvbtdI.png\"}},tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:21.5,intrinsicWidth:93,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+11.8),pixelHeight:85,pixelWidth:370,src:\"https://framerusercontent.com/images/PjkcxOHNycBnwYabQGLvbtdI.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:21.5,intrinsicWidth:93,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+18.75),pixelHeight:85,pixelWidth:370,src:\"https://framerusercontent.com/images/PjkcxOHNycBnwYabQGLvbtdI.png\"},className:\"framer-q9uilc\",\"data-framer-name\":\"Speed Invest\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-176j7bx\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:14.5,intrinsicWidth:107.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+42.8679+32+16.225),pixelHeight:56,pixelWidth:429,src:\"https://framerusercontent.com/images/QfpJv1qLJcDQAh2bar7xFUdpRb8.png\"}},tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:14.5,intrinsicWidth:107.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+16.815),pixelHeight:56,pixelWidth:429,src:\"https://framerusercontent.com/images/QfpJv1qLJcDQAh2bar7xFUdpRb8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:14.5,intrinsicWidth:107.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+22.25),pixelHeight:56,pixelWidth:429,src:\"https://framerusercontent.com/images/QfpJv1qLJcDQAh2bar7xFUdpRb8.png\"},className:\"framer-5r2vny\",\"data-framer-name\":\"Middlegame\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11g1yqq\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:16.5,intrinsicWidth:52,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+42.8679+32+15.045),pixelHeight:64,pixelWidth:206,src:\"https://framerusercontent.com/images/ggxPcGoYVlBh6PUZhbTvnqhslI.png\"}},tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:16.5,intrinsicWidth:52,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+15.045),pixelHeight:64,pixelWidth:206,src:\"https://framerusercontent.com/images/ggxPcGoYVlBh6PUZhbTvnqhslI.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:16.5,intrinsicWidth:52,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+21.25),pixelHeight:64,pixelWidth:206,src:\"https://framerusercontent.com/images/ggxPcGoYVlBh6PUZhbTvnqhslI.png\"},className:\"framer-k6ys0e\",\"data-framer-name\":\"VALAR\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hnnkjr hidden-15fz4wh\",\"data-framer-name\":\"Spacer\"}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:22.5,intrinsicWidth:90,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+10.325),pixelHeight:90,pixelWidth:359,src:\"https://framerusercontent.com/images/oL9yR5ZF9k4udVtWlzONNyKY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:22.5,intrinsicWidth:90,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+18.25),pixelHeight:90,pixelWidth:359,src:\"https://framerusercontent.com/images/oL9yR5ZF9k4udVtWlzONNyKY.png\"},className:\"framer-1yeetmu hidden-15fz4wh\",\"data-framer-name\":\"DeFinity\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ycxcsn hidden-15fz4wh\",\"data-framer-name\":\"Spacer\"}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tnOBZtR6z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:29.5,intrinsicWidth:66,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+34.2245+40.5+5.9),pixelHeight:118,pixelWidth:265,src:\"https://framerusercontent.com/images/ykcFY1NYYJKlgxp4oraNgJXkk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:29.5,intrinsicWidth:66,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+-26.0879+98+14.75),pixelHeight:118,pixelWidth:265,src:\"https://framerusercontent.com/images/ykcFY1NYYJKlgxp4oraNgJXkk.png\"},className:\"framer-1q74q09 hidden-15fz4wh\",\"data-framer-name\":\"Solidus Labs\"})})]})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-xzno3m\",\"data-framer-name\":\"Curve\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-60fuql\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wqdrw8\",\"data-framer-name\":\"Mission Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-i4cvbj\",\"data-framer-name\":\"Mission\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"52px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Our mission is to enable all customer types to long or short any asset 24/7 on a fully regulated trading venue\"})})},m7MZoyXA3:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"38px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Our mission is to enable all customer types to long or short any asset 24/7 on a fully regulated trading venue\"})})},tnOBZtR6z:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"52px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Our mission is to enable all customer types to long or short any asset 24/7 on a fully regulated trading venue\"})})},UbdhuMkXT:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"31.2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Our mission is to enable all customer types to long or short any asset 24/7 on a fully regulated trading venue\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"58px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Our mission is to enable all customer types to long or short any asset 24/7 on a fully regulated trading venue\"})}),className:\"framer-75ns36\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fbg3iw\",\"data-framer-name\":\"Streamlining Value Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qbt0f5\",\"data-framer-name\":\"Streamlining Value\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zrx8sv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Everything we do is about streamlining the end-to-end value-chain of investing\"})})},m7MZoyXA3:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"38px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Everything we do is about streamlining the end-to-end value-chain of investing\"})}),fonts:[\"GF;Geist-500\"]},tnOBZtR6z:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Everything we do is about streamlining the end-to-end value-chain of investing\"})})},UbdhuMkXT:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"38.4px\",\"--framer-text-color\":\"var(--token-b6ae8a85-36bf-4309-8bc4-7f53b9f096ee, rgb(13, 16, 35))\"},children:[\"Everything we do is about streamlining\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.1px\"},children:\" \"}),\"the end-to-end value-chain of investing\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"58px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Everything we do is about streamlining the end-to-end value-chain of investing\"})}),className:\"framer-1p73dux\",fonts:[\"GF;Geist-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7MZoyXA3:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"By becoming the first MiFID II regulated perpetual futures venue in the EU we\u2019re able to simplify a lot of complex financial market infrastructure, often with competing incentives, into a single venue with one goal - helping our clients.\"})}),fonts:[\"GF;Geist-500\"]},UbdhuMkXT:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"By becoming the first MiFID II regulated perpetual futures venue in the EU we\u2019re able to simplify a lot of complex financial market infrastructure, often with competing incentives, into a single venue with one goal - helping our clients.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"By becoming the first MiFID II regulated perpetual futures venue in the EU we\u2019re able to simplify a lot of complex financial market infrastructure, often with competing incentives, into a single venue with one goal - helping our clients.\"})}),className:\"framer-s0suwj\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4bgpfi\",\"data-framer-name\":\"Purple List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12dpbay\",\"data-framer-name\":\"Product Creation\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bz16fd\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Product Creation\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Product Creation\"})}),className:\"framer-1ayb1ri\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e0dgx9\",\"data-framer-name\":\"Trading\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xcwg6d\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Trading\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Trading\"})}),className:\"framer-16jh5tb\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13nwx6p\",\"data-framer-name\":\"Settlement\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pkt7ji\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Settlement\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Settlement\"})}),className:\"framer-1duzjez\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vu0fka\",\"data-framer-name\":\"Clearing\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2rtfe7\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Risk Management\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Risk Management\"})}),className:\"framer-1fhvdpt\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7MZoyXA3:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"All in a single integrated regulated venue, for the first time ever, without the need for external clearing.\"})}),fonts:[\"GF;Geist-500\"]},UbdhuMkXT:{children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"All in a single integrated regulated venue, for the first time ever, without the need for external clearing.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"All in a single integrated regulated venue, for the first time ever, without the need for external clearing.\"})}),className:\"framer-1sqjy1t\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12ku2wk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1at740k-container\",isModuleExternal:true,nodeId:\"zDNbxEiOi\",scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"zDNbxEiOi\",isMixedBorderRadius:false,layoutId:\"zDNbxEiOi\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/ErAXA6Z6pxC2qKa70YdoFih7N0.mp4\",srcType:\"Upload\",srcUrl:getLocalizedValue(\"v5\",activeLocale)??\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kgr5ct\",\"data-framer-name\":\"Dexterity\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bk4s7x\",\"data-framer-name\":\"Streamlining Value\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s7sjvq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Which is why we built the world's best venue for achieving low cost investor dexterity.\"})})},m7MZoyXA3:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"38px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Which is why we built the world's best venue for achieving low cost investor dexterity.\"})}),fonts:[\"GF;Geist-500\"]},tnOBZtR6z:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Which is why we built the world's best venue for achieving low cost investor dexterity.\"})})},UbdhuMkXT:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"38.4px\",\"--framer-text-color\":\"var(--token-b6ae8a85-36bf-4309-8bc4-7f53b9f096ee, rgb(13, 16, 35))\"},children:\"Which is why we built the world's best venue for achieving low cost investor dexterity.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"58px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Which is why we built the world's best venue for achieving low cost investor dexterity.\"})}),className:\"framer-1qloynu\",fonts:[\"GF;Geist-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"Enabling all client types to long or short any asset in perpetuity:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"Enabling all client types to long or short any asset in perpetuity:\"})}),className:\"framer-1r2ata6\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10h9jqq\",\"data-framer-name\":\"Purple List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-72jtpd\",\"data-framer-name\":\"Product Creation\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rweamk\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no rollover fees\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no rollover fees\"})}),className:\"framer-140emlt\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mmnsud\",\"data-framer-name\":\"Trading\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nt6z8s\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no borrowing costs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no borrowing costs\"})}),className:\"framer-1tvygue\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ly2en\",\"data-framer-name\":\"Settlement\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1u1qbok\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no hidden brokerage fees\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no hidden brokerage fees\"})}),className:\"framer-1tg5cel\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17o1gyz\",\"data-framer-name\":\"Clearing\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1m3o5p1\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no clearing fees\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"no clearing fees\"})}),className:\"framer-1i2ck3o\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jslwoz\",\"data-framer-name\":\"Clearing\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1arprwd\",\"data-framer-name\":\"Check\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m21.796 7.546-12 12a1.125 1.125 0 0 1-1.594 0l-5.25-5.25a1.128 1.128 0 0 1 1.594-1.594L9 17.156 20.204 5.954a1.127 1.127 0 0 1 1.594 1.594l-.002-.002Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"less tied-up capital\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"less tied-up capital\"})}),className:\"framer-1ydgsuu\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"Trade in transparent order books against the open markets best prices, unlike other venues that make money when you lose money and hide fees and spreads.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"Trade in transparent order books against the open markets best prices, unlike other venues that make money when you lose money and hide fees and spreads.\"})}),className:\"framer-1jbfdb8\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15mldmt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o2wn0q-container\",isModuleExternal:true,nodeId:\"fzqkVUmSa\",scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fzqkVUmSa\",isMixedBorderRadius:false,layoutId:\"fzqkVUmSa\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/H9OiJd5Gt6V5hv7DBmyQ1Q9WM.mp4\",srcType:\"Upload\",srcUrl:getLocalizedValue(\"v5\",activeLocale)??\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bh8805\",\"data-framer-name\":\"Our Values Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4dm1kb\",\"data-framer-name\":\"Our Values Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-319ezr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Our Values\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(52, 45, 236)\"},children:\"Our Values\"})}),className:\"framer-1biz0cp\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m7MZoyXA3:{children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"38px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"We\u2019re passionate about creating a level playing field - enabling our clients to do more with their money, and earn the returns they deserve based on their trading ideas.\"})})},UbdhuMkXT:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"We\u2019re passionate about creating a level playing field - enabling our clients to do more with their money, and earn the returns they deserve based on their trading ideas.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"We\u2019re passionate about creating a level playing field - enabling our clients to do more with their money, and earn the returns they deserve based on their trading ideas.\"})}),className:\"framer-1q58oqy\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f5ppip\",\"data-framer-name\":\"Values\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e0hio3\",\"data-framer-name\":\"Row 1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8jy6wo\",\"data-framer-name\":\"Fairness\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ju0qa\",\"data-framer-name\":\"Horizontal\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0hivi hidden-wapa2a\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wtfc5j\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1f913os\",\"data-framer-name\":\"Repeat\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 16a9.01 9.01 0 0 1 9-9h13.586l-1.294-1.292a1 1 0 0 1 1.415-1.415l3 3a1 1 0 0 1 0 1.415l-3 3a1 1 0 0 1-1.415-1.415l1.294-1.292H12a7.007 7.007 0 0 0-7 7 1 1 0 0 1-2 0Zm25-1a1 1 0 0 0-1 1 7.007 7.007 0 0 1-7 7H6.414l1.293-1.292a1.002 1.002 0 0 0-.324-1.632 1 1 0 0 0-1.09.217l-3 3a.999.999 0 0 0 0 1.415l3 3A1 1 0 0 0 8 27.001a1 1 0 0 0-.293-.708l-1.293-1.292H20a9.01 9.01 0 0 0 9-9 1 1 0 0 0-1-1Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"28.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Fairness\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Fairness\"})}),className:\"framer-p5zamg\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We\u2019re passionate about creating a fair playing field for all of our clients. With One Trading, your investment outcomes will be determined by your investment decisions, not the fees you pay.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We\u2019re passionate about creating a fair playing field for all of our clients. With One Trading, your investment outcomes will be determined by your investment decisions, not the fees you pay.\"})}),className:\"framer-6coxv4\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e7nen6\",\"data-framer-name\":\"Fairness\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lqmao\",\"data-framer-name\":\"Horizontal\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rluie4 hidden-wapa2a\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-om7jqz\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17diktd\",\"data-framer-name\":\"Repeat\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 16a9.01 9.01 0 0 1 9-9h13.586l-1.294-1.292a1 1 0 0 1 1.415-1.415l3 3a1 1 0 0 1 0 1.415l-3 3a1 1 0 0 1-1.415-1.415l1.294-1.292H12a7.007 7.007 0 0 0-7 7 1 1 0 0 1-2 0Zm25-1a1 1 0 0 0-1 1 7.007 7.007 0 0 1-7 7H6.414l1.293-1.292a1.002 1.002 0 0 0-.324-1.632 1 1 0 0 0-1.09.217l-3 3a.999.999 0 0 0 0 1.415l3 3A1 1 0 0 0 8 27.001a1 1 0 0 0-.293-.708l-1.293-1.292H20a9.01 9.01 0 0 0 9-9 1 1 0 0 0-1-1Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"28.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Integrity\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Integrity\"})}),className:\"framer-cs6o2e\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We commit to acting with integrity at all times. Our platform exists for the enablement of our investors and we seek to create a secure and fair platform for them to flexibly invest.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We commit to acting with integrity at all times. Our platform exists for the enablement of our investors and we seek to create a secure and fair platform for them to flexibly invest.\"})}),className:\"framer-uflt9x\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kc2cvl\",\"data-framer-name\":\"Row 1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ckdveu\",\"data-framer-name\":\"Access\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ad62xo\",\"data-framer-name\":\"Horizontal\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qw41wo hidden-wapa2a\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mg51ng\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12o2qfa\",\"data-framer-name\":\"Repeat\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 16a9.01 9.01 0 0 1 9-9h13.586l-1.294-1.292a1 1 0 0 1 1.415-1.415l3 3a1 1 0 0 1 0 1.415l-3 3a1 1 0 0 1-1.415-1.415l1.294-1.292H12a7.007 7.007 0 0 0-7 7 1 1 0 0 1-2 0Zm25-1a1 1 0 0 0-1 1 7.007 7.007 0 0 1-7 7H6.414l1.293-1.292a1.002 1.002 0 0 0-.324-1.632 1 1 0 0 0-1.09.217l-3 3a.999.999 0 0 0 0 1.415l3 3A1 1 0 0 0 8 27.001a1 1 0 0 0-.293-.708l-1.293-1.292H20a9.01 9.01 0 0 0 9-9 1 1 0 0 0-1-1Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"28.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Access\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Access\"})}),className:\"framer-ppxm1a\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We believe that everybody deserves to get more from their money. The One Trading platform provides all clients with access to professional-grade products.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We believe that everybody deserves to get more from their money. The One Trading platform provides all clients with access to professional-grade products.\"})}),className:\"framer-fnys30\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zy8k1q\",\"data-framer-name\":\"Innovation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17g3i8n\",\"data-framer-name\":\"Horizontal\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-l94co2 hidden-wapa2a\",\"data-framer-name\":\"Spacer\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ys3vki\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tfrv7h\",\"data-framer-name\":\"Repeat\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 16a9.01 9.01 0 0 1 9-9h13.586l-1.294-1.292a1 1 0 0 1 1.415-1.415l3 3a1 1 0 0 1 0 1.415l-3 3a1 1 0 0 1-1.415-1.415l1.294-1.292H12a7.007 7.007 0 0 0-7 7 1 1 0 0 1-2 0Zm25-1a1 1 0 0 0-1 1 7.007 7.007 0 0 1-7 7H6.414l1.293-1.292a1.002 1.002 0 0 0-.324-1.632 1 1 0 0 0-1.09.217l-3 3a.999.999 0 0 0 0 1.415l3 3A1 1 0 0 0 8 27.001a1 1 0 0 0-.293-.708l-1.293-1.292H20a9.01 9.01 0 0 0 9-9 1 1 0 0 0-1-1Z\" fill=\"#342DEC\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"28.8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Innovation\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Innovation\"})}),className:\"framer-1t2v3a5\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UbdhuMkXT:{children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We promise to continue pushing boundaries and creating new opportunities for our clients.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(52, 64, 84)\"},children:\"We promise to continue pushing boundaries and creating new opportunities for our clients.\"})}),className:\"framer-wavsd1\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-seynkx-container\",\"data-framer-appear-id\":\"seynkx\",initial:animation2,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DWeBWlolU\",optimized:true,rendersWithMotion:true,scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{paddingLeft:120,paddingRight:120},m7MZoyXA3:{padding:40,paddingLeft:120,paddingPerSide:false,paddingRight:120},tnOBZtR6z:{paddingLeft:120,paddingRight:120},UbdhuMkXT:{padding:20,paddingLeft:120,paddingPerSide:false,paddingRight:120}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:1,fadeWidth:14,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"DWeBWlolU\",layoutId:\"DWeBWlolU\",padding:10,paddingBottom:60,paddingLeft:240,paddingPerSide:true,paddingRight:240,paddingTop:60,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5hx1md\",\"data-framer-name\":\"Josh\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-icumrl\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:800,pixelWidth:800,sizes:\"362px\",src:\"https://framerusercontent.com/images/P2YFjQCvF8NiYt6FoIe9eVz6Y.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/P2YFjQCvF8NiYt6FoIe9eVz6Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/P2YFjQCvF8NiYt6FoIe9eVz6Y.png 800w\"},className:\"framer-1kfay6u\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Joshua Barraclough\"]})}),className:\"framer-1w7gud0\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"CEO of One Trading\"})}),className:\"framer-1xw9r3p\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-haxjb8\",\"data-framer-name\":\"Mario\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12vgbon\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:434,pixelWidth:434,src:\"https://framerusercontent.com/images/H4mpNBn4YFxVf8IrOAEIexJtEY.png\"},className:\"framer-9tggdo\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Mario Hoessl-Neumann\"]})}),className:\"framer-hhs8s6\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"General Counsel\"})}),className:\"framer-w50crr\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6dtu79\",\"data-framer-name\":\"Craig\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hshy99\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:800,pixelWidth:800,sizes:\"362px\",src:\"https://framerusercontent.com/images/XpFERmvUlDuGcoyAHADne4n1Es.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/XpFERmvUlDuGcoyAHADne4n1Es.png?scale-down-to=512 512w,https://framerusercontent.com/images/XpFERmvUlDuGcoyAHADne4n1Es.png 800w\"},className:\"framer-enpenc\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Craig Taylor\"]})}),className:\"framer-6uvkes\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Chief Software Architect\"})}),className:\"framer-dsc0af\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r9q3qh\",\"data-framer-name\":\"Kristine\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-orf8no\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:1058,pixelWidth:1058,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/AcK7FD5YhL3ARs1SmJUxKPAJuLw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/AcK7FD5YhL3ARs1SmJUxKPAJuLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/AcK7FD5YhL3ARs1SmJUxKPAJuLw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AcK7FD5YhL3ARs1SmJUxKPAJuLw.png 1058w\"},className:\"framer-zcecin\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Kristine Milione\"]})}),className:\"framer-p8x8ol\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Trading Operations Lead\"})}),className:\"framer-1sct1dv\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l8nxn6\",\"data-framer-name\":\"Stefan\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rms5q9\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:800,pixelWidth:800,sizes:\"362px\",src:\"https://framerusercontent.com/images/dNgxpHDDeG970AzUzXiOAhviI.jpeg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dNgxpHDDeG970AzUzXiOAhviI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/dNgxpHDDeG970AzUzXiOAhviI.jpeg 800w\"},className:\"framer-rl4qpq\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Dr Stefan Blackwood\"]})}),className:\"framer-byfyc9\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Chief Quant\"})}),className:\"framer-1s9ywz7\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5mfbmp\",\"data-framer-name\":\"Nathan\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-inc3yd\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:880,pixelWidth:880,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/Th4Ljpj9O4d0qD3sdmZpXzjecoQ.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Th4Ljpj9O4d0qD3sdmZpXzjecoQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Th4Ljpj9O4d0qD3sdmZpXzjecoQ.jpg 880w\"},className:\"framer-1nxkwrr\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Nathan Maybrey\"]})}),className:\"framer-u8r9b9\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Lead Software Engineer\"})}),className:\"framer-17hmytd\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4q0z6x\",\"data-framer-name\":\"Steven\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dwqnc1\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/v49DYuYMhLNNS5mCFsYJq4iaEY.jpeg\"},className:\"framer-jc5jif\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Steven Harper\"]})}),className:\"framer-1wmnjf3\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Chief Security Officer\"})}),className:\"framer-1thr0hi\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4v5h2\",\"data-framer-name\":\"Marcus\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ttuw5r\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:1348,pixelWidth:1444,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/PNV2KzuCFv7WeeK9fSZzjinzQA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/PNV2KzuCFv7WeeK9fSZzjinzQA.png?scale-down-to=512 512w,https://framerusercontent.com/images/PNV2KzuCFv7WeeK9fSZzjinzQA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PNV2KzuCFv7WeeK9fSZzjinzQA.png 1444w\"},className:\"framer-124lplc\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Marcus Howard\"]})}),className:\"framer-1cbdxjx\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Head of Sales\"})}),className:\"framer-1mh771c\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s2g8i\",\"data-framer-name\":\"Izzy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pqzwd1\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:1024,pixelWidth:1024,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/6LBBJKzoVctFFOOhilv9TWXoovM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6LBBJKzoVctFFOOhilv9TWXoovM.png?scale-down-to=512 512w,https://framerusercontent.com/images/6LBBJKzoVctFFOOhilv9TWXoovM.png 1024w\"},className:\"framer-1m7671t\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Izzy Smith\"]})}),className:\"framer-17te4rq\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Business Analyst\"})}),className:\"framer-89sd1g\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ow1k2\",\"data-framer-name\":\"Jovana\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15u0nc7\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:1156,pixelWidth:1242,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/dAXXQvT88Dsph6jHvDE6SeVJKk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dAXXQvT88Dsph6jHvDE6SeVJKk.png?scale-down-to=512 512w,https://framerusercontent.com/images/dAXXQvT88Dsph6jHvDE6SeVJKk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dAXXQvT88Dsph6jHvDE6SeVJKk.png 1242w\"},className:\"framer-wvvs5w\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Jovana D\u017Euni\u0107\"]})}),className:\"framer-1e8qar9\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Lead Customer Care\"})}),className:\"framer-102cagr\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ugvcy\",\"data-framer-name\":\"Louise\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nig5w8\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:4130,pixelWidth:4096,positionX:\"left\",positionY:\"top\",sizes:\"362px\",src:\"https://framerusercontent.com/images/GThd1zQLsCv19pAJscwylNm6co.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/GThd1zQLsCv19pAJscwylNm6co.jpg?scale-down-to=1024 1015w,https://framerusercontent.com/images/GThd1zQLsCv19pAJscwylNm6co.jpg?scale-down-to=2048 2031w,https://framerusercontent.com/images/GThd1zQLsCv19pAJscwylNm6co.jpg?scale-down-to=4096 4062w,https://framerusercontent.com/images/GThd1zQLsCv19pAJscwylNm6co.jpg 4096w\"},className:\"framer-12wofaz\",\"data-framer-name\":\"Josh\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Louise Riley\"]})}),className:\"framer-56qx55\",fonts:[\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(16, 24, 40)\"},children:\"Lead Onboarding\"})}),className:\"framer-5x5vg\",fonts:[\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})],speed:50,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-stpvu4\",\"data-framer-name\":\"Blog Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{y:(componentViewport?.y||0)+0+5226+0},m7MZoyXA3:{y:(componentViewport?.y||0)+0+5462+0},tnOBZtR6z:{y:(componentViewport?.y||0)+0+5226+0},UbdhuMkXT:{y:(componentViewport?.y||0)+0+5416.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:570,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 100px)`,y:(componentViewport?.y||0)+0+5356+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t2zd1y-container\",id:elementId1,nodeId:\"yqsrqT_Dt\",ref:ref2,scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{variant:\"MuFN7QXDx\"},m7MZoyXA3:{variant:\"IkIVbUFr4\"},tnOBZtR6z:{variant:\"s2SBi1MpZ\"},UbdhuMkXT:{variant:\"fwm5dwTV_\"}},children:/*#__PURE__*/_jsx(BlogUpdates,{gsiP0I9La:\"rgb(255, 255, 255)\",height:\"100%\",HnNUKsTxj:\"var(--token-30844034-dbac-4a27-9e59-873c4c1b9539, rgb(101, 57, 255))\",id:\"yqsrqT_Dt\",layoutId:\"yqsrqT_Dt\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"AW4KbrzHp\",width:\"100%\",wwElstWj2:\"var(--token-b6ae8a85-36bf-4309-8bc4-7f53b9f096ee, rgb(13, 16, 35))\",yizHgRB4B:\"var(--token-1be64a89-6f51-4ee8-ba78-44c6083ebbff, rgb(102, 112, 133))\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-if0p2n\",\"data-framer-name\":\"Footer Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{y:(componentViewport?.y||0)+0+5796+0+0},m7MZoyXA3:{y:(componentViewport?.y||0)+0+6032+0+0},tnOBZtR6z:{y:(componentViewport?.y||0)+0+5796+0+0},UbdhuMkXT:{y:(componentViewport?.y||0)+0+5986.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1348,width:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,y:(componentViewport?.y||0)+0+5926+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13o3zft-container\",nodeId:\"LEWRt64yv\",scopeId:\"cTRk6jOga\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_GMs_gJD:{variant:\"RoUQqqVu0\"},m7MZoyXA3:{variant:\"rk8n09JhE\"},tnOBZtR6z:{variant:\"RoUQqqVu0\"},UbdhuMkXT:{variant:\"UVYTNhgpi\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"LEWRt64yv\",layoutId:\"LEWRt64yv\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"E2qFSZhBW\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SwKn8.framer-17thh3r, .framer-SwKn8 .framer-17thh3r { display: block; }\",\".framer-SwKn8.framer-gsrwpr { 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: 1920px; }\",\".framer-SwKn8 .framer-1qerpx5-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 1920px; z-index: 10; }\",\".framer-SwKn8 .framer-dbt8vn { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 84px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-1l9a66d { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-x8ryvh { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-SwKn8 .framer-19he136 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 238px; transform: translateX(-50%); white-space: pre-wrap; width: 72%; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-3flp6j-container { flex: none; height: auto; min-width: 0%; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-1cst3vb { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 255px; justify-content: center; left: 0px; max-width: 1920px; overflow: hidden; padding: 0px 120px 0px 120px; position: absolute; right: 0px; top: calc(90.54652880354507% - 255px / 2); z-index: 1; }\",\".framer-SwKn8 .framer-nrv365 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 59px; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-170y3cw { aspect-ratio: 4.170731707317073 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); overflow: visible; position: relative; width: 171px; }\",\".framer-SwKn8 .framer-14135az, .framer-SwKn8 .framer-176j7bx, .framer-SwKn8 .framer-11g1yqq, .framer-SwKn8 .framer-1hnnkjr, .framer-SwKn8 .framer-ycxcsn { background-color: #d0d5dd; flex: none; height: 100%; opacity: 0.3; overflow: hidden; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-q9uilc { aspect-ratio: 4.325581395348837 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); overflow: visible; position: relative; width: 184px; }\",\".framer-SwKn8 .framer-5r2vny { aspect-ratio: 7.413793103448276 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); overflow: visible; position: relative; width: 213px; }\",\".framer-SwKn8 .framer-k6ys0e { aspect-ratio: 3.1515151515151514 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); overflow: visible; position: relative; width: 102px; }\",\".framer-SwKn8 .framer-1yeetmu { aspect-ratio: 4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); overflow: visible; position: relative; width: 179px; }\",\".framer-SwKn8 .framer-1q74q09 { aspect-ratio: 2.23728813559322 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); overflow: visible; position: relative; width: 131px; }\",\".framer-SwKn8 .framer-xzno3m { align-content: center; align-items: center; background-color: #0a0b13; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-SwKn8 .framer-60fuql { background-color: #ffffff; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SwKn8 .framer-1wqdrw8, .framer-SwKn8 .framer-stpvu4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-i4cvbj { 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; max-width: 1920px; overflow: hidden; padding: 60px 240px 60px 240px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-75ns36 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 63%; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-fbg3iw, .framer-SwKn8 .framer-kgr5ct { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-1qbt0f5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 60px 240px 60px 240px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-zrx8sv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 49%; }\",\".framer-SwKn8 .framer-1p73dux, .framer-SwKn8 .framer-s0suwj, .framer-SwKn8 .framer-1qloynu, .framer-SwKn8 .framer-1r2ata6, .framer-SwKn8 .framer-140emlt, .framer-SwKn8 .framer-1tvygue, .framer-SwKn8 .framer-1tg5cel, .framer-SwKn8 .framer-1i2ck3o, .framer-SwKn8 .framer-1ydgsuu, .framer-SwKn8 .framer-1jbfdb8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 585px; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-4bgpfi, .framer-SwKn8 .framer-10h9jqq { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-12dpbay, .framer-SwKn8 .framer-e0dgx9, .framer-SwKn8 .framer-13nwx6p, .framer-SwKn8 .framer-1vu0fka, .framer-SwKn8 .framer-72jtpd, .framer-SwKn8 .framer-mmnsud, .framer-SwKn8 .framer-10ly2en, .framer-SwKn8 .framer-17o1gyz, .framer-SwKn8 .framer-1jslwoz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-1bz16fd, .framer-SwKn8 .framer-xcwg6d, .framer-SwKn8 .framer-1pkt7ji, .framer-SwKn8 .framer-2rtfe7, .framer-SwKn8 .framer-rweamk, .framer-SwKn8 .framer-nt6z8s, .framer-SwKn8 .framer-1u1qbok, .framer-SwKn8 .framer-1m3o5p1, .framer-SwKn8 .framer-1arprwd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-SwKn8 .framer-1ayb1ri, .framer-SwKn8 .framer-16jh5tb, .framer-SwKn8 .framer-1duzjez, .framer-SwKn8 .framer-1fhvdpt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-1sqjy1t, .framer-SwKn8 .framer-6coxv4, .framer-SwKn8 .framer-uflt9x, .framer-SwKn8 .framer-fnys30, .framer-SwKn8 .framer-wavsd1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-12ku2wk { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 787px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 49%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SwKn8 .framer-1at740k-container, .framer-SwKn8 .framer-o2wn0q-container { flex: none; height: 787px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-1bk4s7x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 60px 240px 60px 240px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-1s7sjvq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-15mldmt { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 787px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SwKn8 .framer-1bh8805 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-4dm1kb { 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: flex-start; overflow: hidden; padding: 180px 240px 60px 240px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-319ezr { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-1biz0cp, .framer-SwKn8 .framer-p5zamg, .framer-SwKn8 .framer-cs6o2e, .framer-SwKn8 .framer-ppxm1a, .framer-SwKn8 .framer-1t2v3a5, .framer-SwKn8 .framer-1w7gud0, .framer-SwKn8 .framer-1xw9r3p, .framer-SwKn8 .framer-hhs8s6, .framer-SwKn8 .framer-w50crr, .framer-SwKn8 .framer-6uvkes, .framer-SwKn8 .framer-dsc0af, .framer-SwKn8 .framer-p8x8ol, .framer-SwKn8 .framer-1sct1dv, .framer-SwKn8 .framer-byfyc9, .framer-SwKn8 .framer-1s9ywz7, .framer-SwKn8 .framer-u8r9b9, .framer-SwKn8 .framer-17hmytd, .framer-SwKn8 .framer-1wmnjf3, .framer-SwKn8 .framer-1thr0hi, .framer-SwKn8 .framer-1cbdxjx, .framer-SwKn8 .framer-1mh771c, .framer-SwKn8 .framer-17te4rq, .framer-SwKn8 .framer-89sd1g, .framer-SwKn8 .framer-1e8qar9, .framer-SwKn8 .framer-102cagr, .framer-SwKn8 .framer-56qx55, .framer-SwKn8 .framer-5x5vg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SwKn8 .framer-1q58oqy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 81%; word-break: break-word; word-wrap: break-word; }\",\".framer-SwKn8 .framer-1f5ppip { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 60px 240px 60px 240px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-e0hio3, .framer-SwKn8 .framer-1kc2cvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-8jy6wo, .framer-SwKn8 .framer-1e7nen6, .framer-SwKn8 .framer-1ckdveu, .framer-SwKn8 .framer-zy8k1q { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-16ju0qa, .framer-SwKn8 .framer-7lqmao, .framer-SwKn8 .framer-1ad62xo, .framer-SwKn8 .framer-17g3i8n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-x0hivi, .framer-SwKn8 .framer-1rluie4, .framer-SwKn8 .framer-1qw41wo, .framer-SwKn8 .framer-l94co2 { background-color: #c9c9c9; flex: none; height: 200px; overflow: hidden; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-1wtfc5j, .framer-SwKn8 .framer-om7jqz, .framer-SwKn8 .framer-mg51ng, .framer-SwKn8 .framer-ys3vki { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SwKn8 .framer-1f913os, .framer-SwKn8 .framer-17diktd, .framer-SwKn8 .framer-12o2qfa, .framer-SwKn8 .framer-tfrv7h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-SwKn8 .framer-seynkx-container { flex: none; height: 564px; max-width: 1920px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-SwKn8 .framer-5hx1md, .framer-SwKn8 .framer-haxjb8, .framer-SwKn8 .framer-6dtu79, .framer-SwKn8 .framer-r9q3qh, .framer-SwKn8 .framer-l8nxn6, .framer-SwKn8 .framer-5mfbmp, .framer-SwKn8 .framer-4q0z6x, .framer-SwKn8 .framer-y4v5h2, .framer-SwKn8 .framer-1s2g8i, .framer-SwKn8 .framer-3ow1k2, .framer-SwKn8 .framer-7ugvcy { height: 482px; overflow: hidden; position: relative; width: 364px; }\",\".framer-SwKn8 .framer-icumrl, .framer-SwKn8 .framer-12vgbon, .framer-SwKn8 .framer-hshy99, .framer-SwKn8 .framer-orf8no, .framer-SwKn8 .framer-1rms5q9, .framer-SwKn8 .framer-inc3yd, .framer-SwKn8 .framer-dwqnc1, .framer-SwKn8 .framer-1ttuw5r, .framer-SwKn8 .framer-1pqzwd1, .framer-SwKn8 .framer-15u0nc7, .framer-SwKn8 .framer-nig5w8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 482px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: -1px; width: 364px; }\",\".framer-SwKn8 .framer-1kfay6u, .framer-SwKn8 .framer-9tggdo, .framer-SwKn8 .framer-enpenc, .framer-SwKn8 .framer-zcecin, .framer-SwKn8 .framer-rl4qpq, .framer-SwKn8 .framer-1nxkwrr, .framer-SwKn8 .framer-jc5jif, .framer-SwKn8 .framer-124lplc, .framer-SwKn8 .framer-1m7671t, .framer-SwKn8 .framer-wvvs5w, .framer-SwKn8 .framer-12wofaz { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 362px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 362px; }\",\".framer-SwKn8 .framer-1t2zd1y-container { flex: none; height: auto; max-width: 1920px; min-width: 100px; position: relative; width: 100%; z-index: 4; }\",\".framer-SwKn8 .framer-if0p2n { align-content: center; align-items: center; background-color: #0a0b13; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SwKn8 .framer-13o3zft-container { flex: none; height: auto; max-width: 1920px; position: relative; width: 100%; }\",\"@media (min-width: 1440px) and (max-width: 1919px) { .framer-SwKn8.framer-gsrwpr { width: 1440px; } .framer-SwKn8 .framer-1qerpx5-container, .framer-SwKn8 .framer-1p73dux, .framer-SwKn8 .framer-s0suwj, .framer-SwKn8 .framer-1qloynu, .framer-SwKn8 .framer-1r2ata6, .framer-SwKn8 .framer-1jbfdb8 { width: 100%; } .framer-SwKn8 .framer-19he136 { top: 208px; width: 80%; } .framer-SwKn8 .framer-1cst3vb { height: 140px; top: calc(93.05760709010342% - 140px / 2); } .framer-SwKn8 .framer-170y3cw { height: 60%; width: var(--framer-aspect-ratio-supported, 148px); } .framer-SwKn8 .framer-q9uilc { height: 60%; width: var(--framer-aspect-ratio-supported, 153px); } .framer-SwKn8 .framer-5r2vny { height: 43%; width: var(--framer-aspect-ratio-supported, 188px); } .framer-SwKn8 .framer-k6ys0e { height: 49%; width: var(--framer-aspect-ratio-supported, 92px); } .framer-SwKn8 .framer-1yeetmu { height: 65%; width: var(--framer-aspect-ratio-supported, 153px); } .framer-SwKn8 .framer-1q74q09 { height: 80%; width: var(--framer-aspect-ratio-supported, 106px); } .framer-SwKn8 .framer-i4cvbj, .framer-SwKn8 .framer-1f5ppip { padding: 60px 120px 60px 120px; } .framer-SwKn8 .framer-75ns36 { width: 69%; } .framer-SwKn8 .framer-fbg3iw { gap: 0px; } .framer-SwKn8 .framer-1qbt0f5, .framer-SwKn8 .framer-1bk4s7x { gap: unset; justify-content: space-between; padding: 60px 120px 60px 120px; } .framer-SwKn8 .framer-zrx8sv { width: 48%; } .framer-SwKn8 .framer-12ku2wk { height: 680px; width: min-content; } .framer-SwKn8 .framer-1at740k-container { height: 680px; width: 502px; } .framer-SwKn8 .framer-1s7sjvq { flex: none; width: 48%; } .framer-SwKn8 .framer-15mldmt { flex: none; height: 680px; width: min-content; } .framer-SwKn8 .framer-o2wn0q-container { height: 680px; width: 501px; } .framer-SwKn8 .framer-4dm1kb { padding: 180px 120px 60px 120px; }}\",\"@media (min-width: 1280px) and (max-width: 1439px) { .framer-SwKn8.framer-gsrwpr { width: 1280px; } .framer-SwKn8 .framer-1qerpx5-container, .framer-SwKn8 .framer-1p73dux, .framer-SwKn8 .framer-s0suwj, .framer-SwKn8 .framer-1qloynu, .framer-SwKn8 .framer-1r2ata6, .framer-SwKn8 .framer-1jbfdb8 { width: 100%; } .framer-SwKn8 .framer-x8ryvh { bottom: 103px; } .framer-SwKn8 .framer-19he136 { left: 50%; top: 112px; width: 80%; } .framer-SwKn8 .framer-1cst3vb { height: 123px; top: calc(93.18559556786707% - 123px / 2); } .framer-SwKn8 .framer-170y3cw { height: 65%; width: var(--framer-aspect-ratio-supported, 160px); } .framer-SwKn8 .framer-q9uilc { height: 65%; width: var(--framer-aspect-ratio-supported, 166px); } .framer-SwKn8 .framer-5r2vny { height: 45%; width: var(--framer-aspect-ratio-supported, 197px); } .framer-SwKn8 .framer-k6ys0e { height: 49%; width: var(--framer-aspect-ratio-supported, 91px); } .framer-SwKn8 .framer-i4cvbj, .framer-SwKn8 .framer-1f5ppip { padding: 60px 120px 60px 120px; } .framer-SwKn8 .framer-75ns36 { width: 81%; } .framer-SwKn8 .framer-fbg3iw { gap: 0px; } .framer-SwKn8 .framer-1qbt0f5, .framer-SwKn8 .framer-1bk4s7x { gap: unset; justify-content: space-between; padding: 60px 120px 60px 120px; } .framer-SwKn8 .framer-zrx8sv { width: 44%; } .framer-SwKn8 .framer-12ku2wk { height: 680px; width: min-content; } .framer-SwKn8 .framer-1at740k-container { height: 680px; width: 471px; } .framer-SwKn8 .framer-1s7sjvq { flex: none; width: 44%; } .framer-SwKn8 .framer-15mldmt { flex: none; height: 680px; width: min-content; } .framer-SwKn8 .framer-o2wn0q-container { height: 680px; width: 470px; } .framer-SwKn8 .framer-4dm1kb { padding: 180px 120px 60px 120px; } .framer-SwKn8 .framer-1q58oqy { width: 86%; }}\",\"@media (min-width: 810px) and (max-width: 1279px) { .framer-SwKn8.framer-gsrwpr { width: 810px; } .framer-SwKn8 .framer-1qerpx5-container, .framer-SwKn8 .framer-75ns36, .framer-SwKn8 .framer-zrx8sv, .framer-SwKn8 .framer-1p73dux, .framer-SwKn8 .framer-s0suwj, .framer-SwKn8 .framer-1qloynu, .framer-SwKn8 .framer-1r2ata6, .framer-SwKn8 .framer-1jbfdb8, .framer-SwKn8 .framer-1q58oqy { width: 100%; } .framer-SwKn8 .framer-dbt8vn { padding: 60px 0px 0px 0px; } .framer-SwKn8 .framer-19he136 { left: 50%; top: 94px; width: 70%; } .framer-SwKn8 .framer-i4cvbj, .framer-SwKn8 .framer-4dm1kb, .framer-SwKn8 .framer-1f5ppip { padding: 40px; } .framer-SwKn8 .framer-fbg3iw { gap: 0px; } .framer-SwKn8 .framer-1qbt0f5 { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 40px; } .framer-SwKn8 .framer-12ku2wk { height: min-content; width: 100%; } .framer-SwKn8 .framer-1at740k-container, .framer-SwKn8 .framer-o2wn0q-container { height: 335px; width: 100%; } .framer-SwKn8 .framer-1bk4s7x { flex: none; flex-direction: column; gap: 40px; justify-content: flex-start; padding: 40px; width: 100%; } .framer-SwKn8 .framer-1s7sjvq { flex: none; width: 100%; } .framer-SwKn8 .framer-15mldmt { flex: none; height: 335px; width: 100%; }}\",\"@media (max-width: 809px) { .framer-SwKn8.framer-gsrwpr { width: 390px; } .framer-SwKn8 .framer-1qerpx5-container, .framer-SwKn8 .framer-75ns36, .framer-SwKn8 .framer-1p73dux, .framer-SwKn8 .framer-s0suwj, .framer-SwKn8 .framer-1qloynu, .framer-SwKn8 .framer-1r2ata6, .framer-SwKn8 .framer-1jbfdb8, .framer-SwKn8 .framer-1q58oqy { width: 100%; } .framer-SwKn8 .framer-dbt8vn { flex-direction: column; height: 738px; padding: 60px 0px 0px 0px; } .framer-SwKn8 .framer-1l9a66d { height: 670px; } .framer-SwKn8 .framer-x8ryvh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 80px 20px 0px 20px; right: unset; width: 100%; } .framer-SwKn8 .framer-19he136 { left: unset; order: 0; position: relative; top: unset; transform: unset; width: 97%; } .framer-SwKn8 .framer-60fuql { border-top-left-radius: 20px; border-top-right-radius: 20px; } .framer-SwKn8 .framer-1wqdrw8, .framer-SwKn8 .framer-kgr5ct, .framer-SwKn8 .framer-1bh8805, .framer-SwKn8 .framer-e0hio3, .framer-SwKn8 .framer-16ju0qa, .framer-SwKn8 .framer-1kc2cvl, .framer-SwKn8 .framer-1ad62xo { flex-direction: column; } .framer-SwKn8 .framer-i4cvbj, .framer-SwKn8 .framer-4dm1kb { flex: none; padding: 20px; width: 100%; } .framer-SwKn8 .framer-fbg3iw { flex-direction: column; gap: 0px; } .framer-SwKn8 .framer-1qbt0f5, .framer-SwKn8 .framer-1bk4s7x { flex: none; flex-direction: column; gap: 22px; justify-content: flex-start; padding: 20px; width: 100%; } .framer-SwKn8 .framer-zrx8sv { order: 1; width: 100%; } .framer-SwKn8 .framer-1bz16fd, .framer-SwKn8 .framer-xcwg6d, .framer-SwKn8 .framer-1pkt7ji, .framer-SwKn8 .framer-2rtfe7, .framer-SwKn8 .framer-rweamk, .framer-SwKn8 .framer-nt6z8s, .framer-SwKn8 .framer-1u1qbok, .framer-SwKn8 .framer-1m3o5p1, .framer-SwKn8 .framer-1arprwd { height: var(--framer-aspect-ratio-supported, 18px); width: 18px; } .framer-SwKn8 .framer-12ku2wk { height: min-content; order: 0; width: 100%; } .framer-SwKn8 .framer-1at740k-container, .framer-SwKn8 .framer-o2wn0q-container { height: 335px; width: 100%; } .framer-SwKn8 .framer-1s7sjvq { flex: none; order: 1; width: 100%; } .framer-SwKn8 .framer-140emlt, .framer-SwKn8 .framer-1tvygue, .framer-SwKn8 .framer-1tg5cel, .framer-SwKn8 .framer-1i2ck3o, .framer-SwKn8 .framer-1ydgsuu { flex: 1 0 0px; width: 1px; } .framer-SwKn8 .framer-15mldmt { flex: none; height: 335px; order: 0; width: 100%; } .framer-SwKn8 .framer-1f5ppip { gap: 22px; padding: 20px; } .framer-SwKn8 .framer-8jy6wo, .framer-SwKn8 .framer-1e7nen6, .framer-SwKn8 .framer-1ckdveu, .framer-SwKn8 .framer-zy8k1q { flex: none; width: 100%; } .framer-SwKn8 .framer-1wtfc5j, .framer-SwKn8 .framer-mg51ng { flex: none; gap: 22px; width: 100%; } .framer-SwKn8 .framer-1f913os, .framer-SwKn8 .framer-17diktd, .framer-SwKn8 .framer-12o2qfa, .framer-SwKn8 .framer-tfrv7h { height: var(--framer-aspect-ratio-supported, 30px); width: 30px; } .framer-SwKn8 .framer-om7jqz, .framer-SwKn8 .framer-ys3vki { gap: 22px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7060\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tnOBZtR6z\":{\"layout\":[\"fixed\",\"auto\"]},\"A_GMs_gJD\":{\"layout\":[\"fixed\",\"auto\"]},\"m7MZoyXA3\":{\"layout\":[\"fixed\",\"auto\"]},\"UbdhuMkXT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"AysoNBERO\":{\"pattern\":\":AysoNBERO\",\"name\":\"offerings\"},\"yqsrqT_Dt\":{\"pattern\":\":yqsrqT_Dt\",\"name\":\"offerings\"}}\n * @framerResponsiveScreen\n */const FramercTRk6jOga=withCSS(Component,css,\"framer-SwKn8\");export default FramercTRk6jOga;FramercTRk6jOga.displayName=\"Institutions\";FramercTRk6jOga.defaultProps={height:7060,width:1920};addFonts(FramercTRk6jOga,[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"}]},...NavigationFonts,...VideoFonts,...TickerFonts,...BlogUpdatesFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercTRk6jOga\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"AysoNBERO\\\":{\\\"pattern\\\":\\\":AysoNBERO\\\",\\\"name\\\":\\\"offerings\\\"},\\\"yqsrqT_Dt\\\":{\\\"pattern\\\":\\\":yqsrqT_Dt\\\",\\\"name\\\":\\\"offerings\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7060\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tnOBZtR6z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A_GMs_gJD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m7MZoyXA3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UbdhuMkXT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "zOO627s_k_default", "VideoFonts", "Video", "TickerFonts", "Ticker", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "BlogUpdatesFonts", "aUNdM9Bgz_default", "FooterFonts", "oqTBonrwi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "textEffect", "transition2", "animation1", "animation2", "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", "scopingClassNames", "cx", "usePreloadLocalizedValues", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "isDisplayed2", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "getLocalizedValue", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "SVG", "css", "FramercTRk6jOga", "withCSS", "cTRk6jOga_default", "addFonts", "__FramerMetadata__"]
}
