{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/d8oDCMpAlzAftpcVXWfH/1lOcsmUMGzCuG1pSD2bt/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import Team_Card from\"#framer/local/canvasComponent/aC3WsJ8ZS/aC3WsJ8ZS.js\";import FooterFull from\"#framer/local/canvasComponent/AxtLyIKtU/AxtLyIKtU.js\";import CTAs1 from\"#framer/local/canvasComponent/BQH6apeGL/BQH6apeGL.js\";import ElementsButton from\"#framer/local/canvasComponent/FPj_z30cy/FPj_z30cy.js\";import BlogHomepageList from\"#framer/local/canvasComponent/QAzX6nUhE/QAzX6nUhE.js\";import HeroImage from\"#framer/local/canvasComponent/r5E7VN_1l/r5E7VN_1l.js\";import NavNavigation from\"#framer/local/canvasComponent/s0oXmYkyF/s0oXmYkyF.js\";import FeaturesImageRight from\"#framer/local/canvasComponent/TRzzguzzO/TRzzguzzO.js\";import*as sharedStyle1 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle3 from\"#framer/local/css/lYOLFlQp7/lYOLFlQp7.js\";import*as sharedStyle2 from\"#framer/local/css/oFmnpzi_h/oFmnpzi_h.js\";import*as sharedStyle from\"#framer/local/css/Zq2I6ukW1/Zq2I6ukW1.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavNavigationFonts=getFonts(NavNavigation);const ElementsButtonFonts=getFonts(ElementsButton);const HeroImageFonts=getFonts(HeroImage);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const BlogHomepageListFonts=getFonts(BlogHomepageList);const FeaturesImageRightFonts=getFonts(FeaturesImageRight);const ImageWithFX=withFX(Image);const CarouselFonts=getFonts(Carousel);const Team_CardFonts=getFonts(Team_Card);const CTAs1Fonts=getFonts(CTAs1);const FooterFullFonts=getFonts(FooterFull);const breakpoints={sr4ZX8lQF:\"(max-width: 809px)\",UmrkXjAL8:\"(min-width: 1400px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 1399px)\",wSm2JVHGJ:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ReiiC\";const variantClassNames={sr4ZX8lQF:\"framer-v-3ud5uq\",UmrkXjAL8:\"framer-v-z94kag\",WQLkyLRf1:\"framer-v-72rtr7\",wSm2JVHGJ:\"framer-v-ih24pf\"};const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-30};const transition2={delay:0,duration:3,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:1600,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:-1600,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition3={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:20};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Mobile:\"sr4ZX8lQF\",Tablet:\"wSm2JVHGJ\",Xl:\"UmrkXjAL8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const elementId=useRouteElementId(\"dJmOFXp5V\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"XbbGtGRca\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"sr4ZX8lQF\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"wSm2JVHGJ\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"sr4ZX8lQF\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"wSm2JVHGJ\")return false;return true;};const elementId2=useRouteElementId(\"c7vKhdm8a\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"E7mu6pO7g\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"BraT0KmT6\");const ref6=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-966u9a\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wSm2JVHGJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sq77xy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{variant:\"pLLPeY4VL\"},wSm2JVHGJ:{variant:\"CGCBxMkgs\"}},children:/*#__PURE__*/_jsx(NavNavigation,{height:\"100%\",id:\"W1grgJNYC\",layoutId:\"W1grgJNYC\",style:{width:\"100%\"},variant:\"CaxfSGXFX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-jap2lj\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1edsy2t\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yf4t38\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lizoop\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cbtozw\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1veg7wt\",\"data-framer-name\":\"Text & buttons\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-brhxoy\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ge6i6u\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\"},children:\"The Digital\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\"},children:\"The Digital\"})}),className:\"framer-mqy16x\",fonts:[\"GF;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\"},children:\"Banking Network.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay03MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\"},children:\"Banking Network.\"})}),className:\"framer-yyrovg\",fonts:[\"GF;Space Grotesk-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgba(227, 229, 232, 0.52))\"},children:\"Building the world's most customer-centric digital asset banking network using blockchain technology.\"})}),className:\"framer-10mbkc6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3xawvz\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XbbGtGRca\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XbbGtGRca\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XbbGtGRca\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XbbGtGRca\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wbknnz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{link:resolvedLinks[2],variant:\"wEKkOo6cp\"},UmrkXjAL8:{link:resolvedLinks[3]},wSm2JVHGJ:{link:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(13, 14, 18))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"XYFpPSy_N\",labelText:\"Explore Products\",layoutId:\"XYFpPSy_N\",link:resolvedLinks[0],newTab:false,variant:\"DEkKMubcx\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a4yaof\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{height:260,width:\"260px\",y:472},wSm2JVHGJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:360,width:\"360px\",y:200,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1iecpfp-container\",children:/*#__PURE__*/_jsx(HeroImage,{height:\"100%\",id:\"t70mVPhc_\",layoutId:\"t70mVPhc_\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,loading:getLoadingLazyAtYPosition(442),pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,loading:getLoadingLazyAtYPosition(160),pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"},className:\"framer-1srpv90\",\"data-framer-name\":\"Visual\"})})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19bbah\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1285ksj\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18d83s6\",style:{rotate:180}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q1ctqm\",\"data-framer-name\":\"Grid\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ieekru\",\"data-framer-name\":\"Grid\",layout:\"position\",opacity:.5,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2000 160\"><g><defs><radialGradient id=\"idss9415030860_1g-1784517315\" cy=\"0.5\" cx=\"0.5\" r=\"0.371\" gradientTransform=\"translate(0.5, 0.5) scale(1 1.3477088948787062) translate(-0.5, -0.5)\"><stop offset=\"0\" stop-color=\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgba(13, 14, 18, 0)\" stop-opacity=\"0\"></stop></radialGradient></defs><path d=\"M 462.135 0.105 L 1538.359 0.105 L 1999.731 158.602 L 1999.622 159.26 L 0.874 159.26 L 0.762 158.602 Z M 1000.662 158.584 L 1252.318 158.584 L 1208.906 98.156 L 1000.662 98.156 Z M 1000.662 97.479 L 1208.423 97.479 L 1188.324 69.502 L 1000.662 69.502 Z M 1000.662 68.826 L 1187.834 68.826 L 1169.064 42.7 L 1000.662 42.7 Z M 1000.662 42.023 L 1168.581 42.023 L 1154.008 21.741 L 1000.662 21.741 Z M 1000.662 21.064 L 1153.524 21.064 L 1138.951 0.782 L 1000.662 0.782 Z M 1139.789 0.782 L 1154.362 21.064 L 1302.209 21.064 L 1272.832 0.782 Z M 1274.024 0.782 L 1303.402 21.064 L 1449.757 21.064 L 1405.548 0.782 Z M 1407.17 0.782 L 1451.379 21.064 L 1597.284 21.064 L 1538.243 0.782 Z M 1599.253 21.741 L 1452.85 21.741 L 1497.059 42.023 L 1658.294 42.023 Z M 1660.263 42.7 L 1498.531 42.7 L 1555.48 68.826 L 1736.316 68.826 Z M 1738.285 69.502 L 1556.952 69.502 L 1617.934 97.479 L 1819.726 97.479 Z M 1821.695 98.156 L 1619.406 98.156 L 1751.113 158.584 L 1997.591 158.584 Z M 1749.492 158.584 L 1617.784 98.156 L 1415.052 98.156 L 1502.571 158.584 Z M 1501.379 158.584 L 1413.86 98.156 L 1209.745 98.156 L 1253.157 158.584 Z M 1209.261 97.479 L 1412.879 97.479 L 1372.362 69.502 L 1189.156 69.502 Z M 1188.672 68.826 L 1371.381 68.826 L 1333.542 42.7 L 1169.902 42.7 Z M 1169.419 42.023 L 1332.561 42.023 L 1303.191 21.741 L 1154.846 21.741 Z M 1304.383 21.741 L 1333.76 42.023 L 1495.438 42.023 L 1451.229 21.741 Z M 1496.909 42.7 L 1334.734 42.7 L 1372.573 68.826 L 1553.858 68.826 Z M 1555.33 69.502 L 1373.555 69.502 L 1414.078 97.479 L 1616.313 97.479 Z M 999.831 0.782 L 861.542 0.782 L 846.97 21.064 L 999.831 21.064 Z M 999.831 21.741 L 846.486 21.741 L 831.913 42.023 L 999.831 42.023 Z M 999.831 42.7 L 831.429 42.7 L 812.66 68.826 L 999.831 68.826 Z M 999.831 69.502 L 812.169 69.502 L 792.071 97.479 L 999.831 97.479 Z M 999.831 98.156 L 791.587 98.156 L 748.175 158.584 L 999.831 158.584 Z M 747.337 158.584 L 790.749 98.156 L 586.631 98.156 L 499.113 158.584 Z M 497.92 158.584 L 585.438 98.156 L 382.709 98.156 L 250.999 158.584 Z M 249.375 158.584 L 381.084 98.156 L 178.8 98.156 L 2.899 158.584 Z M 180.769 97.479 L 382.559 97.479 L 443.538 69.502 L 262.208 69.502 Z M 264.178 68.826 L 445.013 68.826 L 501.958 42.7 L 340.229 42.7 Z M 342.197 42.023 L 503.432 42.023 L 547.64 21.741 L 401.239 21.741 Z M 403.208 21.064 L 549.115 21.064 L 593.323 0.782 L 462.249 0.782 Z M 594.947 0.782 L 550.738 21.064 L 697.092 21.064 L 726.463 0.782 Z M 727.662 0.782 L 698.284 21.064 L 846.132 21.064 L 860.705 0.782 Z M 845.648 21.741 L 697.303 21.741 L 667.928 42.023 L 831.075 42.023 Z M 830.592 42.7 L 666.949 42.7 L 629.11 68.826 L 811.822 68.826 Z M 811.331 69.502 L 628.13 69.502 L 587.61 97.479 L 791.233 97.479 Z M 586.418 97.479 L 626.937 69.502 L 445.162 69.502 L 384.183 97.479 Z M 446.637 68.826 L 627.917 68.826 L 665.755 42.7 L 503.582 42.7 Z M 505.056 42.023 L 666.735 42.023 L 696.111 21.741 L 549.264 21.741 Z\" fill=\"url(#idss9415030860_1g-1784517315)\"></path></g></svg>',svgContentId:9415030860,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q28qf8\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rgcwaq-container\",id:elementId,ref:ref2,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{variant:\"dyeZaPtlM\"},wSm2JVHGJ:{variant:\"n5vrwESmq\"}},children:/*#__PURE__*/_jsx(BlogHomepageList,{height:\"100%\",id:\"dJmOFXp5V\",layoutId:\"dJmOFXp5V\",style:{width:\"100%\"},variant:\"lxTYm1Nhg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{y:1665},wSm2JVHGJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"100vw\",y:1633,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yaipvx-container\",id:elementId1,ref:ref3,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{variant:\"qb7k3vf9g\"},wSm2JVHGJ:{variant:\"ui20iUFLm\"}},children:/*#__PURE__*/_jsx(FeaturesImageRight,{height:\"100%\",id:\"XbbGtGRca\",layoutId:\"XbbGtGRca\",style:{width:\"100%\"},variant:\"ftGvL_IhL\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1cgjcyb hidden-72rtr7 hidden-ih24pf hidden-z94kag\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hihy00\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jwh7o1\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gkj4go\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kdx1pw\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vdbmg9\",\"data-framer-name\":\"Text & buttons\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u3tmf0\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Metal Dollar, is a Reserve Backed Stablecoin Index Treasury. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"The treasury contains USDC, PYUSD, USDP, within a smart contract-managed basket optimized for risk distribution. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Mint or Redeem any basket stablecoin 1:1 for Metal Dollar (XMD).\"})]}),className:\"framer-14bd6cv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17e1qas\",\"data-framer-name\":\"Type_Metal_Dollar_white\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:357,svg:'<svg width=\"357\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.175 56.533c13.55 0 24.533-10.984 24.533-24.533 0-13.55-10.984-24.533-24.533-24.533C18.625 7.467 7.64 18.45 7.64 32s10.984 24.533 24.534 24.533Zm0 7.467c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32Z\" fill=\"url(#a)\"/><path d=\"M31.95 50.65c-7.45 0-12.226-2.975-13.675-6.925-.25-.65-.4-1.35-.4-2.025 0-2 1.375-3.325 3.325-3.325 1.55 0 2.575.6 3.474 2.2 1.175 2.75 4 4 7.45 4 4.05 0 6.8-1.95 6.8-4.6 0-2.375-1.7-3.725-6.224-4.65l-3.826-.75c-7.2-1.425-10.724-4.875-10.724-10.25 0-6.6 5.75-10.975 13.774-10.975 6.6 0 11.575 2.775 13.175 7.475.176.5.276 1.025.276 1.675 0 1.8-1.3 3.025-3.225 3.025-1.7 0-2.75-.675-3.6-2.225-1.2-2.725-3.525-3.85-6.625-3.85-3.726 0-6.2 1.75-6.2 4.4 0 2.225 1.724 3.6 6 4.45l3.8.775c7.65 1.525 10.95 4.6 10.95 10.075 0 7.05-5.526 11.5-14.526 11.5Z\" fill=\"#fff\"/><path d=\"M28.474 11.033a1.233 1.233 0 0 1 2.467 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm4.934 0a1.233 1.233 0 0 1 2.466 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm306.88 39.633V22.303h6.482v4.727h.295c.517-1.637 1.404-2.899 2.659-3.785 1.268-.899 2.715-1.348 4.34-1.348.369 0 .782.018 1.237.055a8.28 8.28 0 0 1 1.163.13v6.148c-.283-.098-.732-.184-1.348-.258a12.397 12.397 0 0 0-1.754-.13c-1.219 0-2.314.265-3.287.795a5.811 5.811 0 0 0-2.271 2.16c-.554.924-.831 1.988-.831 3.195v16.675h-6.685Zm-18.577.573c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-13.652-33.479v37.819h-6.685v-37.82h6.685Zm-10.439 0v37.819h-6.684v-37.82h6.684ZM276.527 51.22c-2.77 0-5.17-.609-7.201-1.828-2.032-1.218-3.607-2.923-4.728-5.115-1.108-2.191-1.662-4.752-1.662-7.681 0-2.93.554-5.497 1.662-7.7 1.121-2.204 2.696-3.916 4.728-5.134 2.031-1.22 4.431-1.828 7.201-1.828 2.77 0 5.171.609 7.202 1.828 2.031 1.218 3.601 2.93 4.709 5.133 1.12 2.204 1.68 4.77 1.68 7.7 0 2.93-.56 5.491-1.68 7.682-1.108 2.192-2.678 3.897-4.709 5.115-2.031 1.22-4.432 1.828-7.202 1.828Zm.037-5.355c1.502 0 2.758-.412 3.767-1.237 1.01-.837 1.761-1.957 2.253-3.36.505-1.404.757-2.968.757-4.691 0-1.736-.252-3.305-.757-4.709-.492-1.415-1.243-2.542-2.253-3.379-1.009-.837-2.265-1.256-3.767-1.256-1.539 0-2.819.419-3.841 1.256-1.009.837-1.766 1.963-2.271 3.38-.492 1.403-.739 2.972-.739 4.708 0 1.724.247 3.287.739 4.69.505 1.404 1.262 2.524 2.271 3.361 1.022.825 2.302 1.237 3.841 1.237Zm-33.858 4.801h-12.815V12.849h13.074c3.754 0 6.98.757 9.676 2.272 2.708 1.502 4.789 3.662 6.241 6.481 1.453 2.82 2.179 6.192 2.179 10.12 0 3.939-.732 7.324-2.197 10.156-1.453 2.831-3.552 5.004-6.297 6.518-2.733 1.514-6.02 2.271-9.861 2.271Zm-5.964-5.927h5.632c2.634 0 4.832-.48 6.592-1.44 1.76-.973 3.084-2.42 3.97-4.34.887-1.933 1.33-4.346 1.33-7.239s-.443-5.293-1.33-7.201c-.886-1.92-2.197-3.355-3.933-4.303-1.723-.96-3.866-1.44-6.426-1.44h-5.835v25.963Zm-20.679-31.891v37.819h-6.685v-37.82h6.685Zm-25.262 38.391c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-12.369-24.024v5.17h-16.305v-5.17h16.305Zm-12.279-6.796h6.684v26.628c0 .899.136 1.588.406 2.069.284.467.653.787 1.108.96.456.172.961.258 1.515.258.418 0 .8-.03 1.144-.092.357-.062.628-.117.813-.166l1.126 5.226c-.357.123-.867.258-1.532.406-.653.148-1.453.234-2.401.258-1.674.05-3.182-.203-4.524-.757-1.342-.566-2.407-1.44-3.195-2.622-.775-1.182-1.157-2.659-1.144-4.432V15.507ZM150.858 51.22c-2.844 0-5.3-.59-7.368-1.772-2.056-1.194-3.638-2.88-4.746-5.06-1.108-2.191-1.662-4.77-1.662-7.737 0-2.918.554-5.478 1.662-7.682 1.12-2.216 2.684-3.94 4.69-5.17 2.007-1.244 4.364-1.865 7.073-1.865 1.748 0 3.397.283 4.949.849a11.186 11.186 0 0 1 4.136 2.585c1.206 1.17 2.154 2.66 2.844 4.469.689 1.797 1.034 3.94 1.034 6.426v2.05h-23.249v-4.506h16.841c-.012-1.28-.289-2.419-.831-3.416a6.04 6.04 0 0 0-2.271-2.382c-.96-.579-2.081-.868-3.361-.868-1.366 0-2.567.332-3.601.997a6.875 6.875 0 0 0-2.419 2.585c-.566 1.06-.855 2.222-.868 3.49v3.934c0 1.65.302 3.065.905 4.247.603 1.17 1.447 2.068 2.53 2.696 1.083.615 2.351.923 3.804.923.972 0 1.853-.135 2.641-.406a5.86 5.86 0 0 0 2.049-1.237 5.142 5.142 0 0 0 1.311-2.013l6.242.702a9.73 9.73 0 0 1-2.253 4.32c-1.096 1.22-2.499 2.167-4.21 2.844-1.711.665-3.669.998-5.872.998ZM94.591 12.848h8.384l11.227 27.404h.443l11.228-27.404h8.383v37.818h-6.574V24.685h-.351l-10.451 25.87h-4.912L101.516 24.63h-.351v26.036h-6.574V12.848Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\".175\" y1=\"32.001\" x2=\"64.175\" y2=\"32.001\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#7013C5\"/><stop offset=\".35\" stop-color=\"#7330D7\"/><stop offset=\".5\" stop-color=\"#7543E3\"/><stop offset=\".65\" stop-color=\"#F94E6C\"/><stop offset=\".75\" stop-color=\"#FC9237\"/><stop offset=\".85\" stop-color=\"#FFD305\"/><stop offset=\"1\" stop-color=\"#20BF55\"/></linearGradient></defs></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rh5htq\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined},{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-raytw8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{link:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(13, 14, 18))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"X9hMNBQSY\",labelText:\"Learn More\",layoutId:\"X9hMNBQSY\",link:resolvedLinks1[0],newTab:true,variant:\"wEKkOo6cp\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ncw912\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ana6pw\",\"data-framer-name\":\"HeroImage\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition(3222),pixelHeight:1191,pixelWidth:1190,sizes:\"290px\",src:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png\",srcSet:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png?scale-down-to=1024 1023w,https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png 1190w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1191,pixelWidth:1190,sizes:\"290px\",src:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png\",srcSet:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png?scale-down-to=1024 1023w,https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png 1190w\"},className:\"framer-buudaa\",\"data-framer-name\":\"metallic_xmd_left_2_1_1_\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,loading:getLoadingLazyAtYPosition(3137),pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"},className:\"framer-1is832d\",\"data-framer-name\":\"Visual\"})})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-16lgpp3\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3gxu2h\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jrdmnx\",style:{rotate:180}})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-d30pa0\"})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-xwu59v hidden-72rtr7 hidden-3ud5uq hidden-z94kag\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x1sn8g\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5q6ih2\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cs1c7k\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mb0l8r\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-khc4h2\",\"data-framer-name\":\"Text & buttons\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ckncqy\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Metal Dollar, is a Reserve Backed Stablecoin Index Treasury. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"The treasury contains USDC, PYUSD, USDP, within a smart contract-managed basket optimized for risk distribution. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Mint or Redeem any basket stablecoin 1:1 for Metal Dollar (XMD).\"})]}),className:\"framer-1wnr1jw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r5z9gi\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined},{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j942df-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wSm2JVHGJ:{link:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(13, 14, 18))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"pvRP7Uq6L\",labelText:\"Learn More\",layoutId:\"pvRP7Uq6L\",link:resolvedLinks2[0],newTab:true,variant:\"DEkKMubcx\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-swt3j6\",\"data-framer-name\":\"Type_Metal_Dollar_white\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:357,svg:'<svg width=\"357\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.175 56.533c13.55 0 24.533-10.984 24.533-24.533 0-13.55-10.984-24.533-24.533-24.533C18.625 7.467 7.64 18.45 7.64 32s10.984 24.533 24.534 24.533Zm0 7.467c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32Z\" fill=\"url(#a)\"/><path d=\"M31.95 50.65c-7.45 0-12.226-2.975-13.675-6.925-.25-.65-.4-1.35-.4-2.025 0-2 1.375-3.325 3.325-3.325 1.55 0 2.575.6 3.474 2.2 1.175 2.75 4 4 7.45 4 4.05 0 6.8-1.95 6.8-4.6 0-2.375-1.7-3.725-6.224-4.65l-3.826-.75c-7.2-1.425-10.724-4.875-10.724-10.25 0-6.6 5.75-10.975 13.774-10.975 6.6 0 11.575 2.775 13.175 7.475.176.5.276 1.025.276 1.675 0 1.8-1.3 3.025-3.225 3.025-1.7 0-2.75-.675-3.6-2.225-1.2-2.725-3.525-3.85-6.625-3.85-3.726 0-6.2 1.75-6.2 4.4 0 2.225 1.724 3.6 6 4.45l3.8.775c7.65 1.525 10.95 4.6 10.95 10.075 0 7.05-5.526 11.5-14.526 11.5Z\" fill=\"#fff\"/><path d=\"M28.474 11.033a1.233 1.233 0 0 1 2.467 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm4.934 0a1.233 1.233 0 0 1 2.466 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm306.88 39.633V22.303h6.482v4.727h.295c.517-1.637 1.404-2.899 2.659-3.785 1.268-.899 2.715-1.348 4.34-1.348.369 0 .782.018 1.237.055a8.28 8.28 0 0 1 1.163.13v6.148c-.283-.098-.732-.184-1.348-.258a12.397 12.397 0 0 0-1.754-.13c-1.219 0-2.314.265-3.287.795a5.811 5.811 0 0 0-2.271 2.16c-.554.924-.831 1.988-.831 3.195v16.675h-6.685Zm-18.577.573c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-13.652-33.479v37.819h-6.685v-37.82h6.685Zm-10.439 0v37.819h-6.684v-37.82h6.684ZM276.527 51.22c-2.77 0-5.17-.609-7.201-1.828-2.032-1.218-3.607-2.923-4.728-5.115-1.108-2.191-1.662-4.752-1.662-7.681 0-2.93.554-5.497 1.662-7.7 1.121-2.204 2.696-3.916 4.728-5.134 2.031-1.22 4.431-1.828 7.201-1.828 2.77 0 5.171.609 7.202 1.828 2.031 1.218 3.601 2.93 4.709 5.133 1.12 2.204 1.68 4.77 1.68 7.7 0 2.93-.56 5.491-1.68 7.682-1.108 2.192-2.678 3.897-4.709 5.115-2.031 1.22-4.432 1.828-7.202 1.828Zm.037-5.355c1.502 0 2.758-.412 3.767-1.237 1.01-.837 1.761-1.957 2.253-3.36.505-1.404.757-2.968.757-4.691 0-1.736-.252-3.305-.757-4.709-.492-1.415-1.243-2.542-2.253-3.379-1.009-.837-2.265-1.256-3.767-1.256-1.539 0-2.819.419-3.841 1.256-1.009.837-1.766 1.963-2.271 3.38-.492 1.403-.739 2.972-.739 4.708 0 1.724.247 3.287.739 4.69.505 1.404 1.262 2.524 2.271 3.361 1.022.825 2.302 1.237 3.841 1.237Zm-33.858 4.801h-12.815V12.849h13.074c3.754 0 6.98.757 9.676 2.272 2.708 1.502 4.789 3.662 6.241 6.481 1.453 2.82 2.179 6.192 2.179 10.12 0 3.939-.732 7.324-2.197 10.156-1.453 2.831-3.552 5.004-6.297 6.518-2.733 1.514-6.02 2.271-9.861 2.271Zm-5.964-5.927h5.632c2.634 0 4.832-.48 6.592-1.44 1.76-.973 3.084-2.42 3.97-4.34.887-1.933 1.33-4.346 1.33-7.239s-.443-5.293-1.33-7.201c-.886-1.92-2.197-3.355-3.933-4.303-1.723-.96-3.866-1.44-6.426-1.44h-5.835v25.963Zm-20.679-31.891v37.819h-6.685v-37.82h6.685Zm-25.262 38.391c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-12.369-24.024v5.17h-16.305v-5.17h16.305Zm-12.279-6.796h6.684v26.628c0 .899.136 1.588.406 2.069.284.467.653.787 1.108.96.456.172.961.258 1.515.258.418 0 .8-.03 1.144-.092.357-.062.628-.117.813-.166l1.126 5.226c-.357.123-.867.258-1.532.406-.653.148-1.453.234-2.401.258-1.674.05-3.182-.203-4.524-.757-1.342-.566-2.407-1.44-3.195-2.622-.775-1.182-1.157-2.659-1.144-4.432V15.507ZM150.858 51.22c-2.844 0-5.3-.59-7.368-1.772-2.056-1.194-3.638-2.88-4.746-5.06-1.108-2.191-1.662-4.77-1.662-7.737 0-2.918.554-5.478 1.662-7.682 1.12-2.216 2.684-3.94 4.69-5.17 2.007-1.244 4.364-1.865 7.073-1.865 1.748 0 3.397.283 4.949.849a11.186 11.186 0 0 1 4.136 2.585c1.206 1.17 2.154 2.66 2.844 4.469.689 1.797 1.034 3.94 1.034 6.426v2.05h-23.249v-4.506h16.841c-.012-1.28-.289-2.419-.831-3.416a6.04 6.04 0 0 0-2.271-2.382c-.96-.579-2.081-.868-3.361-.868-1.366 0-2.567.332-3.601.997a6.875 6.875 0 0 0-2.419 2.585c-.566 1.06-.855 2.222-.868 3.49v3.934c0 1.65.302 3.065.905 4.247.603 1.17 1.447 2.068 2.53 2.696 1.083.615 2.351.923 3.804.923.972 0 1.853-.135 2.641-.406a5.86 5.86 0 0 0 2.049-1.237 5.142 5.142 0 0 0 1.311-2.013l6.242.702a9.73 9.73 0 0 1-2.253 4.32c-1.096 1.22-2.499 2.167-4.21 2.844-1.711.665-3.669.998-5.872.998ZM94.591 12.848h8.384l11.227 27.404h.443l11.228-27.404h8.383v37.818h-6.574V24.685h-.351l-10.451 25.87h-4.912L101.516 24.63h-.351v26.036h-6.574V12.848Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\".175\" y1=\"32.001\" x2=\"64.175\" y2=\"32.001\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#7013C5\"/><stop offset=\".35\" stop-color=\"#7330D7\"/><stop offset=\".5\" stop-color=\"#7543E3\"/><stop offset=\".65\" stop-color=\"#F94E6C\"/><stop offset=\".75\" stop-color=\"#FC9237\"/><stop offset=\".85\" stop-color=\"#FFD305\"/><stop offset=\"1\" stop-color=\"#20BF55\"/></linearGradient></defs></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pesuwh\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x6cl8k\",\"data-framer-name\":\"HeroImage\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1191,pixelWidth:1190,sizes:\"280px\",src:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png\",srcSet:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png?scale-down-to=1024 1023w,https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png 1190w\"},className:\"framer-tptqsa\",\"data-framer-name\":\"metallic_xmd_left_2_1_1_\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"},className:\"framer-ln5bfu\",\"data-framer-name\":\"Visual\"})]})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19gql3r hidden-3ud5uq\",\"data-framer-name\":\"Hero\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-172v4xt hidden-ih24pf\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-14zn8cz\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gbnm06\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-p2j970\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1feaiw1\",\"data-framer-name\":\"Text & buttons\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nufhtj\",\"data-framer-name\":\"Type_Metal_Dollar_white\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:357,svg:'<svg width=\"357\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.175 56.533c13.55 0 24.533-10.984 24.533-24.533 0-13.55-10.984-24.533-24.533-24.533C18.625 7.467 7.64 18.45 7.64 32s10.984 24.533 24.534 24.533Zm0 7.467c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32Z\" fill=\"url(#a)\"/><path d=\"M31.95 50.65c-7.45 0-12.226-2.975-13.675-6.925-.25-.65-.4-1.35-.4-2.025 0-2 1.375-3.325 3.325-3.325 1.55 0 2.575.6 3.474 2.2 1.175 2.75 4 4 7.45 4 4.05 0 6.8-1.95 6.8-4.6 0-2.375-1.7-3.725-6.224-4.65l-3.826-.75c-7.2-1.425-10.724-4.875-10.724-10.25 0-6.6 5.75-10.975 13.774-10.975 6.6 0 11.575 2.775 13.175 7.475.176.5.276 1.025.276 1.675 0 1.8-1.3 3.025-3.225 3.025-1.7 0-2.75-.675-3.6-2.225-1.2-2.725-3.525-3.85-6.625-3.85-3.726 0-6.2 1.75-6.2 4.4 0 2.225 1.724 3.6 6 4.45l3.8.775c7.65 1.525 10.95 4.6 10.95 10.075 0 7.05-5.526 11.5-14.526 11.5Z\" fill=\"#fff\"/><path d=\"M28.474 11.033a1.233 1.233 0 0 1 2.467 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm4.934 0a1.233 1.233 0 0 1 2.466 0v41.934a1.233 1.233 0 0 1-2.466 0V11.033Zm306.88 39.633V22.303h6.482v4.727h.295c.517-1.637 1.404-2.899 2.659-3.785 1.268-.899 2.715-1.348 4.34-1.348.369 0 .782.018 1.237.055a8.28 8.28 0 0 1 1.163.13v6.148c-.283-.098-.732-.184-1.348-.258a12.397 12.397 0 0 0-1.754-.13c-1.219 0-2.314.265-3.287.795a5.811 5.811 0 0 0-2.271 2.16c-.554.924-.831 1.988-.831 3.195v16.675h-6.685Zm-18.577.573c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-13.652-33.479v37.819h-6.685v-37.82h6.685Zm-10.439 0v37.819h-6.684v-37.82h6.684ZM276.527 51.22c-2.77 0-5.17-.609-7.201-1.828-2.032-1.218-3.607-2.923-4.728-5.115-1.108-2.191-1.662-4.752-1.662-7.681 0-2.93.554-5.497 1.662-7.7 1.121-2.204 2.696-3.916 4.728-5.134 2.031-1.22 4.431-1.828 7.201-1.828 2.77 0 5.171.609 7.202 1.828 2.031 1.218 3.601 2.93 4.709 5.133 1.12 2.204 1.68 4.77 1.68 7.7 0 2.93-.56 5.491-1.68 7.682-1.108 2.192-2.678 3.897-4.709 5.115-2.031 1.22-4.432 1.828-7.202 1.828Zm.037-5.355c1.502 0 2.758-.412 3.767-1.237 1.01-.837 1.761-1.957 2.253-3.36.505-1.404.757-2.968.757-4.691 0-1.736-.252-3.305-.757-4.709-.492-1.415-1.243-2.542-2.253-3.379-1.009-.837-2.265-1.256-3.767-1.256-1.539 0-2.819.419-3.841 1.256-1.009.837-1.766 1.963-2.271 3.38-.492 1.403-.739 2.972-.739 4.708 0 1.724.247 3.287.739 4.69.505 1.404 1.262 2.524 2.271 3.361 1.022.825 2.302 1.237 3.841 1.237Zm-33.858 4.801h-12.815V12.849h13.074c3.754 0 6.98.757 9.676 2.272 2.708 1.502 4.789 3.662 6.241 6.481 1.453 2.82 2.179 6.192 2.179 10.12 0 3.939-.732 7.324-2.197 10.156-1.453 2.831-3.552 5.004-6.297 6.518-2.733 1.514-6.02 2.271-9.861 2.271Zm-5.964-5.927h5.632c2.634 0 4.832-.48 6.592-1.44 1.76-.973 3.084-2.42 3.97-4.34.887-1.933 1.33-4.346 1.33-7.239s-.443-5.293-1.33-7.201c-.886-1.92-2.197-3.355-3.933-4.303-1.723-.96-3.866-1.44-6.426-1.44h-5.835v25.963Zm-20.679-31.891v37.819h-6.685v-37.82h6.685Zm-25.262 38.391c-1.797 0-3.416-.32-4.857-.96-1.428-.653-2.56-1.613-3.397-2.88-.825-1.269-1.238-2.832-1.238-4.691 0-1.6.296-2.924.887-3.97a6.858 6.858 0 0 1 2.419-2.512c1.022-.628 2.173-1.102 3.453-1.422a28.094 28.094 0 0 1 4.007-.72c1.662-.172 3.01-.326 4.044-.462 1.034-.147 1.785-.369 2.253-.664.48-.308.72-.782.72-1.422v-.111c0-1.391-.412-2.468-1.237-3.232-.825-.763-2.013-1.144-3.564-1.144-1.637 0-2.936.357-3.896 1.07-.948.715-1.588 1.558-1.921 2.53l-6.241-.886c.492-1.723 1.305-3.164 2.437-4.32 1.133-1.17 2.518-2.045 4.155-2.623 1.637-.591 3.447-.886 5.429-.886 1.366 0 2.727.16 4.081.48 1.354.32 2.591.85 3.712 1.588 1.12.726 2.019 1.717 2.696 2.973.689 1.255 1.034 2.825 1.034 4.709v18.982h-6.426V46.77h-.222c-.406.788-.979 1.527-1.717 2.216-.727.677-1.644 1.225-2.752 1.644-1.095.406-2.382.609-3.859.609Zm1.736-4.912c1.342 0 2.505-.265 3.49-.794.985-.542 1.742-1.256 2.271-2.142a5.454 5.454 0 0 0 .813-2.9V37.15c-.21.172-.567.332-1.071.48-.493.147-1.047.277-1.662.387-.616.111-1.225.21-1.829.296-.603.086-1.126.16-1.569.221-.997.136-1.89.357-2.678.665-.788.308-1.409.739-1.865 1.293-.455.541-.683 1.243-.683 2.105 0 1.231.449 2.16 1.348 2.788.899.628 2.044.942 3.435.942Zm-12.369-24.024v5.17h-16.305v-5.17h16.305Zm-12.279-6.796h6.684v26.628c0 .899.136 1.588.406 2.069.284.467.653.787 1.108.96.456.172.961.258 1.515.258.418 0 .8-.03 1.144-.092.357-.062.628-.117.813-.166l1.126 5.226c-.357.123-.867.258-1.532.406-.653.148-1.453.234-2.401.258-1.674.05-3.182-.203-4.524-.757-1.342-.566-2.407-1.44-3.195-2.622-.775-1.182-1.157-2.659-1.144-4.432V15.507ZM150.858 51.22c-2.844 0-5.3-.59-7.368-1.772-2.056-1.194-3.638-2.88-4.746-5.06-1.108-2.191-1.662-4.77-1.662-7.737 0-2.918.554-5.478 1.662-7.682 1.12-2.216 2.684-3.94 4.69-5.17 2.007-1.244 4.364-1.865 7.073-1.865 1.748 0 3.397.283 4.949.849a11.186 11.186 0 0 1 4.136 2.585c1.206 1.17 2.154 2.66 2.844 4.469.689 1.797 1.034 3.94 1.034 6.426v2.05h-23.249v-4.506h16.841c-.012-1.28-.289-2.419-.831-3.416a6.04 6.04 0 0 0-2.271-2.382c-.96-.579-2.081-.868-3.361-.868-1.366 0-2.567.332-3.601.997a6.875 6.875 0 0 0-2.419 2.585c-.566 1.06-.855 2.222-.868 3.49v3.934c0 1.65.302 3.065.905 4.247.603 1.17 1.447 2.068 2.53 2.696 1.083.615 2.351.923 3.804.923.972 0 1.853-.135 2.641-.406a5.86 5.86 0 0 0 2.049-1.237 5.142 5.142 0 0 0 1.311-2.013l6.242.702a9.73 9.73 0 0 1-2.253 4.32c-1.096 1.22-2.499 2.167-4.21 2.844-1.711.665-3.669.998-5.872.998ZM94.591 12.848h8.384l11.227 27.404h.443l11.228-27.404h8.383v37.818h-6.574V24.685h-.351l-10.451 25.87h-4.912L101.516 24.63h-.351v26.036h-6.574V12.848Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\".175\" y1=\"32.001\" x2=\"64.175\" y2=\"32.001\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#7013C5\"/><stop offset=\".35\" stop-color=\"#7330D7\"/><stop offset=\".5\" stop-color=\"#7543E3\"/><stop offset=\".65\" stop-color=\"#F94E6C\"/><stop offset=\".75\" stop-color=\"#FC9237\"/><stop offset=\".85\" stop-color=\"#FFD305\"/><stop offset=\"1\" stop-color=\"#20BF55\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ppy9ot\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Metal Dollar, is a Reserve Backed Stablecoin Index Treasury. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"The treasury contains USDC, PYUSD, USDP, within a smart contract-managed basket optimized for risk distribution. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"rgb(224, 224, 224)\"},children:\"Mint or Redeem any basket stablecoin 1:1 for Metal Dollar (XMD).\"})]}),className:\"framer-1t2ncqx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17jj6r1\",\"data-framer-name\":\"Buttons\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined},{href:{webPageId:\"AUThqtB7R\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y71gx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmrkXjAL8:{link:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(13, 14, 18))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"qjvOusEI9\",labelText:\"Learn More\",layoutId:\"qjvOusEI9\",link:resolvedLinks3[0],newTab:true,variant:\"DEkKMubcx\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7w6hta\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14mfyoi\",\"data-framer-name\":\"HeroImage\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition(2593),pixelHeight:1191,pixelWidth:1190,sizes:\"360px\",src:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png\",srcSet:\"https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png?scale-down-to=1024 1023w,https://framerusercontent.com/images/UqTRxiyb94jVvoLyZB8kobdDCK4.png 1190w\"},className:\"framer-bkyg6n\",\"data-framer-name\":\"metallic_xmd_left_2_1_1_\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:1140,loading:getLoadingLazyAtYPosition(2543),pixelHeight:1140,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Un5udHplPuai5WzAEZtw3VOPo.png?scale-down-to=512\"},className:\"framer-1p3q1jv\",\"data-framer-name\":\"Visual\"})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-hqf98h\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ofn8mv\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hl9dyf\",style:{rotate:180}})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-u02ttx\",\"data-framer-name\":\"Partners\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-147pyur\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-91x4d8\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g8g6t2\",\"data-framer-name\":\"Layout\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rr0bll\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gj4w1g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Vendors & Integrations\"})}),className:\"framer-1jtwc7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgba(227, 229, 232, 0.52))\"},children:\"Explore our strategic integrations with top financial service and tech companies, collaboratively pioneering blockchain solutions tailored for the finance sector.\"})}),className:\"framer-1nw8von\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-icnn23\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1leowcw\",whileHover:animation5,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":o1mfEZC_E\",webPageId:\"XutvA_6_x\"},nodeId:\"EGevR9LZ9\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-18758yb framer-lux5qc\",\"data-framer-name\":\"Fiserv_logo\",fill:\"black\",intrinsicHeight:120,intrinsicWidth:239,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"239.175\" height=\"120.123\"><defs><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"c\"><path d=\"M0 0h612v792H0V0z\"/></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"b\"><path d=\"M0 0h612v792H0V0z\"/></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"a\"><path d=\"M0 0h612v792H0V0z\"/></clipPath></defs><g clip-path=\"url(#a)\" style=\"fill:#f60;fill-opacity:1\" transform=\"matrix(5.62504 0 0 -5.62503 -334.843 1311.257)\"><g style=\"fill:#f60;fill-opacity:1\"><path d=\"M0 0a.266.266 0 0 0-.27-.27.265.265 0 0 0-.271.27c0 .154.117.27.271.27C-.118.27 0 .154 0 0m.052 0A.316.316 0 0 1-.27.322.315.315 0 0 1-.593 0c0-.183.139-.322.323-.322.181 0 .322.139.322.322m-.176.076c0 .073-.052.106-.115.106h-.154V-.17h.06v.136h.067l.069-.136h.071l-.071.142c.044.014.073.048.073.104m-.06-.002c0-.034-.024-.05-.057-.05h-.092v.101h.092c.033 0 .057-.018.057-.051\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(100.471 226.975)\"/></g></g><path d=\"M566.886 683.667H551.62v15.271h15.266v-15.271z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(-327.71 -579.872)\"/><g style=\"fill:#f60;fill-opacity:1\"><path d=\"m0 0 1.617-12.134L3.231 0H5.75L3.394-14.803H-.188L-2.519 0H0z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"matrix(5.62504 0 0 -5.62503 192.93 35.798)\"/></g><g clip-path=\"url(#b)\" style=\"fill:#f60;fill-opacity:1\" transform=\"matrix(5.62504 0 0 -5.62503 -334.843 1311.257)\"><g style=\"fill:#f60;fill-opacity:1\"><path d=\"M0 0h-1.397v-1.967H0v-12.836h2.455v12.836H4.18V0H2.455v3.009c0 .439.091.775.303 1.005.213.228.538.336.979.336h.442v2.014h-.888c-1.091 0-2.142-.231-2.642-.706S0 4.446 0 3.396V0z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(60.924 226.747)\"/></g></g><path d=\"M363.394 698.933h13.844v-83.267h-13.844v83.267z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(-327.71 -579.872)\"/><g clip-path=\"url(#c)\" style=\"fill:#f60;fill-opacity:1\" transform=\"matrix(5.62504 0 0 -5.62503 -334.843 1311.257)\"><g style=\"fill:#f60;fill-opacity:1\"><path d=\"M0 0h5.13v4.562C5.124 7.291 3.812 8.41 1.326 8.41c-2.585 0-3.797-1.116-3.797-3.866v-7.497c.008-2.501 1.522-3.795 3.796-3.795 2.273 0 3.799 1.065 3.805 3.795v1.186H2.753l.003-1.405c0-1.002-.375-1.695-1.381-1.695C.367-4.867 0-4.168 0-3.171V0zm0 5.053c0 .835.217 1.7 1.368 1.7 1.15 0 1.383-.852 1.383-1.699V1.995H0v3.058z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(79.695 218.508)\"/></g><g style=\"fill:#f60;fill-opacity:1\"><path d=\"M0 0c-1.867 1.621-2.012 1.856-2.012 3.064 0 1.029.089 1.655 1.014 1.655.924 0 1.044-.618 1.044-1.667V1.685h2.372v2.23C2.41 5.666 1.063 6.556-1.053 6.556c-2.081 0-3.438-.693-3.45-3.492-.002-.476.001-.476 0-.292.004-.88.008-2.275 2.183-4.141l.624-.534C-.093-3.255.082-3.418.075-5.026.074-6.017.013-6.768-1.027-6.768s-1.105.757-1.105 1.224v1.894h-2.49v-1.954c0-2.405 1.565-3 3.592-3 2.029 0 3.596.601 3.596 3.695v.257C2.561-2.49 2.17-1.91 0 0\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(73.865 220.36)\"/></g><g style=\"fill:#f60;fill-opacity:1\"><path d=\"M0 0v1.524h-2.243v-14.802h2.42v10.316C.176-2.165.436-1.64.888-1.33c.428.295.955.395 1.626.405v2.619C1.23 1.667.676 1.414.025.054L0 0z\" style=\"fill:#f60;fill-opacity:1;fill-rule:nonzero;stroke:none\" transform=\"translate(88.119 225.224)\"/></g></g></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":JinxAN6OM\",webPageId:\"XutvA_6_x\"},nodeId:\"fEe9DAqfq\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(4081.2),positionX:\"center\",positionY:\"center\",sizes:\"88px\",src:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png\",srcSet:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png 1008w\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"109px\",src:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png\",srcSet:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png 1008w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3445.2),positionX:\"center\",positionY:\"center\",sizes:\"124.2672px\",src:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png\",srcSet:\"https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3YEnUsd9FaSddhPJmm2dUthM.png 1008w\"},className:\"framer-1762hrg framer-lux5qc\",\"data-framer-name\":\"JH VIP 1\",whileHover:animation5})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":PJ51je3OO\",webPageId:\"XutvA_6_x\"},nodeId:\"ANa1p5IDg\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ozvd34 framer-lux5qc\",whileHover:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 24\"><g transform=\"translate(-0.001 0.042)\" id=\"ss10302080944_1\"><path d=\"M 0.001 23.912 L 0.001 0 L 151.001 0 L 151.001 23.912 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\" id=\"ss10302080944_3\"><path d=\"M 7.967 4.734 L 13.745 4.734 L 13.745 8.143 L 7.967 8.143 L 7.967 17.207 C 7.967 18.967 9.078 19.979 10.93 19.979 C 11.819 19.979 12.745 19.754 13.412 19.38 L 13.412 23.051 C 12.301 23.575 10.782 23.912 9.375 23.912 C 5.411 23.912 3.078 21.665 3.078 17.844 L 3.078 8.143 L 0 8.143 L 0 4.734 L 3.078 4.734 L 3.078 0 L 7.967 0 Z M 74.791 12.672 C 75.165 9.639 76.741 8.068 79.176 8.068 C 81.577 8.068 83.152 9.639 83.49 12.672 Z M 88.221 12.672 L 88.219 12.672 C 87.713 7.393 84.415 4.36 79.176 4.36 C 73.398 4.36 69.99 7.956 69.99 14.136 C 69.99 20.278 73.398 23.912 79.176 23.912 C 84.102 23.912 87.468 21.404 88.239 17.126 L 83.467 17.126 C 82.907 19.012 81.361 20.167 79.176 20.167 C 76.752 20.167 75.178 17.969 74.802 14.925 L 88.289 14.925 L 88.289 14.136 C 88.289 13.649 88.266 13.181 88.223 12.727 Z M 20.414 12.672 C 20.787 9.639 22.363 8.068 24.799 8.068 C 27.199 8.068 28.775 9.639 29.112 12.672 Z M 33.843 12.672 L 33.841 12.672 C 33.335 7.393 30.036 4.36 24.799 4.36 C 19.02 4.36 15.613 7.956 15.613 14.136 C 15.613 20.278 19.02 23.912 24.799 23.912 C 29.724 23.912 33.091 21.404 33.861 17.126 L 29.09 17.126 C 28.529 19.012 26.984 20.167 24.799 20.167 C 22.374 20.167 20.801 17.969 20.425 14.925 L 33.911 14.925 L 33.911 14.136 C 33.911 13.649 33.888 13.18 33.846 12.727 Z M 109.217 12.076 L 109.217 23.537 L 104.328 23.537 L 104.328 12.3 C 104.328 9.754 102.994 8.255 100.697 8.255 C 98.105 8.255 96.587 10.165 96.587 13.349 L 96.587 23.537 L 91.697 23.537 L 91.697 4.734 L 96.587 4.734 L 96.587 9.493 L 96.58 11.173 C 97.057 7.787 99.384 4.36 102.698 4.36 C 106.81 4.36 109.217 7.207 109.217 12.076 Z M 66.73 11.888 L 66.73 23.537 L 61.841 23.537 L 61.841 12.114 C 61.841 9.678 60.544 8.255 58.358 8.255 C 55.914 8.255 54.469 10.091 54.469 13.162 L 54.469 23.537 L 49.58 23.537 L 49.58 12.114 C 49.58 9.678 48.32 8.255 46.135 8.255 C 43.653 8.255 42.208 10.091 42.208 13.162 L 42.208 23.537 L 37.319 23.537 L 37.319 4.734 L 42.208 4.734 L 42.208 9.493 L 42.193 11.173 C 42.653 7.78 44.982 4.36 48.284 4.36 C 51.705 4.36 53.892 6.176 54.369 9.493 L 54.431 11.173 C 54.869 7.78 57.124 4.36 60.359 4.36 C 64.359 4.36 66.73 7.132 66.73 11.888 Z M 151.001 17.731 C 151.001 21.59 147.853 23.911 142.556 23.911 C 137.222 23.911 134.111 21.515 134.111 17.432 L 138.667 17.432 C 138.667 19.53 140.112 20.765 142.556 20.765 C 144.926 20.765 146.297 19.866 146.297 18.293 C 146.297 16.308 144.112 15.934 141.667 15.521 C 138.444 14.997 134.592 14.361 134.592 10.054 C 134.592 6.496 137.555 4.36 142.556 4.36 C 147.519 4.36 150.483 6.644 150.483 10.54 L 145.927 10.54 C 145.927 8.555 144.704 7.432 142.556 7.432 C 140.519 7.432 139.296 8.255 139.296 9.641 C 139.296 11.326 141.334 11.664 143.705 12.076 C 147.001 12.638 151.001 13.312 151.001 17.731 Z M 122.183 19.979 C 119.219 19.979 117.478 17.807 117.478 14.136 C 117.478 10.465 119.219 8.255 122.183 8.255 C 125.146 8.255 126.887 10.465 126.887 14.136 C 126.887 17.807 125.146 19.979 122.183 19.979 Z M 122.183 4.36 C 116.108 4.36 112.478 7.993 112.478 14.136 C 112.478 20.278 116.108 23.912 122.183 23.912 C 128.257 23.912 131.85 20.278 131.85 14.136 C 131.85 7.993 128.257 4.36 122.183 4.36 Z\" fill=\"hsl(0, 0%, 100%)\"></path></g></g></svg>',svgContentId:10302080944},wSm2JVHGJ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 166 27\"><g transform=\"translate(-0.001 0.049)\" id=\"ss9787579734_1\"><path d=\"M 0.001 26.901 L 0.001 0 L 166.001 0 L 166.001 26.901 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\" id=\"ss9787579734_3\"><path d=\"M 8.759 5.326 L 15.111 5.326 L 15.111 9.161 L 8.759 9.161 L 8.759 19.357 C 8.759 21.338 9.98 22.476 12.016 22.476 C 12.994 22.476 14.012 22.223 14.745 21.802 L 14.745 25.932 C 13.523 26.521 11.853 26.901 10.306 26.901 C 5.949 26.901 3.383 24.373 3.383 20.074 L 3.383 9.161 L 0 9.161 L 0 5.326 L 3.383 5.326 L 3.383 0 L 8.759 0 Z M 82.221 14.255 C 82.631 10.843 84.364 9.076 87.042 9.076 C 89.68 9.076 91.413 10.843 91.784 14.255 Z M 96.985 14.255 L 96.983 14.255 C 96.426 8.317 92.8 4.905 87.042 4.905 C 80.69 4.905 76.943 8.95 76.943 15.902 C 76.943 22.813 80.69 26.901 87.042 26.901 C 92.456 26.901 96.157 24.079 97.004 19.266 L 91.759 19.266 C 91.142 21.389 89.443 22.688 87.042 22.688 C 84.377 22.688 82.646 20.215 82.233 16.791 L 97.059 16.791 L 97.059 15.902 C 97.059 15.356 97.034 14.829 96.987 14.318 Z M 22.442 14.255 C 22.852 10.843 24.584 9.076 27.262 9.076 C 29.901 9.076 31.633 10.843 32.004 14.255 Z M 37.205 14.255 L 37.203 14.255 C 36.647 8.317 33.02 4.905 27.262 4.905 C 20.909 4.905 17.164 8.95 17.164 15.902 C 17.164 22.813 20.909 26.901 27.262 26.901 C 32.677 26.901 36.378 24.079 37.224 19.266 L 31.979 19.266 C 31.363 21.389 29.664 22.688 27.262 22.688 C 24.597 22.688 22.867 20.215 22.454 16.791 L 37.28 16.791 L 37.28 15.902 C 37.28 15.356 37.254 14.828 37.208 14.318 Z M 120.067 13.585 L 120.067 26.48 L 114.691 26.48 L 114.691 13.838 C 114.691 10.973 113.226 9.287 110.7 9.287 C 107.85 9.287 106.181 11.436 106.181 15.018 L 106.181 26.48 L 100.806 26.48 L 100.806 5.326 L 106.181 5.326 L 106.181 10.68 L 106.174 12.569 C 106.698 8.76 109.257 4.905 112.9 4.905 C 117.42 4.905 120.067 8.108 120.067 13.585 Z M 73.358 13.374 L 73.358 26.48 L 67.984 26.48 L 67.984 13.628 C 67.984 10.888 66.558 9.287 64.156 9.287 C 61.468 9.287 59.88 11.352 59.88 14.807 L 59.88 26.48 L 54.505 26.48 L 54.505 13.628 C 54.505 10.888 53.12 9.287 50.718 9.287 C 47.99 9.287 46.401 11.352 46.401 14.807 L 46.401 26.48 L 41.027 26.48 L 41.027 5.326 L 46.401 5.326 L 46.401 10.68 L 46.385 12.569 C 46.89 8.753 49.451 4.905 53.08 4.905 C 56.841 4.905 59.245 6.948 59.769 10.68 L 59.838 12.569 C 60.32 8.753 62.799 4.905 66.355 4.905 C 70.752 4.905 73.358 8.023 73.358 13.374 Z M 166.001 19.948 C 166.001 24.288 162.54 26.9 156.717 26.9 C 150.854 26.9 147.433 24.204 147.433 19.611 L 152.442 19.611 C 152.442 21.971 154.03 23.361 156.717 23.361 C 159.322 23.361 160.83 22.35 160.83 20.58 C 160.83 18.346 158.428 17.926 155.739 17.461 C 152.197 16.872 147.962 16.156 147.962 11.31 C 147.962 7.308 151.219 4.905 156.717 4.905 C 162.174 4.905 165.432 7.475 165.432 11.858 L 160.423 11.858 C 160.423 9.624 159.079 8.361 156.717 8.361 C 154.478 8.361 153.134 9.287 153.134 10.846 C 153.134 12.742 155.374 13.122 157.98 13.585 C 161.603 14.217 166.001 14.976 166.001 19.948 Z M 134.32 22.476 C 131.062 22.476 129.148 20.032 129.148 15.903 C 129.148 11.773 131.062 9.287 134.32 9.287 C 137.578 9.287 139.492 11.773 139.492 15.903 C 139.492 20.032 137.578 22.476 134.32 22.476 Z M 134.32 4.905 C 127.642 4.905 123.651 8.992 123.651 15.903 C 123.651 22.813 127.642 26.901 134.32 26.901 C 140.998 26.901 144.948 22.813 144.948 15.903 C 144.948 8.992 140.998 4.905 134.32 4.905 Z\" fill=\"hsl(0, 0%, 100%)\"></path></g></g></svg>',svgContentId:9787579734}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1asxutg\",\"data-framer-name\":\"Temenos_Logo_2022 1\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 236.5 38\"><g transform=\"translate(-0.001 0.07)\" id=\"ss12150729539_1\"><path d=\"M 0.001 37.861 L 0.001 0 L 236.51 0 L 236.51 37.861 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\" id=\"ss12150729539_3\"><path d=\"M 12.479 7.496 L 21.529 7.496 L 21.529 12.893 L 12.479 12.893 L 12.479 27.244 C 12.479 30.031 14.219 31.633 17.12 31.633 C 18.513 31.633 19.963 31.278 21.007 30.684 L 21.007 36.497 C 19.267 37.326 16.888 37.861 14.684 37.861 C 8.476 37.861 4.82 34.303 4.82 28.252 L 4.82 12.893 L 0 12.893 L 0 7.496 L 4.82 7.496 L 4.82 0 L 12.479 0 Z M 117.145 20.063 C 117.729 15.261 120.198 12.774 124.013 12.774 C 127.772 12.774 130.24 15.261 130.769 20.063 Z M 138.179 20.063 L 138.176 20.063 C 137.383 11.705 132.217 6.903 124.013 6.903 C 114.963 6.903 109.624 12.596 109.624 22.381 C 109.624 32.107 114.963 37.861 124.013 37.861 C 131.727 37.861 137 33.89 138.207 27.116 L 130.733 27.116 C 129.855 30.103 127.435 31.931 124.013 31.931 C 120.216 31.931 117.751 28.451 117.161 23.632 L 138.285 23.632 L 138.285 22.381 C 138.285 21.612 138.249 20.87 138.182 20.151 Z M 31.974 20.063 C 32.558 15.261 35.026 12.774 38.842 12.774 C 42.601 12.774 45.069 15.261 45.598 20.063 Z M 53.008 20.063 L 53.004 20.063 C 52.213 11.705 47.045 6.903 38.842 6.903 C 29.791 6.903 24.454 12.596 24.454 22.381 C 24.454 32.107 29.791 37.861 38.842 37.861 C 46.557 37.861 51.829 33.89 53.035 27.116 L 45.562 27.116 C 44.685 30.103 42.264 31.931 38.842 31.931 C 35.044 31.931 32.58 28.451 31.991 23.632 L 53.115 23.632 L 53.115 22.381 C 53.115 21.612 53.077 20.869 53.012 20.151 Z M 171.065 19.12 L 171.065 37.268 L 163.407 37.268 L 163.407 19.475 C 163.407 15.444 161.318 13.071 157.72 13.071 C 153.66 13.071 151.282 16.095 151.282 21.136 L 151.282 37.268 L 143.624 37.268 L 143.624 7.496 L 151.282 7.496 L 151.282 15.031 L 151.271 17.69 C 152.018 12.329 155.664 6.903 160.855 6.903 C 167.294 6.903 171.065 11.411 171.065 19.12 Z M 104.517 18.823 L 104.517 37.268 L 96.86 37.268 L 96.86 19.18 C 96.86 15.324 94.829 13.071 91.406 13.071 C 87.577 13.071 85.314 15.977 85.314 20.839 L 85.314 37.268 L 77.656 37.268 L 77.656 19.18 C 77.656 15.324 75.683 13.071 72.26 13.071 C 68.374 13.071 66.11 15.977 66.11 20.839 L 66.11 37.268 L 58.453 37.268 L 58.453 7.496 L 66.11 7.496 L 66.11 15.031 L 66.087 17.69 C 66.807 12.319 70.455 6.903 75.626 6.903 C 80.985 6.903 84.409 9.778 85.156 15.031 L 85.254 17.69 C 85.941 12.319 89.472 6.903 94.54 6.903 C 100.804 6.903 104.517 11.292 104.517 18.823 Z M 236.51 28.075 C 236.51 34.184 231.579 37.86 223.283 37.86 C 214.929 37.86 210.056 34.065 210.056 27.6 L 217.192 27.6 C 217.192 30.922 219.455 32.878 223.283 32.878 C 226.995 32.878 229.142 31.455 229.142 28.965 C 229.142 25.821 225.72 25.229 221.89 24.575 C 216.843 23.746 210.809 22.738 210.809 15.918 C 210.809 10.285 215.45 6.903 223.283 6.903 C 231.057 6.903 235.699 10.52 235.699 16.689 L 228.562 16.689 C 228.562 13.545 226.647 11.767 223.283 11.767 C 220.093 11.767 218.177 13.071 218.177 15.265 C 218.177 17.933 221.369 18.468 225.082 19.12 C 230.244 20.01 236.51 21.077 236.51 28.075 Z M 191.373 31.633 C 186.731 31.633 184.004 28.194 184.004 22.383 C 184.004 16.569 186.731 13.071 191.373 13.071 C 196.014 13.071 198.741 16.569 198.741 22.383 C 198.741 28.194 196.014 31.633 191.373 31.633 Z M 191.373 6.903 C 181.858 6.903 176.172 12.655 176.172 22.383 C 176.172 32.107 181.858 37.861 191.373 37.861 C 200.887 37.861 206.514 32.107 206.514 22.383 C 206.514 12.655 200.887 6.903 191.373 6.903 Z\" fill=\"hsl(0, 0%, 100%)\"></path></g></g></svg>',svgContentId:12150729539,withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":UZi0jbVXD\",webPageId:\"XutvA_6_x\"},nodeId:\"r4wvDYGSL\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:912,intrinsicWidth:3230,loading:getLoadingLazyAtYPosition(4305.2),pixelHeight:912,pixelWidth:3230,src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:912,intrinsicWidth:3230,pixelHeight:912,pixelWidth:3230,src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"}}},children:/*#__PURE__*/_jsx(motion.a,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:912,intrinsicWidth:3230,loading:getLoadingLazyAtYPosition(3482.7),pixelHeight:912,pixelWidth:3230,src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"},className:\"framer-11365qb framer-lux5qc\",whileHover:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:456,intrinsicWidth:1615,loading:getLoadingLazyAtYPosition(4305.2),pixelHeight:912,pixelWidth:3230,sizes:\"141.6667px\",src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:456,intrinsicWidth:1615,pixelHeight:912,pixelWidth:3230,sizes:\"141.6667px\",src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:456,intrinsicWidth:1615,loading:getLoadingLazyAtYPosition(3482.7),pixelHeight:912,pixelWidth:3230,sizes:\"173px\",src:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=512 512w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0JtrNvP9BeS8zokooFg2tWpGFY.png 3230w\"},className:\"framer-1383kda\",\"data-framer-name\":\"Logotype_White\"})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XutvA_6_x\"},implicitPathVariables:undefined},{href:{webPageId:\"XutvA_6_x\"},implicitPathVariables:undefined},{href:{webPageId:\"XutvA_6_x\"},implicitPathVariables:undefined},{href:{webPageId:\"XutvA_6_x\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4vfxde-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{link:resolvedLinks4[2]},UmrkXjAL8:{link:resolvedLinks4[3]},wSm2JVHGJ:{link:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"qR6EfMJUW\",labelText:\"Learn More\",layoutId:\"qR6EfMJUW\",link:resolvedLinks4[0],newTab:false,variant:\"Tbj_TFrlg\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-k96t9a\",\"data-framer-name\":\"Our Company\",id:elementId3,ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sljagr\",\"data-framer-name\":\"Padding\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aueyov\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eupoa\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uk8zg3\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lp6g8g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Our Company\"})}),className:\"framer-19kajzq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgba(227, 229, 232, 0.52))\"},children:\"Metallicus has a fully remote and diverse workforce. Guided by leaders from the blockchain, cryptocurrency, and traditional finance world, we are rapidly building out the best team in the industry. Our Advisory Board alone has over 100+ years of executive level experience in the traditional banking sector.\"})}),className:\"framer-1yhh9g4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2m2j5m-container hidden-72rtr7 hidden-ih24pf hidden-z94kag\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:10,height:\"100%\",id:\"nY9CmJ2iR\",layoutId:\"nY9CmJ2iR\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1.4,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsx(Link,{nodeId:\"dk_yfCmdO\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-183rxmb framer-lux5qc\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18q8tw8\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,pixelHeight:1e3,pixelWidth:1e3,sizes:\"348.7363px\",src:\"https://framerusercontent.com/images/aLaYA5SnpeJg1FtLEGvxQey2pd4.png\",srcSet:\"https://framerusercontent.com/images/aLaYA5SnpeJg1FtLEGvxQey2pd4.png?scale-down-to=512 512w,https://framerusercontent.com/images/aLaYA5SnpeJg1FtLEGvxQey2pd4.png 1000w\"},className:\"framer-1i8ysx2\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7wq04z\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pcpr2e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(138, 143, 152))\"},children:\"Co-Founder & CEO\"})}),className:\"framer-pwjam4\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Marshall Hayner\"})}),className:\"framer-1bf7qgv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Marshall developed the first Facebook Bitcoin wallet, and has worked with numerous cryptocurrency projects including Dogecoin, and Stellar.\"})}),className:\"framer-1xdckfu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{nodeId:\"zvLOD8nZv\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-93ru8m framer-lux5qc\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c1j79a\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2e3,intrinsicWidth:2e3,pixelHeight:1e3,pixelWidth:1e3,sizes:\"350px\",src:\"https://framerusercontent.com/images/iAKxMEK4hhpmRXm1rVEhhKQOfQ.png\",srcSet:\"https://framerusercontent.com/images/iAKxMEK4hhpmRXm1rVEhhKQOfQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/iAKxMEK4hhpmRXm1rVEhhKQOfQ.png 1000w\"},className:\"framer-8lcs83\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1768adv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1v6ku\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(138, 143, 152))\"},children:\"Co-Founder & CTO\"})}),className:\"framer-1o20si6\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Glenn Mari\\xebn\"})}),className:\"framer-fnj3fp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Glenn has 10+ years of full stack experience, and created Dogechain.info the first online wallet for Dogecoin.\"})}),className:\"framer-1348e4c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{nodeId:\"UlUnHAj7g\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1yqj03m framer-lux5qc\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hk7gxv\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,pixelHeight:1e3,pixelWidth:1e3,sizes:\"350px\",src:\"https://framerusercontent.com/images/891nhqy7NlgKmEYRRxuNwOoyNY.png\",srcSet:\"https://framerusercontent.com/images/891nhqy7NlgKmEYRRxuNwOoyNY.png?scale-down-to=512 512w,https://framerusercontent.com/images/891nhqy7NlgKmEYRRxuNwOoyNY.png 1000w\"},className:\"framer-1daxaow\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5lbm2m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ivvr94\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(138, 143, 152))\"},children:\"Board Member & CFO\"})}),className:\"framer-2ov65r\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Irina Berkon\"})}),className:\"framer-5bn423\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Irina is a Forbes featured executive, serving in multiple senior roles, in addition to being a Managing Director of an angel investment fund focusing on women founders.\"})}),className:\"framer-onmlay\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{nodeId:\"lCbATpyVM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-nbr1fv framer-lux5qc\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kz66wq\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,pixelHeight:1e3,pixelWidth:1e3,sizes:\"350px\",src:\"https://framerusercontent.com/images/Kex9ZqXhOzVpwbrr7TZ6p7mOgh0.png\",srcSet:\"https://framerusercontent.com/images/Kex9ZqXhOzVpwbrr7TZ6p7mOgh0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Kex9ZqXhOzVpwbrr7TZ6p7mOgh0.png 1000w\"},className:\"framer-p19jn2\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qnub37\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-krxzne\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(138, 143, 152))\"},children:\"VP of Product\"})}),className:\"framer-12iq19b\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Karen McHenry\"})}),className:\"framer-r9d4ip\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Karen is a product professional with 10+ years at leading consumer tech organizations including Circle, and Poloniex.\"})}),className:\"framer-thc7dd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{nodeId:\"O_e_qdjQw\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lgt592 framer-lux5qc\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ic5if\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:1e3,pixelHeight:1e3,pixelWidth:1e3,sizes:\"350px\",src:\"https://framerusercontent.com/images/JSWy1Zl0WzKJFdFj3aNsXCyy9WE.png\",srcSet:\"https://framerusercontent.com/images/JSWy1Zl0WzKJFdFj3aNsXCyy9WE.png?scale-down-to=512 512w,https://framerusercontent.com/images/JSWy1Zl0WzKJFdFj3aNsXCyy9WE.png 1000w\"},className:\"framer-180cas6\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ksqsj8\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtfzad\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(138, 143, 152))\"},children:\"VP of Engineering\"})}),className:\"framer-1r7vph8\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Maura Wilder\"})}),className:\"framer-7s6d9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Enthusiastic technologist and leader. 20+ years shipping quality software for crypto, fantasy sports, and fintech.\"})}),className:\"framer-1cvpkj1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rk3z4v hidden-3ud5uq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q3cr2g-container\",children:/*#__PURE__*/_jsx(Team_Card,{A0DhqB0Fi:addImageAlt({src:\"https://framerusercontent.com/images/H08G0sKpxE0nNLHdekIDKefRek.png\",srcSet:\"https://framerusercontent.com/images/H08G0sKpxE0nNLHdekIDKefRek.png?scale-down-to=512 512w,https://framerusercontent.com/images/H08G0sKpxE0nNLHdekIDKefRek.png 1000w\"},\"\"),hbxXUYBgq:\"Marshall developed the first Facebook Bitcoin wallet, has worked with numerous cryptocurrency projects including Stellar and is also a board member of the Dogecoin Foundation.\",height:\"100%\",HNtuylIpg:\"Co-Founder & CEO\",id:\"sNCIjTBhr\",itsIKnEj4:\"Marshall Hayner\",layoutId:\"sNCIjTBhr\",mJvE_nqTW:true,style:{width:\"100%\"},variant:\"fFWv1ox6s\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ees1ki-container\",children:/*#__PURE__*/_jsx(Team_Card,{A0DhqB0Fi:addImageAlt({src:\"https://framerusercontent.com/images/Lssv1TIe1xdUTa5JwTL5hi6g.png\",srcSet:\"https://framerusercontent.com/images/Lssv1TIe1xdUTa5JwTL5hi6g.png?scale-down-to=512 512w,https://framerusercontent.com/images/Lssv1TIe1xdUTa5JwTL5hi6g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Lssv1TIe1xdUTa5JwTL5hi6g.png 2000w\"},\"\"),AdIDMye5O:addImageAlt({src:\"https://framerusercontent.com/images/8MOsjy4WhUAmvC7c1fodndlFDQ.png\",srcSet:\"https://framerusercontent.com/images/8MOsjy4WhUAmvC7c1fodndlFDQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/8MOsjy4WhUAmvC7c1fodndlFDQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8MOsjy4WhUAmvC7c1fodndlFDQ.png 2000w\"},\"\"),hbxXUYBgq:\"Glenn has 10+ years of full stack experience, and created Dogechain.info the first online wallet for Dogecoin.\",height:\"100%\",HNtuylIpg:\"Co-Founder & CTO\",id:\"A1IM79emK\",itsIKnEj4:\"Glenn Mari\\xebn\",layoutId:\"A1IM79emK\",mJvE_nqTW:true,style:{width:\"100%\"},variant:\"fFWv1ox6s\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-chz4py-container\",children:/*#__PURE__*/_jsx(Team_Card,{A0DhqB0Fi:addImageAlt({src:\"https://framerusercontent.com/images/udqAjBy0i7GeSlFmA0uv07vn6c.png\",srcSet:\"https://framerusercontent.com/images/udqAjBy0i7GeSlFmA0uv07vn6c.png?scale-down-to=512 512w,https://framerusercontent.com/images/udqAjBy0i7GeSlFmA0uv07vn6c.png 1000w\"},\"\"),AdIDMye5O:addImageAlt({src:\"https://framerusercontent.com/images/TGp8S3PusgQWMULCN1ZXtQnlxho.png\",srcSet:\"https://framerusercontent.com/images/TGp8S3PusgQWMULCN1ZXtQnlxho.png?scale-down-to=512 512w,https://framerusercontent.com/images/TGp8S3PusgQWMULCN1ZXtQnlxho.png 1000w\"},\"\"),hbxXUYBgq:\"Irina is a Forbes featured executive, serving in multiple senior roles, in addition to being a Managing Director of an angel investment fund focusing on women founders.\",height:\"100%\",HNtuylIpg:\"CFO\",id:\"EyZYvmSl7\",itsIKnEj4:\"Irina Berkon\",layoutId:\"EyZYvmSl7\",mJvE_nqTW:true,style:{width:\"100%\"},variant:\"fFWv1ox6s\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ygtfxv-container\",children:/*#__PURE__*/_jsx(Team_Card,{A0DhqB0Fi:addImageAlt({src:\"https://framerusercontent.com/images/3VFpOgEkWJqSIPn9XZgt5g0di8.png\",srcSet:\"https://framerusercontent.com/images/3VFpOgEkWJqSIPn9XZgt5g0di8.png?scale-down-to=512 512w,https://framerusercontent.com/images/3VFpOgEkWJqSIPn9XZgt5g0di8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3VFpOgEkWJqSIPn9XZgt5g0di8.png 2000w\"},\"\"),AdIDMye5O:addImageAlt({src:\"https://framerusercontent.com/images/zTla3F7wFMeDF2EzCpTkmOCT44.png\",srcSet:\"https://framerusercontent.com/images/zTla3F7wFMeDF2EzCpTkmOCT44.png?scale-down-to=512 512w,https://framerusercontent.com/images/zTla3F7wFMeDF2EzCpTkmOCT44.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zTla3F7wFMeDF2EzCpTkmOCT44.png 2000w\"},\"\"),hbxXUYBgq:\"Karen is a product professional with 10+ years at leading consumer tech organizations including Circle, and Poloniex.\",height:\"100%\",HNtuylIpg:\"VP of Product\",id:\"bKm5KbqD6\",itsIKnEj4:\"Karen McHenry\",layoutId:\"bKm5KbqD6\",mJvE_nqTW:true,style:{width:\"100%\"},variant:\"fFWv1ox6s\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-196vpw0-container\",children:/*#__PURE__*/_jsx(Team_Card,{A0DhqB0Fi:addImageAlt({src:\"https://framerusercontent.com/images/sFNRAK1Y025zmUaAA0urVPPuyg.png\",srcSet:\"https://framerusercontent.com/images/sFNRAK1Y025zmUaAA0urVPPuyg.png?scale-down-to=512 512w,https://framerusercontent.com/images/sFNRAK1Y025zmUaAA0urVPPuyg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sFNRAK1Y025zmUaAA0urVPPuyg.png 2000w\"},\"\"),AdIDMye5O:addImageAlt({src:\"https://framerusercontent.com/images/a1kAt00zWuwH4IMxhadlwREUN4.png\",srcSet:\"https://framerusercontent.com/images/a1kAt00zWuwH4IMxhadlwREUN4.png?scale-down-to=512 512w,https://framerusercontent.com/images/a1kAt00zWuwH4IMxhadlwREUN4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/a1kAt00zWuwH4IMxhadlwREUN4.png 2000w\"},\"\"),hbxXUYBgq:\"Enthusiastic technologist and leader. 20+ years shipping quality software for crypto, fantasy sports, and fintech.\",height:\"100%\",HNtuylIpg:\"VP of Engineering\",id:\"jLSRDyddE\",itsIKnEj4:\"Maura Wilder\",layoutId:\"jLSRDyddE\",mJvE_nqTW:true,style:{width:\"100%\"},variant:\"fFWv1ox6s\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t_IHks5d5\"},implicitPathVariables:undefined},{href:{webPageId:\"t_IHks5d5\"},implicitPathVariables:undefined},{href:{webPageId:\"t_IHks5d5\"},implicitPathVariables:undefined},{href:{webPageId:\"t_IHks5d5\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w8x53d-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{link:resolvedLinks5[2]},UmrkXjAL8:{link:resolvedLinks5[3]},wSm2JVHGJ:{link:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"EoB0R1ztX\",labelText:\"Meet your future colleagues\",layoutId:\"EoB0R1ztX\",link:resolvedLinks5[0],newTab:false,variant:\"Tbj_TFrlg\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b049o2\",\"data-framer-name\":\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9b911b\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wg36tz\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Advisory Board\"})}),className:\"framer-1h5z7jb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uqp2xw\",\"data-styles-preset\":\"Zq2I6ukW1\",style:{\"--framer-text-color\":\"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgba(227, 229, 232, 0.52))\"},children:\"From the start, we\u2019ve built Metallicus with a vision that the future of crypto is secure and compliant - Our Advisory Board provides invaluable expertise to help us achieve that, as we advance our strategy to build the most customer-centric digital asset banking network.\"})}),className:\"framer-15yz6o0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jv780r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j7uj6x\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5417.799999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/ty7UfliT00HpmOqTE7f0hUBA3aA.png\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/ty7UfliT00HpmOqTE7f0hUBA3aA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5467.799999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/ty7UfliT00HpmOqTE7f0hUBA3aA.png\"},className:\"framer-kpt4un\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbqpl2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Mark Carawan\"})}),className:\"framer-1txd9i0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Former Citigroup Chief Compliance Officer\"})}),className:\"framer-qedmrh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ltad8a\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5574.199999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/I58OtkH37eSfuB7MILUGOrOrBJA.png\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/I58OtkH37eSfuB7MILUGOrOrBJA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5467.799999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/I58OtkH37eSfuB7MILUGOrOrBJA.png\"},className:\"framer-1r1jkp2\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mg0da1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Sergio Rodriguera, Jr\"})}),className:\"framer-1aua0tc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Former AI Consultant for the Federal Reserve Bank of Boston\"})}),className:\"framer-1msbm7s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xcz479\",\"data-framer-name\":\"Blog / Item Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5730.599999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/Y9A9XD3aWZ1hyUQV7beaGuu7w.png\"}},wSm2JVHGJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/Y9A9XD3aWZ1hyUQV7beaGuu7w.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,loading:getLoadingLazyAtYPosition(5467.799999999999),pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/Y9A9XD3aWZ1hyUQV7beaGuu7w.png\"},className:\"framer-n2t9wy\",\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uqcnfc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1pt2aqn\",\"data-styles-preset\":\"lYOLFlQp7\",children:\"Marc F. Joseph\"})}),className:\"framer-1bno5e2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-13sghr\",\"data-styles-preset\":\"oFmnpzi_h\",children:\"Former Managing Counsel at BNY Mellon\"})}),className:\"framer-10lmxix\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{gSHlZyNNb:\"experts-behind-the-scenes-the-metallicus-advisory-board\"},unresolvedPathSlugs:{gSHlZyNNb:{collectionId:\"qUk9e_yzA\",collectionItemId:\"WWAPaMVgp\"}},webPageId:\"M8jXmMAza\"},implicitPathVariables:undefined},{href:{pathVariables:{gSHlZyNNb:\"experts-behind-the-scenes-the-metallicus-advisory-board\"},unresolvedPathSlugs:{gSHlZyNNb:{collectionId:\"qUk9e_yzA\",collectionItemId:\"WWAPaMVgp\"}},webPageId:\"M8jXmMAza\"},implicitPathVariables:undefined},{href:{pathVariables:{gSHlZyNNb:\"experts-behind-the-scenes-the-metallicus-advisory-board\"},unresolvedPathSlugs:{gSHlZyNNb:{collectionId:\"qUk9e_yzA\",collectionItemId:\"WWAPaMVgp\"}},webPageId:\"M8jXmMAza\"},implicitPathVariables:undefined},{href:{pathVariables:{gSHlZyNNb:\"experts-behind-the-scenes-the-metallicus-advisory-board\"},unresolvedPathSlugs:{gSHlZyNNb:{collectionId:\"qUk9e_yzA\",collectionItemId:\"WWAPaMVgp\"}},webPageId:\"M8jXmMAza\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17hpcsj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{link:resolvedLinks6[2]},UmrkXjAL8:{link:resolvedLinks6[3]},wSm2JVHGJ:{link:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{borderRadius:8,buttonLabel:true,height:\"100%\",iconColor:\"var(--token-88b568e1-e6f8-4980-bc8c-36e51a98442d, rgb(255, 255, 255))\",iconLeft:\"ArrowLeft\",iconLeftVisible:false,iconRight:\"ArrowRight\",iconRightVisible:false,id:\"C1Tf1gXkl\",labelText:\"Learn more\",layoutId:\"C1Tf1gXkl\",link:resolvedLinks6[0],newTab:false,variant:\"Tbj_TFrlg\",width:\"100%\"})})})})})]})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"c\"})}),className:\"framer-w56h81\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-903tem-container\",id:elementId4,ref:ref6,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{variant:\"Yej1UvlRr\"},wSm2JVHGJ:{variant:\"X3L0KKXBb\"}},children:/*#__PURE__*/_jsx(CTAs1,{height:\"100%\",id:\"BraT0KmT6\",layoutId:\"BraT0KmT6\",style:{width:\"100%\"},variant:\"D1SGJ2h5e\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{y:6381},wSm2JVHGJ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:467,width:\"100vw\",y:6174.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dpy5pm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sr4ZX8lQF:{variant:\"PHbmbUikN\"},wSm2JVHGJ:{variant:\"LIqycU8Po\"}},children:/*#__PURE__*/_jsx(FooterFull,{height:\"100%\",id:\"twHcrNAeR\",layoutId:\"twHcrNAeR\",style:{width:\"100%\"},variant:\"fEZi9yvP9\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(13, 14, 18); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ReiiC.framer-lux5qc, .framer-ReiiC .framer-lux5qc { display: block; }\",\".framer-ReiiC.framer-72rtr7 { align-content: center; align-items: center; background-color: #0d0e12; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-ReiiC .framer-966u9a, .framer-ReiiC .framer-cs1c7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-sq77xy-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 9; }\",\".framer-ReiiC .framer-jap2lj { align-content: center; align-items: center; background-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #0e0f11); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 820px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1edsy2t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 120px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-yf4t38, .framer-ReiiC .framer-1jwh7o1, .framer-ReiiC .framer-5q6ih2, .framer-ReiiC .framer-14zn8cz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1400px; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1lizoop { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1cbtozw, .framer-ReiiC .framer-p2j970 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ReiiC .framer-1veg7wt, .framer-ReiiC .framer-1vdbmg9, .framer-ReiiC .framer-khc4h2, .framer-ReiiC .framer-1feaiw1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-brhxoy, .framer-ReiiC .framer-gj4w1g, .framer-ReiiC .framer-1lp6g8g, .framer-ReiiC .framer-7wq04z, .framer-ReiiC .framer-1768adv, .framer-ReiiC .framer-5lbm2m, .framer-ReiiC .framer-1qnub37, .framer-ReiiC .framer-ksqsj8, .framer-ReiiC .framer-1wg36tz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1ge6i6u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-mqy16x, .framer-ReiiC .framer-14bd6cv, .framer-ReiiC .framer-1wnr1jw, .framer-ReiiC .framer-1jtwc7m, .framer-ReiiC .framer-1nw8von, .framer-ReiiC .framer-19kajzq, .framer-ReiiC .framer-1yhh9g4, .framer-ReiiC .framer-1h5z7jb, .framer-ReiiC .framer-15yz6o0 { --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-ReiiC .framer-yyrovg, .framer-ReiiC .framer-w56h81 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ReiiC .framer-10mbkc6, .framer-ReiiC .framer-1t2ncqx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-ReiiC .framer-3xawvz, .framer-ReiiC .framer-1rh5htq, .framer-ReiiC .framer-1r5z9gi, .framer-ReiiC .framer-17jj6r1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ReiiC .framer-1wbknnz-container, .framer-ReiiC .framer-raytw8-container, .framer-ReiiC .framer-1j942df-container, .framer-ReiiC .framer-y71gx-container, .framer-ReiiC .framer-4vfxde-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ReiiC .framer-a4yaof, .framer-ReiiC .framer-pesuwh, .framer-ReiiC .framer-7w6hta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ReiiC .framer-1iecpfp-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 360px); position: relative; width: 360px; z-index: 2; }\",\".framer-ReiiC .framer-1srpv90 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 440px); left: -40px; overflow: visible; position: absolute; right: -40px; top: -40px; z-index: 1; }\",\".framer-ReiiC .framer-19bbah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ReiiC .framer-1285ksj, .framer-ReiiC .framer-3gxu2h, .framer-ReiiC .framer-ofn8mv { background: linear-gradient(90deg, rgba(112, 19, 197, 0) 0%, rgb(32,191,85) 100%); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: none; height: 1px; left: 40px; overflow: hidden; position: absolute; top: 42px; width: 200px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-ReiiC .framer-18d83s6, .framer-ReiiC .framer-1jrdmnx, .framer-ReiiC .framer-hl9dyf { background: linear-gradient(270deg, #7013c5 0%, rgba(32, 191, 85, 0) 100%); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; bottom: 62px; flex: none; height: 1px; overflow: hidden; position: absolute; right: 40px; width: 200px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-ReiiC .framer-q1ctqm { 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: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-ieekru { flex: none; height: 160px; opacity: 0.5; position: relative; width: 2000px; }\",'.framer-ReiiC .framer-1q28qf8, .framer-ReiiC .framer-d30pa0 { -webkit-filter: blur(50px); background: radial-gradient(50% 31.3% at 50% 50%, rgba(255, 255, 255, 0.15) 0%, var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(13, 14, 18)) /* {\"name\":\"Black\"} */ 100%); border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; bottom: 30px; filter: blur(50px); flex: none; height: 150px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 0; }',\".framer-ReiiC .framer-rgcwaq-container, .framer-ReiiC .framer-1yaipvx-container, .framer-ReiiC .framer-dpy5pm-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1cgjcyb, .framer-ReiiC .framer-xwu59v { align-content: center; align-items: center; background-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #0e0f11); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-hihy00 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 40px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1gkj4go { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1kdx1pw, .framer-ReiiC .framer-1mb0l8r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1u3tmf0, .framer-ReiiC .framer-1ckncqy, .framer-ReiiC .framer-1ppy9ot { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-17e1qas, .framer-ReiiC .framer-swt3j6, .framer-ReiiC .framer-nufhtj { aspect-ratio: 5.578125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 268px; }\",\".framer-ReiiC .framer-ncw912 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1ana6pw { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: var(--framer-aspect-ratio-supported, 200px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ReiiC .framer-buudaa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 290px); max-width: 412px; overflow: visible; position: relative; width: 290px; }\",\".framer-ReiiC .framer-1is832d, .framer-ReiiC .framer-ln5bfu, .framer-ReiiC .framer-1p3q1jv { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-ReiiC .framer-16lgpp3, .framer-ReiiC .framer-hqf98h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1400px; min-height: 160px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ReiiC .framer-x1sn8g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 48px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1x6cl8k { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 360px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 360px; z-index: 2; }\",\".framer-ReiiC .framer-tptqsa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 280px); max-width: 412px; overflow: visible; position: relative; width: 280px; }\",\".framer-ReiiC .framer-19gql3r { align-content: center; align-items: center; background-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #0e0f11); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-ReiiC .framer-172v4xt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-gbnm06 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-14mfyoi { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 460px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 460px; z-index: 2; }\",\".framer-ReiiC .framer-bkyg6n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 360px); max-width: 412px; overflow: visible; position: relative; width: 360px; }\",\".framer-ReiiC .framer-u02ttx { align-content: center; align-items: center; background-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #111111); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 40px; width: 1200px; }\",\".framer-ReiiC .framer-147pyur, .framer-ReiiC .framer-1sljagr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-91x4d8, .framer-ReiiC .framer-aueyov { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1400px; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-g8g6t2, .framer-ReiiC .framer-1eupoa, .framer-ReiiC .framer-b049o2 { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-rr0bll, .framer-ReiiC .framer-uk8zg3, .framer-ReiiC .framer-9b911b { align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 1; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 70%; }\",\".framer-ReiiC .framer-icnn23 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1leowcw { flex: none; height: 65px; opacity: 0.5; overflow: hidden; position: relative; width: 128px; }\",\".framer-ReiiC .framer-18758yb { aspect-ratio: 1.9916666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 0px; position: absolute; text-decoration: none; top: 49%; transform: translateY(-50%); width: 128px; }\",\".framer-ReiiC .framer-1762hrg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 124px); opacity: 0.5; position: relative; text-decoration: none; width: 124px; }\",\".framer-ReiiC .framer-ozvd34 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 49px; justify-content: center; opacity: 0.5; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ReiiC .framer-1asxutg { flex: none; height: 38px; position: relative; width: 237px; }\",\".framer-ReiiC .framer-11365qb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; opacity: 0.5; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ReiiC .framer-1383kda { aspect-ratio: 3.5416666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 173px; }\",\".framer-ReiiC .framer-k96t9a { align-content: center; align-items: center; background-color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, #111111); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-ReiiC .framer-2m2j5m-container, .framer-ReiiC .framer-1q3cr2g-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",\".framer-ReiiC .framer-183rxmb, .framer-ReiiC .framer-93ru8m, .framer-ReiiC .framer-1yqj03m, .framer-ReiiC .framer-nbr1fv, .framer-ReiiC .framer-1lgt592 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 350px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ReiiC .framer-18q8tw8, .framer-ReiiC .framer-c1j79a, .framer-ReiiC .framer-1hk7gxv, .framer-ReiiC .framer-kz66wq, .framer-ReiiC .framer-1ic5if { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 250px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ReiiC .framer-1i8ysx2, .framer-ReiiC .framer-8lcs83, .framer-ReiiC .framer-1daxaow, .framer-ReiiC .framer-p19jn2, .framer-ReiiC .framer-180cas6 { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }\",\".framer-ReiiC .framer-pcpr2e, .framer-ReiiC .framer-1s1v6ku, .framer-ReiiC .framer-ivvr94, .framer-ReiiC .framer-krxzne, .framer-ReiiC .framer-dtfzad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ReiiC .framer-pwjam4, .framer-ReiiC .framer-1o20si6, .framer-ReiiC .framer-2ov65r, .framer-ReiiC .framer-12iq19b, .framer-ReiiC .framer-1r7vph8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-ReiiC .framer-1bf7qgv, .framer-ReiiC .framer-1xdckfu, .framer-ReiiC .framer-fnj3fp, .framer-ReiiC .framer-1348e4c, .framer-ReiiC .framer-5bn423, .framer-ReiiC .framer-onmlay, .framer-ReiiC .framer-r9d4ip, .framer-ReiiC .framer-thc7dd, .framer-ReiiC .framer-7s6d9, .framer-ReiiC .framer-1cvpkj1, .framer-ReiiC .framer-1txd9i0, .framer-ReiiC .framer-qedmrh, .framer-ReiiC .framer-1aua0tc, .framer-ReiiC .framer-1msbm7s, .framer-ReiiC .framer-1bno5e2, .framer-ReiiC .framer-10lmxix { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-ReiiC .framer-1rk3z4v { align-self: start; display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1ees1ki-container, .framer-ReiiC .framer-chz4py-container, .framer-ReiiC .framer-1ygtfxv-container, .framer-ReiiC .framer-196vpw0-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1w8x53d-container, .framer-ReiiC .framer-17hpcsj-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; }\",\".framer-ReiiC .framer-1jv780r { align-self: start; display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ReiiC .framer-1j7uj6x, .framer-ReiiC .framer-1ltad8a, .framer-ReiiC .framer-xcz479 { align-content: center; align-items: center; align-self: start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ReiiC .framer-kpt4un, .framer-ReiiC .framer-1r1jkp2, .framer-ReiiC .framer-n2t9wy { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-ReiiC .framer-1tbqpl2, .framer-ReiiC .framer-mg0da1, .framer-ReiiC .framer-1uqcnfc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ReiiC .framer-903tem-container { flex: none; height: auto; position: relative; scroll-margin-top: 40px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ReiiC.framer-72rtr7, .framer-ReiiC .framer-966u9a, .framer-ReiiC .framer-jap2lj, .framer-ReiiC .framer-1edsy2t, .framer-ReiiC .framer-yf4t38, .framer-ReiiC .framer-1lizoop, .framer-ReiiC .framer-1cbtozw, .framer-ReiiC .framer-1veg7wt, .framer-ReiiC .framer-brhxoy, .framer-ReiiC .framer-1ge6i6u, .framer-ReiiC .framer-3xawvz, .framer-ReiiC .framer-a4yaof, .framer-ReiiC .framer-19bbah, .framer-ReiiC .framer-q1ctqm, .framer-ReiiC .framer-1cgjcyb, .framer-ReiiC .framer-hihy00, .framer-ReiiC .framer-1jwh7o1, .framer-ReiiC .framer-1gkj4go, .framer-ReiiC .framer-1kdx1pw, .framer-ReiiC .framer-1vdbmg9, .framer-ReiiC .framer-1u3tmf0, .framer-ReiiC .framer-1rh5htq, .framer-ReiiC .framer-ncw912, .framer-ReiiC .framer-1ana6pw, .framer-ReiiC .framer-16lgpp3, .framer-ReiiC .framer-xwu59v, .framer-ReiiC .framer-x1sn8g, .framer-ReiiC .framer-5q6ih2, .framer-ReiiC .framer-cs1c7k, .framer-ReiiC .framer-1mb0l8r, .framer-ReiiC .framer-khc4h2, .framer-ReiiC .framer-1ckncqy, .framer-ReiiC .framer-1r5z9gi, .framer-ReiiC .framer-pesuwh, .framer-ReiiC .framer-1x6cl8k, .framer-ReiiC .framer-19gql3r, .framer-ReiiC .framer-172v4xt, .framer-ReiiC .framer-14zn8cz, .framer-ReiiC .framer-gbnm06, .framer-ReiiC .framer-p2j970, .framer-ReiiC .framer-1feaiw1, .framer-ReiiC .framer-1ppy9ot, .framer-ReiiC .framer-17jj6r1, .framer-ReiiC .framer-7w6hta, .framer-ReiiC .framer-14mfyoi, .framer-ReiiC .framer-hqf98h, .framer-ReiiC .framer-u02ttx, .framer-ReiiC .framer-147pyur, .framer-ReiiC .framer-91x4d8, .framer-ReiiC .framer-rr0bll, .framer-ReiiC .framer-gj4w1g, .framer-ReiiC .framer-icnn23, .framer-ReiiC .framer-ozvd34, .framer-ReiiC .framer-11365qb, .framer-ReiiC .framer-k96t9a, .framer-ReiiC .framer-1sljagr, .framer-ReiiC .framer-aueyov, .framer-ReiiC .framer-uk8zg3, .framer-ReiiC .framer-1lp6g8g, .framer-ReiiC .framer-183rxmb, .framer-ReiiC .framer-18q8tw8, .framer-ReiiC .framer-7wq04z, .framer-ReiiC .framer-pcpr2e, .framer-ReiiC .framer-93ru8m, .framer-ReiiC .framer-c1j79a, .framer-ReiiC .framer-1768adv, .framer-ReiiC .framer-1s1v6ku, .framer-ReiiC .framer-1yqj03m, .framer-ReiiC .framer-1hk7gxv, .framer-ReiiC .framer-5lbm2m, .framer-ReiiC .framer-ivvr94, .framer-ReiiC .framer-nbr1fv, .framer-ReiiC .framer-kz66wq, .framer-ReiiC .framer-1qnub37, .framer-ReiiC .framer-krxzne, .framer-ReiiC .framer-1lgt592, .framer-ReiiC .framer-1ic5if, .framer-ReiiC .framer-ksqsj8, .framer-ReiiC .framer-dtfzad, .framer-ReiiC .framer-9b911b, .framer-ReiiC .framer-1wg36tz, .framer-ReiiC .framer-1j7uj6x, .framer-ReiiC .framer-1tbqpl2, .framer-ReiiC .framer-1ltad8a, .framer-ReiiC .framer-mg0da1, .framer-ReiiC .framer-xcz479, .framer-ReiiC .framer-1uqcnfc { gap: 0px; } .framer-ReiiC.framer-72rtr7 > *, .framer-ReiiC .framer-966u9a > *, .framer-ReiiC .framer-jap2lj > *, .framer-ReiiC .framer-1edsy2t > *, .framer-ReiiC .framer-yf4t38 > *, .framer-ReiiC .framer-19bbah > *, .framer-ReiiC .framer-1cgjcyb > *, .framer-ReiiC .framer-hihy00 > *, .framer-ReiiC .framer-1jwh7o1 > *, .framer-ReiiC .framer-16lgpp3 > *, .framer-ReiiC .framer-xwu59v > *, .framer-ReiiC .framer-x1sn8g > *, .framer-ReiiC .framer-5q6ih2 > *, .framer-ReiiC .framer-cs1c7k > *, .framer-ReiiC .framer-19gql3r > *, .framer-ReiiC .framer-172v4xt > *, .framer-ReiiC .framer-14zn8cz > *, .framer-ReiiC .framer-hqf98h > *, .framer-ReiiC .framer-u02ttx > *, .framer-ReiiC .framer-147pyur > *, .framer-ReiiC .framer-rr0bll > *, .framer-ReiiC .framer-11365qb > *, .framer-ReiiC .framer-k96t9a > *, .framer-ReiiC .framer-1sljagr > *, .framer-ReiiC .framer-uk8zg3 > *, .framer-ReiiC .framer-9b911b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ReiiC.framer-72rtr7 > :first-child, .framer-ReiiC .framer-966u9a > :first-child, .framer-ReiiC .framer-jap2lj > :first-child, .framer-ReiiC .framer-1edsy2t > :first-child, .framer-ReiiC .framer-yf4t38 > :first-child, .framer-ReiiC .framer-1cbtozw > :first-child, .framer-ReiiC .framer-1veg7wt > :first-child, .framer-ReiiC .framer-brhxoy > :first-child, .framer-ReiiC .framer-1ge6i6u > :first-child, .framer-ReiiC .framer-a4yaof > :first-child, .framer-ReiiC .framer-19bbah > :first-child, .framer-ReiiC .framer-1cgjcyb > :first-child, .framer-ReiiC .framer-hihy00 > :first-child, .framer-ReiiC .framer-1jwh7o1 > :first-child, .framer-ReiiC .framer-1gkj4go > :first-child, .framer-ReiiC .framer-1kdx1pw > :first-child, .framer-ReiiC .framer-1vdbmg9 > :first-child, .framer-ReiiC .framer-1u3tmf0 > :first-child, .framer-ReiiC .framer-ncw912 > :first-child, .framer-ReiiC .framer-1ana6pw > :first-child, .framer-ReiiC .framer-16lgpp3 > :first-child, .framer-ReiiC .framer-xwu59v > :first-child, .framer-ReiiC .framer-x1sn8g > :first-child, .framer-ReiiC .framer-5q6ih2 > :first-child, .framer-ReiiC .framer-cs1c7k > :first-child, .framer-ReiiC .framer-1mb0l8r > :first-child, .framer-ReiiC .framer-khc4h2 > :first-child, .framer-ReiiC .framer-1ckncqy > :first-child, .framer-ReiiC .framer-pesuwh > :first-child, .framer-ReiiC .framer-1x6cl8k > :first-child, .framer-ReiiC .framer-19gql3r > :first-child, .framer-ReiiC .framer-172v4xt > :first-child, .framer-ReiiC .framer-14zn8cz > :first-child, .framer-ReiiC .framer-p2j970 > :first-child, .framer-ReiiC .framer-1feaiw1 > :first-child, .framer-ReiiC .framer-1ppy9ot > :first-child, .framer-ReiiC .framer-7w6hta > :first-child, .framer-ReiiC .framer-14mfyoi > :first-child, .framer-ReiiC .framer-hqf98h > :first-child, .framer-ReiiC .framer-u02ttx > :first-child, .framer-ReiiC .framer-147pyur > :first-child, .framer-ReiiC .framer-91x4d8 > :first-child, .framer-ReiiC .framer-rr0bll > :first-child, .framer-ReiiC .framer-gj4w1g > :first-child, .framer-ReiiC .framer-ozvd34 > :first-child, .framer-ReiiC .framer-11365qb > :first-child, .framer-ReiiC .framer-k96t9a > :first-child, .framer-ReiiC .framer-1sljagr > :first-child, .framer-ReiiC .framer-aueyov > :first-child, .framer-ReiiC .framer-uk8zg3 > :first-child, .framer-ReiiC .framer-1lp6g8g > :first-child, .framer-ReiiC .framer-183rxmb > :first-child, .framer-ReiiC .framer-7wq04z > :first-child, .framer-ReiiC .framer-93ru8m > :first-child, .framer-ReiiC .framer-1768adv > :first-child, .framer-ReiiC .framer-1yqj03m > :first-child, .framer-ReiiC .framer-5lbm2m > :first-child, .framer-ReiiC .framer-nbr1fv > :first-child, .framer-ReiiC .framer-1qnub37 > :first-child, .framer-ReiiC .framer-1lgt592 > :first-child, .framer-ReiiC .framer-ksqsj8 > :first-child, .framer-ReiiC .framer-9b911b > :first-child, .framer-ReiiC .framer-1wg36tz > :first-child, .framer-ReiiC .framer-1tbqpl2 > :first-child, .framer-ReiiC .framer-mg0da1 > :first-child, .framer-ReiiC .framer-1uqcnfc > :first-child { margin-top: 0px; } .framer-ReiiC.framer-72rtr7 > :last-child, .framer-ReiiC .framer-966u9a > :last-child, .framer-ReiiC .framer-jap2lj > :last-child, .framer-ReiiC .framer-1edsy2t > :last-child, .framer-ReiiC .framer-yf4t38 > :last-child, .framer-ReiiC .framer-1cbtozw > :last-child, .framer-ReiiC .framer-1veg7wt > :last-child, .framer-ReiiC .framer-brhxoy > :last-child, .framer-ReiiC .framer-1ge6i6u > :last-child, .framer-ReiiC .framer-a4yaof > :last-child, .framer-ReiiC .framer-19bbah > :last-child, .framer-ReiiC .framer-1cgjcyb > :last-child, .framer-ReiiC .framer-hihy00 > :last-child, .framer-ReiiC .framer-1jwh7o1 > :last-child, .framer-ReiiC .framer-1gkj4go > :last-child, .framer-ReiiC .framer-1kdx1pw > :last-child, .framer-ReiiC .framer-1vdbmg9 > :last-child, .framer-ReiiC .framer-1u3tmf0 > :last-child, .framer-ReiiC .framer-ncw912 > :last-child, .framer-ReiiC .framer-1ana6pw > :last-child, .framer-ReiiC .framer-16lgpp3 > :last-child, .framer-ReiiC .framer-xwu59v > :last-child, .framer-ReiiC .framer-x1sn8g > :last-child, .framer-ReiiC .framer-5q6ih2 > :last-child, .framer-ReiiC .framer-cs1c7k > :last-child, .framer-ReiiC .framer-1mb0l8r > :last-child, .framer-ReiiC .framer-khc4h2 > :last-child, .framer-ReiiC .framer-1ckncqy > :last-child, .framer-ReiiC .framer-pesuwh > :last-child, .framer-ReiiC .framer-1x6cl8k > :last-child, .framer-ReiiC .framer-19gql3r > :last-child, .framer-ReiiC .framer-172v4xt > :last-child, .framer-ReiiC .framer-14zn8cz > :last-child, .framer-ReiiC .framer-p2j970 > :last-child, .framer-ReiiC .framer-1feaiw1 > :last-child, .framer-ReiiC .framer-1ppy9ot > :last-child, .framer-ReiiC .framer-7w6hta > :last-child, .framer-ReiiC .framer-14mfyoi > :last-child, .framer-ReiiC .framer-hqf98h > :last-child, .framer-ReiiC .framer-u02ttx > :last-child, .framer-ReiiC .framer-147pyur > :last-child, .framer-ReiiC .framer-91x4d8 > :last-child, .framer-ReiiC .framer-rr0bll > :last-child, .framer-ReiiC .framer-gj4w1g > :last-child, .framer-ReiiC .framer-ozvd34 > :last-child, .framer-ReiiC .framer-11365qb > :last-child, .framer-ReiiC .framer-k96t9a > :last-child, .framer-ReiiC .framer-1sljagr > :last-child, .framer-ReiiC .framer-aueyov > :last-child, .framer-ReiiC .framer-uk8zg3 > :last-child, .framer-ReiiC .framer-1lp6g8g > :last-child, .framer-ReiiC .framer-183rxmb > :last-child, .framer-ReiiC .framer-7wq04z > :last-child, .framer-ReiiC .framer-93ru8m > :last-child, .framer-ReiiC .framer-1768adv > :last-child, .framer-ReiiC .framer-1yqj03m > :last-child, .framer-ReiiC .framer-5lbm2m > :last-child, .framer-ReiiC .framer-nbr1fv > :last-child, .framer-ReiiC .framer-1qnub37 > :last-child, .framer-ReiiC .framer-1lgt592 > :last-child, .framer-ReiiC .framer-ksqsj8 > :last-child, .framer-ReiiC .framer-9b911b > :last-child, .framer-ReiiC .framer-1wg36tz > :last-child, .framer-ReiiC .framer-1tbqpl2 > :last-child, .framer-ReiiC .framer-mg0da1 > :last-child, .framer-ReiiC .framer-1uqcnfc > :last-child { margin-bottom: 0px; } .framer-ReiiC .framer-1lizoop > *, .framer-ReiiC .framer-gbnm06 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-ReiiC .framer-1lizoop > :first-child, .framer-ReiiC .framer-3xawvz > :first-child, .framer-ReiiC .framer-q1ctqm > :first-child, .framer-ReiiC .framer-1rh5htq > :first-child, .framer-ReiiC .framer-1r5z9gi > :first-child, .framer-ReiiC .framer-gbnm06 > :first-child, .framer-ReiiC .framer-17jj6r1 > :first-child, .framer-ReiiC .framer-icnn23 > :first-child, .framer-ReiiC .framer-18q8tw8 > :first-child, .framer-ReiiC .framer-pcpr2e > :first-child, .framer-ReiiC .framer-c1j79a > :first-child, .framer-ReiiC .framer-1s1v6ku > :first-child, .framer-ReiiC .framer-1hk7gxv > :first-child, .framer-ReiiC .framer-ivvr94 > :first-child, .framer-ReiiC .framer-kz66wq > :first-child, .framer-ReiiC .framer-krxzne > :first-child, .framer-ReiiC .framer-1ic5if > :first-child, .framer-ReiiC .framer-dtfzad > :first-child, .framer-ReiiC .framer-1j7uj6x > :first-child, .framer-ReiiC .framer-1ltad8a > :first-child, .framer-ReiiC .framer-xcz479 > :first-child { margin-left: 0px; } .framer-ReiiC .framer-1lizoop > :last-child, .framer-ReiiC .framer-3xawvz > :last-child, .framer-ReiiC .framer-q1ctqm > :last-child, .framer-ReiiC .framer-1rh5htq > :last-child, .framer-ReiiC .framer-1r5z9gi > :last-child, .framer-ReiiC .framer-gbnm06 > :last-child, .framer-ReiiC .framer-17jj6r1 > :last-child, .framer-ReiiC .framer-icnn23 > :last-child, .framer-ReiiC .framer-18q8tw8 > :last-child, .framer-ReiiC .framer-pcpr2e > :last-child, .framer-ReiiC .framer-c1j79a > :last-child, .framer-ReiiC .framer-1s1v6ku > :last-child, .framer-ReiiC .framer-1hk7gxv > :last-child, .framer-ReiiC .framer-ivvr94 > :last-child, .framer-ReiiC .framer-kz66wq > :last-child, .framer-ReiiC .framer-krxzne > :last-child, .framer-ReiiC .framer-1ic5if > :last-child, .framer-ReiiC .framer-dtfzad > :last-child, .framer-ReiiC .framer-1j7uj6x > :last-child, .framer-ReiiC .framer-1ltad8a > :last-child, .framer-ReiiC .framer-xcz479 > :last-child { margin-right: 0px; } .framer-ReiiC .framer-1cbtozw > *, .framer-ReiiC .framer-p2j970 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-ReiiC .framer-1veg7wt > *, .framer-ReiiC .framer-1vdbmg9 > *, .framer-ReiiC .framer-khc4h2 > *, .framer-ReiiC .framer-1feaiw1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ReiiC .framer-brhxoy > *, .framer-ReiiC .framer-gj4w1g > *, .framer-ReiiC .framer-1lp6g8g > *, .framer-ReiiC .framer-7wq04z > *, .framer-ReiiC .framer-1768adv > *, .framer-ReiiC .framer-5lbm2m > *, .framer-ReiiC .framer-1qnub37 > *, .framer-ReiiC .framer-ksqsj8 > *, .framer-ReiiC .framer-1wg36tz > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ReiiC .framer-1ge6i6u > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-ReiiC .framer-3xawvz > *, .framer-ReiiC .framer-1rh5htq > *, .framer-ReiiC .framer-1r5z9gi > *, .framer-ReiiC .framer-17jj6r1 > *, .framer-ReiiC .framer-1j7uj6x > *, .framer-ReiiC .framer-1ltad8a > *, .framer-ReiiC .framer-xcz479 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ReiiC .framer-a4yaof > *, .framer-ReiiC .framer-ncw912 > *, .framer-ReiiC .framer-pesuwh > *, .framer-ReiiC .framer-7w6hta > *, .framer-ReiiC .framer-ozvd34 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ReiiC .framer-q1ctqm > *, .framer-ReiiC .framer-18q8tw8 > *, .framer-ReiiC .framer-pcpr2e > *, .framer-ReiiC .framer-c1j79a > *, .framer-ReiiC .framer-1s1v6ku > *, .framer-ReiiC .framer-1hk7gxv > *, .framer-ReiiC .framer-ivvr94 > *, .framer-ReiiC .framer-kz66wq > *, .framer-ReiiC .framer-krxzne > *, .framer-ReiiC .framer-1ic5if > *, .framer-ReiiC .framer-dtfzad > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ReiiC .framer-1gkj4go > *, .framer-ReiiC .framer-1kdx1pw > *, .framer-ReiiC .framer-1mb0l8r > *, .framer-ReiiC .framer-91x4d8 > *, .framer-ReiiC .framer-aueyov > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ReiiC .framer-1u3tmf0 > *, .framer-ReiiC .framer-1ckncqy > *, .framer-ReiiC .framer-1ppy9ot > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ReiiC .framer-1ana6pw > *, .framer-ReiiC .framer-1x6cl8k > *, .framer-ReiiC .framer-14mfyoi > *, .framer-ReiiC .framer-183rxmb > *, .framer-ReiiC .framer-93ru8m > *, .framer-ReiiC .framer-1yqj03m > *, .framer-ReiiC .framer-nbr1fv > *, .framer-ReiiC .framer-1lgt592 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ReiiC .framer-icnn23 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-ReiiC .framer-1tbqpl2 > *, .framer-ReiiC .framer-mg0da1 > *, .framer-ReiiC .framer-1uqcnfc > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-ReiiC.framer-72rtr7 { width: 810px; } .framer-ReiiC .framer-jap2lj { height: min-content; } .framer-ReiiC .framer-1edsy2t { padding: 64px 32px 0px 32px; } .framer-ReiiC .framer-1lizoop { align-content: center; align-items: center; flex-direction: column; gap: 64px; } .framer-ReiiC .framer-1cbtozw { flex: none; gap: 48px; width: 746px; } .framer-ReiiC .framer-yyrovg { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-ReiiC .framer-10mbkc6, .framer-ReiiC .framer-19gql3r, .framer-ReiiC .framer-u02ttx { width: 100%; } .framer-ReiiC .framer-1ckncqy { order: 1; } .framer-ReiiC .framer-1r5z9gi { order: 2; } .framer-ReiiC .framer-swt3j6 { order: 0; } .framer-ReiiC .framer-147pyur { padding: 80px 32px 80px 32px; } .framer-ReiiC .framer-icnn23 { flex-wrap: wrap; gap: 48px; } .framer-ReiiC .framer-1leowcw { aspect-ratio: 1.9692307692307693 / 1; height: var(--framer-aspect-ratio-supported, 65px); } .framer-ReiiC .framer-18758yb { height: var(--framer-aspect-ratio-supported, 48px); width: 96px; } .framer-ReiiC .framer-1762hrg { height: var(--framer-aspect-ratio-supported, 109px); width: 109px; } .framer-ReiiC .framer-1asxutg { height: 27px; width: 166px; } .framer-ReiiC .framer-1383kda { height: var(--framer-aspect-ratio-supported, 40px); width: 142px; } .framer-ReiiC .framer-1sljagr { padding: 64px 32px 64px 32px; } .framer-ReiiC .framer-1eupoa, .framer-ReiiC .framer-b049o2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-ReiiC .framer-uk8zg3, .framer-ReiiC .framer-9b911b { align-self: unset; width: 100%; } .framer-ReiiC .framer-1rk3z4v { align-self: unset; grid-template-columns: repeat(3, minmax(200px, 1fr)); } .framer-ReiiC .framer-1w8x53d-container, .framer-ReiiC .framer-17hpcsj-container { align-self: unset; width: auto; } .framer-ReiiC .framer-1jv780r { align-self: unset; grid-template-columns: repeat(2, minmax(200px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ReiiC .framer-1lizoop, .framer-ReiiC .framer-1cbtozw, .framer-ReiiC .framer-icnn23, .framer-ReiiC .framer-1eupoa, .framer-ReiiC .framer-b049o2 { gap: 0px; } .framer-ReiiC .framer-1lizoop > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-ReiiC .framer-1lizoop > :first-child, .framer-ReiiC .framer-1cbtozw > :first-child, .framer-ReiiC .framer-1eupoa > :first-child, .framer-ReiiC .framer-b049o2 > :first-child { margin-top: 0px; } .framer-ReiiC .framer-1lizoop > :last-child, .framer-ReiiC .framer-1cbtozw > :last-child, .framer-ReiiC .framer-1eupoa > :last-child, .framer-ReiiC .framer-b049o2 > :last-child { margin-bottom: 0px; } .framer-ReiiC .framer-1cbtozw > *, .framer-ReiiC .framer-1eupoa > *, .framer-ReiiC .framer-b049o2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ReiiC .framer-icnn23 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-ReiiC .framer-icnn23 > :first-child { margin-left: 0px; } .framer-ReiiC .framer-icnn23 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-ReiiC.framer-72rtr7 { width: 390px; } .framer-ReiiC .framer-sq77xy-container { z-index: 2; } .framer-ReiiC .framer-jap2lj, .framer-ReiiC .framer-ozvd34 { height: min-content; } .framer-ReiiC .framer-1edsy2t, .framer-ReiiC .framer-1sljagr { padding: 40px 20px 40px 20px; } .framer-ReiiC .framer-1lizoop { flex-direction: column; gap: 48px; } .framer-ReiiC .framer-1cbtozw { flex: none; gap: 48px; width: 100%; } .framer-ReiiC .framer-yyrovg { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-ReiiC .framer-10mbkc6, .framer-ReiiC .framer-a4yaof, .framer-ReiiC .framer-u02ttx, .framer-ReiiC .framer-rr0bll { width: 100%; } .framer-ReiiC .framer-1iecpfp-container { height: var(--framer-aspect-ratio-supported, 260px); width: 260px; } .framer-ReiiC .framer-1srpv90 { height: var(--framer-aspect-ratio-supported, 320px); left: 15px; right: 15px; top: -30px; } .framer-ReiiC .framer-14bd6cv { order: 1; } .framer-ReiiC .framer-17e1qas { order: 0; } .framer-ReiiC .framer-147pyur { padding: 80px 20px 80px 20px; } .framer-ReiiC .framer-91x4d8 { gap: 56px; } .framer-ReiiC .framer-icnn23 { flex-direction: column; flex-wrap: wrap; gap: 56px; } .framer-ReiiC .framer-1leowcw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: min-content; } .framer-ReiiC .framer-18758yb { height: var(--framer-aspect-ratio-supported, 48px); left: unset; position: relative; top: unset; transform: unset; width: 96px; } .framer-ReiiC .framer-1762hrg { height: var(--framer-aspect-ratio-supported, 88px); width: 88px; } .framer-ReiiC .framer-1asxutg { height: 24px; width: 151px; } .framer-ReiiC .framer-1383kda { height: var(--framer-aspect-ratio-supported, 40px); width: 142px; } .framer-ReiiC .framer-1eupoa, .framer-ReiiC .framer-b049o2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: flex-start; } .framer-ReiiC .framer-uk8zg3, .framer-ReiiC .framer-2m2j5m-container, .framer-ReiiC .framer-9b911b { align-self: unset; width: 100%; } .framer-ReiiC .framer-1w8x53d-container, .framer-ReiiC .framer-17hpcsj-container { align-self: unset; width: auto; } .framer-ReiiC .framer-1jv780r { align-self: unset; gap: 24px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ReiiC .framer-1lizoop, .framer-ReiiC .framer-1cbtozw, .framer-ReiiC .framer-91x4d8, .framer-ReiiC .framer-icnn23, .framer-ReiiC .framer-1leowcw, .framer-ReiiC .framer-1eupoa, .framer-ReiiC .framer-b049o2, .framer-ReiiC .framer-1jv780r { gap: 0px; } .framer-ReiiC .framer-1lizoop > *, .framer-ReiiC .framer-1cbtozw > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ReiiC .framer-1lizoop > :first-child, .framer-ReiiC .framer-1cbtozw > :first-child, .framer-ReiiC .framer-91x4d8 > :first-child, .framer-ReiiC .framer-icnn23 > :first-child, .framer-ReiiC .framer-1leowcw > :first-child, .framer-ReiiC .framer-1eupoa > :first-child, .framer-ReiiC .framer-b049o2 > :first-child { margin-top: 0px; } .framer-ReiiC .framer-1lizoop > :last-child, .framer-ReiiC .framer-1cbtozw > :last-child, .framer-ReiiC .framer-91x4d8 > :last-child, .framer-ReiiC .framer-icnn23 > :last-child, .framer-ReiiC .framer-1leowcw > :last-child, .framer-ReiiC .framer-1eupoa > :last-child, .framer-ReiiC .framer-b049o2 > :last-child { margin-bottom: 0px; } .framer-ReiiC .framer-91x4d8 > *, .framer-ReiiC .framer-icnn23 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-ReiiC .framer-1leowcw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ReiiC .framer-1eupoa > *, .framer-ReiiC .framer-b049o2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ReiiC .framer-1jv780r > *, .framer-ReiiC .framer-1jv780r > :first-child, .framer-ReiiC .framer-1jv780r > :last-child { margin: 0px; } }}\",\"@media (min-width: 1400px) { .framer-ReiiC.framer-72rtr7 { width: 1400px; } .framer-ReiiC .framer-10mbkc6 { max-width: 60%; } .framer-ReiiC .framer-19gql3r, .framer-ReiiC .framer-u02ttx { width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6651\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wSm2JVHGJ\":{\"layout\":[\"fixed\",\"auto\"]},\"sr4ZX8lQF\":{\"layout\":[\"fixed\",\"auto\"]},\"UmrkXjAL8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-ReiiC\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6651,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsmNsFjTDJK.woff2\",weight:\"400\"},{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksmNsFjTDJK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavNavigationFonts,...ElementsButtonFonts,...HeroImageFonts,...BlogHomepageListFonts,...FeaturesImageRightFonts,...CarouselFonts,...Team_CardFonts,...CTAs1Fonts,...FooterFullFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wSm2JVHGJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sr4ZX8lQF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UmrkXjAL8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6651\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavNavigationFonts", "getFonts", "s0oXmYkyF_default", "ElementsButtonFonts", "FPj_z30cy_default", "HeroImageFonts", "r5E7VN_1l_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithFX", "motion", "BlogHomepageListFonts", "QAzX6nUhE_default", "FeaturesImageRightFonts", "TRzzguzzO_default", "ImageWithFX", "Image2", "CarouselFonts", "Carousel", "Team_CardFonts", "aC3WsJ8ZS_default", "CTAs1Fonts", "BQH6apeGL_default", "FooterFullFonts", "AxtLyIKtU_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "defaultLayoutId", "ae", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "RichText2", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "SVG", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "Link", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
