{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/sK9q20UrvRztdebA5J7g/Ticker.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/K0mI40rrezffFjPjHAZX/Video.js", "ssg:https://framerusercontent.com/modules/A1dIgP1Yxwobg3h9Z5PD/tTZyNe1vbu0IANK3uFUN/hSj7318Vr.js", "ssg:https://framerusercontent.com/modules/1uTXS1urzSLG7ZdpXHFk/y7L6M7CCjE69M6UQLEwl/jV1MoLHny.js", "ssg:https://framerusercontent.com/modules/1zUXiKMr084fnvIrYtZA/9LRqIyW2WJF5UPnVKCQq/lfpqwzifb.js", "ssg:https://framerusercontent.com/modules/DkEhkgkNKquj1idvaF7E/QFUZwPqrkM2kkZXoEIcQ/N7kfhRY0b.js", "ssg:https://framerusercontent.com/modules/xvLjY5Y76aqTgAJY4NMT/AvVqcg0y9JfzzjM9WqNR/Q2Azbrtsf.js", "ssg:https://framerusercontent.com/modules/g8TilCLQBugyupy4W4i8/eCpupn3nekpWBkRAozq4/qw7xCZGct.js", "ssg:https://framerusercontent.com/modules/L5pxgldw3yBY4jdVagT6/PIaTlnIacjS63ALxEg1I/Veajfpq5i.js", "ssg:https://framerusercontent.com/modules/7XuF4pPsLGQnjAp8W2CO/PPluBLJL1PQ4fv6HNfdT/R7JLL6eR9-0.js", "ssg:https://framerusercontent.com/modules/7XuF4pPsLGQnjAp8W2CO/PPluBLJL1PQ4fv6HNfdT/R7JLL6eR9.js", "ssg:https://framerusercontent.com/modules/RywwJcXXxaOhVkgxneaq/MAUQxb0jtdkJxTnzePjp/R7JLL6eR9.js", "ssg:https://framerusercontent.com/modules/mr1R7FumdsX4MpWCk25F/MpUwzlGlBV4awG2WhxAo/RnqP3rCxp.js", "ssg:https://framerusercontent.com/modules/eF1rwUGfeDRgG1BZdjZa/8FGNyKxZZLcrGW49tEW4/SuI2GwFKz.js", "ssg:https://framerusercontent.com/modules/jrLakyZZ6zJ2K47NJgGP/v5kI8JpnOIywQnNJ2XvH/wdmUZtnF7-0.js", "ssg:https://framerusercontent.com/modules/jrLakyZZ6zJ2K47NJgGP/v5kI8JpnOIywQnNJ2XvH/wdmUZtnF7.js", "ssg:https://framerusercontent.com/modules/tBozMSSdGUhUjCE5Wwdh/JI0TBFNZtjFXB9r7rAJB/wdmUZtnF7.js", "ssg:https://framerusercontent.com/modules/bUsEh9AE3u5E7UP2kfMu/ewnbfh18ODA93p7nfjTh/WPPAApORl.js", "ssg:https://framerusercontent.com/modules/kdhs6uy6tmz2Iuy6TB7J/LU1xzC2JswZVYBiwcgCC/xBezP0oac.js", "ssg:https://framerusercontent.com/modules/Aelx0IDSJ3vU6NZxxJcj/SNhwOh59t4qdVAu9hFjZ/xMMbKWLN5.js", "ssg:https://framerusercontent.com/modules/7YvECvPBIYptcjFw4vda/VlxAqPT7DB95lDRQnfsP/xzSFaubax.js", "ssg:https://framerusercontent.com/modules/ZRaPbni9u70d0hPPWIE6/4bmwL3Gas78SvLsUV5s1/ZFxthRJJg.js", "ssg:https://framerusercontent.com/modules/mrt0a5nEftirSdSSOxdo/aSJNFXD2q310467C3eiW/Ic5LwK9oK.js", "ssg:https://framerusercontent.com/modules/HKAiLPF1OHLTOiJi1OqA/EEgHryXdceIorg4nzRp1/Ic5LwK9oK.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){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[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\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(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ 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}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},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\"],defaultValue:\"left\",displaySegmentedControl:true},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},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},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;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* 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:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"112\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zV8vGcCGl\"];const serializationHash=\"framer-vKbMi\";const variantClassNames={zV8vGcCGl:\"framer-v-1gjqrm5\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zV8vGcCGl\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gjqrm5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"zV8vGcCGl\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nzc47y\",\"data-framer-name\":\"bayer_black\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"yIDeRygxt\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"62.2\" version=\"1.1\"><defs><style>.cls-1{fill:#b0bdcc;stroke-width:0}</style></defs><g id=\"Bayer_Cross\" data-name=\"Bayer Cross\"><path class=\"cls-1\" d=\"M58.2 9.9h3.5c.4 0 .7-.3.7-.7s-.3-.7-.7-.7h-3.5v1.4Zm0 3.4h3.6c.5 0 .8-.3.8-.8s-.3-.8-.8-.8h-3.6v1.6Zm5.6-2.6c.5.5.8 1.1.8 1.8 0 1.4-1.1 2.5-2.5 2.5h-5.8V6.8H62c1.3 0 2.5 1.1 2.5 2.5 0 .6-.3 1.1-.6 1.5ZM65.1 25H63l-.6-1.4h-4.7l-.6 1.4H55l4.1-8.3H61l4.2 8.3ZM60 18.8l-1.4 3h2.9l-1.4-3Zm2.9 8h2.4l-4.2 5.4v2.9h-2v-2.9l-4.2-5.4h2.4l2.9 3.8 2.8-3.8Zm11 0v1.8h-5.5V30h5.4v1.8h-5.4v1.6h5.5v1.8h-7.5v-8.5h7.5ZM80 32h-1.5v3.2h-2v-8.3h5.1c1.4 0 2.5 1.2 2.5 2.6s-.8 2.1-1.8 2.5l2.5 3.2h-2.4L80 32Zm1.4-3.5h-2.9v1.6h2.9c.5 0 .8-.4.8-.8s-.4-.8-.8-.8Zm-25.7 6.6h-2.1l-.6-1.4h-4.7l-.6 1.4h-2.1l4.2-8.3h1.9l4.1 8.3Zm-5.1-6.2-1.4 3h2.9l-1.5-3ZM38 30h3.5c.4 0 .7-.3.7-.7s-.3-.7-.7-.7H38V30Zm0 3.3h3.6c.5 0 .8-.3.8-.8s-.3-.8-.8-.8H38v1.6Zm5.6-2.5c.5.5.8 1.1.8 1.8 0 1.4-1.1 2.5-2.5 2.5H36v-8.3h5.7c1.3 0 2.5 1.1 2.5 2.5s-.2 1.1-.6 1.5Zm20.2 6.1v1.8h-5.5v1.4h5.4v1.8h-5.4v1.6h5.5v1.8h-7.5v-8.5h7.5Zm-1.4 12.9c0-.5-.3-.8-.8-.8h-3.4v1.6h3.4c.5 0 .8-.3.8-.8Zm-6.2 5.8v-8.3h5.5c1.4 0 2.5 1.2 2.5 2.6s-.6 2-1.6 2.4l2.5 3.3h-2.4l-2.4-3.2H58v3.2h-2Z\"/><path class=\"cls-1\" d=\"M90 29.2C89 13.5 76 1 60 1S30.9 13.5 30 29.2c0 .6 0 1.3.2 1.9.6 5.2 2.6 10.1 5.6 14.1 5.5 7.4 14.3 12.3 24.2 12.3-13.9 0-25.3-10.8-26.3-24.5v-3.8C34.7 15.6 46.1 4.7 60 4.7S78.8 9.5 84.2 17c3 4 5 8.9 5.6 14.1 0 .6.2 1.3.2 1.8v-3.7\"/><path class=\"cls-1\" d=\"M30 33c1 15.7 14 28.2 30 28.2S89.1 48.7 90 33c0-.6 0-1.3-.2-1.9-.6-5.2-2.6-10.1-5.6-14.1C78.7 9.6 69.9 4.7 60 4.7c13.9 0 25.3 10.8 26.3 24.5V33c-1 13.7-12.4 24.5-26.3 24.5s-18.8-4.8-24.2-12.3c-3-4-5-8.9-5.6-14.1 0-.6-.2-1.3-.2-1.8V33\"/></g></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vKbMi.framer-8k0746, .framer-vKbMi .framer-8k0746 { display: block; }\",\".framer-vKbMi.framer-1gjqrm5 { height: 62px; overflow: hidden; position: relative; width: 120px; }\",\".framer-vKbMi .framer-nzc47y { aspect-ratio: 1.935483870967742 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhSj7318Vr=withCSS(Component,css,\"framer-vKbMi\");export default FramerhSj7318Vr;FramerhSj7318Vr.displayName=\"bayer_black\";FramerhSj7318Vr.defaultProps={height:62,width:120};addFonts(FramerhSj7318Vr,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhSj7318Vr\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"62\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hSj7318Vr.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}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 componentPresets from\"https://framerusercontent.com/modules/WmDDwVVZy70w2GsOjSvW/lJHckNwyDkcFFaAsYxDL/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jKK5zJ3fT07ILD5FCfe1/cWmH4XPOZfX1g9aT8Yob/bocXxd6oj.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/H8R0Wy1xbBpf0eSh2LjU/XzifV3QDB9b0J6uug74p/DiLFuGIse.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/u0sEGLeoJUPbrClDbmNf/ePZl0UoAeDYvQRn06CuV/DP_fYEACt.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/roq0xBpyrhPpYqXPtaO9/4UjJCsRYLWdFDhZVI3Wq/gOjRqHu4S.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/rVaCPgIHB3RvIau45JO4/sucKAEW7Wnm4b7YdLGNI/iCKNo11IF.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/e4nwhy1Rxfn8JCUe19vF/h0Frz96J8wjgznAVqkqJ/MOhTEatyY.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/ipaa0aPTOi5ZLihdhLzT/b2bCsIar53oQ4jFaj4bv/ogKgB8x6f.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/Ybl86GvQN7s7XoLl54JC/aVCYMRIIPntleEzfB93B/pYQhqc5d8.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/sZ0es7DBPcSmqlfTptLP/tTwLfSXTFNNisNvKOixg/qmT0OFPbX.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/ivWOdlTDDVhJtXBsG0vD/FegztlXcK0jr9j5crmps/waIKCrlqu.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/dt1lbjqV9YHlUV4gqD9D/r1GWvARvCcL8rrJlYT9n/XuM03kBo3.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/CW9HDLYKoo6xEcGajd10/GNvH5vwDO41L0n5CY5zT/yrrrVmAmg.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"xZunKc0ay\",\"Txg2ahCdR\",\"ulKu5ENoZ\",\"SWH1vxodA\",\"d0VXdZfGk\"];const serializationHash=\"framer-uSkq9\";const variantClassNames={d0VXdZfGk:\"framer-v-op9fmx\",SWH1vxodA:\"framer-v-64st6n\",Txg2ahCdR:\"framer-v-5g9q6w\",ulKu5ENoZ:\"framer-v-1yhr8k2\",xZunKc0ay:\"framer-v-1tfxqup\"};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 transition2={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Short-Over\":\"SWH1vxodA\",\"Variant 1\":\"xZunKc0ay\",Mobile:\"d0VXdZfGk\",Over:\"Txg2ahCdR\",Short:\"ulKu5ENoZ\"};const getProps=({background,description,height,id,image,link,title,width,...props})=>{return{...props,kxjhDANYv:title??props.kxjhDANYv??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{children:\"Meetings\"})}),r81VyDtlY:image??props.r81VyDtlY??{src:\"https://framerusercontent.com/images/sRgqWaXOKUSGuJQI7oeSA2BDyw.png\",srcSet:\"https://framerusercontent.com/images/sRgqWaXOKUSGuJQI7oeSA2BDyw.png?scale-down-to=512 512w,https://framerusercontent.com/images/sRgqWaXOKUSGuJQI7oeSA2BDyw.png 549w\"},sbp_ucygW:background??props.sbp_ucygW??\"rgb(250, 235, 175)\",SxkWqfr8x:link??props.SxkWqfr8x,variant:humanReadableVariantMap[props.variant]??props.variant??\"xZunKc0ay\",vCWFYxNrd:description??props.vCWFYxNrd??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Deliver your mission and create a long-lasting impression to your audience with the help of our creative and reliable team.\"})})};};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,SxkWqfr8x,r81VyDtlY,sbp_ucygW,kxjhDANYv,vCWFYxNrd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xZunKc0ay\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1garwa0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(CycleVariantState);});const onMouseLeaveqpc0t2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"xZunKc0ay\");});const onMouseEnter13uutz4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"SWH1vxodA\");});const onMouseLeave1ymjfqj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"ulKu5ENoZ\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Txg2ahCdR\",\"SWH1vxodA\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();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];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__*/_jsx(Link,{href:SxkWqfr8x,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1tfxqup\",className,classNames)} framer-wfnx9x`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xZunKc0ay\",onMouseEnter:onMouseEnter1garwa0,ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},variants:{SWH1vxodA:{backgroundColor:sbp_ucygW},Txg2ahCdR:{backgroundColor:sbp_ucygW}},...addPropertyOverrides({d0VXdZfGk:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},SWH1vxodA:{\"data-framer-name\":\"Short-Over\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1ymjfqj},Txg2ahCdR:{\"data-framer-name\":\"Over\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveqpc0t2},ulKu5ENoZ:{\"data-framer-name\":\"Short\",onMouseEnter:onMouseEnter13uutz4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-179e4ae\",layoutDependency:layoutDependency,layoutId:\"CW3cb5mfH\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dgt7yv\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"wYn1Rh8Wk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731 \"})}),className:\"framer-e1qegx\",\"data-framer-appear-id\":\"e1qegx\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"NDbvK4m_q\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SWH1vxodA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731  See more\"})})},Txg2ahCdR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731  See More\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cg3q3b-container\",layoutDependency:layoutDependency,layoutId:\"g5y6iOzbf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"g5y6iOzbf\",layoutId:\"g5y6iOzbf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+42+((componentViewport?.height||550)-84-(46.95+Math.max(0,((componentViewport?.height||550)-84-172.15)/1)*1+125.2+0)+46.95+0)),pixelHeight:449,pixelWidth:975,sizes:`calc(${componentViewport?.width||\"100vw\"} - 84px)`,...toResponsiveImage(r81VyDtlY),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-gf1xub\",layoutDependency:layoutDependency,layoutId:\"JPFX6p2Un\",style:{scale:1},variants:{SWH1vxodA:{scale:1.02},Txg2ahCdR:{scale:1.02}},...addPropertyOverrides({d0VXdZfGk:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+22+((componentViewport?.height||550)-44-(46.95+Math.max(0,((componentViewport?.height||550)-44-172.15)/1)*1+125.2+0)+46.95+0)),pixelHeight:449,pixelWidth:975,sizes:`calc(${componentViewport?.width||\"100vw\"} - 44px)`,...toResponsiveImage(r81VyDtlY),...{positionX:\"center\",positionY:\"center\"}}},SWH1vxodA:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+42+(0+46.95+((componentViewport?.height||550)-84-382.15)/2*1)),pixelHeight:449,pixelWidth:975,sizes:\"280px\",...toResponsiveImage(r81VyDtlY),...{positionX:\"right\",positionY:\"center\"}}},ulKu5ENoZ:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+42+(0+46.95+((componentViewport?.height||550)-84-382.15)/2*1)),pixelHeight:449,pixelWidth:975,sizes:\"280px\",...toResponsiveImage(r81VyDtlY),...{positionX:\"right\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tseg0s\",layoutDependency:layoutDependency,layoutId:\"ecPYx38vw\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"EloTSnC4j\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:kxjhDANYv,className:\"framer-1f6clfr\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tZ0SRH4ou\",stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-b385nd\",h1:\"framer-styles-preset-1l15rv8\",h2:\"framer-styles-preset-g567mr\",h3:\"framer-styles-preset-1qogos3\",h4:\"framer-styles-preset-2c3ua9\",h5:\"framer-styles-preset-15iwhub\",h6:\"framer-styles-preset-116v73k\",img:\"framer-styles-preset-13n0kbd\",p:\"framer-styles-preset-15cenuq\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"EloTSnC4j\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:vCWFYxNrd,className:\"framer-6y1866\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cLVoWm5tC\",style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"30px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-b385nd\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h5:\"framer-styles-preset-15iwhub\",h6:\"framer-styles-preset-116v73k\",img:\"framer-styles-preset-13n0kbd\",p:\"framer-styles-preset-gaeb1m\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d0VXdZfGk:{stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-b385nd\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h5:\"framer-styles-preset-15iwhub\",h6:\"framer-styles-preset-116v73k\",img:\"framer-styles-preset-13n0kbd\",p:\"framer-styles-preset-1ag4arf\"}}},baseVariant,gestureVariant)})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uSkq9.framer-wfnx9x, .framer-uSkq9 .framer-wfnx9x { display: block; }\",\".framer-uSkq9.framer-1tfxqup { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 550px; justify-content: flex-end; padding: 42px; position: relative; text-decoration: none; width: 680px; }\",\".framer-uSkq9 .framer-179e4ae { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-uSkq9 .framer-1dgt7yv { 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: visible; padding: 12px 20px 12px 20px; position: relative; width: min-content; }\",\".framer-uSkq9 .framer-e1qegx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uSkq9 .framer-cg3q3b-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-uSkq9 .framer-gf1xub { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-uSkq9 .framer-tseg0s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; padding: 0px; position: relative; width: 100%; }\",\".framer-uSkq9 .framer-1f6clfr { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-uSkq9 .framer-6y1866 { flex: none; height: auto; position: relative; width: 75%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uSkq9.framer-1tfxqup, .framer-uSkq9 .framer-179e4ae, .framer-uSkq9 .framer-1dgt7yv, .framer-uSkq9 .framer-tseg0s { gap: 0px; } .framer-uSkq9.framer-1tfxqup > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uSkq9.framer-1tfxqup > :first-child, .framer-uSkq9 .framer-tseg0s > :first-child { margin-top: 0px; } .framer-uSkq9.framer-1tfxqup > :last-child, .framer-uSkq9 .framer-tseg0s > :last-child { margin-bottom: 0px; } .framer-uSkq9 .framer-179e4ae > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uSkq9 .framer-179e4ae > :first-child, .framer-uSkq9 .framer-1dgt7yv > :first-child { margin-left: 0px; } .framer-uSkq9 .framer-179e4ae > :last-child, .framer-uSkq9 .framer-1dgt7yv > :last-child { margin-right: 0px; } .framer-uSkq9 .framer-1dgt7yv > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-uSkq9 .framer-tseg0s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-uSkq9.framer-v-1yhr8k2.framer-1tfxqup, .framer-uSkq9.framer-v-64st6n.framer-1tfxqup { gap: unset; justify-content: space-between; width: 400px; }\",\".framer-uSkq9.framer-v-1yhr8k2 .framer-gf1xub, .framer-uSkq9.framer-v-64st6n .framer-gf1xub { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 210px); width: 280px; }\",\".framer-uSkq9.framer-v-1yhr8k2 .framer-6y1866, .framer-uSkq9.framer-v-64st6n .framer-6y1866 { width: 85%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uSkq9.framer-v-1yhr8k2.framer-1tfxqup { gap: 0px; } .framer-uSkq9.framer-v-1yhr8k2.framer-1tfxqup > *, .framer-uSkq9.framer-v-1yhr8k2.framer-1tfxqup > :first-child, .framer-uSkq9.framer-v-1yhr8k2.framer-1tfxqup > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uSkq9.framer-v-64st6n.framer-1tfxqup { gap: 0px; } .framer-uSkq9.framer-v-64st6n.framer-1tfxqup > *, .framer-uSkq9.framer-v-64st6n.framer-1tfxqup > :first-child, .framer-uSkq9.framer-v-64st6n.framer-1tfxqup > :last-child { margin: 0px; } }\",\".framer-uSkq9.framer-v-op9fmx.framer-1tfxqup { padding: 22px; width: 400px; }\",\".framer-uSkq9.framer-v-op9fmx .framer-6y1866 { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-uSkq9[data-border=\"true\"]::after, .framer-uSkq9 [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 550\n * @framerIntrinsicWidth 680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Txg2ahCdR\":{\"layout\":[\"fixed\",\"fixed\"]},\"ulKu5ENoZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"SWH1vxodA\":{\"layout\":[\"fixed\",\"fixed\"]},\"d0VXdZfGk\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SxkWqfr8x\":\"link\",\"r81VyDtlY\":\"image\",\"sbp_ucygW\":\"background\",\"kxjhDANYv\":\"title\",\"vCWFYxNrd\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjV1MoLHny=withCSS(Component,css,\"framer-uSkq9\");export default FramerjV1MoLHny;FramerjV1MoLHny.displayName=\"Services-Card\";FramerjV1MoLHny.defaultProps={height:550,width:680};addPropertyControls(FramerjV1MoLHny,{variant:{options:[\"xZunKc0ay\",\"Txg2ahCdR\",\"ulKu5ENoZ\",\"SWH1vxodA\",\"d0VXdZfGk\"],optionTitles:[\"Variant 1\",\"Over\",\"Short\",\"Short-Over\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},SxkWqfr8x:{title:\"Link\",type:ControlType.Link},r81VyDtlY:{__defaultAssetReference:\"data:framer/asset-reference,sRgqWaXOKUSGuJQI7oeSA2BDyw.png?originalFilename=SATMexico-Services-travel-image-icons-short.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},sbp_ucygW:{defaultValue:\"rgb(250, 235, 175)\",title:\"Background\",type:ControlType.Color},kxjhDANYv:{defaultValue:\"<h3>Meetings</h3>\",title:\"Title\",type:ControlType.RichText},vCWFYxNrd:{defaultValue:\"<p>Deliver your mission and create a long-lasting impression to your audience with the help of our creative and reliable team.</p>\",title:\"Description\",type:ControlType.RichText}});addFonts(FramerjV1MoLHny,[{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),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"EloTSnC4j\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"EloTSnC4j\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjV1MoLHny\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"SxkWqfr8x\\\":\\\"link\\\",\\\"r81VyDtlY\\\":\\\"image\\\",\\\"sbp_ucygW\\\":\\\"background\\\",\\\"kxjhDANYv\\\":\\\"title\\\",\\\"vCWFYxNrd\\\":\\\"description\\\"}\",\"framerIntrinsicHeight\":\"550\",\"framerIntrinsicWidth\":\"680\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Txg2ahCdR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ulKu5ENoZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SWH1vxodA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d0VXdZfGk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fdd64f6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"TIlwCtsSC\"];const serializationHash=\"framer-wKC3d\";const variantClassNames={TIlwCtsSC:\"framer-v-q5e6yo\"};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(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({cycleOrder,defaultVariant:\"TIlwCtsSC\",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-q5e6yo\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TIlwCtsSC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18va8nl\",\"data-framer-name\":\"bmw_black\",fill:\"black\",intrinsicHeight:67,intrinsicWidth:163,layoutDependency:layoutDependency,layoutId:\"Oz6Svtr01\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1.7in\" height=\".7in\" viewBox=\"0 0 120 47.9\"><defs><style>.cls-1{fill:#b0bdcc}</style></defs><g id=\"Layer_1\"><path class=\"cls-1\" d=\"M70.8 7.6C66.4 3.2 60.7.9 54.5.9c-12.7 0-23 10.3-23 23s2.4 11.9 6.7 16.3c4.4 4.4 10.1 6.7 16.3 6.7s11.9-2.4 16.3-6.7c4.4-4.4 6.7-10.1 6.7-16.3S75.1 12 70.8 7.6ZM54.5 46.2c-5.9 0-11.5-2.3-15.7-6.5-4.2-4.2-6.5-9.8-6.5-15.7s2.3-11.5 6.5-15.7c4.2-4.2 9.8-6.5 15.7-6.5S66 4.1 70.2 8.3c4.2 4.2 6.5 9.8 6.5 15.7 0 12.3-10 22.2-22.2 22.2Z\"/><path class=\"cls-1\" d=\"M54.5 36.7c7 0 12.7-5.7 12.7-12.7H54.5v12.7ZM41.7 23.9h12.7V11.2c-7 0-12.7 5.7-12.7 12.7Zm-.3-13.4c-.3-.2-.7-.2-.9 0l-1.6 2 1 .9 1.6-1.9c.2-.2.2-.6-.1-.9Z\"/><path class=\"cls-1\" d=\"M54.5 2.6c-11.8 0-21.3 9.5-21.3 21.3s9.5 21.3 21.3 21.3 21.3-9.5 21.3-21.3S66.2 2.6 54.5 2.6Zm-3.2 1.1H53l1.5 4 1.5-4h1.7v5.6h-1.1V5.4l-1.5 3.9h-1.2l-1.5-3.9v3.9h-1.1V3.7ZM37.2 13l2.7-3.3c.6-.7 1.4-1.2 2.1-.6.2.2.3.3.6.8 0 .2.1.5 0 .8.7-.4 1.4-.3 1.8.2.7.7.6 1.5 0 2.2l-2.9 3.4-4.3-3.6Zm17.3 24.5c-7.5 0-13.6-6.1-13.6-13.6S47 10.3 54.5 10.3s13.6 6.1 13.6 13.6S62 37.5 54.5 37.5Zm12.7-20.8-1-1.3 2-3-3.3 1.4-1-1.3L67.4 8l.9 1.1-2.2 2.9 3.4-1.4.9 1.2-2.1 3 3.3-1.6.9 1.1-5.2 2.5Z\"/><path class=\"cls-1\" d=\"M43.4 12.8c.2-.3.2-.7-.1-1-.3-.2-.7-.2-.9 0l-1.7 2.1 1.1.9 1.7-2Z\"/></g></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wKC3d.framer-180kje, .framer-wKC3d .framer-180kje { display: block; }\",\".framer-wKC3d.framer-q5e6yo { height: 49px; overflow: hidden; position: relative; width: 119px; }\",\".framer-wKC3d .framer-18va8nl { aspect-ratio: 2.4328358208955225 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 119\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlfpqwzifb=withCSS(Component,css,\"framer-wKC3d\");export default Framerlfpqwzifb;Framerlfpqwzifb.displayName=\"bmw_black\";Framerlfpqwzifb.defaultProps={height:49,width:119};addFonts(Framerlfpqwzifb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlfpqwzifb\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"49\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"119\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lfpqwzifb.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"PnsLguLBn\"];const serializationHash=\"framer-CNW7M\";const variantClassNames={PnsLguLBn:\"framer-v-p6a4pc\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PnsLguLBn\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-p6a4pc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"PnsLguLBn\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15xk3kv\",\"data-framer-name\":\"hsbc_black\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"hoeocvGci\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"47.9\"><path d=\"M15.1 23.2v-6.8c0-.9-.5-1.9-2.7-1.9v-.6h8.5v.6c-2.2 0-2.7 1-2.7 1.9v15.3c0 .9.5 1.9 2.7 1.9v.6h-8.5v-.6c2.2 0 2.7-1 2.7-1.9v-7.3H5.8v7.3c0 .9.5 1.9 2.7 1.9v.6H0v-.6c2.2 0 2.7-1 2.7-1.9V16.4c0-.9-.5-1.9-2.7-1.9v-.6h8.5v.6c-2.2 0-2.7 1-2.7 1.9v6.8h9.3m6.5 4.8h.7c.9 2.8 3.1 5.4 6.3 5.4s4.1-2.1 3.4-4.5c-1.3-4.3-9.6-4.5-9.6-10.3s2.4-5.1 5.4-5.1 4.7 2.3 5.4 0h.6l.7 6.5h-.8c-.7-2.8-2.7-5.3-5.6-5.3s-3.2 1-3.2 2.9 1.9 3 3.2 3.8c4.2 2.5 7 3.8 7 7.5s-2.3 5.6-6.4 5.6-5.4-2.2-5.7 0h-.7l-.9-6.6m24-4.9c3.1 0 4.9-1.3 4.9-3.8s-1.5-3.6-3.6-4c-2.8-.2-3.8-.2-3.8.8v6.9h2.5m-2.5 8.5c0 1.1.3 1.6 2.5 1.6 3.2 0 5.5-.9 5.5-4.5s-3.6-4.3-6.5-4.3h-1.5v7.2Zm-3.2-15c0-.9-.5-1.9-2.9-1.9v-.6H45c4.7 0 8.4 1.3 8.4 5.2s-1.7 3.9-4.1 4.4c2.6.5 5.1 2.2 5.1 5.1s-3.2 5.6-8 5.6h-9.6v-.6c2.5 0 2.9-1 2.9-1.9V16.4Zm33 3.8H72c-.9-3.4-3.1-5.6-6.6-5.6-5 0-7.2 4.1-7.2 9.6s2.2 8.9 7.2 8.9 5-1 7.1-3.1l.5.6c-1.9 2.3-5 3.8-7.9 3.8-6 0-10.5-3.8-10.5-10.5S58.9 13.3 65 13.3s5.7 2.5 6.7 0h.6l.3 6.9m16.6-6.8h20.5L99.5 23.7 89.2 13.4m0 20.5h20.5L99.5 23.7 89.2 33.9m0-20.5v20.5L78.9 23.7l10.3-10.3m20.5 0v20.5L120 23.7l-10.3-10.3\" style=\"fill:#b0bdcc;stroke-width:0\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CNW7M.framer-147k19d, .framer-CNW7M .framer-147k19d { display: block; }\",\".framer-CNW7M.framer-p6a4pc { height: 48px; overflow: hidden; position: relative; width: 120px; }\",\".framer-CNW7M .framer-15xk3kv { aspect-ratio: 2.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN7kfhRY0b=withCSS(Component,css,\"framer-CNW7M\");export default FramerN7kfhRY0b;FramerN7kfhRY0b.displayName=\"hsbc_black\";FramerN7kfhRY0b.defaultProps={height:48,width:120};addFonts(FramerN7kfhRY0b,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN7kfhRY0b\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./N7kfhRY0b.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"CCMlSxdWX\"];const serializationHash=\"framer-CC2Zg\";const variantClassNames={CCMlSxdWX:\"framer-v-48mdf4\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CCMlSxdWX\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-48mdf4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"CCMlSxdWX\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pgldz\",\"data-framer-name\":\"audi_black\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"L8JVboxJe\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"47.9\"><path d=\"M83.9 45.2V36h-3.8v9.2h3.8Zm-20.1-3.9V36h-3.7v4c0 1.2 0 1.5-.1 1.8-.3.8-1.1 1.2-2.1 1.2s-1.8-.5-2.1-1.3c0-.3 0-.5-.1-.8v-5H52v5.3c0 1.2.4 2.1 1.1 2.7 1.1 1.1 3 1.4 4.8 1.4s3.8-.3 4.9-1.4c.6-.6 1.1-1.4 1.1-2.7Zm-18.2-.6h-5.4l.4-.4 1.9-3.1c.3-.4.4-.7.4-.8 0 .1.2.4.4.8l1.9 3.2c0 .1.2.3.3.4Zm7.1 4.5-8.4-12.6h-4.7l1.2 1.5h.1-.1l-7.3 11h4.3l1.1-1.9V43h8.2v.2l1.2 1.9h4.4Zm26.4-4.8c0-1-.4-2.2-1.7-3.9l-3.2-4h-4.4l2.5 2.8c.4.5 1 .9 1 .9-.6-.4-1.4-.5-2-.5-1.4 0-2.9.3-4.2 1-1.4.8-2.3 2.1-2.3 3.8s.6 2.3 1.3 3.1c1.7 1.7 4.7 1.8 5.9 1.8 1.7 0 4.3-.4 5.7-1.7.9-.8 1.4-1.9 1.4-3.3Zm-3.7.1c0 1-.6 1.7-1.4 2.1-.7.4-1.4.4-2.1.4s-1.5-.1-2.1-.5c-.8-.4-1.4-1.2-1.4-2s.8-1.8 1.7-2.2c.6-.3 1.2-.4 1.8-.4s1.3 0 1.8.3c1.1.4 1.8 1.3 1.8 2.2Zm7.3-38c-2.8 0-5.5 1-7.5 2.6-2.1-1.6-4.7-2.6-7.5-2.6s-5.5 1-7.5 2.6c-2.1-1.6-4.7-2.6-7.5-2.6s-5.5 1-7.5 2.6c-2.1-1.6-4.7-2.6-7.5-2.6-6.7 0-12.2 5.4-12.2 12.2s5.4 12.2 12.2 12.2 5.5-1 7.5-2.6c2.1 1.6 4.7 2.6 7.5 2.6s5.5-1 7.5-2.6c2.1 1.6 4.7 2.6 7.5 2.6s5.5-1 7.5-2.6c2.1 1.6 4.7 2.6 7.5 2.6 6.7 0 12.2-5.4 12.2-12.2S89.5 2.5 82.7 2.5ZM43 22.2c-1.5 1.1-3.5 1.8-5.5 1.8-5.2 0-9.4-4.2-9.4-9.4s4.2-9.4 9.4-9.4 4 .7 5.5 1.8c-1.6 2.1-2.6 4.7-2.6 7.6s1 5.5 2.6 7.6Zm2-2c-1.2-1.6-1.8-3.5-1.8-5.6s.7-4 1.8-5.6c1.2 1.6 1.8 3.5 1.8 5.6s-.7 4-1.8 5.6Zm13.1 2c-1.6 1.1-3.5 1.8-5.6 1.8s-4-.7-5.5-1.8c1.6-2.1 2.6-4.7 2.6-7.6S48.6 9.1 47 7c1.6-1.1 3.5-1.8 5.5-1.8s4 .7 5.6 1.8c-1.6 2.1-2.6 4.7-2.6 7.6s1 5.5 2.6 7.6Zm2-2c-1.2-1.6-1.8-3.5-1.8-5.6s.7-4 1.8-5.6c1.2 1.6 1.8 3.5 1.8 5.6s-.7 4-1.8 5.6Zm13.1 2c-1.6 1.1-3.5 1.8-5.6 1.8s-4-.7-5.5-1.8c1.6-2.1 2.6-4.7 2.6-7.6s-1-5.5-2.6-7.6c1.6-1.1 3.5-1.8 5.5-1.8s4 .7 5.6 1.8c-1.6 2.1-2.6 4.7-2.6 7.6s1 5.5 2.6 7.6Zm2-2c-1.2-1.6-1.8-3.5-1.8-5.6s.7-4 1.8-5.6c1.2 1.6 1.8 3.5 1.8 5.6s-.7 4-1.8 5.6Zm7.5 3.8c-2.1 0-4-.7-5.5-1.8 1.6-2.1 2.6-4.7 2.6-7.6s-1-5.5-2.6-7.6c1.6-1.1 3.5-1.8 5.5-1.8 5.2 0 9.4 4.2 9.4 9.4S87.9 24 82.7 24Z\" style=\"fill:#b0bdcc;fill-rule:evenodd;stroke-width:0\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CC2Zg.framer-b7pqvk, .framer-CC2Zg .framer-b7pqvk { display: block; }\",\".framer-CC2Zg.framer-48mdf4 { height: 48px; overflow: hidden; position: relative; width: 120px; }\",\".framer-CC2Zg .framer-1pgldz { aspect-ratio: 2.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQ2Azbrtsf=withCSS(Component,css,\"framer-CC2Zg\");export default FramerQ2Azbrtsf;FramerQ2Azbrtsf.displayName=\"audi_black\";FramerQ2Azbrtsf.defaultProps={height:48,width:120};addFonts(FramerQ2Azbrtsf,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ2Azbrtsf\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"120\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Q2Azbrtsf.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"KrMKUfJlq\"];const serializationHash=\"framer-FHAS6\";const variantClassNames={KrMKUfJlq:\"framer-v-1qzo52d\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KrMKUfJlq\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qzo52d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KrMKUfJlq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xnzf5m\",\"data-framer-name\":\"daimler_black\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"rbSbx4itu\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"28.5\"><path d=\"M1.6 7.8H.5c-.2-.9 0-1.1 3-1.1h4.4c6.2 0 8.9 2.8 8.9 7.4s-2.5 7.4-8.7 7.4H0v-.8c2.3-.1 2.7-.3 2.7-1.7V8.8c0-.8-.2-1-1.2-1ZM14 14.5c0-4.1-2.2-6.6-6.3-6.6H5.5v10.9c0 1.3.5 1.5 2.5 1.5 3.7 0 6-1.2 6-5.8Zm13.3-7.7c0 .5.2.8.6 1.6l5 11.4c.2.6.5.8 1.6.8h.5c.1.6 0 1-.6 1h-7v-.8c2.4 0 2.6-.3 2.4-.8l-1.4-3.3h-5.6l-.9 2.4c-.5 1.3-.5 1.6.7 1.6h1.9c.2.6 0 1-.5 1h-6.2v-.8c1.7-.2 1.9-.3 2.4-1.7l4.3-10.1c.7-1.7 1-2 2-2h.8Zm.6 8.6-2.4-5.6-2.2 5.6h4.6Zm15.5-8.3v.8c-1.9.1-2.2.5-2.2 1.4v10.3c0 .8.2.9 1.1.9h1.2c.2.6 0 1-.6 1h-6.6v-.8c1.7-.3 2.1-.5 2.1-1.4V9c0-.8-.2-.9-1.2-.9h-1c-.1-.6 0-1 .9-1h6.2Zm24.9 0v.8c-2 .1-2.1.5-2.1 1.1l1 10.5c0 .7.4.8 2.1 1 0 .6 0 1-.6 1h-7.6v-.8h1.2c1.8-.2 2.1-.4 2-1.5l-1-9.4-5.2 10.9c-.4.8-.6.9-1.1.9L51 9.8l-.7 9.7c0 .8 0 1.1 2.2 1.1h1.2c.2.6 0 1-.5 1h-7.1v-.8c2.4-.1 2.6-.6 2.6-1.5l.9-10.1c0-.7 0-.9-2.2-1-.1-.5 0-1 .9-1h4.4l5.4 10.4 5-10.4h5.1Zm11.9 0v.8c-2.3.1-2.7.3-2.7 1.7v9.5c0 .7.4.9 1 .9h1.4c1.6 0 1.8-.1 2.7-2.1l.6-1.3c.6 0 .9.2.7.9-.5 1.3-.8 2.5-1.1 3.9H72.3v-.8c2.1-.1 2.6-.4 2.6-1.8V8.9c0-.8-.3-.9-1.2-.9h-1c-.1-.6 0-1 .9-1h6.7Zm17.6 0c0 1 .2 2 .3 2.9.1.7-.2 1-.8 1l-.3-1c-.4-1.3-.8-1.7-2-1.7h-3.5v5.6h2.3c.6 0 .8-.2.8-.8l.2-1.1h.3c.4 0 .7.2.6.8v4.3c-.2 0-.5.1-.8 0-.3-1.7-.6-1.9-1.1-1.9h-2.3V19c0 .8.2 1.1 1.7 1.1h1.9c1.6 0 1.8-.1 2.7-2.1l.6-1.3c.6 0 .9.3.7.9-.4 1.2-.8 2.5-1.1 3.9H86.1v-.8c2.3-.1 2.7-.3 2.7-1.7V9c0-.8-.2-.9-1.2-.9h-1c0-.6 0-1 1-1h10.3Zm5.3.9h-1c-.2-.6 0-1 .9-1h5.4c3.1 0 6.4 2 6.4 4.9s-1.1 3.3-2.9 4c0 0 1.6 1.5 2.4 2.2 2.9 2.3 3.8 2.5 5.7 2.5.2.8-.3 1.3-2.6 1.3s-3.3-.4-4.9-1.8c-.7-.6-1.5-1.5-2.1-2.5-.5-1-.6-1-1.9-1h-1.4v3.2c0 .6.2.8 1.3.8h1.1c0 .6 0 1-.6 1h-6.8v-.8c1.9-.1 2.3-.3 2.3-1.7v-10c0-.8-.3-1-1.2-1Zm4.9 7.3c2.1 0 3.9-.3 3.9-3.3s-1.7-3.8-4.2-3.8h-.7v7.1h1Z\" style=\"fill:#b0bdcc;stroke-width:0\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FHAS6.framer-1tkswzg, .framer-FHAS6 .framer-1tkswzg { display: block; }\",\".framer-FHAS6.framer-1qzo52d { height: 29px; overflow: hidden; position: relative; width: 120px; }\",\".framer-FHAS6 .framer-xnzf5m { aspect-ratio: 4.137931034482759 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqw7xCZGct=withCSS(Component,css,\"framer-FHAS6\");export default Framerqw7xCZGct;Framerqw7xCZGct.displayName=\"daimler_black\";Framerqw7xCZGct.defaultProps={height:29,width:120};addFonts(Framerqw7xCZGct,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqw7xCZGct\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"120\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"29\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qw7xCZGct.map", "// Generated by Framer (0784c89)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-bQmQ5 .framer-styles-preset-1i21kr1:not(.rich-text-wrapper), .framer-bQmQ5 .framer-styles-preset-1i21kr1.rich-text-wrapper h6 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter 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-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-2b13d1c1-e3df-4ffd-9df8-12e2523f079b, #00002e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-bQmQ5\";\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\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-2c3ua9\",\"data-styles-preset\":\"ogKgB8x6f\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(230, 31, 132))\"},children:\"#VenVolandoaMichoac\\xe1n #VisitMichoac\\xe1n\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3vmsnd\",\"data-styles-preset\":\"tmzBJW82u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(230, 31, 132))\"},children:\"#VenVolandoaMichoac\\xe1n #VisitMichoac\\xe1n\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(230, 31, 132))\"},children:\"Conectando Michoac\\xe1n con el Mundo\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-116v73k\",\"data-styles-preset\":\"gOjRqHu4S\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(230, 31, 132))\"},children:\"Conectando Michoac\\xe1n con el Mundo\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1i21kr1\",\"data-styles-preset\":\"Veajfpq5i\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(230, 31, 132))\"},children:\"Conectando Michoac\\xe1n con el Mundo\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-116v73k\",\"data-styles-preset\":\"gOjRqHu4S\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Aeropuerto Internacional de Morelia\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17ramyl\",\"data-styles-preset\":\"lD51pbnhn\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"10 vuelos directos internacionales\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"10 vuelos directos internacionales\"})})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17ramyl\",\"data-styles-preset\":\"lD51pbnhn\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"7 vuelos nacionales directos\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"7 vuelos nacionales directos\"})})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731 Leer m\\xe1s\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731 Leer m\\xe1s\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ftma7d\",\"data-styles-preset\":\"tjQcKJwyy\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255)))\"},children:\"*Nuevas Rutas con Volaris a partir del 4 de julio\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0784c89)\nimport*as localizedValues from\"./R7JLL6eR9-0.js\";const valuesByLocaleId={HOzHami6f: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 (0784c89)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}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/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/H8R0Wy1xbBpf0eSh2LjU/XzifV3QDB9b0J6uug74p/DiLFuGIse.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/roq0xBpyrhPpYqXPtaO9/4UjJCsRYLWdFDhZVI3Wq/gOjRqHu4S.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/21Q2wGuUWOb69ZSz6ABm/o36Yp1Fv3MuMS9YJ5kaw/lD51pbnhn.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ipaa0aPTOi5ZLihdhLzT/b2bCsIar53oQ4jFaj4bv/ogKgB8x6f.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/taOImWAsHTyX0c9hpQrZ/vXY9pWQaIHDkGsyWFo0U/rHs4MAikW.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/olqFumJZ8maMMii3Lmk0/DTb9cXkoUfnEoKoxo53W/tjQcKJwyy.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4piHJi0BO4xR4Oa2yCDX/e3AWVs8YOjoUHVyupwI1/tmzBJW82u.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/L5pxgldw3yBY4jdVagT6/PIaTlnIacjS63ALxEg1I/Veajfpq5i.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/dt1lbjqV9YHlUV4gqD9D/r1GWvARvCcL8rrJlYT9n/XuM03kBo3.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/7XuF4pPsLGQnjAp8W2CO/PPluBLJL1PQ4fv6HNfdT/R7JLL6eR9.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const PhosphorFonts=getFonts(Phosphor);const enabledGestures={K8cmulBXA:{hover:true}};const cycleOrder=[\"K8cmulBXA\",\"c2eVPPbzq\",\"Ctp1O2LUo\"];const serializationHash=\"framer-lF4lM\";const variantClassNames={c2eVPPbzq:\"framer-v-1k7l5nt\",Ctp1O2LUo:\"framer-v-1jorjrp\",K8cmulBXA:\"framer-v-8wii3k\"};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 transition2={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Movil-2stack\":\"c2eVPPbzq\",\"Variant 1\":\"K8cmulBXA\",\"Variant 3\":\"Ctp1O2LUo\"};const getProps=({background,height,id,image,width,...props})=>{return{...props,mYil2QMV4:background??props.mYil2QMV4??\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",N7Hs0GKSF:image??props.N7Hs0GKSF??{pixelHeight:974,pixelWidth:1073,src:\"https://framerusercontent.com/images/hfNNpXAyJwK0UjVm0svpH3O8vU.webp\",srcSet:\"https://framerusercontent.com/images/hfNNpXAyJwK0UjVm0svpH3O8vU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/hfNNpXAyJwK0UjVm0svpH3O8vU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/hfNNpXAyJwK0UjVm0svpH3O8vU.webp 1073w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"K8cmulBXA\"};};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,N7Hs0GKSF,mYil2QMV4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K8cmulBXA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"K8cmulBXA-hover\")return true;return false;};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-8wii3k\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"K8cmulBXA\",ref:refBinding,style:{...style},...addPropertyOverrides({\"K8cmulBXA-hover\":{\"data-framer-name\":undefined},c2eVPPbzq:{\"data-framer-name\":\"Movil-2stack\"},Ctp1O2LUo:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1chdsxo\",layoutDependency:layoutDependency,layoutId:\"regCuWGY3\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:mYil2QMV4,borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{\"K8cmulBXA-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(231, 45, 134)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({\"K8cmulBXA-hover\":{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-2c3ua9\",\"data-styles-preset\":\"ogKgB8x6f\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(230, 31, 132))\"},children:\"#FlytoMichoacan #VisitMichoacan\"})}),className:\"framer-1hruscw\",\"data-framer-appear-id\":\"1hruscw\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"xM4MwyWND\",optimized:true,style:{\"--extracted-1eung3n\":\"rgb(230, 31, 132)\",transformPerspective:1200},variants:{Ctp1O2LUo:{\"--extracted-r6o4lv\":\"rgb(230, 31, 132)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3vmsnd\",\"data-styles-preset\":\"tmzBJW82u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(230, 31, 132))\"},children:\"#FlytoMichoacan #VisitMichoacan\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(230, 31, 132))\"},children:\"Connecting Michoacan white the World\"})}),className:\"framer-kun9n2\",\"data-framer-appear-id\":\"kun9n2\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"lu87bGSFC\",optimized:true,style:{\"--extracted-a0htzi\":\"rgb(230, 31, 132)\",transformPerspective:1200},variants:{c2eVPPbzq:{\"--extracted-1w1cjl5\":\"rgb(230, 31, 132)\"},Ctp1O2LUo:{\"--extracted-1w1cjl5\":\"rgb(230, 31, 132)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({c2eVPPbzq:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-116v73k\",\"data-styles-preset\":\"gOjRqHu4S\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(230, 31, 132))\"},children:\"Connecting Michoacan white the World\"})})},Ctp1O2LUo:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1i21kr1\",\"data-styles-preset\":\"Veajfpq5i\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(230, 31, 132))\"},children:\"Connecting Michoacan white the World\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-116v73k\",\"data-styles-preset\":\"gOjRqHu4S\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Morelia's International Airport\"})}),className:\"framer-1mg2akl\",\"data-framer-appear-id\":\"1mg2akl\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"ksU4HrTV2\",optimized:true,style:{\"--extracted-1w1cjl5\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8uyptw\",layoutDependency:layoutDependency,layoutId:\"gd3tSR3tm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h8qfuq\",layoutDependency:layoutDependency,layoutId:\"uS4jYyCap\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17ramyl\",\"data-styles-preset\":\"lD51pbnhn\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"10 international direct flights\"})}),className:\"framer-1xdhqfn\",\"data-framer-appear-id\":\"1xdhqfn\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"DtPSMj6kN\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"10 international direct flights\"})})}),fonts:[\"Inter\",\"Inter-Bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Los \\xc1ngeles | Ontario (CA)* | Sacramento* | San Jos\\xe9 | Houston* Dallas* | San Antonio* | Oakland Chicago Midway | O'Hare | Fresno\"})}),className:\"framer-1amblkv\",\"data-framer-appear-id\":\"1amblkv\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"muQv30V5d\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Los \\xc1ngeles | Ontario (CA)* | Sacramento* | San Jos\\xe9 | Houston* Dallas* | San Antonio* | Oakland Chicago Midway | O'Hare | Fresno\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qbm02z\",layoutDependency:layoutDependency,layoutId:\"rowQHYR6B\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17ramyl\",\"data-styles-preset\":\"lD51pbnhn\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"7 national direct flights\"})}),className:\"framer-1myxg4f\",\"data-framer-appear-id\":\"1myxg4f\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"hveQWbG8C\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"7 national direct flights\"})})}),fonts:[\"Inter\",\"Inter-Bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Ixtapa* | Puerto Vallarta* Mexicali* | Mexico City | Canc\\xfan I Tijuana | Monterrey\"})}),className:\"framer-xe192l\",\"data-framer-appear-id\":\"xe192l\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"M09WiLBy4\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Ixtapa* | Puerto Vallarta* Mexicali* | Mexico City | Canc\\xfan I Tijuana | Monterrey\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://visitmichoacan.com.mx\",motionChild:true,nodeId:\"YNRHRVawC\",scopeId:\"R7JLL6eR9\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mjmd8s framer-ep1buj\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"YNRHRVawC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rngt95\",\"data-styles-preset\":\"DiLFuGIse\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731 Read More\"})}),className:\"framer-o2mgia\",\"data-framer-appear-id\":\"o2mgia\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"okfYWewjI\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctp1O2LUo:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u2731 Read More\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-122kp4q-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y4cendrRm-container\",nodeId:\"y4cendrRm\",rendersWithMotion:true,scopeId:\"R7JLL6eR9\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"y4cendrRm\",layoutId:\"y4cendrRm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||521)-0-((componentViewport?.height||521)-0)*1)/2)),sizes:`max(${componentViewport?.width||\"100vw\"} * 0.45 - 20px, 1px)`,...toResponsiveImage(N7Hs0GKSF)},className:\"framer-ncv5k0\",layoutDependency:layoutDependency,layoutId:\"QXTk6fVSe\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{\"K8cmulBXA-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(231, 45, 134)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({\"K8cmulBXA-hover\":{\"data-border\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||521)-0-((componentViewport?.height||521)-0)*1)/2)),sizes:`max(${componentViewport?.width||\"100vw\"} * 0.45 - 20px, 1px)`,...toResponsiveImage(N7Hs0GKSF),...{positionX:\"center\",positionY:\"center\"}}},c2eVPPbzq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+857.45),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(N7Hs0GKSF),...{positionX:\"center\",positionY:\"center\"}}},Ctp1O2LUo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||443.5)-0-((componentViewport?.height||443.5)-0)*1)/2)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...toResponsiveImage(N7Hs0GKSF)}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ftma7d\",\"data-styles-preset\":\"tjQcKJwyy\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255)))\"},children:\"*Volaris new direct flights starting July 4\"})}),className:\"framer-11exly2\",\"data-framer-appear-id\":\"11exly2\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"jC26FczmY\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lF4lM.framer-ep1buj, .framer-lF4lM .framer-ep1buj { display: block; }\",\".framer-lF4lM.framer-8wii3k { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1300px; }\",\".framer-lF4lM .framer-1chdsxo { 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: 42px; position: relative; width: 55%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lF4lM .framer-1hruscw, .framer-lF4lM .framer-kun9n2, .framer-lF4lM .framer-1mg2akl, .framer-lF4lM .framer-1amblkv, .framer-lF4lM .framer-xe192l, .framer-lF4lM .framer-11exly2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lF4lM .framer-8uyptw { align-content: flex-start; align-items: flex-start; 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-lF4lM .framer-1h8qfuq, .framer-lF4lM .framer-qbm02z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lF4lM .framer-1xdhqfn, .framer-lF4lM .framer-1myxg4f { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lF4lM .framer-mjmd8s { 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: visible; padding: 12px 20px 12px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-lF4lM .framer-o2mgia { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lF4lM .framer-122kp4q-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-lF4lM .framer-ncv5k0 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 42px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lF4lM.framer-v-1k7l5nt.framer-8wii3k { flex-direction: column; height: 1020px; width: 600px; }\",\".framer-lF4lM.framer-v-1k7l5nt .framer-1chdsxo { width: 100%; }\",\".framer-lF4lM.framer-v-1k7l5nt .framer-8uyptw, .framer-lF4lM.framer-v-1jorjrp .framer-8uyptw { flex-direction: column; }\",\".framer-lF4lM.framer-v-1k7l5nt .framer-1h8qfuq, .framer-lF4lM.framer-v-1k7l5nt .framer-qbm02z, .framer-lF4lM.framer-v-1jorjrp .framer-1h8qfuq, .framer-lF4lM.framer-v-1jorjrp .framer-qbm02z { flex: none; width: 100%; }\",\".framer-lF4lM.framer-v-1k7l5nt .framer-ncv5k0 { align-self: unset; height: 1px; width: 100%; }\",\".framer-lF4lM.framer-v-1jorjrp .framer-1chdsxo { flex: 1 0 0px; gap: 10px; width: 1px; }\",\".framer-lF4lM.framer-v-1jorjrp .framer-ncv5k0 { flex: none; width: 50%; }\",\".framer-lF4lM.framer-v-8wii3k.hover .framer-1chdsxo { cursor: pointer; }\",\".framer-lF4lM.framer-v-8wii3k.hover .framer-ncv5k0 { gap: 10px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-lF4lM[data-border=\"true\"]::after, .framer-lF4lM [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 521\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"c2eVPPbzq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ctp1O2LUo\":{\"layout\":[\"fixed\",\"auto\"]},\"hyXBEV2Mx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"N7Hs0GKSF\":\"image\",\"mYil2QMV4\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerR7JLL6eR9=withCSS(Component,css,\"framer-lF4lM\");export default FramerR7JLL6eR9;FramerR7JLL6eR9.displayName=\"Ads-Banners\";FramerR7JLL6eR9.defaultProps={height:521,width:1300};addPropertyControls(FramerR7JLL6eR9,{variant:{options:[\"K8cmulBXA\",\"c2eVPPbzq\",\"Ctp1O2LUo\"],optionTitles:[\"Variant 1\",\"Movil-2stack\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},N7Hs0GKSF:{__defaultAssetReference:\"data:framer/asset-reference,hfNNpXAyJwK0UjVm0svpH3O8vU.webp?originalFilename=Conexstur-banner-SatMexico-Michoacan.webp&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},mYil2QMV4:{defaultValue:'var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255)) /* {\"name\":\"UI/White\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerR7JLL6eR9,[{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:\"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\"}]},...PhosphorFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR7JLL6eR9\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c2eVPPbzq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ctp1O2LUo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hyXBEV2Mx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1300\",\"framerIntrinsicHeight\":\"521\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"N7Hs0GKSF\\\":\\\"image\\\",\\\"mYil2QMV4\\\":\\\"background\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Vca_IR8g8\"];const serializationHash=\"framer-c9akK\";const variantClassNames={Vca_IR8g8:\"framer-v-1tvegk3\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Vca_IR8g8\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1tvegk3\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Vca_IR8g8\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s1akkt\",\"data-framer-name\":\"kuoni_black\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"A2SvPfcZZ\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"28.5\" version=\"1.1\"><defs><style>.cls-1{fill:#b0bdcc;stroke-width:0}</style></defs><path class=\"cls-1\" d=\"M118.8 4h-6.3v20.5h6.3V4zM19.7 24.5h10.7l-13.9-11L28.2 4h-9.5L7.5 13.1V4H1.2v20.5h6.3v-3.7l3.7-3 8.5 6.7z\"/><path class=\"cls-1\" d=\"M54.1 4h-6.3v13.3c0 .7-.5 1.3-1.2 1.3H36.4c-.6 0-1.2-.6-1.2-1.3V4h-6.3v15.5c0 2.8 2.1 5.1 4.7 5.1h15.6c2.6 0 4.7-2.3 4.7-5.1V4ZM78 4H61.4c-2.6 0-4.7 2.3-4.7 5.1v10.3c0 2.8 2.1 5.1 4.7 5.1H78c2.6 0 4.7-2.3 4.7-5.1V9.1C82.7 6.3 80.6 4 78 4Zm-13.9 6h11.2c.6 0 1.2.6 1.2 1.3v5.9c0 .7-.5 1.3-1.2 1.3H64.1c-.6 0-1.2-.6-1.2-1.3v-5.9c0-.7.5-1.3 1.2-1.3ZM104 24.5h6.3V4H104v11.5L91.4 4h-6.3v20.5h6.3V12.9L104 24.5z\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c9akK.framer-12vkmi2, .framer-c9akK .framer-12vkmi2 { display: block; }\",\".framer-c9akK.framer-1tvegk3 { height: 29px; overflow: hidden; position: relative; width: 120px; }\",\".framer-c9akK .framer-s1akkt { aspect-ratio: 4.137931034482759 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRnqP3rCxp=withCSS(Component,css,\"framer-c9akK\");export default FramerRnqP3rCxp;FramerRnqP3rCxp.displayName=\"kuoni_black\";FramerRnqP3rCxp.defaultProps={height:29,width:120};addFonts(FramerRnqP3rCxp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRnqP3rCxp\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"29\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"120\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RnqP3rCxp.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"SH9BGFyn2\"];const serializationHash=\"framer-nS1wo\";const variantClassNames={SH9BGFyn2:\"framer-v-ohlu5d\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SH9BGFyn2\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ohlu5d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SH9BGFyn2\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fz9tjs\",\"data-framer-name\":\"heineken_black\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"XchSCtWg7\",svg:'<svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"24\"><path d=\"M93.6 18.2c-.1 0-.9-.2-1.3-1l-2.7-5 1.7-1.6s.4-.4.8-.6c.3-.2.7-.4.9-.4.1 0 .2-.1.2-.8 0-.6-.1-.6-.3-.6h-4.8c-.1 0-.2 0-.3.6 0 .5 0 .7.1.7s.3.1.4.2c.2.2.3.4 0 .6-.2.2-1.1 1.2-1.1 1.2l-1.1.9V5.1c0-.6-.2-.9-.9-.9h-3.5c-.3 0-.4 0-.5.3v.7c0 .3.2.3.4.4 0 0 .3.2.4.2.4.2.5.5.5 1.4v9.3c0 1-.3 1.4-.6 1.5 0 0-.2.1-.3.2-.3.1-.3.2-.3.5v.7c0 .3.2.3.5.3h4.9c.4 0 .4 0 .5-.3v-.7c0-.3 0-.4-.3-.5-.1 0-.2-.1-.3-.2-.6-.3-.7-.9-.7-1.8v-.7l1-.8 2.6 4.8c.1.3.2.3.5.3h3.1c.4 0 .4 0 .5-.3v-.7c0-.3 0-.4-.3-.5Zm6.4-4.9-1 .3c-.9.3-1.4.4-1.6-.2-.3-.7 0-3 1.2-3.4 1.3-.4 2.1.2 2.5 1.5.1.5.1 1 0 1.2-.2.3-.6.4-1 .6Zm1.3 1.3c1.3-.5 2.4-1.1 2.8-1.3.6-.4.7-1 .5-1.7-.9-2-3-4.2-6.3-3.5-2.7.5-4.6 3-4.6 5.7s2.1 5.5 4.7 6.1c2.4.6 5.4-.6 6.6-2.7.2-.5-.3-1.4-1.2-1.3-.6.7-1.6 1.4-2.4 1.7-.8.2-2.9.4-3.6-1.4-.1-.4 0-.5.3-.6.2 0 1.9-.6 3.3-1.1Zm8.9-2.1c0-1.1.6-1.8 1.4-1.9.5 0 1.2.3 1.2 1.2v5.9c0 1.7 1.4 2.3 2.5 2.3s2.2-.5 2.6-1.5c.1-.3 0-.5-.2-.7-.2-.2-.3-.3-.6-.2-.3.2-.8.7-.8-.2v-6.1c0-2-.9-2.8-2-3.1-1.2-.4-2.7.2-3.4.6l-.6.3s-.1-.2-.1-.3c-.1-.3-.2-.4-.5-.4H106c-.3 0-.4 0-.4.3v.7c0 .3.2.3.4.4 0 0 .2.1.2.2.2.1.4.6.4 1.4v5.1c0 1-.4 1.4-.7 1.5 0 0-.2.1-.3.2-.3.1-.3.2-.3.5v.7c0 .3.2.3.5.3h4.9c.4 0 .4 0 .5-.3v-.7c0-.3 0-.4-.3-.5-.1 0-.2-.1-.3-.2-.3-.1-.7-.5-.7-1.5v-4Zm-48.8 0c0-1.1.6-1.8 1.4-1.9.5 0 1.2.3 1.2 1.2v5.9c0 1.7 1.4 2.3 2.5 2.3s2.2-.5 2.6-1.5c.1-.3 0-.5-.2-.7-.2-.2-.3-.3-.6-.2-.3.2-.8.7-.8-.2v-6.1c0-2.3-.9-2.8-2-3.1-1.2-.4-2.7.2-3.5.6l-.6.3s0-.2-.1-.3c-.1-.3-.2-.4-.5-.4h-3.7c-.3 0-.4 0-.4.3v.7c0 .3.2.3.4.4 0 0 .2.1.2.2.2.1.4.6.4 1.4v5.1c0 1-.4 1.4-.7 1.5 0 0-.2.1-.3.2-.3.1-.3.2-.3.5v.7c0 .3.2.3.5.3h5c.4 0 .4 0 .5-.3v-.7c0-.3 0-.4-.3-.5-.1 0-.2-.1-.3-.2-.3-.1-.7-.5-.7-1.5v-4Zm-9.1-4.7c1.1 0 2-.9 2-1.9s-.9-1.9-2-1.9-2 .9-2 1.9.9 1.9 2 1.9Zm2.2 8.7V8.9c0-.3-.1-.4-.4-.4h-3.8c-.3 0-.4 0-.4.3v.7c0 .3.2.3.4.4 0 0 .2.1.2.2.2.1.4.6.4 1.4v5c0 1-.3 1.4-.6 1.5 0 0-.2.1-.3.2-.3.1-.3.2-.3.5v.7c0 .3.2.3.5.3h5c.4 0 .4 0 .5-.3v-.7c0-.3 0-.4-.3-.5-.1 0-.2-.1-.3-.2-.3-.1-.7-.5-.7-1.5Zm-18.3-.2V7.7c0-1.2.1-1.6.5-1.8.2 0 .6-.3.7-.3.1 0 .2-.2.1-.6 0-.4 0-.6-.2-.7h-6.1s-.2.2-.2.6c0 .5 0 .6.1.7.1 0 .4.2.6.3.3.2.5.5.5 1.8v2.1c0 .2-.2.3-.4.3h-3c-.2 0-.3-.1-.3-.3V7.7c0-1.2.1-1.6.4-1.8.2 0 .5-.3.6-.3.2-.1 0-1.1 0-1.3 0-.1-.4 0-.4 0h-5.7c-.2 0-.4 1.2-.1 1.3.1 0 .5.2.7.3.4.2.6.5.6 1.8v8.6c0 1.4-.3 1.6-.7 1.8-.3.1-.5.2-.7.4-.2.2 0 1.3.2 1.4h6.4c.2 0 .3-1.2.2-1.4-.2-.2-.4-.2-.7-.4-.4-.2-.7-.4-.7-1.8v-3.4c0-.2.2-.3.3-.3h3c.2 0 .3.1.3.3v3.4c0 1.4-.3 1.5-.7 1.8-.2 0-.7.2-.8.4-.1.2 0 1.3.2 1.4h6.4c.2 0 .3-1.2.2-1.4-.1-.2-.4-.2-.7-.4-.4-.2-.7-.4-.7-1.8Zm39.7-3-1 .3c-.9.3-1.4.4-1.6-.2-.3-.7 0-3 1.2-3.4 1.3-.4 2.1.2 2.5 1.5.1.5.1 1 0 1.2-.2.3-.6.4-1 .6Zm1.3 1.3c1.3-.5 2.4-1.1 2.8-1.3.6-.4.7-1 .5-1.7-.9-2-3-4.2-6.4-3.5-2.7.5-4.6 3-4.6 5.7s2.1 5.5 4.7 6.1c2.4.6 5.4-.6 6.6-2.7.2-.5-.3-1.4-1.2-1.3-.6.7-1.6 1.4-2.4 1.7-.8.2-2.9.4-3.6-1.4-.1-.4 0-.5.3-.6.2 0 1.9-.6 3.3-1.1Zm-33-1.3-1 .3c-1 .3-1.4.4-1.6-.2-.3-.7 0-3 1.2-3.4 1.3-.4 2.1.2 2.5 1.5.1.5.1 1 0 1.2-.2.3-.6.4-1 .6Zm1.3 1.3c1.3-.5 2.4-1.1 2.8-1.3.6-.4.7-1 .5-1.7-.9-2-3-4.2-6.3-3.5-2.7.5-4.6 3-4.6 5.7s2.1 5.5 4.7 6.1c2.4.6 5.4-.6 6.6-2.7.2-.5-.3-1.4-1.2-1.3-.6.7-1.6 1.4-2.4 1.7-.8.2-2.9.4-3.6-1.4-.1-.4 0-.5.3-.6.2 0 1.9-.6 3.3-1.1ZM19.6 9.9c0-.3-.4-.5-.6-.5h-5.9l-1.8-5.6c0-.3-.4-.5-.6-.5s-.6.2-.7.5L8.2 9.4h-6c-.3 0-.6.2-.7.5 0 .3 0 .6.2.8l4.8 3.5-1.8 5.6c0 .3 0 .6.2.8.2.2.6.2.8 0l4.8-3.5 4.8 3.5c.2.2.6.2.8 0 .2-.2.3-.5.2-.8l-1.8-5.6 4.8-3.5c.2-.2.3-.5.2-.8Z\" style=\"fill:#b0bdcc;stroke-width:0\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nS1wo.framer-ad81sz, .framer-nS1wo .framer-ad81sz { display: block; }\",\".framer-nS1wo.framer-ohlu5d { height: 24px; overflow: hidden; position: relative; width: 120px; }\",\".framer-nS1wo .framer-1fz9tjs { aspect-ratio: 5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSuI2GwFKz=withCSS(Component,css,\"framer-nS1wo\");export default FramerSuI2GwFKz;FramerSuI2GwFKz.displayName=\"heineken_black\";FramerSuI2GwFKz.defaultProps={height:24,width:120};addFonts(FramerSuI2GwFKz,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSuI2GwFKz\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"120\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SuI2GwFKz.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"evento\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"congreso\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"viaje\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98479f1)\nimport*as localizedValues from\"./wdmUZtnF7-0.js\";const valuesByLocaleId={HOzHami6f: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 (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dt1lbjqV9YHlUV4gqD9D/r1GWvARvCcL8rrJlYT9n/XuM03kBo3.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/jrLakyZZ6zJ2K47NJgGP/v5kI8JpnOIywQnNJ2XvH/wdmUZtnF7.js\";const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const cycleOrder=[\"X6_5ln1I3\",\"h6Aa7gbhD\",\"kcd5oYejY\",\"tkP2Pl7Yr\",\"pcfDTDuYa\",\"GckwVi9P_\"];const serializationHash=\"framer-9a7Q2\";const variantClassNames={GckwVi9P_:\"framer-v-1m4hrt1\",h6Aa7gbhD:\"framer-v-1oi79t2\",kcd5oYejY:\"framer-v-1g0a0zk\",pcfDTDuYa:\"framer-v-1f7tw19\",tkP2Pl7Yr:\"framer-v-yaderd\",X6_5ln1I3:\"framer-v-vcfkb8\"};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={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};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={\"Variant 1\":\"X6_5ln1I3\",\"Variant 2\":\"h6Aa7gbhD\",\"Variant 3\":\"kcd5oYejY\",\"Variant 4\":\"tkP2Pl7Yr\",\"Variant 5\":\"pcfDTDuYa\",\"Variant 6\":\"GckwVi9P_\"};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:\"X6_5ln1I3\"};};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:\"X6_5ln1I3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1md343m=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"h6Aa7gbhD\"),500);});const onAppear10rvhsy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kcd5oYejY\"),1e3);});const onAppearrm2wdv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tkP2Pl7Yr\"),1e3);});const onAppeareyfnkg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pcfDTDuYa\"),1e3);});const onAppearxylx1x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GckwVi9P_\"),1e3);});const onAppear9hbvam=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"X6_5ln1I3\"),500);});useOnVariantChange(baseVariant,{default:onAppear1md343m,GckwVi9P_:onAppear9hbvam,h6Aa7gbhD:onAppear10rvhsy,kcd5oYejY:onAppearrm2wdv,pcfDTDuYa:onAppearxylx1x,tkP2Pl7Yr:onAppeareyfnkg});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;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,...addPropertyOverrides({GckwVi9P_:{value:transition2},h6Aa7gbhD:{value:transition2},kcd5oYejY:{value:transition2},pcfDTDuYa:{value:transition2},tkP2Pl7Yr:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vcfkb8\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"X6_5ln1I3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(80, 255, 74)\",...style},...addPropertyOverrides({GckwVi9P_:{\"data-framer-name\":\"Variant 6\"},h6Aa7gbhD:{\"data-framer-name\":\"Variant 2\"},kcd5oYejY:{\"data-framer-name\":\"Variant 3\"},pcfDTDuYa:{\"data-framer-name\":\"Variant 5\"},tkP2Pl7Yr:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"event\"})}),className:\"framer-6s1tqy\",\"data-framer-appear-id\":\"6s1tqy\",\"data-framer-name\":\"Events\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"MEPMdKzFe\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"retreat\"})}),className:\"framer-1oti50s\",\"data-framer-appear-id\":\"1oti50s\",\"data-framer-name\":\"Retrats\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"qS0WQ_bQM\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"offsite\"})}),className:\"framer-ovwubf\",\"data-framer-appear-id\":\"ovwubf\",\"data-framer-name\":\"Offsites\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"ZgStXuVYl\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"congress\"})}),className:\"framer-nbret7\",\"data-framer-appear-id\":\"nbret7\",\"data-framer-name\":\"Venues\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"fu4R0VKGI\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"travel\"})}),className:\"framer-x5aa7b\",\"data-framer-appear-id\":\"x5aa7b\",\"data-framer-name\":\"Transport\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"WcZG99tqT\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:(_getLocalizedValue3=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"event\"})}),className:\"framer-1u31cyh\",\"data-framer-appear-id\":\"1u31cyh\",\"data-framer-name\":\"Events2\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"DGkAHv2_K\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9a7Q2.framer-1iyyo2e, .framer-9a7Q2 .framer-1iyyo2e { display: block; }\",\".framer-9a7Q2.framer-vcfkb8 { 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-9a7Q2 .framer-6s1tqy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9a7Q2 .framer-1oti50s { bottom: -57px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-9a7Q2 .framer-ovwubf { bottom: -114px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-9a7Q2 .framer-nbret7 { bottom: -171px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-9a7Q2 .framer-x5aa7b { bottom: -228px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-9a7Q2 .framer-1u31cyh { bottom: -285px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9a7Q2.framer-vcfkb8 { gap: 0px; } .framer-9a7Q2.framer-vcfkb8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9a7Q2.framer-vcfkb8 > :first-child { margin-left: 0px; } .framer-9a7Q2.framer-vcfkb8 > :last-child { margin-right: 0px; } }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-6s1tqy { bottom: 57px; left: 0px; position: absolute; z-index: 1; }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-1oti50s, .framer-9a7Q2.framer-v-1g0a0zk .framer-ovwubf, .framer-9a7Q2.framer-v-1f7tw19 .framer-x5aa7b, .framer-9a7Q2.framer-v-1m4hrt1 .framer-1u31cyh { bottom: unset; left: unset; position: relative; }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-ovwubf, .framer-9a7Q2.framer-v-1g0a0zk .framer-nbret7, .framer-9a7Q2.framer-v-1f7tw19 .framer-1u31cyh { bottom: -57px; }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-nbret7, .framer-9a7Q2.framer-v-1g0a0zk .framer-x5aa7b { bottom: -114px; }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-x5aa7b, .framer-9a7Q2.framer-v-1g0a0zk .framer-1u31cyh { bottom: -171px; }\",\".framer-9a7Q2.framer-v-1oi79t2 .framer-1u31cyh { bottom: -228px; }\",\".framer-9a7Q2.framer-v-1g0a0zk .framer-6s1tqy { bottom: 114px; left: 0px; position: absolute; z-index: 1; }\",\".framer-9a7Q2.framer-v-1g0a0zk .framer-1oti50s, .framer-9a7Q2.framer-v-1m4hrt1 .framer-x5aa7b { bottom: 57px; }\",\".framer-9a7Q2.framer-v-yaderd .framer-6s1tqy { bottom: 171px; left: 0px; order: 0; position: absolute; z-index: 1; }\",\".framer-9a7Q2.framer-v-yaderd .framer-1oti50s { bottom: 114px; order: 2; }\",\".framer-9a7Q2.framer-v-yaderd .framer-ovwubf { bottom: 57px; order: 3; }\",\".framer-9a7Q2.framer-v-yaderd .framer-nbret7 { bottom: unset; left: unset; order: 1; position: relative; }\",\".framer-9a7Q2.framer-v-yaderd .framer-x5aa7b { bottom: -57px; order: 4; }\",\".framer-9a7Q2.framer-v-yaderd .framer-1u31cyh { bottom: -114px; order: 5; }\",\".framer-9a7Q2.framer-v-1f7tw19 .framer-6s1tqy { bottom: 236px; left: 0px; position: absolute; z-index: 1; }\",\".framer-9a7Q2.framer-v-1f7tw19 .framer-1oti50s { bottom: 179px; }\",\".framer-9a7Q2.framer-v-1f7tw19 .framer-ovwubf { bottom: 122px; }\",\".framer-9a7Q2.framer-v-1f7tw19 .framer-nbret7 { bottom: 65px; }\",\".framer-9a7Q2.framer-v-1m4hrt1 .framer-6s1tqy { bottom: 285px; left: 0px; position: absolute; z-index: 1; }\",\".framer-9a7Q2.framer-v-1m4hrt1 .framer-1oti50s { bottom: 228px; }\",\".framer-9a7Q2.framer-v-1m4hrt1 .framer-ovwubf { bottom: 171px; }\",\".framer-9a7Q2.framer-v-1m4hrt1 .framer-nbret7 { bottom: 114px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 148\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"h6Aa7gbhD\":{\"layout\":[\"auto\",\"auto\"]},\"kcd5oYejY\":{\"layout\":[\"auto\",\"auto\"]},\"tkP2Pl7Yr\":{\"layout\":[\"auto\",\"auto\"]},\"pcfDTDuYa\":{\"layout\":[\"auto\",\"auto\"]},\"GckwVi9P_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwdmUZtnF7=withCSS(Component,css,\"framer-9a7Q2\");export default FramerwdmUZtnF7;FramerwdmUZtnF7.displayName=\"Text-cycle\";FramerwdmUZtnF7.defaultProps={height:60,width:148};addPropertyControls(FramerwdmUZtnF7,{variant:{options:[\"X6_5ln1I3\",\"h6Aa7gbhD\",\"kcd5oYejY\",\"tkP2Pl7Yr\",\"pcfDTDuYa\",\"GckwVi9P_\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerwdmUZtnF7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwdmUZtnF7\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"148\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"h6Aa7gbhD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kcd5oYejY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tkP2Pl7Yr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pcfDTDuYa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GckwVi9P_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fdd64f6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"smXQwWei9\"];const serializationHash=\"framer-cjsCN\";const variantClassNames={smXQwWei9:\"framer-v-1s3v8pd\"};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(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({cycleOrder,defaultVariant:\"smXQwWei9\",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-1s3v8pd\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"smXQwWei9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yvxuoj\",\"data-framer-name\":\"loreal_black\",fill:\"black\",intrinsicHeight:67,intrinsicWidth:163,layoutDependency:layoutDependency,layoutId:\"s4nyDyx9W\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1.7in\" height=\".7in\" viewBox=\"0 0 120 47.9\"><defs><style>.cls-1{fill:#b0bdcc;fill-rule:evenodd}</style></defs><g id=\"Layer_1\"><path class=\"cls-1\" d=\"M17.3 31.3v2.5H1.9v-17h2.7v14.5h12.7zM15.1 23l3.1-5.9h-2.9L13 23h2.1zm25.3-3.4c-1-1.6-2.5-2.9-4.2-3.8-1.7-.9-3.7-1.4-5.7-1.4s-4 .5-5.7 1.4c-1.7.9-3.2 2.2-4.2 3.8-1 1.6-1.5 3.4-1.5 5.2s.5 3.7 1.5 5.2c1 1.6 2.5 2.9 4.2 3.8 1.7.9 3.7 1.4 5.7 1.4s4-.5 5.7-1.4c1.7-.9 3.2-2.2 4.2-3.8 1-1.6 1.5-3.4 1.5-5.2s-.5-3.7-1.5-5.2ZM38 29c-.7 1.2-1.8 2.3-3.1 3-1.3.7-2.8 1.1-4.3 1.1s-3-.4-4.3-1.1c-1.3-.7-2.4-1.8-3.1-3-.7-1.2-1.1-2.7-1.1-4.1s.4-2.9 1.1-4.1c.7-1.2 1.8-2.3 3.1-3 1.3-.7 2.8-1.1 4.3-1.1s3 .4 4.3 1.1c1.3.7 2.4 1.8 3.1 3 .7 1.2 1.1 2.7 1.1 4.1s-.4 2.9-1.1 4.1Zm23.3-4.9c-.5 1.1-1.5 1.7-2.2 2.1-.7.4-1.3.5-1.8.5l5.4 7h-3.1l-5.2-6.8h-6.8v6.8h-2.8v-17h11.1c1.1 0 2.3.2 3.3.8 1 .6 1.9 1.4 2.3 2.6.4 1.2.4 2.8-.1 3.9Zm-3.1-.1c.6-.5.9-1.3.9-2.1s-.4-1.6-1-2.1-1.3-.5-2-.5h-8.5v5.2h8.5c.8 0 1.6 0 2.1-.5Zm19.2 0v2.4H68v4.9h12.6v2.5H65.2v-17h15.4v2.5H68V24h9.4zm.1-9.8h-4.1l-1.7 2.1 5.8-2.1zm8.6 15.2-2.2 4.3h-2.8l8.6-17h2.8l8.6 17h-2.8l-2.2-4.3H86Zm5-9.9-4 7.8H95l-4-7.8ZM118 31.3v2.5h-15.5v-17h2.8v14.5H118zm-1.2-11.1v-.6s0-.2-.1-.2h-.2c.1 0 .2-.1.3-.2 0-.1.1-.3.1-.4 0-.2 0-.3-.1-.5-.2-.3-.5-.3-.8-.3h-1.2v2.8h.5v-1.2h1c.2.2 0 .5.1.7v.4h.5c0-.1-.1-.3-.1-.4Zm-.6-1.3h-1.1V18h.9c.1 0 .2 0 .3.2 0 .2 0 .4-.1.5Z\"/><path class=\"cls-1\" d=\"M117.8 18c-.2-.4-.5-.7-.9-.9-.4-.2-.8-.3-1.2-.3s-.8.1-1.2.3c-.4.2-.7.5-.9.9-.2.4-.3.8-.3 1.2s.1.8.3 1.2c.2.4.5.7.9.9.4.2.8.3 1.2.3s.8-.1 1.2-.3c.4-.2.7-.5.9-.9.2-.4.3-.8.3-1.2s-.1-.8-.3-1.2Zm-.3 2.2c-.2.3-.4.6-.7.7-.3.2-.7.3-1 .3s-.7 0-1-.3c-.3-.2-.6-.4-.7-.7-.2-.3-.3-.7-.3-1s0-.7.3-1c.2-.3.4-.6.7-.7.3-.2.7-.3 1-.3s.7 0 1 .3c.3.2.6.4.7.7.2.3.3.7.3 1s0 .7-.3 1Z\"/></g></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cjsCN.framer-1maqero, .framer-cjsCN .framer-1maqero { display: block; }\",\".framer-cjsCN.framer-1s3v8pd { height: 49px; overflow: hidden; position: relative; width: 120px; }\",\".framer-cjsCN .framer-yvxuoj { aspect-ratio: 2.4328358208955225 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWPPAApORl=withCSS(Component,css,\"framer-cjsCN\");export default FramerWPPAApORl;FramerWPPAApORl.displayName=\"loreal_black\";FramerWPPAApORl.defaultProps={height:49,width:120};addFonts(FramerWPPAApORl,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWPPAApORl\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"49\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"120\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WPPAApORl.map", "// Generated by Framer (fdd64f6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"UsweMggfV\"];const serializationHash=\"framer-soZFO\";const variantClassNames={UsweMggfV:\"framer-v-1oug3zl\"};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(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({cycleOrder,defaultVariant:\"UsweMggfV\",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-1oug3zl\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UsweMggfV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-79l4qx\",\"data-framer-name\":\"lala_black\",fill:\"black\",intrinsicHeight:67,intrinsicWidth:163,layoutDependency:layoutDependency,layoutId:\"nYAEtixVo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1.7in\" height=\".7in\" viewBox=\"0 0 120 47.9\"><defs><style>.cls-1{fill:#b0bdcc;fill-rule:evenodd}</style></defs><g id=\"Layer_1\"><path class=\"cls-1\" d=\"M65.3 9.1c2.9-4.2-.2-8.9-3.9-8.9s-6.5 3.7-6 8.3c-4.2-1.7-8.5.2-9.4 3.8-.9 3.7 2.8 7.9 7.5 6.1-.3 2 .5 3.9 2.8 4.5 2.2.5 6.8-2.1 5.7-5.7 3.2 1.9 6.9-1.9 6.9-4.3s-1.6-3.6-3.6-3.8Zm-.6 6.6c-1.2 1.2-1.9 1.3-3 1 0 1.1-.2 1.8-1.7 2.7s-2.6 0-3-.5c-.3-.5-1.2-1.3-.7-2.7-2.5 2.3-7.1.3-6.1-3.8.4-1.7 2.2-3.9 5.3-3.7.6-3.1 3.1-4.3 4.9-4.3 4.1 0 4.9 5.1 2.1 6.9 1.5-.2 2.1.9 2.5 1.3.4.5.9 1.8-.3 3.1ZM33.5 30.1l-3.1 15.8c0 .3.2 1.4.9 1.7.6.4 1.6.1 2.1-.1 14.6-6.3 19.2-8.3 21.8-3.7 2.7-.9 5.1-1.7 5.4-4l-4.1-11.7c0-.2-.3-.7-.9-1-.6-.3-1.9-.5-2.1-.5l-4 .6c-2 .1-3.8 1.8-4.6 3.6L41 40c5.5-3.2 4.3-2.8 7.6-4l1.5-4.4c.1-.3.4-1.4.7-1.5.3-.1.8-.1 1.1-.1l1.2 6.7c-2.3 0-5.5.3-12.7 5.3-.6.4-1.8.8-1.8.3l2.1-10.9c0-1.8-1.9-2.3-2.8-2.2l-4.2.9ZM49 38.4c1.8-.6 5.6-1.4 5.5.9-1.1-1-2.5-1.1-5.5-.9Z\"/><path class=\"cls-1\" d=\"m62.8 24.9-3.1 15.8c0 .3.2 1.4.9 1.7.6.4 1.6.1 2.1-.1C77.3 36 81.9 34 84.5 38.6c2.7-.9 5.1-1.7 5.4-4l-4.1-11.7c0-.2-.3-.7-.9-1-.6-.3-1.9-.5-2.1-.5l-4 .6c-2 .1-3.8 1.8-4.6 3.6l-3.9 9.2c5.5-3.2 4.3-2.8 7.6-4l1.5-4.4c.1-.3.4-1.4.7-1.5.3-.1.8-.1 1.1-.1l1.2 6.7c-2.3 0-5.5.3-12.7 5.3-.6.4-1.8.8-1.8.3L70 26.2c0-1.8-1.9-2.3-2.8-2.2l-4.2.9Zm15.5 8.3c1.8-.6 5.6-1.4 5.5.9-1.1-1-2.5-1.1-5.5-.9Z\"/></g></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-soZFO.framer-uzbbjk, .framer-soZFO .framer-uzbbjk { display: block; }\",\".framer-soZFO.framer-1oug3zl { height: 49px; overflow: hidden; position: relative; width: 119px; }\",\".framer-soZFO .framer-79l4qx { aspect-ratio: 2.4328358208955225 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 119\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxBezP0oac=withCSS(Component,css,\"framer-soZFO\");export default FramerxBezP0oac;FramerxBezP0oac.displayName=\"lala_black\";FramerxBezP0oac.defaultProps={height:49,width:119};addFonts(FramerxBezP0oac,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxBezP0oac\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"119\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"49\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xBezP0oac.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"S6VE_v56F\"];const serializationHash=\"framer-1HeZd\";const variantClassNames={S6VE_v56F:\"framer-v-1w76i8o\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"S6VE_v56F\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w76i8o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"S6VE_v56F\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14sbho7\",\"data-framer-name\":\"zoetis_black\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"Z6ZQGfNvR\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"62.2\" version=\"1.1\"><defs><style>.cls-1{fill:#b0bdcc;stroke-width:0}</style></defs><path class=\"cls-1\" d=\"m25 19.5-.4 3.5-14.5 15.2s5.8-.4 14.7 6.4c8.9 6.8 18.8 2.8 23.3-1.6l3 3.1s-13.2 14.7-32.4.1c0 0-4.5-3.4-7.5-3.4H1.7l.5-2.9 14.7-15.7H6l1.2-4.6h17.6\"/><path class=\"cls-1\" d=\"M39.6 23.2c2.9.9 4.1 5.2 2.7 9.6-1.4 4.4-4.9 7.2-7.8 6.2-2.9-.9-4.1-5.2-2.7-9.6 1.4-4.4 4.9-7.2 7.8-6.2Zm-2.8-4.1s-9.7 1.8-11.2 12.6C24 42.5 35.7 46.2 42.2 41.4c6.5-4.8 8.9-14.4 3.4-20.3 0 0-2.7-3-8.7-2ZM72 27c-1.2 7.6-15.1 6-15.1 6-.4 1.1 0 2.6 0 2.6 3.8 6.9 11.8 1.7 11.8 1.7l.5 4.3c-1.8 1.7-19.3 5-17.8-8.6s12.8-14.4 12.8-14.4c2-.3 9 .6 7.8 8.2Zm-6.5-3.7s-5.7-2.1-8.1 5.6c0 0 10.3 1.1 9.6-3.8 0 0-.2-1.5-1.5-1.8Zm10-3.5c.1 0-.8 4.1-.8 4.1h3.2l-2.1 11.6s-1.8 7.2 3.7 7.9c5.4.7 5.4-.6 5.4-.6v-4.3c.1 0-4.4 1.5-3.7-2.8.7-4.3 2.3-11.8 2.3-11.8h5.2l1.1-4.4h-5.4l1.2-6.1s-6.1 1.8-6 1.8-.7 4.5-.7 4.5h-3.3Z\"/><ellipse class=\"cls-1\" cx=\"98.1\" cy=\"12.8\" rx=\"3.5\" ry=\"3.2\" transform=\"rotate(-56 98.112 12.844)\"/><path class=\"cls-1\" d=\"m94.2 19.6-4.4 23.2h5.7l4.3-23.2h-5.6zm22.6 16.3c0 .6-.2 1-.2 1-2.9 10.2-16.8 5.4-16.8 5.4l1.7-4c.9.4 3.2.9 3.2.9 6.1 1.1 7.4-3.7 3.6-6.2-.4-.3-.9-.5-1.4-.7-.5-.2-.9-.4-1.3-.6-3.2-2.2-3-5.1-2.8-6.2v-.4c2.7-9.3 15.4-4.9 15.4-4.9l-1.5 3.6c-.8-.4-2.9-.9-2.9-.9-5-.9-6.5 2.5-4.3 4.9.5.6 1.3 1.1 2.3 1.5 4.2 1.6 4.8 5.1 5 6.2v.4Z\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1HeZd.framer-bhuyhc, .framer-1HeZd .framer-bhuyhc { display: block; }\",\".framer-1HeZd.framer-1w76i8o { height: 62px; overflow: hidden; position: relative; width: 120px; }\",\".framer-1HeZd .framer-14sbho7 { aspect-ratio: 1.935483870967742 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxMMbKWLN5=withCSS(Component,css,\"framer-1HeZd\");export default FramerxMMbKWLN5;FramerxMMbKWLN5.displayName=\"zoetis_black\";FramerxMMbKWLN5.defaultProps={height:62,width:120};addFonts(FramerxMMbKWLN5,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxMMbKWLN5\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"62\",\"framerIntrinsicWidth\":\"120\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xMMbKWLN5.map", "// Generated by Framer (1cbc8a2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rVaCPgIHB3RvIau45JO4/sucKAEW7Wnm4b7YdLGNI/iCKNo11IF.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/4piHJi0BO4xR4Oa2yCDX/e3AWVs8YOjoUHVyupwI1/tmzBJW82u.js\";const cycleOrder=[\"jmu0jInww\",\"sp3HzmGhH\"];const serializationHash=\"framer-6DU3B\";const variantClassNames={jmu0jInww:\"framer-v-1f517x4\",sp3HzmGhH:\"framer-v-1r5gh24\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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={Desktop:\"jmu0jInww\",Mobile:\"sp3HzmGhH\"};const getProps=({background,height,id,nameRole,testimonial,text,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,A86LixV0U:(_ref=nameRole!==null&&nameRole!==void 0?nameRole:props.A86LixV0U)!==null&&_ref!==void 0?_ref:\"Mike Hinds,Green Market Mechanism Designs\",Jxq2GRK7M:(_ref1=text!==null&&text!==void 0?text:props.Jxq2GRK7M)!==null&&_ref1!==void 0?_ref1:\"\u201CWe are really enjoying using Prolific. It has been so much better for us than MTurk.\u201D\",lxoksPKf0:(_ref2=background!==null&&background!==void 0?background:props.lxoksPKf0)!==null&&_ref2!==void 0?_ref2:\"var(--token-bd09f862-3d36-40c1-a67e-253cf9f8a0b7, rgb(236, 229, 255))\",TPEHsZWqf:(_ref3=testimonial!==null&&testimonial!==void 0?testimonial:props.TPEHsZWqf)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/DKtc1XRFArZuoKs5gtB861dHRe4.png\",srcSet:\"https://framerusercontent.com/images/DKtc1XRFArZuoKs5gtB861dHRe4.png 400w\"},variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"jmu0jInww\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TPEHsZWqf,lxoksPKf0,Jxq2GRK7M,A86LixV0U,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jmu0jInww\",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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1f517x4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jmu0jInww\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:lxoksPKf0,borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},...addPropertyOverrides({sp3HzmGhH:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15cenuq\",\"data-styles-preset\":\"iCKNo11IF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"\u201CWe are really enjoying using Prolific. It has been so much better for us than MTurk.\u201D\"})}),className:\"framer-mpx15t\",\"data-framer-name\":\"\u201CWe are really enjoying using Prolific. It has been so much better for us than MTurk.\u201D\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rklwf0M6S\",style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},text:Jxq2GRK7M,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ubamdy\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ULDi1aFZI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"64px\",...toResponsiveImage(TPEHsZWqf)},className:\"framer-1vne8am\",\"data-framer-name\":\"Ellipse 6191\",layoutDependency:layoutDependency,layoutId:\"dkFsNZ8IE\",style:{borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-3vmsnd\",\"data-styles-preset\":\"tmzBJW82u\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0)))\"},children:\"Mike Hinds,Green Market Mechanism Designs\"})}),className:\"framer-1nhyqrc\",\"data-framer-name\":\"Mike Hinds,\\u2028Green Market Mechanism Designs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AHplzPbJs\",style:{\"--extracted-r6o4lv\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"30px\"},text:A86LixV0U,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6DU3B.framer-1gt7guu, .framer-6DU3B .framer-1gt7guu { display: block; }\",\".framer-6DU3B.framer-1f517x4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 450px; justify-content: space-between; overflow: visible; padding: 40px; position: relative; width: 668px; }\",\".framer-6DU3B .framer-mpx15t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6DU3B .framer-1ubamdy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6DU3B .framer-1vne8am { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-6DU3B .framer-1nhyqrc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 508px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6DU3B .framer-1ubamdy { gap: 0px; } .framer-6DU3B .framer-1ubamdy > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-6DU3B .framer-1ubamdy > :first-child { margin-left: 0px; } .framer-6DU3B .framer-1ubamdy > :last-child { margin-right: 0px; } }\",\".framer-6DU3B.framer-v-1r5gh24.framer-1f517x4 { gap: 40px; height: min-content; justify-content: center; padding: 25px; }\",\".framer-6DU3B.framer-v-1r5gh24 .framer-1nhyqrc { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6DU3B.framer-v-1r5gh24.framer-1f517x4 { gap: 0px; } .framer-6DU3B.framer-v-1r5gh24.framer-1f517x4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6DU3B.framer-v-1r5gh24.framer-1f517x4 > :first-child { margin-top: 0px; } .framer-6DU3B.framer-v-1r5gh24.framer-1f517x4 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 450\n * @framerIntrinsicWidth 668\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"sp3HzmGhH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TPEHsZWqf\":\"testimonial\",\"lxoksPKf0\":\"background\",\"Jxq2GRK7M\":\"text\",\"A86LixV0U\":\"nameRole\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxzSFaubax=withCSS(Component,css,\"framer-6DU3B\");export default FramerxzSFaubax;FramerxzSFaubax.displayName=\"Testimonial\";FramerxzSFaubax.defaultProps={height:450,width:668};addPropertyControls(FramerxzSFaubax,{variant:{options:[\"jmu0jInww\",\"sp3HzmGhH\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},TPEHsZWqf:{__defaultAssetReference:\"data:framer/asset-reference,DKtc1XRFArZuoKs5gtB861dHRe4.png?originalFilename=Ellipse+6191.png&preferredSize=auto\",title:\"Testimonial\",type:ControlType.ResponsiveImage},lxoksPKf0:{defaultValue:'var(--token-bd09f862-3d36-40c1-a67e-253cf9f8a0b7, rgb(236, 229, 255)) /* {\"name\":\"Secondary/Lavender\"} */',title:\"Background\",type:ControlType.Color},Jxq2GRK7M:{defaultValue:\"\u201CWe are really enjoying using Prolific. It has been so much better for us than MTurk.\u201D\",displayTextArea:false,title:\"Text\",type:ControlType.String},A86LixV0U:{defaultValue:\"Mike Hinds,Green Market Mechanism Designs\",displayTextArea:false,title:\"Name + Role\",type:ControlType.String}});addFonts(FramerxzSFaubax,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxzSFaubax\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sp3HzmGhH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"TPEHsZWqf\\\":\\\"testimonial\\\",\\\"lxoksPKf0\\\":\\\"background\\\",\\\"Jxq2GRK7M\\\":\\\"text\\\",\\\"A86LixV0U\\\":\\\"nameRole\\\"}\",\"framerIntrinsicHeight\":\"450\",\"framerIntrinsicWidth\":\"668\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xzSFaubax.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"uscU9Fr18\"];const serializationHash=\"framer-QKzBo\";const variantClassNames={uscU9Fr18:\"framer-v-vxuhxq\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uscU9Fr18\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vxuhxq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uscU9Fr18\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yv0kjf\",\"data-framer-name\":\"mercedes_black\",fill:\"black\",intrinsicHeight:62,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"XI2wfIR_s\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"62.2\" version=\"1.1\"><defs><clipPath id=\"clippath-1\"><path class=\"cls-5\" d=\"m60 2.3-.6.6-2.3 17.4 2.7 1.7.2-19.7z\"/></clipPath><clipPath id=\"clippath-5\"><path class=\"cls-5\" d=\"m42.7 32.3 16.9-10-2.8-1.5-13.9 10.7-.2.8z\"/></clipPath><clipPath id=\"clippath-6\"><path class=\"cls-5\" d=\"m77.4 32.3-.3-.8-13.8-10.7-2.9 1.5 17 10z\"/></clipPath><style>.cls-4,.cls-5,.cls-6{fill:#b0bdcc}.cls-4,.cls-6{fill-rule:evenodd}.cls-5{clip-rule:evenodd}.cls-5,.cls-6{stroke-width:0}</style></defs><path class=\"cls-6\" d=\"m4 48 3.1 8.4c.2.5.3 1 .5 1.4l.5 1.3h.3c.5-1.3.5-1.3.6-1.8.2-.5.2-.7.3-.9l3.2-8.5.2 9.8c0 1-.3 1.2-1.6 1.3v.5c1.2 0 1.7-.1 2.4-.1s1.2 0 2.4.1V59c-1.3 0-1.6-.3-1.6-1.3l-.2-9.4v-.2c0-.8.3-1 1.6-1.1v-.5h-3.3l-3.6 9.6-3.5-9.6H1.9v.5c.6 0 .8 0 1.1.2.3.1.5.5.5 1 0 .1-.4 9.5-.4 9.5 0 1-.2 1.2-1.6 1.3v.5h3.8V59c-1.3 0-1.6-.3-1.6-1.1v-.2l.4-9.9Zm19.7 8.6c-.2 1.6-1.1 2.5-2.4 2.5s-1.7-.5-2.1-1.5c-.2-.6-.3-1.3-.4-2.7h5.6c0-2.9-1.3-4.5-3.5-4.5s-3.7 1.9-3.7 4.7 1.5 4.7 3.8 4.7 3.2-1.2 3.4-3.1h-.7Zm-4.9-2.4c.2-2.2.9-3.3 2.1-3.3s1.9 1.1 2 3.3h-4.1Zm6.9-3.2c1.3 0 1.3 0 1.3 1.2v5.9c0 .8-.2 1-1.4 1v.4c1 0 1.5-.1 2.1-.1s1.1 0 2.1.1v-.4c-1.2 0-1.4-.2-1.4-1v-4c0-1.9.6-3.1 1.6-3.1s.6.2.6.5v.6c0 .4.3.6.8.6s.8-.4.8-.9c0-.9-.7-1.5-1.7-1.5s-1.8.6-2.2 1.7c0-.8 0-1.1-.2-1.8-.7.2-1.5.4-2.5.5v.3Zm14-.8h-.3l-.5 1c-.6-.6-1.1-.8-1.9-.8-2.2 0-3.8 1.9-3.8 4.8s1.5 4.6 3.7 4.6 2.8-1.1 3-3.1h-.8c-.2 1.7-.9 2.5-2.1 2.5s-2.2-1.3-2.2-4 .8-4.3 2.3-4.3 1.4.4 1.7 1.1c.2.4.3.7.5 1.3h.4v-3.1Zm8.2 6.4c-.2 1.6-1.1 2.5-2.4 2.5s-1.7-.5-2.1-1.5c-.2-.6-.3-1.3-.4-2.7h5.6c0-2.9-1.3-4.5-3.5-4.5s-3.7 1.9-3.7 4.7 1.5 4.7 3.8 4.7 3.2-1.2 3.4-3.1h-.7ZM43 54.2c.2-2.2.9-3.3 2.1-3.3s1.9 1.1 2 3.3H43Zm15.7 4.7c-1.3 0-1.4-.2-1.4-1.3v-11c-.8.2-2 .4-2.9.5v.3c1.2 0 1.3.1 1.3 1.1v3.3c-.7-1.1-1.3-1.5-2.3-1.5-2 0-3.5 1.9-3.5 4.7s1.5 4.7 3.5 4.7 1.8-.5 2.4-1.6c0 .7 0 .8.2 1.5.8-.2 1.2-.3 2.5-.5v-.3Zm-5-7.9c1.4 0 2.1 1.4 2.1 4.3s-.7 4-2.1 4-2.1-1.4-2.1-4.1.7-4.1 2-4.1Zm12.6 5.6c-.2 1.6-1.1 2.5-2.4 2.5s-1.7-.5-2.1-1.5c-.2-.6-.3-1.3-.4-2.7H67c0-2.9-1.3-4.5-3.5-4.5s-3.7 1.9-3.7 4.7 1.5 4.7 3.8 4.7 3.2-1.2 3.4-3.1h-.7Zm-4.9-2.4c.2-2.2.9-3.3 2.1-3.3s1.9 1.1 2 3.3h-4.1Zm7.4 5.6h.3l.5-.8c.7.5 1.4.8 2.3.8 1.8 0 3-1.1 3-2.7s-.5-1.7-1.9-2.4c-1.3-.6-1.5-.6-1.7-.8-.8-.4-1.1-.7-1.1-1.3 0-.9.8-1.6 1.8-1.6s1.8.7 2 2.2h.4v-2.9h-.3l-.3.8c-.7-.4-1.2-.6-1.9-.6-1.7 0-2.9 1-2.9 2.5s.4 1.7 1.8 2.3c1.2.6 1.8.8 1.8.9.8.4 1.1.8 1.1 1.4 0 1-.9 1.7-2 1.7s-1.7-.5-2.1-1.2c-.2-.4-.3-.7-.4-1.3h-.4V60Zm7.1-4.9h4.9V54h-4.9v.9Zm5.5-8v.5c1.4 0 1.6.2 1.6 1.3v9.2c0 1-.2 1.2-1.6 1.3v.5h4.8c1.4 0 2.2-.2 3-.7 1-.6 1.6-1.8 1.6-3s-1-2.8-2.7-3.1c1.4-.5 2.1-1.5 2.1-2.8s-.4-1.8-1.1-2.4c-.6-.5-1.4-.7-2.6-.7h-5Zm3.1 5.7v-5.2h1.6c1.6 0 2.3.8 2.3 2.5s-.2 1.5-.6 2c-.4.5-.9.6-2 .6h-1.3Zm0 .6h1.8c1 0 1.6.2 2 .6.4.5.7 1.3.7 2.1 0 1.9-1 3-2.6 3h-.7c-1 0-1.2-.2-1.2-1v-4.8Zm14.4 3.4c-.2 1.6-1.1 2.5-2.4 2.5s-1.7-.5-2.1-1.5c-.2-.6-.3-1.3-.4-2.7h5.6c0-2.9-1.3-4.5-3.5-4.5s-3.7 1.9-3.7 4.7 1.5 4.7 3.8 4.7 3.2-1.2 3.4-3.1h-.7ZM94 54.2c.2-2.2.9-3.3 2.1-3.3s1.9 1.1 2 3.3H94Zm6.9-3.1h.2c1 0 1.1 0 1.1 1.2v5.9c0 .8-.2 1-1.4 1v.4c1 0 1.4-.1 2.1-.1s1.1 0 2.1.1v-.4c-1 0-1.2-.2-1.2-1v-4.6c0-.8 0-1.2.4-1.6.4-.5 1-.8 1.6-.8s1.1.2 1.4.7c.2.4.3.8.3 1.7v4.7c0 .8-.2 1-1.3 1v.4c.9 0 1.4-.1 2.1-.1s1.1 0 2.1.1v-.4c-1.2 0-1.4-.2-1.4-1v-4.6c0-.9-.1-1.5-.4-2-.5-.8-1.3-1.2-2.4-1.2s-1.9.5-2.6 1.5c0-.7-.1-1.3-.2-1.7-.6.2-1.4.4-2.5.6v.3Zm10.5 8.4h6.5l.5-2.7h-.4c-.2.6-.4.9-.6 1.3-.5.7-.8.9-1.8.9h-2.2l5.2-8.5h-6.3l-.4 2.5h.4c.7-1.7 1-2 2.2-2h2.1l-5.2 8.5ZM79.2 22.3c0 5.3-2.2 10.1-5.6 13.6-3.5 3.5-8.3 5.6-13.6 5.6s-10.1-2.2-13.6-5.6c-3.5-3.5-5.6-8.3-5.6-13.6S43 12.2 46.4 8.7c3.5-3.5 8.3-5.6 13.6-5.6s10.1 2.2 13.6 5.6c3.5 3.5 5.6 8.3 5.6 13.6ZM46.3 8.6c-3.5 3.5-5.7 8.4-5.7 13.7s2.2 10.2 5.7 13.7 8.4 5.7 13.7 5.7 10.2-2.2 13.7-5.7 5.7-8.4 5.7-13.7-2.2-10.2-5.7-13.7S65.3 2.9 60 2.9 49.8 5.1 46.3 8.6Z\"/><path class=\"cls-4\" d=\"M60 2.9c5.4 0 10.2 2.2 13.7 5.7s5.7 8.4 5.7 13.7-2.2 10.2-5.7 13.7-8.4 5.7-13.7 5.7-10.2-2.2-13.7-5.7-5.7-8.4-5.7-13.7 2.2-10.2 5.7-13.7S54.7 2.9 60 2.9Zm14.4 5c-3.7-3.7-8.8-6-14.4-6s-10.7 2.3-14.4 6c-3.7 3.7-6 8.8-6 14.4s2.3 10.7 6 14.4c3.7 3.7 8.8 6 14.4 6s10.7-2.3 14.4-6c3.7-3.7 6-8.8 6-14.4s-2.3-10.7-6-14.4Z\"/><path class=\"cls-6\" d=\"m63.2 20.5 14 10.9.2 1-1 .3L60 26l-16.4 6.7-1-.3.2-1 14-10.9 2.4-17.6.8-.6.8.6 2.4 17.6z\"/><path class=\"cls-6\" d=\"m60.6 2.9-.6-.6-.6.6-2.3 17.4 2.7 1.7-2.8-1.4-14.1 10.9-.2.8v.1l.8.2 16.2-6.7.1-3.2.2 3.1 16.5 6.8.8-.2.1-.1-.3-.8L63 20.6 60.2 22l2.7-1.8-2.3-17.3z\"/><path class=\"cls-4\" d=\"m60 2.3-.6.6-2.3 17.4 2.7 1.7.2-19.7z\"/><path class=\"cls-6\" d=\"M58.4 21.4c-.6-.4-.6-1-.5-2.4.1-1.4 1.8-18 1.8-18l-1.8 1.8-3.7 17.3 4.2 1.3Z\" style=\"clip-path:url(#clippath-1)\"/><path class=\"cls-4\" d=\"m60 2.3.6.6 2.3 17.4-2.7 1.7L60 2.3zM42.7 32.4l17.1-9.7-.1 3.2-16.2 6.7-.8-.2zm34.6 0-.8.2-16.2-6.7-.1-3.2 17.1 9.7zm-34.6-.1 16.9-10-2.8-1.5-13.9 10.7-.2.8z\"/><path class=\"cls-6\" d=\"M58.4 21.4c-.7-.4-1.2 0-2.4.8S41.4 32.8 41.4 32.8l.7-2.5 13.1-11.9 3.2 3Z\" style=\"clip-path:url(#clippath-5)\"/><path class=\"cls-4\" d=\"m77.4 32.3-.3-.8-13.8-10.7-2.9 1.5 17 10z\"/><path class=\"cls-6\" d=\"M61.6 21.4c.7-.4 1.2 0 2.4.8s14.6 10.6 14.6 10.6l-.7-2.5-13.1-11.9-3.2 3Z\" style=\"clip-path:url(#clippath-6)\"/><path class=\"cls-6\" d=\"m63.2 20.5 14 10.8.2 1-1 .4L60 26l-16.4 6.7-1-.4.2-1 14-10.8 2.4-17.6.8-.7.8.7 2.4 17.6ZM60.6 2.9l-.6-.6-.6.6-2.3 17.4 2.7 1.7-2.8-1.4-14.1 10.9-.2.8.8.2 16.2-6.7v-3.2c.1 0 .3 3.1.3 3.1l16.5 6.8.8-.2-.2-.8L63 20.6 60.2 22l2.7-1.8-2.3-17.3Z\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QKzBo.framer-fug122, .framer-QKzBo .framer-fug122 { display: block; }\",\".framer-QKzBo.framer-vxuhxq { height: 62px; overflow: hidden; position: relative; width: 120px; }\",\".framer-QKzBo .framer-yv0kjf { aspect-ratio: 1.935483870967742 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 62px); left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 62\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZFxthRJJg=withCSS(Component,css,\"framer-QKzBo\");export default FramerZFxthRJJg;FramerZFxthRJJg.displayName=\"mercedes_black\";FramerZFxthRJJg.defaultProps={height:62,width:120};addFonts(FramerZFxthRJJg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZFxthRJJg\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"62\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"120\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZFxthRJJg.map", "// Generated by Framer (0784c89)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={HOzHami6f:new LazyValue(()=>import(\"./Ic5LwK9oK-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 (0784c89)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/sK9q20UrvRztdebA5J7g/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/K0mI40rrezffFjPjHAZX/Video.js\";import FeatureCard from\"#framer/local/canvasComponent/fbekXnNAc/fbekXnNAc.js\";import Bayer_black from\"#framer/local/canvasComponent/hSj7318Vr/hSj7318Vr.js\";import PortfolioCard03 from\"#framer/local/canvasComponent/jfBAP5lI9/jfBAP5lI9.js\";import ServicesCard from\"#framer/local/canvasComponent/jV1MoLHny/jV1MoLHny.js\";import Bmw_black from\"#framer/local/canvasComponent/lfpqwzifb/lfpqwzifb.js\";import Hsbc_black from\"#framer/local/canvasComponent/N7kfhRY0b/N7kfhRY0b.js\";import Audi_black from\"#framer/local/canvasComponent/Q2Azbrtsf/Q2Azbrtsf.js\";import Daimler_black from\"#framer/local/canvasComponent/qw7xCZGct/qw7xCZGct.js\";import Footer from\"#framer/local/canvasComponent/qZ_XI3P7P/qZ_XI3P7P.js\";import AdsBanners from\"#framer/local/canvasComponent/R7JLL6eR9/R7JLL6eR9.js\";import Navigation from\"#framer/local/canvasComponent/RG7yJog90/RG7yJog90.js\";import Kuoni_black from\"#framer/local/canvasComponent/RnqP3rCxp/RnqP3rCxp.js\";import Heineken_black from\"#framer/local/canvasComponent/SuI2GwFKz/SuI2GwFKz.js\";import Badge from\"#framer/local/canvasComponent/SXR9yB_tn/SXR9yB_tn.js\";import TextCycle from\"#framer/local/canvasComponent/wdmUZtnF7/wdmUZtnF7.js\";import Loreal_black from\"#framer/local/canvasComponent/WPPAApORl/WPPAApORl.js\";import Lala_black from\"#framer/local/canvasComponent/xBezP0oac/xBezP0oac.js\";import Zoetis_black from\"#framer/local/canvasComponent/xMMbKWLN5/xMMbKWLN5.js\";import Testimonial from\"#framer/local/canvasComponent/xzSFaubax/xzSFaubax.js\";import Buttons from\"#framer/local/canvasComponent/yORaTwldW/yORaTwldW.js\";import Mercedes_black from\"#framer/local/canvasComponent/ZFxthRJJg/ZFxthRJJg.js\";import Blog from\"#framer/local/collection/CWvRL2Z7h/CWvRL2Z7h.js\";import Portfolio from\"#framer/local/collection/ZVT9vQ9gq/ZVT9vQ9gq.js\";import*as sharedStyle5 from\"#framer/local/css/gOjRqHu4S/gOjRqHu4S.js\";import*as sharedStyle3 from\"#framer/local/css/MOhTEatyY/MOhTEatyY.js\";import*as sharedStyle4 from\"#framer/local/css/rHs4MAikW/rHs4MAikW.js\";import*as sharedStyle from\"#framer/local/css/tjQcKJwyy/tjQcKJwyy.js\";import*as sharedStyle2 from\"#framer/local/css/tmzBJW82u/tmzBJW82u.js\";import*as sharedStyle1 from\"#framer/local/css/XuM03kBo3/XuM03kBo3.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Ic5LwK9oK/Ic5LwK9oK.js\";import metadataProvider from\"#framer/local/webPageMetadata/Ic5LwK9oK/Ic5LwK9oK.js\";const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const VideoFonts=getFonts(Video);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const TextCycleFonts=getFonts(TextCycle);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ButtonsFonts=getFonts(Buttons);const Mercedes_blackFonts=getFonts(Mercedes_black);const Kuoni_blackFonts=getFonts(Kuoni_black);const Bmw_blackFonts=getFonts(Bmw_black);const Heineken_blackFonts=getFonts(Heineken_black);const Lala_blackFonts=getFonts(Lala_black);const Zoetis_blackFonts=getFonts(Zoetis_black);const Loreal_blackFonts=getFonts(Loreal_black);const Bayer_blackFonts=getFonts(Bayer_black);const Audi_blackFonts=getFonts(Audi_black);const Daimler_blackFonts=getFonts(Daimler_black);const Hsbc_blackFonts=getFonts(Hsbc_black);const TickerFonts=getFonts(Ticker);const MotionSectionWithFX=withFX(motion.section);const ServicesCardFonts=getFonts(ServicesCard);const BadgeFonts=getFonts(Badge);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const FeatureCardFonts=getFonts(FeatureCard);const TestimonialFonts=getFonts(Testimonial);const MotionDivWithFX=withFX(motion.div);const PortfolioCard03Fonts=getFonts(PortfolioCard03);const AdsBannersFonts=getFonts(AdsBanners);const MotionAWithFX=withFX(motion.a);const FooterFonts=getFonts(Footer);const breakpoints={MNngOX3Jp:\"(min-width: 1380px)\",Qp8sNE81S:\"(max-width: 575px)\",ROIuaUbNF:\"(min-width: 576px) and (max-width: 991px)\",Wa6BW4U3L:\"(min-width: 992px) and (max-width: 1379px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-goYBN\";const variantClassNames={MNngOX3Jp:\"framer-v-1ep0nzw\",Qp8sNE81S:\"framer-v-g1zg6i\",ROIuaUbNF:\"framer-v-18snnm7\",Wa6BW4U3L:\"framer-v-12q06jt\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:30,delay:.2,mass:1,stiffness:150,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:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-70};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const transition3={delay:.2,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition4={damping:30,delay:.2,mass:1,stiffness:180,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const transition5={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:50,delay:.5,mass:1,stiffness:150,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition7={delay:.2,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const transition8={delay:.3,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition9={damping:40,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition10={delay:.3,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const transition11={delay:.4,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition12={damping:40,delay:0,mass:1,stiffness:160,type:\"spring\"};const transition13={damping:40,delay:.1,mass:1,stiffness:160,type:\"spring\"};const transition14={damping:40,delay:.2,mass:1,stiffness:160,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"lx3EUA54T\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const contains=(a,b)=>{if(typeof a===\"string\"&&typeof b===\"string\"){return a.toLowerCase().includes(b.toLowerCase());}if(Array.isArray(a)&&typeof b===\"string\"){return a.includes(b);}return false;};const QueryData1=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop L\":\"MNngOX3Jp\",Desktop:\"Wa6BW4U3L\",Phone:\"Qp8sNE81S\",Tablet:\"ROIuaUbNF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MNngOX3Jp\"};};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,fsg33m8_Ulx3EUA54T,iAwXRkutMlx3EUA54T,f5V3Q0applx3EUA54T,qLjU6esLnlx3EUA54T,idlx3EUA54T,wR752i2OMT2DDVVZ2t,ZVhKDtWyET2DDVVZ2t,zgMbIQQN4T2DDVVZ2t,Lx_TFXkL0T2DDVVZ2t,cOtUIDMJBT2DDVVZ2t,X3LNSX4KST2DDVVZ2t,idT2DDVVZ2t,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Qp8sNE81S\")return false;return true;};const elementId=useRouteElementId(\"ZKTFHMt_P\");const ref2=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId1=useRouteElementId(\"rn9mRMHl3\");const elementId2=useRouteElementId(\"pfe3Ly3GG\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"O4LjzPmVH\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"NpsVGRo3M\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"SlyT7UK2d\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"M9t8agJoo\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"BEPmD5Myr\");const ref8=React.useRef(null);const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MNngOX3Jp\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ep0nzw\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ROIuaUbNF:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1tq0330-container\",\"data-framer-appear-id\":\"1tq0330\",id:\"1tq0330\",initial:animation1,layoutScroll:true,nodeId:\"FtyCINdQ3\",optimized:true,rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__variantAppearEffectEnabled:undefined,variant:\"CGsXOuuLs\"},ROIuaUbNF:{__framer__variantAppearEffectEnabled:undefined,variant:\"CGsXOuuLs\"}},children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"TU_nbc0Zt\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"FtyCINdQ3\",layoutId:\"FtyCINdQ3\",style:{width:\"100%\"},variant:\"TU_nbc0Zt\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"#hero\",motionChild:true,nodeId:\"rPDmth4hk\",openInNewTab:false,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qeuuv4 hidden-g1zg6i framer-rwto9e\",\"data-framer-name\":\"Back-to-Top\",whileTap:animation2})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1ypjhq2\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tnyeel-container\",isModuleExternal:true,nodeId:\"flqOkmioz\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:42,bottomLeftRadius:42,bottomRightRadius:42,controls:false,height:\"100%\",id:\"flqOkmioz\",isMixedBorderRadius:false,layoutId:\"flqOkmioz\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/rEkffJQs5jWk7m3F1uTa7zY.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:42,topRightRadius:42,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ky0apz\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftma7d\",\"data-styles-preset\":\"tjQcKJwyy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9c7a41c5-517c-4dd3-a573-a2bcde21e5ce, rgb(131, 139, 163))\"},children:\"SAT Mexico Corporation\"})}),className:\"framer-1i1r9p\",\"data-framer-appear-id\":\"1i1r9p\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftma7d\",\"data-styles-preset\":\"tjQcKJwyy\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c7a41c5-517c-4dd3-a573-a2bcde21e5ce, rgb(131, 139, 163))\"},children:\"*\"})}),className:\"framer-4jluzf\",\"data-framer-appear-id\":\"4jluzf\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ftma7d\",\"data-styles-preset\":\"tjQcKJwyy\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-9c7a41c5-517c-4dd3-a573-a2bcde21e5ce, rgb(131, 139, 163))\"},children:\"Incentives, Events and Tour Operator\"})}),className:\"framer-1hie8qa\",\"data-framer-appear-id\":\"1hie8qa\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-edajkk\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xw8zu3\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-19d3d8e\",\"data-framer-appear-id\":\"19d3d8e\",\"data-framer-name\":\"Badge\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},children:\"Let us help you to create your next\"})}),className:\"framer-397av1\",\"data-framer-appear-id\":\"397av1\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tye2uo-container\",nodeId:\"upvvZXt6Y\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(TextCycle,{height:\"100%\",id:\"upvvZXt6Y\",layoutId:\"upvvZXt6Y\",variant:\"X6_5ln1I3\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11x0ua4\",\"data-framer-name\":\"Actions\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-3vmsnd\",\"data-styles-preset\":\"tmzBJW82u\",style:{\"--framer-text-color\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},children:\"Together we work as an extension of your team, enriching you with the local knowledge and negotiation benefits. We understand Mexico like no other!\"})}),className:\"framer-1v0vs7j\",\"data-framer-appear-id\":\"1v0vs7j\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xwbOYGZt2\"},implicitPathVariables:undefined},{href:{webPageId:\"xwbOYGZt2\"},implicitPathVariables:undefined},{href:{webPageId:\"xwbOYGZt2\"},implicitPathVariables:undefined},{href:{webPageId:\"xwbOYGZt2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"500px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1w9hrh-container\",\"data-framer-appear-id\":\"1w9hrh\",\"data-framer-name\":\"Button Secondary\",initial:animation9,name:\"Button Secondary\",nodeId:\"dKRJ7cFXa\",optimized:true,rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{vjZWklrqI:resolvedLinks[2]},ROIuaUbNF:{vjZWklrqI:resolvedLinks[3]},Wa6BW4U3L:{vjZWklrqI:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Buttons,{bOwGuieUn:\"ArrowUpRight\",CmZyYnMed:\"Asterisk\",height:\"100%\",id:\"dKRJ7cFXa\",layoutId:\"dKRJ7cFXa\",name:\"Button Secondary\",style:{height:\"100%\",width:\"100%\"},variant:\"ox3AzwlKf\",vjZWklrqI:resolvedLinks[0],width:\"100%\",xEfGs_njT:getLocalizedValue(\"v3\",activeLocale)??\"Lets Get in touch\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t8smzy\",\"data-framer-name\":\"Brands\",id:elementId1,ref:ref1,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ir7alw\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bxhrd9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"U1oj21QW0\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:20,overflow:false},gap:30},ROIuaUbNF:{gap:60},Wa6BW4U3L:{gap:60}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:3,fadeWidth:15,overflow:false},gap:40,height:\"100%\",hoverFactor:.5,id:\"U1oj21QW0\",layoutId:\"U1oj21QW0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-76n7uo-container\",inComponentSlot:true,nodeId:\"jsdA2WpYu\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Mercedes_black,{height:\"100%\",id:\"jsdA2WpYu\",layoutId:\"jsdA2WpYu\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rj6rlh-container\",inComponentSlot:true,nodeId:\"qClXGwIWU\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Kuoni_black,{height:\"100%\",id:\"qClXGwIWU\",layoutId:\"qClXGwIWU\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"119px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1808ssq-container\",inComponentSlot:true,nodeId:\"OyCWWsgeu\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Bmw_black,{height:\"100%\",id:\"OyCWWsgeu\",layoutId:\"OyCWWsgeu\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14aq7vr-container\",inComponentSlot:true,nodeId:\"fnaHeErOf\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Heineken_black,{height:\"100%\",id:\"fnaHeErOf\",layoutId:\"fnaHeErOf\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"119px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1smmpdo-container\",inComponentSlot:true,nodeId:\"Qp8wm9ypd\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Lala_black,{height:\"100%\",id:\"Qp8wm9ypd\",layoutId:\"Qp8wm9ypd\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ic9j9f-container\",inComponentSlot:true,nodeId:\"FXajXFKQ2\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Zoetis_black,{height:\"100%\",id:\"FXajXFKQ2\",layoutId:\"FXajXFKQ2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t7z8dv-container\",inComponentSlot:true,nodeId:\"ndY8XUMF_\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Loreal_black,{height:\"100%\",id:\"ndY8XUMF_\",layoutId:\"ndY8XUMF_\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qxx9p9-container\",inComponentSlot:true,nodeId:\"zaXL1aTB7\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Bayer_black,{height:\"100%\",id:\"zaXL1aTB7\",layoutId:\"zaXL1aTB7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-bal77b-container\",inComponentSlot:true,nodeId:\"agZo3uafa\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Audi_black,{height:\"100%\",id:\"agZo3uafa\",layoutId:\"agZo3uafa\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mc1fo5-container\",inComponentSlot:true,nodeId:\"IsOvtERwz\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Daimler_black,{height:\"100%\",id:\"IsOvtERwz\",layoutId:\"IsOvtERwz\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q4j6ep-container\",inComponentSlot:true,nodeId:\"pj037jn4B\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Hsbc_black,{height:\"100%\",id:\"pj037jn4B\",layoutId:\"pj037jn4B\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1tcev0e\",\"data-framer-name\":\"services-title\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10opt6z\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x7zky5\",\"data-framer-name\":\"Title+Badge\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1jnvzq6\",\"data-framer-appear-id\":\"1jnvzq6\",\"data-framer-name\":\"Badge\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},children:\"Our Services\"})}),className:\"framer-kjp94t\",\"data-framer-appear-id\":\"kjp94t\",\"data-framer-name\":\"we are experts in\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ezo7fk\",\"data-framer-name\":\"Short-Description\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gaeb1m\",\"data-styles-preset\":\"MOhTEatyY\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our expertise in Mexico will help you to succeed in your next project.\"})}),className:\"framer-mjndkt\",\"data-framer-appear-id\":\"mjndkt\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],initial:animation4,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17m9v9s\",\"data-framer-name\":\"Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mcc5nl\",\"data-framer-name\":\"services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ncm258\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ti1xeHRb_\"},implicitPathVariables:undefined},{href:{webPageId:\"Ti1xeHRb_\"},implicitPathVariables:undefined},{href:{webPageId:\"Ti1xeHRb_\"},implicitPathVariables:undefined},{href:{webPageId:\"Ti1xeHRb_\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:300,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`},ROIuaUbNF:{height:400,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"640px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tpu0vz-container\",nodeId:\"x5od8RVS6\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png\",srcSet:\"https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png 549w\"},\"\"),SxkWqfr8x:resolvedLinks1[2],variant:\"d0VXdZfGk\"},ROIuaUbNF:{r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png\",srcSet:\"https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png?scale-down-to=512 512w,https://framerusercontent.com/images/mKrnsmsg7BnwHl8YKpgfvKD9a7g.png 549w\"},\"\"),SxkWqfr8x:resolvedLinks1[3],variant:\"d0VXdZfGk\"},Wa6BW4U3L:{SxkWqfr8x:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ServicesCard,{height:\"100%\",id:\"x5od8RVS6\",kxjhDANYv:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Meetings\"})}),layoutId:\"x5od8RVS6\",r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:975,src:\"https://framerusercontent.com/images/tdy8eerXb1uMvk8DvgdQ6BCojyE.png\",srcSet:\"https://framerusercontent.com/images/tdy8eerXb1uMvk8DvgdQ6BCojyE.png?scale-down-to=512 512w,https://framerusercontent.com/images/tdy8eerXb1uMvk8DvgdQ6BCojyE.png 975w\"},\"\"),sbp_ucygW:\"var(--token-3ae82ab8-6e36-48f1-b136-a4088a48cd55, rgb(243, 221, 126))\",style:{height:\"100%\",width:\"100%\"},SxkWqfr8x:resolvedLinks1[0],variant:\"xZunKc0ay\",vCWFYxNrd:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Deliver your mission and create a long-lasting impression to your audience with the help of our creative and reliable team.\"})}),width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TgqFL9gET\"},implicitPathVariables:undefined},{href:{webPageId:\"TgqFL9gET\"},implicitPathVariables:undefined},{href:{webPageId:\"TgqFL9gET\"},implicitPathVariables:undefined},{href:{webPageId:\"TgqFL9gET\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:300,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`},ROIuaUbNF:{height:400,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"640px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11kcqyw-container\",nodeId:\"av_oZbyUy\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png\",srcSet:\"https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png?scale-down-to=512 512w,https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png 549w\"},\"\"),SxkWqfr8x:resolvedLinks2[2],variant:\"d0VXdZfGk\"},ROIuaUbNF:{r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png\",srcSet:\"https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png?scale-down-to=512 512w,https://framerusercontent.com/images/24XC9wFxswpuTwZbjfw9yWm1nYA.png 549w\"},\"\"),SxkWqfr8x:resolvedLinks2[3],variant:\"d0VXdZfGk\"},Wa6BW4U3L:{SxkWqfr8x:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ServicesCard,{height:\"100%\",id:\"av_oZbyUy\",kxjhDANYv:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Incentive Travel\"})}),layoutId:\"av_oZbyUy\",r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:975,src:\"https://framerusercontent.com/images/RB1m3jPCIrPOThXzyWtz2Aukt40.png\",srcSet:\"https://framerusercontent.com/images/RB1m3jPCIrPOThXzyWtz2Aukt40.png?scale-down-to=512 512w,https://framerusercontent.com/images/RB1m3jPCIrPOThXzyWtz2Aukt40.png 975w\"},\"\"),sbp_ucygW:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",style:{height:\"100%\",width:\"100%\"},SxkWqfr8x:resolvedLinks2[0],variant:\"xZunKc0ay\",vCWFYxNrd:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"One of the best ways to increase your sales and employees loyalty is by having a motivated team.\"})}),width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c1beju\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jUVoB9he7\"},implicitPathVariables:undefined},{href:{webPageId:\"jUVoB9he7\"},implicitPathVariables:undefined},{href:{webPageId:\"jUVoB9he7\"},implicitPathVariables:undefined},{href:{webPageId:\"jUVoB9he7\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:300,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`},ROIuaUbNF:{height:400,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 200px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"420px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ilmg12-container\",nodeId:\"hIldTWTEW\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{SxkWqfr8x:resolvedLinks3[2],variant:\"d0VXdZfGk\"},ROIuaUbNF:{SxkWqfr8x:resolvedLinks3[3],variant:\"d0VXdZfGk\"},Wa6BW4U3L:{SxkWqfr8x:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ServicesCard,{height:\"100%\",id:\"hIldTWTEW\",kxjhDANYv:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Corporate Retreats\"})}),layoutId:\"hIldTWTEW\",r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/0ETTtbZew1IUYxpuHUqPgpYn0.png\",srcSet:\"https://framerusercontent.com/images/0ETTtbZew1IUYxpuHUqPgpYn0.png?scale-down-to=512 512w,https://framerusercontent.com/images/0ETTtbZew1IUYxpuHUqPgpYn0.png 549w\"},\"\"),sbp_ucygW:\"rgb(237, 214, 214)\",style:{height:\"100%\",width:\"100%\"},SxkWqfr8x:resolvedLinks3[0],variant:\"ulKu5ENoZ\",vCWFYxNrd:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Strategic investments in team growth and development.\"})}),width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LQ_1t9ks8\"},implicitPathVariables:undefined},{href:{webPageId:\"LQ_1t9ks8\"},implicitPathVariables:undefined},{href:{webPageId:\"LQ_1t9ks8\"},implicitPathVariables:undefined},{href:{webPageId:\"LQ_1t9ks8\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:300,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`},ROIuaUbNF:{height:400,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 200px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"420px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u29zmk-container\",nodeId:\"hJ28Ki5FA\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{SxkWqfr8x:resolvedLinks4[2],variant:\"d0VXdZfGk\"},ROIuaUbNF:{SxkWqfr8x:resolvedLinks4[3],variant:\"d0VXdZfGk\"},Wa6BW4U3L:{SxkWqfr8x:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ServicesCard,{height:\"100%\",id:\"hJ28Ki5FA\",kxjhDANYv:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Tour & Travel\"})}),layoutId:\"hJ28Ki5FA\",sbp_ucygW:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",style:{height:\"100%\",width:\"100%\"},SxkWqfr8x:resolvedLinks4[0],variant:\"ulKu5ENoZ\",vCWFYxNrd:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The combination of culture and comfort\"})}),width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lQVRMo7CQ\"},implicitPathVariables:undefined},{href:{webPageId:\"lQVRMo7CQ\"},implicitPathVariables:undefined},{href:{webPageId:\"lQVRMo7CQ\"},implicitPathVariables:undefined},{href:{webPageId:\"lQVRMo7CQ\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:300,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`},ROIuaUbNF:{height:400,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 200px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,width:\"420px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16f4ann-container\",nodeId:\"wGCwt66hN\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{SxkWqfr8x:resolvedLinks5[2],variant:\"d0VXdZfGk\"},ROIuaUbNF:{SxkWqfr8x:resolvedLinks5[3],variant:\"d0VXdZfGk\"},Wa6BW4U3L:{SxkWqfr8x:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ServicesCard,{height:\"100%\",id:\"wGCwt66hN\",kxjhDANYv:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Transport\"})}),layoutId:\"wGCwt66hN\",r81VyDtlY:addImageAlt({pixelHeight:449,pixelWidth:549,src:\"https://framerusercontent.com/images/au2dkuoLXmtcP69sSsCLWWlVBto.png\",srcSet:\"https://framerusercontent.com/images/au2dkuoLXmtcP69sSsCLWWlVBto.png?scale-down-to=512 512w,https://framerusercontent.com/images/au2dkuoLXmtcP69sSsCLWWlVBto.png 549w\"},\"\"),sbp_ucygW:\"rgb(243, 221, 126)\",style:{height:\"100%\",width:\"100%\"},SxkWqfr8x:resolvedLinks5[0],variant:\"ulKu5ENoZ\",vCWFYxNrd:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The safest and highest quality transportation in all of Mexico.\"})}),width:\"100%\"})})})})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-cqoq7d\",\"data-framer-name\":\"Features\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gm11cp\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r8gool\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xuu84t\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1okablg-container\",nodeId:\"NgiftSPsi\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-9d2364d3-21a1-4998-97d3-20b57b274609, rgb(87, 60, 255))\",DTEBE1LHR:getLocalizedValue(\"v16\",activeLocale)??\"UNPARALLELED EXPERTISE\",gxd9Te8kM:\"CATEGORY-NAME\",height:\"100%\",id:\"NgiftSPsi\",j7oQQHdIz:\"var(--token-b988d70e-4e2a-47cf-8199-0fece17bfdfe, rgb(0, 0, 254))\",layoutId:\"NgiftSPsi\",mQiWJf8Hp:\"var(--token-79cc7236-ec94-4b2c-8a64-ba34fdc7c370, rgb(234, 242, 255))\",variant:\"A1hLNSIZ_\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7460c497-fdb5-40c5-bef2-fdf1c775d372, rgb(243, 247, 251))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Why you should choose SAT Mexico DMC!\"})}),className:\"framer-16fkmsj\",\"data-framer-name\":\"Live messaging. limi\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gaeb1m\",\"data-styles-preset\":\"MOhTEatyY\",style:{\"--framer-text-alignment\":\"center\"},children:\"Seamlessly Integrated with your Team\"})}),className:\"framer-cv6alk\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x15in8\",\"data-framer-name\":\"Features Card Block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wr91kv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1180px)`},ROIuaUbNF:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:254,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1180px) - 48px) / 3, 210px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sibpc-container\",nodeId:\"gySk4Ulaj\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FeatureCard,{AcK1FdgYt:true,C61oJi4fb:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",dH4F7ORNy:\"\uD83C\uDDF2\uD83C\uDDFD\",enz2a1Khk:getLocalizedValue(\"v19\",activeLocale)??\"We are your best strategic partner. At SAT Mexico Destination management company, we aim to plan your events in the most effective way, but most of all, to go beyond your expectations.\",height:\"100%\",id:\"gySk4Ulaj\",layoutId:\"gySk4Ulaj\",QCU9Jk4kB:getLocalizedValue(\"v20\",activeLocale)??\"Destination Management Company in Mexico\",qJ7dCCiMu:\"Check\",style:{width:\"100%\"},variant:\"gy_oO8UYx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1180px)`},ROIuaUbNF:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:254,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1180px) - 48px) / 3, 210px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o3rzje-container\",nodeId:\"x1EYJ6aUm\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FeatureCard,{AcK1FdgYt:true,C61oJi4fb:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",dH4F7ORNy:\"\uD83D\uDCBC\",enz2a1Khk:getLocalizedValue(\"v21\",activeLocale)??\"Because of our experience, we have a great negotiation power with all of our suppliers. For many years, we have been creating strategic alliances to get better rates and give an extra value to all our customers.\",height:\"100%\",id:\"x1EYJ6aUm\",layoutId:\"x1EYJ6aUm\",QCU9Jk4kB:getLocalizedValue(\"v22\",activeLocale)??\"Tailored Solutions, Delivered Cost-effectively\",qJ7dCCiMu:\"Check\",style:{width:\"100%\"},variant:\"gy_oO8UYx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1180px)`},ROIuaUbNF:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:254,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1180px) - 48px) / 3, 210px)`,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mp7b2y-container\",nodeId:\"TOVlrabtw\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FeatureCard,{AcK1FdgYt:true,C61oJi4fb:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",dH4F7ORNy:\"\uD83D\uDCCB\",enz2a1Khk:getLocalizedValue(\"v23\",activeLocale)??\"When you use our services you can be sure that we will offer you the knowledge and creativity that will help to fulfill your needs in each and every moment of the project.\",height:\"100%\",id:\"TOVlrabtw\",layoutId:\"TOVlrabtw\",QCU9Jk4kB:getLocalizedValue(\"v24\",activeLocale)??\"Smart Planning and Perfect Execution\",qJ7dCCiMu:\"Check\",style:{width:\"100%\"},variant:\"gy_oO8UYx\",width:\"100%\"})})})})})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1400,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,src:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp\",srcSet:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=512 512w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp 1400w\"}},ROIuaUbNF:{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1400,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,src:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp\",srcSet:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=512 512w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp 1400w\"}},Wa6BW4U3L:{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp\",srcSet:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=512 512w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp 1400w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1400,sizes:\"1300px\",src:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp\",srcSet:\"https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=512 512w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/TKrIpEWTgKSFKX9GRJFc6J184Xo.webp 1400w\"},className:\"framer-12d3wba\",\"data-framer-name\":\"Team-Photo\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9zmlmf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vgqf20\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}},ROIuaUbNF:{__framer__targets:[{ref:ref4,target:\"animate\"}]},Wa6BW4U3L:{__framer__targets:[{ref:ref4,target:\"animate\"}]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Crafting unforgettable experiences in Mexico\"})}),className:\"framer-12itcqy\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-a6uc5m\",\"data-framer-name\":\"Testmonials\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6bzgvx\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"What our clients have to say about us.\"})}),className:\"framer-15fzk3p\",\"data-framer-name\":\"Don\u2019t take our word for it\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a1tatc\",\"data-framer-name\":\"Rows\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1910ddc\",\"data-framer-name\":\"Row\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:442,width:\"668px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleTransformEffectEnabled:undefined,style:{}},ROIuaUbNF:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-974,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nbqexw-container\",nodeId:\"EqnCn7pRf\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"},ROIuaUbNF:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"}},children:/*#__PURE__*/_jsx(Testimonial,{A86LixV0U:\"Emmanuel, FIFA\",height:\"100%\",id:\"EqnCn7pRf\",Jxq2GRK7M:getLocalizedValue(\"v27\",activeLocale)??'\uD83D\uDC4D \"We appreciate all the effort provided by SAT Mexico during this project, it was great working with you.\"',layoutId:\"EqnCn7pRf\",lxoksPKf0:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",style:{height:\"100%\",width:\"100%\"},TPEHsZWqf:addImageAlt({pixelHeight:398,pixelWidth:398,src:\"https://framerusercontent.com/images/QsW9Gz0meloGICot9NAGLehITOc.jpg\"},\"\"),variant:\"jmu0jInww\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:442,width:\"668px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleTransformEffectEnabled:undefined,style:{}},ROIuaUbNF:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-984,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vrrlfm-container\",nodeId:\"i_SfpVVQp\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"},ROIuaUbNF:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"}},children:/*#__PURE__*/_jsx(Testimonial,{A86LixV0U:\"Louise - Heineken\",height:\"100%\",id:\"i_SfpVVQp\",Jxq2GRK7M:getLocalizedValue(\"v28\",activeLocale)??'\uD83D\uDC4D\"The whole Heineken team found SAT to be a great asset to our team and I know for sure we will not hesitate in using you guys for any future events in Mexico.\"',layoutId:\"i_SfpVVQp\",lxoksPKf0:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",style:{height:\"100%\",width:\"100%\"},TPEHsZWqf:addImageAlt({pixelHeight:398,pixelWidth:398,src:\"https://framerusercontent.com/images/KBCzR6f2bCEnDiDNL6ymKfAik8.jpg\"},\"\"),variant:\"jmu0jInww\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{height:450,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:442,width:\"668px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleTransformEffectEnabled:undefined,style:{}},ROIuaUbNF:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-997,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15mxjmt-container\",nodeId:\"I7OYz03NX\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"},ROIuaUbNF:{style:{width:\"100%\"},variant:\"sp3HzmGhH\"}},children:/*#__PURE__*/_jsx(Testimonial,{A86LixV0U:\"Miguel, Mercedes Benz - Mexico\",height:\"100%\",id:\"I7OYz03NX\",Jxq2GRK7M:getLocalizedValue(\"v29\",activeLocale)??'\uD83D\uDC4D\"As a commercial and Marketing Director I will like to thank SAT Mexico Team for it continues support in organizing and realizing our events.\"',layoutId:\"I7OYz03NX\",lxoksPKf0:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",style:{height:\"100%\",width:\"100%\"},TPEHsZWqf:addImageAlt({pixelHeight:398,pixelWidth:398,src:\"https://framerusercontent.com/images/P3URWeiT2OSv6cZxqegcPpeO9dQ.jpg\"},\"\"),variant:\"jmu0jInww\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eY6O7x3bu\"},implicitPathVariables:undefined},{href:{webPageId:\"eY6O7x3bu\"},implicitPathVariables:undefined},{href:{webPageId:\"eY6O7x3bu\"},implicitPathVariables:undefined},{href:{webPageId:\"eY6O7x3bu\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lsz37y-container\",nodeId:\"aLFfM369g\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{vjZWklrqI:resolvedLinks6[2]},ROIuaUbNF:{vjZWklrqI:resolvedLinks6[3]},Wa6BW4U3L:{vjZWklrqI:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(Buttons,{bOwGuieUn:\"ArrowRight\",CmZyYnMed:\"Asterisk\",height:\"100%\",id:\"aLFfM369g\",layoutId:\"aLFfM369g\",variant:\"ox3AzwlKf\",vjZWklrqI:resolvedLinks6[0],width:\"100%\",xEfGs_njT:getLocalizedValue(\"v30\",activeLocale)??\"More stories\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-17t7vwk\",\"data-framer-name\":\"Corporate-Events\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5mo9h\",\"data-framer-name\":\"Info\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v11mvt\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}},ROIuaUbNF:{__framer__targets:undefined},Wa6BW4U3L:{__framer__targets:undefined}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Latest Proyects\"})}),className:\"framer-lu4obp\",\"data-framer-name\":\"Live messaging. limi\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gaeb1m\",\"data-styles-preset\":\"MOhTEatyY\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our clients are the best proof that we will work as an extension of your Team.\"})}),className:\"framer-g1h9ya\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cqn2o\",\"data-framer-name\":\"Portfolio-02\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{query:{from:{alias:\"lx3EUA54T\",data:Portfolio,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lx3EUA54T\",name:\"fsg33m8_U\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"iAwXRkutM\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"f5V3Q0app\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"qLjU6esLn\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"id\",type:\"Identifier\"}]}},ROIuaUbNF:{pageSize:4,query:{from:{alias:\"lx3EUA54T\",data:Portfolio,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"lx3EUA54T\",name:\"fsg33m8_U\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"iAwXRkutM\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"f5V3Q0app\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"qLjU6esLn\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{pageSize:4,query:{from:{alias:\"lx3EUA54T\",data:Portfolio,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"lx3EUA54T\",name:\"fsg33m8_U\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"iAwXRkutM\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"f5V3Q0app\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"qLjU6esLn\",type:\"Identifier\"},{collection:\"lx3EUA54T\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({f5V3Q0app:f5V3Q0applx3EUA54T,fsg33m8_U:fsg33m8_Ulx3EUA54T,iAwXRkutM:iAwXRkutMlx3EUA54T,id:idlx3EUA54T,qLjU6esLn:qLjU6esLnlx3EUA54T},index)=>{fsg33m8_Ulx3EUA54T??=\"\";f5V3Q0applx3EUA54T??=\"\";qLjU6esLnlx3EUA54T??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lx3EUA54T-${idlx3EUA54T}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fsg33m8_U:fsg33m8_Ulx3EUA54T},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{fsg33m8_U:fsg33m8_Ulx3EUA54T},webPageId:\"ICbvnaZI4\"},implicitPathVariables:undefined},{href:{pathVariables:{fsg33m8_U:fsg33m8_Ulx3EUA54T},webPageId:\"ICbvnaZI4\"},implicitPathVariables:undefined},{href:{pathVariables:{fsg33m8_U:fsg33m8_Ulx3EUA54T},webPageId:\"ICbvnaZI4\"},implicitPathVariables:undefined},{href:{pathVariables:{fsg33m8_U:fsg33m8_Ulx3EUA54T},webPageId:\"ICbvnaZI4\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 50px)`},Wa6BW4U3L:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:403,width:\"420px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b0ap1n-container\",nodeId:\"gwjW4MeiO\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{taB7Auma2:resolvedLinks7[2]},ROIuaUbNF:{taB7Auma2:resolvedLinks7[3]},Wa6BW4U3L:{taB7Auma2:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(PortfolioCard03,{DRGfLv6te:toResponsiveImage(iAwXRkutMlx3EUA54T),GVOmTJv5p:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",height:\"100%\",hSeoMJqMw:qLjU6esLnlx3EUA54T,id:\"gwjW4MeiO\",jKKdI30Je:f5V3Q0applx3EUA54T,layoutId:\"gwjW4MeiO\",style:{width:\"100%\"},taB7Auma2:resolvedLinks7[0],width:\"100%\"})})})})})})})},idlx3EUA54T);})})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-14ryqp1\",\"data-framer-name\":\"Blog\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},ROIuaUbNF:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},Wa6BW4U3L:{width:`calc(${componentViewport?.width||\"100vw\"} - 120px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:521,width:\"1300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5vyias-container\",nodeId:\"GpZNb4G1u\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{variant:\"c2eVPPbzq\"},ROIuaUbNF:{variant:\"c2eVPPbzq\"},Wa6BW4U3L:{variant:\"Ctp1O2LUo\"}},children:/*#__PURE__*/_jsx(AdsBanners,{height:\"100%\",id:\"GpZNb4G1u\",layoutId:\"GpZNb4G1u\",mYil2QMV4:\"var(--token-7460c497-fdb5-40c5-bef2-fdf1c775d372, rgb(243, 247, 251))\",style:{width:\"100%\"},variant:\"K8cmulBXA\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13wetcy\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref8,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1j4s6yu-container\",nodeId:\"H5zECDFan\",rendersWithMotion:true,scopeId:\"Ic5LwK9oK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-9d2364d3-21a1-4998-97d3-20b57b274609, rgb(87, 60, 255))\",DTEBE1LHR:getLocalizedValue(\"v33\",activeLocale)??\"BLOG\",gxd9Te8kM:\"CATEGORY-NAME\",height:\"100%\",id:\"H5zECDFan\",j7oQQHdIz:\"var(--token-b988d70e-4e2a-47cf-8199-0fece17bfdfe, rgb(0, 0, 254))\",layoutId:\"H5zECDFan\",mQiWJf8Hp:\"var(--token-79cc7236-ec94-4b2c-8a64-ba34fdc7c370, rgb(234, 242, 255))\",variant:\"A1hLNSIZ_\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7460c497-fdb5-40c5-bef2-fdf1c775d372, rgb(243, 247, 251))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g567mr\",\"data-styles-preset\":\"XuM03kBo3\",children:\"From our Blog\"})}),className:\"framer-favw39\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12jscix\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{query:{from:{alias:\"T2DDVVZ2t\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"T2DDVVZ2t\",name:\"wR752i2OM\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"ZVhKDtWyE\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"zgMbIQQN4\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"Lx_TFXkL0\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"cOtUIDMJB\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"X3LNSX4KS\",type:\"Identifier\"},{collection:\"T2DDVVZ2t\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({cOtUIDMJB:cOtUIDMJBT2DDVVZ2t,id:idT2DDVVZ2t,Lx_TFXkL0:Lx_TFXkL0T2DDVVZ2t,wR752i2OM:wR752i2OMT2DDVVZ2t,X3LNSX4KS:X3LNSX4KST2DDVVZ2t,zgMbIQQN4:zgMbIQQN4T2DDVVZ2t,ZVhKDtWyE:ZVhKDtWyET2DDVVZ2t},index1)=>{wR752i2OMT2DDVVZ2t??=\"\";Lx_TFXkL0T2DDVVZ2t??=\"\";cOtUIDMJBT2DDVVZ2t??=\"\";X3LNSX4KST2DDVVZ2t??=\"\";const textContent=toDateString(zgMbIQQN4T2DDVVZ2t,activeLocaleCode);const visible=contains(X3LNSX4KST2DDVVZ2t,\"International News\");const visible1=contains(X3LNSX4KST2DDVVZ2t,\"Tour and Travel\");const visible2=contains(X3LNSX4KST2DDVVZ2t,\"Tips\");const visible3=contains(X3LNSX4KST2DDVVZ2t,\"Meetings\");const visible4=contains(X3LNSX4KST2DDVVZ2t,\"Incentives\");const visible5=contains(X3LNSX4KST2DDVVZ2t,\"FAM trips\");const visible6=contains(X3LNSX4KST2DDVVZ2t,\"Facts\");const visible7=contains(X3LNSX4KST2DDVVZ2t,\"Events\");const visible8=contains(X3LNSX4KST2DDVVZ2t,\"Economy\");const visible9=contains(X3LNSX4KST2DDVVZ2t,\"DMC Mexico\");const visible10=contains(X3LNSX4KST2DDVVZ2t,\"Destinations\");const visible11=contains(X3LNSX4KST2DDVVZ2t,\"Conexstur\");const visible12=contains(X3LNSX4KST2DDVVZ2t,\"Corporate Retreat\");const visible13=contains(X3LNSX4KST2DDVVZ2t,\"Congress\");return /*#__PURE__*/_jsx(LayoutGroup,{id:`T2DDVVZ2t-${idT2DDVVZ2t}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{wR752i2OM:wR752i2OMT2DDVVZ2t},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wR752i2OM:wR752i2OMT2DDVVZ2t},webPageId:\"CcQek4coT\"},motionChild:true,nodeId:\"sY151aL2x\",openInNewTab:false,scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-137odmv framer-rwto9e\",\"data-framer-name\":\"Blog-Module\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{background:{alt:\"\",fit:\"fill\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1300px), 298px)`,...toResponsiveImage(ZVhKDtWyET2DDVVZ2t)}},ROIuaUbNF:{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(ZVhKDtWyET2DDVVZ2t)}},Wa6BW4U3L:{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(ZVhKDtWyET2DDVVZ2t)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1300px) - 84px) / 3, 298px)`,...toResponsiveImage(ZVhKDtWyET2DDVVZ2t)},className:\"framer-cxiq2k\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12k5s4l\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d5g1tq\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1d78lqw\",\"data-styles-preset\":\"rHs4MAikW\",style:{\"--framer-text-color\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-1pdo7ri\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v802c4\",\"data-framer-name\":\"Middle\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-116v73k\",\"data-styles-preset\":\"gOjRqHu4S\",children:\"2026 World Cup in Mexico: Your Ultimate Guide for corporate and incentive travel \"})}),className:\"framer-1320817\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],text:Lx_TFXkL0T2DDVVZ2t,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gaeb1m\",\"data-styles-preset\":\"MOhTEatyY\",style:{\"--framer-text-color\":\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\"},children:\"About the event The FIFA World Cup 2026 will be hosted in three countries: the United States, Canada.\"})}),className:\"framer-1hof9et\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],text:cOtUIDMJBT2DDVVZ2t,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fmgm2t\",\"data-framer-name\":\"Tags\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d14bi5-container\",\"data-framer-name\":\"International News\",name:\"International News\",nodeId:\"GEleHEStQ\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v35\",activeLocale)??\"International News\",height:\"100%\",id:\"GEleHEStQ\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"GEleHEStQ\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"International News\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3bb2a-container\",\"data-framer-name\":\"Tour and Travel\",name:\"Tour and Travel\",nodeId:\"S3fNHZgUQ\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v36\",activeLocale)??\"Tour and Travel\",height:\"100%\",id:\"S3fNHZgUQ\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"S3fNHZgUQ\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Tour and Travel\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qejehx-container\",\"data-framer-name\":\"Tips\",name:\"Tips\",nodeId:\"GU75eO1mP\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v37\",activeLocale)??\"Tips\",height:\"100%\",id:\"GU75eO1mP\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"GU75eO1mP\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Tips\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zd5fnw-container\",\"data-framer-name\":\"Meetings\",name:\"Meetings\",nodeId:\"MKGp0gw94\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:\"Meetings\",height:\"100%\",id:\"MKGp0gw94\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"MKGp0gw94\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Meetings\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xgit1w-container\",\"data-framer-name\":\"Incentives\",name:\"Incentives\",nodeId:\"uaJq91Gs2\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v38\",activeLocale)??\"Incentives\",height:\"100%\",id:\"uaJq91Gs2\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"uaJq91Gs2\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Incentives\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17xi0td-container\",\"data-framer-name\":\"FAM trips\",name:\"FAM trips\",nodeId:\"Jrpkqr683\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:\"FAM trips\",height:\"100%\",id:\"Jrpkqr683\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"Jrpkqr683\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"FAM trips\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lut3r5-container\",\"data-framer-name\":\"Facts\",name:\"Facts\",nodeId:\"W2LZJNxER\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:\"Facts\",height:\"100%\",id:\"W2LZJNxER\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"W2LZJNxER\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Facts\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hspakm-container\",\"data-framer-name\":\"Events\",name:\"Events\",nodeId:\"avN_XIDc6\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v39\",activeLocale)??\"Events\",height:\"100%\",id:\"avN_XIDc6\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"avN_XIDc6\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Events\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kr9g5k-container\",\"data-framer-name\":\"Economy\",name:\"Economy\",nodeId:\"Hm02LAjfL\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v40\",activeLocale)??\"Economy\",height:\"100%\",id:\"Hm02LAjfL\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"Hm02LAjfL\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Economy\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ryntaw-container\",\"data-framer-name\":\"DMC Mexico\",name:\"DMC Mexico\",nodeId:\"TAAP1J6uP\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:\"DMC Mexico\",height:\"100%\",id:\"TAAP1J6uP\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"TAAP1J6uP\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"DMC Mexico\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8lbly4-container\",\"data-framer-name\":\"Destinations\",name:\"Destinations\",nodeId:\"WkOzAzj5K\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v41\",activeLocale)??\"Destinations\",height:\"100%\",id:\"WkOzAzj5K\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"WkOzAzj5K\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Destinations\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible11&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mnb218-container\",\"data-framer-name\":\"Conexstur\",name:\"Conexstur\",nodeId:\"REm6qJe7H\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:\"Conexstur\",height:\"100%\",id:\"REm6qJe7H\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"REm6qJe7H\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Conexstur\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible12&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wikvls-container\",\"data-framer-name\":\"Corporate Retreat\",name:\"Corporate Retreat\",nodeId:\"X6GjNGaK2\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v42\",activeLocale)??\"Corporate Retreat\",height:\"100%\",id:\"X6GjNGaK2\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"X6GjNGaK2\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Corporate Retreat\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})}),visible13&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16e3br6-container\",\"data-framer-name\":\"Congress\",name:\"Congress\",nodeId:\"uQsq9dUWf\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(Badge,{abNWj2a4p:\"var(--token-c5f0a4ab-754e-450b-bf2d-ff99e47a955e, rgb(174, 211, 184))\",DTEBE1LHR:\"SECTION-NAME\",gxd9Te8kM:getLocalizedValue(\"v43\",activeLocale)??\"Congress\",height:\"100%\",id:\"uQsq9dUWf\",j7oQQHdIz:\"var(--token-328d526d-52b3-499c-854f-6f2f938de898, rgb(0, 0, 0))\",layoutId:\"uQsq9dUWf\",mQiWJf8Hp:\"var(--token-daa8b140-2530-42d8-b7a3-a22da7cc8731, rgb(242, 223, 189))\",name:\"Congress\",variant:\"FmcTHCfQA\",VRSDhkFhV:\"PLAN\",width:\"100%\",xwIlK_F61:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\",yHuYwr8Ni:\"var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, rgb(255, 255, 255))\"})})})]})]})]})})})},idT2DDVVZ2t);})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:775,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-i68j9q-container\",nodeId:\"rlj0XrpCs\",scopeId:\"Ic5LwK9oK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Qp8sNE81S:{variant:\"IFm_nl1xI\"},ROIuaUbNF:{variant:\"kQqvilYYp\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"rlj0XrpCs\",layoutId:\"rlj0XrpCs\",style:{width:\"100%\"},variant:\"o7RQfo0Of\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-goYBN.framer-rwto9e, .framer-goYBN .framer-rwto9e { display: block; }\",\".framer-goYBN.framer-1ep0nzw { align-content: center; align-items: center; background-color: var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, #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: 1380px; }\",\".framer-goYBN .framer-1tq0330-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-goYBN .framer-qeuuv4 { align-content: center; align-items: center; background-color: rgba(244, 247, 250, 0.1); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 51px; min-width: 48px; overflow: hidden; padding: 0px; position: fixed; right: 40px; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-goYBN .framer-1ypjhq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 0px 80px 0px; position: relative; scroll-margin-top: 10px; width: 100%; z-index: 1; }\",\".framer-goYBN .framer-1tnyeel-container { flex: none; height: 580px; position: relative; width: 1250px; }\",\".framer-goYBN .framer-1ky0apz { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 1250px; z-index: 1; }\",\".framer-goYBN .framer-1i1r9p, .framer-goYBN .framer-4jluzf, .framer-goYBN .framer-1hie8qa { --framer-paragraph-spacing: 30px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-edajkk, .framer-goYBN .framer-10opt6z { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 1250px; z-index: 1; }\",\".framer-goYBN .framer-xw8zu3, .framer-goYBN .framer-1x7zky5 { 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: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-goYBN .framer-19d3d8e, .framer-goYBN .framer-1jnvzq6 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 100px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-goYBN .framer-397av1, .framer-goYBN .framer-kjp94t { 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-goYBN .framer-1tye2uo-container, .framer-goYBN .framer-1okablg-container, .framer-goYBN .framer-lsz37y-container, .framer-goYBN .framer-1j4s6yu-container, .framer-goYBN .framer-1d14bi5-container, .framer-goYBN .framer-1r3bb2a-container, .framer-goYBN .framer-1qejehx-container, .framer-goYBN .framer-zd5fnw-container, .framer-goYBN .framer-xgit1w-container, .framer-goYBN .framer-17xi0td-container, .framer-goYBN .framer-lut3r5-container, .framer-goYBN .framer-1hspakm-container, .framer-goYBN .framer-1kr9g5k-container, .framer-goYBN .framer-1ryntaw-container, .framer-goYBN .framer-8lbly4-container, .framer-goYBN .framer-1mnb218-container, .framer-goYBN .framer-wikvls-container, .framer-goYBN .framer-16e3br6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-goYBN .framer-11x0ua4, .framer-goYBN .framer-1ezo7fk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 40%; }\",\".framer-goYBN .framer-1v0vs7j, .framer-goYBN .framer-mjndkt { --framer-paragraph-spacing: 30px; 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-goYBN .framer-1w9hrh-container { flex: none; height: 50px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-goYBN .framer-t8smzy { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 60px 0px; position: relative; width: 1250px; }\",\".framer-goYBN .framer-1ir7alw { 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: 1250px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1bxhrd9-container { flex: none; height: 107px; position: relative; width: 100%; }\",\".framer-goYBN .framer-76n7uo-container, .framer-goYBN .framer-ic9j9f-container, .framer-goYBN .framer-1qxx9p9-container { height: 62px; position: relative; width: 120px; }\",\".framer-goYBN .framer-rj6rlh-container, .framer-goYBN .framer-1mc1fo5-container { height: 29px; position: relative; width: 120px; }\",\".framer-goYBN .framer-1808ssq-container, .framer-goYBN .framer-1smmpdo-container { height: 49px; position: relative; width: 119px; }\",\".framer-goYBN .framer-14aq7vr-container { height: 24px; position: relative; width: 120px; }\",\".framer-goYBN .framer-1t7z8dv-container { height: 49px; position: relative; width: 120px; }\",\".framer-goYBN .framer-bal77b-container, .framer-goYBN .framer-q4j6ep-container { height: 48px; position: relative; width: 120px; }\",\".framer-goYBN .framer-1tcev0e { align-content: center; align-items: center; background-color: var(--token-7460c497-fdb5-40c5-bef2-fdf1c775d372, #f3f7fb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 50px 0px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-goYBN .framer-17m9v9s { align-content: center; align-items: center; background-color: var(--token-7460c497-fdb5-40c5-bef2-fdf1c775d372, #f3f7fb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-mcc5nl { 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 20px 0px; position: relative; width: 1300px; z-index: 1; }\",\".framer-goYBN .framer-ncm258, .framer-goYBN .framer-1c1beju { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1tpu0vz-container, .framer-goYBN .framer-11kcqyw-container, .framer-goYBN .framer-ilmg12-container, .framer-goYBN .framer-1u29zmk-container, .framer-goYBN .framer-16f4ann-container { flex: 1 0 0px; height: 550px; position: relative; width: 1px; }\",\".framer-goYBN .framer-cqoq7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 60px 80px 60px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1gm11cp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1180px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1r8gool { 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-goYBN .framer-1xuu84t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-16fkmsj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-cv6alk, .framer-goYBN .framer-g1h9ya { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-1x15in8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1wr91kv { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(210px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1sibpc-container, .framer-goYBN .framer-o3rzje-container, .framer-goYBN .framer-1mp7b2y-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-goYBN .framer-12d3wba { align-content: center; align-items: center; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 500px; justify-content: center; overflow: visible; padding: 80px 60px 80px 60px; position: relative; width: 1300px; }\",\".framer-goYBN .framer-9zmlmf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; max-width: 1180px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1vgqf20 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-12itcqy { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-a6uc5m { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 60px 80px 60px; position: relative; width: 100%; z-index: 1; }\",\".framer-goYBN .framer-6bzgvx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1180px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-15fzk3p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-1a1tatc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 71%; }\",\".framer-goYBN .framer-1910ddc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1nbqexw-container, .framer-goYBN .framer-1vrrlfm-container, .framer-goYBN .framer-15mxjmt-container { flex: none; height: 442px; position: relative; width: 668px; }\",\".framer-goYBN .framer-17t7vwk { align-content: center; align-items: center; background-color: #f7fafc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 120px 60px 200px 60px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1o5mo9h { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1300px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1v11mvt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-lu4obp, .framer-goYBN .framer-1320817, .framer-goYBN .framer-1hof9et { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-goYBN .framer-1cqn2o { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1300px; }\",\".framer-goYBN .framer-1b0ap1n-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-goYBN .framer-14ryqp1 { align-content: center; align-items: center; background-color: var(--token-7bc77d28-260e-4b84-92a3-3084b520b0ce, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 60px 120px 60px; position: relative; width: 100%; }\",\".framer-goYBN .framer-5vyias-container { flex: none; height: auto; position: relative; width: 1300px; }\",\".framer-goYBN .framer-13wetcy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-favw39 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-goYBN .framer-12jscix { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(298px, 1fr)); height: min-content; justify-content: center; max-width: 1300px; padding: 0px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-goYBN .framer-137odmv { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 24px; height: auto; justify-content: flex-start; justify-self: start; overflow: visible; padding: 20px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-goYBN .framer-cxiq2k { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 294px); position: relative; width: 100%; }\",\".framer-goYBN .framer-12k5s4l { 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; position: relative; width: 100%; }\",\".framer-goYBN .framer-1d5g1tq { 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-goYBN .framer-1pdo7ri { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-goYBN .framer-v802c4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-1fmgm2t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-goYBN .framer-i68j9q-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 992px) and (max-width: 1379px) { .framer-goYBN.framer-1ep0nzw { width: 992px; } .framer-goYBN .framer-1ypjhq2 { gap: 30px; padding: 120px 40px 80px 40px; } .framer-goYBN .framer-1tnyeel-container, .framer-goYBN .framer-1ky0apz, .framer-goYBN .framer-mcc5nl, .framer-goYBN .framer-15fzk3p, .framer-goYBN .framer-1cqn2o, .framer-goYBN .framer-5vyias-container { width: 100%; } .framer-goYBN .framer-edajkk { padding: 0px; width: 100%; } .framer-goYBN .framer-19d3d8e { padding: 0px 20px 0px 0px; } .framer-goYBN .framer-11x0ua4 { flex: 1 0 0px; width: 1px; } .framer-goYBN .framer-t8smzy { padding: 20px 40px 20px 40px; width: 100%; } .framer-goYBN .framer-1bxhrd9-container { height: 100px; } .framer-goYBN .framer-10opt6z { padding: 30px 30px 0px 30px; width: 100%; } .framer-goYBN .framer-1jnvzq6 { width: 36400%; } .framer-goYBN .framer-kjp94t, .framer-goYBN .framer-mjndkt, .framer-goYBN .framer-cv6alk, .framer-goYBN .framer-12itcqy, .framer-goYBN .framer-g1h9ya { width: 80%; } .framer-goYBN .framer-17m9v9s { padding: 30px 20px 150px 20px; } .framer-goYBN .framer-cqoq7d { padding: 60px; } .framer-goYBN .framer-16fkmsj, .framer-goYBN .framer-1a1tatc { width: 70%; } .framer-goYBN .framer-12d3wba { padding: 60px; width: 100%; } .framer-goYBN .framer-a6uc5m { padding: 60px 40px 60px 40px; } .framer-goYBN .framer-17t7vwk { padding: 60px 20px 60px 20px; } .framer-goYBN .framer-12jscix { grid-template-columns: repeat(auto-fill, minmax(269px, 1fr)); padding: 0px; } .framer-goYBN .framer-cxiq2k { height: var(--framer-aspect-ratio-supported, 202px); }}\",\"@media (max-width: 575px) { .framer-goYBN.framer-1ep0nzw { width: 390px; } .framer-goYBN .framer-1tq0330-container, .framer-goYBN .framer-397av1, .framer-goYBN .framer-1v0vs7j, .framer-goYBN .framer-mjndkt { will-change: unset; } .framer-goYBN .framer-1ypjhq2 { padding: 100px 20px 40px 20px; } .framer-goYBN .framer-1tnyeel-container, .framer-goYBN .framer-11x0ua4, .framer-goYBN .framer-1ezo7fk, .framer-goYBN .framer-mcc5nl, .framer-goYBN .framer-16fkmsj, .framer-goYBN .framer-cv6alk, .framer-goYBN .framer-12itcqy, .framer-goYBN .framer-1a1tatc, .framer-goYBN .framer-g1h9ya, .framer-goYBN .framer-5vyias-container { width: 100%; } .framer-goYBN .framer-1ky0apz { align-content: flex-start; align-items: flex-start; gap: 10px; width: 100%; } .framer-goYBN .framer-1i1r9p, .framer-goYBN .framer-4jluzf { flex: none; white-space: pre; width: auto; } .framer-goYBN .framer-edajkk { flex-direction: column; gap: 32px; width: 100%; } .framer-goYBN .framer-xw8zu3, .framer-goYBN .framer-1x7zky5 { gap: 24px; width: 100%; } .framer-goYBN .framer-19d3d8e { padding: 0px; } .framer-goYBN .framer-t8smzy { padding: 60px 20px 60px 20px; width: 100%; } .framer-goYBN .framer-1ir7alw { gap: 16px; order: 0; } .framer-goYBN .framer-1bxhrd9-container { height: 80px; } .framer-goYBN .framer-1tcev0e { gap: 20px; padding: 50px 0px 0px 0px; } .framer-goYBN .framer-10opt6z { flex-direction: column; gap: 32px; padding: 0px 20px 0px 20px; width: 100%; } .framer-goYBN .framer-17m9v9s { padding: 30px 10px 30px 10px; } .framer-goYBN .framer-ncm258, .framer-goYBN .framer-1c1beju { flex-direction: column; } .framer-goYBN .framer-1tpu0vz-container, .framer-goYBN .framer-11kcqyw-container, .framer-goYBN .framer-ilmg12-container, .framer-goYBN .framer-1u29zmk-container, .framer-goYBN .framer-16f4ann-container { flex: none; height: 300px; width: 100%; } .framer-goYBN .framer-cqoq7d, .framer-goYBN .framer-17t7vwk, .framer-goYBN .framer-14ryqp1 { padding: 40px 20px 40px 20px; } .framer-goYBN .framer-1x15in8 { gap: 32px; } .framer-goYBN .framer-1wr91kv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; } .framer-goYBN .framer-1sibpc-container, .framer-goYBN .framer-o3rzje-container, .framer-goYBN .framer-1mp7b2y-container { align-self: unset; } .framer-goYBN .framer-12d3wba { padding: 40px 20px 40px 20px; width: 95%; } .framer-goYBN .framer-a6uc5m { gap: 60px; padding: 40px 20px 40px 20px; } .framer-goYBN .framer-15fzk3p { width: 90%; } .framer-goYBN .framer-1910ddc { flex-direction: column; gap: 24px; } .framer-goYBN .framer-1nbqexw-container, .framer-goYBN .framer-1vrrlfm-container, .framer-goYBN .framer-15mxjmt-container { height: auto; width: 100%; } .framer-goYBN .framer-1cqn2o { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; width: 100%; } .framer-goYBN .framer-1b0ap1n-container { align-self: unset; height: auto; } .framer-goYBN .framer-favw39 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-goYBN .framer-12jscix { gap: 24px; grid-template-columns: repeat(1, minmax(298px, 1fr)); padding: 0px; } .framer-goYBN .framer-cxiq2k { height: var(--framer-aspect-ratio-supported, 263px); }}\",\"@media (min-width: 576px) and (max-width: 991px) { .framer-goYBN.framer-1ep0nzw { width: 576px; } .framer-goYBN .framer-1tq0330-container { width: auto; } .framer-goYBN .framer-qeuuv4 { left: 0px; right: unset; } .framer-goYBN .framer-1ypjhq2 { gap: 30px; padding: 100px 20px 60px 20px; } .framer-goYBN .framer-1tnyeel-container, .framer-goYBN .framer-xw8zu3, .framer-goYBN .framer-11x0ua4, .framer-goYBN .framer-1x7zky5, .framer-goYBN .framer-1ezo7fk, .framer-goYBN .framer-16fkmsj, .framer-goYBN .framer-cv6alk, .framer-goYBN .framer-12itcqy, .framer-goYBN .framer-1a1tatc, .framer-goYBN .framer-g1h9ya, .framer-goYBN .framer-5vyias-container { width: 100%; } .framer-goYBN .framer-1ky0apz { gap: 40px; width: 536px; } .framer-goYBN .framer-1i1r9p, .framer-goYBN .framer-4jluzf, .framer-goYBN .framer-1hie8qa { flex: none; white-space: pre; width: auto; } .framer-goYBN .framer-edajkk { flex-direction: column; gap: 40px; width: 100%; } .framer-goYBN .framer-19d3d8e { padding: 0px 10px 0px 0px; width: 536px; } .framer-goYBN .framer-t8smzy { padding: 60px 20px 60px 20px; width: 100%; } .framer-goYBN .framer-1ir7alw { gap: 16px; } .framer-goYBN .framer-1bxhrd9-container { height: 100px; } .framer-goYBN .framer-1tcev0e { gap: 20px; padding: 30px 0px 30px 0px; } .framer-goYBN .framer-10opt6z { flex-direction: column; gap: 20px; padding: 30px 30px 0px 30px; width: 100%; } .framer-goYBN .framer-kjp94t, .framer-goYBN .framer-mjndkt, .framer-goYBN .framer-15fzk3p { width: 80%; } .framer-goYBN .framer-mcc5nl { padding: 0px 20px 20px 20px; width: 100%; } .framer-goYBN .framer-1tpu0vz-container, .framer-goYBN .framer-11kcqyw-container { height: 400px; } .framer-goYBN .framer-1c1beju { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-goYBN .framer-ilmg12-container, .framer-goYBN .framer-1u29zmk-container, .framer-goYBN .framer-16f4ann-container { align-self: start; flex: none; height: 400px; justify-self: start; width: 100%; } .framer-goYBN .framer-cqoq7d, .framer-goYBN .framer-17t7vwk { padding: 60px 20px 60px 20px; } .framer-goYBN .framer-1x15in8 { gap: 32px; } .framer-goYBN .framer-1wr91kv { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); } .framer-goYBN .framer-12d3wba { padding: 60px 20px 60px 20px; width: 95%; } .framer-goYBN .framer-a6uc5m { gap: 60px; padding: 60px 20px 60px 20px; } .framer-goYBN .framer-1910ddc { flex-direction: column; gap: 24px; } .framer-goYBN .framer-1nbqexw-container, .framer-goYBN .framer-1vrrlfm-container, .framer-goYBN .framer-15mxjmt-container { height: auto; width: 100%; } .framer-goYBN .framer-1v11mvt { align-content: flex-start; align-items: flex-start; } .framer-goYBN .framer-1cqn2o { grid-template-columns: repeat(2, minmax(50px, 1fr)); width: 100%; } .framer-goYBN .framer-14ryqp1 { padding: 40px 20px 40px 20px; } .framer-goYBN .framer-12jscix { gap: 24px; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); padding: 0px; } .framer-goYBN .framer-cxiq2k { height: var(--framer-aspect-ratio-supported, 192px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8247\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Wa6BW4U3L\":{\"layout\":[\"fixed\",\"auto\"]},\"Qp8sNE81S\":{\"layout\":[\"fixed\",\"auto\"]},\"ROIuaUbNF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ZKTFHMt_P\":{\"pattern\":\":ZKTFHMt_P\",\"name\":\"hero\"},\"rn9mRMHl3\":{\"pattern\":\":rn9mRMHl3\",\"name\":\"brands\"},\"pfe3Ly3GG\":{\"pattern\":\":pfe3Ly3GG\",\"name\":\"how-it-works\"},\"O4LjzPmVH\":{\"pattern\":\":O4LjzPmVH\",\"name\":\"features\"},\"NpsVGRo3M\":{\"pattern\":\":NpsVGRo3M\",\"name\":\"features\"},\"SlyT7UK2d\":{\"pattern\":\":SlyT7UK2d\",\"name\":\"testimonials\"},\"M9t8agJoo\":{\"pattern\":\":M9t8agJoo\",\"name\":\"features\"},\"BEPmD5Myr\":{\"pattern\":\":BEPmD5Myr\",\"name\":\"blog\"}}\n * @framerResponsiveScreen\n */const FramerIc5LwK9oK=withCSS(Component,css,\"framer-goYBN\");export default FramerIc5LwK9oK;FramerIc5LwK9oK.displayName=\"Home\";FramerIc5LwK9oK.defaultProps={height:8247,width:1380};addFonts(FramerIc5LwK9oK,[{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\"}]},...NavigationFonts,...VideoFonts,...TextCycleFonts,...ButtonsFonts,...Mercedes_blackFonts,...Kuoni_blackFonts,...Bmw_blackFonts,...Heineken_blackFonts,...Lala_blackFonts,...Zoetis_blackFonts,...Loreal_blackFonts,...Bayer_blackFonts,...Audi_blackFonts,...Daimler_blackFonts,...Hsbc_blackFonts,...TickerFonts,...ServicesCardFonts,...BadgeFonts,...FeatureCardFonts,...TestimonialFonts,...PortfolioCard03Fonts,...AdsBannersFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIc5LwK9oK\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wa6BW4U3L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qp8sNE81S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ROIuaUbNF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"8247\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"ZKTFHMt_P\\\":{\\\"pattern\\\":\\\":ZKTFHMt_P\\\",\\\"name\\\":\\\"hero\\\"},\\\"rn9mRMHl3\\\":{\\\"pattern\\\":\\\":rn9mRMHl3\\\",\\\"name\\\":\\\"brands\\\"},\\\"pfe3Ly3GG\\\":{\\\"pattern\\\":\\\":pfe3Ly3GG\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"O4LjzPmVH\\\":{\\\"pattern\\\":\\\":O4LjzPmVH\\\",\\\"name\\\":\\\"features\\\"},\\\"NpsVGRo3M\\\":{\\\"pattern\\\":\\\":NpsVGRo3M\\\",\\\"name\\\":\\\"features\\\"},\\\"SlyT7UK2d\\\":{\\\"pattern\\\":\\\":SlyT7UK2d\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"M9t8agJoo\\\":{\\\"pattern\\\":\\\":M9t8agJoo\\\",\\\"name\\\":\\\"features\\\"},\\\"BEPmD5Myr\\\":{\\\"pattern\\\":\\\":BEPmD5Myr\\\",\\\"name\\\":\\\"blog\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1380\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerhSj7318Vr", "withCSS", "hSj7318Vr_default", "addFonts", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "description", "height", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SxkWqfr8x", "r81VyDtlY", "sbp_ucygW", "kxjhDANYv", "vCWFYxNrd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1garwa0", "args", "CycleVariantState", "onMouseLeaveqpc0t2", "onMouseEnter13uutz4", "onMouseLeave1ymjfqj", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "css", "FramerjV1MoLHny", "withCSS", "jV1MoLHny_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "cycleOrder", "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", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "Framerlfpqwzifb", "withCSS", "lfpqwzifb_default", "addFonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerN7kfhRY0b", "withCSS", "N7kfhRY0b_default", "addFonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerQ2Azbrtsf", "withCSS", "Q2Azbrtsf_default", "addFonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "Framerqw7xCZGct", "withCSS", "qw7xCZGct_default", "addFonts", "fontStore", "fonts", "css", "className", "R7JLL6eR9_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "__FramerMetadata__", "valuesByLocaleId", "R7JLL6eR9_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "image", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "N7Hs0GKSF", "mYil2QMV4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "getLocalizedValue", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerR7JLL6eR9", "withCSS", "R7JLL6eR9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerRnqP3rCxp", "withCSS", "RnqP3rCxp_default", "addFonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerSuI2GwFKz", "withCSS", "SuI2GwFKz_default", "addFonts", "wdmUZtnF7_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "wdmUZtnF7_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1md343m", "args", "onAppear10rvhsy", "onAppearrm2wdv", "onAppeareyfnkg", "onAppearxylx1x", "onAppear9hbvam", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "u", "cx", "getLocalizedValue", "css", "FramerwdmUZtnF7", "withCSS", "wdmUZtnF7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "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", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerWPPAApORl", "withCSS", "WPPAApORl_default", "addFonts", "cycleOrder", "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", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerxBezP0oac", "withCSS", "xBezP0oac_default", "addFonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerxMMbKWLN5", "withCSS", "xMMbKWLN5_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "nameRole", "testimonial", "text", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TPEHsZWqf", "lxoksPKf0", "Jxq2GRK7M", "A86LixV0U", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "css", "FramerxzSFaubax", "withCSS", "xzSFaubax_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerZFxthRJJg", "withCSS", "ZFxthRJJg_default", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "RG7yJog90_default", "NavigationWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "VideoFonts", "Video", "RichTextWithOptimizedAppearEffect", "RichText2", "TextCycleFonts", "wdmUZtnF7_default", "MotionDivWithOptimizedAppearEffect", "motion", "ButtonsFonts", "yORaTwldW_default", "Mercedes_blackFonts", "ZFxthRJJg_default", "Kuoni_blackFonts", "RnqP3rCxp_default", "Bmw_blackFonts", "lfpqwzifb_default", "Heineken_blackFonts", "SuI2GwFKz_default", "Lala_blackFonts", "xBezP0oac_default", "Zoetis_blackFonts", "xMMbKWLN5_default", "Loreal_blackFonts", "WPPAApORl_default", "Bayer_blackFonts", "hSj7318Vr_default", "Audi_blackFonts", "Q2Azbrtsf_default", "Daimler_blackFonts", "qw7xCZGct_default", "Hsbc_blackFonts", "N7kfhRY0b_default", "TickerFonts", "Ticker", "MotionSectionWithFX", "withFX", "ServicesCardFonts", "jV1MoLHny_default", "BadgeFonts", "SXR9yB_tn_default", "ContainerWithFX", "RichTextWithFX", "FeatureCardFonts", "fbekXnNAc_default", "TestimonialFonts", "xzSFaubax_default", "MotionDivWithFX", "PortfolioCard03Fonts", "jfBAP5lI9_default", "AdsBannersFonts", "R7JLL6eR9_default", "MotionAWithFX", "FooterFonts", "qZ_XI3P7P_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "transition6", "animation8", "animation9", "animation10", "transition7", "transition8", "animation11", "addImageAlt", "image", "alt", "transition9", "animation12", "transition10", "transition11", "animation13", "transition12", "transition13", "transition14", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "contains", "a", "b", "QueryData1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "fsg33m8_Ulx3EUA54T", "iAwXRkutMlx3EUA54T", "f5V3Q0applx3EUA54T", "qLjU6esLnlx3EUA54T", "idlx3EUA54T", "wR752i2OMT2DDVVZ2t", "ZVhKDtWyET2DDVVZ2t", "zgMbIQQN4T2DDVVZ2t", "Lx_TFXkL0T2DDVVZ2t", "cOtUIDMJBT2DDVVZ2t", "X3LNSX4KST2DDVVZ2t", "idT2DDVVZ2t", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "isDisplayed", "elementId", "useRouteElementId", "ref2", "usePreloadLocalizedValues", "router", "useRouter", "elementId1", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Link", "x", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "Image2", "resolvedLinks6", "ChildrenCanSuspend", "ZVT9vQ9gq_default", "collection", "l", "index", "PathVariablesContext", "resolvedLinks7", "CWvRL2Z7h_default", "collection1", "paginationInfo1", "loadMore1", "index1", "textContent", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "css", "FramerIc5LwK9oK", "withCSS", "Ic5LwK9oK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
