{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/eK7F6yePbrmIxwZ3103N/Mfob2VAVvdRoPoWnkhgp/BninW6OoQ.js", "ssg:https://framerusercontent.com/modules/fLhc8JW2BcUebn1QkQFy/EDlTa73YNZ2y6Iqrnq13/HPn6QzdvC.js", "ssg:https://framerusercontent.com/modules/2KSszzgpBnUjgJaXKYvA/xu1NkaHeVjxMV7Bg4qoD/eVTYl6rG0.js", "ssg:https://framerusercontent.com/modules/5imATyhMBc80chAnBcu0/03bBP1E5cYP2rU4OxnvY/HqaVeWX2o-0.js", "ssg:https://framerusercontent.com/modules/5imATyhMBc80chAnBcu0/03bBP1E5cYP2rU4OxnvY/HqaVeWX2o.js", "ssg:https://framerusercontent.com/modules/6mfX35IEkfOfOQF7JmKN/z4F7leYcSjbF40HhtnB3/RYAvXxmVb.js", "ssg:https://framerusercontent.com/modules/7dqaOU08nzonErqLYzux/NEGO1LVeVfbp2FHWQeBp/zWXM5V5_k.js", "ssg:https://framerusercontent.com/modules/HCSxJHLHDqzyAefPXCSE/0dTWojORy87TA7jpy9th/i00KYN9gL-0.js", "ssg:https://framerusercontent.com/modules/HCSxJHLHDqzyAefPXCSE/0dTWojORy87TA7jpy9th/i00KYN9gL.js", "ssg:https://framerusercontent.com/modules/wcmjEjGbcg4Pnnf5sY2j/LGoJaeJYFGdHR1vSeXJB/i00KYN9gL.js", "ssg:https://framerusercontent.com/modules/aIxD1oZC6ALPg0Ypkl8F/u4PThwy17q60sbYqasFg/HqaVeWX2o.js", "ssg:https://framerusercontent.com/modules/qSmzt3oZ0gVdjzyc2ZFB/xvwDPGpRzZCKmZkTjBtQ/HG3Pyf00R.js", "ssg:https://framerusercontent.com/modules/UU6Jru3lfq7RP8dXzVMP/bJY81O6FXtFkoiNKL5LK/k2vjrCe5p-0.js", "ssg:https://framerusercontent.com/modules/UU6Jru3lfq7RP8dXzVMP/bJY81O6FXtFkoiNKL5LK/k2vjrCe5p.js", "ssg:https://framerusercontent.com/modules/mCpW5pyBBwMqIo3MnK0P/IeMSlgBRJAExaKn5YeyV/A_40Fq5C2-0.js", "ssg:https://framerusercontent.com/modules/mCpW5pyBBwMqIo3MnK0P/IeMSlgBRJAExaKn5YeyV/A_40Fq5C2.js", "ssg:https://framerusercontent.com/modules/wWCvVGf3hlpAbvc3itr9/v3WYCFOlPy1WZXuqvTOK/Nj59nHpUQ.js", "ssg:https://framerusercontent.com/modules/tn8tMdgEpKBOrVuNnB7a/GV0Z40eOFRjpFG4jMtrm/XKAh0MyP7.js", "ssg:https://framerusercontent.com/modules/9LBIkouwUaJkrJM8ERYW/QEaCPtLSyVRDyv9TGNsP/oZAtms87i.js", "ssg:https://framerusercontent.com/modules/ugTfRTGo68s6E4F2L7ZQ/PZMxIv2OsBilBzck1Uxy/A_40Fq5C2.js", "ssg:https://framerusercontent.com/modules/gHxJkJh7d3XpSE2hFJYk/jFAllNTKDj0UgQxX69SY/k2vjrCe5p.js", "ssg:https://framerusercontent.com/modules/jbYtQQYOhSJrRsKnnmCY/RCOdG1pDTkFhGGzOyvQl/smKUoIdvT.js", "ssg:https://framerusercontent.com/modules/nx6l0r0MGyvGWgTdxneL/JuJOqoVfoZDdXQt3rB9c/qhZc333Xx.js", "ssg:https://framerusercontent.com/modules/zsPAbfvWENCn3M47tHZ2/LQ0h99rDWswrcUFpboIh/RkciST1N9.js", "ssg:https://framerusercontent.com/modules/ASZ5VCRUFhmbOe6jNJkh/FTrShrc9FE49NBMqdrCL/wUvBOCnwa.js", "ssg:https://framerusercontent.com/modules/5TGnmE1izasfnkr1svfl/2TwquvvCo3qHXZfdqb9P/i642dpJcd.js", "ssg:https://framerusercontent.com/modules/pZWRS68LncDVvPEoNjD1/MCtPnMZtJ1sEiGhcKFvM/augiA20Il.js", "ssg:https://framerusercontent.com/modules/cVVsp3RugPwNjIt5yQr9/GoIUpVZQmFIvJsS8Uht4/augiA20Il.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-500\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2\",weight:\"500\"}]}];export const css=['.framer-U9iP9 .framer-styles-preset-1nf4o7b:not(.rich-text-wrapper), .framer-U9iP9 .framer-styles-preset-1nf4o7b.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-U9iP9 .framer-styles-preset-1nf4o7b:not(.rich-text-wrapper), .framer-U9iP9 .framer-styles-preset-1nf4o7b.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-U9iP9 .framer-styles-preset-1nf4o7b:not(.rich-text-wrapper), .framer-U9iP9 .framer-styles-preset-1nf4o7b.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-U9iP9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-aFHXQ .framer-styles-preset-thz84w:not(.rich-text-wrapper), .framer-aFHXQ .framer-styles-preset-thz84w.rich-text-wrapper h6 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-aFHXQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/eK7F6yePbrmIxwZ3103N/Mfob2VAVvdRoPoWnkhgp/BninW6OoQ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fLhc8JW2BcUebn1QkQFy/EDlTa73YNZ2y6Iqrnq13/HPn6QzdvC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fXCHKlXDsSBvQH1ZWyLD/KooUrlc1tpT2jxj2V1TP/nmyZEUP_M.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/wdjIxEEETj1zah1uiVaS/QoDS3coPjV2ySRySuEW5/WQG2SsoyY.js\";const MotionDivWithFX=withFX(motion.div);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"l77y7hEQA\",\"so20HJRmI\",\"sTfVF2tUT\",\"ngzLOZmTt\",\"SF5WtnoZK\"];const serializationHash=\"framer-c7A80\";const variantClassNames={l77y7hEQA:\"framer-v-k1kojk\",ngzLOZmTt:\"framer-v-15jqbil\",SF5WtnoZK:\"framer-v-jhgy11\",so20HJRmI:\"framer-v-9e3wgq\",sTfVF2tUT:\"framer-v-gt3nxs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:25,delay:.1,mass:1,stiffness:127,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const transition3={damping:25,delay:.2,mass:1,stiffness:127,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-50,y:0};const transition4={damping:25,delay:.3,mass:1,stiffness:127,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-50,y:0};const transition5={damping:25,delay:.4,mass:1,stiffness:127,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:-50,y:0};const transition6={damping:25,delay:.5,mass:1,stiffness:127,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:-50,y:0};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Testimonial with Image Circles - Active 1\":\"l77y7hEQA\",\"Testimonial with Image Circles - Active 2\":\"so20HJRmI\",\"Testimonial with Image Circles - Active 3\":\"sTfVF2tUT\",\"Testimonial with Image Circles - Active 4\":\"ngzLOZmTt\",\"Testimonial with Image Circles - Active 5\":\"SF5WtnoZK\"};const getProps=({contentPadding,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,CsR4J8rZs:(_ref=contentPadding!==null&&contentPadding!==void 0?contentPadding:props.CsR4J8rZs)!==null&&_ref!==void 0?_ref:\"40px\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"l77y7hEQA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,CsR4J8rZs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l77y7hEQA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1q2jkbb=activeVariantCallback(async(...args)=>{setVariant(\"l77y7hEQA\");});const onTap1qm67tt=activeVariantCallback(async(...args)=>{setVariant(\"so20HJRmI\");});const onTap9t4sw1=activeVariantCallback(async(...args)=>{setVariant(\"sTfVF2tUT\");});const onTap13osx5w=activeVariantCallback(async(...args)=>{setVariant(\"ngzLOZmTt\");});const onTapmgfgks=activeVariantCallback(async(...args)=>{setVariant(\"SF5WtnoZK\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"so20HJRmI\",\"sTfVF2tUT\",\"ngzLOZmTt\",\"SF5WtnoZK\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"so20HJRmI\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"sTfVF2tUT\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ngzLOZmTt\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"SF5WtnoZK\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-k1kojk\",className,classNames),\"data-framer-name\":\"Testimonial with Image Circles - Active 1\",layoutDependency:layoutDependency,layoutId:\"l77y7hEQA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ngzLOZmTt:{\"data-framer-name\":\"Testimonial with Image Circles - Active 4\"},SF5WtnoZK:{\"data-framer-name\":\"Testimonial with Image Circles - Active 5\"},so20HJRmI:{\"data-framer-name\":\"Testimonial with Image Circles - Active 2\"},sTfVF2tUT:{\"data-framer-name\":\"Testimonial with Image Circles - Active 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mbijyy\",\"data-framer-name\":\"Images Stack\",layoutDependency:layoutDependency,layoutId:\"cvIi2N5Lq\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-41of1t\",\"data-border\":true,\"data-framer-name\":\"Image Stack 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p6pKrJYDs\",onTap:onTap1q2jkbb,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15100,borderBottomRightRadius:15100,borderTopLeftRadius:15100,borderTopRightRadius:15100,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",opacity:1},variants:{ngzLOZmTt:{\"--border-color\":\"rgba(238, 238, 238, 0)\",backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"none\",opacity:.7},SF5WtnoZK:{\"--border-color\":\"rgba(238, 238, 238, 0)\",backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"none\",opacity:.7},so20HJRmI:{\"--border-color\":\"rgba(238, 238, 238, 0)\",backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"none\",opacity:.7},sTfVF2tUT:{\"--border-color\":\"rgba(238, 238, 238, 0)\",backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"none\",opacity:.7}},...addPropertyOverrides({ngzLOZmTt:{__targetOpacity:.7},SF5WtnoZK:{__targetOpacity:.7},so20HJRmI:{__targetOpacity:.7},sTfVF2tUT:{__targetOpacity:.7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"John\",fit:\"fill\",pixelHeight:194,pixelWidth:194,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/0K4pJa1bHEWtXGzmqDl3ixjjE.png\"},className:\"framer-19ch7r\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"U1YqSqA0F\",style:{borderBottomLeftRadius:10100,borderBottomRightRadius:10100,borderTopLeftRadius:10100,borderTopRightRadius:10100}}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dcqp98\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"YM28ESAHj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"YORD SOMJIT\"})}),className:\"framer-16qqnrm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WvNE3d59f\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",children:\"Bangkok Tea\"})}),className:\"framer-1xae66q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wy4r6t97V\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.7,className:\"framer-ntnhis\",\"data-border\":true,\"data-framer-name\":\"Image Stack 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Q557OsHIG\",onTap:onTap1qm67tt,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"none\",opacity:.7},variants:{so20HJRmI:{\"--border-color\":\"rgb(238, 238, 238)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15100,borderBottomRightRadius:15100,borderTopLeftRadius:15100,borderTopRightRadius:15100,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",opacity:1}},...addPropertyOverrides({so20HJRmI:{__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A person standing outdoors against a blue sky, wearing a white shirt and smiling confidently.\",fit:\"fill\",pixelHeight:194,pixelWidth:194,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/2vMyk8GNdxDYmjVCnEGDLKuKqhA.png\"},className:\"framer-1ql8h8g\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"C88ciHOjI\",style:{borderBottomLeftRadius:10100,borderBottomRightRadius:10100,borderTopLeftRadius:10100,borderTopRightRadius:10100}}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nxkbf\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"wsrzbSHtF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Luc Boutet\"})}),className:\"framer-1ucn7bl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Hp6ep3f1J\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",children:\"Sofitel Thailand\"})}),className:\"framer-1jsuxgo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KM4NQlG45\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.7,className:\"framer-lglhua\",\"data-border\":true,\"data-framer-name\":\"Image Stack 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SHAmA54D3\",onTap:onTap9t4sw1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"none\",opacity:.7},variants:{sTfVF2tUT:{\"--border-color\":\"rgb(238, 238, 238)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15100,borderBottomRightRadius:15100,borderTopLeftRadius:15100,borderTopRightRadius:15100,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",opacity:1}},...addPropertyOverrides({sTfVF2tUT:{__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A confident man in a suit smiles, set against a neutral background. Professional portrait style.\",fit:\"fill\",pixelHeight:193,pixelWidth:175,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/XSYYEDwusZrVh783oHcQ7E6U0.png\"},className:\"framer-1g8yx4m\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"CHWxnhmBb\",style:{borderBottomLeftRadius:10100,borderBottomRightRadius:10100,borderTopLeftRadius:10100,borderTopRightRadius:10100}}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kj7lsg\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"HIHh5RJol\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Vincent Cloitre\"})}),className:\"framer-k1zpbu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nt8zjBh2r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Managing Director\"})}),className:\"framer-o6xhj0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Dh9zCJ_bT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.7,className:\"framer-jmkhpk\",\"data-border\":true,\"data-framer-name\":\"Image Stack 4\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XI1cgNBx5\",onTap:onTap13osx5w,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"none\",opacity:.7},variants:{ngzLOZmTt:{\"--border-color\":\"rgb(238, 238, 238)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15100,borderBottomRightRadius:15100,borderTopLeftRadius:15100,borderTopRightRadius:15100,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",opacity:1}},...addPropertyOverrides({ngzLOZmTt:{__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A smiling person in a suit stands indoors, with a blurred background of people and a desk.\",fit:\"fill\",pixelHeight:194,pixelWidth:194,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/yDnc2ECkIG6sGAHx1Hhielv6E.jpg\"},className:\"framer-1qj7r13\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"fqN2UUAB9\",style:{borderBottomLeftRadius:10100,borderBottomRightRadius:10100,borderTopLeftRadius:10100,borderTopRightRadius:10100}}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a7wg2y\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"M0JnYnml6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Bo Nielsen\"})}),className:\"framer-s6yzjh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TjXugKMPB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Executive Vice President\"})}),className:\"framer-1rl81zn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Of5cT53Kh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.7,className:\"framer-4brzrg\",\"data-border\":true,\"data-framer-name\":\"Image Stack 5\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p3AfO0N4Z\",onTap:onTapmgfgks,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"none\",opacity:.7},variants:{SF5WtnoZK:{\"--border-color\":\"rgb(238, 238, 238)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15100,borderBottomRightRadius:15100,borderTopLeftRadius:15100,borderTopRightRadius:15100,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",opacity:1}},...addPropertyOverrides({SF5WtnoZK:{__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A professional man in a suit sits in an office setting, with natural light and a city view in the background.\",fit:\"fill\",pixelHeight:400,pixelWidth:400,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/1aJBuXkfMBd1PjmHzDlvTBUlDQ.jpg\"},className:\"framer-1mh3mxq\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"TOfNRDvw0\",style:{borderBottomLeftRadius:10100,borderBottomRightRadius:10100,borderTopLeftRadius:10100,borderTopRightRadius:10100}}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16xjyp\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"S71Vkpmv3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Luca Bernardinetti\"})}),className:\"framer-hn59eb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MlPGQvc7J\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Managing Partner\"})}),className:\"framer-19hiex0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e8zAvGPGg\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1fhu00r\",\"data-border\":true,\"data-framer-name\":\"Testimonial Content\",layoutDependency:layoutDependency,layoutId:\"fZyxzQ140\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k2hj2k\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"e4c1LYlWg\",style:{\"--c3xgkz\":numberToPixelString(CsR4J8rZs)},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6nen3f\",\"data-framer-name\":\"Stars\",layoutDependency:layoutDependency,layoutId:\"MqvOYQ5UG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xp80gi-container\",layoutDependency:layoutDependency,layoutId:\"uWZJP067w-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(248, 189, 1)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"uWZJP067w\",layoutId:\"uWZJP067w\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9dpf2d-container\",layoutDependency:layoutDependency,layoutId:\"Vh_Ho2DT8-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(248, 189, 1)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"Vh_Ho2DT8\",layoutId:\"Vh_Ho2DT8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jzuplf-container\",layoutDependency:layoutDependency,layoutId:\"Qk5XMimYY-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(248, 189, 1)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"Qk5XMimYY\",layoutId:\"Qk5XMimYY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u984be-container\",layoutDependency:layoutDependency,layoutId:\"CLX8DuhRK-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(248, 189, 1)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"CLX8DuhRK\",layoutId:\"CLX8DuhRK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pl1oqq-container\",layoutDependency:layoutDependency,layoutId:\"vPoMKRDvY-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(248, 189, 1)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"vPoMKRDvY\",layoutId:\"vPoMKRDvY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nf4o7b\",\"data-styles-preset\":\"BninW6OoQ\",children:'\"Their designers are very professional, creative and reactive. I am really proud of the website design they created, which enhance perfectly our Branding.\"'})}),className:\"framer-a8upzq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uaF8UrqJk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ngzLOZmTt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nf4o7b\",\"data-styles-preset\":\"BninW6OoQ\",children:'\"We have been incredibly impressed with all aspects of their work, notably on our website project. If you are looking for an agile creative agency which is extremely capable, pleasant to collaborate with and reactive, then Asia Media is the partner for you.\"'})})},SF5WtnoZK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nf4o7b\",\"data-styles-preset\":\"BninW6OoQ\",children:'\"Our new website design perfectly captures our multidisciplinary professional practice, expressing the company core values. The work has provided by Asia Media is excellent, and we have ever since retained their services with high satisfaction.\"'})})},so20HJRmI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nf4o7b\",\"data-styles-preset\":\"BninW6OoQ\",children:'\"I have worked with many agencies in the past and for the first time we have been able to kick start and release a project on time with the best results we could expect. Their technology agility and creativity has also helped us to recover from a closing down agency.\"'})})},sTfVF2tUT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1nf4o7b\",\"data-styles-preset\":\"BninW6OoQ\",children:'\"I have used the services of Asia Media Studio since 4 years now. They successfully assisted and advised me in the development of a real brand strategy for my accounting company.\"'})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rx4q9\",layoutDependency:layoutDependency,layoutId:\"qa62Px4YB\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iif5pj\",\"data-framer-name\":\"Name & Company\",layoutDependency:layoutDependency,layoutId:\"kfzZsjKQh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Yord Somjit\"})}),className:\"framer-1nifajk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CthMoiHQh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ngzLOZmTt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Bo Nielsen\"})})},SF5WtnoZK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Luca Bernardinetti\"})})},so20HJRmI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Luc Boutet\"})})},sTfVF2tUT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-thz84w\",\"data-styles-preset\":\"HPn6QzdvC\",children:\"Vincent Cloitre\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Founder & CEO of Bangkok Tea\"})}),className:\"framer-1yrzh8z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VCvMuzz6t\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ngzLOZmTt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Executive Vice President, S&J International\"})})},SF5WtnoZK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Managing Partner, Mahanakorn Partners\"})})},so20HJRmI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Sofitel Thailand & Cambodge Digital Marketing Director\"})})},sTfVF2tUT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Managing Director, B-Accounting\"})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16mf0sf-container\",\"data-framer-name\":\"Quote Icon\",layoutDependency:layoutDependency,layoutId:\"ccaeHcd98-container\",name:\"Quote Icon\",style:{opacity:.1},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.5)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Quotes\",id:\"ccaeHcd98\",layoutId:\"ccaeHcd98\",mirrored:false,name:\"Quote Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c7A80.framer-1cd7o6m, .framer-c7A80 .framer-1cd7o6m { display: block; }\",\".framer-c7A80.framer-k1kojk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-c7A80 .framer-mbijyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c7A80 .framer-41of1t { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 7px 20px 7px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-c7A80 .framer-19ch7r, .framer-c7A80 .framer-1ql8h8g, .framer-c7A80 .framer-1g8yx4m, .framer-c7A80 .framer-1qj7r13, .framer-c7A80 .framer-1mh3mxq { flex: none; height: 50px; overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-c7A80 .framer-1dcqp98, .framer-c7A80 .framer-1nxkbf, .framer-c7A80 .framer-kj7lsg, .framer-c7A80 .framer-a7wg2y, .framer-c7A80 .framer-16xjyp { 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; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-c7A80 .framer-16qqnrm, .framer-c7A80 .framer-1ucn7bl, .framer-c7A80 .framer-k1zpbu, .framer-c7A80 .framer-s6yzjh, .framer-c7A80 .framer-hn59eb { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-c7A80 .framer-1xae66q, .framer-c7A80 .framer-1jsuxgo, .framer-c7A80 .framer-o6xhj0, .framer-c7A80 .framer-1rl81zn, .framer-c7A80 .framer-19hiex0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-c7A80 .framer-ntnhis { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 10px 10px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-c7A80 .framer-lglhua, .framer-c7A80 .framer-jmkhpk, .framer-c7A80 .framer-4brzrg { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-c7A80 .framer-1fhu00r { 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: 1200px; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-c7A80 .framer-1k2hj2k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: var(--c3xgkz); position: relative; width: 1px; }\",\".framer-c7A80 .framer-6nen3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-c7A80 .framer-xp80gi-container, .framer-c7A80 .framer-9dpf2d-container, .framer-c7A80 .framer-jzuplf-container, .framer-c7A80 .framer-u984be-container, .framer-c7A80 .framer-1pl1oqq-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-c7A80 .framer-a8upzq, .framer-c7A80 .framer-1nifajk, .framer-c7A80 .framer-1yrzh8z { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c7A80 .framer-rx4q9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c7A80 .framer-1iif5pj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c7A80 .framer-16mf0sf-container { bottom: 0px; flex: none; height: 60px; position: absolute; right: 0px; width: 60px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-c7A80.framer-k1kojk, .framer-c7A80 .framer-mbijyy, .framer-c7A80 .framer-41of1t, .framer-c7A80 .framer-1dcqp98, .framer-c7A80 .framer-ntnhis, .framer-c7A80 .framer-1nxkbf, .framer-c7A80 .framer-lglhua, .framer-c7A80 .framer-kj7lsg, .framer-c7A80 .framer-jmkhpk, .framer-c7A80 .framer-a7wg2y, .framer-c7A80 .framer-4brzrg, .framer-c7A80 .framer-16xjyp, .framer-c7A80 .framer-1fhu00r, .framer-c7A80 .framer-1k2hj2k, .framer-c7A80 .framer-6nen3f, .framer-c7A80 .framer-rx4q9, .framer-c7A80 .framer-1iif5pj { gap: 0px; } .framer-c7A80.framer-k1kojk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-c7A80.framer-k1kojk > :first-child, .framer-c7A80 .framer-1dcqp98 > :first-child, .framer-c7A80 .framer-1nxkbf > :first-child, .framer-c7A80 .framer-kj7lsg > :first-child, .framer-c7A80 .framer-a7wg2y > :first-child, .framer-c7A80 .framer-16xjyp > :first-child, .framer-c7A80 .framer-1k2hj2k > :first-child, .framer-c7A80 .framer-1iif5pj > :first-child { margin-top: 0px; } .framer-c7A80.framer-k1kojk > :last-child, .framer-c7A80 .framer-1dcqp98 > :last-child, .framer-c7A80 .framer-1nxkbf > :last-child, .framer-c7A80 .framer-kj7lsg > :last-child, .framer-c7A80 .framer-a7wg2y > :last-child, .framer-c7A80 .framer-16xjyp > :last-child, .framer-c7A80 .framer-1k2hj2k > :last-child, .framer-c7A80 .framer-1iif5pj > :last-child { margin-bottom: 0px; } .framer-c7A80 .framer-mbijyy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-c7A80 .framer-mbijyy > :first-child, .framer-c7A80 .framer-41of1t > :first-child, .framer-c7A80 .framer-ntnhis > :first-child, .framer-c7A80 .framer-lglhua > :first-child, .framer-c7A80 .framer-jmkhpk > :first-child, .framer-c7A80 .framer-4brzrg > :first-child, .framer-c7A80 .framer-1fhu00r > :first-child, .framer-c7A80 .framer-6nen3f > :first-child, .framer-c7A80 .framer-rx4q9 > :first-child { margin-left: 0px; } .framer-c7A80 .framer-mbijyy > :last-child, .framer-c7A80 .framer-41of1t > :last-child, .framer-c7A80 .framer-ntnhis > :last-child, .framer-c7A80 .framer-lglhua > :last-child, .framer-c7A80 .framer-jmkhpk > :last-child, .framer-c7A80 .framer-4brzrg > :last-child, .framer-c7A80 .framer-1fhu00r > :last-child, .framer-c7A80 .framer-6nen3f > :last-child, .framer-c7A80 .framer-rx4q9 > :last-child { margin-right: 0px; } .framer-c7A80 .framer-41of1t > *, .framer-c7A80 .framer-ntnhis > *, .framer-c7A80 .framer-lglhua > *, .framer-c7A80 .framer-jmkhpk > *, .framer-c7A80 .framer-4brzrg > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-c7A80 .framer-1dcqp98 > *, .framer-c7A80 .framer-1nxkbf > *, .framer-c7A80 .framer-kj7lsg > *, .framer-c7A80 .framer-a7wg2y > *, .framer-c7A80 .framer-16xjyp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-c7A80 .framer-1fhu00r > *, .framer-c7A80 .framer-rx4q9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-c7A80 .framer-1k2hj2k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-c7A80 .framer-6nen3f > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-c7A80 .framer-1iif5pj > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-c7A80.framer-v-9e3wgq .framer-41of1t { padding: 7px 20px 7px 10px; }\",\".framer-c7A80.framer-v-9e3wgq .framer-ntnhis, .framer-c7A80.framer-v-gt3nxs .framer-lglhua, .framer-c7A80.framer-v-15jqbil .framer-jmkhpk, .framer-c7A80.framer-v-jhgy11 .framer-4brzrg { align-content: center; align-items: center; padding: 7px 20px 7px 8px; }\",\".framer-c7A80.framer-v-9e3wgq .framer-lglhua, .framer-c7A80.framer-v-gt3nxs .framer-jmkhpk, .framer-c7A80.framer-v-15jqbil .framer-4brzrg { padding: 10px 10px 10px 20px; }\",\".framer-c7A80.framer-v-gt3nxs .framer-41of1t, .framer-c7A80.framer-v-15jqbil .framer-41of1t, .framer-c7A80.framer-v-jhgy11 .framer-41of1t { padding: 7px 10px 7px 10px; }\",\".framer-c7A80.framer-v-gt3nxs .framer-ntnhis, .framer-c7A80.framer-v-15jqbil .framer-lglhua, .framer-c7A80.framer-v-jhgy11 .framer-jmkhpk { padding: 10px 20px 10px 10px; }\",\".framer-c7A80.framer-v-15jqbil .framer-ntnhis, .framer-c7A80.framer-v-jhgy11 .framer-ntnhis { padding: 10px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-c7A80[data-border=\"true\"]::after, .framer-c7A80 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 418\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"so20HJRmI\":{\"layout\":[\"fixed\",\"auto\"]},\"sTfVF2tUT\":{\"layout\":[\"fixed\",\"auto\"]},\"ngzLOZmTt\":{\"layout\":[\"fixed\",\"auto\"]},\"SF5WtnoZK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CsR4J8rZs\":\"contentPadding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereVTYl6rG0=withCSS(Component,css,\"framer-c7A80\");export default FramereVTYl6rG0;FramereVTYl6rG0.displayName=\"Testimonials Tabs\";FramereVTYl6rG0.defaultProps={height:418,width:1200};addPropertyControls(FramereVTYl6rG0,{variant:{options:[\"l77y7hEQA\",\"so20HJRmI\",\"sTfVF2tUT\",\"ngzLOZmTt\",\"SF5WtnoZK\"],optionTitles:[\"Testimonial with Image Circles - Active 1\",\"Testimonial with Image Circles - Active 2\",\"Testimonial with Image Circles - Active 3\",\"Testimonial with Image Circles - Active 4\",\"Testimonial with Image Circles - Active 5\"],title:\"Variant\",type:ControlType.Enum},CsR4J8rZs:{defaultValue:\"40px\",title:\"Content Padding\",type:ControlType.Padding}});addFonts(FramereVTYl6rG0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereVTYl6rG0\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"CsR4J8rZs\\\":\\\"contentPadding\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"so20HJRmI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sTfVF2tUT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ngzLOZmTt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SF5WtnoZK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"418\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eVTYl6rG0.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",style:{\"--framer-text-alignment\":\"center\"},children:[\"\u0E22\u0E31\u0E07\u0E15\u0E31\u0E14\u0E2A\u0E34\u0E19\u0E43\u0E08\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E2D\u0E22\u0E39\u0E48\u0E40\u0E2B\u0E23\u0E2D?\",/*#__PURE__*/_jsx(motion.br,{}),\"\u0E43\u0E2B\u0E49\u0E40\u0E23\u0E32\u0E0A\u0E48\u0E27\u0E22\u0E04\u0E38\u0E13\u0E17\u0E33\u0E01\u0E32\u0E23\u0E15\u0E31\u0E14\u0E2A\u0E34\u0E19\u0E43\u0E08\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07.\"]})});export const v1=\"\u0E2A\u0E48\u0E07\u0E2D\u0E35\u0E40\u0E21\u0E25\u0E2B\u0E32\u0E1E\u0E27\u0E01\u0E40\u0E23\u0E32\";export const v2=\"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E27\u0E25\u0E32\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E42\u0E17\u0E23\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport*as localizedValues from\"./HqaVeWX2o-0.js\";const valuesByLocaleId={efOh_2ikP:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-poWnw .framer-styles-preset-flgvtq:not(.rich-text-wrapper), .framer-poWnw .framer-styles-preset-flgvtq.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-poWnw\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-YTo31 .framer-styles-preset-alq253:not(.rich-text-wrapper), .framer-YTo31 .framer-styles-preset-alq253.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-82b3901d-cf97-42cd-90da-faa5c6640fb8, #1d64ff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-YTo31 .framer-styles-preset-alq253:not(.rich-text-wrapper), .framer-YTo31 .framer-styles-preset-alq253.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-82b3901d-cf97-42cd-90da-faa5c6640fb8, #1d64ff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-YTo31 .framer-styles-preset-alq253:not(.rich-text-wrapper), .framer-YTo31 .framer-styles-preset-alq253.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-82b3901d-cf97-42cd-90da-faa5c6640fb8, #1d64ff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-YTo31\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"\u0E1A\u0E49\u0E32\u0E19\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E25\u0E19\u0E14\u0E34\u0E49\u0E07\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E23\u0E31\u0E1A\u0E2B\u0E19\u0E49 landing \u0E17\u0E35\u0E48\u0E40\u0E23\u0E35\u0E22\u0E1A\u0E2B\u0E23\u0E39\u0E41\u0E25\u0E30\u0E40\u0E1B\u0E47\u0E19\u0E21\u0E37\u0E2D\u0E2D\u0E32\u0E0A\u0E35\u0E1E \u0E40\u0E1E\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E41\u0E1B\u0E25\u0E07\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E14\u0E49\u0E27\u0E22\u0E01\u0E32\u0E23\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E19\u0E48\u0E32\u0E17\u0E36\u0E48\u0E07.\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"/ \u0E23\u0E32\u0E04\u0E32\u0E15\u0E31\u0E49\u0E07\u0E15\u0E49\u0E19\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 85, 255) 0%, rgb(0, 153, 255) 100%)\"},children:\"\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32 Framer\"})})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E01\u0E32\u0E23\u0E42\u0E17\u0E23\u0E27\u0E32\u0E07\u0E41\u0E1C\u0E19\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E2B\u0E19\u0E49\u0E32\u0E40\u0E14\u0E35\u0E22\u0E27\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E2A\u0E48\u0E07\u0E20\u0E32\u0E22\u0E43\u0E19 1-2 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"3 \u0E23\u0E2D\u0E1A\u0E01\u0E32\u0E23\u0E41\u0E01\u0E49\u0E44\u0E02\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E0A\u0E48\u0E2D\u0E07 Slack \u0E2A\u0E48\u0E27\u0E19\u0E15\u0E31\u0E27\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E23\u0E30\u0E1A\u0E1A\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\"})});export const v11=\"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49\u0E40\u0E25\u0E22\";export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"\u0E40\u0E27\u0E47\u0E1A\u0E44\u0E0B\u0E15\u0E4C Framer\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0E19\u0E34\u0E22\u0E21\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E40\u0E27\u0E47\u0E1A\u0E44\u0E0B\u0E15\u0E4C\u0E17\u0E35\u0E48\u0E04\u0E23\u0E2D\u0E1A\u0E04\u0E25\u0E38\u0E21\u0E23\u0E27\u0E21 CMS \u0E17\u0E35\u0E48\u0E21\u0E35\u0E1B\u0E23\u0E30\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E20\u0E32\u0E1E\u0E2A\u0E39\u0E07 \u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E1B\u0E23\u0E31\u0E1A\u0E43\u0E2B\u0E49\u0E40\u0E2B\u0E21\u0E32\u0E30\u0E2A\u0E21 \u0E41\u0E25\u0E30 SEO \u0E17\u0E35\u0E48\u0E23\u0E27\u0E21\u0E40\u0E02\u0E49\u0E32\u0E44\u0E27\u0E49\u0E14\u0E49\u0E27\u0E22\u0E01\u0E31\u0E19.\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 140,000\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E2B\u0E25\u0E32\u0E22\u0E2B\u0E19\u0E49\u0E32\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E2A\u0E48\u0E07 4-6 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E2A\u0E48\u0E07 6-10 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\"})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"5 \u0E23\u0E2D\u0E1A\u0E01\u0E32\u0E23\u0E41\u0E01\u0E49\u0E44\u0E02\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(162, 89, 255) 0%, rgb(10, 207, 131) 78.4277%)\"},children:\"\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A Figma\"})})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u0E40\u0E1E\u0E34\u0E48\u0E21\"})});export const v22=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u0E25\u0E1A\"})});export const v23=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-alq253\",\"data-styles-preset\":\"zWXM5V5_k\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(162, 89, 255) -5%, rgb(10, 207, 131) 112%)\"},children:\"\u0E01\u0E32\u0E23\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A Figma \u0E41\u0E1A\u0E1A\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E32\u0E04\u0E32 +THB 50K\"})})});export const v24=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\"})});export const v25=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"\u0E40\u0E23\u0E32\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E2A\u0E19\u0E2D\u0E01\u0E32\u0E23\u0E41\u0E01\u0E49\u0E1B\u0E31\u0E0D\u0E2B\u0E32\u0E14\u0E34\u0E08\u0E34\u0E17\u0E31\u0E25\u0E17\u0E35\u0E48\u0E01\u0E27\u0E49\u0E32\u0E07\u0E02\u0E27\u0E32\u0E07 \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1E\u0E32\u0E18\u0E38\u0E23\u0E01\u0E34\u0E08\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E02\u0E36\u0E49\u0E19\u0E2A\u0E39\u0E48\u0E17\u0E49\u0E2D\u0E07\u0E1F\u0E49\u0E32!\"})});export const v26=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 112, 204) 0%, rgb(207, 10, 190) 65.3456%)\"},children:\"\u0E01\u0E32\u0E23\u0E15\u0E25\u0E32\u0E14\u0E14\u0E34\u0E08\u0E34\u0E17\u0E31\u0E25\"})})});export const v27=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(72, 0, 255) 0%, rgb(0, 187, 255) 78%)\"},children:\"\u0E01\u0E32\u0E23\u0E2D\u0E2D\u0E01\u0E41\u0E1A\u0E1A UX/UI\"})})});export const v28=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(9, 32, 63) 0%, rgb(83, 120, 149) 51.3584%)\"},children:\"\u0E41\u0E2D\u0E1B\u0E1A\u0E19\u0E40\u0E27\u0E47\u0E1A/\u0E21\u0E37\u0E2D\u0E16\u0E37\u0E2D\"})})});export const v29=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",children:\"\u0E41\u0E25\u0E30\u0E2D\u0E37\u0E48\u0E19 \u0E46 ...\"})});export const v30=\"\u0E02\u0E2D\u0E43\u0E1A\u0E40\u0E2A\u0E19\u0E2D\u0E23\u0E32\u0E04\u0E32\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1f5f6d9)\nimport*as localizedValues from\"./i00KYN9gL-0.js\";const valuesByLocaleId={efOh_2ikP:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/htqI4hr25efVKpqNi2TY/O3XQ4YQooDrVdC1BBl9f/BsIq84UOB.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/hifCXFZGhZjODTRf9z6V/l7VIbGO8J1SfoFtpRCHz/Nj59nHpUQ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fXCHKlXDsSBvQH1ZWyLD/KooUrlc1tpT2jxj2V1TP/nmyZEUP_M.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/6mfX35IEkfOfOQF7JmKN/z4F7leYcSjbF40HhtnB3/RYAvXxmVb.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/7dqaOU08nzonErqLYzux/NEGO1LVeVfbp2FHWQeBp/zWXM5V5_k.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/HCSxJHLHDqzyAefPXCSE/0dTWojORy87TA7jpy9th/i00KYN9gL.js\";import MainBlueButton from\"https://framerusercontent.com/modules/ccVticvdztehm94kXnkN/TgO5YNt3BsECUZ3L8OOs/L5ixyJb01.js\";const PhosphorFonts=getFonts(Phosphor);const MainBlueButtonFonts=getFonts(MainBlueButton);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"SfiG5XN_y\",\"gsHH4Eqmm\"];const serializationHash=\"framer-a3oy8\";const variantClassNames={gsHH4Eqmm:\"framer-v-1558ag1\",SfiG5XN_y:\"framer-v-si0duq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:60,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition3};const transition4={damping:60,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-50,y:0};const animation4={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transition:transition3};const transition5={damping:60,delay:.3,mass:1,stiffness:250,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:-50,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Pricing Tables (Framer Addon Active)\":\"gsHH4Eqmm\",\"Pricing Tables\":\"SfiG5XN_y\"};const getProps=({height,id,tablesDirection,width,...props})=>{return{...props,O0my_UkJ7:humanReadableEnumMap[tablesDirection]??tablesDirection??props.O0my_UkJ7??\"row\",variant:humanReadableVariantMap[props.variant]??props.variant??\"SfiG5XN_y\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,O0my_UkJ7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SfiG5XN_y\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapuzatdp=activeVariantCallback(async(...args)=>{setVariant(\"gsHH4Eqmm\");});const onTap1snbhtt=activeVariantCallback(async(...args)=>{setVariant(\"SfiG5XN_y\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"gsHH4Eqmm\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"gsHH4Eqmm\")return true;return false;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-si0duq\",className,classNames),\"data-framer-name\":\"Pricing Tables\",layoutDependency:layoutDependency,layoutId:\"SfiG5XN_y\",ref:refBinding,style:{\"--15mc9b6\":O0my_UkJ7===\"row\"?0:\"calc(20px / 2)\",\"--1mdd57q\":O0my_UkJ7===\"column\"?0:\"calc(20px / 2)\",\"--1oe5vew\":O0my_UkJ7===\"column\"?undefined:\"1 0 0px\",\"--adinp1\":O0my_UkJ7===\"column\"?\"100%\":\"1px\",\"--imrai5\":O0my_UkJ7,...style},...addPropertyOverrides({gsHH4Eqmm:{\"data-framer-name\":\"Pricing Tables (Framer Addon Active)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ci8acf\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 1\",layoutDependency:layoutDependency,layoutId:\"ieH3RNjDo\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ysduwi\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"hySP5yJz3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1klsaqr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xawTqzxHV-container\",nodeId:\"xawTqzxHV\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"AirplaneTilt\",id:\"xawTqzxHV\",layoutId:\"xawTqzxHV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4ksc52\",\"data-framer-name\":\"Plan Name & Description\",layoutDependency:layoutDependency,layoutId:\"Ttu9yRpFk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"Landing page\"})}),className:\"framer-1rac8bq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OELuz9foG\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 81, 28)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get a sleek, professional landing page. Drive more conversions with stunning design.\"})}),className:\"framer-1fz671z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sgPelvX5K\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iehwsu\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"wVv06Fobe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 30k\"})}),className:\"framer-1q6qk9j\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"N2z9RqI2a\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"/ Starting Price\"})}),className:\"framer-1eza3z3\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"IIbA_4JQf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bajytw\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"WtiVv3WI8\",style:{backgroundColor:\"rgba(29, 100, 255, 0.2)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g98klb\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"vurCz3IvO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o1b241\",layoutDependency:layoutDependency,layoutId:\"RwV03aWnb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-188u9qv-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uG3lbSV8v-container\",nodeId:\"uG3lbSV8v\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 85, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"FramerLogo\",id:\"uG3lbSV8v\",layoutId:\"uG3lbSV8v\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 85, 255) 0%, rgb(0, 153, 255) 100%)\"},children:\"Framer development\"})})}),className:\"framer-1w8ar1t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rfTJOROL9\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-168tang\",layoutDependency:layoutDependency,layoutId:\"RpviTgaEg\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2hdd4a-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pFpy6W7PL-container\",nodeId:\"pFpy6W7PL\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Infinity\",id:\"pFpy6W7PL\",layoutId:\"pFpy6W7PL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Kick-off planning call\"})}),className:\"framer-1kkms9k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z1l5m8R3c\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5ouyoz\",layoutDependency:layoutDependency,layoutId:\"UEU8SVsfE\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8jhkrl-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eQsy7HCQw-container\",nodeId:\"eQsy7HCQw\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Note\",id:\"eQsy7HCQw\",layoutId:\"eQsy7HCQw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Onepager\"})}),className:\"framer-11q2bsu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KUETSRxMo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1va1lei\",layoutDependency:layoutDependency,layoutId:\"s8mikuiZX\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uo7qs0-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fvbOK6Rn1-container\",nodeId:\"fvbOK6Rn1\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Timer\",id:\"fvbOK6Rn1\",layoutId:\"fvbOK6Rn1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"1-2 weeks delivery\"})}),className:\"framer-ts7leb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bp6CQmZGa\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h0wqgh\",layoutDependency:layoutDependency,layoutId:\"aX725bGzR\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1htom3y-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PsJGDiSpe-container\",nodeId:\"PsJGDiSpe\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"ArrowsClockwise\",id:\"PsJGDiSpe\",layoutId:\"PsJGDiSpe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"3 rounds of revisions\"})}),className:\"framer-ql12on\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Qd7PdBuN0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13lw6fe\",layoutDependency:layoutDependency,layoutId:\"B9vN61aMD\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16i3zam-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uJvgIb2iV-container\",nodeId:\"uJvgIb2iV\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"SlackLogo\",id:\"uJvgIb2iV\",layoutId:\"uJvgIb2iV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Private Slack channel\"})}),className:\"framer-110rr8q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fADUoTLuO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1evhld2\",layoutDependency:layoutDependency,layoutId:\"Ujkqh7nwF\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8u8t6b-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wvpqYtIlX-container\",nodeId:\"wvpqYtIlX\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"PlayPause\",id:\"wvpqYtIlX\",layoutId:\"wvpqYtIlX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Onboarding to the CMS\"})}),className:\"framer-un6xsw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HEqmxFdT1\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z2gh6q\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"iTmZE6gjH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 30k\"})}),className:\"framer-vvm0s2\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"lu0A28_zq\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"/ Starting Price\"})}),className:\"framer-1h34iry\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"kmisLfGOy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`calc(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mlm3x2-container\",layoutDependency:layoutDependency,layoutId:\"h_hbml0L6-container\",nodeId:\"h_hbml0L6\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",whileTap:animation2,children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"h_hbml0L6\",l5Rze4AW5:\"ArrowRight\",l8wRfdseT:getLocalizedValue(\"v11\",activeLocale)??\"Get started today\",layoutId:\"h_hbml0L6\",Lmd8HWOEd:resolvedLinks[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"lwH52tcCC\",width:\"100%\",...addPropertyOverrides({gsHH4Eqmm:{Lmd8HWOEd:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ljyitj\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 2\",layoutDependency:layoutDependency,layoutId:\"vHUSMNwxw\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ruvlgc\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SJaUzjgik\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rbfs7x-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Nfget0brp-container\",nodeId:\"Nfget0brp\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"RocketLaunch\",id:\"Nfget0brp\",layoutId:\"Nfget0brp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ugj5g0\",\"data-framer-name\":\"Plan Name & Description\",layoutDependency:layoutDependency,layoutId:\"h73eWEtvP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17d5szp\",layoutDependency:layoutDependency,layoutId:\"BqBfUFyVb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"Framer Website\"})}),className:\"framer-c53pbe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X_Sw9rT6s\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 81, 28)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n7oy3n\",\"data-framer-name\":\"Popular Badge\",layoutDependency:layoutDependency,layoutId:\"hUiImQ79T\",style:{backgroundColor:\"rgb(255, 81, 28)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Popular\"})}),className:\"framer-1srujow\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"NcSooHP4a\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",style:{\"--framer-text-alignment\":\"left\"},children:\"A comprehensive website combining powerful CMS, optimized performance, and integrated SEO.\"})}),className:\"framer-1j11y7z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rJsR42I8u\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xzkajl\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"YsMAtHeIm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 90k\"})}),className:\"framer-1cz2ub2\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"F2HhKei4r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 90k\"})}),className:\"framer-1th9vuk\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"sfUYT7Zop\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gsHH4Eqmm:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"THB 140k\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"/ Starting Price\"})}),className:\"framer-1c78dna\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"powSj8PKc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b26tbv\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"LGhVSjTzZ\",style:{backgroundColor:\"rgba(29, 100, 255, 0.2)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g8ly0i\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"SXpAW4XRd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-udqebm\",layoutDependency:layoutDependency,layoutId:\"YkbncIojK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1antdzk-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jfbomG9__-container\",nodeId:\"jfbomG9__\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 85, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"FramerLogo\",id:\"jfbomG9__\",layoutId:\"jfbomG9__\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 85, 255) 0%, rgb(0, 153, 255) 100%)\"},children:\"Framer development\"})})}),className:\"framer-10kts20\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JefbPy_N3\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-syxovm\",layoutDependency:layoutDependency,layoutId:\"Anld_3Kk1\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i6etmu-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"NwmdNbzC_-container\",nodeId:\"NwmdNbzC_\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Infinity\",id:\"NwmdNbzC_\",layoutId:\"NwmdNbzC_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Kick-off planning call\"})}),className:\"framer-h3dwsx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mcmq64XkS\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-is3ac5\",layoutDependency:layoutDependency,layoutId:\"Ie7qYRJgK\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cqgtzl-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"syUKS547Q-container\",nodeId:\"syUKS547Q\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"StarFour\",id:\"syUKS547Q\",layoutId:\"syUKS547Q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Multi-page\"})}),className:\"framer-13qyjzt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N36TINla3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cenx\",layoutDependency:layoutDependency,layoutId:\"uNUbvpKbB\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-to5uzy-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mgzAojVrZ-container\",nodeId:\"mgzAojVrZ\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Timer\",id:\"mgzAojVrZ\",layoutId:\"mgzAojVrZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"4-6 weeks delivery\"})}),className:\"framer-xlxhsi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EtQ9nzpaH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gsHH4Eqmm:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"6-10 weeks delivery\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17tesy8\",layoutDependency:layoutDependency,layoutId:\"Hm8PGYRUg\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-177k6pl-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Uli8Ohm9V-container\",nodeId:\"Uli8Ohm9V\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"ArrowsClockwise\",id:\"Uli8Ohm9V\",layoutId:\"Uli8Ohm9V\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"5 rounds of revisons\"})}),className:\"framer-19bw3ct\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZdmfS1DKt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8z8rta\",layoutDependency:layoutDependency,layoutId:\"u2RDvthr7\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nvamhj-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wTxVfhSus-container\",nodeId:\"wTxVfhSus\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"SlackLogo\",id:\"wTxVfhSus\",layoutId:\"wTxVfhSus\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Private Slack channel\"})}),className:\"framer-1s0gz9q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u6kr0FEJm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4obp5q\",layoutDependency:layoutDependency,layoutId:\"KVMT_W0PL\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10car77-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xiupsRQmO-container\",nodeId:\"xiupsRQmO\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"PlayPause\",id:\"xiupsRQmO\",layoutId:\"xiupsRQmO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Onboarding to the CMS\"})}),className:\"framer-1v76ivx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AMDZ6zPdA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uz87fp\",layoutDependency:layoutDependency,layoutId:\"l4HvWooao\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4u7idd-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zh81Q5EfU-container\",nodeId:\"zh81Q5EfU\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(162, 89, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"FigmaLogo\",id:\"zh81Q5EfU\",layoutId:\"zh81Q5EfU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(162, 89, 255) 0%, rgb(10, 207, 131) 78.4277%)\"},children:\"Figma design\"})})}),className:\"framer-y0ice7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hGgl3XfUO\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j2x3u9\",\"data-framer-name\":\"Plan Addon\",layoutDependency:layoutDependency,layoutId:\"u4htzmMp_\",style:{background:\"linear-gradient(280deg, rgba(255, 28, 244, 0.05) -12%, rgba(186, 221, 255, 0.2) 100%)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gag39d\",\"data-framer-name\":\"Add Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wrRC2h9fg\",onTap:onTapuzatdp,style:{background:\"linear-gradient(90deg, rgb(162, 89, 255) -28.999999999999996%, rgb(10, 207, 131) 148%)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileTap:animation4,...addPropertyOverrides({gsHH4Eqmm:{onTap:onTap1snbhtt}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16rdk4z-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yt69gtxF6-container\",nodeId:\"yt69gtxF6\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Plus\",id:\"yt69gtxF6\",layoutId:\"yt69gtxF6\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({gsHH4Eqmm:{iconSelection:\"Minus\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Add\"})}),className:\"framer-16tb0n0\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"ELdRH9cuT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gsHH4Eqmm:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Remove\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-alq253\",\"data-styles-preset\":\"zWXM5V5_k\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(162, 89, 255) -5%, rgb(10, 207, 131) 112%)\"},children:\"Custom Figma design for +THB 50K\"})})}),className:\"framer-z7u12e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T27_7RRKQ\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`calc(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ys6rr0-container\",layoutDependency:layoutDependency,layoutId:\"c2N8gYKgC-container\",nodeId:\"c2N8gYKgC\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",whileTap:animation2,children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"c2N8gYKgC\",l5Rze4AW5:\"ArrowRight\",l8wRfdseT:getLocalizedValue(\"v11\",activeLocale)??\"Get started today\",layoutId:\"c2N8gYKgC\",Lmd8HWOEd:resolvedLinks1[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"lwH52tcCC\",width:\"100%\",...addPropertyOverrides({gsHH4Eqmm:{Lmd8HWOEd:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-fnoncs\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 3\",layoutDependency:layoutDependency,layoutId:\"sMEZpjkBR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t0pj6h\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"G0XTamAr5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pgbj7w-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"h1q55JR5N-container\",nodeId:\"h1q55JR5N\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Intersect\",id:\"h1q55JR5N\",layoutId:\"h1q55JR5N\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a55s6j\",\"data-framer-name\":\"Plan Name\",layoutDependency:layoutDependency,layoutId:\"D_K44vFxS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"Custom\"})}),className:\"framer-rszckx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hr6c6NQ7M\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 81, 28)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[\"We offer extensive digital solutions\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1sp2osd, rgba(109, 122, 130, 0.7))\"},children:\" to take your business to the skies!\"})]})}),className:\"framer-10h6x1n\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"SdGa9Am2u\",style:{\"--extracted-1sp2osd\":\"rgba(109, 122, 130, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ysq4il\",layoutDependency:layoutDependency,layoutId:\"N2IjNuUad\",style:{backgroundColor:\"rgba(29, 100, 255, 0.2)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gptstn\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"LeuKko65d\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xofpb3\",layoutDependency:layoutDependency,layoutId:\"t7avQE8O3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xdt72o-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lFhdFthBQ-container\",nodeId:\"lFhdFthBQ\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(162, 89, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"FigmaLogo\",id:\"lFhdFthBQ\",layoutId:\"lFhdFthBQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(162, 89, 255) 0%, rgb(10, 207, 131) 78.4277%)\"},children:\"Figma design\"})})}),className:\"framer-15bhx8l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UieDMTkVO\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s1wrru\",layoutDependency:layoutDependency,layoutId:\"R0iIEfJav\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-362ap9-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"D4fyvO8ax-container\",nodeId:\"D4fyvO8ax\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 112, 204)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Megaphone\",id:\"D4fyvO8ax\",layoutId:\"D4fyvO8ax\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 112, 204) 0%, rgb(207, 10, 190) 65.3456%)\"},children:\"Digital marketing\"})})}),className:\"framer-17y4uid\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CJX7RE6EQ\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uvnup0\",layoutDependency:layoutDependency,layoutId:\"utW4fiAQG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cbmrsj-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"v1CG0Wcqa-container\",nodeId:\"v1CG0Wcqa\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(72, 0, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"PaintBrushBroad\",id:\"v1CG0Wcqa\",layoutId:\"v1CG0Wcqa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(72, 0, 255) 0%, rgb(0, 187, 255) 78%)\"},children:\"UX/UI design\"})})}),className:\"framer-25isbg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mpqqL1lyB\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0td62\",layoutDependency:layoutDependency,layoutId:\"G6S1BPwGA\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l5xjtf-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zxoDQhQtA-container\",nodeId:\"zxoDQhQtA\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(9, 32, 63)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"AppWindow\",id:\"zxoDQhQtA\",layoutId:\"zxoDQhQtA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(9, 32, 63) 0%, rgb(83, 120, 149) 51.3584%)\"},children:\"Web/Mobile apps\"})})}),className:\"framer-w7t3yb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NELyOn02n\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f9e2cx\",layoutDependency:layoutDependency,layoutId:\"nhBR6ADsq\",style:{opacity:.4},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sgnhtm-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fvJAS1SXr-container\",nodeId:\"fvJAS1SXr\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Plus\",id:\"fvJAS1SXr\",layoutId:\"fvJAS1SXr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-flgvtq\",\"data-styles-preset\":\"RYAvXxmVb\",children:\"And More\u2026\"})}),className:\"framer-8jdnev\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UYTsVi261\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:`calc(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6j1fpb-container\",layoutDependency:layoutDependency,layoutId:\"N3MW2zOC6-container\",nodeId:\"N3MW2zOC6\",rendersWithMotion:true,scopeId:\"i00KYN9gL\",whileTap:animation2,children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"N3MW2zOC6\",l5Rze4AW5:\"ArrowRight\",l8wRfdseT:getLocalizedValue(\"v30\",activeLocale)??\"Get a quote\",layoutId:\"N3MW2zOC6\",Lmd8HWOEd:resolvedLinks2[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"lwH52tcCC\",width:\"100%\",...addPropertyOverrides({gsHH4Eqmm:{Lmd8HWOEd:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a3oy8.framer-1nwyjfx, .framer-a3oy8 .framer-1nwyjfx { display: block; }\",\".framer-a3oy8.framer-si0duq { align-content: center; align-items: center; display: flex; flex-direction: var(--imrai5); flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-a3oy8 .framer-1ci8acf, .framer-a3oy8 .framer-1ljyitj, .framer-a3oy8 .framer-fnoncs { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: var(--1oe5vew); flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; min-height: 755px; overflow: hidden; padding: 30px; position: relative; width: var(--adinp1); will-change: var(--framer-will-change-override, transform); }\",\".framer-a3oy8 .framer-ysduwi, .framer-a3oy8 .framer-ruvlgc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-1klsaqr-container, .framer-a3oy8 .framer-rbfs7x-container, .framer-a3oy8 .framer-1pgbj7w-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-a3oy8 .framer-4ksc52, .framer-a3oy8 .framer-ugj5g0, .framer-a3oy8 .framer-1a55s6j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-1rac8bq, .framer-a3oy8 .framer-c53pbe, .framer-a3oy8 .framer-1srujow, .framer-a3oy8 .framer-rszckx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-a3oy8 .framer-1fz671z, .framer-a3oy8 .framer-1j11y7z, .framer-a3oy8 .framer-10h6x1n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a3oy8 .framer-iehwsu, .framer-a3oy8 .framer-z2gh6q, .framer-a3oy8 .framer-1xzkajl { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-1q6qk9j, .framer-a3oy8 .framer-vvm0s2, .framer-a3oy8 .framer-1cz2ub2, .framer-a3oy8 .framer-16tb0n0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-a3oy8 .framer-1eza3z3, .framer-a3oy8 .framer-1w8ar1t, .framer-a3oy8 .framer-1kkms9k, .framer-a3oy8 .framer-11q2bsu, .framer-a3oy8 .framer-ts7leb, .framer-a3oy8 .framer-ql12on, .framer-a3oy8 .framer-110rr8q, .framer-a3oy8 .framer-un6xsw, .framer-a3oy8 .framer-1h34iry, .framer-a3oy8 .framer-1c78dna, .framer-a3oy8 .framer-10kts20, .framer-a3oy8 .framer-h3dwsx, .framer-a3oy8 .framer-13qyjzt, .framer-a3oy8 .framer-xlxhsi, .framer-a3oy8 .framer-19bw3ct, .framer-a3oy8 .framer-1s0gz9q, .framer-a3oy8 .framer-1v76ivx, .framer-a3oy8 .framer-y0ice7, .framer-a3oy8 .framer-15bhx8l, .framer-a3oy8 .framer-17y4uid, .framer-a3oy8 .framer-25isbg, .framer-a3oy8 .framer-w7t3yb, .framer-a3oy8 .framer-8jdnev { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-a3oy8 .framer-bajytw, .framer-a3oy8 .framer-b26tbv, .framer-a3oy8 .framer-ysq4il { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-1g98klb, .framer-a3oy8 .framer-g8ly0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-o1b241, .framer-a3oy8 .framer-168tang, .framer-a3oy8 .framer-5ouyoz, .framer-a3oy8 .framer-1va1lei, .framer-a3oy8 .framer-1h0wqgh, .framer-a3oy8 .framer-13lw6fe, .framer-a3oy8 .framer-1evhld2, .framer-a3oy8 .framer-udqebm, .framer-a3oy8 .framer-syxovm, .framer-a3oy8 .framer-is3ac5, .framer-a3oy8 .framer-1cenx, .framer-a3oy8 .framer-17tesy8, .framer-a3oy8 .framer-8z8rta, .framer-a3oy8 .framer-4obp5q, .framer-a3oy8 .framer-1uz87fp, .framer-a3oy8 .framer-1xofpb3, .framer-a3oy8 .framer-1s1wrru, .framer-a3oy8 .framer-uvnup0, .framer-a3oy8 .framer-1g0td62, .framer-a3oy8 .framer-1f9e2cx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-188u9qv-container, .framer-a3oy8 .framer-2hdd4a-container, .framer-a3oy8 .framer-8jhkrl-container, .framer-a3oy8 .framer-uo7qs0-container, .framer-a3oy8 .framer-1htom3y-container, .framer-a3oy8 .framer-16i3zam-container, .framer-a3oy8 .framer-8u8t6b-container, .framer-a3oy8 .framer-1antdzk-container, .framer-a3oy8 .framer-i6etmu-container, .framer-a3oy8 .framer-1cqgtzl-container, .framer-a3oy8 .framer-to5uzy-container, .framer-a3oy8 .framer-177k6pl-container, .framer-a3oy8 .framer-nvamhj-container, .framer-a3oy8 .framer-10car77-container, .framer-a3oy8 .framer-4u7idd-container, .framer-a3oy8 .framer-xdt72o-container, .framer-a3oy8 .framer-362ap9-container, .framer-a3oy8 .framer-1cbmrsj-container, .framer-a3oy8 .framer-1l5xjtf-container, .framer-a3oy8 .framer-sgnhtm-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-a3oy8 .framer-1mlm3x2-container, .framer-a3oy8 .framer-1ys6rr0-container, .framer-a3oy8 .framer-6j1fpb-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a3oy8 .framer-17d5szp { 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-a3oy8 .framer-n7oy3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px 10px 1px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-a3oy8 .framer-1th9vuk { bottom: -40px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-a3oy8 .framer-j2x3u9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 6px 6px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-a3oy8 .framer-gag39d { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a3oy8 .framer-16rdk4z-container { flex: none; height: 12px; position: relative; width: 10px; }\",\".framer-a3oy8 .framer-z7u12e { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-a3oy8 .framer-1t0pj6h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-a3oy8 .framer-gptstn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a3oy8.framer-si0duq, .framer-a3oy8 .framer-ysduwi, .framer-a3oy8 .framer-4ksc52, .framer-a3oy8 .framer-iehwsu, .framer-a3oy8 .framer-1g98klb, .framer-a3oy8 .framer-o1b241, .framer-a3oy8 .framer-168tang, .framer-a3oy8 .framer-5ouyoz, .framer-a3oy8 .framer-1va1lei, .framer-a3oy8 .framer-1h0wqgh, .framer-a3oy8 .framer-13lw6fe, .framer-a3oy8 .framer-1evhld2, .framer-a3oy8 .framer-z2gh6q, .framer-a3oy8 .framer-ruvlgc, .framer-a3oy8 .framer-ugj5g0, .framer-a3oy8 .framer-17d5szp, .framer-a3oy8 .framer-n7oy3n, .framer-a3oy8 .framer-1xzkajl, .framer-a3oy8 .framer-g8ly0i, .framer-a3oy8 .framer-udqebm, .framer-a3oy8 .framer-syxovm, .framer-a3oy8 .framer-is3ac5, .framer-a3oy8 .framer-1cenx, .framer-a3oy8 .framer-17tesy8, .framer-a3oy8 .framer-8z8rta, .framer-a3oy8 .framer-4obp5q, .framer-a3oy8 .framer-1uz87fp, .framer-a3oy8 .framer-j2x3u9, .framer-a3oy8 .framer-gag39d, .framer-a3oy8 .framer-1t0pj6h, .framer-a3oy8 .framer-1a55s6j, .framer-a3oy8 .framer-gptstn, .framer-a3oy8 .framer-1xofpb3, .framer-a3oy8 .framer-1s1wrru, .framer-a3oy8 .framer-uvnup0, .framer-a3oy8 .framer-1g0td62, .framer-a3oy8 .framer-1f9e2cx { gap: 0px; } .framer-a3oy8.framer-si0duq > * { margin-bottom: var(--15mc9b6); margin-left: var(--1mdd57q); margin-right: var(--1mdd57q); margin-top: var(--15mc9b6); } .framer-a3oy8.framer-si0duq > :first-child { margin-left: 0px; margin-top: 0px; } .framer-a3oy8.framer-si0duq > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-a3oy8 .framer-ysduwi > *, .framer-a3oy8 .framer-ruvlgc > *, .framer-a3oy8 .framer-1t0pj6h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-a3oy8 .framer-ysduwi > :first-child, .framer-a3oy8 .framer-4ksc52 > :first-child, .framer-a3oy8 .framer-1g98klb > :first-child, .framer-a3oy8 .framer-ruvlgc > :first-child, .framer-a3oy8 .framer-ugj5g0 > :first-child, .framer-a3oy8 .framer-g8ly0i > :first-child, .framer-a3oy8 .framer-1t0pj6h > :first-child, .framer-a3oy8 .framer-1a55s6j > :first-child, .framer-a3oy8 .framer-gptstn > :first-child { margin-top: 0px; } .framer-a3oy8 .framer-ysduwi > :last-child, .framer-a3oy8 .framer-4ksc52 > :last-child, .framer-a3oy8 .framer-1g98klb > :last-child, .framer-a3oy8 .framer-ruvlgc > :last-child, .framer-a3oy8 .framer-ugj5g0 > :last-child, .framer-a3oy8 .framer-g8ly0i > :last-child, .framer-a3oy8 .framer-1t0pj6h > :last-child, .framer-a3oy8 .framer-1a55s6j > :last-child, .framer-a3oy8 .framer-gptstn > :last-child { margin-bottom: 0px; } .framer-a3oy8 .framer-4ksc52 > *, .framer-a3oy8 .framer-ugj5g0 > *, .framer-a3oy8 .framer-1a55s6j > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-a3oy8 .framer-iehwsu > *, .framer-a3oy8 .framer-z2gh6q > *, .framer-a3oy8 .framer-1xzkajl > *, .framer-a3oy8 .framer-j2x3u9 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-a3oy8 .framer-iehwsu > :first-child, .framer-a3oy8 .framer-o1b241 > :first-child, .framer-a3oy8 .framer-168tang > :first-child, .framer-a3oy8 .framer-5ouyoz > :first-child, .framer-a3oy8 .framer-1va1lei > :first-child, .framer-a3oy8 .framer-1h0wqgh > :first-child, .framer-a3oy8 .framer-13lw6fe > :first-child, .framer-a3oy8 .framer-1evhld2 > :first-child, .framer-a3oy8 .framer-z2gh6q > :first-child, .framer-a3oy8 .framer-17d5szp > :first-child, .framer-a3oy8 .framer-n7oy3n > :first-child, .framer-a3oy8 .framer-1xzkajl > :first-child, .framer-a3oy8 .framer-udqebm > :first-child, .framer-a3oy8 .framer-syxovm > :first-child, .framer-a3oy8 .framer-is3ac5 > :first-child, .framer-a3oy8 .framer-1cenx > :first-child, .framer-a3oy8 .framer-17tesy8 > :first-child, .framer-a3oy8 .framer-8z8rta > :first-child, .framer-a3oy8 .framer-4obp5q > :first-child, .framer-a3oy8 .framer-1uz87fp > :first-child, .framer-a3oy8 .framer-j2x3u9 > :first-child, .framer-a3oy8 .framer-gag39d > :first-child, .framer-a3oy8 .framer-1xofpb3 > :first-child, .framer-a3oy8 .framer-1s1wrru > :first-child, .framer-a3oy8 .framer-uvnup0 > :first-child, .framer-a3oy8 .framer-1g0td62 > :first-child, .framer-a3oy8 .framer-1f9e2cx > :first-child { margin-left: 0px; } .framer-a3oy8 .framer-iehwsu > :last-child, .framer-a3oy8 .framer-o1b241 > :last-child, .framer-a3oy8 .framer-168tang > :last-child, .framer-a3oy8 .framer-5ouyoz > :last-child, .framer-a3oy8 .framer-1va1lei > :last-child, .framer-a3oy8 .framer-1h0wqgh > :last-child, .framer-a3oy8 .framer-13lw6fe > :last-child, .framer-a3oy8 .framer-1evhld2 > :last-child, .framer-a3oy8 .framer-z2gh6q > :last-child, .framer-a3oy8 .framer-17d5szp > :last-child, .framer-a3oy8 .framer-n7oy3n > :last-child, .framer-a3oy8 .framer-1xzkajl > :last-child, .framer-a3oy8 .framer-udqebm > :last-child, .framer-a3oy8 .framer-syxovm > :last-child, .framer-a3oy8 .framer-is3ac5 > :last-child, .framer-a3oy8 .framer-1cenx > :last-child, .framer-a3oy8 .framer-17tesy8 > :last-child, .framer-a3oy8 .framer-8z8rta > :last-child, .framer-a3oy8 .framer-4obp5q > :last-child, .framer-a3oy8 .framer-1uz87fp > :last-child, .framer-a3oy8 .framer-j2x3u9 > :last-child, .framer-a3oy8 .framer-gag39d > :last-child, .framer-a3oy8 .framer-1xofpb3 > :last-child, .framer-a3oy8 .framer-1s1wrru > :last-child, .framer-a3oy8 .framer-uvnup0 > :last-child, .framer-a3oy8 .framer-1g0td62 > :last-child, .framer-a3oy8 .framer-1f9e2cx > :last-child { margin-right: 0px; } .framer-a3oy8 .framer-1g98klb > *, .framer-a3oy8 .framer-g8ly0i > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-a3oy8 .framer-o1b241 > *, .framer-a3oy8 .framer-168tang > *, .framer-a3oy8 .framer-5ouyoz > *, .framer-a3oy8 .framer-1va1lei > *, .framer-a3oy8 .framer-1h0wqgh > *, .framer-a3oy8 .framer-13lw6fe > *, .framer-a3oy8 .framer-1evhld2 > *, .framer-a3oy8 .framer-udqebm > *, .framer-a3oy8 .framer-syxovm > *, .framer-a3oy8 .framer-is3ac5 > *, .framer-a3oy8 .framer-1cenx > *, .framer-a3oy8 .framer-17tesy8 > *, .framer-a3oy8 .framer-8z8rta > *, .framer-a3oy8 .framer-4obp5q > *, .framer-a3oy8 .framer-1uz87fp > *, .framer-a3oy8 .framer-1xofpb3 > *, .framer-a3oy8 .framer-1s1wrru > *, .framer-a3oy8 .framer-uvnup0 > *, .framer-a3oy8 .framer-1g0td62 > *, .framer-a3oy8 .framer-1f9e2cx > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-a3oy8 .framer-17d5szp > *, .framer-a3oy8 .framer-n7oy3n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a3oy8 .framer-gag39d > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-a3oy8 .framer-gptstn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1ci8acf, .framer-a3oy8.framer-v-1558ag1 .framer-1ljyitj, .framer-a3oy8.framer-v-1558ag1 .framer-fnoncs { min-height: 800px; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1klsaqr-container, .framer-a3oy8.framer-v-1558ag1 .framer-rbfs7x-container, .framer-a3oy8.framer-v-1558ag1 .framer-1uz87fp { order: 0; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-4ksc52, .framer-a3oy8.framer-v-1558ag1 .framer-o1b241, .framer-a3oy8.framer-v-1558ag1 .framer-ugj5g0, .framer-a3oy8.framer-v-1558ag1 .framer-udqebm { order: 1; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-bajytw, .framer-a3oy8.framer-v-1558ag1 .framer-1va1lei, .framer-a3oy8.framer-v-1558ag1 .framer-g8ly0i, .framer-a3oy8.framer-v-1558ag1 .framer-1cenx { order: 4; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1g98klb, .framer-a3oy8.framer-v-1558ag1 .framer-1h0wqgh, .framer-a3oy8.framer-v-1558ag1 .framer-17tesy8, .framer-a3oy8.framer-v-1558ag1 .framer-j2x3u9 { order: 5; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-168tang, .framer-a3oy8.framer-v-1558ag1 .framer-z2gh6q, .framer-a3oy8.framer-v-1558ag1 .framer-1xzkajl, .framer-a3oy8.framer-v-1558ag1 .framer-1c78dna, .framer-a3oy8.framer-v-1558ag1 .framer-syxovm { order: 2; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-5ouyoz, .framer-a3oy8.framer-v-1558ag1 .framer-b26tbv, .framer-a3oy8.framer-v-1558ag1 .framer-is3ac5 { order: 3; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-13lw6fe, .framer-a3oy8.framer-v-1558ag1 .framer-8z8rta { order: 6; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1evhld2, .framer-a3oy8.framer-v-1558ag1 .framer-4obp5q { order: 7; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1cz2ub2 { left: 0px; order: 1; position: absolute; top: -40px; }\",\".framer-a3oy8.framer-v-1558ag1 .framer-1th9vuk { bottom: unset; left: unset; order: 0; position: relative; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-a3oy8[data-border=\"true\"]::after, .framer-a3oy8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"gsHH4Eqmm\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerVariables {\"O0my_UkJ7\":\"tablesDirection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri00KYN9gL=withCSS(Component,css,\"framer-a3oy8\");export default Frameri00KYN9gL;Frameri00KYN9gL.displayName=\"Pricing Tables\";Frameri00KYN9gL.defaultProps={height:800,width:1200};addPropertyControls(Frameri00KYN9gL,{variant:{options:[\"SfiG5XN_y\",\"gsHH4Eqmm\"],optionTitles:[\"Pricing Tables\",\"Pricing Tables (Framer Addon Active)\"],title:\"Variant\",type:ControlType.Enum},O0my_UkJ7:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Tables Direction\",type:ControlType.Enum}});addFonts(Frameri00KYN9gL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...PhosphorFonts,...MainBlueButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri00KYN9gL\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"800\",\"framerVariables\":\"{\\\"O0my_UkJ7\\\":\\\"tablesDirection\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"gsHH4Eqmm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/owOPbfohUS0TszZZIP4m/ABFptlmNY27emZNK3pT8/HglFp_qS2.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/5imATyhMBc80chAnBcu0/03bBP1E5cYP2rU4OxnvY/HqaVeWX2o.js\";import PricingTables from\"https://framerusercontent.com/modules/wcmjEjGbcg4Pnnf5sY2j/LGoJaeJYFGdHR1vSeXJB/i00KYN9gL.js\";import MainBlueButton from\"https://framerusercontent.com/modules/ccVticvdztehm94kXnkN/TgO5YNt3BsECUZ3L8OOs/L5ixyJb01.js\";import SecondaryWhiteButton from\"https://framerusercontent.com/modules/uDCb6vHJIH0vST0EOhH9/YcieOC1AXP0f49JFkY7L/Uww_tJd9b.js\";const PricingTablesFonts=getFonts(PricingTables);const MainBlueButtonFonts=getFonts(MainBlueButton);const SecondaryWhiteButtonFonts=getFonts(SecondaryWhiteButton);const MotionDivWithFX=withFX(motion.div);const PricingTablesControls=getPropertyControls(PricingTables);const serializationHash=\"framer-w6b05\";const variantClassNames={Og_i8qVO4:\"framer-v-2wiqln\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:60,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const getProps=({contentDirection,height,hideEmailButton,id,tablesDirection,width,...props})=>{return{...props,epoXiN6Xw:humanReadableEnumMap[contentDirection]??contentDirection??props.epoXiN6Xw??\"row\",tWsqI4d4m:humanReadableEnumMap[tablesDirection]??tablesDirection??props.tWsqI4d4m??\"row\",uUP2Y3OR7:hideEmailButton??props.uUP2Y3OR7??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,epoXiN6Xw,tWsqI4d4m,uUP2Y3OR7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Og_i8qVO4\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2wiqln\",className,classNames),\"data-framer-name\":\"Pricing Tables\",layoutDependency:layoutDependency,layoutId:\"Og_i8qVO4\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19fmm4e-container\",layoutDependency:layoutDependency,layoutId:\"dgV8lxkwL-container\",children:/*#__PURE__*/_jsx(PricingTables,{height:\"100%\",id:\"dgV8lxkwL\",layoutId:\"dgV8lxkwL\",O0my_UkJ7:tWsqI4d4m,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"SfiG5XN_y\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vg40xm\",\"data-framer-name\":\"CTA & Testimonial\",layoutDependency:layoutDependency,layoutId:\"S0QzP34kr\",style:{\"--11ghdpy\":epoXiN6Xw===\"column\"?0:\"calc(20px / 2)\",\"--145yiqv\":epoXiN6Xw,\"--1ch0620\":epoXiN6Xw===\"column\"?\"100%\":\"1px\",\"--1ouvj8u\":epoXiN6Xw===\"column\"?undefined:\"1 0 0px\",\"--jnepts\":epoXiN6Xw===\"row\"?0:\"calc(20px / 2)\"},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1bu6tlg\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"N_LW3omed\",style:{backgroundColor:\"var(--token-cba3b9c8-9e49-437e-aca1-1e69db3088dc, rgb(17, 17, 17))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 5px 15px 3px rgba(0, 0, 0, 0.2)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1wi65aa, rgb(255, 255, 255))\"},children:\"Still can't decide?\"}),/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-h2vp2a, rgba(255, 255, 255, 0.7))\"},children:\"Let us help you make the right decision.\"})]})}),className:\"framer-igweg2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cI15XrRoS\",style:{\"--extracted-1wi65aa\":\"rgb(255, 255, 255)\",\"--extracted-h2vp2a\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3jixmk\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"XnuFSL5Gv\",children:[uUP2Y3OR7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4iur5p-container\",layoutDependency:layoutDependency,layoutId:\"RIhEicDZc-container\",whileTap:animation2,children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"RIhEicDZc\",l5Rze4AW5:\"PaperPlaneTilt\",l8wRfdseT:getLocalizedValue(\"v1\",activeLocale)??\"Send us an email\",layoutId:\"RIhEicDZc\",Lmd8HWOEd:\"mailto:danai@asiamediastudio.com\",n2SpUwZKz:false,variant:\"SiYGHFmwy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t423zl-container\",layoutDependency:layoutDependency,layoutId:\"yLqwfWY9f-container\",whileTap:animation2,children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"yLqwfWY9f\",JrE0s6xRw:\"Phone\",layoutId:\"yLqwfWY9f\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v2\",activeLocale)??\"Schedule a call\",variant:\"o5cL660Tr\",width:\"100%\",yK7vydCEk:resolvedLinks[0]})})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w6b05.framer-cm0y86, .framer-w6b05 .framer-cm0y86 { display: block; }\",\".framer-w6b05.framer-2wiqln { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 95px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-w6b05 .framer-19fmm4e-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; z-index: 2; }\",\".framer-w6b05 .framer-vg40xm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: var(--145yiqv); flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-w6b05 .framer-1bu6tlg { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--1ouvj8u); flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: var(--1ch0620); will-change: var(--framer-will-change-override, transform); }\",\".framer-w6b05 .framer-igweg2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-w6b05 .framer-3jixmk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-w6b05 .framer-4iur5p-container, .framer-w6b05 .framer-1t423zl-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w6b05.framer-2wiqln, .framer-w6b05 .framer-vg40xm, .framer-w6b05 .framer-1bu6tlg, .framer-w6b05 .framer-3jixmk { gap: 0px; } .framer-w6b05.framer-2wiqln > * { margin: 0px; margin-bottom: calc(95px / 2); margin-top: calc(95px / 2); } .framer-w6b05.framer-2wiqln > :first-child, .framer-w6b05 .framer-1bu6tlg > :first-child { margin-top: 0px; } .framer-w6b05.framer-2wiqln > :last-child, .framer-w6b05 .framer-1bu6tlg > :last-child { margin-bottom: 0px; } .framer-w6b05 .framer-vg40xm > * { margin-bottom: var(--jnepts); margin-left: var(--11ghdpy); margin-right: var(--11ghdpy); margin-top: var(--jnepts); } .framer-w6b05 .framer-vg40xm > :first-child { margin-left: 0px; margin-top: 0px; } .framer-w6b05 .framer-vg40xm > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-w6b05 .framer-1bu6tlg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-w6b05 .framer-3jixmk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-w6b05 .framer-3jixmk > :first-child { margin-left: 0px; } .framer-w6b05 .framer-3jixmk > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1080\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"epoXiN6Xw\":\"contentDirection\",\"tWsqI4d4m\":\"tablesDirection\",\"uUP2Y3OR7\":\"hideEmailButton\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHqaVeWX2o=withCSS(Component,css,\"framer-w6b05\");export default FramerHqaVeWX2o;FramerHqaVeWX2o.displayName=\"Pricing Tables Section\";FramerHqaVeWX2o.defaultProps={height:1080,width:1200};addPropertyControls(FramerHqaVeWX2o,{epoXiN6Xw:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Content Direction\",type:ControlType.Enum},tWsqI4d4m:PricingTablesControls?.[\"O0my_UkJ7\"]&&{...PricingTablesControls[\"O0my_UkJ7\"],defaultValue:\"row\",description:undefined,hidden:undefined,title:\"Tables Direction\"},uUP2Y3OR7:{defaultValue:true,title:\"Hide Email Button?\",type:ControlType.Boolean}});addFonts(FramerHqaVeWX2o,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PricingTablesFonts,...MainBlueButtonFonts,...SecondaryWhiteButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHqaVeWX2o\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"epoXiN6Xw\\\":\\\"contentDirection\\\",\\\"tWsqI4d4m\\\":\\\"tablesDirection\\\",\\\"uUP2Y3OR7\\\":\\\"hideEmailButton\\\"}\",\"framerIntrinsicHeight\":\"1080\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-Y3tl4 .framer-styles-preset-hjnj4a:not(.rich-text-wrapper), .framer-Y3tl4 .framer-styles-preset-hjnj4a.rich-text-wrapper h2 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1299px) and (min-width: 750px) { .framer-Y3tl4 .framer-styles-preset-hjnj4a:not(.rich-text-wrapper), .framer-Y3tl4 .framer-styles-preset-hjnj4a.rich-text-wrapper h2 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 749px) and (min-width: 0px) { .framer-Y3tl4 .framer-styles-preset-hjnj4a:not(.rich-text-wrapper), .framer-Y3tl4 .framer-styles-preset-hjnj4a.rich-text-wrapper h2 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Y3tl4\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0E2A\u0E48\u0E07\u0E2D\u0E35\u0E40\u0E21\u0E25\u0E16\u0E36\u0E07\u0E40\u0E23\u0E32\";export const v1=\"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E27\u0E25\u0E32\u0E42\u0E17\u0E23\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport*as localizedValues from\"./k2vjrCe5p-0.js\";const valuesByLocaleId={efOh_2ikP:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0E17\u0E33\u0E44\u0E21\u0E09\u0E31\u0E19\u0E04\u0E27\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01 Framer\";export const v1=\"\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E21\u0E35\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E2B\u0E25\u0E32\u0E22\u0E1B\u0E35\u0E43\u0E19\u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E01\u0E31\u0E1A\u0E41\u0E1E\u0E25\u0E15\u0E1F\u0E2D\u0E23\u0E4C\u0E21\u0E15\u0E48\u0E32\u0E07\u0E46 \u0E40\u0E23\u0E32\u0E44\u0E14\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01 Framer \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E15\u0E49\u0E19\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E2B\u0E19\u0E37\u0E2D\u0E01\u0E27\u0E48\u0E32 \u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E23\u0E48\u0E27\u0E21\u0E01\u0E31\u0E19 \u0E41\u0E25\u0E30\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32\u0E17\u0E35\u0E48\u0E23\u0E32\u0E1A\u0E23\u0E37\u0E48\u0E19\";export const v2=\"\u0E01\u0E32\u0E23\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E40\u0E27\u0E47\u0E1A\u0E44\u0E0B\u0E15\u0E4C\u0E02\u0E2D\u0E07\u0E09\u0E31\u0E19\u0E08\u0E30\u0E43\u0E0A\u0E49\u0E40\u0E27\u0E25\u0E32\u0E19\u0E32\u0E19\u0E41\u0E04\u0E48\u0E44\u0E2B\u0E19?\";export const v3=\"\u0E23\u0E30\u0E22\u0E30\u0E40\u0E27\u0E25\u0E32\u0E43\u0E19\u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E08\u0E30\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E01\u0E31\u0E19\u0E44\u0E1B\u0E15\u0E32\u0E21\u0E04\u0E27\u0E32\u0E21\u0E0B\u0E31\u0E1A\u0E0B\u0E49\u0E2D\u0E19\u0E02\u0E2D\u0E07\u0E42\u0E04\u0E23\u0E07\u0E01\u0E32\u0E23 \u0E41\u0E15\u0E48\u0E42\u0E04\u0E23\u0E07\u0E01\u0E32\u0E23\u0E40\u0E27\u0E47\u0E1A\u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19\u0E43\u0E19 Framer \u0E2D\u0E32\u0E08\u0E43\u0E0A\u0E49\u0E40\u0E27\u0E25\u0E32\u0E15\u0E31\u0E49\u0E07\u0E41\u0E15\u0E48 4 \u0E16\u0E36\u0E07 8 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C.\";export const v4=\"\u0E09\u0E31\u0E19\u0E08\u0E30\u0E2A\u0E37\u0E48\u0E2D\u0E2A\u0E32\u0E23\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E23\u0E16\u0E49\u0E32\u0E09\u0E31\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E01\u0E31\u0E1A\u0E04\u0E38\u0E13?\";export const v5=\"\u0E40\u0E23\u0E32\u0E22\u0E34\u0E19\u0E14\u0E35\u0E17\u0E35\u0E48\u0E08\u0E30\u0E2A\u0E37\u0E48\u0E2D\u0E2A\u0E32\u0E23\u0E1C\u0E48\u0E32\u0E19\u0E17\u0E32\u0E07\u0E2D\u0E35\u0E40\u0E21\u0E25 \u0E41\u0E0A\u0E17\u0E2A\u0E14 \u0E2B\u0E23\u0E37\u0E2D\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21 Slack \u0E40\u0E1E\u0E35\u0E22\u0E07\u0E41\u0E04\u0E48\u0E1A\u0E2D\u0E01\u0E40\u0E23\u0E32\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E27\u0E34\u0E18\u0E35\u0E44\u0E2B\u0E19\u0E41\u0E25\u0E30\u0E40\u0E23\u0E32\u0E08\u0E30\u0E1B\u0E23\u0E31\u0E1A\u0E43\u0E2B\u0E49\u0E40\u0E2B\u0E21\u0E32\u0E30\u0E2A\u0E21\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E2B\u0E49\u0E01\u0E32\u0E23\u0E2A\u0E37\u0E48\u0E2D\u0E2A\u0E32\u0E23\u0E02\u0E2D\u0E07\u0E40\u0E23\u0E32\u0E43\u0E19\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E04\u0E27\u0E32\u0E21\u0E23\u0E48\u0E27\u0E21\u0E21\u0E37\u0E2D\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1B\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E23\u0E32\u0E1A\u0E23\u0E37\u0E48\u0E19\u0E41\u0E25\u0E30\u0E2A\u0E30\u0E14\u0E27\u0E01\u0E2A\u0E1A\u0E32\u0E22\";export const v6=\"\u0E09\u0E31\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E08\u0E48\u0E32\u0E22\u0E40\u0E07\u0E34\u0E19\u0E40\u0E15\u0E47\u0E21\u0E08\u0E33\u0E19\u0E27\u0E19\u0E25\u0E48\u0E27\u0E07\u0E2B\u0E19\u0E49\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?\";export const v7=\"\u0E42\u0E04\u0E23\u0E07\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E40\u0E23\u0E32\u0E40\u0E02\u0E49\u0E32\u0E43\u0E08\u0E07\u0E48\u0E32\u0E22 - \u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E27\u0E32\u0E07\u0E40\u0E07\u0E34\u0E19\u0E21\u0E31\u0E14\u0E08\u0E33 50% \u0E43\u0E19\u0E02\u0E13\u0E30\u0E17\u0E35\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E15\u0E01\u0E25\u0E07\u0E42\u0E1B\u0E23\u0E40\u0E08\u0E01\u0E15\u0E4C \u0E41\u0E25\u0E30 50% \u0E17\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E37\u0E2D\u0E08\u0E30\u0E15\u0E49\u0E2D\u0E07\u0E0A\u0E33\u0E23\u0E30\u0E01\u0E48\u0E2D\u0E19\u0E01\u0E32\u0E23\u0E2A\u0E48\u0E07\u0E21\u0E2D\u0E1A\u0E42\u0E1B\u0E23\u0E40\u0E08\u0E01\u0E15\u0E4C\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22.\";export const v8=\"Framer \u0E14\u0E35\u0E01\u0E27\u0E48\u0E32 Webflow \u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\";export const v9=\"\u0E43\u0E19\u0E41\u0E07\u0E48\u0E02\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E41\u0E25\u0E30\u0E42\u0E04\u0E23\u0E07\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E23\u0E32\u0E04\u0E32\u0E19\u0E31\u0E49\u0E19 Framer \u0E42\u0E14\u0E14\u0E40\u0E14\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E2A\u0E48\u0E27\u0E19\u0E15\u0E48\u0E2D\u0E1B\u0E23\u0E30\u0E2A\u0E32\u0E19\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E07\u0E48\u0E32\u0E22\u0E41\u0E25\u0E30\u0E42\u0E21\u0E40\u0E14\u0E25\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E42\u0E1B\u0E23\u0E48\u0E07\u0E43\u0E2A\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E23\u0E35\u0E22\u0E1A\u0E40\u0E17\u0E35\u0E22\u0E1A\u0E01\u0E31\u0E1A\u0E41\u0E1E\u0E25\u0E15\u0E1F\u0E2D\u0E23\u0E4C\u0E21\u0E17\u0E35\u0E48\u0E0B\u0E31\u0E1A\u0E0B\u0E49\u0E2D\u0E19\u0E21\u0E32\u0E01\u0E02\u0E36\u0E49\u0E19\u0E02\u0E2D\u0E07 Webflow.\";export const v10=\"\u0E04\u0E38\u0E13\u0E08\u0E30\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E42\u0E04\u0E23\u0E07\u0E01\u0E32\u0E23\u0E44\u0E14\u0E49\u0E40\u0E23\u0E47\u0E27\u0E41\u0E04\u0E48\u0E44\u0E2B\u0E19?\";export const v11=\"\u0E40\u0E23\u0E32\u0E21\u0E31\u0E01\u0E08\u0E30\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E17\u0E35\u0E48\u0E08\u0E30\u0E40\u0E23\u0E34\u0E48\u0E21\u0E42\u0E04\u0E23\u0E07\u0E01\u0E32\u0E23\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E20\u0E32\u0E22\u0E43\u0E19 24 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E04\u0E33\u0E02\u0E2D\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13 \u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E23\u0E01\u0E47\u0E15\u0E32\u0E21 \u0E40\u0E23\u0E32\u0E40\u0E02\u0E49\u0E32\u0E43\u0E08\u0E27\u0E48\u0E32\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E43\u0E19\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E01\u0E31\u0E19 - \u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E08\u0E30\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E17\u0E31\u0E19\u0E17\u0E35\u0E2B\u0E23\u0E37\u0E2D\u0E0A\u0E2D\u0E1A\u0E17\u0E35\u0E48\u0E08\u0E30\u0E40\u0E23\u0E34\u0E48\u0E21\u0E43\u0E19\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07 \u0E40\u0E23\u0E32\u0E08\u0E30\u0E1B\u0E23\u0E31\u0E1A\u0E15\u0E32\u0E23\u0E32\u0E07\u0E40\u0E27\u0E25\u0E32\u0E43\u0E2B\u0E49\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E44\u0E17\u0E21\u0E4C\u0E44\u0E25\u0E19\u0E4C\u0E41\u0E25\u0E30\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E2D\u0E1A\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13.\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport*as localizedValues from\"./A_40Fq5C2-0.js\";const valuesByLocaleId={efOh_2ikP:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-500\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2\",weight:\"500\"}]}];export const css=['.framer-7itWi .framer-styles-preset-vl3r69:not(.rich-text-wrapper), .framer-7itWi .framer-styles-preset-vl3r69.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-7itWi .framer-styles-preset-vl3r69:not(.rich-text-wrapper), .framer-7itWi .framer-styles-preset-vl3r69.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-7itWi .framer-styles-preset-vl3r69:not(.rich-text-wrapper), .framer-7itWi .framer-styles-preset-vl3r69.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-7itWi\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-y8QbZ .framer-styles-preset-1q93504:not(.rich-text-wrapper), .framer-y8QbZ .framer-styles-preset-1q93504.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-y8QbZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wWCvVGf3hlpAbvc3itr9/v3WYCFOlPy1WZXuqvTOK/Nj59nHpUQ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tn8tMdgEpKBOrVuNnB7a/GV0Z40eOFRjpFG4jMtrm/XKAh0MyP7.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"Yy39wmVlB\",\"I2WSYs54m\"];const serializationHash=\"framer-QAatu\";const variantClassNames={I2WSYs54m:\"framer-v-hlfizj\",Yy39wmVlB:\"framer-v-7zfi6p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"Yy39wmVlB\",Open:\"I2WSYs54m\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Yy39wmVlB\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Is Framer is a web builder for creative pro?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Yy39wmVlB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfkb397=activeVariantCallback(async(...args)=>{setVariant(\"I2WSYs54m\");});const onTaps3b3zj=activeVariantCallback(async(...args)=>{setVariant(\"Yy39wmVlB\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"I2WSYs54m\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7zfi6p\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"Yy39wmVlB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",...style},...addPropertyOverrides({I2WSYs54m:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6j01z4\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nxfrSccjW\",onTap:onTapfkb397,...addPropertyOverrides({I2WSYs54m:{onTap:onTaps3b3zj}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1q93504\",\"data-styles-preset\":\"XKAh0MyP7\",children:\"Is Framer is a web builder for creative pro?\"})}),className:\"framer-uriyq0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NE7A8wUG0\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xqku8g-container\",layoutDependency:layoutDependency,layoutId:\"KJKv6qCkJ-container\",style:{rotate:0},variants:{I2WSYs54m:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"KJKv6qCkJ\",layoutId:\"KJKv6qCkJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ik48hs\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"d5Cg2I982\",style:{opacity:0},variants:{I2WSYs54m:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-xaobjf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lRundmW0E\",style:{opacity:.7},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QAatu.framer-bt0f2r, .framer-QAatu .framer-bt0f2r { display: block; }\",\".framer-QAatu.framer-7zfi6p { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 10px; position: relative; width: 561px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QAatu .framer-6j01z4 { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 20px 30px 20px; position: relative; user-select: none; width: 100%; }\",\".framer-QAatu .framer-uriyq0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-QAatu .framer-xqku8g-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-QAatu .framer-1ik48hs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-QAatu .framer-xaobjf { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QAatu.framer-7zfi6p, .framer-QAatu .framer-6j01z4, .framer-QAatu .framer-1ik48hs { gap: 0px; } .framer-QAatu.framer-7zfi6p > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-QAatu.framer-7zfi6p > :first-child, .framer-QAatu .framer-1ik48hs > :first-child { margin-top: 0px; } .framer-QAatu.framer-7zfi6p > :last-child, .framer-QAatu .framer-1ik48hs > :last-child { margin-bottom: 0px; } .framer-QAatu .framer-6j01z4 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-QAatu .framer-6j01z4 > :first-child { margin-left: 0px; } .framer-QAatu .framer-6j01z4 > :last-child { margin-right: 0px; } .framer-QAatu .framer-1ik48hs > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-QAatu.framer-v-hlfizj.framer-7zfi6p { padding: 0px 20px 20px 10px; }\",\".framer-QAatu.framer-v-hlfizj .framer-6j01z4 { padding: 30px 20px 15px 20px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-QAatu[data-border=\"true\"]::after, .framer-QAatu [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 84\n * @framerIntrinsicWidth 561\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"I2WSYs54m\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroZAtms87i=withCSS(Component,css,\"framer-QAatu\");export default FrameroZAtms87i;FrameroZAtms87i.displayName=\"FAQ Single\";FrameroZAtms87i.defaultProps={height:84,width:561};addPropertyControls(FrameroZAtms87i,{variant:{options:[\"Yy39wmVlB\",\"I2WSYs54m\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Is Framer is a web builder for creative pro?\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FrameroZAtms87i,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroZAtms87i\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"561\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"84\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I2WSYs54m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/mCpW5pyBBwMqIo3MnK0P/IeMSlgBRJAExaKn5YeyV/A_40Fq5C2.js\";import FAQSingle from\"https://framerusercontent.com/modules/9LBIkouwUaJkrJM8ERYW/QEaCPtLSyVRDyv9TGNsP/oZAtms87i.js\";const FAQSingleFonts=getFonts(FAQSingle);const serializationHash=\"framer-oHVdi\";const variantClassNames={Y2vxhDDGA:\"framer-v-1cs5oy6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Y2vxhDDGA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cs5oy6\",className,classNames),\"data-framer-name\":\"All FAQs\",layoutDependency:layoutDependency,layoutId:\"Y2vxhDDGA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-olky08-container\",layoutDependency:layoutDependency,layoutId:\"YPJ5H4rle-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"YPJ5H4rle\",layoutId:\"YPJ5H4rle\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"After years of experience with various platforms, we've chosen Framer for its superior prototyping, collaboration tools, and streamlined development process.\",variant:\"I2WSYs54m\",W88zB8mIG:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Why should I choose framer\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+99,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wmlhz6-container\",layoutDependency:layoutDependency,layoutId:\"cKJquxNjJ-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"cKJquxNjJ\",layoutId:\"cKJquxNjJ\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Timelines vary based on project complexity, but a standard web project in Framer can take anywhere from 4 to 8 weeks.\",variant:\"Yy39wmVlB\",W88zB8mIG:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"How long will it take to build my website?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+198,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f6uiki-container\",layoutDependency:layoutDependency,layoutId:\"FS59U3J5Y-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"FS59U3J5Y\",layoutId:\"FS59U3J5Y\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"We're available to communicate through email, live chat, or Slack messaging. Simply let us know your preferred method and we'll adapt accordingly to ensure smooth and convenient communication throughout our collaboration.\",variant:\"Yy39wmVlB\",W88zB8mIG:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"How will I communicate if I want to work with you?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+297,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16mzt5h-container\",layoutDependency:layoutDependency,layoutId:\"kKyCLqces-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"kKyCLqces\",layoutId:\"kKyCLqces\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue6=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Our payment structure is straightforward - an initial 50% deposit is required upon project agreement, with the remaining 50% due prior to the final project delivery.\",variant:\"Yy39wmVlB\",W88zB8mIG:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Do I need to pay the full payment upfront?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+396,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2bcs6o-container\",layoutDependency:layoutDependency,layoutId:\"TVzT_1RaR-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"TVzT_1RaR\",layoutId:\"TVzT_1RaR\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue8=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"In terms of usability and pricing structure, Framer stands out with its user-friendly interface and transparent cost model compared to Webflow's more complex platform.\",variant:\"Yy39wmVlB\",W88zB8mIG:(_getLocalizedValue9=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Is framer better than Webflow\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+495,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oqo78z-container\",layoutDependency:layoutDependency,layoutId:\"pQn71lGis-container\",whileTap:animation,children:/*#__PURE__*/_jsx(FAQSingle,{height:\"100%\",id:\"pQn71lGis\",layoutId:\"pQn71lGis\",style:{width:\"100%\"},T8rQFvSBR:(_getLocalizedValue10=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"We're typically ready to begin your project within 24 hours of receiving your request. However, we understand that timing needs vary - whether you'd like to move forward immediately or prefer to start later, we'll adjust our schedule to match your timeline and preferences.\",variant:\"Yy39wmVlB\",W88zB8mIG:(_getLocalizedValue11=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:\"How fast can you start the project?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oHVdi.framer-1cj7f7c, .framer-oHVdi .framer-1cj7f7c { display: block; }\",\".framer-oHVdi.framer-1cs5oy6 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 560px; }\",\".framer-oHVdi .framer-olky08-container, .framer-oHVdi .framer-1wmlhz6-container, .framer-oHVdi .framer-1f6uiki-container, .framer-oHVdi .framer-16mzt5h-container, .framer-oHVdi .framer-2bcs6o-container, .framer-oHVdi .framer-1oqo78z-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oHVdi.framer-1cs5oy6 { gap: 0px; } .framer-oHVdi.framer-1cs5oy6 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-oHVdi.framer-1cs5oy6 > :first-child { margin-top: 0px; } .framer-oHVdi.framer-1cs5oy6 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 676\n * @framerIntrinsicWidth 560\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerA_40Fq5C2=withCSS(Component,css,\"framer-oHVdi\");export default FramerA_40Fq5C2;FramerA_40Fq5C2.displayName=\"All FAQs\";FramerA_40Fq5C2.defaultProps={height:676,width:560};addFonts(FramerA_40Fq5C2,[{explicitInter:true,fonts:[]},...FAQSingleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA_40Fq5C2\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"676\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/htqI4hr25efVKpqNi2TY/O3XQ4YQooDrVdC1BBl9f/BsIq84UOB.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qSmzt3oZ0gVdjzyc2ZFB/xvwDPGpRzZCKmZkTjBtQ/HG3Pyf00R.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/owOPbfohUS0TszZZIP4m/ABFptlmNY27emZNK3pT8/HglFp_qS2.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/UU6Jru3lfq7RP8dXzVMP/bJY81O6FXtFkoiNKL5LK/k2vjrCe5p.js\";import AllFAQs from\"https://framerusercontent.com/modules/ugTfRTGo68s6E4F2L7ZQ/PZMxIv2OsBilBzck1Uxy/A_40Fq5C2.js\";import MainBlueButton from\"https://framerusercontent.com/modules/ccVticvdztehm94kXnkN/TgO5YNt3BsECUZ3L8OOs/L5ixyJb01.js\";import SecondaryWhiteButton from\"https://framerusercontent.com/modules/uDCb6vHJIH0vST0EOhH9/YcieOC1AXP0f49JFkY7L/Uww_tJd9b.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const MainBlueButtonFonts=getFonts(MainBlueButton);const SecondaryWhiteButtonFonts=getFonts(SecondaryWhiteButton);const AllFAQsFonts=getFonts(AllFAQs);const cycleOrder=[\"rRoxY34K_\",\"TbWEogD5t\",\"XjxfTLdv0\"];const serializationHash=\"framer-2B7Lv\";const variantClassNames={rRoxY34K_:\"framer-v-10j78k3\",TbWEogD5t:\"framer-v-15ubv4y\",XjxfTLdv0:\"framer-v-4l2n3i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const transition3={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:20};const transition4={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition5};const transition6={damping:30,delay:.3,mass:1,stiffness:250,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"FAQ & CTA\":\"rRoxY34K_\",\"Variant 2\":\"TbWEogD5t\",\"Variant 3\":\"XjxfTLdv0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"rRoxY34K_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rRoxY34K_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10j78k3\",className,classNames),\"data-framer-name\":\"FAQ & CTA\",layoutDependency:layoutDependency,layoutId:\"rRoxY34K_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({TbWEogD5t:{\"data-framer-name\":\"Variant 2\"},XjxfTLdv0:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1emn75d\",layoutDependency:layoutDependency,layoutId:\"s6SLSat7b\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7dueby\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"b973UCHvd\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ghaocs\",\"data-framer-name\":\"Small Heading\",layoutDependency:layoutDependency,layoutId:\"fymB5P4Ai\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r2us99-container\",layoutDependency:layoutDependency,layoutId:\"foX8JokHr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Question\",id:\"foX8JokHr\",layoutId:\"foX8JokHr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 81, 28))\"},children:\"FAQS\"})}),className:\"framer-17piyes\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vZ54JGmvi\",style:{\"--extracted-1w1cjl5\":\"rgb(255, 81, 28)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xr523k\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"TjSFaobQv\",style:{backgroundColor:\"rgb(255, 81, 28)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-hjnj4a\",\"data-styles-preset\":\"HG3Pyf00R\",style:{\"--framer-text-alignment\":\"left\"},children:\"Frequently asked questions!\"})}),className:\"framer-k3bjr4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z0APy7F1F\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1mqklgm\",\"data-border\":true,\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"w1IyAnWQX\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:[\"Can't find your answer here? \",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-afnvhb, rgba(109, 122, 130, 0.7))\"},children:\"We can help out!\"})]})}),className:\"framer-a8qa9g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uwdefFlsY\",style:{\"--extracted-afnvhb\":\"rgba(109, 122, 130, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{XjxfTLdv0:{\"--extracted-1sp2osd\":\"rgba(109, 122, 130, 0.7)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({XjxfTLdv0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Can't Find Your Answer Here? \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1sp2osd, rgba(109, 122, 130, 0.7))\"},children:\"We Can Help Out!\"})]})}),fonts:[\"GF;Plus Jakarta Sans-600\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ewrg35\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"b7FCtQCQC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+(0+95+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-235)/1*1)+20+55+0,...addPropertyOverrides({TbWEogD5t:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+125+20+55+0},XjxfTLdv0:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+125+19+48+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-142xot-container\",layoutDependency:layoutDependency,layoutId:\"sZcttiJPa-container\",whileTap:animation4,children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"sZcttiJPa\",l5Rze4AW5:\"PaperPlaneTilt\",l8wRfdseT:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Send Us an Email\",layoutId:\"sZcttiJPa\",Lmd8HWOEd:\"mailto:hey@framerit.com\",n2SpUwZKz:false,variant:\"rXCPsZKtY\",width:\"100%\",...addPropertyOverrides({XjxfTLdv0:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:45,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+(0+95+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-235)/1*1)+20+55+0,...addPropertyOverrides({TbWEogD5t:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+125+20+55+0},XjxfTLdv0:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+125+19+48+0+55}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17y5znb-container\",layoutDependency:layoutDependency,layoutId:\"BAgOnMof5-container\",whileTap:animation4,children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"BAgOnMof5\",JrE0s6xRw:\"Phone\",layoutId:\"BAgOnMof5\",lp4OUBzW4:false,MTbjY8W81:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Schedule a Call\",variant:\"o5cL660Tr\",width:\"100%\",yK7vydCEk:resolvedLinks[0],...addPropertyOverrides({TbWEogD5t:{yK7vydCEk:resolvedLinks[1]},XjxfTLdv0:{style:{width:\"100%\"},yK7vydCEk:resolvedLinks[2]}},baseVariant,gestureVariant)})})});}})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:676,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.55)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0,...addPropertyOverrides({TbWEogD5t:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+295},XjxfTLdv0:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+341}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7ux7p0-container\",layoutDependency:layoutDependency,layoutId:\"VaDbVYggc-container\",children:/*#__PURE__*/_jsx(AllFAQs,{height:\"100%\",id:\"VaDbVYggc\",layoutId:\"VaDbVYggc\",style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2B7Lv.framer-1xmgmzx, .framer-2B7Lv .framer-1xmgmzx { display: block; }\",\".framer-2B7Lv.framer-10j78k3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-2B7Lv .framer-1emn75d { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2B7Lv .framer-7dueby { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2B7Lv .framer-1ghaocs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2B7Lv .framer-1r2us99-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-2B7Lv .framer-17piyes { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2B7Lv .framer-1xr523k { flex: none; height: 1px; overflow: hidden; position: relative; width: 50px; }\",\".framer-2B7Lv .framer-k3bjr4, .framer-2B7Lv .framer-a8qa9g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2B7Lv .framer-1mqklgm { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2B7Lv .framer-ewrg35 { 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; z-index: 2; }\",\".framer-2B7Lv .framer-142xot-container, .framer-2B7Lv .framer-17y5znb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2B7Lv .framer-7ux7p0-container { flex: none; height: auto; position: relative; width: 55%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2B7Lv.framer-10j78k3, .framer-2B7Lv .framer-7dueby, .framer-2B7Lv .framer-1ghaocs, .framer-2B7Lv .framer-1mqklgm, .framer-2B7Lv .framer-ewrg35 { gap: 0px; } .framer-2B7Lv.framer-10j78k3 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-2B7Lv.framer-10j78k3 > :first-child, .framer-2B7Lv .framer-1ghaocs > :first-child, .framer-2B7Lv .framer-ewrg35 > :first-child { margin-left: 0px; } .framer-2B7Lv.framer-10j78k3 > :last-child, .framer-2B7Lv .framer-1ghaocs > :last-child, .framer-2B7Lv .framer-ewrg35 > :last-child { margin-right: 0px; } .framer-2B7Lv .framer-7dueby > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2B7Lv .framer-7dueby > :first-child, .framer-2B7Lv .framer-1mqklgm > :first-child { margin-top: 0px; } .framer-2B7Lv .framer-7dueby > :last-child, .framer-2B7Lv .framer-1mqklgm > :last-child { margin-bottom: 0px; } .framer-2B7Lv .framer-1ghaocs > *, .framer-2B7Lv .framer-ewrg35 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2B7Lv .framer-1mqklgm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-2B7Lv.framer-v-15ubv4y.framer-10j78k3 { flex-direction: column; width: 750px; }\",\".framer-2B7Lv.framer-v-15ubv4y .framer-1emn75d, .framer-2B7Lv.framer-v-4l2n3i .framer-1emn75d { align-self: unset; flex: none; gap: 30px; height: min-content; justify-content: center; width: 100%; }\",\".framer-2B7Lv.framer-v-15ubv4y .framer-7ux7p0-container, .framer-2B7Lv.framer-v-4l2n3i .framer-142xot-container, .framer-2B7Lv.framer-v-4l2n3i .framer-17y5znb-container, .framer-2B7Lv.framer-v-4l2n3i .framer-7ux7p0-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2B7Lv.framer-v-15ubv4y.framer-10j78k3, .framer-2B7Lv.framer-v-15ubv4y .framer-1emn75d { gap: 0px; } .framer-2B7Lv.framer-v-15ubv4y.framer-10j78k3 > *, .framer-2B7Lv.framer-v-15ubv4y .framer-1emn75d > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2B7Lv.framer-v-15ubv4y.framer-10j78k3 > :first-child, .framer-2B7Lv.framer-v-15ubv4y .framer-1emn75d > :first-child { margin-top: 0px; } .framer-2B7Lv.framer-v-15ubv4y.framer-10j78k3 > :last-child, .framer-2B7Lv.framer-v-15ubv4y .framer-1emn75d > :last-child { margin-bottom: 0px; } }\",\".framer-2B7Lv.framer-v-4l2n3i.framer-10j78k3 { flex-direction: column; width: 350px; }\",\".framer-2B7Lv.framer-v-4l2n3i .framer-1mqklgm { padding: 19px; }\",\".framer-2B7Lv.framer-v-4l2n3i .framer-ewrg35 { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2B7Lv.framer-v-4l2n3i.framer-10j78k3, .framer-2B7Lv.framer-v-4l2n3i .framer-1emn75d, .framer-2B7Lv.framer-v-4l2n3i .framer-ewrg35 { gap: 0px; } .framer-2B7Lv.framer-v-4l2n3i.framer-10j78k3 > *, .framer-2B7Lv.framer-v-4l2n3i .framer-1emn75d > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2B7Lv.framer-v-4l2n3i.framer-10j78k3 > :first-child, .framer-2B7Lv.framer-v-4l2n3i .framer-1emn75d > :first-child, .framer-2B7Lv.framer-v-4l2n3i .framer-ewrg35 > :first-child { margin-top: 0px; } .framer-2B7Lv.framer-v-4l2n3i.framer-10j78k3 > :last-child, .framer-2B7Lv.framer-v-4l2n3i .framer-1emn75d > :last-child, .framer-2B7Lv.framer-v-4l2n3i .framer-ewrg35 > :last-child { margin-bottom: 0px; } .framer-2B7Lv.framer-v-4l2n3i .framer-ewrg35 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-2B7Lv[data-border=\"true\"]::after, .framer-2B7Lv [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 676\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"TbWEogD5t\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"XjxfTLdv0\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerk2vjrCe5p=withCSS(Component,css,\"framer-2B7Lv\");export default Framerk2vjrCe5p;Framerk2vjrCe5p.displayName=\"FAQs\";Framerk2vjrCe5p.defaultProps={height:676,width:1200};addPropertyControls(Framerk2vjrCe5p,{variant:{options:[\"rRoxY34K_\",\"TbWEogD5t\",\"XjxfTLdv0\"],optionTitles:[\"FAQ & CTA\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerk2vjrCe5p,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...PhosphorFonts,...MainBlueButtonFonts,...SecondaryWhiteButtonFonts,...AllFAQsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk2vjrCe5p\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"TbWEogD5t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"XjxfTLdv0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"676\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_VMq2oR82k.woff2\",weight:\"600\"}]}];export const css=['.framer-o6HlA .framer-styles-preset-3txhbq:not(.rich-text-wrapper), .framer-o6HlA .framer-styles-preset-3txhbq.rich-text-wrapper h5 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-o6HlA .framer-styles-preset-3txhbq:not(.rich-text-wrapper), .framer-o6HlA .framer-styles-preset-3txhbq.rich-text-wrapper h5 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-o6HlA .framer-styles-preset-3txhbq:not(.rich-text-wrapper), .framer-o6HlA .framer-styles-preset-3txhbq.rich-text-wrapper h5 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-o6HlA\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0623976)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jbYtQQYOhSJrRsKnnmCY/RCOdG1pDTkFhGGzOyvQl/smKUoIdvT.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wdjIxEEETj1zah1uiVaS/QoDS3coPjV2ySRySuEW5/WQG2SsoyY.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"wUiPXbC_d\",\"mKXcklKu5\"];const serializationHash=\"framer-MgaoQ\";const variantClassNames={mKXcklKu5:\"framer-v-1itohqx\",wUiPXbC_d:\"framer-v-br4389\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition1={damping:25,delay:.1,mass:1,stiffness:127,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-50,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Process Card Mobile\":\"mKXcklKu5\",\"Process Card\":\"wUiPXbC_d\"};const getProps=({description,height,icon,id,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,cMLEvam8D:(_ref=title!==null&&title!==void 0?title:props.cMLEvam8D)!==null&&_ref!==void 0?_ref:\"Select a Plan.\",gMPxGbBNv:(_ref1=icon!==null&&icon!==void 0?icon:props.gMPxGbBNv)!==null&&_ref1!==void 0?_ref1:\"CursorClick\",lq6j9JCSp:(_ref2=description!==null&&description!==void 0?description:props.lq6j9JCSp)!==null&&_ref2!==void 0?_ref2:\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"wUiPXbC_d\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,gMPxGbBNv,cMLEvam8D,lq6j9JCSp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wUiPXbC_d\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-br4389\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Process Card\",layoutDependency:layoutDependency,layoutId:\"wUiPXbC_d\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",...style},...addPropertyOverrides({mKXcklKu5:{\"data-framer-name\":\"Process Card Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16rk95i\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"It5NYDbhd\",style:{backgroundColor:\"rgb(255, 81, 28)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},variants:{mKXcklKu5:{backgroundColor:\"rgba(255, 81, 28, 0.1)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nrfns4-container\",layoutDependency:layoutDependency,layoutId:\"ZqLlYcpLe-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f9608d50-9f44-4d04-ae94-b884f2d39e86, rgb(255, 236, 235))\",height:\"100%\",iconSearch:\"House\",iconSelection:gMPxGbBNv,id:\"ZqLlYcpLe\",layoutId:\"ZqLlYcpLe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({mKXcklKu5:{color:\"rgb(255, 81, 28)\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8lmccw\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"q1Pgg7U9t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-3txhbq\",\"data-styles-preset\":\"smKUoIdvT\",children:\"Select a Plan.\"})}),className:\"framer-4x2wn4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s4KAQ1B3Z\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cMLEvam8D,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\"})}),className:\"framer-1mmiwcv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Hh6U_uFHL\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lq6j9JCSp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wftpq7-container\",layoutDependency:layoutDependency,layoutId:\"SDx2GCGXD-container\",style:{opacity:.5},variants:{mKXcklKu5:{opacity:.03}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-82b3901d-cf97-42cd-90da-faa5c6640fb8, rgb(29, 100, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:gMPxGbBNv,id:\"SDx2GCGXD\",layoutId:\"SDx2GCGXD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MgaoQ.framer-1n8a0cy, .framer-MgaoQ .framer-1n8a0cy { display: block; }\",\".framer-MgaoQ.framer-br4389 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 590px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MgaoQ .framer-16rk95i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MgaoQ .framer-nrfns4-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-MgaoQ .framer-8lmccw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-MgaoQ .framer-4x2wn4, .framer-MgaoQ .framer-1mmiwcv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgaoQ .framer-1wftpq7-container { bottom: -30px; flex: none; height: 133px; position: absolute; right: -50px; width: 168px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MgaoQ.framer-br4389, .framer-MgaoQ .framer-16rk95i, .framer-MgaoQ .framer-8lmccw { gap: 0px; } .framer-MgaoQ.framer-br4389 > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-MgaoQ.framer-br4389 > :first-child, .framer-MgaoQ .framer-8lmccw > :first-child { margin-top: 0px; } .framer-MgaoQ.framer-br4389 > :last-child, .framer-MgaoQ .framer-8lmccw > :last-child { margin-bottom: 0px; } .framer-MgaoQ .framer-16rk95i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MgaoQ .framer-16rk95i > :first-child { margin-left: 0px; } .framer-MgaoQ .framer-16rk95i > :last-child { margin-right: 0px; } .framer-MgaoQ .framer-8lmccw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-MgaoQ.framer-v-1itohqx.framer-br4389 { padding: 20px; width: 350px; }\",\".framer-MgaoQ.framer-v-1itohqx .framer-8lmccw { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-MgaoQ[data-border=\"true\"]::after, .framer-MgaoQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 275\n * @framerIntrinsicWidth 590\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mKXcklKu5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gMPxGbBNv\":\"icon\",\"cMLEvam8D\":\"title\",\"lq6j9JCSp\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqhZc333Xx=withCSS(Component,css,\"framer-MgaoQ\");export default FramerqhZc333Xx;FramerqhZc333Xx.displayName=\"Process Card\";FramerqhZc333Xx.defaultProps={height:275,width:590};addPropertyControls(FramerqhZc333Xx,{variant:{options:[\"wUiPXbC_d\",\"mKXcklKu5\"],optionTitles:[\"Process Card\",\"Process Card Mobile\"],title:\"Variant\",type:ControlType.Enum},gMPxGbBNv:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"CursorClick\",description:undefined,hidden:undefined,title:\"Icon\"},cMLEvam8D:{defaultValue:\"Select a Plan.\",displayTextArea:false,title:\"Title\",type:ControlType.String},lq6j9JCSp:{defaultValue:\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerqhZc333Xx,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqhZc333Xx\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"275\",\"framerVariables\":\"{\\\"gMPxGbBNv\\\":\\\"icon\\\",\\\"cMLEvam8D\\\":\\\"title\\\",\\\"lq6j9JCSp\\\":\\\"description\\\"}\",\"framerIntrinsicWidth\":\"590\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mKXcklKu5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qhZc333Xx.map", "// Generated by Framer (9e1dc8e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-KZ64z\";const variantClassNames={UklgBkqCZ:\"framer-v-1sr1tad\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"UklgBkqCZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1sr1tad\",className,classNames),\"data-framer-name\":\"Ticker\",layoutDependency:layoutDependency,layoutId:\"UklgBkqCZ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ithw94-container\",layoutDependency:layoutDependency,layoutId:\"Y9M6UbFvv-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:55,overflow:false},gap:80,height:\"100%\",hoverFactor:1,id:\"Y9M6UbFvv\",layoutId:\"Y9M6UbFvv\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-whec8e\",\"data-framer-name\":\"Stack1\",layoutDependency:layoutDependency,layoutId:\"mDxHEIjZU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vu3e7u\",\"data-framer-name\":\"SCB-Logo\",fill:\"black\",intrinsicHeight:299,intrinsicWidth:782,layoutDependency:layoutDependency,layoutId:\"JTDcyAMBN\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Vector\" x=\"0\" y=\"0\" viewBox=\"0 0 782.4 299.1\" style=\"enable-background:new 0 0 782.4 299.1\" xml:space=\"preserve\"><style>.st0{fill:#8c8c8d}</style><path class=\"st0\" d=\"M136.4 206.7h-8.7v37.8c0 .9-.3 2.3-1 2.8-6.8 4.5-18.4 4.7-24.5.2-3.8-2.8-4.4-7.5-1.4-11.2 2-2.5 4.7-4 7.9-4.4 2.7-.3 5.4-.5 8.1-.7v-7.6c-2.1 0-4.1.1-6.1 0-2.6-.2-5.1-.5-7.6-1.1-2-.5-3.1-2.2-3-4.2.1-2 1.3-3.6 3.3-3.9 2.5-.4 5.1-.4 7.7-.3 1.9.1 3.8.6 5.9.9 0-2.4.1-4.4-.1-6.4 0-.6-.7-1.5-1.2-1.7-6.6-2.2-13-1.8-19 1.9-7.4 4.6-7.4 13.4-.2 18.4.4.3.8.6 1.4 1.1-.8.7-1.5 1.2-2.2 1.8-4.7 3.8-6.7 10-4.9 15.7 1.9 5.8 6.2 9.2 11.7 11.2 5.2 1.8 10.5 2.1 16 1.6 6.3-.5 11.9-2.5 16.5-6.9.9-.9 1.6-2.5 1.7-3.8.1-12.9.1-25.8.1-38.7-.3-.8-.4-1.6-.4-2.5zm58 32.5c-.8-.5-1.1-.9-1.2-1.4-3.1-8.7-6.2-17.4-9.2-26.2-1.8-5.2-1.8-5.2-7.3-5.2-1.6 0-2.3.4-2.8 2-3.2 9.6-6.6 19.1-9.9 28.6-.3.8-.7 1.5-1.4 2.9-3.2-11.7-6.2-22.6-9.1-33.4h-8.6c.1.7.1 1.3.2 1.7 4.1 15.2 8.2 30.4 12.4 45.5 1.2 4.2 1.2 4.2 5.5 4.3 1.8 0 2.6-.4 3.2-2.2 2.6-8 5.4-15.9 8.2-23.9 1.2-3.3 2.4-6.6 3.6-10 1 .8 1.3 1.6 1.6 2.4 3.4 9.7 6.8 19.4 10.2 29 1.6 4.6 1.6 4.6 6.5 4.6 1.7 0 2.3-.6 2.7-2.1 3.3-12.3 6.7-24.6 10-36.9 1.1-4.1 2.2-8.2 3.3-12.5h-8.8c-3.2 11.2-6.2 22-9.1 32.8zm135.3-30.4c0 9.6-.2 19.3.1 28.9.2 6.3-2.6 9.9-8.6 12.2-9.3 3.5-16.3-1.4-16.3-11.2v-16.6c0-3.8-1.5-7.1-4-10-8.1-9.1-29.3-9.8-38.6 2.2-.9 1.2-1.7 2.8-1.8 4.2-.2 12.3-.1 24.6-.1 36.9 0 .8.1 1.6.1 2.4h16.1v-7.7h-7.3c-.1-1-.1-1.7-.1-2.3 0-9.3 0-18.6.1-27.9 0-.8.6-1.7 1.3-2.2 5.1-4.4 11.1-5 17.4-3.5 4.9 1.2 8.6 4.4 8.3 10.8-.3 5.3-.1 10.5 0 15.8.1 4 1 7.8 3.5 11 5.8 7.4 16.8 9.4 25.7 4.6 1.4-.7 2.7-1.6 4.2-2.5.1 1.5.3 2.7.4 3.8h8.4v-51.3H330c-.2 1.1-.3 1.8-.3 2.4zm-83.2 2.8c-6.4-7.7-20.6-7.2-27.3-4-.5.2-1.1.9-1.1 1.4-.1 2.6-.1 5.2-.1 8 2-.9 3.5-1.7 5.1-2.3 1.7-.6 3.5-1 5.3-1.2 6.3-.6 11.4 1.9 13 8.2.4 1.7.6 3.5.6 5.2.1 9.4 0 18.7 0 28.1v2.8h8.6c.1-.4.2-.7.2-.9 0-10.7.2-21.4 0-32.1.1-4.7-1-9.2-4.3-13.2zM76.4 211c-6.5-6.1-18.8-7.4-26.9-2.7-1.2.7-2.4 1.3-3.8 2.1-.1-1.5-.2-2.6-.3-3.7h-8.5v51.2h8.6V255c0-10.1-.1-20.3.1-30.4 0-2 1.1-4.4 2.5-6 2.7-3.1 6.5-4.5 10.6-5 9.5-1.1 14.3 4.2 14.2 11.7-.2 10 0 19.9 0 29.9 0 .9.1 1.8.1 2.6h8.5c.1-.6.2-.9.2-1.2 0-11.1.1-22.3 0-33.4-.2-4.6-1.8-8.8-5.3-12.2zm189.2-59.4c10.3 7.8 22.4 9.9 34.9 10.4 9.7.4 19.2-1.6 28.5-4.4 5.5-1.7 5.6-1.7 5-7.4-.4-3.9-1.2-7.8-1.8-11.9-12.2 4.7-24.6 6.1-37.2 4.4-10.1-1.3-17.8-6.4-21.3-16.3-4.9-13.5-4.8-27.1-.5-40.7 2.7-8.6 8.7-14.2 17.4-16.4 7.8-2 15.7-2.1 23.6-.9 5.8.9 11.6 2.1 17.8 3.3.8-5.4 1.7-10.8 2.4-16.2.1-.5-.8-1.5-1.5-1.8-7.9-3-16.2-4.4-24.7-4.9-7.9-.4-15.7.1-23.4 2-16.1 3.9-27.9 12.9-33.7 28.8-5.2 14.1-5.5 28.6-2.7 43.1 2.3 11.6 7.6 21.6 17.2 28.9zM23.5 191.2c-5-.9-10.2-.7-15.3-1v6c2.7 0 5.2-.1 7.6.1 1.2.1 2.4.8 3.6 1.2-.5 1.1-.7 2.5-1.5 3.4-1.8 2.1-2.9 4.3-2.9 7.2.1 15.6.1 31.3.1 46.9v2.9h9.3v-3.1c0-14 .1-27.9 0-41.9 0-4.1.3-7.9 2.9-11.6 2.7-3.7.6-9.4-3.8-10.1zm176.7-49.6c-9.7 3.7-19.7 2.7-29.5.2-6.7-1.7-13.1-4.1-20-6.4-.9 5.7-1.8 11.8-2.7 17.8.5.3.8.5 1 .7.7.4 1.5.8 2.3 1.1 12.8 5.2 26.1 7.7 40 6.7 7.1-.5 13.9-1.8 20.4-4.6 15-6.6 21.2-17.7 19.2-33.3-1.3-10.6-7.1-18.3-16.9-22.2-8-3.1-16.5-5-24.7-7.7-5.3-1.8-10.7-3.8-15.7-6.3-3.4-1.7-4.3-5.4-3.5-9.1 1-4.4 4.1-6.8 7.9-8.4 9.9-3.9 20.2-2.9 30.4-1.3 5.3.8 10.6 2.2 16 3.4.7-4.6 1.3-9.2 2.2-13.8.8-4 .8-3.9-3-4.6-7.6-1.6-15.2-3.1-22.8-4.1-10-1.4-20-.4-29.7 2.6-18.7 5.7-24.9 21.9-21.2 37.4 2.1 8.8 8.3 14.5 16.4 17.8 7.3 2.9 15 4.7 22.6 6.9 6.5 1.9 13.1 3.5 18.3 8.2 4.2 3.8 4.8 9.5 1 13.6-2.2 2.3-5.1 4.3-8 5.4zm237.6 48.8c-5.8.1-8.4 3-8.3 9.2h8.4c-.1-.2-.3-.4-.4-.6 1.1-.9 2.1-2.2 3.4-2.6 1.5-.5 3.3-.1 5-.1v-6c-2.8.1-5.5.1-8.1.1zm-140.6 9.7h41.1v-6.3h-41.1v6.3zm87.1 21.3c-1.6-1.4-3.5-2.4-5.6-3.8 3-2.7 5.9-5.3 9-8.1-2.2-1.2-4.1-2.4-6.1-3.3-.6-.3-1.6-.1-2.1.3-5.6 4.6-11.1 9.3-16.9 14.2 1.3.3 2.3.4 3.2.7 3.4 1.2 7.1 2.1 10.2 3.8 5.3 2.9 7.4 7.8 6.9 13.7-.5 5.6-4 9.3-9.2 10.7-4 1-8.4.8-12.6 1-2.6.1-3.6-1.3-3.5-4.1.2-12.3.1-24.6.1-36.9v-2.9h-8.6c-.1.6-.2.9-.2 1.2 0 15.4 0 30.8.1 46.2 0 .8.9 1.9 1.7 2.2 8.4 2.9 16.9 3.6 25.5 1.2 7.5-2.1 13.2-6.7 15-14.6 1.8-8.4-.1-15.8-6.9-21.5zm59.2-14.7h-8.8v3.1c0 11.5-.1 22.9.1 34.4 0 2.1-.7 3.4-2.6 4-2.7.9-5.3 2-8.1 2.4-5.1.7-10 .1-14.5-2.7-4.3-2.8-5.1-7.7-1.9-11.7 2-2.4 4.6-3.9 7.7-4.3 2.6-.3 5.3-.5 7.9-.7v-7.6c-2.6 0-5.1.2-7.5 0-2.1-.2-4.3-.6-6.3-1.3-1.8-.6-2.7-2.2-2.6-4.1.1-2 1.4-3.4 3.2-3.7 2.6-.4 5.3-.4 7.9-.4 1.8 0 3.5.5 5.5.8 0-2.4.1-4.4-.1-6.4-.1-.6-.7-1.5-1.3-1.7-7-2.1-13.7-1.6-19.8 2.8-5 3.6-6.5 11.5-.7 16.2.9.7 1.8 1.5 3 2.4-.7.6-1.3.9-1.8 1.4-3.2 2.8-5.6 5.9-5.9 10.3-.5 7.7 3.3 12.7 9.8 16 5.9 3 12.3 3.2 18.8 2.6 6.2-.6 11.9-2.6 16.4-7.2.9-.9 1.5-2.4 1.5-3.7.1-12.8.1-25.6.1-38.4v-2.5zM432 104c-1.1-.3-2.1-.8-3.2-1.1 0-.3.1-.5.1-.8.6-.3 1.3-.6 2-.8 6-2.1 10.1-6.2 12.2-12.1 1.7-4.8 2.2-9.6 1.6-14.7-1-7.8-4.7-13.6-11.3-17.6-8.1-4.8-17.2-5.8-26.3-6-15.9-.3-31.8-.1-47.7-.1h-2.7V160c.9 0 1.5.1 2.2.1 17.3 0 34.7.2 52-.2 5.9-.1 12-1 17.7-2.6 18.8-5.4 24-19.7 20.8-35.6-1.9-9.3-8.5-14.8-17.4-17.7zm-54.2-35.4h2.8c9 0 17.9-.1 26.9.1 3 .1 6.1.6 9 1.5 4.8 1.5 7.7 5.7 7.7 10.8 0 2 .1 4.1-.3 6-1.2 5.5-5.6 9.1-12.2 9.3-11.2.3-22.4.1-33.9.1V68.6zm50.2 62.7c-1.4 6.7-5.6 10.6-12.8 10.8-12.2.3-24.4.1-36.7.1-.2 0-.3-.1-.7-.3V112c.9-.1 1.7-.1 2.5-.1 7.8 0 15.6-.1 23.4 0 4.7.1 9.4.2 13.9 1 6.9 1.2 10.6 6.1 10.7 13.1 0 1.8.1 3.6-.3 5.3z\"/><path d=\"M224.4 72.2c-5.5-1.2-10.7-2.5-16-3.4-10.2-1.6-20.4-2.6-30.4 1.3-3.9 1.5-6.9 4-7.9 8.4-.8 3.7.1 7.5 3.5 9.1 5 2.5 10.4 4.5 15.7 6.3 8.2 2.7 16.7 4.6 24.7 7.7 9.8 3.9 15.6 11.6 16.9 22.2 2 15.6-4.2 26.8-19.2 33.3-6.5 2.8-13.3 4.1-20.4 4.6-13.9 1-27.2-1.5-40-6.7-.8-.3-1.5-.7-2.3-1.1-.3-.1-.6-.3-1-.7.9-6 1.8-12.2 2.7-17.8 6.9 2.2 13.3 4.7 20 6.4 9.8 2.4 19.8 3.4 29.5-.2 2.9-1.1 5.8-3.1 8-5.4 3.8-4.1 3.2-9.8-1-13.6-5.2-4.7-11.8-6.4-18.3-8.2-7.6-2.2-15.3-4-22.6-6.9-8.1-3.2-14.3-8.9-16.4-17.8-3.7-15.5 2.6-31.6 21.2-37.4 9.7-3 19.6-3.9 29.7-2.6 7.6 1 15.2 2.5 22.8 4.1 3.7.8 3.7.6 3 4.6-.9 4.6-1.5 9.2-2.2 13.8zm107.6-.6c-6.2-1.2-11.9-2.4-17.8-3.3-7.9-1.2-15.8-1-23.6.9-8.7 2.2-14.7 7.8-17.4 16.4-4.3 13.6-4.4 27.3.5 40.7 3.6 9.8 11.2 14.9 21.3 16.3 12.6 1.7 25 .4 37.2-4.4.6 4.1 1.3 7.9 1.8 11.9.6 5.6.6 5.7-5 7.4-9.3 2.8-18.8 4.8-28.5 4.4-12.5-.5-24.5-2.6-34.9-10.4-9.6-7.3-14.9-17.3-17.1-28.8-2.8-14.6-2.5-29.1 2.7-43.1 5.8-15.8 17.6-24.9 33.7-28.8 7.7-1.8 15.5-2.4 23.4-2 8.4.5 16.7 1.9 24.7 4.9.7.2 1.6 1.2 1.5 1.8-.8 5.3-1.7 10.8-2.5 16.1zm-2.2 135h8.5v51.3h-8.4c-.1-1.2-.2-2.3-.4-3.8-1.5.9-2.9 1.7-4.2 2.5-8.8 4.7-19.8 2.7-25.7-4.6-2.5-3.2-3.4-7-3.5-11-.1-5.3-.2-10.6 0-15.8.3-6.4-3.4-9.6-8.3-10.8-6.3-1.5-12.3-1-17.4 3.5-.6.5-1.3 1.5-1.3 2.2-.1 9.3-.1 18.6-.1 27.9 0 .7.1 1.3.1 2.3h7.3v7.7h-16.1c0-.8-.1-1.6-.1-2.4 0-12.3 0-24.6.1-36.9 0-1.4.9-3 1.8-4.2 9.3-11.9 30.6-11.2 38.6-2.2 2.6 2.9 4 6.1 4 10v16.6c0 9.8 7 14.6 16.3 11.2 6.1-2.3 8.8-5.9 8.6-12.2-.3-9.6-.1-19.3-.1-28.9.2-.8.3-1.5.3-2.4zm-185 0h8.6c3 10.8 5.9 21.7 9.1 33.4.7-1.4 1.1-2.1 1.4-2.9 3.3-9.5 6.7-19 9.9-28.6.5-1.6 1.3-2 2.8-2 5.4 0 5.4 0 7.3 5.2 3.1 8.7 6.2 17.4 9.2 26.2.2.4.4.9 1.2 1.4 3-10.8 5.9-21.6 8.9-32.6h8.8c-1.1 4.3-2.2 8.4-3.3 12.5-3.3 12.3-6.7 24.6-10 36.9-.4 1.5-1 2.2-2.7 2.1-4.8-.1-4.8 0-6.5-4.6-3.4-9.7-6.8-19.4-10.2-29-.3-.8-.7-1.6-1.6-2.4-1.2 3.3-2.4 6.6-3.6 10-2.8 7.9-5.6 15.9-8.2 23.9-.6 1.8-1.5 2.2-3.2 2.2-4.3-.1-4.4 0-5.5-4.3-4.1-15.2-8.3-30.4-12.4-45.5v-1.9zm-47.1 21.7c-.6-.5-1-.8-1.4-1.1-7.2-5-7.2-13.7.2-18.4 5.9-3.7 12.4-4.1 19-1.9.6.2 1.2 1.1 1.2 1.7.2 2 .1 4 .1 6.4-2.1-.3-4-.8-5.9-.9-2.6-.1-5.2 0-7.7.3-2 .3-3.3 1.9-3.3 3.9-.1 2 1 3.7 3 4.2 2.5.6 5.1.9 7.6 1.1 2 .2 4 0 6.1 0v7.6c-2.7.2-5.4.4-8.1.7-3.2.4-5.9 1.9-7.9 4.4-3 3.7-2.4 8.4 1.4 11.2 6.1 4.5 17.7 4.3 24.5-.2.7-.4 1-1.8 1-2.8.1-11.6 0-23.3 0-34.9v-2.9h8.7c0 .9.1 1.7.1 2.5 0 12.9.1 25.8-.1 38.7 0 1.3-.7 2.9-1.7 3.8-4.6 4.4-10.2 6.4-16.5 6.9-5.4.4-10.8.2-16-1.6-5.5-2-9.8-5.4-11.7-11.2-1.8-5.7.2-11.9 4.9-15.7 1-.6 1.7-1.2 2.5-1.8zm307 0c-1.2-.9-2.1-1.7-3-2.4-5.8-4.8-4.3-12.6.7-16.2 6-4.4 12.8-5 19.8-2.8.6.2 1.2 1.1 1.3 1.7.2 2 .1 4 .1 6.4-2-.3-3.7-.8-5.5-.8-2.6-.1-5.3 0-7.9.4-1.8.3-3.1 1.7-3.2 3.7-.1 2 .8 3.5 2.6 4.1 2 .7 4.2 1.1 6.3 1.3 2.4.2 4.8 0 7.5 0v7.6c-2.6.2-5.3.4-7.9.7-3.1.4-5.7 1.8-7.7 4.3-3.2 4-2.5 8.9 1.9 11.7 4.4 2.8 9.4 3.4 14.5 2.7 2.8-.4 5.4-1.5 8.1-2.4 1.9-.6 2.6-1.8 2.6-4-.1-11.5-.1-22.9-.1-34.4v-3.1h8.8v2.7c0 12.8 0 25.6-.1 38.4 0 1.2-.6 2.8-1.5 3.7-4.4 4.6-10.1 6.6-16.4 7.2-6.4.6-12.8.4-18.8-2.6-6.5-3.2-10.3-8.3-9.8-16 .3-4.4 2.8-7.6 5.9-10.3.5-.7 1.1-1.1 1.8-1.6zM349 206.6h8.6v2.9c0 12.3.1 24.6-.1 36.9 0 2.8.9 4.2 3.5 4.1 4.2-.1 8.6.1 12.6-1 5.2-1.3 8.7-5.1 9.2-10.7.6-5.9-1.6-10.8-6.9-13.7-3.2-1.7-6.8-2.6-10.2-3.8-.9-.3-1.9-.4-3.2-.7 5.8-4.9 11.3-9.6 16.9-14.2.5-.4 1.6-.6 2.1-.3 2 .9 3.9 2.1 6.1 3.3-3.1 2.8-6 5.4-9 8.1 2 1.4 3.9 2.4 5.6 3.8 6.8 5.7 8.7 13.1 6.8 21.4-1.8 8-7.5 12.5-15 14.6-8.6 2.4-17.1 1.7-25.5-1.2-.7-.3-1.7-1.4-1.7-2.2-.1-15.4-.1-30.8-.1-46.2.2-.2.3-.5.3-1.1zM81.5 258H73c0-.9-.1-1.8-.1-2.6 0-10-.1-19.9 0-29.9.1-7.6-4.7-12.8-14.2-11.7-4.1.5-7.9 1.8-10.6 5-1.4 1.6-2.4 3.9-2.5 6-.2 10.1-.1 20.3-.1 30.4v2.9h-8.6v-51.2h8.5c.1 1.1.2 2.2.3 3.7 1.4-.8 2.6-1.4 3.8-2.1 8.1-4.7 20.5-3.4 26.9 2.7 3.6 3.4 5.1 7.6 5.2 12.3.2 11.1 0 22.3 0 33.4 0 .1 0 .5-.1 1.1zm-57.1-.1h-9.3V255c0-15.6.1-31.3-.1-46.9 0-2.9 1.1-5.1 2.9-7.2.8-.9 1-2.2 1.5-3.4-1.2-.4-2.4-1.1-3.6-1.2-2.5-.2-5-.1-7.6-.1v-6c5.1.3 10.3.1 15.3 1 4.4.8 6.5 6.4 3.8 10.2-2.6 3.6-2.9 7.4-2.9 11.6.1 14 0 27.9 0 41.9v3zm217.8 0V227c0-1.7-.2-3.5-.6-5.2-1.6-6.3-6.7-8.8-13-8.2-1.8.2-3.6.6-5.3 1.2-1.6.5-3.2 1.4-5.1 2.3 0-2.8-.1-5.4.1-8 0-.5.6-1.2 1.1-1.4 6.6-3.3 20.8-3.7 27.3 4 3.3 3.9 4.3 8.5 4.4 13.2.2 10.7.1 21.4 0 32.1 0 .2-.1.5-.2.9h-8.7zm55-57.8v-6.3h41.1v6.3h-41.1zm132.3-.4c-.1-6.2 2.5-9.1 8.3-9.2 2.6-.1 5.3 0 8.1 0v6c-1.8 0-3.5-.3-5 .1-1.3.4-2.3 1.7-3.4 2.6.1.2.3.4.4.6-2.8-.1-5.5-.1-8.4-.1z\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:#8c8c8d\"/><path class=\"st0\" d=\"M490.2 7.1v283.5h286.4V7.1H490.2zm250.6 226c-17.2 8.1-34.5 16.3-51.7 24.3-1.5.7-3.3 1.1-5 1.1-13.1.1-26.3 0-39.4.1-2.4 0-3.3-.5-3.3-3.2.2-11.9.1-23.8.1-35.7 0-.5 0-1 .1-1.7 5.3 2 10.2 4 15.2 5.7 7 2.4 14.2 4 21.6 3.8 15-.4 24.8-7.4 28-24 2.3-12.4.5-24.6-1.7-36.7-3-16.7-11.1-31.1-20.5-44.7-9.4-13.7-20.2-26.3-32.7-37.2-4.8-4.2-10.3-7.6-15.5-11.5-1.6-1.2-3.2-1.2-4.8 0-6.5 5-13.4 9.5-19.3 15.1-17.8 16.9-32.8 36.2-43.2 58.6-3.8 8.2-6.1 17-7.2 25.9-.9 7.6-1.6 15.3-1.5 22.9.2 9.2 2.3 17.9 9.3 24.6 4 3.9 8.9 5.8 14.3 6.5 14 1.8 26.7-2.7 39.2-8.1.8-.3 1.6-.7 2.7-1.2.1 1 .2 1.6.2 2.2 0 11.9 0 23.8.1 35.7 0 2.2-.5 2.9-2.8 2.9-13.6-.1-27.1 0-40.7-.1-1.1 0-2.2-.2-3.1-.6-17.9-8.4-35.7-16.8-53.5-25.1-2.3-1.1-2.8-2.2-2.1-4.6 9.7-37.5 19.2-75 28.7-112.6.9-3.7 3.7-5.7 6.2-7.9 6.1-5.7 12.4-11.2 18.6-16.8l25.5-23.1c8-7.3 15.9-14.5 23.9-21.8 1.8-1.6 3.7-3.2 5.4-4.9 1.3-1.3 2.2-1.4 3.6-.2 4 3.7 8 7.3 12.1 11 10.2 9.2 20.4 18.4 30.5 27.6 7.6 6.9 15.2 13.8 22.8 20.8 4 3.7 8.1 7.3 12 11.1.9.9 1.7 2.3 2 3.6 9.7 37.6 19.3 75.2 28.9 112.8.5 3.7.5 3.7-3 5.4z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19hn6da\",\"data-framer-name\":\"Stack2\",layoutDependency:layoutDependency,layoutId:\"ne2swy4i0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12bidco\",\"data-framer-name\":\"Sofitel-4\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"asVa9HZjP\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><path d=\"M21.1 96.1v-2.3h-4.3v2.3h-.7v-5h.7v2.1h4.3v-2.1h.6v5zm8.5.1c-2.3 0-3.1-1-3.1-2.7s.9-2.6 3.1-2.6 3.1 1 3.1 2.6c.1 1.7-.8 2.7-3.1 2.7m0-4.7c-1.8 0-2.5.7-2.5 2.1s.7 2.1 2.5 2.1 2.5-.7 2.5-2.1-.7-2.1-2.5-2.1m10.1.1v4.5H39v-4.5h-2.4v-.5h5.5v.5zm11.7 4v.5h-4.9v-5h4.7v.5h-4v1.6h3.5v.5h-3.5v1.9zm9.2 0v.5H56v-5h.6v4.5zm6.3.6c-.9 0-1.6-.2-2.2-.5l.1-.5c.7.3 1.3.5 2.1.5 1.2 0 1.8-.5 1.8-1 0-1.3-4-.4-4-2.3 0-.7.7-1.4 2.3-1.4.7 0 1.5.1 2.1.3l-.1.6c-.7-.2-1.2-.3-1.9-.3-1.3 0-1.7.5-1.7.9 0 1.3 4 .3 4 2.3-.1.7-.9 1.4-2.5 1.4m16.8 0c-.5-.2-1-.4-1.5-.7-.5.4-1.1.7-2 .7-1.3 0-1.7-.6-1.7-1.2 0-.7.5-1.1 1.1-1.4-.3-.3-.4-.7-.4-1 0-.5.3-1 1.4-1 .9 0 1.4.4 1.4.8 0 .5-.4.7-1 1-.2.1-.5.2-.7.3.4.4 1 .8 1.7 1.2.3-.3.6-.8.7-1.2h.5c0 .3-.3.9-.7 1.4.4.2.9.4 1.3.6l-.1.5zm-1.9-1c-.7-.4-1.3-.9-1.8-1.3-.5.3-.8.6-.8 1 0 .5.5.8 1.2.8.4.1 1-.1 1.4-.5m-1.6-1.7c.3-.1.6-.2.8-.3.3-.2.6-.3.6-.6s-.3-.4-.9-.4c-.5 0-.9.3-.9.7 0 0 .1.3.4.6m16 .4.4.4 1.7 1.9h-.8L95.6 94h-2v2.1H93V91h2.7c1.5 0 2.1.6 2.1 1.4 0 .8-.5 1.4-1.6 1.5m-.6-2.3h-2v2h2c1.1 0 1.6-.4 1.6-1s-.5-1-1.6-1m12 4v.5h-4.9v-5h4.7v.5h-4.1v1.6h3.6v.5h-3.6v1.9zm6.6.6c-.9 0-1.6-.2-2.2-.5l.1-.5c.7.3 1.3.5 2.1.5 1.2 0 1.8-.5 1.8-1 0-1.3-4-.4-4-2.3 0-.7.7-1.4 2.3-1.4.7 0 1.5.1 2.1.3l-.1.5c-.7-.2-1.2-.3-1.9-.3-1.3 0-1.7.5-1.7.9 0 1.3 4 .3 4 2.3-.1.8-.9 1.5-2.5 1.5m9.7 0c-2.3 0-3.1-1-3.1-2.7s.9-2.6 3.1-2.6 3.1 1 3.1 2.6c0 1.7-.8 2.7-3.1 2.7m0-4.7c-1.8 0-2.5.7-2.5 2.1s.7 2.1 2.5 2.1 2.5-.7 2.5-2.1-.7-2.1-2.5-2.1m11 2.4.4.4 1.7 1.9h-.8l-1.9-2.1h-2v2.1h-.6v-5.1h2.7c1.5 0 2.1.6 2.1 1.4 0 .7-.6 1.3-1.6 1.4m-.5-2.3h-2.1v2h2c1.1 0 1.6-.4 1.6-1-.1-.7-.5-1-1.5-1m9.1 0v4.5h-.6v-4.5h-2.5v-.5h5.6v.5zm8.5 4.6c-.9 0-1.6-.2-2.2-.5l.1-.5c.6.3 1.3.5 2.1.5 1.2 0 1.8-.5 1.8-1 0-1.3-4-.4-4-2.3 0-.7.6-1.4 2.4-1.4.7 0 1.5.1 2.1.3l-.1.5c-.6-.2-1.2-.3-1.9-.3-1.3 0-1.7.5-1.7.9 0 1.3 4 .3 4 2.3-.1.8-1 1.5-2.6 1.5m6.2-14.5c.1-1.1.3-2.7.3-4.4 0-2.8-.4-5.5-.4-6h-1.4c0 .4-.4 3.2-.4 6s.4 5.5.4 6h11.9v-1.6h-10.4zm-27.6 0c.1-1 .2-2.3.3-3.8h7.7v-1.6h-7.7c0-1.3-.1-2.5-.3-3.5h10.8v-1.6H129c0 .4-.4 3.2-.4 6s.4 5.5.4 6h12.7v-1.6l-11.1.1zm-15.4-10.4h-14v1.6h6.1c-.1 1.1-.3 2.7-.3 4.4 0 2.8.4 5.5.4 6h1.4c0-.4.4-3.2.4-6 0-1.7-.1-3.3-.3-4.4h6.1l.2-1.6zM86.9 83.2c0-.4.4-3.2.4-6s-.4-5.5-.4-6h-1.4c0 .4-.4 3.2-.4 6s.4 5.5.4 6h1.4zM71.1 72.9v-1.6H59.3c0 .4-.4 3.2-.4 6s.4 5.5.4 6h1.4c0-.4.3-2.7.4-5.2H68v-1.6h-6.9c0-1.3-.1-2.7-.3-3.6h10.3zm-35-2.2c-2.3 0-8 4.7-8 6.6s5.8 6.6 8 6.6 8-4.7 8-6.6c0-2-5.7-6.6-8-6.6m0 11.2c-2 0-5.9-3.2-5.9-4.7s3.8-4.7 5.9-4.7 5.9 3.2 5.9 4.7-3.8 4.7-5.9 4.7m-22.8-4.2C10.4 76 4 75.8 4 74.1c0-.9 2.1-1.7 4.4-1.7 1.4 0 3.4.5 4.8 1.6l1-1.4c-2-1.3-4.1-1.7-6.1-1.7-4.1-.1-6.4 2-6.4 3.3 0 1 1.3 2 2.4 2.5 4 1.6 8.3 1.6 8.3 3.3 0 1-1.8 2.1-4.4 2-1.8 0-4.2-.8-5.6-2l-1 1.5c1.4 1 4.1 2.1 6.6 2.1 2.7 0 4.3-.7 5.5-1.6 1.1-.9 1.3-1.8 1.3-2.2 0-.5-.5-1.4-1.5-2.1m55.9-58c4 .4 7.8 1.8 11.2 4C73.6 29 68 35 68 38.6s5.6 9.7 12.4 14.9v.1c-3.4 2.2-7.2 3.6-11.2 4-8.2 0-25.5-12.5-25.5-19 .1-6.5 17.3-18.9 25.5-18.9m15.7 7c5.4 3.9 9.8 8.7 9.8 11.9s-4.3 8-9.7 11.9h-.1c-5.3-3.9-9.7-8.7-9.7-11.9s4.4-8 9.7-11.9m4.7-3c3.4-2.2 7.2-3.6 11.2-4 8.2 0 25.5 12.5 25.5 19s-17.2 19-25.5 19c-4-.4-7.8-1.8-11.2-4v-.1c6.8-5.2 12.4-11.3 12.4-14.9s-5.6-9.7-12.4-15zM69.2 63.5c3.8 0 9.8-2.8 15.7-6.7h.1c5.9 3.9 11.9 6.7 15.7 6.7 9.4 0 32.7-17.5 32.7-24.9s-23.3-24.9-32.7-24.9c-3.8 0-9.8 2.8-15.7 6.7h-.2c-5.9-3.9-11.9-6.7-15.7-6.7-9.4 0-32.7 17.5-32.7 24.9s23.4 24.9 32.8 24.9\" style=\"fill:#8d8d8d\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ejhg1\",\"data-framer-name\":\"Stack3\",layoutDependency:layoutDependency,layoutId:\"I5ALRgOXi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1s9v31a\",\"data-framer-name\":\"Uniqlo-wh-2\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"raZluHyx0\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><path class=\"st0\" d=\"M108.4 64.7c-2 0-3.7 1.6-3.7 3.7v9.2c0 2 1.6 3.7 3.7 3.7 2 0 3.7-1.6 3.7-3.7v-9.2c0-2.1-1.7-3.7-3.7-3.7z\"/><path class=\"st0\" d=\"M41.4 11.4v87.2h87.2V11.4H41.4zm64.3 11.9h5.5v27.5h-5.5V23.3zM70.8 77.5c0 2.6-1 4.9-2.7 6.5l2.7 8.2h-5.5l-1.9-5.7c-.6.1-1.2.2-1.8.2-5.1 0-9.2-4.1-9.2-9.2v-9.2c0-5.1 4.1-9.2 9.2-9.2s9.2 4.1 9.2 9.2v9.2zm0-35.8c0 5.1-4.1 9.2-9.2 9.2s-9.2-4.1-9.2-9.2V23.3h5.5v18.4c0 2 1.6 3.7 3.7 3.7 2 0 3.7-1.7 3.7-3.7V23.3h5.5v18.4zm25.7 45H78.1V59.1h5.5v22h12.8l.1 5.6zm0-35.8H91l-7.3-15.7v15.7h-5.5V23.3h5.5L91 39.1V23.3h5.5v27.6zm21.1 26.6c0 5.1-4.1 9.2-9.2 9.2s-9.2-4.1-9.2-9.2v-9.2c0-5.1 4.1-9.2 9.2-9.2s9.2 4.1 9.2 9.2v9.2z\"/><path class=\"st0\" d=\"M61.6 64.7c-2 0-3.7 1.6-3.7 3.7v9.2c0 2 1.6 3.7 3.7 3.7 2 0 3.7-1.6 3.7-3.7v-9.2c0-2.1-1.7-3.7-3.7-3.7z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-71tywf\",\"data-framer-name\":\"Stack4\",layoutDependency:layoutDependency,layoutId:\"bVBDxjZal\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jcmw2d\",\"data-framer-name\":\"Nissan-wh-3\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"E39Sg_QFT\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><path d=\"M181 112.5h-24.9v5.5h26c4.9-.5 7.2-4.5 7.2-8.1 0-3.7-2.3-7.6-6.8-8-.9-.1-1.6-.1-1.9-.1h-15.7c-.7 0-1.5 0-1.7-.1-1.2-.3-1.7-1.4-1.7-2.3 0-.8.5-1.9 1.7-2.3.4-.1.8-.1 1.7-.1h22.7v-5.4h-23.1c-1 0-1.7 0-2.3.1-3.9.6-6.7 3.7-6.7 7.7 0 3.3 2.1 7.2 6.6 7.8.8.1 2 .1 2.5.1H181c1.7.2 2.3 1.5 2.3 2.7-.1 1-.8 2.2-2.3 2.5zm-44.8 0h-24.9v5.5h26c4.9-.5 7.2-4.5 7.2-8.1 0-3.7-2.3-7.6-6.8-8-.9-.1-1.6-.1-1.9-.1H120c-.7 0-1.5 0-1.7-.1-1.2-.3-1.7-1.4-1.7-2.3 0-.8.5-1.9 1.7-2.3.4-.1.8-.1 1.7-.1h22.7v-5.4h-23.1c-1 0-1.7 0-2.3.1-3.9.6-6.7 3.7-6.7 7.7 0 3.3 2.1 7.2 6.6 7.8.8.1 2 .1 2.5.1h16.4c1.7.2 2.3 1.5 2.3 2.7 0 1-.6 2.2-2.2 2.5zM93 91.3h6v26.9h-6zm-13.2 26.9V91.3h-5.9v20L54 91.3h-7.6v26.9h5.9V98l20 20.2zm191.7-26.9v20l-19.8-20H244v26.9h6V98l19.9 20.2h7.6V91.3zm-58.5 0-16.8 26.9h7.2l3-4.8H226l3 4.8h7.2l-16.8-26.9H213zm9.9 17h-13.4l6.7-10.8 6.7 10.8zM79.5 76c12-35.1 45.1-58.6 82.4-58.6S232.4 41 244.3 76l.1.3h26.3v-3.2l-10.9-1.3c-6.7-.8-8.2-3.8-10-7.5l-.5-.9c-15.7-33.6-50-55.3-87.3-55.3-37.4 0-71.7 21.7-87.4 55.4l-.5.9c-1.8 3.8-3.3 6.7-10 7.5l-10.9 1.3v3.2h26.2l.1-.4zm165 57.2-.1.3c-12 35.1-45.1 58.6-82.4 58.6s-70.5-23.6-82.4-58.6l-.1-.3H53.2v3.2l10.9 1.3c6.7.8 8.2 3.8 10 7.5l.5.9c15.8 33.7 50.1 55.4 87.4 55.4s71.7-21.7 87.4-55.3l.5-.9c1.8-3.8 3.3-6.7 10-7.5l10.9-1.3v-3.2l-26.3-.1z\" style=\"fill:#8d8d8d\" transform=\"scale(.52497)\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fub1zx\",\"data-framer-name\":\"Stack5\",layoutDependency:layoutDependency,layoutId:\"aopQ3ur6P\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g2cu3g\",\"data-framer-name\":\"Villeroy-wh-2\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"zOX4aKKZ4\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><g id=\"Unternehmenslogo\"><path class=\"st0\" d=\"m109.2 28.1-.1-.6c-7.2 1.3-14.6 1.9-22.2 1.9s-15-.7-22.2-1.9l-.1.6c7.2 1.6 14.7 2.4 22.3 2.4 7.6 0 15.1-.8 22.3-2.4z\"/><path class=\"st0\" d=\"m118.5 31-.1-.6c-10.2 1.9-20.8 2.9-31.5 2.9-10.8 0-21.3-1-31.5-2.9l-.2.6c10.2 2.2 20.8 3.4 31.6 3.4 10.9 0 21.5-1.2 31.7-3.4zm-18.3-5.6-.1-.6c-4.4.5-8.8.8-13.3.8s-8.9-.3-13.3-.8l-.1.6c4.3.8 8.8 1.3 13.4 1.3 4.6-.1 9.1-.5 13.4-1.3zm-14.5-20c-2.6 0-4.8 2.1-4.8 5.4v11.4h1.4V10.8c0-2.9 1.8-4.6 3.9-4.6S90 7.9 90 10.1h.3c.1-2.7-2-4.7-4.6-4.7z\"/><path class=\"st0\" d=\"M85.7 4.5c3.1 0 5.6 2.2 5.6 6.3v11.4h1.4V10.7c0-4.5-3-7.1-6.4-7.1-2.4 0-4.6 1.4-5.6 3.4l.3.1c1-1.5 2.7-2.6 4.7-2.6zM90.6 67H90l-3.2 4.1v.5h2.8v1.8h1v-1.8h1V71h-1v-4zm-1 4h-2.3l2.3-3v3zm8.1-1.2c.6-.3 1.4-.7 1.4-1.4 0-.9-1.1-1.3-2-1.3-1.1 0-2.2.5-2.2 1.5 0 .8.6 1.2 1.3 1.6-.8.4-1.5.8-1.5 1.7 0 1.1 1 1.6 2 1.6 1.4 0 2.5-.6 2.5-1.8.1-1-.6-1.5-1.5-1.9zm-1.9-1.4c0-.7.6-1 1.3-1 .7 0 1.2.4 1.2 1s-.3 1-.9 1.3c-.5-.3-1.6-.6-1.6-1.3zm1.1 4.8c-.8 0-1.3-.5-1.3-1.3 0-.7.3-1.2.9-1.6.8.4 1.9.6 1.9 1.6 0 .8-.6 1.3-1.5 1.3zM76 72.7V67h-.2c-.2.2-.8.8-1.9 1v.2c.6 0 .9 0 .9.2.2.1.2.3.2.6v3.7c0 .4-.2.5-.8.5v.2h2.5v-.2c-.5 0-.7-.1-.7-.5zm5.1-5.6c-.2 0-.3 0-.3-.3h-.2l-.6 1.8h.2l.1-.3c.1-.2.2-.3.4-.3h2.7l-2 4c-.4.7-.6 1.3-.6 1.3 0 .2.3.2.4.2.4 0 .5-.2.7-.4l2.3-5.7v-.3h-2.3c-.3.1-.5.1-.8 0zm-62.7-6.5h60.4v.6H18.4zm66.9 0h71.5v.6H85.3zm-16.5-7.9c0 2.6 1.9 4.5 4.7 4.5 2.6 0 4.7-1.9 4.7-4.5 0-2.7-1.9-4.5-4.7-4.5-2.8 0-4.7 1.9-4.7 4.5zm7.4 0c0 2.2-.9 4-2.7 4-1.8 0-2.7-1.8-2.7-4s.9-4 2.7-4c1.9 0 2.7 1.7 2.7 4zm34.4-9.4v.4c.9.1 1.6-.1 1.6 1v11c0 .8-.9.8-1.6.8v.5c1.7 0 3.4.1 5.1.1 1.4 0 3.2-.1 4.4-.8 1.5-.8 2.1-1.9 2.1-3.1 0-2-1.5-3.4-3.6-3.6 1.7-.5 2.6-1.5 2.6-3.1 0-1.1-.6-2.1-1.7-2.6-1.3-.6-2.7-.6-4.1-.6h-4.8zm9.3 10c0 2-1.2 3.2-3.7 3.2-1.1 0-1.8-.2-1.8-1.2v-5.1h.9c2.5 0 4.6.2 4.6 3.1zm-.8-6.7c0 2.2-1.7 3-3.7 3h-1v-5.8h.7c3.3 0 4 1.3 4 2.8zm10.3 10.6c2.6 0 4.7-1.9 4.7-4.5 0-2.7-1.9-4.5-4.7-4.5s-4.7 1.9-4.7 4.5 1.9 4.5 4.7 4.5zm0-8.5c1.9 0 2.7 1.8 2.7 4s-.9 4-2.7 4-2.7-1.8-2.7-4 .9-4 2.7-4zM23.9 57.2h.7l4.2-11c.5-1.3 1-2.6 2.5-2.6v-.4h-4.6v.4c.5 0 1.2 0 1.5.6.2.4.1 1.1-.4 2.5L25 54.2l-3.4-8.6c0-.1-.3-.8-.2-1.2.1-.6.9-.8 1.6-.8v-.4h-6.1v.4c.4 0 1 .1 1.4.5s.7 1.1 1.1 2.2l4.5 10.9zm18.2-.6c-.9-.1-1.2-.1-1.2-1.1V43.1c-1 .3-2.2.7-3.2.9v.2c.5 0 .7.1.9.3.3.3.3.8.3 1.2v9.7c0 1-.3 1-1.3 1.1v.5H42l.1-.4zm6.3 0c-.9-.1-1.2-.1-1.2-1.1V43.1c-1 .3-2.2.7-3.2.9v.2c.5 0 .7.1.9.3.3.3.3.8.3 1.2v9.7c0 1-.3 1-1.3 1.1v.5h4.4l.1-.4zm16.9-7.4c.6 0 .8.8 1.4.8.5 0 .9-.3.9-.9 0-.6-.7-1-1.3-1-1.3 0-2.3 1.2-2.6 1.8v-1.7c-.9.3-1.9.7-2.9 1v.2c.8.3 1 .4 1 1.2v5c0 1-.3 1-1.2 1.1v.3h4.5v-.4c-1.1-.1-1.4-.1-1.4-1.1v-3.8c.2-1.7 1-2.5 1.6-2.5zm75.6 8c1.8 0 3.1-1 3.8-2.5l-.3-.1c-.5 1-1.5 1.9-2.8 1.9-2.3 0-2.9-2-2.9-3.9 0-1.6.5-3.9 2.5-3.9.9 0 1.6.6 1.6 1.4 0 .5.4 1 .9 1s.9-.3.8-.8c-.1-1.3-1.7-2-3.4-2-2.8 0-4.5 2-4.5 4.6 0 2.3 1.6 4.3 4.3 4.3zm9.6-.6c-.9-.1-1.2-.1-1.2-1.1v-5.3c.5-.6 1-1.3 2.3-1.3 1.2 0 1.9 1 1.9 2.3v4.2c0 1-.3 1-1.2 1.1v.5h4.4v-.4c-1-.1-1.2-.1-1.2-1.1v-4c0-2.8-2-3.3-3.1-3.3-1.4 0-2.2.6-3 1.4v-6.5l-3 1v.2c.6.1 1.1.3 1.1.9v10.3c0 1-.3 1-1.3 1.1v.4h4.4l-.1-.4zM34.4 48.1c-1 .3-2.2.7-3.1 1v.2c.3 0 .5.1.8.2.4.2.4.8.4 1.2v4.8c0 1-.3 1-1.3 1.1v.4h4.4v-.4c-.9-.1-1.2-.1-1.2-1.1v-7.4zm-1-1.5c.6 0 1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1-1.1.5-1.1 1.1c-.1.6.4 1.1 1.1 1.1zm21.7 10.6c2.1 0 3.3-1.4 3.8-2.5l-.4-.1c-.6 1.2-1.9 1.9-2.8 1.9-2.3 0-3-1.8-3-3.9 0-.4 0-.7.1-1h6.1c-.1-2.2-1.8-3.4-3.8-3.4-2.7 0-4.5 2-4.5 4.6-.1 2.6 1.9 4.4 4.5 4.4zm0-8.5c.9 0 1.8.8 1.8 2.3h-4.1c.4-1.5 1.2-2.3 2.3-2.3zm25.6 1.1 3.4 7.4-.7 1.6c-.2.4-.5 1-1 1-.2 0-.5-.1-.7-.1-.5 0-.8.3-.8.8 0 .4.4.8.9.8 1.2 0 1.7-1.2 2.1-2.1l4-9.2c.3-.6.6-1.2 1.6-1.2v-.4H86v.4c.4 0 1 0 1.2.4.2.3.1.8-.1 1.2l-2 4.5-2.2-5c-.1-.3-.1-.6-.1-.8.1-.4.6-.4 1-.4v-.4h-4.6v.4c.9.1 1.2.6 1.5 1.1zm13.9 4.5c0 1.3.8 2.9 3.3 2.9 1.2 0 2.2-.6 3-1.4l.2.2c.7.8 1.5 1.2 2.7 1.2 1 0 1.9-.9 2.4-1.7l-.2-.2c-.4.6-.9.8-1.5.8-1 0-1.7-.5-2.3-1.2l-.3-.3c.1-.1.1-.2.2-.3.2-.5.7-1.3.9-1.9.3-.9.8-1.8 1.9-1.9v-.3h-3.3v.3c.6 0 1 .2 1 .8 0 1-.5 1.9-.9 2.6 0 .1-.1.1-.1.2-.8-1.1-1.8-2.7-2.5-3.9 1-.7 2.1-1.5 2.1-2.5.1-1.2-.8-2-2.3-2s-2.5 1-2.5 2.3c0 .5.3 1.3.6 1.8.1.2.3.5.5 1-1.4.7-2.9 1.8-2.9 3.5zm4.2-8.2c.6 0 1.2.4 1.1 1.5-.1.7-.4 1.3-1.3 2.1-.2-.3-.3-.5-.4-.7-.4-.7-.6-1.1-.6-1.8.1-.4.6-1.1 1.2-1.1zm-1.2 5.1c.7 1.2 1.8 2.9 2.8 4.1-.5.5-1.2.9-2 .9-1.1 0-2.1-.9-2.1-2.3 0-1 .6-1.9 1.3-2.7z\"/></g><path class=\"st0\" d=\"M58.6 86.2c.5-.9.5-1.7.2-2.5-.9-1.9-4.1-2.7-6-3.2l-.2-.1c-.2-.1-.5-.1-.8-.2-1.5-.3-3.5-.8-4.2-1.9-.2-.4-.3-.8-.2-1.2.4-1.3 2.3-2.3 3-2.7 1.4-.7 2.8-1.3 4.3-1.8h.1c2-.6 2.3-.4 2.3-.3 0 0 0 .2-.2.4s-.2.4-.1.5c.1.2.3.3.5.3.3 0 .7 0 .9-.3.5-.6.6-1.2.4-1.6-.2-.4-.6-.6-1.4-.7-2.2-.1-4.6 1-6.4 1.8h-.1c-1.8.8-4.3 2-4.9 4.2-.7 2.7 2.6 3.6 4.3 4.1.3.1.6.2 1 .3 2.3.6 5.7 1.5 6.1 3.1.2.7-.2 1.6-1.2 2.5-3.6 3.4-9.4 5-13.4 5.9-3.6.8-6.8 1-9.7.7-1.7-.2-4-.4-5-2-.7-1.1-.1-2.2.7-2.8.3-.2.3-.4.3-.5 0-.2-.1-.3-.3-.4-.3-.1-.7-.1-1 .1-1.2.9-2.1 2.5-1.3 4 1.1 2.2 4 2.7 6.6 2.9.8.1 1.6.1 2.4.1 4.2 0 8.7-.9 13.5-2.6 2.9-.8 8-2.7 9.8-6.1zm72.8-3.5c.3.2.2.8 0 1.2 0 .1 0 .2.1.3.2.2.6.1.8.1s.6-.2.7-.4c.3-.8.2-1.4-.1-1.8-.4-.5-1.2-.6-2.2-.4-2.9.5-5 2.4-6.9 4.5-.1.2-.3.3-.5.5.5-.9 1.1-1.8 1.7-2.7l.2-.3s.2-.2 0-.4-1.1-.1-1.3.2l-.6.6c-1.2 1.2-2.5 2.5-3.8 3.7-.1.1-.2.2-.4.3-.4.4-1 .9-1.5 1-.4.2-.5.1-.5.1-.1-.1.1-.7.3-1 .4-1 1.1-2 1.6-2.8l.1-.2c.1-.2 0-.3 0-.3-.2-.3-1.1 0-1.2 0-2.1 1.2-4.4 2.4-6.7 3.3-.1 0-.1 0-.2.1-.4.1-1.4.6-1.7.3-.2-.3.3-.9.5-1.2l.1-.1c.4-.5.6-.9 1-1.1.3-.2 1.1-.7 1.5-1.1 0 0 .3-.3.1-.5-.3-.3-1.2 0-1.2 0-.3.1-.9.6-1.5 1.2-.6.3-1.3.6-1.9.8-.2.1-.4.2-.6.2-1 .4-2.1.8-3 1.1-.2.1-.4.2-.7.3-.9.4-2.7 1.2-3.3.9-.1-.5 3.4-3.8 3.4-3.9l.9-.9.7-.7c1.1-1.1 2.5-2.5 3.8-3.9 3.3-.8 6.8-1.1 10-.5h.1c.4 0 1-.4 1.1-.7 0-.1 0-.3-.4-.4-3.1-.6-6.4-.4-9.6.2 1.1-1.2 2.2-2.5 3.3-3.9.1-.1.1-.2.1-.3 0-.1-.1-.2-.3-.2-.3 0-1 .1-1.1.3-1.2 1.5-2.4 3-3.7 4.4-2.9.7-5.6 1.7-7.9 2.6-.4.2-.5.4-.4.6s.4.4.7.4c.1 0 .2 0 .4-.1 1.7-.7 3.7-1.4 5.9-2-2 2.2-4.1 4.3-6.4 6.3-1.2 1.1-2.5 2.1-4 2.6-.7.2-1.2.2-1.4 0-.2-.2-.1-.5.1-1 .4-.9 1.1-1.7 1.8-2.5.1-.1.1-.3 0-.4 0 0-.1 0-.2-.1.1-.3.1-.5 0-.8s-.3-.5-.7-.6c-1.4-.5-3.2 0-5.3 1.3-2.2 1.3-5.7 4.1-6.5 4.1h-.1c-.1 0-.2-.1-.2-.1-.1-.2.2-.7.3-.9 0-.1.1-.2.1-.2 0-.1.1-.2.2-.4.4-.7 1-1.9.2-2.4-.9-.7-2.7.4-4.1 1.4H81c-.1 0-.1.1-.2.1l1.2-2.3.1-.2c0-.1 0-.2-.1-.2-.3-.2-1.2 0-1.3.2-1.6 1.4-3.6 2.3-5.6 3.1.2-.2.9-1.5 1-2.3 0-.3-.1-.6-.3-.8-.9-.9-3 0-4 .3h-.1c-1.4.5-2.7 1.2-4 1.9-.9.4-1.7.9-2.6 1.3-1 .5-2.2 1-3.4 1.4 0 0-.1 0-.2.1-1 .4-1.2.3-1.2.3-.1-.1 0-.3.3-1v-.1c.7-1.4 1.8-2.6 3-3.7 0 0 .3-.2.1-.4-.2-.2-1.2 0-1.3.1l-3 2.1c-.1 0-.2.1-.2.3 0 .1.1.2.1.2.1.1.4.1.6 0-1 1.2-1.6 2.4-1.2 3.1.6 1 3 .1 5-.8.1-.1.3-.1.3-.2.6-.3 1.3-.6 2-.9-.2.2-.3.5-.4.8-.2.5-.1.9.1 1.2.3.3.7.5 1.4.5h.4c-2.4 1.3-4.6 2.7-6.5 4.2-2.9 2.3-6.4 5.4-7.1 9.1-.2 1.1 0 2 .6 2.5.3.2.7.5 1.3.5.2 0 .5 0 .7-.1 1.9-.4 3.7-2 4.8-3.1 2.1-1.9 4-4.1 5.6-6 2.4-3 4.8-6.1 7-9.3.4-.1.7-.3 1.1-.4 1.4-.5 2.8-1.1 4.2-1.9l-2 3.8s-.1.3.1.4 1.2 0 1.4-.3c.5-.8 3.9-4.1 4.9-4.1h.1c.2.3-.2 1-.6 1.6-.3.5-.6 1.1-.6 1.5 0 .6.4.9.6 1 .7.3 2.1-.3 3.2-.9-.1.4 0 .8.3 1 .3.3.8.3 1.3.3 1.1 0 2.5-.4 2.7-.5.9-.3 1.8-.8 2.6-1.3 0 .1 0 .2-.1.4 0 .4.1.8.4 1 .2.2.6.2.9.2.8 0 1.9-.3 2.5-.6l1.2-.6c-.1.2-.1.4 0 .5.1.3.3.5.8.6.8.2 1.8-.2 2.7-.5.2-.1.4-.1.6-.2 1.5-.5 3.3-1.1 5-1.7.2-.1.5-.2.7-.3h.1c-.5.6-.7 1.3-.6 1.7.1.4.5.6 1.2.6h.1c1.6-.1 3.2-.9 4.6-1.6l.6-.3c.7-.3 1.4-.7 2.1-1-.5.8-.9 1.6-1 2.4 0 .5.1.8.4 1 .2.1.4.2.6.2.5 0 1-.2 1.3-.4 1.3-.6 2.5-1.5 3.6-2.5-.5 1.1-.6 1.8-.4 2.2.1.2.4.3.8.2.8-.2 1.3-.9 1.8-1.6.1-.2.3-.4.4-.6 1-1.3 2.1-2.4 3.3-3.4 1.4-.8 3.9-2 4.6-1.5zm-43 6.4c-.2-.4.4-1.3 1-1.9.7-.7 1.6-1.3 2.6-1.8s3-1.2 3.4-.8c.1.1 0 .5-.2.9-1.1 1.9-3.8 3.7-5.8 3.8-.4.1-.9.1-1-.2zm-16.3.1c-1 1.5-2.1 2.9-3.3 4.5l-.4.5c-2.9 3.8-6 7.8-9.9 10.5-.1 0-.1.1-.2.2-.9.6-1.7 1.1-2.3.5-.4-.4-.4-1.1-.1-2.2.9-3.5 4.1-6.3 6.8-8.4 2.7-2 5.7-3.8 9.4-5.6zm-4.8-.4c0-.9 1.7-2.2 2.4-2.6 3.5-1.7 4.5-1.7 4.7-1.4.1.1.1.4 0 .7-.5 1.2-2.2 2.4-2.9 2.8-1.3.8-3.1 1.6-3.8 1.2-.2-.2-.4-.4-.4-.7zm74.7-5.2c-.3-1.7-3.4-1.3-3.7-1.3-1.9.3-4 1.2-6.1 2.8-.9.7-2.9 2.2-2.7 3.7.1.6.3 1 .8 1.4s1.3.5 2.2.5c1.9 0 4.3-.7 5.8-1.1.4-.1.7-.2.9-.3.5-.1.6-.4.6-.6s-.3-.4-.8-.3c-.4.1-.9.2-1.5.4-2.1.6-5 1.5-6.2.3-.3-.3-.4-.6-.4-1 .1-.4.4-.9.7-1.3 2.8 1.1 6.3.3 8.5-1 .7-.2 2.1-1 1.9-2.2zm-6.7.7c1-.6 3.6-1.6 4.7-1 .3.1.4.4.5.7.1.7-.9 1.3-1.3 1.5-1.8 1-4.4 1.5-6.4.5 1-.9 2.2-1.5 2.5-1.7zm-70.2-3.6c.2.1.4.2.7.2h.3c.4 0 .7-.1 1.1-.4 1-.6 1.1-.9 1.1-1.1s-.1-.3-.3-.4c-.7-.4-.9-.5-1-.5-.1 0-.3.1-.5.3-.2.2-.7.6-1.3 1.1-.1 0-.2 0-.2.1 0 0-.1.2 0 .3 0 .3 0 .3.1.4z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ko9xh2\",\"data-framer-name\":\"Stack6\",layoutDependency:layoutDependency,layoutId:\"oWtChvjb0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qrlwbn\",\"data-framer-name\":\"Minor-wh-2\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"nO8e22Sj7\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><path d=\"M6.3 26.7c.1.2.1.3.2.5 3.8 7.8 7.9 15.5 12 23.1.2.4.4.8.7 1.2.1-.1.2-.2.2-.3 4.3-8 8.7-16.1 13-24.1.1-.1.1-.3.2-.4h.6c.1 1.1.3 2.1.4 3.2.2 1.6.4 3.2.5 4.8.1 1.4.3 2.7.4 4.1.2 1.6.3 3.2.5 4.8s.4 3.1.5 4.7l.6 5.1c.2 1.5.4 3 .6 4.6v.4c-1.4-.2-2.7-.3-4.1 0-.6-7.8-1.3-15.5-2.2-23.4-.1.2-.2.3-.3.4C26.6 42 23 48.5 19.8 55.3c-.4.9-.8 1.7-1.2 2.6 0 .1-.2.3-.3.3-.1 0-.3-.1-.3-.3-3.7-7.4-7.5-14.8-11.2-22.3-.1-.2-.2-.3-.3-.5-.9 7.7-1.9 15.4-2.2 23.2-.5-.1-1-.2-1.5-.2s-1 .1-1.5.2c.2-1.1.3-2.2.5-3.3.2-2 .5-4.1.8-6.2.3-2.1.6-4.3.9-6.4.3-1.9.5-3.8.8-5.7.3-1.9.5-3.8.7-5.7.2-1.3.3-2.6.4-3.9v-.4h.9zm113.9 0c.5.1 1 .1 1.5.2 3.5.4 6.7 1.6 9.4 4 2.3 2.1 3.7 4.6 4.3 7.6.8 3.9.7 7.7-.9 11.4-1.8 4.4-5.2 7-9.7 8.3-2.6.7-5.2.9-7.9.7-3-.3-5.9-1.1-8.4-2.8-3.1-2.1-5.1-5.1-5.9-8.8-.8-3.8-.7-7.6.8-11.2 1.8-4.5 5.3-7.3 9.9-8.5 1.3-.4 2.7-.5 4-.7.2 0 .3-.1.5-.1.8-.1 1.6-.1 2.4-.1zm11.3 15.9c0-1.9-.2-4-.9-6.1-1.1-3.5-3.3-6-6.7-7.3-2.4-.9-4.8-1-7.3-.6-4 .7-6.9 2.9-8.6 6.6-.8 1.8-1.2 3.8-1.3 5.8-.2 2.7 0 5.4.8 8.1 1.1 3.6 3.3 6.3 6.9 7.6 2.4.9 4.8 1 7.3.6 4.1-.7 7-3 8.6-6.9.9-2.5 1.2-5 1.2-7.8zM66.2 26.7c.6.6 1.1 1.3 1.7 1.9C73.6 34.8 79.3 40.9 85 47c1.2 1.3 2.4 2.5 3.6 3.7.1.1.2.2.4.3 0-8 0-15.8-.3-23.8 1 .2 1.9.3 2.9 0-1 10.6-.7 21.1-.6 31.6-.4.1-.6.1-.9-.2-2.6-2.9-5.1-5.9-7.8-8.8-2.4-2.7-4.9-5.3-7.4-8-2.3-2.5-4.7-5-7.1-7.5-.1-.1-.1-.2-.3-.3-.2 4.1-.3 8.1-.2 12.1s.2 8.1.3 12h-3c0-.2 0-.5.1-.8.1-2 .3-3.9.4-5.9.5-7.3.4-14.6.4-22 0-.9-.1-1.9-.1-2.8.3.1.6.1.8.1zm102.6 31.6h-3.5c-.4 0-.8 0-1.1.1s-.4 0-.6-.2c-1.9-2.6-3.7-5.2-5.7-7.8-1.7-2.2-3.6-4.3-5.4-6.5-.3-.3-.6-.5-1-.4-1.1 0-1.2 0-1.1 1.2 0 3 .1 5.9.1 8.9 0 1.5.1 3 .2 4.5v.4c-.7-.1-1.5-.2-2.2-.2s-1.4.1-2.2.2c.5-10.3.5-20.6 0-31 .4 0 .8 0 1.3.1 2.7.3 5.4.1 8.1-.1 2.2-.1 4.4.1 6.4 1 2.5 1.1 3.8 3.1 3.8 5.8.1 3.6-1.8 6-4.9 7.6-1.3.7-2.6 1.1-4.1 1.3-.1 0-.1 0-.3.1 4.2 4.9 8.3 10 12.2 15zm-18.4-20.7v3.6c0 .3.1.4.4.5 1.9.2 3.7.2 5.5-.2 1.3-.3 2.5-.8 3.6-1.7 1.7-1.4 2.2-3.2 2.2-5.3-.1-1.9-.9-3.5-2.6-4.5-1.1-.7-2.3-1-3.6-1s-2.7 0-4 .1c-1.5.1-1.2-.3-1.3 1.3-.1 2.4-.2 4.8-.2 7.2zM47.6 27.4c1.5.3 2.9.3 4.3 0-.5 10.4-.5 20.7 0 31-.8-.1-1.5-.2-2.2-.2s-1.4.1-2.2.2c.6-10.3.6-20.6.1-31zm15.1 49.5c.1-2.5.9-4.6 3.1-5.8 1.4-.7 2.9-.9 4.4-.8 1 .1 2 .3 2.9.8 1.9 1 2.9 2.7 3.1 4.8.1 1 0 2-.3 3-.6 2-1.9 3.3-3.9 3.9-1.8.6-3.7.6-5.5-.1-2.3-.8-3.6-2.6-3.9-5 .2-.2.1-.6.1-.8zm1.9-.1c0 .5 0 1 .1 1.5.3 1.7 1.1 3.1 2.7 3.8.8.3 1.6.4 2.4.4 2-.1 3.5-1.2 4.2-3.1.4-1.3.5-2.6.3-3.9-.3-2.6-1.8-4.2-4.4-4.4-2-.2-4 .6-4.9 2.8-.3.9-.4 1.9-.4 2.9zm-16 0c0 2.1.1 4.1.1 6.2h-1.8V70.6h1.7v1.8c0 1 0 2-.1 3.1 0 .3.1.4.4.4h6.6c.3 0 .4-.1.4-.4.1-1.5.1-2.8.1-4.2v-.7h1.8V83H56v-.7c0-1.7.1-3.4.1-5.1 0-.3 0-.4-.4-.4h-7.1zm44.8-6.2h6.4v1.1c-.6 0-1.2-.1-1.8-.1-.8 0-1.7-.1-2.5-.1-.1 0-.4.2-.4.2V76c1.4-.1 2.9-.1 4.3-.2v1.1h-4.3v5.2c1.6-.1 3.2-.1 4.8-.2v1h-6.5V70.6zm29.4.5c-.1.5-.3.9-.4 1.4 0 .1-.1.2-.2.3-.1-.1-.2-.1-.3-.2-.3-.8-.8-1.3-1.7-1.4-.9-.2-2 .3-2.4 1.2-.4.9-.3 2 .6 2.6.5.4 1.2.7 1.8 1 .4.2.8.3 1.1.5 2.1 1 2.4 2.7 1.6 4.6-.5 1.1-1.3 1.8-2.5 2.1-1.5.4-2.9.3-4.3-.5-.2-.2-.4-.3-.2-.6.1-.3.1-.6.2-.9 0-.1.1-.2.2-.3.1.1.3.1.3.3.5.8 1.1 1.3 2 1.5 1.9.4 3.5-1.1 3.1-3.1-.1-.5-.5-.9-.9-1.2-.5-.3-1.1-.6-1.6-.8-.5-.2-1-.4-1.4-.7-1.3-.7-1.8-1.9-1.6-3.3.2-1.3.9-2.2 2.1-2.6 1.3-.5 2.6-.5 3.9.1.2-.3.4-.1.6 0zM85 83h-1.8v-1.2c0-3.3 0-6.6.1-9.8 0-.4-.2-.4-.4-.4-1.1.1-2.2.1-3.4.2v-1.2h9.3v1.2c-.3 0-.6 0-1-.1-.8 0-1.6-.1-2.4-.1-.3 0-.4.1-.4.4v9.1c-.1.6 0 1.2 0 1.9zm20 0V70.6h1.7v11.6c1.6-.1 3.2-.1 4.9-.2v1H105z\" style=\"fill:#8d8d8d\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sey3kx\",\"data-framer-name\":\"Stack7\",layoutDependency:layoutDependency,layoutId:\"a6EoBnor9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pyv6bs\",\"data-framer-name\":\"Canon-wh-5\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"c712WO_mO\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><path class=\"st0\" d=\"M29.1 69c-7.7 0-14-6.3-14-14s6.3-14 14-14c2.7 0 5.3.8 7.4 2.1L29.1 55l14-8c-1.5-2.4-3.7-4.5-6.3-6.1-3.3-2-8-3.2-13.1-3.2-7.3 0-13.8 2.7-17.4 6.6-2.7 3-4.2 6.7-4.2 10.7s1.6 7.7 4.2 10.7c3.6 4 9.9 6.6 17.1 6.6s13.5-2.7 17.1-6.6c.2-.2.4-.4.6-.7l-.5-2c-2.5 3.6-6.7 6-11.5 6m28.4-.9c-2.8 0-5.1-2.3-5.1-5.1s2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1-2.3 5.1-5.1 5.1m17.8 3.4-5.8-21.8c-.9-3.5-4.2-6.1-8-6.1-1 0-1.9.2-2.8.5l-12.6 4.6H59l2.2 8.3c-2.1-1.9-4.9-3-8-3-6.1 0-11 4.1-11 9.1s4.9 9.1 11 9.1c4.4 0 8.2-2.1 10.6-5.4l1.3 4.8 10.2-.1zm23.9-27.9c-.8 0-1.5.2-2.1.5L89 47.8c-.4-2.4-2.5-4.2-5-4.2-.8 0-1.5.2-2.1.5L72 48.7h6.9v22.9H89V51.2c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5v20.3h10.2V48.7c.1-2.8-2.2-5.1-5-5.1m63.7 0c-.8 0-1.5.2-2.1.5l-8.1 3.8c-.4-2.4-2.5-4.2-5-4.2-.8 0-1.5.2-2.1.5l-9.9 4.6h6.9v22.9h10.2V51.2c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5v20.3h10.1V48.7c0-2.8-2.2-5.1-5-5.1\"/><path class=\"st0\" d=\"M123.5 47.9c-.4-1.7-2.2-2.7-3.9-2.2-1.7.4-2.7 2.2-2.2 3.9l4.9 18.4c.5 1.7 2.2 2.7 3.9 2.2 1.7-.5 2.7-2.2 2.2-3.9l-4.9-18.4zM137.3 58c0 7.9-6.4 14.4-14.4 14.4-7.9 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4S137.3 50 137.3 58\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xlazkl\",\"data-framer-name\":\"Stack8\",layoutDependency:layoutDependency,layoutId:\"Tm1eH9jWo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3wfmti\",\"data-framer-name\":\"Uez-wh-3\",fill:\"black\",intrinsicHeight:101,intrinsicWidth:183,layoutDependency:layoutDependency,layoutId:\"cPWPpKoZv\",svg:'<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0\" y=\"0\" viewBox=\"0 0 182.85 101.16\" style=\"enable-background:new 0 0 182.85 101.16\" xml:space=\"preserve\"><style>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#828383}</style><path class=\"st0\" d=\"M39.67 50.95c0-33.42 39.77-41 68.07-41 28.29 0 55.15 3.69 68.88 23.99h1.85V4H4v2.87c14.41 0 26.1 19.17 26.1 42.82C30.1 73.33 18.41 92.5 4 92.5v2.73h86.88v-2.16c-25-3.4-51.21-15-51.21-42.12z\"/><path class=\"st0\" d=\"M46.13 42.99h14.12v2.67H49.69v4.28h9.99v2.66h-9.99v7.37h-3.56V42.99zm15.57 8.49c0-4.78 2.96-8.96 10.53-8.96 7.57 0 10.53 4.18 10.53 8.96 0 4.78-2.96 8.96-10.53 8.96-7.58 0-10.53-4.18-10.53-8.96zm17.14 0c0-3.73-2.41-6.3-6.62-6.3s-6.62 2.57-6.62 6.3 2.41 6.3 6.62 6.3 6.62-2.57 6.62-6.3zm25.79-8.49h5.13l5.37 13.17 4.73-13.17h5.09v16.98h-3.36l.15-14.03h-.05l-5.12 14.03h-3.04l-5.65-14.03h-.04l.14 14.03h-3.35V42.99zm23.14 0h4.19v16.98h-4.19V42.99zm21.9 6.28c-.36-2.57-2.47-4.09-5.47-4.09-3.28 0-5.73 2.19-5.73 6.61 0 3.54 2.45 5.99 5.97 5.99 3.71 0 4.95-2.52 5.23-4.3h3.85c-.5 3.38-2.71 6.96-9.7 6.96-6.13 0-9.06-4.18-9.06-8.96 0-4.78 2.81-8.96 9.49-8.96 5.85 0 8.89 3.09 9.27 6.75h-3.85zm11.51-6.28h4.58l8.19 16.97h-4.3l-1.93-4.21h-8.65l-1.9 4.21H153l8.18-16.97zm5.38 10.11-3.14-7.16-3.19 7.16h6.33zm-82.15 6.89V42.82h10.17c4.8 0 6.73 2.26 6.76 5.09.03 2.12-1.29 3.83-3.86 4.42l4.65 7.66h-4.48L93.67 53h-5.23v6.99h-4.03zm4.03-9.65h4.73c3.16 0 4.12-.81 4.12-2.43s-1.2-2.43-3.42-2.43h-5.43v4.86zm87.21-3.49h-.81V43.1h1.41c.98 0 1.53.28 1.53 1.13 0 .69-.4.96-1.03 1l.98 1.62h-.82l-.88-1.58h-.38v1.58zm0-2.2h.71c.44 0 .61-.21.61-.5 0-.34-.26-.43-.65-.43h-.67v.93zm-2.94.33c0-2.15 1.68-3.42 3.52-3.42s3.52 1.27 3.52 3.42-1.68 3.42-3.52 3.42c-1.85 0-3.52-1.27-3.52-3.42zm3.52-2.76c-1.46 0-2.62 1.12-2.62 2.76 0 1.63 1.16 2.76 2.62 2.76 1.43 0 2.62-1.12 2.62-2.76 0-1.63-1.19-2.76-2.62-2.76z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rayhe1\",\"data-framer-name\":\"Stack9\",layoutDependency:layoutDependency,layoutId:\"GApiunOEW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t8iwrb\",\"data-framer-name\":\"Konica-minolta-wh-3\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"t8A4XstvZ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><path class=\"st0\" d=\"m77.7 75.8-1.8-.3 1.8.3zm45.7-30c0-.1.1-.1.1-.2.1-.4.2-2.1.2-2.6v-.2l-.3 3zM79.6 76c-.5 0-.9-.1-1.4-.2.4.1.9.2 1.4.2zm21.4-3.1c-.5.2-1 .4-1.4.6.4-.3.9-.4 1.4-.6zm-25.4 2.6-1.5-.3c.6.1 1 .2 1.5.3zm-3.8-.9c-.4-.1-.8-.2-1.3-.4.5.1.9.3 1.3.4zM60.1 14.1c-6.3 4-11.1 9.6-13.7 16.1v.2c2.5-6.5 7.4-12.2 13.7-16.3zm25.7-6.8H82h1.9c.6-.1 1.3 0 1.9 0zm13.5 66.2c-.6.2-1.1.4-1.7.6.6-.2 1.2-.4 1.7-.6zM90.1 7.7l1.8.3c-.6-.2-1.2-.3-1.8-.3zM73.6 75l-1.2-.3 1.2.3zm23.7-.8c-.5.1-.9.3-1.4.4.5-.1 1-.3 1.4-.4zm-15.3 2h3.8H82zm-11.9-2.1c-.6-.2-1.1-.4-1.6-.6.5.2 1.1.4 1.6.6zm21.8 1.4-1.8.3 1.8-.3zm1.7-.3zm9.3-3.2c8.6-4 15.2-10.7 18.5-18.8V53c-3.2 8.2-9.9 14.9-18.5 19zM46.3 53v.2c3.3 8 9.9 14.7 18.4 18.7-8.5-4-15.1-10.7-18.4-18.9zm56.4 19.1c-.4.2-.9.4-1.4.6.5-.2.9-.4 1.4-.6zm-15 3.9c-.5 0-.9.1-1.4.1.4 0 .9 0 1.4-.1zm1.9-.2c-.5.1-.9.1-1.4.2.5 0 1-.1 1.4-.2zm-8.1.3c-.5 0-.9-.1-1.4-.1.5.1 1 .1 1.4.1zm13.9-1.4-1.2.3 1.2-.3zm26.9-23.9c.1-.3.6-2.1.7-2.6V48c-.2 1-.5 2-.8 3 0 0 .1-.1.1-.2zM75.9 7.9l1.8-.3-1.8.3zm-1.7.4 1.5-.3-1.5.3zm21.7.6c.5.1.9.3 1.4.4-.4-.2-.9-.3-1.4-.4zm-23.5-.2 1.2-.3-1.2.3zm25.2.7c.6.2 1.1.4 1.7.6-.5-.3-1.1-.5-1.7-.6zm-27.1-.2zm7.7-1.6c.5-.1.9-.1 1.4-.2-.5.1-1 .2-1.4.2zm8-.3c.5 0 1 .1 1.4.1-.4 0-.9-.1-1.4-.1zM68.5 9.9c.5-.2 1.1-.4 1.6-.6-.5.3-1.1.4-1.6.6zM92.1 8c.5.1 1.1.2 1.6.3-.6-.1-1.1-.2-1.6-.3zm-3.9-.5c.5 0 1 .1 1.4.2-.4-.1-.9-.2-1.4-.2zm-8.1-.1c.5 0 .9-.1 1.4-.1-.4 0-.9.1-1.4.1zm14.1 1zM123 35.2c-.1-.4-.6-2.2-.7-2.6 0-.1-.1-.2-.1-.2.3 1 .6 2 .8 3v-.2zm-1.5-4.8v-.2c-3.3-8-9.9-14.7-18.5-18.8 8.6 4.1 15.2 10.9 18.5 19zM44.8 48.3c.1.4.6 2.2.7 2.6 0 .1.1.2.1.2-.3-1-.6-2-.8-3v.2zM99.5 10zM44.1 43c0 .6.2 2.3.2 2.6 0 .1 0 .1.1.2l-.3-3v.2zm24 30.4c-.4-.2-.9-.3-1.3-.5.5.2.9.3 1.3.5zm55.6-32.9c0-.6-.2-2.3-.2-2.6 0-.1 0-.1-.1-.2l.3 3v-.2zM66.4 72.7c-.4-.2-.8-.4-1.2-.5.4.1.8.3 1.2.5zm34.9-62c.5.2.9.4 1.3.6-.4-.2-.8-.4-1.3-.6zm-57 27.1c-.1.4-.2 2.1-.2 2.6v.2c0-1 .1-2 .3-3 0 .1-.1.2-.1.2zm22.5-27.2c.4-.2.9-.3 1.3-.5-.4.1-.8.3-1.3.5zm-1.6.7c.4-.2.8-.4 1.2-.5-.4.1-.8.3-1.2.5zm-5.1 2.8c1.5-1 3.1-1.8 4.7-2.6-1.6.8-3.2 1.6-4.7 2.6zM45.5 32.6c-.1.3-.6 2.1-.7 2.6v.2c.2-1 .5-2 .8-3 0 .1-.1.1-.1.2z\"/><path class=\"st0\" d=\"M123.2 42.5c-4.7.1-27.6 1.1-39.3 1-11.6 0-34.5-.9-39.3-1-.3 0-.4.1-.5.3 0 1 .1 2 .3 3 .1.3.4.4.7.4.4 0 26.9-1.5 38.8-1.6 11.9.1 38.5 1.6 38.8 1.6s.6-.1.7-.4l.3-3c-.1-.2-.3-.3-.5-.3zM46.8 30.9c.8 0 17.9.2 17.9.2h38.4s17.1-.2 17.9-.2c.3 0 .5-.2.5-.5-3.3-8.1-9.9-14.9-18.5-19-.1 0-.2-.1-.3-.1-.4-.2-.9-.4-1.3-.6-.1 0-.2-.1-.4-.2-.5-.2-.9-.4-1.4-.6-.1 0-.1-.1-.2-.1-.6-.2-1.1-.4-1.7-.6-.1 0-.2-.1-.3-.1-.5-.1-.9-.3-1.4-.4-.2 0-.3-.1-.5-.1-.4-.1-.8-.2-1.3-.3-.2 0-.3-.1-.5-.1-.5-.1-1-.2-1.6-.3h-.2l-1.8-.3h-.4c-.5-.1-1-.1-1.4-.2h-.5c-.5 0-1-.1-1.4-.1h-4.7c-.5 0-1 .1-1.4.1h-.5c-.5 0-.9.1-1.4.2-.1 0-.3 0-.4.1l-1.8.3h-.3l-1.5.3c-.2 0-.4.1-.6.1l-1.2.3c-.2 0-.4.1-.6.2-.6.1-1 .2-1.5.4-.1 0-.3.1-.4.1-.6.2-1.1.4-1.6.6-.1 0-.2.1-.3.1-.4.2-.9.3-1.3.5-.2.1-.3.1-.5.2-.4.2-.8.3-1.2.5-.1.1-.2.1-.3.2-1.6.8-3.2 1.7-4.7 2.6-6.3 4.1-11.2 9.8-13.8 16.3-.1.3.1.5.4.5zm-1.4 4.9c4.9-.1 30.6-.6 38.5-.6s33.6.6 38.5.6c.3 0 .5-.2.6-.4-.2-1-.5-2-.8-3-.1-.2-.3-.2-.5-.2-4.9.3-37.8 2.1-37.8 2.1S51 32.4 46.1 32.2c-.2 0-.4.1-.5.2-.3 1-.6 2-.8 3 0 .2.3.4.6.4zM121 52.6c-.8 0-17.9-.2-17.9-.2H64.7s-17.1.2-17.9.2c-.3 0-.5.2-.5.5 3.3 8.1 9.9 14.9 18.5 19 .1.1.2.1.3.2.4.2.8.4 1.2.5.2.1.3.1.5.2.4.2.9.3 1.3.5.1 0 .2.1.4.1.5.2 1.1.4 1.6.6.1 0 .3.1.4.1.4.1.8.3 1.3.4.2.1.4.1.6.2l1.2.3c.2 0 .4.1.6.1l1.5.3c.1 0 .2 0 .3.1l1.8.3c.2 0 .3 0 .5.1.5.1.9.1 1.4.2h.6c.5 0 .9.1 1.4.1h4.8c.5 0 .9-.1 1.4-.1h.5c.5 0 .9-.1 1.4-.2h.4l1.8-.3h.2c.5-.1 1-.2 1.6-.3.2 0 .3-.1.5-.1l1.2-.3c.2 0 .4-.1.5-.1.5-.1.9-.3 1.4-.4.1 0 .2-.1.3-.1.6-.2 1.1-.4 1.7-.6.1 0 .1-.1.2-.1.5-.2 1-.4 1.4-.6.1 0 .2-.1.4-.1.5-.2.9-.4 1.4-.6.1 0 .2-.1.2-.1 8.6-4.1 15.3-10.8 18.5-19 0-.7-.2-.8-.5-.8zM44.6 40.9c4.7-.1 27.6-1.1 39.3-1 11.6 0 34.5.9 39.3 1 .3 0 .4-.1.5-.3 0-1-.1-2-.3-3-.1-.3-.4-.4-.7-.4-.4 0-26.9 1.5-38.8 1.6-11.9-.1-38.5-1.6-38.8-1.6s-.6.1-.7.4l-.3 3c.1.2.3.3.5.3zm77.8 6.8c-4.9.1-30.6.6-38.5.6s-33.6-.6-38.5-.6c-.3 0-.5.2-.6.4.2 1 .5 2 .8 3 .1.2.3.2.5.2 4.9-.3 37.8-2.1 37.8-2.1s32.9 1.8 37.8 2.1c.2 0 .4-.1.5-.2.3-1 .6-2 .8-3-.1-.3-.3-.4-.6-.4zm-99.5 53c-1.7 0-4.3-1.2-4.3-5.2s2.6-5.2 4.3-5.2 4.3 1.3 4.3 5.2c0 4-2.7 5.2-4.3 5.2m0-12.4c-3.8 0-7 3.2-7 7.2s3.1 7.2 7 7.2 7-3.2 7-7.2c-.1-4-3.2-7.2-7-7.2zm106.9 12.4c-1.7 0-4.3-1.2-4.3-5.2s2.6-5.2 4.3-5.2 4.3 1.3 4.3 5.2c-.1 4-2.7 5.2-4.3 5.2m0-12.4c-3.8 0-7 3.2-7 7.2s3.1 7.2 7 7.2c3.8 0 7-3.2 7-7.2-.1-4-3.2-7.2-7-7.2zM5.2 102.4V88.6H2.7v13.8h2.5zm44.9 0V88.6h-2.5v13.8h2.5zm55 0V88.6h-2.5v13.8h2.5zM61.5 90.5h1.1l.1-1.8c-.6-.1-1-.1-1.5-.1-5.3 0-8.8 2.9-8.8 6.9s3.4 6.9 8.8 6.9c.6 0 1 0 1.5-.1l-.1-1.8h-1.1c-3.8 0-6.3-2-6.3-5.1 0-3 2.6-4.9 6.3-4.9m-19.6 6.4c-1.8-3.4-5.8-6.9-8.2-8.2H32v13.8h2.4l-.1-10.7c3 2.1 6.2 6 7.9 10.7h1.9V88.6h-2.4l.2 8.3m76.4 0c-1.8-3.4-5.8-6.9-8.2-8.2h-1.7v13.8h2.4l-.1-10.7c3 2.1 6.2 6 7.9 10.7h1.9V88.6h-2.4l.2 8.3m-54.8 5.5h2.4s3.7-8.8 3.9-9.1c.2.3 4.6 9.1 4.6 9.1h2.8l-7.4-14.1-6.3 14.1m96.4-14.1-6.3 14.1h2.4s3.7-8.8 3.9-9.1c.2.3 4.6 9.1 4.6 9.1h2.8l-7.4-14.1M9.7 94.2c1.5-1.5 5.4-5.6 5.4-5.6h-3l-5.7 6c2.8 1.8 5.1 4.3 6.5 7.8h2.6c-1.1-3.2-3.2-6.2-5.8-8.2m131.7-5.6h-2.5v13.8h8v-1.9h-5.5V88.6m13.8 0h-9.5v1.9h3.5v11.9h2.5V90.5h3.5v-1.9m-62.8 6.8c-.3.5-.6 1.4-.8 2-.2-.6-.6-1.5-.8-2-1.2-2.5-3.1-5.9-4.2-7.1-.7 1.2-3.3 11.8-3.8 14.1h2.5l2-9.1c.9 1.3 2.5 4.7 3.6 7.9h1.7c.9-2.9 2.7-6.6 3.5-7.9l2 9.1h2.5c-.6-2.3-3.2-12.9-3.8-14.1-1.3 1.2-3.2 4.6-4.4 7.1\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ubh5fh\",\"data-framer-name\":\"Stack10\",layoutDependency:layoutDependency,layoutId:\"Vtr6wuVI0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12ct09r\",\"data-framer-name\":\"Ptt-wh-5\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"yf23c0QEi\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><path class=\"st0\" d=\"M33.1 25.3s4.7 9.4 3 16.8c-1.8 7.4-9 11.8-11.5 16s-7.3 20.2 12.6 24.3v2s-12.6-.7-19-10.5-1.6-20.4 2.7-26.1c4.2-5.6 14.8-13.4 12.2-22.5zm9.8 0s-4.7 9.4-3 16.8 9 11.8 11.5 16c2.5 4.1 7.3 20.2-12.6 24.3v2s12.6-.7 19-10.5 1.6-20.4-2.7-26.1C51 42.2 40.4 34.4 42.9 25.3z\"/><path class=\"st0\" d=\"M52.6 64.1c-.8-3.8-1.7-5-7.4-11.3s-7-11.3-7-11.3v.2-.2s-1.2 5-7 11.3-6.6 7.4-7.4 11.3.9 10.4 5.8 14c1.2.8 2.5 1.4 3.8 1.9.2 0 .3.1.6.1 1.5.3 3 .5 4.3.5 1.4 0 2.9-.1 4.3-.5.2 0 .4-.1.6-.1 1.3-.3 2.6-.9 3.8-1.9 4.7-3.6 6.4-10.2 5.6-14zM38.2 78.5c-6.5 0-11.8-5.3-11.8-11.8s5.3-11.8 11.8-11.8S50 60.2 50 66.7s-5.3 11.8-11.8 11.8z\"/><path class=\"st0\" d=\"M33.1 25.3s4.7 9.4 3 16.8c-1.8 7.4-9 11.8-11.5 16s-7.3 20.2 12.6 24.3v2s-12.6-.7-19-10.5-1.6-20.4 2.7-26.1c4.2-5.6 14.8-13.4 12.2-22.5zm9.8 0s-4.7 9.4-3 16.8 9 11.8 11.5 16c2.5 4.1 7.3 20.2-12.6 24.3v2s12.6-.7 19-10.5 1.6-20.4-2.7-26.1C51 42.2 40.4 34.4 42.9 25.3zm21.4 59.3s10.6-31.7 11.2-33.3c.6-1.5 2.6-3.6 4.7-3.6h7.9s-4.1 3.2-4.6 6.4h1.6s3.3-6.4 12-6.4 10.6 4.7 10.6 4.7l1.7-4.7h7.5l.9-3 14.4-6.3-3 9.3h7l.9-3 14.4-6.3-3 9.3h6.4l-2 6.3h-6.5s-3 9.3-4.4 13.5c-1.5 4.2 4.4 3.6 4.4 3.6l-1.5 4.4h-9.8c-4.1 0-6.9-3.3-6-6.1.9-2.8 5-15.4 5-15.4h-7s-2.9 9.2-4.4 13.5 4.4 3.6 4.4 3.6l-1.5 4.3H115c-3.7 0-6.1-3.4-5.2-6.1.8-2.8 4.9-15.4 4.9-15.4h-6.3s1.9 4.9-3 13.1c-5 8.5-22.3 8.5-22.3 8.5l1.6-4.7s6.3-.5 9.8-7.6c1.2-2.6 1.5-3.9 2-5.7.4-1.8-.3-3.6-2.6-3.6h-6.8S78.6 79.6 78 81.5s-2.5 3.2-4 3.2c-1.4 0-9.7-.1-9.7-.1z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lwo48k\",\"data-framer-name\":\"Stack11\",layoutDependency:layoutDependency,layoutId:\"muAEfyhUP\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tj91sn\",\"data-framer-name\":\"Cotto-wh-3\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"t1ORZZG4V\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><path d=\"M57.4 44.4c-9 0-16.3 7.3-16.3 16.3S48.4 77 57.4 77s16.3-7.3 16.3-16.3-7.2-16.3-16.3-16.3zm0 28.2c-6.5 0-11.8-5.3-11.8-11.8S50.9 49 57.4 49s11.8 5.3 11.8 11.8c-.1 6.5-5.3 11.8-11.8 11.8zm78.4-28.2c-9 0-16.3 7.3-16.3 16.3S126.8 77 135.8 77s16.3-7.3 16.3-16.3-7.2-16.3-16.3-16.3zm0 28.2c-6.5 0-11.8-5.3-11.8-11.8S129.3 49 135.8 49s11.8 5.3 11.8 11.8-5.2 11.8-11.8 11.8zm-102-5.9c-2 3.5-5.8 5.9-10.1 5.9-6.5 0-11.8-5.3-11.8-11.8S17.2 49 23.7 49c4.3 0 8.1 2.4 10.1 5.9l3.4-3.4c-3-4.1-7.9-7-13.4-7-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3c5.6 0 10.5-2.8 13.4-7.1l-3.4-3.3zm61.6-21.6h-21v4.4h8.3v27.7h4.4V49.5h8.3zm23.3 0h-21v4.4h8.3v27.7h4.5V49.5h8.2zm31.7-12.3h12.2V45h-12.2z\" style=\"fill:#8d8d8d\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xg31br\",\"data-framer-name\":\"Stack12\",layoutDependency:layoutDependency,layoutId:\"vzMKEIaE7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h68sia\",\"data-framer-name\":\"Thepizza-wh-3\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"C2BNYXuRb\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill:#8d8d8d}</style><path class=\"st0\" d=\"M84.9 2.3c3.8.2 7.4.3 11.1.6 10.5.9 20.8 3 30.8 6.6 9.1 3.4 17.5 7.8 24.9 14.2 6.2 5.4 11.2 11.6 14 19.4 1.6 4.3 2.3 8.7 2.1 13.3-.3 7.5-2.9 14.1-7.1 20.2-4.3 6.1-9.7 11-15.9 15.1-8.7 5.7-18.2 9.6-28.3 12.1-4.4 1.1-8.8 1.9-13.2 2.6-3.6.6-7.2.8-10.8 1-3 .2-5.9.3-8.9.2-4.3-.1-8.6-.4-12.9-.8-8.1-.8-16-2.5-23.8-5s-15.2-5.9-22-10.4c-7-4.7-13.1-10.4-17.5-17.8-2.6-4.3-4.3-9-4.9-14-1.1-8.2.7-15.9 4.9-23C11 30.2 16.1 25.1 22 20.8 30.7 14.3 40.5 10 50.9 7c4.8-1.4 9.7-2.4 14.7-3.2 3.1-.4 6.2-.8 9.3-1 3.3-.2 6.7-.3 10-.5zm.2 103.5v-.2h4.6c4.4-.1 8.7-.5 13-1.1 5.1-.7 10.1-1.7 15.1-3.1 9.8-2.7 19.1-6.6 27.5-12.5 5.7-4 10.8-8.7 14.6-14.7 4.2-6.4 6.3-13.4 5.8-21.2-.3-3.9-1.2-7.7-2.7-11.3-3-6.9-7.8-12.5-13.5-17.3-6.6-5.4-14-9.4-22-12.5-9.2-3.5-18.6-5.7-28.4-6.7-4.2-.4-8.5-.6-12.7-.8-2.8-.1-5.6 0-8.5.2-3.8.4-7.6.8-11.3 1.2-5 .6-9.9 1.7-14.7 3.1-9.2 2.6-17.9 6.2-25.8 11.5-6.4 4.3-12 9.4-16.2 16-4 6.4-6 13.3-5.5 20.9.3 4 1.2 7.8 2.9 11.4 3.1 7 8.1 12.6 13.9 17.4 6.8 5.5 14.4 9.5 22.6 12.6 9.9 3.7 20.2 5.8 30.7 6.6 3.4.3 7 .3 10.6.5zm67.5-94v2.8c0 .2-.2.3-.2.5-.1-.1-.3-.3-.3-.4V11c.8-.3 1.1 0 1.3.7.2.8.6 1.6.9 2.6.3-1 .7-1.8.9-2.6.2-.7.5-1 1.3-.7v3.8c0 .1-.2.2-.3.3-.1-.1-.2-.3-.2-.4 0-1 0-1.9-.1-3l-.6 1.5c-.2.5-.4 1.1-.6 1.6-.1.1-.3.3-.4.3-.2 0-.4-.2-.4-.3-.3-.8-.6-1.6-.8-2.3-.1-.2-.2-.4-.3-.7h-.2zm-2.6-.4v3.1c0 .2-.2.4-.3.6-.1-.2-.3-.4-.3-.6v-3c-.5-.1-.9-.1-1.4-.2v-.4h3.1c.1 0 .2.2.3.3-.1.1-.2.2-.3.2H150z\"/><path class=\"st0\" d=\"M84.8 103.5c-12.2 0-24.3-1.7-36.1-5.4-8.1-2.6-15.8-6.1-22.8-11-6.4-4.5-11.9-9.9-15.6-16.9C7.6 65 6.2 59.5 6.4 53.7c.3-5.6 2-10.7 4.9-15.5 3.8-6.2 9-11.1 14.9-15.2 7.9-5.5 16.7-9.2 25.9-11.9 6.1-1.7 12.3-2.9 18.6-3.6 7.7-.9 15.4-1.1 23.2-.5 11.7.8 23.1 3.1 34 7.5 7.6 3 14.7 7 20.9 12.3 5.5 4.7 10 10.2 12.6 17 3.8 10 2.5 19.4-3 28.4-3.7 6.1-8.8 10.9-14.6 14.9-7.9 5.5-16.6 9.2-25.8 11.8-5.7 1.6-11.6 2.8-17.5 3.5-5.1.7-10.3 1-15.7 1.1zm.1-1.3v.2c4.4-.3 8.7-.5 13.1-.9 6.5-.6 13-1.8 19.3-3.6 9.5-2.7 18.5-6.5 26.6-12.3 5.7-4.1 10.7-8.9 14.2-15.1 4.2-7.4 5.4-15.3 3.1-23.6-1.9-6.6-5.6-12-10.5-16.7-5.6-5.4-12.1-9.5-19.1-12.8-13.3-6.1-27.4-8.8-41.9-9.4-7.6-.4-15.3 0-22.9 1.1-7.7 1.1-15.3 3-22.6 5.8-7.9 3-15.3 6.9-21.8 12.4-4.7 4-8.7 8.5-11.5 14.1-2.7 5.4-3.8 11.2-3.1 17.3.6 5.1 2.6 9.8 5.4 14 3.9 5.8 9.1 10.4 14.9 14.3 7.1 4.7 14.8 8.1 23 10.5 11.1 3.3 22.4 4.7 33.8 4.7z\"/><path class=\"st0\" d=\"M145 56c2.6.7 5 1.5 7.1 2.9.6.4 1.1.8 1.5 1.4.8 1 .9 2 .1 3-.7.8-1.6 1.5-2.5 2.2-.5.3-.8.7-.9 1.2-.7 2-1.5 4-2.1 6-.5 1.7-1.6 3-3 4-2.8 2-5.9 3.3-9.1 4.5-6 2.1-12.2 3.5-18.5 4.5-4.7.7-9.4 1.3-14.1 1.8-8.3.8-16.5 1-24.8.6-3.6-.1-7.1-.3-10.7-.6-11-1-21.9-2.6-32.4-6.1-3.2-1.1-6.3-2.4-9.2-4.2-1.9-1.3-3.3-2.8-3.8-5.1-.4-1.7-1-3.4-1.5-5.1-.1-.4-.5-.7-.8-1-.9-.7-1.9-1.2-2.6-2-1.4-1.4-1.3-2.8.1-4.2 1.4-1.3 3.2-2 5-2.6 1.9-.6 3.9-1.1 5.9-1.7h.4V58c0 .1-.4.3-.6.4-1.8.5-3.7 1-5.5 1.5-.7.2-1.4.6-2.1 1.1-.9.5-.9 1.4.2 2 1.5.7 3 1.4 4.6 1.8 4.8 1.4 9.8 2.2 14.8 2.8 5.6.7 11.2 1.3 16.9 1.7 6 .4 12.1.7 18.2.9 6.6.1 13.1.1 19.7 0 5.7-.1 11.4-.4 17-.8 4.7-.3 9.4-.8 14.1-1.3 6.9-.8 13.8-1.7 20.4-3.7 1.1-.3 2.2-.8 3.2-1.4 1.2-.6 1.2-1.6.1-2.3-1-.6-2.2-1-3.3-1.5-.3-.1-.6-.4-.7-.7-.5-.7-.8-1.6-1.1-2.5zM80.7 76.7c-.2.7-.3 1.3-.4 1.9-.3 1.4-.6 2.7-.9 4.1-.2 1 .4 1.6 1.2 1.6.5 0 .9-.3 1.5-.4-.6-1.2-.2-2.3 0-3.3.3-1.4.7-2.8.9-4.3.2-1.3-.7-2-1.9-1.5-.6.3-1.2.8-1.7 1.3s-.9 1.1-1.4 1.7c.1-.8.3-1.4.3-2 0-1.1-.8-1.7-1.8-1.3-.5.2-1 .6-1.4 1-.6.6-1.2 1.4-1.7 2.1.2-.7.3-1.4.4-2.2.1-.5-.1-1-.7-1s-1.2.1-1.7.1c0 .5.1.9 0 1.3-.2 1.1-.4 2.2-.6 3.2l-.9 3.6c-.1.6 0 1.1.7 1.2.5.1 1.1 0 1.6 0-.1-2.1 2.5-6.8 3.9-7.3l-.3 1.8c-.4 1.5-.8 3-1.1 4.5-.2.7.1 1.1.9 1.2.5 0 .9-.1 1.4-.1-.4-1.7 2.1-6.4 3.7-7.2zm6.2 7c2.1.8 3.5.4 4.8-1.3.8-1.1 1.4-2.3 1.6-3.7.1-.9.1-1.9 0-2.9-.2-1.1-1.4-1.6-2.4-1-.7.4-1.2 1-1.7 1.6-.4.5-.7 1-1.1 1.6.1-.8.3-1.5.4-2.1s-.1-1.1-.8-1.1c-.6 0-1.2.1-1.7.2 0 .7 0 1.2-.1 1.6-.5 2.7-1 5.5-1.6 8.2-.3 1.4.2 1.9 1.6 1.6.2 0 .4 0 .5-.2.2-.2.4-.4.4-.6.1-.6.1-1.2.1-1.9zm13-2.9c0 .6.1 1.3.2 2 .1.5.4.9.9 1 .7.1 1.2 0 1.7-.5.1-.1.1-.3 0-.4-.5-1.5-.3-3-.1-4.5.2-1.3.5-2.6.7-3.9-.7-.2-1.5-.4-2.2 0-.2.1-.5.1-.8 0-1.3-.4-2.5-.2-3.5.8-1.9 2-2.7 4.4-2.3 7.1.1.8.4 1.5 1.2 1.7.8.3 1.6 0 2.1-.7.9-.9 1.5-1.8 2.1-2.6zm13.1 1.5c-.7-1.2-.5-2.4-.4-3.6.1-1.3.3-2.6.3-3.9 0-1.4-1.1-2.1-2.3-1.3-.6.4-1.1 1-1.5 1.6-.4.5-.6 1-.9 1.5v-.9c0-.7.4-1.5-.3-1.9-.7-.5-1.5 0-2.2.3l.1-.1c0 .8.1 1.5 0 2.1-.2 1.7-.4 3.4-.6 5-.3 1.9-.2 2.7 2.3 1.9 0 0 .1-.1 0 0-.2-3 1.2-5.3 2.7-7.7.2.2.3.4.2.7 0 .5-.1 1-.1 1.5-.1 1.3-.3 2.5-.3 3.8 0 1.4.9 1.9 2.2 1.3.2 0 .5-.1.8-.3zm-49.5 1c.9 0 1.7-.3 2.4-.8 1.6-1.2 2.6-2.8 2.8-4.8.3-2.6-1.3-4.2-3.9-3.8-.6.1-1.2.4-1.6.7-1.7 1.2-2.8 2.8-3.1 4.9-.3 2.3 1.1 3.8 3.4 3.8zM57.9 80c-.7.3-1.4.6-2.1.8-1.7.4-2.7-.4-2.6-2 .1-1.9.7-3.7 1.7-5.3.3-.4.6-.9 1.1-1.2 1-.7 2.1-.4 2.6.7.1.3.2.6.4.9.3-.2.6-.3.8-.6.3-.4.7-.9.7-1.3 0-.6-.6-.9-1.2-1-1.6-.5-3.2-.4-4.6.6-2.8 1.9-4.2 4.7-4.3 8.1 0 1.4.8 2.4 2.1 2.7 1.7.4 3.2 0 4.7-.8.6-.4.9-.9.7-1.6zm56.6-6.4c.6 1.4 1.1 2.6 1.6 3.9.4 1.1.7 2.1 1.1 3.2.3 1.1-.6 2.2-1.7 2.1-.6 0-.9.2-.9 1 0 .6.2.9.8 1 .8.1 1.5-.3 1.9-.9.7-.9 1.5-1.8 2.1-2.9 1.3-2.3 2.6-4.6 3.3-7.2.2-.9-.1-1.3-1-1.4h-1.1c.4 2.5-.9 4.4-1.7 6.5-.4-1.5-.8-2.9-1.1-4.4-.4-1.8-1.3-2.3-3-1-.2.1-.3.1-.3.1z\"/><path class=\"st0\" d=\"M33.3 32.9v-1.6c.2 0 .3-.1.5-.1h15.7c1.7 0 3.4.4 5 1.2 3.4 1.7 5 4.5 4.9 8.2 0 4.2-2.2 7.1-5.7 9.2-2.8 1.7-6 2.7-9.1 3.6-.9.3-1.8.6-2.7.8-.4.1-.5.2-.5.7v4.4c0 1.1.4 2 1.6 2.3.1 0 .3.3.3.4v1.3H33.2v-1.4c0-.1.3-.3.4-.4.9-.3 1.4-1 1.5-1.9 0-.6.1-1.2.1-1.9V36.6c0-.5 0-1-.1-1.5.1-1.2-.5-2-1.8-2.2zm8.1 17.8c2.1-.9 4.2-1.7 6.1-2.7 1.2-.6 2.4-1.5 3.4-2.4 3.6-3.6 2.1-8.9-2.8-10.2-.6-.2-1.3-.2-2-.2h-4.8c.1 5.1.1 10.2.1 15.5zm44.6-9h-7.2c-1.9 0-2.6.7-3 2.8h-1.7v-5.9h18v2.6c0 .2-.2.5-.4.7-4.1 5.8-8.2 11.7-12.3 17.5-.2.2-.3.4-.5.8.3 0 .4.1.6.1h7.4c2.4 0 3.5-.9 4.1-3.2 0-.2.3-.4.4-.4.4-.1.9 0 1.4 0V63c0 .4 0 .6-.5.6H72.9v-2.8c0-.2.2-.5.4-.7 4.1-5.8 8.2-11.5 12.3-17.3 0-.5.2-.8.4-1.1zm15.4 18.6c3.2-.1 6.2-.1 9.2-.3 1.6-.1 2.6-1.1 2.9-2.7.2-.7.5-1 1.2-.8h.7v6.9H95.5v-2.8c0-.2.2-.5.3-.7 4.2-5.9 8.3-11.7 12.5-17.6.1-.2.2-.4.4-.7h-5.4c-.9 0-1.8 0-2.6.1-1.1.1-1.9.8-2 1.9-.1.8-.5.9-1.1.8h-.8v-6h17.9V41c0 .2-.2.5-.3.7-4.1 5.9-8.3 11.8-12.4 17.7-.2.3-.3.5-.6.9zm41.5 3.1h-8.2v-1.3c.1 0 .3-.1.4-.1.9-.3 1.2-.8.8-1.7-.5-1.4-1.1-2.7-1.6-4-.3-.7-.4-1.6-.9-1.9-.5-.3-1.4-.1-2.1-.1h-5.8c-.4 0-.6.1-.8.5l-1.8 4.8c-.5 1.4-.4 1.6.9 2.5.3.2.2.8.4 1.3h-6.9c-.1-.7-.2-1.2.6-1.5.5-.3.9-1 1.2-1.6 1.5-3.7 2.9-7.4 4.3-11.2 1.3-3.3 2.5-6.6 3.8-10 .2-.5.4-.6.9-.6h3.8c.4 0 .7.1.8.5 2.8 7.3 5.7 14.5 8.6 21.7.2.6.6 1.1 1.2 1.3.8.4.2.9.4 1.4zm-10.5-12.1c-1.1-2.8-2.1-5.4-3.3-8.3-1.1 2.9-2.1 5.5-3.1 8.3h6.4zM62.1 38.5h7.7c0 .7.3 1.3-.7 1.6-.3.1-.5.6-.6 1-.1.5-.1 1-.1 1.5v16.7c0 .4 0 .8.1 1.2.1.9.5 1.4 1.4 1.6v1.3h-7.7v-1.2c1.2-.5 1.5-.9 1.5-2.2V41.9c0-.9-.2-1.8-1.3-2-.1 0-.2-.2-.2-.4-.1-.3-.1-.6-.1-1zm22.1-20.1c.7-.1 1.4-.4 2.1-.4.8 0 1.3.4 1.2 1.3-.2 1.7-.6 3.3-.9 5-.1.3-.1.6-.1 1l.3-.6c.8-1 1.5-2 2.4-2.9.6-.6 1.4-.8 2.3-.7.9.1 1.5.6 1.4 1.5-.1 1.5-.4 3.1-.6 4.6-.1.9-.3 1.8-.5 2.7-.2 1-.1 1.9.4 2.7-.8.5-1.6.8-2.5.6-.8-.2-1.2-.6-1.1-1.4.1-1.2.3-2.5.5-3.7.2-1.3.4-2.5.6-3.8 0-.2-.1-.4-.2-.7-.2.1-.4.2-.7.3-.1.1-.2.2-.3.4-1.6 2.3-2.9 4.7-3.5 7.5v.6c0 .2.1.4.1.8-.8 0-1.6.1-2.4 0-.6 0-.9-.5-.8-1.1l.6-3.3c.6-3 1.2-6 1.7-9 .1-.4 0-.9 0-1.4 0 .2 0 .1 0 0zm13.3 9.8c0 .6-.1 1.2 0 1.8.1 1.1.8 1.6 1.9 1.5 1.2 0 2.1-.6 3-1.2.2-.1.4-.3.6-.4.4.8.3 1.5-.5 2.1-1.1.8-2.3 1.2-3.6 1.3-.7.1-1.5.1-2.2-.1-1.9-.4-2.8-1.4-2.8-3.3 0-3.3 1.3-6.1 4-8.1 1.1-.8 2.3-1.1 3.6-1.1 2 .1 2.8 1.1 2.4 3.1-.5 2.2-2 3.3-4 3.9-.7.3-1.5.4-2.4.5zm0-1.7c2.4.1 3.7-1 3.6-3 0-.4-.2-.9-.5-1s-.8 0-1.2.2c-.3.2-.6.5-.7.9-.4.9-.8 1.9-1.2 2.9zm-13.9-8.9c0 1.8-.8 2.6-2.5 2.5h-1.5c-.6 4.1-1.9 8.2-2.2 12.7-.6.1-1.5.3-2.4.4-.8 0-1.1-.4-.9-1.2.1-.8.4-1.6.5-2.4.7-3.1 1.3-6.3 2-9.5-1.1-.1-1.9.2-2.8.7-.8-1.6 0-2.9 1.8-2.9h5.6c.9 0 1.6-.2 2.4-.3zm7.5 60.3c-.4 1.3-.7 2.6-1.2 3.8-.5 1.2-1.7 1.2-2.4.1-.1-.2-.1-.5 0-.7.8-1.3 1.5-2.6 2.3-3.9.1-.2.4-.4.7-.5.1.3.2.6.4.8v.3c.1.1.2.1.2.1zm7.7-2.1c1.3 0 1.9.9 1.4 1.8-.7 1.3-1.3 2.6-2.1 3.8-.1.2-.5.4-.7.5-.1-.3-.3-.5-.3-.8 0-1.6.2-3.1 1-4.6.2-.3.6-.5.7-.7zm-36.2 4.4c.4-1.3.9-2.6 1.3-3.8.1-.3.3-.6.6-.8.3-.2.8-.4 1.1-.3.3.1.6.6.6.9 0 .7 0 1.4-.2 2.1-.2.9-.5 1.8-.9 2.6-.4.9-1 1.2-1.6 1-.8-.3-.7-1-.7-1.6-.1-.1-.2-.1-.2-.1z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cseci7\",\"data-framer-name\":\"Stack13\",layoutDependency:layoutDependency,layoutId:\"pgWGjHY44\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-krzfh9\",\"data-framer-name\":\"Fairmont-copy-2\",fill:\"black\",intrinsicHeight:110,intrinsicWidth:170,layoutDependency:layoutDependency,layoutId:\"AIignPQzT\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" x=\"0\" y=\"0\" viewBox=\"0 0 170 110\" style=\"enable-background:new 0 0 170 110\" xml:space=\"preserve\"><style>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#8d8d8d}</style><path class=\"st0\" d=\"M22.6 71.9c6-2.6 15.4-17.3 17.2-21.3-1.1 0-6.1.1-6.1 4.8-.8 0-1.6-.9-1.6-2 0-1.8 1.9-3.8 8.4-3.8 2.6-4.4 6.9-10.2 9.7-12.3 1.2-.8 1.3-.6.5.2-.9 1.3-2.2 3.2-3.6 5.5-2.3 3.8-4.8 9-7.8 14-2.8 4.7-6 8.5-9.3 11.3-3.1 2.5-6.2 4.1-8.1 4.5-.8.2-.7-.4.7-.9zm44.6-43.4c-3.7 0-7.3 1.4-10.3 3.8-3.8-1.6-11.3-6.2-19.4-6.2-9.7 0-15.9 6.1-15.9 12.8 0 5.4 4.6 9 9.7 9 7.7 0 8.8-5.5 8.8-6.1 0-.4-.1-1.2-.5-1.4-.2-.1-.4-.1-.4.1 0 2-4 6.3-8.9 6.3C19.1 46.8 23.7 27 36 27c6.8 0 14 4.5 19.2 6.8-3.3 3.5-6.8 8.4-11.9 18.5-7 13.8-16.2 22.4-26.4 22.4-5.5 0-11.3-3.6-11.3-12.5 0-15 19.9-19.1 19.9-3.7 0 6.2-4.4 9.5-8 9.6-4.1 0-5-2.5-5-5 0-5.1 2.5-6 1.3-6-4.4.1-5.3 11.9 4.4 11.9 6.2 0 10-5.4 10.1-10.9.1-5.1-3.2-10-11-10-9.6 0-14.7 7-14.6 13.9 0 6.8 4.9 13.6 15.1 13.6 8.2 0 13.4-3.5 18-7.8C40.9 63.2 44 57 46.6 51c1 .2 2.8.4 3.5.2-.2.8-.4 2.8.2 2.8.3 0 .1-.6.6-1.7.7-1.4 1.9-2 4.4-3.7 1.1-.8.6-1.8-.5-1.8-2.1 0-3.1 3.4-5.6 3.4-.7-.1-1.6-.2-2-.3 1.6-4 5.6-12.2 9.3-15.5 1.6.7 6.9 3.3 10.7 3.3 9.1.1 10.4-9.2 0-9.2zm-.1.8c7.7 0 8 6.8.7 6.8-3.7 0-7.5-2.1-9.7-3.1 2.4-2.1 5.7-3.7 9-3.7zM167.3 48v.6l-8.7.3s-2.9 4.3-5.5 8.3c-.4.5-2.1 3.2-3.1 4.9-1.6 2.8-5.4 9-1.6 10.5.5.2 1.5.7 1.2 1.1-.5.4-1.3.7-2 .7-7.4 0-2.3-9.6.6-13.4-.9 1-4.2 5.3-7.6 5.3-1.8 0-2.7-1.1-2.7-2.4 0-3.9 7.5-10 4.5-10-.5 0-1.2.4-2.1 1-2.6 1.8-4.2 3.6-5.4 5.2-2.2 3-4.4 6.1-4.4 6.1l-3.3.1s6-9 6.1-9.3c-1.6 1.4-4.6 2.3-6.1.5-.3 3.5-5.2 9.2-9 9.2-3.3 0-4.1-3.3-3.2-5.9-2.5 3.2-5.1 5.5-7.6 5.5-1.3 0-2.5-1-2.5-2.7 0-2.8 5-7.1 5-9 0-.3-.1-.7-.6-.7-.9 0-1.9.6-3.2 1.6-2.5 2.1-3.5 3.8-5.4 6.8-.9 1.3-.8 1.3-2.6 3.9h-3.3l6.6-9.9c.5-.7 1.7-2.4.3-2.4-2.1 0-5.7 3.2-8.7 7.2-1.2 1.8-3.5 5.2-3.5 5.2h-3.3l6.1-9.2c-.4.2-1.8.8-3 .8-1 0-1.8-.5-1.8-1.8 0-1.5 1.2-2.1 1.8-2.3-2.9.1-7 4-11 9.9-1.1 1.6-1.8 2.6-1.8 2.6h-3.3s1.5-2.1 3.2-4.8c-.3.2-4.4 4.9-6.9 4.9-2.2 0-2.8-2.3-2.4-4.3 0 0-3 4.3-5.9 4.3-2.1 0-3-2.1-2.8-4 0 0 0 .1-.1.1-.4.7-2.8 4-5.8 3.9-6.7 0-1.8-13.1 6.1-13.1 2 0 3.1.8 3.1 2.5.5-.8 1.7-2.4 1.7-2.4h3.3s-3.4 5.1-5.1 7.7c-1.3 1.8-2 4.5-.4 4.5 2.8 0 5.5-4.3 7.8-7.7 1.7-2.4 3-4.5 3-4.5h3.3s-3.1 4.7-5.4 8.1c-1.8 2.4-1.6 4.1-.4 4.1 2.3 0 7.7-5.4 10.4-9.5 1.1-1.6 1.8-2.6 1.8-2.6H85l-2.3 3.4v.1c2.4-2.4 5.1-3.8 6.4-3.8 3 0 2.7 3.1 1.3 4.1.7-.2 2.3-.5 3.2-1.8l1.4-1.9h3l-2.2 3.2c2.6-2.6 4.8-3.3 6.1-3.3 3.4 0 1.8 3.3 1.8 3.3.5-.6 2.9-3.3 5.7-3.3 1.8 0 2.4.8 2.4 2.1.1 1.8-1.6 4-3.7 7.5-.6 1-1.7 2.5-.4 2.5 3.1 0 8.7-8.1 8.8-8.3 1.9-2.6 4.4-4.3 7.4-4.3 1.8 0 2.7 1.4 3.1 2.8 1.7 4.6 6.4.9 8-1.4.2-.3.5-.7.7-1h3.3l-2.2 3.4c.4-.4 3.3-3.5 6.2-3.5 1.8 0 2.2 1.4 2.2 2.4 0 2.3-2.8 5.4-3.9 7.7-1.2 2.1-.2 2.7 2.1 1.2 2.9-1.9 5.6-5.4 8.9-10 1.2-1.7 2.5-3.6 3.6-5.2-3.2 0-30 .6-30 .6l-1.5-1.5 32-.1s2.9-4.9 5.4-4.9h.2c.4 0 .2.2 0 .5-1.1 1.7-2.9 4.4-2.9 4.4l8.2-.4zM52.2 65c3.7 0 10.8-11.2 6.6-11.2-3.3 0-10.6 11.2-6.6 11.2zm23.5-18c-1.1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8 1.8-.8 1.8-1.8-.8-1.8-1.8-1.8zm43.2 11.1c-2 3-3 6.3-1.9 7 1.1.8 3.8-1.3 5.8-4.4 2-3 3-6.3 1.8-7-1-.7-3.7 1.3-5.7 4.4z\"/><path style=\"fill:#8d8d8d\" d=\"M44.2 71.9H133\"/><path class=\"st0\" d=\"M43.6 80.5c.1 0 .1 0 0 0l.1-.2v-1.7c-.1-.3-.1-.4-.4-.4-.1 0-.2-.1-.3-.1h-.2c0-.1.1-.1.2-.1h2.3c.1 0 .2 0 .2.1h-.2c-.1 0-.1.1-.2.1-.3 0-.3.1-.3.4-.1.3-.1.5-.1 1.7v1.4c0 .7 0 1.3.1 1.6 0 .3.1.4.3.5h.4c.1 0 .2 0 .2.1H43c0-.1 0-.1.1-.1h.3c.2-.1.2-.2.2-.5.1-.3.1-.9.1-1.6V81c0-.1 0-.1-.1-.1h-3.1s-.1 0-.1.1v.7c0 .7 0 1.3.1 1.6 0 .3.1.4.3.5h.4c.1 0 .2 0 .2.1h-2.7c0-.1 0-.1.1-.1h.3c.2-.1.2-.2.2-.5.1-.3.1-.9.1-1.6v-3.1c0-.3-.1-.4-.4-.4-.1 0-.2-.1-.3-.1h-.2c0-.1.1-.1.2-.1H41c.1 0 .2 0 .2.1H41s-.1.1-.2.1c-.3 0-.3.1-.3.4-.1.3-.1.5-.1 1.7v.1c0 .1.1.1.1.1h3.1zm3.5.5c0-1.4 1-3 3.4-3 2.1 0 3.4 1.1 3.4 2.8s-1.4 3.1-3.4 3.1c-2.4 0-3.4-1.5-3.4-2.9zm5.7.1c0-1.7-1.1-2.7-2.4-2.7-1 0-2 .5-2 2.3 0 1.7 1 2.8 2.5 2.8.5 0 1.9-.2 1.9-2.4zm4.7-2.6-1.3.1c-.5 0-.7 0-.8.2-.1.1-.2.2-.2.3 0 0 0 .1-.1.1V79c0-.1.1-.8.1-.9l.1-.1c.1 0 .2.1.4.1h4.1c.5 0 .7-.1.8-.1s.1.1.1.2v.9c0 .1-.1.1-.1.1-.1 0-.1 0-.1-.1V79c0-.2-.3-.4-1-.4l-1.1-.1v3.2c0 .7 0 1.3.1 1.6 0 .3 0 .4.3.5h.4c.1 0 .2 0 .2.1h-2.8c0-.1.1-.1.2-.1h.3c.1-.1.2-.2.2-.5.1-.3.1-.9.1-1.6l.1-3.2zm5.5 1.8v-1.7c0-.3-.1-.4-.3-.4-.1 0-.3-.1-.4-.1h-.1c0-.1 0-.1.2-.1H66l.1-.1c.1 0 .1.1.1.1 0 .1-.1.2-.1.5 0 .1 0 .4-.1.5v.1c-.1 0-.1 0-.1-.1 0 0 0-.2-.1-.3 0-.1-.1-.2-.5-.2-.2-.1-1.1-.1-1.2-.1s-.1 0-.1.1v1.9s0 .1.1.1h1.3c.2-.1.4-.1.4-.2.1 0 .1-.1.2-.1v.7c-.1.1-.1.4-.1.5s0 .1-.1.1c0-.1 0-.2-.1-.3 0-.2-.1-.3-.4-.3H64v1.9c0 .5.2.6 1 .6.2 0 .6 0 .8-.1.2-.1.3-.2.4-.5 0-.1 0-.2.1-.2s.1.1.1.2c0 .2-.1.7-.1.9-.1.2-.2.2-.5.2-1.3 0-1.8-.1-2.3-.1h-1.2c0-.1 0-.1.1-.1h.4c.1-.1.2-.2.2-.5v-2.9zm7.2 1.4c0 1 0 1.5.2 1.6.1.2.3.2 1 .2.4 0 .8 0 1-.2.1-.1.2-.3.2-.5 0 0 0-.1.1-.1 0 0 .1 0 .1.1s-.1.7-.2.9c0 .2-.1.3-.5.3-1.2 0-1.8-.1-2.4-.1h-1.2c0-.1 0-.1.1-.1h.3c.2-.1.2-.2.3-.5v-4.7c0-.3-.1-.4-.4-.4 0 0-.1-.1-.2-.1h-.2c0-.1.1-.1.2-.1h2.3c.1 0 .2 0 .2.1h-.2c-.1 0-.2.1-.3.1-.2 0-.3.1-.3.4v1.7l-.1 1.4zm4.5 2c-.1 0-.2-.1-.2-.2 0-.5.1-.9.1-1.1 0-.1 0-.2.1-.2s.1.1.1.2 0 .2.1.4c.1.6.6.8 1.2.8.7 0 1.1-.5 1.1-.9s-.1-.8-.8-1.3l-.4-.2c-1-.6-1.3-1.2-1.3-1.8 0-.9.8-1.5 1.9-1.5.5 0 .9.1 1.1.1.1 0 .1.1.1.1v1c0 .1 0 .2-.1.2s-.1 0-.1-.1 0-.4-.2-.6c-.1-.1-.4-.3-.9-.3-.7 0-1 .3-1 .8 0 .3.2.6.9 1.1l.2.2c1 .7 1.4 1.2 1.4 1.9 0 .4-.2 1-.8 1.3-.4.3-.9.3-1.4.3-.3 0-.7 0-1.1-.2zm9.7-3.2c-.4-.5-.5-.8-.5-1.2 0-.6.6-1.4 2-1.4.4 0 .8.1 1 .2.2 0 .2.1.2.2 0 .2-.1.8-.1 1v.1c-.1 0-.1 0-.1-.1 0-.3-.1-.5-.2-.7-.2-.2-.5-.4-1-.4-.3 0-.9.3-.9.9 0 .8.7 1.4 1.4 2 .3.3 1.3 1.2 1.5 1.3.2-.2.4-.7.4-1.2 0-.1 0-.3-.1-.4-.2-.1-.3-.1-.5-.1h-.1c0-.1.1-.1.2-.1h1c.2 0 .3.1.3.2 0 .6-.4 1.3-.9 1.8.6.5 1 .7 1.2.8.3.2.8.3.9.3s.1 0 .1.1h-.9c-.9 0-1.2-.1-1.9-.6-.2.3-.8.7-1.9.7-1.8 0-2.2-1-2.2-1.7-.2-.8.6-1.5 1.1-1.7zm2.5 2.5c-.5-.4-1.3-1.2-1.5-1.4-.2-.2-.8-.8-.9-1-.3.2-.6.6-.6 1.2 0 1 .7 1.6 1.6 1.6.8 0 1.3-.3 1.4-.4zm7.5-2.7v-1.7c0-.3-.1-.4-.3-.4-.1 0-.3-.1-.4-.1h-.1c0-.1 0-.1.2-.1h2.3c.6 0 1.1.1 1.6.3.2.2.6.6.6 1.1 0 .6-.3 1.1-1.2 1.8.8.8 1.4 1.5 1.8 1.9.4.5.8.5.9.6h.3s.1 0 .1.1h-1c-.5 0-.7 0-.9-.1-.4-.2-.7-.6-1.2-1.2-.3-.4-.7-.9-.8-1.1h-1v.1c0 .8 0 1.4.1 1.7 0 .3.1.4.3.5h.4c.1 0 .1 0 .1.1h-2.6c0-.1 0-.1.1-.1h.3c.2-.1.3-.2.3-.5v-1.6l.1-1.3zm.9.6c0 .1 0 .1 0 0 .3.2.5.2.8.2s.4 0 .6-.1c.2-.2.5-.5.5-1.2 0-1.1-.8-1.4-1.3-1.4h-.5c-.1 0-.1.1-.1.1v2.4zm6.3-.6v-1.7c0-.3-.1-.4-.4-.4 0 0-.2-.1-.3-.1h-.1c0-.1 0-.1.1-.1h3.6c.1 0 .1-.1.2-.1v.6c0 .1-.1.4-.1.5s0 .1-.1.1V79s-.1-.2-.1-.3c-.1-.1-.1-.2-.6-.2-.1-.1-1-.1-1.2-.1v2.1h1.4c.2-.1.3-.1.4-.2.1 0 .1-.1.1-.1.1 0 .1 0 .1.1 0 0-.1.2-.1.6v.5c0 .1 0 .1-.1.1h-.1v-.3c0-.2-.2-.3-.5-.3h-1.2v1.9c0 .5.1.6 1 .6.2 0 .6 0 .8-.1.2-.1.3-.2.4-.5 0-.1 0-.2.1-.2v.2c0 .2 0 .7-.1.9 0 .2-.1.2-.4.2-1.3 0-1.8-.1-2.3-.1h-1.2c0-.1 0-.1.1-.1h.3c.2-.1.2-.2.3-.5v-2.9zm6 3.4c-.1 0-.2-.1-.2-.2 0-.5.1-.9.1-1.1 0-.1 0-.2.1-.2s.1.1.1.2v.4c.2.6.7.8 1.3.8.7 0 1.1-.5 1.1-.9s-.1-.8-.8-1.3l-.4-.3c-1-.6-1.3-1.2-1.3-1.8 0-.9.8-1.5 1.9-1.5.5 0 .9.1 1.1.1.1 0 .1.1.1.1v1c0 .1 0 .2-.1.2s-.1 0-.1-.1 0-.4-.2-.6c-.1-.1-.4-.3-.9-.3-.7 0-1 .3-1 .8 0 .3.2.6.9 1.1l.2.2c1 .7 1.4 1.2 1.4 1.9 0 .4-.2 1-.8 1.3-.4.3-.9.3-1.4.3-.4.1-.7.1-1.1-.1zm5.6-2.7c0-1.4.9-3 3.4-3 2 0 3.3 1.1 3.3 2.8s-1.4 3.1-3.4 3.1c-2.4 0-3.3-1.5-3.3-2.9zm5.6.1c0-1.7-1.1-2.7-2.4-2.7-1 0-2 .5-2 2.3 0 1.7 1 2.8 2.5 2.8.5 0 1.9-.2 1.9-2.4zm3.5-.8v-1.7c0-.3-.1-.4-.4-.4 0 0-.2-.1-.3-.1h-.1c0-.1 0-.1.1-.1h2.4c.5 0 1.1.1 1.6.3.2.2.5.6.5 1.1 0 .6-.2 1.1-1.1 1.8.8.8 1.4 1.5 1.8 1.9.4.5.8.5.9.6h.2c.1 0 .1 0 .1.1h-.9c-.5 0-.7 0-.9-.1-.4-.2-.7-.6-1.2-1.2-.3-.4-.7-.9-.8-1.1h-1v.1c0 .8 0 1.4.1 1.7 0 .3 0 .4.3.5h.4c.1 0 .1 0 .1.1h-2.6c0-.1 0-.1.1-.1h.3c.2-.1.2-.2.3-.5v-1.6l.1-1.3zm1 .6c0 .1 0 .1 0 0 .3.2.5.2.7.2.4 0 .5 0 .6-.1.3-.2.5-.5.5-1.2 0-1.1-.8-1.4-1.3-1.4h-.4c-.1 0-.1.1-.1.1v2.4zm6.8-2.4-1.2.1c-.5 0-.7 0-.8.2-.1.1-.2.2-.2.3 0 0 0 .1-.1.1 0 0-.1-.1-.1-.2s.2-.8.2-.9.1-.1.1-.1c.1 0 .2.1.4.1h4.1c.5 0 .7-.1.8-.1s.1.1.1.2c0 .2-.1.7-.1.9v.1c-.1 0-.1 0-.1-.1V79c-.1-.2-.3-.4-1-.4l-1.1-.1v4.8c.1.3.1.4.4.5h.4c.1 0 .1 0 .1.1h-2.7c0-.1 0-.1.1-.1h.3c.2-.1.3-.2.3-.5v-1.6l.1-3.2zm4.9 5.2c-.2 0-.2-.1-.2-.2 0-.5.1-.9.1-1.1 0-.1 0-.2.1-.2 0 0 .1.1.1.2v.4c.2.6.7.8 1.2.8.8 0 1.2-.5 1.2-.9s-.2-.8-.9-1.3l-.3-.3c-1-.6-1.3-1.2-1.3-1.8 0-.9.8-1.5 1.9-1.5.5 0 .9.1 1.1.1.1 0 .1.1.1.1v1c0 .1-.1.2-.1.2-.1 0-.1 0-.1-.1s-.1-.4-.2-.6c-.2-.1-.4-.3-1-.3s-1 .3-1 .8c0 .3.2.6.9 1.1l.3.2c1 .7 1.4 1.2 1.4 1.9 0 .4-.2 1-.8 1.3-.5.3-.9.3-1.4.3-.4.1-.8.1-1.1-.1z\"/></svg>',withExternalLayout:true})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KZ64z.framer-rkwv9l, .framer-KZ64z .framer-rkwv9l { display: block; }\",\".framer-KZ64z.framer-1sr1tad { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 639px; }\",\".framer-KZ64z .framer-1ithw94-container { flex: 1 0 0px; height: 48px; position: relative; width: 1px; }\",\".framer-KZ64z .framer-whec8e, .framer-KZ64z .framer-19hn6da, .framer-KZ64z .framer-18ejhg1, .framer-KZ64z .framer-71tywf, .framer-KZ64z .framer-1fub1zx, .framer-KZ64z .framer-1ko9xh2, .framer-KZ64z .framer-sey3kx, .framer-KZ64z .framer-1xlazkl, .framer-KZ64z .framer-1rayhe1, .framer-KZ64z .framer-1ubh5fh, .framer-KZ64z .framer-lwo48k, .framer-KZ64z .framer-xg31br, .framer-KZ64z .framer-cseci7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-KZ64z .framer-vu3e7u { aspect-ratio: 2.6153846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 131px; }\",\".framer-KZ64z .framer-12bidco, .framer-KZ64z .framer-1s9v31a, .framer-KZ64z .framer-jcmw2d, .framer-KZ64z .framer-1g2cu3g, .framer-KZ64z .framer-1qrlwbn, .framer-KZ64z .framer-1pyv6bs, .framer-KZ64z .framer-1t8iwrb, .framer-KZ64z .framer-12ct09r, .framer-KZ64z .framer-tj91sn, .framer-KZ64z .framer-h68sia, .framer-KZ64z .framer-krzfh9 { aspect-ratio: 1.5454545454545454 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 77px; }\",\".framer-KZ64z .framer-3wfmti { aspect-ratio: 1.811881188118812 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 91px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KZ64z.framer-1sr1tad, .framer-KZ64z .framer-whec8e, .framer-KZ64z .framer-19hn6da, .framer-KZ64z .framer-18ejhg1, .framer-KZ64z .framer-71tywf, .framer-KZ64z .framer-1fub1zx, .framer-KZ64z .framer-1ko9xh2, .framer-KZ64z .framer-sey3kx, .framer-KZ64z .framer-1xlazkl, .framer-KZ64z .framer-1rayhe1, .framer-KZ64z .framer-1ubh5fh, .framer-KZ64z .framer-lwo48k, .framer-KZ64z .framer-xg31br, .framer-KZ64z .framer-cseci7 { gap: 0px; } .framer-KZ64z.framer-1sr1tad > *, .framer-KZ64z .framer-whec8e > *, .framer-KZ64z .framer-19hn6da > *, .framer-KZ64z .framer-18ejhg1 > *, .framer-KZ64z .framer-71tywf > *, .framer-KZ64z .framer-1fub1zx > *, .framer-KZ64z .framer-1ko9xh2 > *, .framer-KZ64z .framer-sey3kx > *, .framer-KZ64z .framer-1xlazkl > *, .framer-KZ64z .framer-1rayhe1 > *, .framer-KZ64z .framer-1ubh5fh > *, .framer-KZ64z .framer-lwo48k > *, .framer-KZ64z .framer-xg31br > *, .framer-KZ64z .framer-cseci7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KZ64z.framer-1sr1tad > :first-child, .framer-KZ64z .framer-whec8e > :first-child, .framer-KZ64z .framer-19hn6da > :first-child, .framer-KZ64z .framer-18ejhg1 > :first-child, .framer-KZ64z .framer-71tywf > :first-child, .framer-KZ64z .framer-1fub1zx > :first-child, .framer-KZ64z .framer-1ko9xh2 > :first-child, .framer-KZ64z .framer-sey3kx > :first-child, .framer-KZ64z .framer-1xlazkl > :first-child, .framer-KZ64z .framer-1rayhe1 > :first-child, .framer-KZ64z .framer-1ubh5fh > :first-child, .framer-KZ64z .framer-lwo48k > :first-child, .framer-KZ64z .framer-xg31br > :first-child, .framer-KZ64z .framer-cseci7 > :first-child { margin-left: 0px; } .framer-KZ64z.framer-1sr1tad > :last-child, .framer-KZ64z .framer-whec8e > :last-child, .framer-KZ64z .framer-19hn6da > :last-child, .framer-KZ64z .framer-18ejhg1 > :last-child, .framer-KZ64z .framer-71tywf > :last-child, .framer-KZ64z .framer-1fub1zx > :last-child, .framer-KZ64z .framer-1ko9xh2 > :last-child, .framer-KZ64z .framer-sey3kx > :last-child, .framer-KZ64z .framer-1xlazkl > :last-child, .framer-KZ64z .framer-1rayhe1 > :last-child, .framer-KZ64z .framer-1ubh5fh > :last-child, .framer-KZ64z .framer-lwo48k > :last-child, .framer-KZ64z .framer-xg31br > :last-child, .framer-KZ64z .framer-cseci7 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 639\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRkciST1N9=withCSS(Component,css,\"framer-KZ64z\");export default FramerRkciST1N9;FramerRkciST1N9.displayName=\"Logo Ticker\";FramerRkciST1N9.defaultProps={height:48,width:639};addFonts(FramerRkciST1N9,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRkciST1N9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"639\",\"framerIntrinsicHeight\":\"48\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RkciST1N9.map", "// Generated by Framer (9e1dc8e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-tEuEy\";const variantClassNames={RMnbArPwK:\"framer-v-1otlzc3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:135,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"RMnbArPwK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1otlzc3\",className,classNames),\"data-framer-appear-id\":\"1otlzc3\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RMnbArPwK\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgb(255, 81, 28)\",borderBottomLeftRadius:155,borderBottomRightRadius:155,borderTopLeftRadius:155,borderTopRightRadius:155,WebkitBackdropFilter:\"blur(5px)\",...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJpbW8tNzAw\",\"--framer-font-family\":'\"Arimo\", \"Arimo Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255)))\"},children:\"DRAG\"})}),className:\"framer-18nalg6\",fonts:[\"GF;Arimo-700\"],layoutDependency:layoutDependency,layoutId:\"sVd9LFS7b\",style:{\"--extracted-r6o4lv\":\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tEuEy.framer-zt3wla, .framer-tEuEy .framer-zt3wla { display: block; }\",\".framer-tEuEy.framer-1otlzc3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: 85px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 85px; }\",\".framer-tEuEy .framer-18nalg6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tEuEy.framer-1otlzc3 { gap: 0px; } .framer-tEuEy.framer-1otlzc3 > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-tEuEy.framer-1otlzc3 > :first-child { margin-left: 0px; } .framer-tEuEy.framer-1otlzc3 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 85\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwUvBOCnwa=withCSS(Component,css,\"framer-tEuEy\");export default FramerwUvBOCnwa;FramerwUvBOCnwa.displayName=\"Cursor - Drag\";FramerwUvBOCnwa.defaultProps={height:85,width:85};addFonts(FramerwUvBOCnwa,[{explicitInter:true,fonts:[{family:\"Arimo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsAhDAVQI4aA.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwUvBOCnwa\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"85\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"85\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wUvBOCnwa.map", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-500\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_VMq2oR82k.woff2\",weight:\"500\"}]}];export const css=['.framer-4nngT .framer-styles-preset-1gdths0:not(.rich-text-wrapper), .framer-4nngT .framer-styles-preset-1gdths0.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 2em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-4nngT\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={efOh_2ikP:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import TestimonialsTabs from\"#framer/local/canvasComponent/eVTYl6rG0/eVTYl6rG0.js\";import PricingTablesSection from\"#framer/local/canvasComponent/HqaVeWX2o/HqaVeWX2o.js\";import FAQs from\"#framer/local/canvasComponent/k2vjrCe5p/k2vjrCe5p.js\";import MainBlueButton from\"#framer/local/canvasComponent/L5ixyJb01/L5ixyJb01.js\";import Footer from\"#framer/local/canvasComponent/LOo8ID_y9/LOo8ID_y9.js\";import ProcessCard from\"#framer/local/canvasComponent/qhZc333Xx/qhZc333Xx.js\";import LogoTicker from\"#framer/local/canvasComponent/RkciST1N9/RkciST1N9.js\";import SecondaryWhiteButton from\"#framer/local/canvasComponent/Uww_tJd9b/Uww_tJd9b.js\";import CursorDrag from\"#framer/local/canvasComponent/wUvBOCnwa/wUvBOCnwa.js\";import Nav from\"#framer/local/canvasComponent/YWEdtqX8e/YWEdtqX8e.js\";import CTATickers from\"#framer/local/canvasComponent/Zo2jrik3d/Zo2jrik3d.js\";import*as sharedStyle3 from\"#framer/local/css/BsIq84UOB/BsIq84UOB.js\";import*as sharedStyle12 from\"#framer/local/css/HG3Pyf00R/HG3Pyf00R.js\";import*as sharedStyle9 from\"#framer/local/css/HglFp_qS2/HglFp_qS2.js\";import*as sharedStyle2 from\"#framer/local/css/i642dpJcd/i642dpJcd.js\";import*as sharedStyle4 from\"#framer/local/css/ILhC8lJZ4/ILhC8lJZ4.js\";import*as sharedStyle7 from\"#framer/local/css/Nj59nHpUQ/Nj59nHpUQ.js\";import*as sharedStyle from\"#framer/local/css/nmyZEUP_M/nmyZEUP_M.js\";import*as sharedStyle8 from\"#framer/local/css/psBenLce_/psBenLce_.js\";import*as sharedStyle1 from\"#framer/local/css/TqOvZNvXV/TqOvZNvXV.js\";import*as sharedStyle6 from\"#framer/local/css/WkrX6JBfV/WkrX6JBfV.js\";import*as sharedStyle5 from\"#framer/local/css/WQG2SsoyY/WQG2SsoyY.js\";import*as sharedStyle10 from\"#framer/local/css/yARcVildN/yARcVildN.js\";import*as sharedStyle11 from\"#framer/local/css/ZHC5AaeYf/ZHC5AaeYf.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavFonts=getFonts(Nav);const NavWithVariantAppearEffect=withVariantAppearEffect(Nav);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const LocaleSelectorFonts=getFonts(LocaleSelector);const LocaleSelectorWithVariantAppearEffect=withVariantAppearEffect(LocaleSelector);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MainBlueButtonFonts=getFonts(MainBlueButton);const SecondaryWhiteButtonFonts=getFonts(SecondaryWhiteButton);const LogoTickerFonts=getFonts(LogoTicker);const SlideshowFonts=getFonts(Slideshow);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const Phosphor1Fonts=getFonts(Phosphor1);const ProcessCardFonts=getFonts(ProcessCard);const CTATickersFonts=getFonts(CTATickers);const TestimonialsTabsFonts=getFonts(TestimonialsTabs);const PricingTablesSectionFonts=getFonts(PricingTablesSection);const FAQsFonts=getFonts(FAQs);const FooterFonts=getFonts(Footer);const CursorDragFonts=getFonts(CursorDrag);const breakpoints={emYgTQEiJ:\"(min-width: 750px) and (max-width: 1299px)\",kPNNdzuBI:\"(max-width: 749px)\",WQLkyLRf1:\"(min-width: 1300px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PL115\";const variantClassNames={emYgTQEiJ:\"framer-v-1oifrzv\",kPNNdzuBI:\"framer-v-oryvlp\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:.1,mass:1,stiffness:268,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition5};const transition6={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={damping:30,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={damping:30,delay:.6,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={damping:30,delay:.7,mass:1,stiffness:400,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={damping:25,delay:0,mass:.6,stiffness:60,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-30,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-30,y:0};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-30,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-30,y:0};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition11={damping:25,delay:.3,mass:1,stiffness:127,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:-50,y:0};const transition12={damping:25,delay:.1,mass:1,stiffness:127,type:\"spring\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:-50,y:0};const transition13={damping:25,delay:.05,mass:1,stiffness:127,type:\"spring\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:-50,y:0};const transition14={damping:25,delay:.15,mass:1,stiffness:127,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:-50,y:0};const transition15={damping:25,delay:.2,mass:1,stiffness:127,type:\"spring\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:-50,y:0};const transition16={damping:25,delay:.25,mass:1,stiffness:127,type:\"spring\"};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:-50,y:0};const transition17={damping:25,delay:.35,mass:1,stiffness:127,type:\"spring\"};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition17,x:-50,y:0};const transition18={damping:25,delay:.4,mass:1,stiffness:127,type:\"spring\"};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition18,x:-50,y:0};const transition19={damping:25,delay:.45,mass:1,stiffness:127,type:\"spring\"};const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition19,x:-50,y:0};const transition20={damping:25,delay:.5,mass:1,stiffness:127,type:\"spring\"};const animation26={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition20,x:-50,y:0};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation29={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:5};const transition21={damping:25,delay:.4,mass:1,stiffness:55,type:\"spring\"};const animation30={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition21,x:0,y:5};const animation31={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation32={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const animation33={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:20};const animation34={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"kPNNdzuBI\",Tablet:\"emYgTQEiJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const cursor={component:CursorDrag,variant:\"so20HJRmI\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"emYgTQEiJ\",\"kPNNdzuBI\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"LPH2zifzT\");const ref8=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId1=useRouteElementId(\"aPfxL2rNw\");const elementId2=useRouteElementId(\"Rege0XgBl\");const elementId3=useRouteElementId(\"NZhMbWsbw\");const elementId4=useRouteElementId(\"YW2XmG3a7\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"kPNNdzuBI\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"kPNNdzuBI\")return true;return false;};const elementId5=useRouteElementId(\"c6Hx3gqRu\");const ref9=React.useRef(null);const elementId6=useRouteElementId(\"hdx2ci7Y6\");const elementId7=useRouteElementId(\"Z44K43pkP\");useCustomCursors({\"5ijy8y\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:\"90vw\"},kPNNdzuBI:{width:\"90vw\",y:20}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:30,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-15adhkk-container\",\"data-framer-appear-id\":\"15adhkk\",initial:animation1,layoutScroll:true,nodeId:\"pYa5JGkZR\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{__framer__variantAppearEffectEnabled:undefined,style:{width:\"100%\"},variant:\"uXpQC06I0\"},kPNNdzuBI:{__framer__variantAppearEffectEnabled:undefined,style:{width:\"100%\"},variant:\"uXpQC06I0\"}},children:/*#__PURE__*/_jsx(NavWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"Ms4yO8iy6\"},{offset:50,ref:ref2,target:\"ESI9I05rG\"},{offset:50,ref:ref3,target:\"sKWIhnBms\"},{offset:50,ref:ref4,target:\"Ew_iaaA6M\"},{offset:50,ref:ref5,target:\"yM43Yiajj\"},{offset:50,ref:ref6,target:\"odeI_9UR7\"},{offset:50,ref:ref7,target:\"Ms4yO8iy6\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"pYa5JGkZR\",layoutId:\"pYa5JGkZR\",variant:\"eHrvuorws\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-7wnjiw-container hidden-1oifrzv hidden-oryvlp\",\"data-framer-appear-id\":\"7wnjiw\",initial:animation1,isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"PqzUCKcTO\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LocaleSelectorWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"Ms4yO8iy6\"},{offset:50,ref:ref2,target:\"ESI9I05rG\"},{offset:50,ref:ref3,target:\"sKWIhnBms\"},{offset:50,ref:ref4,target:\"Ew_iaaA6M\"},{offset:50,ref:ref5,target:\"yM43Yiajj\"},{offset:50,ref:ref6,target:\"odeI_9UR7\"},{offset:50,ref:ref7,target:\"Ms4yO8iy6\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"PqzUCKcTO\",layoutId:\"PqzUCKcTO\",options:{border:{color:\"rgb(238, 238, 238)\",style:\"solid\",width:1,widthBottom:1,widthLeft:1,widthPerSide:false,widthRight:1,widthTop:1},focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,hover:{fillColor:\"rgb(237, 237, 237)\"},title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:true,paddingRight:10,paddingTop:10,radius:100,radiusBottomLeft:100,radiusBottomRight:100,radiusPerConrner:false,radiusTopLeft:100,radiusTopRight:100,textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19jf7yw\",\"data-framer-name\":\"Hero Section Content\",id:elementId,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n9ziwv\",\"data-framer-name\":\"Hero content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3067a\",\"data-framer-name\":\"Heading and Description\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-czmwb7\",\"data-border\":true,\"data-framer-appear-id\":\"czmwb7\",\"data-framer-name\":\"Spots Badge\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jsah9o\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",children:\"Launch your website in 3 weeks or less\"})}),className:\"framer-ue47p5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{viewBox:getLocalizedValue(\"v2\",activeLocale)??\"0 0 658 132\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-dvzt29\",\"data-styles-preset\":\"TqOvZNvXV\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Framer web design agency\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"in Bangkok Thailand\"})]})}),className:\"framer-1inszg1\",\"data-framer-appear-id\":\"1inszg1\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gdths0\",\"data-styles-preset\":\"i642dpJcd\",style:{\"--framer-text-alignment\":\"center\"},children:\"Build your website on Framer with an agency that prioritizes personalized design.\"})}),className:\"framer-14ifx5g\",\"data-framer-appear-id\":\"14ifx5g\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i0lue6\",\"data-framer-name\":\"Button and Logo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gapb8s\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1gh7gco-container\",\"data-framer-appear-id\":\"1gh7gco\",initial:animation1,nodeId:\"MA_zCZKg6\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{Lmd8HWOEd:resolvedLinks[1]},kPNNdzuBI:{Lmd8HWOEd:resolvedLinks[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"MA_zCZKg6\",l5Rze4AW5:\"ArrowRight\",l8wRfdseT:getLocalizedValue(\"v4\",activeLocale)??\"See plans & pricing\",layoutId:\"MA_zCZKg6\",Lmd8HWOEd:resolvedLinks[0],n2SpUwZKz:false,variant:\"GQBZwUNBv\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1o9u31b-container\",\"data-framer-appear-id\":\"1o9u31b\",initial:animation1,nodeId:\"pFgkBrQTZ\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{yK7vydCEk:resolvedLinks1[1]},kPNNdzuBI:{style:{width:\"100%\"},yK7vydCEk:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"pFgkBrQTZ\",JrE0s6xRw:\"ArrowRight\",layoutId:\"pFgkBrQTZ\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v5\",activeLocale)??\"Schedule a call\",variant:\"qmE53RSjz\",width:\"100%\",yK7vydCEk:resolvedLinks1[0]})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rwykwa\",\"data-framer-name\":\"Brand Logos\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Trusted by 4k+ customers worldwide:\"})}),className:\"framer-368ifm\",\"data-framer-appear-id\":\"368ifm\",fonts:[\"GF;Plus Jakarta Sans-500\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`},kPNNdzuBI:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,width:\"1200px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation9,className:\"framer-19o23w9-container\",\"data-framer-appear-id\":\"19o23w9\",initial:animation1,nodeId:\"V_HlWmY5G\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoTicker,{height:\"100%\",id:\"V_HlWmY5G\",layoutId:\"V_HlWmY5G\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ovyz4\",\"data-framer-name\":\"Images Slideshow\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation10,className:\"framer-1uxljnz-container\",\"data-framer-appear-id\":\"1uxljnz\",\"data-framer-cursor\":\"5ijy8y\",id:elementId1,initial:animation11,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aPfxL2rNw\",optimized:true,ref:ref1,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:30,arrowPadding:-21,arrowPaddingBottom:-55,arrowPaddingLeft:0,arrowPaddingRight:140,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},itemAmount:2.4},kPNNdzuBI:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:20,arrowPadding:-21,arrowPaddingBottom:-40,arrowPaddingLeft:0,arrowPaddingRight:382,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:23,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},gap:10,itemAmount:2.4}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:30,arrowPadding:-21,arrowPaddingBottom:-55,arrowPaddingLeft:0,arrowPaddingRight:275,arrowPaddingTop:-70,arrowPosition:\"bottom-right\",arrowRadius:100,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/kEw1mnXoxbH5B6L1pZTKejD8.svg\",rightArrow:\"https://framerusercontent.com/images/mOMvmtm0XcmfOgKwLByN9WrE.svg\",showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.8,effectsPerspective:1200,effectsRotate:0,effectsScale:.9},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"aPfxL2rNw\",intervalControl:5,itemAmount:2.5,layoutId:\"aPfxL2rNw\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"A laptop displays a colorful website showcasing images of musicians and musical instruments against a dark background.\",fit:\"fill\",intrinsicHeight:1029,intrinsicWidth:1459,pixelHeight:1756,pixelWidth:2339,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/y5pHCQBIVCaEzpQ6ClKuicafDE.jpg?scale-down-to=2048\"},className:\"framer-9hc5jo\",\"data-framer-name\":\"Slideshow Image 4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1029,intrinsicWidth:1459,pixelHeight:1754,pixelWidth:2339,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/LPQw7gZZ6Qut69JgM1e5jmcDCds.jpg?scale-down-to=2048\"},className:\"framer-16ojxjx\",\"data-framer-name\":\"Slideshow Image 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1029,intrinsicWidth:1459,pixelHeight:1754,pixelWidth:2904,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/8KLUYGlEZCIY4WZ5tDAm8z5ZzyM.jpg?scale-down-to=2048\"},className:\"framer-1rdhy0p\",\"data-framer-name\":\"Slideshow Image 3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:'A laptop displaying a construction company\\'s website with the headline \"Empowering Infrastructure\" is open on a dark surface with large industrial straps, while a background image shows a construction site with cranes and part of a steel structure under a clear blue sky, emphasizing themes of construction, technology, and industrial innovation.',fit:\"fill\",intrinsicHeight:1029,intrinsicWidth:1461,pixelHeight:1756,pixelWidth:2350,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/3rjXSHRdQo5CGx927ODpVfPapo.jpg?scale-down-to=2048\"},className:\"framer-v53azo\",\"data-framer-name\":\"Slideshow Image 2\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-zn7d0o\",\"data-framer-name\":\"Background Pattern\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vonwbj\",\"data-framer-name\":\"Services Section\",id:elementId2,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ei2iow\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u2zoev\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11ekzej\",\"data-framer-name\":\"Small Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qz59y9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qL8IgP7fr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"StackSimple\",id:\"qL8IgP7fr\",layoutId:\"qL8IgP7fr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Services\"})}),className:\"framer-1lwqbd0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xptqb0\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Visionary Design, Impactful Branding: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"Elevating Your Digital Landscape.\"})]})}),fonts:[\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-500\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-py4je5\",\"data-styles-preset\":\"ILhC8lJZ4\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Visionary design, impactful branding:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"Elevating your digital awareness.\"})]})}),className:\"framer-o3oeh3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"We provide a full range of web design and development services, from custom solutions and responsive designs to ongoing maintenance. Additionally, we offer digital marketing, SEO, and IT consulting to support your business needs.\"})}),className:\"framer-fad1nt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b4o6rl\",\"data-framer-name\":\"Services Bento \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1he4uhb\",\"data-framer-name\":\"Right Cards\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-akir4j\",\"data-border\":true,\"data-framer-name\":\"Framer Design Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yo7u6m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4r9rj\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sqfu0u\",\"data-framer-name\":\"Heading & Time\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-144x58h\",\"data-framer-name\":\"Heading & Icon\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p7309b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ArT8UUQ8g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"FramerLogo\",id:\"ArT8UUQ8g\",layoutId:\"ArT8UUQ8g\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1ajziol\",\"data-styles-preset\":\"WkrX6JBfV\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Landing Page\"})}),className:\"framer-saqn6u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",\"--framer-text-transform\":\"uppercase\"},children:\"1-2 Weeks delivery\"})}),className:\"framer-vmy3fb\",fonts:[\"GF;Plus Jakarta Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Transform your online presence with a high-converting landing page. Experience sophisticated design that captures your audience's attention and drives results.\"})}),className:\"framer-1y2gvrp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8ijsa6-container\",nodeId:\"ZuYvQ2wjR\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{yK7vydCEk:resolvedLinks2[1]},kPNNdzuBI:{yK7vydCEk:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"ZuYvQ2wjR\",JrE0s6xRw:\"ArrowRight\",layoutId:\"ZuYvQ2wjR\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v15\",activeLocale)??\"View plans\",variant:\"o5cL660Tr\",width:\"100%\",yK7vydCEk:resolvedLinks2[0]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xrvn7g\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A modern, sleek tablet displaying a colorful app interface, angled against a dark background with soft lighting.\",fit:\"fill\",pixelHeight:1754,pixelWidth:2338,src:\"https://framerusercontent.com/images/60yymhMwbHVloPPaNHszpjHBzQc.jpg?scale-down-to=1024\"},className:\"framer-wt1yl7\"})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dfidpp\",\"data-border\":true,\"data-framer-name\":\"Left Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-td70iu\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lkbfmj\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dzmmmw\",\"data-framer-name\":\"Heading & Time\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pp33er\",\"data-framer-name\":\"Heading & Icon\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msj9yi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ISfUJXowC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Layout\",id:\"ISfUJXowC\",layoutId:\"ISfUJXowC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1ajziol\",\"data-styles-preset\":\"WkrX6JBfV\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Framer Website Development\"})}),className:\"framer-ysaytb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\",\"--framer-text-transform\":\"uppercase\"},children:\"4-6 Weeks Delivery\"})}),className:\"framer-u2x4cv\",fonts:[\"GF;Plus Jakarta Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"Take control of your website with modern no-code solutions. We'll build you a Framer website that you can easily edit and update yourself - no technical expertise needed.\"})}),className:\"framer-11cce4w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e637ti-container\",nodeId:\"QOxZxMBza\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{yK7vydCEk:resolvedLinks3[1]},kPNNdzuBI:{yK7vydCEk:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"QOxZxMBza\",JrE0s6xRw:\"ArrowRight\",layoutId:\"QOxZxMBza\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v15\",activeLocale)??\"View plans\",variant:\"o5cL660Tr\",width:\"100%\",yK7vydCEk:resolvedLinks3[0]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tdusra\",\"data-framer-name\":\"Images\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A modern computer monitor displaying a website with images and text, set against a light pink background.\",fit:\"fill\",pixelHeight:1754,pixelWidth:2905,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/9X29FVM1aXeXWMNxWHt0iHowQ.jpg?scale-down-to=1024\"},className:\"framer-1h4tqmz\",\"data-border\":true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h3dsga\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-py4je5\",\"data-styles-preset\":\"ILhC8lJZ4\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Other \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"services\"})]})}),className:\"framer-18wb7tk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1arx7bl\",\"data-framer-name\":\"More Services\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lkny6k\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46rw3u\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z2bsn1-container\",isModuleExternal:true,nodeId:\"qfC_7daYu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Layout\",id:\"qfC_7daYu\",layoutId:\"qfC_7daYu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Landing pages\"})}),className:\"framer-ibdzm3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fwwcub\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1297dzk-container\",isModuleExternal:true,nodeId:\"MLbA2mBYM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"PaintBrush\",id:\"MLbA2mBYM\",layoutId:\"MLbA2mBYM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Branding\"})}),className:\"framer-1hcdov4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pa1v28\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1915c7m-container\",isModuleExternal:true,nodeId:\"ilLnChR3Q\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Note\",id:\"ilLnChR3Q\",layoutId:\"ilLnChR3Q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Brochure design\"})}),className:\"framer-1r9x3us\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18nf06h\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lswefv-container\",isModuleExternal:true,nodeId:\"Mgw_L7mGR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Megaphone\",id:\"Mgw_L7mGR\",layoutId:\"Mgw_L7mGR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Social media\"})}),className:\"framer-12ux27n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation22,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d22rcb\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-486ec-container\",isModuleExternal:true,nodeId:\"Iu8w16aob\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v24\",activeLocale)??\"Sparkle\",iconSelection:\"Sparkle\",id:\"Iu8w16aob\",layoutId:\"Iu8w16aob\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Icons\"})}),className:\"framer-vw6951\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vpurbd\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wv8quq-container\",isModuleExternal:true,nodeId:\"ZlAMaT9Cm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"AppWindow\",id:\"ZlAMaT9Cm\",layoutId:\"ZlAMaT9Cm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Web app\"})}),className:\"framer-1fyl25a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rs6dza\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e7eeym-container\",isModuleExternal:true,nodeId:\"ZZXv26RYn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v27\",activeLocale)??\"speedometer\",iconSelection:\"Lightning\",id:\"ZZXv26RYn\",layoutId:\"ZZXv26RYn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Optimization\"})}),className:\"framer-1bt7uz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dnv10r\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ku2zpq-container\",isModuleExternal:true,nodeId:\"mP3NbP8kv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"MagnifyingGlass\",id:\"mP3NbP8kv\",layoutId:\"mP3NbP8kv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"SEO\"})}),className:\"framer-pq3c53\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eygmpz\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4mxji1-container\",isModuleExternal:true,nodeId:\"E7veBSFnT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Video\",id:\"E7veBSFnT\",layoutId:\"E7veBSFnT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Video & motion graphics\"})}),className:\"framer-av4puv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation26,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zp7eyn\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msqbyd-container\",isModuleExternal:true,nodeId:\"wimXlSLfS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:\"\",iconSelection:\"ArrowsLeftRight\",id:\"wimXlSLfS\",layoutId:\"wimXlSLfS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vl3r69\",\"data-styles-preset\":\"Nj59nHpUQ\",children:\"Framer migration\"})}),className:\"framer-ls4eia\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14h2cnl\",\"data-framer-name\":\"Process Section\",id:elementId3,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w2vztc\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-91tdtr\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1q7scyg\",\"data-framer-name\":\"Small Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mq2877-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BowL36DmP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Shapes\",id:\"BowL36DmP\",layoutId:\"BowL36DmP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Our PROCESS\"})}),className:\"framer-1eydhf2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ci16ut\",\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-py4je5\",\"data-styles-preset\":\"ILhC8lJZ4\",children:[\"A proven & easy process to success: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"simplify, grow, thrive.\"})]})}),className:\"framer-oupmib\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:\"We guide you through a comprehensive journey from initial concept to final launch, working closely together to create a solution that perfectly aligns with your vision and objectives.\"})}),className:\"framer-dpkkxv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ojg2fw\",\"data-framer-name\":\"Process Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`},kPNNdzuBI:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7tnx7c-container\",nodeId:\"wEg5ecLHw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{variant:\"mKXcklKu5\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:getLocalizedValue(\"v35\",activeLocale)??\"Select a plan.\",gMPxGbBNv:\"NumberCircleOne\",height:\"100%\",id:\"wEg5ecLHw\",layoutId:\"wEg5ecLHw\",lq6j9JCSp:getLocalizedValue(\"v36\",activeLocale)??\"Select your ideal package and let us transform your concept into reality.\",style:{width:\"100%\"},variant:\"wUiPXbC_d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`},kPNNdzuBI:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kpldld-container\",nodeId:\"ZEDosJQ7k\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{variant:\"mKXcklKu5\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:getLocalizedValue(\"v37\",activeLocale)??\"Share your requirements\",gMPxGbBNv:\"NumberCircleTwo\",height:\"100%\",id:\"ZEDosJQ7k\",layoutId:\"ZEDosJQ7k\",lq6j9JCSp:getLocalizedValue(\"v38\",activeLocale)??\"Tell us your goals, and we'll create an impactful design that elevates your brand.\",style:{width:\"100%\"},variant:\"wUiPXbC_d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`},kPNNdzuBI:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ab8apx-container\",nodeId:\"jtYTTbZai\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{variant:\"mKXcklKu5\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:getLocalizedValue(\"v39\",activeLocale)??\"Development of your Framer site\",gMPxGbBNv:\"NumberCircleThree\",height:\"100%\",id:\"jtYTTbZai\",layoutId:\"jtYTTbZai\",lq6j9JCSp:getLocalizedValue(\"v40\",activeLocale)??\"Watch as our team converts your design into a powerful, future-ready website.\",style:{width:\"100%\"},variant:\"wUiPXbC_d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`},kPNNdzuBI:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275,width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13w97hv-container\",nodeId:\"NnOmh294g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{variant:\"mKXcklKu5\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:getLocalizedValue(\"v41\",activeLocale)??\"And we deliver.\",gMPxGbBNv:\"NumberCircleFour\",height:\"100%\",id:\"NnOmh294g\",layoutId:\"NnOmh294g\",lq6j9JCSp:getLocalizedValue(\"v42\",activeLocale)??\"Launch with confidence knowing your site is thoroughly tested, refined, and backed by our continued assistance.\",style:{width:\"100%\"},variant:\"wUiPXbC_d\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__enter:animation27,__framer__exit:animation28,__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:582,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-15mvvif\",\"data-framer-name\":\"Benefits Section\",id:elementId4,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wz8iay\",\"data-framer-name\":\"Heading & Button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vnndq2\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kmy3gc\",\"data-framer-name\":\"Small Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzxck4\",\"data-framer-name\":\"Line Left\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l72ci9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IyJfY5NDN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"FramerLogo\",id:\"IyJfY5NDN\",layoutId:\"IyJfY5NDN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Benefits\"})}),className:\"framer-5d6o28\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-160tesj\",\"data-framer-name\":\"Line Right\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-jxgwsv\",\"data-styles-preset\":\"psBenLce_\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Why choose Framer as your web platform?: \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"Framer brings your website vision to life effortlessly.\"})]})}),className:\"framer-1qu3jwz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e5ipnl-container\",nodeId:\"H_1HktIQP\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{yK7vydCEk:resolvedLinks4[1]},kPNNdzuBI:{BMLCVjBnQ:13,yK7vydCEk:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"H_1HktIQP\",JrE0s6xRw:\"ArrowRight\",layoutId:\"H_1HktIQP\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v45\",activeLocale)??\"Book an intro call\",variant:\"qmE53RSjz\",width:\"100%\",yK7vydCEk:resolvedLinks4[0]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ogeptw\",\"data-border\":true,\"data-framer-name\":\"Benefit Card 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-192rcxi\",\"data-framer-name\":\"With Radiance\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sopyzc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-112dbe9-container\",isModuleExternal:true,nodeId:\"XMwFBX75t\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(14, 126, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"FramerLogo\",id:\"XMwFBX75t\",layoutId:\"XMwFBX75t\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(14, 126, 18)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"With Framer\"})})}),fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gdths0\",\"data-styles-preset\":\"i642dpJcd\",style:{\"--framer-text-color\":\"rgb(14, 126, 18)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"With Framer:\"})})}),className:\"framer-1i607ul\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jw1ig1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-x1vh7r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EShimKV6M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Check\",id:\"EShimKV6M\",layoutId:\"EShimKV6M\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15k48vk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Visual development power\"})}),className:\"framer-1b2snmq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"No coding required for complex interactions\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Real-time Preview\"})})]})}),className:\"framer-90acd1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-jivcgr hidden-oryvlp\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-125ryxn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x71x2v\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18t1b1z-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ce3lj5Mvf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"X\",id:\"ce3lj5Mvf\",layoutId:\"ce3lj5Mvf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18w7kwj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Complex learning curve\"})}),className:\"framer-33fdk6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Steep technical requirements\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Time-consuming onboarding process\"})})]})}),className:\"framer-1dqrmpe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mw1zar\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vemm-container\",isModuleExternal:true,nodeId:\"u6Q_8ran0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"SmileyMeh\",id:\"u6Q_8ran0\",layoutId:\"u6Q_8ran0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Without Framer\"})})}),fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gdths0\",\"data-styles-preset\":\"i642dpJcd\",style:{\"--framer-text-color\":\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Without Framer:\"})})}),className:\"framer-17xlw2o\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11b155b\",\"data-border\":true,\"data-framer-name\":\"Benefit Card 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkvw2n\",\"data-framer-name\":\"With Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-re4tf4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sjrc9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UWerphkVa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Check\",id:\"UWerphkVa\",layoutId:\"UWerphkVa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12bmeh8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Smart design system\"})}),className:\"framer-1x3g6g7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Built-in components to keep consistency\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Automatic responsive layouts\"})})]})}),className:\"framer-br9b0d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-142obju hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7dmxo-container\",isModuleExternal:true,nodeId:\"O9NLNnfHh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(14, 126, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Smiley\",id:\"O9NLNnfHh\",layoutId:\"O9NLNnfHh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(14, 126, 18)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"With Framer\"})})}),className:\"framer-19agzoh\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gaok5d\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gqbc2g\",\"data-framer-name\":\"Without Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jrs9cp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jlau08-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B6N8_Shsy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"X\",id:\"B6N8_Shsy\",layoutId:\"B6N8_Shsy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18d1zn8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Limited design control\"})}),className:\"framer-f1i5y1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Restrictive templates and layouts\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Less flexibility for custom animations\"})})]})}),className:\"framer-1bu673a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnn33w hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oxs8eb-container\",isModuleExternal:true,nodeId:\"dYtnexfSM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"SmileyMeh\",id:\"dYtnexfSM\",layoutId:\"dYtnexfSM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Without Framer\"})})}),className:\"framer-9agz0q\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ihytto\",\"data-border\":true,\"data-framer-name\":\"Benefit Card 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ufe8i\",\"data-framer-name\":\"With Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-p2jhuc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ggihsx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"XtXmTynjJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Check\",id:\"XtXmTynjJ\",layoutId:\"XtXmTynjJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12t1zp1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Time & cost efficient\"})}),className:\"framer-vwexmj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Faster development with pre-built components\"})})})}),className:\"framer-r8f1ov\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kqbw4t hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-udrmbw-container\",isModuleExternal:true,nodeId:\"EhgWPDc7Y\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(14, 126, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Smiley\",id:\"EhgWPDc7Y\",layoutId:\"EhgWPDc7Y\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(14, 126, 18)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"With Framer\"})})}),className:\"framer-fk1rat\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yo9d9y\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hvnygz\",\"data-framer-name\":\"Without Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mcxxin\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wua6jb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dQXudX_g2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"X\",id:\"dQXudX_g2\",layoutId:\"dQXudX_g2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fp2081\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Hidden costs add up\"})}),className:\"framer-1hr3y78\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Multiple tool subscriptions needed\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Additional costs for plugins/extensions\"})})]})}),className:\"framer-1hr0p8g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rlet6h hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jqt9ul-container\",isModuleExternal:true,nodeId:\"QAwrnDnsH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"SmileyMeh\",id:\"QAwrnDnsH\",layoutId:\"QAwrnDnsH\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Without Framer\"})})}),className:\"framer-91vrvr\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e6wkjb\",\"data-border\":true,\"data-framer-name\":\"Benefit Card 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ez4bd3\",\"data-framer-name\":\"With Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x2srqo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-86z9cm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"od69p9Fil\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Check\",id:\"od69p9Fil\",layoutId:\"od69p9Fil\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ugoe7w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Instant updates & publishing\"})}),className:\"framer-1jdws9a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"One-click publishing and sharing\"})})})}),className:\"framer-19k5oer\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1clc0cp hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o656bq-container\",isModuleExternal:true,nodeId:\"l6ibP0JVF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"rgb(14, 126, 18)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Smiley\",id:\"l6ibP0JVF\",layoutId:\"l6ibP0JVF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(14, 126, 18)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"With Framer\"})})}),className:\"framer-wmi2a8\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ugxsk\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19nbie8\",\"data-framer-name\":\"Without Radiance\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nx63vc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jrls1b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GrlU0H5nB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"X\",id:\"GrlU0H5nB\",layoutId:\"GrlU0H5nB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qxrpip\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o2kbzs\",\"data-styles-preset\":\"HglFp_qS2\",children:\"Manual update process\"})}),className:\"framer-1oenf4w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Time-consuming deployment\"})})})}),className:\"framer-197rqy3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sl92t1 hidden-72rtr7 hidden-1oifrzv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pdo09n-container\",isModuleExternal:true,nodeId:\"YwmIyhEaJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"SmileyMeh\",id:\"YwmIyhEaJ\",layoutId:\"YwmIyhEaJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, rgb(255, 0, 0))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Without Framer\"})})}),className:\"framer-1f5tc0e\",fonts:[\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jb0pi0\",\"data-framer-name\":\"CTA Section\",id:elementId5,ref:ref9,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation29,__framer__exit:animation30,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6zg00u\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4w6g1e\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qgoys\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wlneed\",\"data-border\":true,\"data-framer-name\":\"Spots Badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x0alid\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fdhe9r\",\"data-styles-preset\":\"nmyZEUP_M\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Delivering Excellent Modern Designs\"})}),className:\"framer-1dw8isx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-jxgwsv\",\"data-styles-preset\":\"psBenLce_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Framer websites, Bangkok-made, budget-friendly\"})}),className:\"framer-29ws6c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ral8cn\",\"data-styles-preset\":\"yARcVildN\",children:\"Elevate your business with strategic design and senior expertise, delivering powerful websites that fit your budget.\"})}),className:\"framer-qlnhd9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aplui2\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Z44K43pkP\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{width:`min(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px) - 40px, 800px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fxqgn0-container\",nodeId:\"LLhGfbl1C\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{Lmd8HWOEd:resolvedLinks5[1]},kPNNdzuBI:{Lmd8HWOEd:resolvedLinks5[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(MainBlueButton,{AvPHzCj27:15,height:\"100%\",id:\"LLhGfbl1C\",l5Rze4AW5:\"ArrowRight\",l8wRfdseT:getLocalizedValue(\"v4\",activeLocale)??\"See plans & pricing\",layoutId:\"LLhGfbl1C\",Lmd8HWOEd:resolvedLinks5[0],n2SpUwZKz:false,variant:\"GQBZwUNBv\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined},{href:{webPageId:\"mMBXPq2dS\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{width:`min(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px) - 40px, 800px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nn8v4v-container\",nodeId:\"WxgdcPvxh\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{yK7vydCEk:resolvedLinks6[1]},kPNNdzuBI:{style:{width:\"100%\"},yK7vydCEk:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{BMLCVjBnQ:15,height:\"100%\",id:\"WxgdcPvxh\",JrE0s6xRw:\"ArrowRight\",layoutId:\"WxgdcPvxh\",lp4OUBzW4:false,MTbjY8W81:getLocalizedValue(\"v5\",activeLocale)??\"Schedule a call\",variant:\"qmE53RSjz\",width:\"100%\",yK7vydCEk:resolvedLinks6[0]})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px) + 673px)`},kPNNdzuBI:{width:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px) + 560px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:710,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) + 400px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s7ttgo-container\",nodeId:\"XDIVUiQha\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTATickers,{height:\"100%\",id:\"XDIVUiQha\",layoutId:\"XDIVUiQha\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g60xu8\",\"data-framer-name\":\"Background Fade\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kydtvg\",\"data-framer-name\":\"Testimonial Section\",id:elementId6,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u74h59\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation32,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wdi12q\",\"data-framer-name\":\"Small Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tpkdpn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lihdgSUeD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"Star\",id:\"lihdgSUeD\",layoutId:\"lihdgSUeD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Testimonials\"})}),className:\"framer-190lm05\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-auqujl\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kPNNdzuBI:{children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1io4zhs\",\"data-styles-preset\":\"ZHC5AaeYf\",children:[\"Don't Just Take Our Word For It. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"Our Satisfied Customers Rave About Their Experiences!\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation33,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1io4zhs\",\"data-styles-preset\":\"ZHC5AaeYf\",children:[\"Don't just take our word for it. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"See what our customers have to say\"})]})}),className:\"framer-bldagh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`},kPNNdzuBI:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:418,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ot0bhh-container\",nodeId:\"QZMPlF9jG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{style:{width:\"100%\"}},kPNNdzuBI:{CsR4J8rZs:\"10px 0px 10px 0px\",style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(TestimonialsTabs,{CsR4J8rZs:\"40px\",height:\"100%\",id:\"QZMPlF9jG\",layoutId:\"QZMPlF9jG\",variant:\"l77y7hEQA\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fnzuip\",\"data-border\":true,\"data-framer-name\":\"Testimonials Section\",id:elementId7,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wbw0y\",\"data-framer-name\":\"Heading & Description\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation32,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f3vnr5\",\"data-framer-name\":\"Small Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-138vzyt\",\"data-framer-name\":\"Left Line\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hfqwne-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IM8b32L80\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 81, 28)\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"House\",iconSelection:\"CurrencyCircleDollar\",id:\"IM8b32L80\",layoutId:\"IM8b32L80\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-jkstes\",\"data-styles-preset\":\"BsIq84UOB\",style:{\"--framer-text-color\":\"rgb(255, 81, 28)\"},children:\"Plans & Pricing\"})}),className:\"framer-le1140\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fop61p\",\"data-framer-name\":\"Right Line\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation33,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-hjnj4a\",\"data-styles-preset\":\"HG3Pyf00R\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Transparent pricing, \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(109, 122, 130, 0.7)\"},children:\"no surprises guaranteed!\"})]})}),className:\"framer-1c89mzd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation31,__framer__exit:animation34,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vp3sdo\",\"data-styles-preset\":\"WQG2SsoyY\",style:{\"--framer-text-alignment\":\"center\"},children:\"Everything should be transparent. Get fixed quote before getting started\"})}),className:\"framer-udf4ei\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`},kPNNdzuBI:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1080,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17hdxwb-container\",nodeId:\"mk7YRYHbi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{epoXiN6Xw:\"column\",style:{width:\"100%\"},tWsqI4d4m:\"column\"},kPNNdzuBI:{epoXiN6Xw:\"column\",style:{width:\"100%\"},tWsqI4d4m:\"column\",uUP2Y3OR7:false}},children:/*#__PURE__*/_jsx(PricingTablesSection,{epoXiN6Xw:\"row\",height:\"100%\",id:\"mk7YRYHbi\",layoutId:\"mk7YRYHbi\",tWsqI4d4m:\"row\",uUP2Y3OR7:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.4,fit:\"tile\",pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-17gvcvh\",\"data-framer-name\":\"Background Pattern\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gtg97x\",\"data-border\":true,\"data-framer-name\":\"FAQs Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`},kPNNdzuBI:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:676,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jhqvqu-container\",nodeId:\"KqYj16JVH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{variant:\"TbWEogD5t\"},kPNNdzuBI:{variant:\"XjxfTLdv0\"}},children:/*#__PURE__*/_jsx(FAQs,{height:\"100%\",id:\"KqYj16JVH\",layoutId:\"KqYj16JVH\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"rRoxY34K_\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fu86ew-container\",nodeId:\"CZbWr4SPM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{emYgTQEiJ:{variant:\"MH8eYw_ys\"},kPNNdzuBI:{variant:\"uKPT8wEVW\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"CZbWr4SPM\",layoutId:\"CZbWr4SPM\",style:{width:\"100%\"},variant:\"I6ZNTf2SQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kq3jkr\",\"data-framer-name\":\"Floating Remix Button\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PL115.framer-lux5qc, .framer-PL115 .framer-lux5qc { display: block; }\",\".framer-PL115.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1300px; }\",\".framer-PL115 .framer-15adhkk-container { flex: none; height: auto; left: 50%; position: fixed; top: 30px; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-PL115 .framer-7wnjiw-container { flex: none; height: auto; position: fixed; right: 43px; top: 43px; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-PL115 .framer-19jf7yw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-PL115 .framer-n9ziwv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-PL115 .framer-3067a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-czmwb7 { --border-bottom-width: 1px; --border-color: #f5f5f5; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 15px 7px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PL115 .framer-jsah9o, .framer-PL115 .framer-x0alid { background-color: #00b831; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 0px 4px 4px rgba(4, 255, 70, 0.2); flex: none; height: 10px; overflow: hidden; position: relative; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-ue47p5, .framer-PL115 .framer-1lwqbd0, .framer-PL115 .framer-vmy3fb, .framer-PL115 .framer-u2x4cv, .framer-PL115 .framer-ibdzm3, .framer-PL115 .framer-1hcdov4, .framer-PL115 .framer-1r9x3us, .framer-PL115 .framer-12ux27n, .framer-PL115 .framer-vw6951, .framer-PL115 .framer-1fyl25a, .framer-PL115 .framer-1bt7uz, .framer-PL115 .framer-pq3c53, .framer-PL115 .framer-av4puv, .framer-PL115 .framer-ls4eia, .framer-PL115 .framer-1eydhf2, .framer-PL115 .framer-5d6o28, .framer-PL115 .framer-1dw8isx, .framer-PL115 .framer-190lm05, .framer-PL115 .framer-le1140 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PL115 .framer-1inszg1, .framer-PL115 .framer-14ifx5g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-PL115 .framer-i0lue6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1gapb8s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-PL115 .framer-1gh7gco-container, .framer-PL115 .framer-1o9u31b-container, .framer-PL115 .framer-8ijsa6-container, .framer-PL115 .framer-e637ti-container, .framer-PL115 .framer-e5ipnl-container, .framer-PL115 .framer-fxqgn0-container, .framer-PL115 .framer-1nn8v4v-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PL115 .framer-rwykwa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-368ifm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1200px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-PL115 .framer-19o23w9-container { flex: none; height: 66px; position: relative; width: 1200px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PL115 .framer-10ovyz4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 100px 100px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1uxljnz-container { aspect-ratio: 2.3333333333333335 / 1; flex: none; height: 600px; position: relative; width: var(--framer-aspect-ratio-supported, 1400px); will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-PL115 .framer-9hc5jo, .framer-PL115 .framer-v53azo { aspect-ratio: 0.7685060565275909 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); height: var(--framer-aspect-ratio-supported, 651px); overflow: visible; position: relative; width: 500px; }\",\".framer-PL115 .framer-16ojxjx { aspect-ratio: 0.7678812415654521 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); height: var(--framer-aspect-ratio-supported, 649px); overflow: visible; position: relative; width: 498px; }\",\".framer-PL115 .framer-1rdhy0p { aspect-ratio: 0.7681940700808625 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); height: var(--framer-aspect-ratio-supported, 651px); overflow: visible; position: relative; width: 500px; }\",\".framer-PL115 .framer-zn7d0o { -webkit-mask: linear-gradient(240deg, #000000 0%, rgba(0, 0, 0, 0) 98%) add; flex: none; height: 60%; left: calc(50.00000000000002% - 100% / 2); mask: linear-gradient(240deg, #000000 0%, rgba(0, 0, 0, 0) 98%) add; opacity: 0.15; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-PL115 .framer-1vonwbj { align-content: center; align-items: center; background-color: #fbfbfb; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-PL115 .framer-1ei2iow { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-u2zoev, .framer-PL115 .framer-91tdtr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PL115 .framer-11ekzej, .framer-PL115 .framer-46rw3u, .framer-PL115 .framer-1q7scyg, .framer-PL115 .framer-1kmy3gc, .framer-PL115 .framer-1wdi12q, .framer-PL115 .framer-f3vnr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PL115 .framer-qz59y9-container, .framer-PL115 .framer-z2bsn1-container, .framer-PL115 .framer-1297dzk-container, .framer-PL115 .framer-1915c7m-container, .framer-PL115 .framer-1lswefv-container, .framer-PL115 .framer-486ec-container, .framer-PL115 .framer-1wv8quq-container, .framer-PL115 .framer-e7eeym-container, .framer-PL115 .framer-ku2zpq-container, .framer-PL115 .framer-4mxji1-container, .framer-PL115 .framer-1msqbyd-container, .framer-PL115 .framer-mq2877-container, .framer-PL115 .framer-1l72ci9-container, .framer-PL115 .framer-1tpkdpn-container, .framer-PL115 .framer-hfqwne-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-PL115 .framer-1xptqb0, .framer-PL115 .framer-ci16ut, .framer-PL115 .framer-160tesj, .framer-PL115 .framer-auqujl, .framer-PL115 .framer-fop61p { -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; background-color: #ff511c; flex: none; height: 1px; mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; overflow: hidden; position: relative; width: 50px; }\",\".framer-PL115 .framer-o3oeh3, .framer-PL115 .framer-1y2gvrp, .framer-PL115 .framer-11cce4w, .framer-PL115 .framer-18wb7tk, .framer-PL115 .framer-oupmib, .framer-PL115 .framer-1b2snmq, .framer-PL115 .framer-90acd1, .framer-PL115 .framer-33fdk6, .framer-PL115 .framer-1dqrmpe, .framer-PL115 .framer-1x3g6g7, .framer-PL115 .framer-br9b0d, .framer-PL115 .framer-f1i5y1, .framer-PL115 .framer-1bu673a, .framer-PL115 .framer-vwexmj, .framer-PL115 .framer-r8f1ov, .framer-PL115 .framer-1hr3y78, .framer-PL115 .framer-1hr0p8g, .framer-PL115 .framer-1jdws9a, .framer-PL115 .framer-19k5oer, .framer-PL115 .framer-1oenf4w, .framer-PL115 .framer-197rqy3, .framer-PL115 .framer-qlnhd9, .framer-PL115 .framer-bldagh, .framer-PL115 .framer-1c89mzd { --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-PL115 .framer-fad1nt, .framer-PL115 .framer-saqn6u, .framer-PL115 .framer-ysaytb, .framer-PL115 .framer-dpkkxv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-PL115 .framer-b4o6rl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1he4uhb { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PL115 .framer-akir4j { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-yo7u6m, .framer-PL115 .framer-td70iu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-PL115 .framer-1t4r9rj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-sqfu0u, .framer-PL115 .framer-1dzmmmw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-144x58h, .framer-PL115 .framer-pp33er { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PL115 .framer-1p7309b-container, .framer-PL115 .framer-1msj9yi-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-PL115 .framer-1xrvn7g { flex: none; height: 335px; overflow: visible; position: relative; width: 100%; z-index: 2; }\",\".framer-PL115 .framer-wt1yl7 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.1492537313433% - 100% / 2); width: 100%; }\",\".framer-PL115 .framer-dfidpp { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 58px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-lkbfmj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1tdusra { display: grid; flex: none; gap: 15px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 335px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1h4tqmz { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-PL115 .framer-1h3dsga { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1arx7bl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1lkny6k { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; 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: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-fwwcub, .framer-PL115 .framer-pa1v28, .framer-PL115 .framer-18nf06h, .framer-PL115 .framer-d22rcb, .framer-PL115 .framer-1vpurbd, .framer-PL115 .framer-rs6dza, .framer-PL115 .framer-1dnv10r, .framer-PL115 .framer-eygmpz, .framer-PL115 .framer-zp7eyn { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-14h2cnl { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 50px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-PL115 .framer-1w2vztc { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-ojg2fw { background-color: #ffffff; display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-7tnx7c-container, .framer-PL115 .framer-kpldld-container, .framer-PL115 .framer-ab8apx-container, .framer-PL115 .framer-13w97hv-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-PL115 .framer-15mvvif { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 89px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 100px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-PL115 .framer-wz8iay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 320px 0px; position: sticky; top: 130px; width: 100%; z-index: 1; }\",\".framer-PL115 .framer-vnndq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-xzxck4, .framer-PL115 .framer-138vzyt { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; background-color: #ff511c; flex: none; height: 1px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; overflow: hidden; position: relative; width: 50px; }\",\".framer-PL115 .framer-1qu3jwz, .framer-PL115 .framer-29ws6c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-PL115 .framer-ogeptw { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: sticky; top: 450px; width: 850px; z-index: 1; }\",\".framer-PL115 .framer-192rcxi, .framer-PL115 .framer-125ryxn, .framer-PL115 .framer-hkvw2n, .framer-PL115 .framer-gqbc2g, .framer-PL115 .framer-16ufe8i, .framer-PL115 .framer-1hvnygz, .framer-PL115 .framer-ez4bd3, .framer-PL115 .framer-19nbie8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PL115 .framer-1sopyzc, .framer-PL115 .framer-mw1zar { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: -85px; width: min-content; z-index: 1; }\",\".framer-PL115 .framer-112dbe9-container, .framer-PL115 .framer-vemm-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-PL115 .framer-1i607ul, .framer-PL115 .framer-17xlw2o, .framer-PL115 .framer-19agzoh, .framer-PL115 .framer-9agz0q, .framer-PL115 .framer-fk1rat, .framer-PL115 .framer-91vrvr, .framer-PL115 .framer-wmi2a8, .framer-PL115 .framer-1f5tc0e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-PL115 .framer-jw1ig1, .framer-PL115 .framer-re4tf4, .framer-PL115 .framer-p2jhuc, .framer-PL115 .framer-x2srqo { align-content: center; align-items: center; background-color: #0e7e12; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-PL115 .framer-x1vh7r-container, .framer-PL115 .framer-18t1b1z-container, .framer-PL115 .framer-1sjrc9-container, .framer-PL115 .framer-1n7dmxo-container, .framer-PL115 .framer-jlau08-container, .framer-PL115 .framer-oxs8eb-container, .framer-PL115 .framer-ggihsx-container, .framer-PL115 .framer-udrmbw-container, .framer-PL115 .framer-wua6jb-container, .framer-PL115 .framer-jqt9ul-container, .framer-PL115 .framer-86z9cm-container, .framer-PL115 .framer-1o656bq-container, .framer-PL115 .framer-jrls1b-container, .framer-PL115 .framer-pdo09n-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-PL115 .framer-15k48vk, .framer-PL115 .framer-18w7kwj, .framer-PL115 .framer-12bmeh8, .framer-PL115 .framer-18d1zn8, .framer-PL115 .framer-12t1zp1, .framer-PL115 .framer-fp2081, .framer-PL115 .framer-1ugoe7w, .framer-PL115 .framer-1qxrpip, .framer-PL115 .framer-8qgoys { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-jivcgr, .framer-PL115 .framer-1gaok5d, .framer-PL115 .framer-1yo9d9y, .framer-PL115 .framer-15ugxsk { align-self: stretch; background-color: #eeeeee; flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-PL115 .framer-1x71x2v, .framer-PL115 .framer-1jrs9cp, .framer-PL115 .framer-1mcxxin, .framer-PL115 .framer-1nx63vc { align-content: center; align-items: center; background-color: var(--token-ae02d52e-9141-4d5c-b294-a346833747e2, #ff0000); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-PL115 .framer-11b155b { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: sticky; top: 470px; width: 850px; z-index: 1; }\",\".framer-PL115 .framer-142obju, .framer-PL115 .framer-kqbw4t, .framer-PL115 .framer-1clc0cp { align-content: center; align-items: center; background-color: #ebf1ff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 8px 3px 5px; position: absolute; right: 29px; top: -11px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-PL115 .framer-wnn33w, .framer-PL115 .framer-1rlet6h, .framer-PL115 .framer-sl92t1 { align-content: center; align-items: center; background-color: var(--token-f9608d50-9f44-4d04-ae94-b884f2d39e86, #ffeceb); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 8px 3px 5px; position: absolute; right: 29px; top: -11px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-PL115 .framer-ihytto { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: sticky; top: 490px; width: 850px; z-index: 1; }\",\".framer-PL115 .framer-e6wkjb { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: sticky; top: 510px; width: 850px; z-index: 1; }\",\".framer-PL115 .framer-jb0pi0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-6zg00u { align-content: flex-start; align-items: flex-start; background-color: var(--token-cba3b9c8-9e49-437e-aca1-1e69db3088dc, #111111); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 16px 35px 15px rgba(0, 0, 0, 0.15), 0px 6px 15px 0px rgba(0, 0, 0, 0.15), 0px 2px 6px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 550px; justify-content: flex-end; max-width: 1200px; overflow: hidden; padding: 60px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-PL115 .framer-4w6g1e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; z-index: 3; }\",\".framer-PL115 .framer-wlneed { --border-bottom-width: 1px; --border-color: rgba(245, 245, 245, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(3px); align-content: center; align-items: center; backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 7px 15px 7px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PL115 .framer-1aplui2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1s7ttgo-container { flex: none; height: auto; left: -154px; position: absolute; right: -246px; top: -132px; z-index: 1; }\",\".framer-PL115 .framer-g60xu8 { background: linear-gradient(50deg, rgba(0, 0, 0, 0.9) 43%, rgba(0, 0, 0, 0) 80.50394144144144%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-PL115 .framer-kydtvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-PL115 .framer-1u74h59 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1ot0bhh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-PL115 .framer-fnzuip { --border-bottom-width: 0px; --border-color: #eeeeee; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-PL115 .framer-wbw0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-udf4ei { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 55%; word-break: break-word; word-wrap: break-word; }\",\".framer-PL115 .framer-17hdxwb-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-PL115 .framer-17gvcvh { -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000000 45.8350929054054%, rgba(0, 0, 0, 0) 100%) add; flex: none; height: 87%; left: calc(50.00000000000002% - 100% / 2); mask: radial-gradient(50% 50% at 50% 50%, #000000 45.8350929054054%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.5; overflow: hidden; position: absolute; top: calc(56.321463573995445% - 87.22639660241751% / 2); width: 100%; z-index: 0; }\",\".framer-PL115 .framer-gtg97x { --border-bottom-width: 0px; --border-color: #eeeeee; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-PL115 .framer-1jhqvqu-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; z-index: 2; }\",\".framer-PL115 .framer-1fu86ew-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-PL115 .framer-1kq3jkr { align-content: center; align-items: center; bottom: 65px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 36px; min-width: 207px; overflow: visible; padding: 0px; position: fixed; right: 21px; width: min-content; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PL115.framer-72rtr7, .framer-PL115 .framer-19jf7yw, .framer-PL115 .framer-n9ziwv, .framer-PL115 .framer-3067a, .framer-PL115 .framer-czmwb7, .framer-PL115 .framer-i0lue6, .framer-PL115 .framer-1gapb8s, .framer-PL115 .framer-rwykwa, .framer-PL115 .framer-10ovyz4, .framer-PL115 .framer-1vonwbj, .framer-PL115 .framer-1ei2iow, .framer-PL115 .framer-u2zoev, .framer-PL115 .framer-11ekzej, .framer-PL115 .framer-b4o6rl, .framer-PL115 .framer-1he4uhb, .framer-PL115 .framer-yo7u6m, .framer-PL115 .framer-1t4r9rj, .framer-PL115 .framer-sqfu0u, .framer-PL115 .framer-144x58h, .framer-PL115 .framer-dfidpp, .framer-PL115 .framer-td70iu, .framer-PL115 .framer-lkbfmj, .framer-PL115 .framer-1dzmmmw, .framer-PL115 .framer-pp33er, .framer-PL115 .framer-1h3dsga, .framer-PL115 .framer-1arx7bl, .framer-PL115 .framer-1lkny6k, .framer-PL115 .framer-46rw3u, .framer-PL115 .framer-fwwcub, .framer-PL115 .framer-pa1v28, .framer-PL115 .framer-18nf06h, .framer-PL115 .framer-d22rcb, .framer-PL115 .framer-1vpurbd, .framer-PL115 .framer-rs6dza, .framer-PL115 .framer-1dnv10r, .framer-PL115 .framer-eygmpz, .framer-PL115 .framer-zp7eyn, .framer-PL115 .framer-14h2cnl, .framer-PL115 .framer-1w2vztc, .framer-PL115 .framer-91tdtr, .framer-PL115 .framer-1q7scyg, .framer-PL115 .framer-15mvvif, .framer-PL115 .framer-wz8iay, .framer-PL115 .framer-vnndq2, .framer-PL115 .framer-1kmy3gc, .framer-PL115 .framer-ogeptw, .framer-PL115 .framer-192rcxi, .framer-PL115 .framer-1sopyzc, .framer-PL115 .framer-jw1ig1, .framer-PL115 .framer-15k48vk, .framer-PL115 .framer-125ryxn, .framer-PL115 .framer-1x71x2v, .framer-PL115 .framer-18w7kwj, .framer-PL115 .framer-mw1zar, .framer-PL115 .framer-11b155b, .framer-PL115 .framer-hkvw2n, .framer-PL115 .framer-re4tf4, .framer-PL115 .framer-12bmeh8, .framer-PL115 .framer-142obju, .framer-PL115 .framer-gqbc2g, .framer-PL115 .framer-1jrs9cp, .framer-PL115 .framer-18d1zn8, .framer-PL115 .framer-wnn33w, .framer-PL115 .framer-ihytto, .framer-PL115 .framer-16ufe8i, .framer-PL115 .framer-p2jhuc, .framer-PL115 .framer-12t1zp1, .framer-PL115 .framer-kqbw4t, .framer-PL115 .framer-1hvnygz, .framer-PL115 .framer-1mcxxin, .framer-PL115 .framer-fp2081, .framer-PL115 .framer-1rlet6h, .framer-PL115 .framer-e6wkjb, .framer-PL115 .framer-ez4bd3, .framer-PL115 .framer-x2srqo, .framer-PL115 .framer-1ugoe7w, .framer-PL115 .framer-1clc0cp, .framer-PL115 .framer-19nbie8, .framer-PL115 .framer-1nx63vc, .framer-PL115 .framer-1qxrpip, .framer-PL115 .framer-sl92t1, .framer-PL115 .framer-jb0pi0, .framer-PL115 .framer-6zg00u, .framer-PL115 .framer-4w6g1e, .framer-PL115 .framer-8qgoys, .framer-PL115 .framer-wlneed, .framer-PL115 .framer-1aplui2, .framer-PL115 .framer-kydtvg, .framer-PL115 .framer-1u74h59, .framer-PL115 .framer-1wdi12q, .framer-PL115 .framer-fnzuip, .framer-PL115 .framer-wbw0y, .framer-PL115 .framer-f3vnr5, .framer-PL115 .framer-gtg97x, .framer-PL115 .framer-1kq3jkr { gap: 0px; } .framer-PL115.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PL115.framer-72rtr7 > :first-child, .framer-PL115 .framer-19jf7yw > :first-child, .framer-PL115 .framer-n9ziwv > :first-child, .framer-PL115 .framer-3067a > :first-child, .framer-PL115 .framer-i0lue6 > :first-child, .framer-PL115 .framer-rwykwa > :first-child, .framer-PL115 .framer-1vonwbj > :first-child, .framer-PL115 .framer-u2zoev > :first-child, .framer-PL115 .framer-1he4uhb > :first-child, .framer-PL115 .framer-yo7u6m > :first-child, .framer-PL115 .framer-1t4r9rj > :first-child, .framer-PL115 .framer-dfidpp > :first-child, .framer-PL115 .framer-td70iu > :first-child, .framer-PL115 .framer-lkbfmj > :first-child, .framer-PL115 .framer-1h3dsga > :first-child, .framer-PL115 .framer-1lkny6k > :first-child, .framer-PL115 .framer-14h2cnl > :first-child, .framer-PL115 .framer-91tdtr > :first-child, .framer-PL115 .framer-15mvvif > :first-child, .framer-PL115 .framer-wz8iay > :first-child, .framer-PL115 .framer-vnndq2 > :first-child, .framer-PL115 .framer-192rcxi > :first-child, .framer-PL115 .framer-15k48vk > :first-child, .framer-PL115 .framer-125ryxn > :first-child, .framer-PL115 .framer-18w7kwj > :first-child, .framer-PL115 .framer-hkvw2n > :first-child, .framer-PL115 .framer-12bmeh8 > :first-child, .framer-PL115 .framer-gqbc2g > :first-child, .framer-PL115 .framer-18d1zn8 > :first-child, .framer-PL115 .framer-16ufe8i > :first-child, .framer-PL115 .framer-12t1zp1 > :first-child, .framer-PL115 .framer-1hvnygz > :first-child, .framer-PL115 .framer-fp2081 > :first-child, .framer-PL115 .framer-ez4bd3 > :first-child, .framer-PL115 .framer-1ugoe7w > :first-child, .framer-PL115 .framer-19nbie8 > :first-child, .framer-PL115 .framer-1qxrpip > :first-child, .framer-PL115 .framer-jb0pi0 > :first-child, .framer-PL115 .framer-6zg00u > :first-child, .framer-PL115 .framer-4w6g1e > :first-child, .framer-PL115 .framer-8qgoys > :first-child, .framer-PL115 .framer-kydtvg > :first-child, .framer-PL115 .framer-1u74h59 > :first-child, .framer-PL115 .framer-fnzuip > :first-child, .framer-PL115 .framer-wbw0y > :first-child, .framer-PL115 .framer-gtg97x > :first-child, .framer-PL115 .framer-1kq3jkr > :first-child { margin-top: 0px; } .framer-PL115.framer-72rtr7 > :last-child, .framer-PL115 .framer-19jf7yw > :last-child, .framer-PL115 .framer-n9ziwv > :last-child, .framer-PL115 .framer-3067a > :last-child, .framer-PL115 .framer-i0lue6 > :last-child, .framer-PL115 .framer-rwykwa > :last-child, .framer-PL115 .framer-1vonwbj > :last-child, .framer-PL115 .framer-u2zoev > :last-child, .framer-PL115 .framer-1he4uhb > :last-child, .framer-PL115 .framer-yo7u6m > :last-child, .framer-PL115 .framer-1t4r9rj > :last-child, .framer-PL115 .framer-dfidpp > :last-child, .framer-PL115 .framer-td70iu > :last-child, .framer-PL115 .framer-lkbfmj > :last-child, .framer-PL115 .framer-1h3dsga > :last-child, .framer-PL115 .framer-1lkny6k > :last-child, .framer-PL115 .framer-14h2cnl > :last-child, .framer-PL115 .framer-91tdtr > :last-child, .framer-PL115 .framer-15mvvif > :last-child, .framer-PL115 .framer-wz8iay > :last-child, .framer-PL115 .framer-vnndq2 > :last-child, .framer-PL115 .framer-192rcxi > :last-child, .framer-PL115 .framer-15k48vk > :last-child, .framer-PL115 .framer-125ryxn > :last-child, .framer-PL115 .framer-18w7kwj > :last-child, .framer-PL115 .framer-hkvw2n > :last-child, .framer-PL115 .framer-12bmeh8 > :last-child, .framer-PL115 .framer-gqbc2g > :last-child, .framer-PL115 .framer-18d1zn8 > :last-child, .framer-PL115 .framer-16ufe8i > :last-child, .framer-PL115 .framer-12t1zp1 > :last-child, .framer-PL115 .framer-1hvnygz > :last-child, .framer-PL115 .framer-fp2081 > :last-child, .framer-PL115 .framer-ez4bd3 > :last-child, .framer-PL115 .framer-1ugoe7w > :last-child, .framer-PL115 .framer-19nbie8 > :last-child, .framer-PL115 .framer-1qxrpip > :last-child, .framer-PL115 .framer-jb0pi0 > :last-child, .framer-PL115 .framer-6zg00u > :last-child, .framer-PL115 .framer-4w6g1e > :last-child, .framer-PL115 .framer-8qgoys > :last-child, .framer-PL115 .framer-kydtvg > :last-child, .framer-PL115 .framer-1u74h59 > :last-child, .framer-PL115 .framer-fnzuip > :last-child, .framer-PL115 .framer-wbw0y > :last-child, .framer-PL115 .framer-gtg97x > :last-child, .framer-PL115 .framer-1kq3jkr > :last-child { margin-bottom: 0px; } .framer-PL115 .framer-19jf7yw > *, .framer-PL115 .framer-1vonwbj > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-PL115 .framer-n9ziwv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PL115 .framer-3067a > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-PL115 .framer-czmwb7 > *, .framer-PL115 .framer-10ovyz4 > *, .framer-PL115 .framer-11ekzej > *, .framer-PL115 .framer-sqfu0u > *, .framer-PL115 .framer-144x58h > *, .framer-PL115 .framer-1dzmmmw > *, .framer-PL115 .framer-pp33er > *, .framer-PL115 .framer-1arx7bl > *, .framer-PL115 .framer-46rw3u > *, .framer-PL115 .framer-fwwcub > *, .framer-PL115 .framer-pa1v28 > *, .framer-PL115 .framer-18nf06h > *, .framer-PL115 .framer-d22rcb > *, .framer-PL115 .framer-1vpurbd > *, .framer-PL115 .framer-rs6dza > *, .framer-PL115 .framer-1dnv10r > *, .framer-PL115 .framer-eygmpz > *, .framer-PL115 .framer-zp7eyn > *, .framer-PL115 .framer-1q7scyg > *, .framer-PL115 .framer-1kmy3gc > *, .framer-PL115 .framer-1sopyzc > *, .framer-PL115 .framer-jw1ig1 > *, .framer-PL115 .framer-1x71x2v > *, .framer-PL115 .framer-mw1zar > *, .framer-PL115 .framer-re4tf4 > *, .framer-PL115 .framer-1jrs9cp > *, .framer-PL115 .framer-p2jhuc > *, .framer-PL115 .framer-1mcxxin > *, .framer-PL115 .framer-x2srqo > *, .framer-PL115 .framer-1nx63vc > *, .framer-PL115 .framer-wlneed > *, .framer-PL115 .framer-1aplui2 > *, .framer-PL115 .framer-1wdi12q > *, .framer-PL115 .framer-f3vnr5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PL115 .framer-czmwb7 > :first-child, .framer-PL115 .framer-1gapb8s > :first-child, .framer-PL115 .framer-10ovyz4 > :first-child, .framer-PL115 .framer-1ei2iow > :first-child, .framer-PL115 .framer-11ekzej > :first-child, .framer-PL115 .framer-b4o6rl > :first-child, .framer-PL115 .framer-sqfu0u > :first-child, .framer-PL115 .framer-144x58h > :first-child, .framer-PL115 .framer-1dzmmmw > :first-child, .framer-PL115 .framer-pp33er > :first-child, .framer-PL115 .framer-1arx7bl > :first-child, .framer-PL115 .framer-46rw3u > :first-child, .framer-PL115 .framer-fwwcub > :first-child, .framer-PL115 .framer-pa1v28 > :first-child, .framer-PL115 .framer-18nf06h > :first-child, .framer-PL115 .framer-d22rcb > :first-child, .framer-PL115 .framer-1vpurbd > :first-child, .framer-PL115 .framer-rs6dza > :first-child, .framer-PL115 .framer-1dnv10r > :first-child, .framer-PL115 .framer-eygmpz > :first-child, .framer-PL115 .framer-zp7eyn > :first-child, .framer-PL115 .framer-1w2vztc > :first-child, .framer-PL115 .framer-1q7scyg > :first-child, .framer-PL115 .framer-1kmy3gc > :first-child, .framer-PL115 .framer-ogeptw > :first-child, .framer-PL115 .framer-1sopyzc > :first-child, .framer-PL115 .framer-jw1ig1 > :first-child, .framer-PL115 .framer-1x71x2v > :first-child, .framer-PL115 .framer-mw1zar > :first-child, .framer-PL115 .framer-11b155b > :first-child, .framer-PL115 .framer-re4tf4 > :first-child, .framer-PL115 .framer-142obju > :first-child, .framer-PL115 .framer-1jrs9cp > :first-child, .framer-PL115 .framer-wnn33w > :first-child, .framer-PL115 .framer-ihytto > :first-child, .framer-PL115 .framer-p2jhuc > :first-child, .framer-PL115 .framer-kqbw4t > :first-child, .framer-PL115 .framer-1mcxxin > :first-child, .framer-PL115 .framer-1rlet6h > :first-child, .framer-PL115 .framer-e6wkjb > :first-child, .framer-PL115 .framer-x2srqo > :first-child, .framer-PL115 .framer-1clc0cp > :first-child, .framer-PL115 .framer-1nx63vc > :first-child, .framer-PL115 .framer-sl92t1 > :first-child, .framer-PL115 .framer-wlneed > :first-child, .framer-PL115 .framer-1aplui2 > :first-child, .framer-PL115 .framer-1wdi12q > :first-child, .framer-PL115 .framer-f3vnr5 > :first-child { margin-left: 0px; } .framer-PL115 .framer-czmwb7 > :last-child, .framer-PL115 .framer-1gapb8s > :last-child, .framer-PL115 .framer-10ovyz4 > :last-child, .framer-PL115 .framer-1ei2iow > :last-child, .framer-PL115 .framer-11ekzej > :last-child, .framer-PL115 .framer-b4o6rl > :last-child, .framer-PL115 .framer-sqfu0u > :last-child, .framer-PL115 .framer-144x58h > :last-child, .framer-PL115 .framer-1dzmmmw > :last-child, .framer-PL115 .framer-pp33er > :last-child, .framer-PL115 .framer-1arx7bl > :last-child, .framer-PL115 .framer-46rw3u > :last-child, .framer-PL115 .framer-fwwcub > :last-child, .framer-PL115 .framer-pa1v28 > :last-child, .framer-PL115 .framer-18nf06h > :last-child, .framer-PL115 .framer-d22rcb > :last-child, .framer-PL115 .framer-1vpurbd > :last-child, .framer-PL115 .framer-rs6dza > :last-child, .framer-PL115 .framer-1dnv10r > :last-child, .framer-PL115 .framer-eygmpz > :last-child, .framer-PL115 .framer-zp7eyn > :last-child, .framer-PL115 .framer-1w2vztc > :last-child, .framer-PL115 .framer-1q7scyg > :last-child, .framer-PL115 .framer-1kmy3gc > :last-child, .framer-PL115 .framer-ogeptw > :last-child, .framer-PL115 .framer-1sopyzc > :last-child, .framer-PL115 .framer-jw1ig1 > :last-child, .framer-PL115 .framer-1x71x2v > :last-child, .framer-PL115 .framer-mw1zar > :last-child, .framer-PL115 .framer-11b155b > :last-child, .framer-PL115 .framer-re4tf4 > :last-child, .framer-PL115 .framer-142obju > :last-child, .framer-PL115 .framer-1jrs9cp > :last-child, .framer-PL115 .framer-wnn33w > :last-child, .framer-PL115 .framer-ihytto > :last-child, .framer-PL115 .framer-p2jhuc > :last-child, .framer-PL115 .framer-kqbw4t > :last-child, .framer-PL115 .framer-1mcxxin > :last-child, .framer-PL115 .framer-1rlet6h > :last-child, .framer-PL115 .framer-e6wkjb > :last-child, .framer-PL115 .framer-x2srqo > :last-child, .framer-PL115 .framer-1clc0cp > :last-child, .framer-PL115 .framer-1nx63vc > :last-child, .framer-PL115 .framer-sl92t1 > :last-child, .framer-PL115 .framer-wlneed > :last-child, .framer-PL115 .framer-1aplui2 > :last-child, .framer-PL115 .framer-1wdi12q > :last-child, .framer-PL115 .framer-f3vnr5 > :last-child { margin-right: 0px; } .framer-PL115 .framer-i0lue6 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-PL115 .framer-1gapb8s > *, .framer-PL115 .framer-b4o6rl > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-PL115 .framer-rwykwa > *, .framer-PL115 .framer-1he4uhb > *, .framer-PL115 .framer-yo7u6m > *, .framer-PL115 .framer-1t4r9rj > *, .framer-PL115 .framer-td70iu > *, .framer-PL115 .framer-lkbfmj > *, .framer-PL115 .framer-jb0pi0 > *, .framer-PL115 .framer-gtg97x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PL115 .framer-1ei2iow > *, .framer-PL115 .framer-1w2vztc > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-PL115 .framer-u2zoev > *, .framer-PL115 .framer-1lkny6k > *, .framer-PL115 .framer-91tdtr > *, .framer-PL115 .framer-vnndq2 > *, .framer-PL115 .framer-15k48vk > *, .framer-PL115 .framer-18w7kwj > *, .framer-PL115 .framer-12bmeh8 > *, .framer-PL115 .framer-18d1zn8 > *, .framer-PL115 .framer-12t1zp1 > *, .framer-PL115 .framer-fp2081 > *, .framer-PL115 .framer-1ugoe7w > *, .framer-PL115 .framer-1qxrpip > *, .framer-PL115 .framer-8qgoys > *, .framer-PL115 .framer-1u74h59 > *, .framer-PL115 .framer-wbw0y > *, .framer-PL115 .framer-1kq3jkr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PL115 .framer-dfidpp > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } .framer-PL115 .framer-1h3dsga > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-PL115 .framer-14h2cnl > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-PL115 .framer-15mvvif > * { margin: 0px; margin-bottom: calc(89px / 2); margin-top: calc(89px / 2); } .framer-PL115 .framer-wz8iay > *, .framer-PL115 .framer-192rcxi > *, .framer-PL115 .framer-125ryxn > *, .framer-PL115 .framer-hkvw2n > *, .framer-PL115 .framer-gqbc2g > *, .framer-PL115 .framer-16ufe8i > *, .framer-PL115 .framer-1hvnygz > *, .framer-PL115 .framer-ez4bd3 > *, .framer-PL115 .framer-19nbie8 > *, .framer-PL115 .framer-6zg00u > *, .framer-PL115 .framer-kydtvg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-PL115 .framer-ogeptw > *, .framer-PL115 .framer-11b155b > *, .framer-PL115 .framer-ihytto > *, .framer-PL115 .framer-e6wkjb > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-PL115 .framer-142obju > *, .framer-PL115 .framer-wnn33w > *, .framer-PL115 .framer-kqbw4t > *, .framer-PL115 .framer-1rlet6h > *, .framer-PL115 .framer-1clc0cp > *, .framer-PL115 .framer-sl92t1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-PL115 .framer-4w6g1e > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-PL115 .framer-fnzuip > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-PL115[data-border=\"true\"]::after, .framer-PL115 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 750px) and (max-width: 1299px) { .framer-PL115.framer-72rtr7 { width: 750px; } .framer-PL115 .framer-15adhkk-container, .framer-PL115 .framer-n9ziwv, .framer-PL115 .framer-1arx7bl, .framer-PL115 .framer-wz8iay, .framer-PL115 .framer-1u74h59, .framer-PL115 .framer-1ot0bhh-container, .framer-PL115 .framer-wbw0y, .framer-PL115 .framer-17hdxwb-container, .framer-PL115 .framer-1jhqvqu-container { width: 90%; } .framer-PL115 .framer-19o23w9-container, .framer-PL115 .framer-udf4ei { width: 100%; } .framer-PL115 .framer-10ovyz4 { padding: 0px 0px 100px 150px; } .framer-PL115 .framer-1uxljnz-container { aspect-ratio: 2.045346062052506 / 1; height: var(--framer-aspect-ratio-supported, 419px); width: 857px; } .framer-PL115 .framer-1ei2iow { flex-direction: column; gap: 15px; width: 90%; } .framer-PL115 .framer-u2zoev, .framer-PL115 .framer-fad1nt, .framer-PL115 .framer-91tdtr, .framer-PL115 .framer-dpkkxv { flex: none; width: 100%; } .framer-PL115 .framer-b4o6rl { flex-direction: column; width: 90%; } .framer-PL115 .framer-1he4uhb { align-self: unset; flex: none; height: 712px; width: 100%; } .framer-PL115 .framer-akir4j { gap: 40px; justify-content: flex-start; } .framer-PL115 .framer-1xrvn7g, .framer-PL115 .framer-1tdusra { height: 400px; } .framer-PL115 .framer-wt1yl7 { bottom: 0px; left: unset; right: 0px; top: unset; } .framer-PL115 .framer-dfidpp { flex: none; gap: 40px; width: 100%; } .framer-PL115 .framer-1h4tqmz { bottom: 0px; left: unset; right: 0px; } .framer-PL115 .framer-1w2vztc { flex-direction: column; gap: 10px; width: 90%; } .framer-PL115 .framer-ojg2fw { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 90%; } .framer-PL115 .framer-ogeptw, .framer-PL115 .framer-11b155b, .framer-PL115 .framer-ihytto, .framer-PL115 .framer-e6wkjb { gap: 40px; width: 90%; } .framer-PL115 .framer-6zg00u { padding: 50px; width: 90%; } .framer-PL115 .framer-4w6g1e { max-width: 800px; width: 100%; } .framer-PL115 .framer-qlnhd9 { width: 575px; } .framer-PL115 .framer-1s7ttgo-container { left: -184px; right: -489px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PL115 .framer-1ei2iow, .framer-PL115 .framer-b4o6rl, .framer-PL115 .framer-akir4j, .framer-PL115 .framer-dfidpp, .framer-PL115 .framer-1w2vztc, .framer-PL115 .framer-ogeptw, .framer-PL115 .framer-11b155b, .framer-PL115 .framer-ihytto, .framer-PL115 .framer-e6wkjb { gap: 0px; } .framer-PL115 .framer-1ei2iow > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-PL115 .framer-1ei2iow > :first-child, .framer-PL115 .framer-b4o6rl > :first-child, .framer-PL115 .framer-akir4j > :first-child, .framer-PL115 .framer-dfidpp > :first-child, .framer-PL115 .framer-1w2vztc > :first-child { margin-top: 0px; } .framer-PL115 .framer-1ei2iow > :last-child, .framer-PL115 .framer-b4o6rl > :last-child, .framer-PL115 .framer-akir4j > :last-child, .framer-PL115 .framer-dfidpp > :last-child, .framer-PL115 .framer-1w2vztc > :last-child { margin-bottom: 0px; } .framer-PL115 .framer-b4o6rl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PL115 .framer-akir4j > *, .framer-PL115 .framer-dfidpp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PL115 .framer-1w2vztc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PL115 .framer-ogeptw > *, .framer-PL115 .framer-11b155b > *, .framer-PL115 .framer-ihytto > *, .framer-PL115 .framer-e6wkjb > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-PL115 .framer-ogeptw > :first-child, .framer-PL115 .framer-11b155b > :first-child, .framer-PL115 .framer-ihytto > :first-child, .framer-PL115 .framer-e6wkjb > :first-child { margin-left: 0px; } .framer-PL115 .framer-ogeptw > :last-child, .framer-PL115 .framer-11b155b > :last-child, .framer-PL115 .framer-ihytto > :last-child, .framer-PL115 .framer-e6wkjb > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 749px) { .framer-PL115.framer-72rtr7 { width: 350px; } .framer-PL115 .framer-15adhkk-container { top: 20px; width: 90%; } .framer-PL115 .framer-19jf7yw { gap: 50px; padding: 120px 0px 0px 0px; } .framer-PL115 .framer-n9ziwv { gap: 25px; width: 90%; } .framer-PL115 .framer-czmwb7 { padding: 5px 10px 5px 10px; } .framer-PL115 .framer-1inszg1 { min-height: 65px; white-space: pre; } .framer-PL115 .framer-1gapb8s { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-PL115 .framer-1gh7gco-container, .framer-PL115 .framer-1o9u31b-container, .framer-PL115 .framer-368ifm, .framer-PL115 .framer-19o23w9-container, .framer-PL115 .framer-fxqgn0-container, .framer-PL115 .framer-1nn8v4v-container, .framer-PL115 .framer-udf4ei { width: 100%; } .framer-PL115 .framer-10ovyz4 { padding: 0px 0px 50px 360px; } .framer-PL115 .framer-1uxljnz-container { aspect-ratio: 2.045346062052506 / 1; height: var(--framer-aspect-ratio-supported, 316px); width: 646px; } .framer-PL115 .framer-1vonwbj { gap: 40px; padding: 70px 0px 70px 0px; } .framer-PL115 .framer-1ei2iow { flex-direction: column; gap: 15px; width: 90%; } .framer-PL115 .framer-u2zoev, .framer-PL115 .framer-fad1nt, .framer-PL115 .framer-144x58h, .framer-PL115 .framer-pp33er, .framer-PL115 .framer-91tdtr, .framer-PL115 .framer-dpkkxv { flex: none; width: 100%; } .framer-PL115 .framer-b4o6rl { flex-direction: column; width: 90%; } .framer-PL115 .framer-1he4uhb { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-PL115 .framer-akir4j { flex: none; gap: 40px; height: min-content; justify-content: flex-start; padding: 20px; } .framer-PL115 .framer-sqfu0u, .framer-PL115 .framer-1dzmmmw, .framer-PL115 .framer-1aplui2 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-PL115 .framer-1p7309b-container, .framer-PL115 .framer-1msj9yi-container { height: 20px; width: 20px; } .framer-PL115 .framer-1xrvn7g, .framer-PL115 .framer-1tdusra { height: 230px; } .framer-PL115 .framer-wt1yl7 { bottom: 0px; left: unset; right: 0px; top: unset; } .framer-PL115 .framer-dfidpp { flex: none; gap: 40px; padding: 20px; width: 100%; } .framer-PL115 .framer-1h4tqmz { bottom: 0px; left: unset; right: 0px; } .framer-PL115 .framer-1arx7bl { gap: 8px; overflow: visible; width: 90%; } .framer-PL115 .framer-1lkny6k, .framer-PL115 .framer-fwwcub, .framer-PL115 .framer-pa1v28, .framer-PL115 .framer-18nf06h, .framer-PL115 .framer-d22rcb, .framer-PL115 .framer-1vpurbd, .framer-PL115 .framer-rs6dza, .framer-PL115 .framer-1dnv10r, .framer-PL115 .framer-eygmpz, .framer-PL115 .framer-zp7eyn { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; padding: 15px; } .framer-PL115 .framer-z2bsn1-container, .framer-PL115 .framer-1297dzk-container, .framer-PL115 .framer-1915c7m-container, .framer-PL115 .framer-1lswefv-container, .framer-PL115 .framer-486ec-container, .framer-PL115 .framer-1wv8quq-container, .framer-PL115 .framer-e7eeym-container, .framer-PL115 .framer-ku2zpq-container, .framer-PL115 .framer-4mxji1-container, .framer-PL115 .framer-1msqbyd-container { height: 16px; width: 15px; } .framer-PL115 .framer-14h2cnl { gap: 30px; padding: 60px 0px 50px 0px; } .framer-PL115 .framer-1w2vztc { flex-direction: column; gap: 10px; width: 90%; } .framer-PL115 .framer-ojg2fw { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 90%; } .framer-PL115 .framer-15mvvif { gap: 40px; } .framer-PL115 .framer-wz8iay { overflow: visible; padding: 0px; position: relative; top: unset; width: 90%; } .framer-PL115 .framer-ogeptw { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; flex-direction: column; gap: 40px; padding: 0px; position: relative; top: unset; width: 90%; } .framer-PL115 .framer-192rcxi, .framer-PL115 .framer-125ryxn, .framer-PL115 .framer-hkvw2n, .framer-PL115 .framer-gqbc2g, .framer-PL115 .framer-16ufe8i, .framer-PL115 .framer-1hvnygz, .framer-PL115 .framer-ez4bd3, .framer-PL115 .framer-19nbie8 { --border-bottom-width: 1px; --border-color: #eeeeee; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; gap: 40px; padding: 20px; position: sticky; width: 100%; z-index: 1; } .framer-PL115 .framer-1sopyzc { background-color: #ebf1ff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; gap: 4px; left: unset; padding: 3px 8px 3px 5px; right: 29px; top: -11px; will-change: var(--framer-will-change-override, transform); } .framer-PL115 .framer-112dbe9-container, .framer-PL115 .framer-vemm-container { height: 15px; width: 15px; } .framer-PL115 .framer-1x71x2v { order: 1; } .framer-PL115 .framer-18w7kwj { order: 2; } .framer-PL115 .framer-mw1zar { background-color: var(--token-f9608d50-9f44-4d04-ae94-b884f2d39e86, #ffeceb); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; gap: 4px; left: unset; order: 0; padding: 3px 8px 3px 5px; right: 29px; top: -11px; will-change: var(--framer-will-change-override, transform); } .framer-PL115 .framer-11b155b, .framer-PL115 .framer-ihytto, .framer-PL115 .framer-e6wkjb { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; flex-direction: column; gap: 20px; padding: 0px; position: relative; top: unset; width: 90%; } .framer-PL115 .framer-1gaok5d, .framer-PL115 .framer-1yo9d9y, .framer-PL115 .framer-15ugxsk { align-self: unset; flex: 1 0 0px; height: 1px; } .framer-PL115 .framer-jb0pi0 { padding: 50px 0px 100px 0px; } .framer-PL115 .framer-6zg00u { padding: 20px 20px 30px 20px; width: 90%; } .framer-PL115 .framer-4w6g1e { gap: 15px; max-width: 800px; width: 100%; } .framer-PL115 .framer-wlneed { padding: 5px 10px 5px 7px; } .framer-PL115 .framer-29ws6c { --framer-text-wrap-override: none; } .framer-PL115 .framer-1s7ttgo-container { left: -184px; right: -376px; } .framer-PL115 .framer-g60xu8 { background: linear-gradient(50deg, rgba(0, 0, 0, 0.8) 56.00000000000001%, rgba(0, 0, 0, 0) 75%); } .framer-PL115 .framer-kydtvg, .framer-PL115 .framer-fnzuip { padding: 50px 0px 50px 0px; } .framer-PL115 .framer-1u74h59, .framer-PL115 .framer-1ot0bhh-container, .framer-PL115 .framer-wbw0y, .framer-PL115 .framer-17hdxwb-container, .framer-PL115 .framer-1jhqvqu-container { width: 90%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PL115 .framer-19jf7yw, .framer-PL115 .framer-n9ziwv, .framer-PL115 .framer-1gapb8s, .framer-PL115 .framer-1vonwbj, .framer-PL115 .framer-1ei2iow, .framer-PL115 .framer-b4o6rl, .framer-PL115 .framer-akir4j, .framer-PL115 .framer-sqfu0u, .framer-PL115 .framer-dfidpp, .framer-PL115 .framer-1dzmmmw, .framer-PL115 .framer-1arx7bl, .framer-PL115 .framer-14h2cnl, .framer-PL115 .framer-1w2vztc, .framer-PL115 .framer-15mvvif, .framer-PL115 .framer-ogeptw, .framer-PL115 .framer-192rcxi, .framer-PL115 .framer-1sopyzc, .framer-PL115 .framer-125ryxn, .framer-PL115 .framer-mw1zar, .framer-PL115 .framer-11b155b, .framer-PL115 .framer-hkvw2n, .framer-PL115 .framer-gqbc2g, .framer-PL115 .framer-ihytto, .framer-PL115 .framer-16ufe8i, .framer-PL115 .framer-1hvnygz, .framer-PL115 .framer-e6wkjb, .framer-PL115 .framer-ez4bd3, .framer-PL115 .framer-19nbie8, .framer-PL115 .framer-4w6g1e, .framer-PL115 .framer-1aplui2 { gap: 0px; } .framer-PL115 .framer-19jf7yw > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-PL115 .framer-19jf7yw > :first-child, .framer-PL115 .framer-n9ziwv > :first-child, .framer-PL115 .framer-1gapb8s > :first-child, .framer-PL115 .framer-1vonwbj > :first-child, .framer-PL115 .framer-1ei2iow > :first-child, .framer-PL115 .framer-b4o6rl > :first-child, .framer-PL115 .framer-akir4j > :first-child, .framer-PL115 .framer-sqfu0u > :first-child, .framer-PL115 .framer-dfidpp > :first-child, .framer-PL115 .framer-1dzmmmw > :first-child, .framer-PL115 .framer-14h2cnl > :first-child, .framer-PL115 .framer-1w2vztc > :first-child, .framer-PL115 .framer-15mvvif > :first-child, .framer-PL115 .framer-ogeptw > :first-child, .framer-PL115 .framer-192rcxi > :first-child, .framer-PL115 .framer-125ryxn > :first-child, .framer-PL115 .framer-11b155b > :first-child, .framer-PL115 .framer-hkvw2n > :first-child, .framer-PL115 .framer-gqbc2g > :first-child, .framer-PL115 .framer-ihytto > :first-child, .framer-PL115 .framer-16ufe8i > :first-child, .framer-PL115 .framer-1hvnygz > :first-child, .framer-PL115 .framer-e6wkjb > :first-child, .framer-PL115 .framer-ez4bd3 > :first-child, .framer-PL115 .framer-19nbie8 > :first-child, .framer-PL115 .framer-4w6g1e > :first-child, .framer-PL115 .framer-1aplui2 > :first-child { margin-top: 0px; } .framer-PL115 .framer-19jf7yw > :last-child, .framer-PL115 .framer-n9ziwv > :last-child, .framer-PL115 .framer-1gapb8s > :last-child, .framer-PL115 .framer-1vonwbj > :last-child, .framer-PL115 .framer-1ei2iow > :last-child, .framer-PL115 .framer-b4o6rl > :last-child, .framer-PL115 .framer-akir4j > :last-child, .framer-PL115 .framer-sqfu0u > :last-child, .framer-PL115 .framer-dfidpp > :last-child, .framer-PL115 .framer-1dzmmmw > :last-child, .framer-PL115 .framer-14h2cnl > :last-child, .framer-PL115 .framer-1w2vztc > :last-child, .framer-PL115 .framer-15mvvif > :last-child, .framer-PL115 .framer-ogeptw > :last-child, .framer-PL115 .framer-192rcxi > :last-child, .framer-PL115 .framer-125ryxn > :last-child, .framer-PL115 .framer-11b155b > :last-child, .framer-PL115 .framer-hkvw2n > :last-child, .framer-PL115 .framer-gqbc2g > :last-child, .framer-PL115 .framer-ihytto > :last-child, .framer-PL115 .framer-16ufe8i > :last-child, .framer-PL115 .framer-1hvnygz > :last-child, .framer-PL115 .framer-e6wkjb > :last-child, .framer-PL115 .framer-ez4bd3 > :last-child, .framer-PL115 .framer-19nbie8 > :last-child, .framer-PL115 .framer-4w6g1e > :last-child, .framer-PL115 .framer-1aplui2 > :last-child { margin-bottom: 0px; } .framer-PL115 .framer-n9ziwv > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-PL115 .framer-1gapb8s > *, .framer-PL115 .framer-b4o6rl > *, .framer-PL115 .framer-11b155b > *, .framer-PL115 .framer-ihytto > *, .framer-PL115 .framer-e6wkjb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PL115 .framer-1vonwbj > *, .framer-PL115 .framer-akir4j > *, .framer-PL115 .framer-dfidpp > *, .framer-PL115 .framer-15mvvif > *, .framer-PL115 .framer-ogeptw > *, .framer-PL115 .framer-192rcxi > *, .framer-PL115 .framer-125ryxn > *, .framer-PL115 .framer-hkvw2n > *, .framer-PL115 .framer-gqbc2g > *, .framer-PL115 .framer-16ufe8i > *, .framer-PL115 .framer-1hvnygz > *, .framer-PL115 .framer-ez4bd3 > *, .framer-PL115 .framer-19nbie8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PL115 .framer-1ei2iow > *, .framer-PL115 .framer-4w6g1e > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-PL115 .framer-sqfu0u > *, .framer-PL115 .framer-1dzmmmw > *, .framer-PL115 .framer-1w2vztc > *, .framer-PL115 .framer-1aplui2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PL115 .framer-1arx7bl > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-PL115 .framer-1arx7bl > :first-child, .framer-PL115 .framer-1sopyzc > :first-child, .framer-PL115 .framer-mw1zar > :first-child { margin-left: 0px; } .framer-PL115 .framer-1arx7bl > :last-child, .framer-PL115 .framer-1sopyzc > :last-child, .framer-PL115 .framer-mw1zar > :last-child { margin-right: 0px; } .framer-PL115 .framer-14h2cnl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-PL115 .framer-1sopyzc > *, .framer-PL115 .framer-mw1zar > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9771\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"emYgTQEiJ\":{\"layout\":[\"fixed\",\"auto\"]},\"kPNNdzuBI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"LPH2zifzT\":{\"pattern\":\":LPH2zifzT\",\"name\":\"hero-section\"},\"aPfxL2rNw\":{\"pattern\":\":aPfxL2rNw\",\"name\":\"slideshow\"},\"Rege0XgBl\":{\"pattern\":\":Rege0XgBl\",\"name\":\"services\"},\"NZhMbWsbw\":{\"pattern\":\":NZhMbWsbw\",\"name\":\"process\"},\"YW2XmG3a7\":{\"pattern\":\":YW2XmG3a7\",\"name\":\"benefits\"},\"c6Hx3gqRu\":{\"pattern\":\":c6Hx3gqRu\",\"name\":\"cta-section\"},\"hdx2ci7Y6\":{\"pattern\":\":hdx2ci7Y6\",\"name\":\"testimonial\"},\"Z44K43pkP\":{\"pattern\":\":Z44K43pkP\",\"name\":\"testimonials\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-PL115\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9771,width:1300};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZLH2B3SFZRQ3US4ZUYG2367OYUMTVTGK/RSOPFK2EORTGBCOBZRY42GDLXFFB4IQW/JZ35FM4UJSKC7X2PM65RH75Q5KLE552S.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"}]},...NavFonts,...LocaleSelectorFonts,...MainBlueButtonFonts,...SecondaryWhiteButtonFonts,...LogoTickerFonts,...SlideshowFonts,...PhosphorFonts,...Phosphor1Fonts,...ProcessCardFonts,...CTATickersFonts,...TestimonialsTabsFonts,...PricingTablesSectionFonts,...FAQsFonts,...FooterFonts,...CursorDragFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9771\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"LPH2zifzT\\\":{\\\"pattern\\\":\\\":LPH2zifzT\\\",\\\"name\\\":\\\"hero-section\\\"},\\\"aPfxL2rNw\\\":{\\\"pattern\\\":\\\":aPfxL2rNw\\\",\\\"name\\\":\\\"slideshow\\\"},\\\"Rege0XgBl\\\":{\\\"pattern\\\":\\\":Rege0XgBl\\\",\\\"name\\\":\\\"services\\\"},\\\"NZhMbWsbw\\\":{\\\"pattern\\\":\\\":NZhMbWsbw\\\",\\\"name\\\":\\\"process\\\"},\\\"YW2XmG3a7\\\":{\\\"pattern\\\":\\\":YW2XmG3a7\\\",\\\"name\\\":\\\"benefits\\\"},\\\"c6Hx3gqRu\\\":{\\\"pattern\\\":\\\":c6Hx3gqRu\\\",\\\"name\\\":\\\"cta-section\\\"},\\\"hdx2ci7Y6\\\":{\\\"pattern\\\":\\\":hdx2ci7Y6\\\",\\\"name\\\":\\\"testimonial\\\"},\\\"Z44K43pkP\\\":{\\\"pattern\\\":\\\":Z44K43pkP\\\",\\\"name\\\":\\\"testimonials\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1300\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"emYgTQEiJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kPNNdzuBI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "contentPadding", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CsR4J8rZs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1q2jkbb", "args", "onTap1qm67tt", "onTap9t4sw1", "onTap13osx5w", "onTapmgfgks", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "RichText2", "ComponentViewportProvider", "css", "FramereVTYl6rG0", "withCSS", "eVTYl6rG0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HqaVeWX2o_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "u", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "HqaVeWX2o_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "i00KYN9gL_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "__FramerMetadata__", "valuesByLocaleId", "i00KYN9gL_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "MainBlueButtonFonts", "L5ixyJb01_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "animation4", "transition5", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "tablesDirection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "O0my_UkJ7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapuzatdp", "args", "onTap1snbhtt", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "Frameri00KYN9gL", "withCSS", "i00KYN9gL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PricingTablesFonts", "getFonts", "i00KYN9gL_default", "MainBlueButtonFonts", "L5ixyJb01_default", "SecondaryWhiteButtonFonts", "Uww_tJd9b_default", "MotionDivWithFX", "withFX", "motion", "PricingTablesControls", "getPropertyControls", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "contentDirection", "height", "hideEmailButton", "id", "tablesDirection", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "epoXiN6Xw", "tWsqI4d4m", "uUP2Y3OR7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "i00KYN9gL_default", "MotionDivWithFX", "RichText2", "getLocalizedValue", "L5ixyJb01_default", "ResolveLinks", "resolvedLinks", "Uww_tJd9b_default", "css", "FramerHqaVeWX2o", "withCSS", "HqaVeWX2o_default", "addPropertyControls", "ControlType", "PricingTablesControls", "addFonts", "PricingTablesFonts", "MainBlueButtonFonts", "SecondaryWhiteButtonFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "k2vjrCe5p_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "v1", "__FramerMetadata__", "valuesByLocaleId", "k2vjrCe5p_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "A_40Fq5C2_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "__FramerMetadata__", "valuesByLocaleId", "A_40Fq5C2_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapfkb397", "args", "onTaps3b3zj", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FrameroZAtms87i", "withCSS", "oZAtms87i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQSingleFonts", "getFonts", "oZAtms87i_default", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "oZAtms87i_default", "getLocalizedValue", "css", "FramerA_40Fq5C2", "withCSS", "A_40Fq5C2_default", "addFonts", "FAQSingleFonts", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "MainBlueButtonFonts", "L5ixyJb01_default", "SecondaryWhiteButtonFonts", "Uww_tJd9b_default", "AllFAQsFonts", "A_40Fq5C2_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "transition6", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "css", "Framerk2vjrCe5p", "withCSS", "k2vjrCe5p_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "description", "height", "icon", "id", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "gMPxGbBNv", "cMLEvam8D", "lq6j9JCSp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerqhZc333Xx", "withCSS", "qhZc333Xx_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Ticker", "SVG", "css", "FramerRkciST1N9", "withCSS", "RkciST1N9_default", "addFonts", "TickerFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "MotionDivWithFXWithOptimizedAppearEffect", "cx", "serializationHash", "RichText2", "css", "FramerwUvBOCnwa", "withCSS", "wUvBOCnwa_default", "addFonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavFonts", "getFonts", "YWEdtqX8e_default", "NavWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "LocaleSelectorFonts", "LocaleSelector_default", "LocaleSelectorWithVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "MainBlueButtonFonts", "L5ixyJb01_default", "SecondaryWhiteButtonFonts", "Uww_tJd9b_default", "LogoTickerFonts", "RkciST1N9_default", "SlideshowFonts", "Slideshow", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "RichTextWithFX", "Phosphor1Fonts", "ProcessCardFonts", "qhZc333Xx_default", "CTATickersFonts", "Zo2jrik3d_default", "TestimonialsTabsFonts", "eVTYl6rG0_default", "PricingTablesSectionFonts", "HqaVeWX2o_default", "FAQsFonts", "k2vjrCe5p_default", "FooterFonts", "LOo8ID_y9_default", "CursorDragFonts", "wUvBOCnwa_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "transition7", "animation7", "transition8", "animation8", "transition9", "animation9", "transition10", "animation10", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "transition11", "animation17", "transition12", "animation18", "transition13", "animation19", "transition14", "animation20", "transition15", "animation21", "transition16", "animation22", "transition17", "animation23", "transition18", "animation24", "transition19", "animation25", "transition20", "animation26", "animation27", "animation28", "animation29", "transition21", "animation30", "animation31", "animation32", "animation33", "animation34", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed", "elementId", "useRouteElementId", "ref8", "usePreloadLocalizedValues", "router", "useRouter", "elementId1", "elementId2", "elementId3", "elementId4", "isDisplayed1", "isDisplayed2", "elementId5", "ref9", "elementId6", "elementId7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "Image2", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
