{"version":3,"file":"wRxk1RVIRVTbcuzN5Pt3MoB3LNX6PEA_xEHidT7Sf1o.C96mvx1v.mjs","names":["props","t","e","t","n","o","r","u","a","s","e","i","e","t","r","n","o","n","e","t","t","n","r","a","e","s","o","i","u","l","p","M","e","t","n","o","i","s","r","a","l","u","j","x","V","q","se","re","ae","isBrowser","current","props","i","dotStyle","Component","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","Image","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","transformTemplate1","_","t","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","addPropertyOverrides","ModulesIcon","MotionDivWithFX","cycleOrder","serializationHash","variantClassNames","animation","transition1","transition2","transition3","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","animation","animation1","transition2","transformTemplate1","_","t","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","addPropertyOverrides","ChipFonts","Chip","RichTextWithFX","ButtonFonts","Button","Bloges","MotionDivWithFX","cycleOrder","serializationHash","variantClassNames","transition1","animation","transition2","transition3","transition4","transition5","transition6","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","NewBlog","_Fragment","Cgmy7j5Xdb6ssfTuo4","cIqU0LhKcb6ssfTuo4","CqczLZjNZb6ssfTuo4","ePrm3Fwt3b6ssfTuo4","idb6ssfTuo4","lOYLDBxXmb6ssfTuo4","VUSC_9f_6b6ssfTuo4","Yizjy_4afb6ssfTuo4","css","serializationHash","variantClassNames","transition1","transformTemplate1","_","t","humanReadableVariantMap","getProps","props","Component","className","css","ArrowDown","HeadingText","HeadingText1","Mobile","Button","Card","Content","CargoModules","Image","SectionOurTeam","Content1","Chip","Button2","TabHorizontal","SectionBlog","SectionFooter","Navigation","_","t","props","metadata","className","PropertyOverrides","_Fragment","FormPlainTextInput","css"],"sources":["https:/framerusercontent.com/modules/41FvcvmCqELCw1gYmYUJ/5ND7oDYlUBaFLhz1kG4g/Counter1.js","https:/ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js","https:/ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js","https:/ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js","https:/framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js","https:/framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js","https:/framerusercontent.com/modules/sWD3hfHHRK6ltf1wAPl8/ZM1qVVj2D1V8KIDykzX3/Bt9H5UURO.js","https:/framerusercontent.com/modules/oAmUChCBGYvj1r0lLEh7/aKRKD5angpJXOb1TmPIM/xESZ81bzz.js","https:/framerusercontent.com/modules/wSSeiF4jsdnrZtQzxFOo/3icnQJVB4L1hEuJ4pBbi/fXqmslgvh.js","https:/framerusercontent.com/modules/qzIYKdRKQGagdqLmrNpK/NGBVtx31ijMMHsPwbAmY/JCgewGyTZ.js","https:/framerusercontent.com/modules/ga902RKfL3HQnETzBZVT/Otl5vP0H1jcQXgsxPAzA/koCFvwkED.js","https:/framerusercontent.com/modules/hDeRyUgzpK5qd2KRoEP8/1HFdyy2pLsKOJ9v447wk/q5Vojqu0_.js","https:/framerusercontent.com/modules/8r535fjLrxO8pFp60XCW/S27ICCgVhAZUdfnW2HCn/nkMMm2oFk.js","https:/framerusercontent.com/modules/bnyocnVUYexmumVlL6He/aWDmL9YAKVbAAJSlZSyh/QFSW4Fwhi.js","https:/framerusercontent.com/modules/mADzZyyQXOBplRZ2jKxO/l0vI5QOsbZrmuRabB1hz/sxmK4g0vu.js","https:/framerusercontent.com/modules/tkrinJbJdRIcDydYp9jU/GGAsxxHx5foAGZclSIsQ/augiA20Il.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;setCount(prevCount=>{const nextCount=parseFloat((prevCount+increment).toFixed(2));return nextCount>=end?end:nextCount;});};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"Built by Microstacks\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter1.map","function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map","var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map","var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map","import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map","import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map","import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"⭐️\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{ref.current?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0—1—2—3—4—5—0 */let isSelected=wrappedIndex===index;/* Go 0—5—4—3—2—1—0—5 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map","// Generated by Framer (b0cf16c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/9QOszspaIknkBiDCgKIK/68KMzVIjxrwAQD8p18m1/kIXl7Gi_Z.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cZPL4JebjBW3sTE44INt/jEotQwyjZ6BMPCw9rdPT/LSk98jPdE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/fXI64N3XfJkVsEJQbNDN/RcVJSbHaaISHmkjF9boX/nCiNzYW2m.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/8GIyzP3KjRjUnL2Xmh3k/pjO00T6sERjvItUAP1gA/P9h8LlzTv.js\";const cycleOrder=[\"fAEc9PfcY\",\"Q4l0d8w9a\",\"x5e5UofyV\"];const serializationHash=\"framer-hRq80\";const variantClassNames={fAEc9PfcY:\"framer-v-1aui7cf\",Q4l0d8w9a:\"framer-v-1cpe3v1\",x5e5UofyV:\"framer-v-qwm7xz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"fAEc9PfcY\",\"Variant 2\":\"Q4l0d8w9a\",\"Variant 3\":\"x5e5UofyV\"};const getProps=({content,height,id,status,width,...props})=>{return{...props,Dn8FYch7u:content??props.Dn8FYch7u??'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"',j8pfLfmtY:status??props.j8pfLfmtY??\"Senior Executive leading international oil company (IOC).\",variant:humanReadableVariantMap[props.variant]??props.variant??\"fAEc9PfcY\"};};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,Dn8FYch7u,j8pfLfmtY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fAEc9PfcY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Q4l0d8w9a:{value:undefined},x5e5UofyV:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1aui7cf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fAEc9PfcY\",ref:refBinding,style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"5px 2px 27px 0px rgba(0, 0, 0, 0.1)\",...style},variants:{Q4l0d8w9a:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},x5e5UofyV:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({Q4l0d8w9a:{\"data-framer-name\":\"Variant 2\"},x5e5UofyV:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-nhm8u7\",\"data-styles-preset\":\"LSk98jPdE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"'})}),className:\"framer-vfhlzp\",\"data-framer-name\":\"Quote\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DogHDo3FT\",style:{\"--extracted-r6o4lv\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:Dn8FYch7u,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Q4l0d8w9a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"'})})},x5e5UofyV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"'})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-106nqro\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"llvJqtKPR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Senior Executive leading international oil company (IOC).\"})}),className:\"framer-179571l\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Qt7gQZY9A\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:j8pfLfmtY,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({x5e5UofyV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Senior Executive leading international oil company (IOC).\"})})}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hRq80.framer-17ab355, .framer-hRq80 .framer-17ab355 { display: block; }\",\".framer-hRq80.framer-1aui7cf { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 318px; justify-content: flex-start; overflow: visible; padding: 40px 48px 40px 48px; position: relative; width: 580px; }\",\".framer-hRq80 .framer-vfhlzp { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hRq80 .framer-106nqro { align-content: flex-start; align-items: flex-start; 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-hRq80 .framer-179571l { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hRq80.framer-1aui7cf, .framer-hRq80 .framer-106nqro { gap: 0px; } .framer-hRq80.framer-1aui7cf > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-hRq80.framer-1aui7cf > :first-child { margin-top: 0px; } .framer-hRq80.framer-1aui7cf > :last-child { margin-bottom: 0px; } .framer-hRq80 .framer-106nqro > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-hRq80 .framer-106nqro > :first-child { margin-left: 0px; } .framer-hRq80 .framer-106nqro > :last-child { margin-right: 0px; } }\",\".framer-hRq80.framer-v-1cpe3v1.framer-1aui7cf { height: 283px; padding: 32px; width: 522px; }\",\".framer-hRq80.framer-v-qwm7xz.framer-1aui7cf { gap: 20px; height: 324px; overflow: unset; padding: 20px; width: 297px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hRq80.framer-v-qwm7xz.framer-1aui7cf { gap: 0px; } .framer-hRq80.framer-v-qwm7xz.framer-1aui7cf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hRq80.framer-v-qwm7xz.framer-1aui7cf > :first-child { margin-top: 0px; } .framer-hRq80.framer-v-qwm7xz.framer-1aui7cf > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 318\n * @framerIntrinsicWidth 580\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q4l0d8w9a\":{\"layout\":[\"fixed\",\"fixed\"]},\"x5e5UofyV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Dn8FYch7u\":\"content\",\"j8pfLfmtY\":\"status\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBt9H5UURO=withCSS(Component,css,\"framer-hRq80\");export default FramerBt9H5UURO;FramerBt9H5UURO.displayName=\"Content\";FramerBt9H5UURO.defaultProps={height:318,width:580};addPropertyControls(FramerBt9H5UURO,{variant:{options:[\"fAEc9PfcY\",\"Q4l0d8w9a\",\"x5e5UofyV\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},Dn8FYch7u:{defaultValue:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"',displayTextArea:false,title:\"Content\",type:ControlType.String},j8pfLfmtY:{defaultValue:\"Senior Executive leading international oil company (IOC).\",displayTextArea:false,title:\"Status\",type:ControlType.String}});addFonts(FramerBt9H5UURO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBt9H5UURO\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q4l0d8w9a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x5e5UofyV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"318\",\"framerIntrinsicWidth\":\"580\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Dn8FYch7u\\\":\\\"content\\\",\\\"j8pfLfmtY\\\":\\\"status\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Bt9H5UURO.map","// Generated by Framer (9045c1a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Proxima Nova Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Proxima Nova Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/TdaIQKBttLxOzz0o9Lj5VLJCKk.woff2\"}]}];export const css=[\".framer-miQKN .framer-styles-preset-1d2tx1m:not(.rich-text-wrapper), .framer-miQKN .framer-styles-preset-1d2tx1m.rich-text-wrapper p { --framer-font-family: \\\"Proxima Nova Regular\\\", \\\"Proxima Nova Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 16px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-miQKN\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/9QOszspaIknkBiDCgKIK/68KMzVIjxrwAQD8p18m1/kIXl7Gi_Z.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8GIyzP3KjRjUnL2Xmh3k/pjO00T6sERjvItUAP1gA/P9h8LlzTv.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ruIbMQXf1zln9XZlXihf/HpzAW6LlPlkJqrHge1Vl/UG1zr3Lkp.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/oAmUChCBGYvj1r0lLEh7/aKRKD5angpJXOb1TmPIM/xESZ81bzz.js\";const cycleOrder=[\"Z3Rt3joR9\",\"EasEd4d4i\",\"rhRfq195o\",\"WdspPfHpM\",\"nzsTdX8uZ\",\"Bamjno_Dv\"];const serializationHash=\"framer-QFfSp\";const variantClassNames={Bamjno_Dv:\"framer-v-xzmi2\",EasEd4d4i:\"framer-v-vtomlj\",nzsTdX8uZ:\"framer-v-1sybi13\",rhRfq195o:\"framer-v-1pm1sxe\",WdspPfHpM:\"framer-v-1g2lrg6\",Z3Rt3joR9:\"framer-v-1ql49lk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-hover\":\"EasEd4d4i\",\"Mobile-hover\":\"nzsTdX8uZ\",\"Tablet \":\"rhRfq195o\",\"Variant 6\":\"Bamjno_Dv\",Desktop:\"Z3Rt3joR9\",Mobile:\"WdspPfHpM\"};const getProps=({height,id,image,title,Uio18Qpev,width,...props})=>{return{...props,OwEWiKEzl:image??props.OwEWiKEzl??{alt:\"\",pixelHeight:1080,pixelWidth:1568,src:\"https://framerusercontent.com/images/EpR7eSEOmZSkuSQKmtJwwL3BfvI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/EpR7eSEOmZSkuSQKmtJwwL3BfvI.png?scale-down-to=512 512w,https://framerusercontent.com/images/EpR7eSEOmZSkuSQKmtJwwL3BfvI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EpR7eSEOmZSkuSQKmtJwwL3BfvI.png 1568w\"},Uio18Qpev:Uio18Qpev??props.Uio18Qpev??\"Crude oil cargo operations are complex and require seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. By leveraging the power of AI, GLX CARGO delivers smart, real-time insights to streamline operations, reduce costs, and improve efficiency, ensuring a smoother, more reliable supply chain with smarter decision-making at every step.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Z3Rt3joR9\",ZN0T5waFl:title??props.ZN0T5waFl??\"For Crude Companies\"};};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,OwEWiKEzl,ZN0T5waFl,Uio18Qpev,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z3Rt3joR9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1nq6z9t=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"EasEd4d4i\");});const onMouseLeaverna6cg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Z3Rt3joR9\");});const onTap33r466=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Bamjno_Dv\");});const onTaprhlmn0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"nzsTdX8uZ\");});const onTap1gdjufe=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"WdspPfHpM\");});const onTapjdfh78=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"rhRfq195o\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"rhRfq195o\",\"Bamjno_Dv\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"EasEd4d4i\",\"nzsTdX8uZ\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"rhRfq195o\",\"Bamjno_Dv\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"Bamjno_Dv\")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-1ql49lk\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z3Rt3joR9\",onMouseEnter:onMouseEnter1nq6z9t,ref:refBinding,style:{...style},...addPropertyOverrides({Bamjno_Dv:{\"data-framer-name\":\"Variant 6\",onMouseEnter:undefined,onTap:onTapjdfh78},EasEd4d4i:{\"data-framer-name\":\"Desktop-hover\",onMouseLeave:onMouseLeaverna6cg},nzsTdX8uZ:{\"data-framer-name\":\"Mobile-hover\",onMouseEnter:undefined,onTap:onTap1gdjufe},rhRfq195o:{\"data-framer-name\":\"Tablet \",onMouseEnter:undefined,onTap:onTap33r466},WdspPfHpM:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined,onTap:onTaprhlmn0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13v4xn4\",layoutDependency:layoutDependency,layoutId:\"RnhttikIk\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},variants:{Bamjno_Dv:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},nzsTdX8uZ:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},rhRfq195o:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},WdspPfHpM:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-389)/2+0+0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(OwEWiKEzl)},className:\"framer-czf3hk\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"oqg7YMiwm\",...addPropertyOverrides({Bamjno_Dv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-398)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(OwEWiKEzl)}},nzsTdX8uZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-250)/2+0+0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(OwEWiKEzl)}},rhRfq195o:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-314)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(OwEWiKEzl)}},WdspPfHpM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-250)/2+0+0)+0),sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(OwEWiKEzl)}}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7x5qki\",layoutDependency:layoutDependency,layoutId:\"aeYSIefg8\",style:{backdropFilter:\"blur(7px)\",backgroundColor:\"var(--token-5f04e061-6bb2-4c7a-b829-c00eff751931, rgba(0, 0, 0, 0.2))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,WebkitBackdropFilter:\"blur(7px)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ze62mb\",layoutDependency:layoutDependency,layoutId:\"lq8kwih5C\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xnn3nh\",\"data-styles-preset\":\"UG1zr3Lkp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"For Crude Companies\"})}),className:\"framer-fbpz40\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"i14FeqXnQ\",style:{\"--extracted-r6o4lv\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:ZN0T5waFl,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nzsTdX8uZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"For Crude Companies\"})})},WdspPfHpM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"For Crude Companies\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Managing cargo operations in the crude oil industry is complex and requires seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. GLX CARGO simplifies this process by leveraging automation, enhancing accuracy, and delivering real-time insights. The solution streamlines operations, reduces costs, and improves efficiency, ensuring a smoother, more reliable supply chain. \"})}),className:\"framer-1e4jpcl\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hCailZIxA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:Uio18Qpev,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nzsTdX8uZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d2tx1m\",\"data-styles-preset\":\"xESZ81bzz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Managing cargo operations in the crude oil industry is complex and requires seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. GLX CARGO simplifies this process by leveraging automation, enhancing accuracy, and delivering real-time insights. The solution streamlines operations, reduces costs, and improves efficiency, ensuring a smoother, more reliable supply chain. \"})})}},baseVariant,gestureVariant)})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n93q55\",layoutDependency:layoutDependency,layoutId:\"vAmscmGVi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"For Crude Companies\"})}),className:\"framer-wly10\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"J9l1f7Rpe\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:ZN0T5waFl,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1d2tx1m\",\"data-styles-preset\":\"xESZ81bzz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Managing cargo operations in the crude oil industry is complex and requires seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. GLX CARGO simplifies this process by leveraging automation, enhancing accuracy, and delivering real-time insights. The solution streamlines operations, reduces costs, and improves efficiency, ensuring a smoother, more reliable supply chain. \"})}),className:\"framer-1q2kcrf\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dKHVznQCt\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:Uio18Qpev,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QFfSp.framer-yns6f, .framer-QFfSp .framer-yns6f { display: block; }\",\".framer-QFfSp.framer-1ql49lk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 392px; }\",\".framer-QFfSp .framer-13v4xn4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QFfSp .framer-czf3hk { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 389px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QFfSp .framer-7x5qki { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 22px; position: relative; width: 1px; }\",\".framer-QFfSp .framer-ze62mb, .framer-QFfSp .framer-n93q55 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QFfSp .framer-fbpz40, .framer-QFfSp .framer-1e4jpcl, .framer-QFfSp .framer-wly10, .framer-QFfSp .framer-1q2kcrf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QFfSp.framer-v-vtomlj .framer-czf3hk, .framer-QFfSp.framer-v-1pm1sxe .framer-n93q55 { order: 1; }\",\".framer-QFfSp.framer-v-vtomlj .framer-7x5qki { height: 100%; }\",\".framer-QFfSp.framer-v-1pm1sxe.framer-1ql49lk, .framer-QFfSp.framer-v-xzmi2.framer-1ql49lk { cursor: pointer; gap: 10px; width: 230px; }\",\".framer-QFfSp.framer-v-1pm1sxe .framer-13v4xn4, .framer-QFfSp.framer-v-xzmi2 .framer-13v4xn4 { order: 0; }\",\".framer-QFfSp.framer-v-1pm1sxe .framer-czf3hk, .framer-QFfSp.framer-v-xzmi2 .framer-czf3hk { flex: 1 0 0px; height: 184px; width: 1px; }\",\".framer-QFfSp.framer-v-1g2lrg6.framer-1ql49lk, .framer-QFfSp.framer-v-1sybi13.framer-1ql49lk { cursor: pointer; width: 350px; }\",\".framer-QFfSp.framer-v-1g2lrg6 .framer-czf3hk { flex: 1 0 0px; height: 250px; width: 1px; }\",\".framer-QFfSp.framer-v-1g2lrg6 .framer-7x5qki { padding: 14px; }\",\".framer-QFfSp.framer-v-1sybi13 .framer-czf3hk { height: 250px; }\",\".framer-QFfSp.framer-v-1sybi13 .framer-7x5qki { height: 100%; padding: 20px; }\",\".framer-QFfSp.framer-v-1sybi13 .framer-ze62mb { gap: 4px; }\",\".framer-QFfSp.framer-v-xzmi2 .framer-n93q55 { gap: 4px; order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 389\n * @framerIntrinsicWidth 392\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EasEd4d4i\":{\"layout\":[\"fixed\",\"auto\"]},\"rhRfq195o\":{\"layout\":[\"fixed\",\"auto\"]},\"WdspPfHpM\":{\"layout\":[\"fixed\",\"auto\"]},\"nzsTdX8uZ\":{\"layout\":[\"fixed\",\"auto\"]},\"Bamjno_Dv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"OwEWiKEzl\":\"image\",\"ZN0T5waFl\":\"title\",\"Uio18Qpev\":\"Uio18Qpev\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfXqmslgvh=withCSS(Component,css,\"framer-QFfSp\");export default FramerfXqmslgvh;FramerfXqmslgvh.displayName=\"Card\";FramerfXqmslgvh.defaultProps={height:389,width:392};addPropertyControls(FramerfXqmslgvh,{variant:{options:[\"Z3Rt3joR9\",\"EasEd4d4i\",\"rhRfq195o\",\"WdspPfHpM\",\"nzsTdX8uZ\",\"Bamjno_Dv\"],optionTitles:[\"Desktop\",\"Desktop-hover\",\"Tablet \",\"Mobile\",\"Mobile-hover\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},OwEWiKEzl:{__defaultAssetReference:\"data:framer/asset-reference,EpR7eSEOmZSkuSQKmtJwwL3BfvI.png?originalFilename=Image.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,EpR7eSEOmZSkuSQKmtJwwL3BfvI.png?originalFilename=Image.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},ZN0T5waFl:{defaultValue:\"For Crude Companies\",description:\"\",displayTextArea:false,title:\"Title\",type:ControlType.String},Uio18Qpev:{defaultValue:\"Crude oil cargo operations are complex and require seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. By leveraging the power of AI, GLX CARGO delivers smart, real-time insights to streamline operations, reduce costs, and improve efficiency, ensuring a smoother, more reliable supply chain with smarter decision-making at every step.\",description:\"\",displayTextArea:false,placeholder:\"\",title:\" \",type:ControlType.String}});addFonts(FramerfXqmslgvh,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfXqmslgvh\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EasEd4d4i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rhRfq195o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WdspPfHpM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nzsTdX8uZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Bamjno_Dv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"389\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"OwEWiKEzl\\\":\\\"image\\\",\\\"ZN0T5waFl\\\":\\\"title\\\",\\\"Uio18Qpev\\\":\\\"Uio18Qpev\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"392\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fXqmslgvh.map","// Generated by Framer (189896a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"tgx_UYVfB\",\"Hhv2foccS\"];const serializationHash=\"framer-OOhoe\";const variantClassNames={Hhv2foccS:\"framer-v-lgnr5z\",tgx_UYVfB:\"framer-v-jmz9og\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"tgx_UYVfB\",\"Variant 2\":\"Hhv2foccS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tgx_UYVfB\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tgx_UYVfB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargvj7gj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),4e3);});useOnVariantChange(baseVariant,{default:onAppeargvj7gj});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jmz9og\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tgx_UYVfB\",ref:refBinding,style:{...style},...addPropertyOverrides({Hhv2foccS:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"71px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"DESIGNED FOR SEABORNE ENERGY. \"})}),className:\"framer-9kbbs7\",\"data-framer-name\":\"Heading Text\",fonts:[\"CUSTOM;Alternate Gothic No1 D Regular\"],layoutDependency:layoutDependency,layoutId:\"qPGE9C95R\",style:{\"--extracted-gdpscs\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Hhv2foccS:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"71px\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"THE OPERATING SYSTEM FOR GLOBAL LNG.\"})}),className:\"framer-19z27dk\",\"data-framer-name\":\"Heading Text\",fonts:[\"CUSTOM;Alternate Gothic No1 D Regular\"],layoutDependency:layoutDependency,layoutId:\"qtPTwlqsU\",style:{\"--extracted-gdpscs\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Hhv2foccS:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OOhoe.framer-1hm9y4d, .framer-OOhoe .framer-1hm9y4d { display: block; }\",\".framer-OOhoe.framer-jmz9og { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 71px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 630px; }\",\".framer-OOhoe .framer-9kbbs7 { flex: none; height: auto; left: 0px; position: absolute; top: 49%; white-space: pre; width: auto; z-index: 1; }\",\".framer-OOhoe .framer-19z27dk { flex: none; height: auto; position: absolute; right: -698px; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-OOhoe.framer-v-lgnr5z.framer-jmz9og { width: 707px; }\",\".framer-OOhoe.framer-v-lgnr5z .framer-9kbbs7 { left: -582px; top: 0px; }\",\".framer-OOhoe.framer-v-lgnr5z .framer-19z27dk { left: 0px; right: unset; top: 49%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 71\n * @framerIntrinsicWidth 630\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hhv2foccS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJCgewGyTZ=withCSS(Component,css,\"framer-OOhoe\");export default FramerJCgewGyTZ;FramerJCgewGyTZ.displayName=\"Heading Text\";FramerJCgewGyTZ.defaultProps={height:71,width:630};addPropertyControls(FramerJCgewGyTZ,{variant:{options:[\"tgx_UYVfB\",\"Hhv2foccS\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJCgewGyTZ,[{explicitInter:true,fonts:[{family:\"Alternate Gothic No1 D Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/19GtDkOQF4NggkVqZJTRWLKioo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJCgewGyTZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"630\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hhv2foccS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"71\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JCgewGyTZ.map","// Generated by Framer (3bdc3c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/xHONWgYXM6mSJFJ3OQE6/hEorZLhAz6tdzSGLEjWt/componentPresets.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lYUkaAwUzy3HfvcYCNp0/U5rVtayRc4pnMaddtTzW/A4T4qjv3_.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/yO37vqS5mF0PTVYLTMIk/8biluGnkFjEyNa2FJHcI/f2o2hfMPx.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/My8OOfDXBHcaaKAjvyCq/PqSpjs1bIEwA6EJNYPUk/GzfVPPgLj.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/2f2t1EZBjbQeS7P3CXeD/4IWPUFEHq38HY2NRUdKa/KguNWQWZe.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/7yDa5pm8stHogXZjGa2s/wE4nyxC0ufYKfLt3GMBu/MUDaqWcEf.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/oQ8p2pcgaLihjBN2r6aB/25rnWRwcsKIXP5KEM4TD/nCiNzYW2m.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/tUoOpSe39FCZcTeBlFiN/Dc2KYagrjALKkHtwnReE/nzhV2SOu2.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/4wC0VHUorJ3jUAhmQFfS/CZRxbFbMP2iqXPdo9FNk/P9h8LlzTv.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/hEeziK2e00WzBG1Tinlh/oCj0iX1UmDlf61fD2AlT/q5Vojqu0_.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/uuIWLWAqyxEXfL3qB7Uj/AqCQbP2NsVzVQd1QD3FF/Qn4eB2Efp.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/akeB4KW7yJ2RSV8yLgFb/zDh7kTt8gS1pylDuNfUP/w0cyugSQy.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/amUBwbxMxglzWcN3ZxE9/MA4rRaWlshQipP74srrP/wmyI4LN_T.js\";import ModulesIcon from\"https://framerusercontent.com/modules/dS2T3UiS0r4zhnZJJIFO/L8Iy4D8Gn0lA1XpARGXX/Xh5v6yu20.js\";const ModulesIconFonts=getFonts(ModulesIcon);const MotionDivWithFX=withFX(motion.div);const ModulesIconControls=getPropertyControls(ModulesIcon);const cycleOrder=[\"CL0POfEXR\",\"OIDi8PRAJ\",\"N17_8G_fA\"];const serializationHash=\"framer-4NCCQ\";const variantClassNames={CL0POfEXR:\"framer-v-89befm\",N17_8G_fA:\"framer-v-1m8cjk4\",OIDi8PRAJ:\"framer-v-1j811xk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition1={bounce:0,delay:.7,duration:1,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={bounce:0,delay:.1,duration:1,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"1\":\"yIsgErG_5\",\"10\":\"kfGXJR1zH\",\"11\":\"fLvuwvQFJ\",\"2\":\"dawvtNEoO\",\"3\":\"FeynEf2Ay\",\"4\":\"yOOaFOZZZ\",\"40/1\":\"nmERFT0Yk\",\"40/2\":\"fTmj0DOgA\",\"40/3\":\"ip_q4gs33\",\"48/1\":\"mIU4zVSxo\",\"48/2\":\"OJ1WLJEY0\",\"48/3\":\"wu8k_ThWZ\",\"5\":\"TUwfDyyKk\",\"6\":\"YELk6yHkL\",\"7\":\"BQcGWdJAU\",\"8\":\"t7pdXhvgh\",\"9\":\"fXhCQBVAF\",\"Tab 1\":\"cVtweTqaa\",\"Tab 10\":\"YGAHtRBdX\",\"Tab 11\":\"qbmy3Havt\",\"Tab 2\":\"L6FLPHRUW\",\"Tab 3\":\"lcJQORy0H\",\"Tab 4\":\"oP1dxwP78\",\"Tab 5\":\"MmZABWHDO\",\"Tab 6\":\"mBENy0yXl\",\"Tab 7\":\"uy54EvMXv\",\"Tab 8\":\"oLvYW6sS2\",\"Tab 9\":\"wFbHRIPCm\"};const humanReadableVariantMap={\"Variant 3\":\"N17_8G_fA\",Desktop:\"CL0POfEXR\",Tablet:\"OIDi8PRAJ\"};const getProps=({_3Visible,_4Visible,_5Visible,heading,height,iCONVariant,id,point01,point04,point05,point2,pont03,width,...props})=>{return{...props,aTHKbwQ07:_4Visible??props.aTHKbwQ07??true,b1MMuaoZv:humanReadableEnumMap[iCONVariant]??iCONVariant??props.b1MMuaoZv??\"TUwfDyyKk\",BZzfQ7CYd:pont03??props.BZzfQ7CYd??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),c_uWDbDR8:heading??props.c_uWDbDR8??\"Medium length section heading goes here\",CLFWYW3xB:_5Visible??props.CLFWYW3xB??true,pcYakptg1:point2??props.pcYakptg1??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),pwEkYTZmW:point05??props.pwEkYTZmW??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:point01??props.ReBsRqQFl??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Cargo tracking: Capture detailed data on buy- and sell-legs with precision and ease.\"})}),V71qCHRiW:_3Visible??props.V71qCHRiW??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"CL0POfEXR\",xdnDlGv1I:point04??props.xdnDlGv1I??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})})};};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,c_uWDbDR8,b1MMuaoZv,ReBsRqQFl,pcYakptg1,BZzfQ7CYd,xdnDlGv1I,pwEkYTZmW,V71qCHRiW,aTHKbwQ07,CLFWYW3xB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CL0POfEXR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const pzwgE5Eoein59mk=activeVariantCallback(async(...args)=>{setVariant(\"CL0POfEXR\");});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 scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-89befm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CL0POfEXR\",ref:refBinding,style:{...style},...addPropertyOverrides({N17_8G_fA:{__framer__animate:{transition:transition3},\"data-framer-name\":\"Variant 3\"},OIDi8PRAJ:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:\"70px\",y:(componentViewport?.y||0)+0+0,...addPropertyOverrides({N17_8G_fA:{height:48,width:\"48px\"},OIDi8PRAJ:{height:48,width:\"48px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t60jg4-container\",layoutDependency:layoutDependency,layoutId:\"hnOzKhp5R-container\",nodeId:\"hnOzKhp5R\",rendersWithMotion:true,scopeId:\"koCFvwkED\",children:/*#__PURE__*/_jsx(ModulesIcon,{height:\"100%\",id:\"hnOzKhp5R\",layoutId:\"hnOzKhp5R\",pzwgE5Eoe:pzwgE5Eoein59mk,style:{height:\"100%\",width:\"100%\"},variant:b1MMuaoZv,width:\"100%\",...addPropertyOverrides({N17_8G_fA:{pzwgE5Eoe:undefined},OIDi8PRAJ:{pzwgE5Eoe:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-958frd\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"WlOs9fJVb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Medium length section heading goes here\"})}),className:\"framer-7l4sn5\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P6r2mgqV7\",style:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:c_uWDbDR8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpnetl\",layoutDependency:layoutDependency,layoutId:\"gWofRf4pC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5eepks\",layoutDependency:layoutDependency,layoutId:\"XnbAjBfsE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r16v8l\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"cYU3_R8R3\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vzt9kr\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"rFwJyxNc8\",style:{backgroundColor:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"aLRoLz_rO\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"lj3aJy6eh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:ReBsRqQFl,className:\"framer-1rja1dx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IXMfXavQW\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-l3sm1w\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({N17_8G_fA:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}},OIDi8PRAJ:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g33hwf\",layoutDependency:layoutDependency,layoutId:\"JNhCFyCPy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ewk085\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"zpX6qurt3\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p9cjzf\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"k3uC6xUi6\",style:{backgroundColor:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"aLRoLz_rO\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"lj3aJy6eh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:pcYakptg1,className:\"framer-1jbbw7y\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JdG6Jo15Z\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-l3sm1w\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({N17_8G_fA:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}},OIDi8PRAJ:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}}},baseVariant,gestureVariant)})})]}),V71qCHRiW&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lzr2hr\",layoutDependency:layoutDependency,layoutId:\"itSHYNVja\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q5lojt\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"mqpDOdpgL\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5z0wf7\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"wUrhhbY_n\",style:{backgroundColor:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"aLRoLz_rO\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"lj3aJy6eh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:BZzfQ7CYd,className:\"framer-rrbu76\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lDAUMPphb\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-l3sm1w\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({N17_8G_fA:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}},OIDi8PRAJ:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}}},baseVariant,gestureVariant)})})]}),aTHKbwQ07&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mqgipj\",layoutDependency:layoutDependency,layoutId:\"bIyTX89xz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-t1rxcv\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"o_yWc9O3t\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kldjc2\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"PNBEQyBMO\",style:{backgroundColor:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"aLRoLz_rO\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"lj3aJy6eh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:xdnDlGv1I,className:\"framer-9zd96j\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WSpySBaca\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-l3sm1w\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({N17_8G_fA:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}},OIDi8PRAJ:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}}},baseVariant,gestureVariant)})})]}),CLFWYW3xB&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sbn52a\",layoutDependency:layoutDependency,layoutId:\"jk6zVzzhd\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vwdfr2\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"wUYlYFfbf\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bz4bwu\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"FWnYc__2k\",style:{backgroundColor:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"aLRoLz_rO\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"lj3aJy6eh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:pwEkYTZmW,className:\"framer-1wwpa29\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qNB4qm0JV\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-l3sm1w\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({N17_8G_fA:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}},OIDi8PRAJ:{stylesPresetsClassNames:{a:\"framer-styles-preset-13h6rj9\",blockquote:\"framer-styles-preset-1kyb3zc\",code:\"framer-styles-preset-1aig54s\",h1:\"framer-styles-preset-nvrook\",h2:\"framer-styles-preset-n2okrf\",h3:\"framer-styles-preset-b76w8t\",h4:\"framer-styles-preset-1b0w0j9\",h5:\"framer-styles-preset-4etxdk\",h6:\"framer-styles-preset-1gssw4t\",img:\"framer-styles-preset-1ebrz7s\",p:\"framer-styles-preset-fniw0r\"}}},baseVariant,gestureVariant)})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4NCCQ.framer-4u7j6d, .framer-4NCCQ .framer-4u7j6d { display: block; }\",\".framer-4NCCQ.framer-89befm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-4NCCQ .framer-1t60jg4-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 70px); position: relative; width: 70px; }\",\".framer-4NCCQ .framer-958frd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4NCCQ .framer-7l4sn5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4NCCQ .framer-1cpnetl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 370px; }\",\".framer-4NCCQ .framer-5eepks, .framer-4NCCQ .framer-g33hwf, .framer-4NCCQ .framer-1lzr2hr, .framer-4NCCQ .framer-mqgipj, .framer-4NCCQ .framer-sbn52a { 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-4NCCQ .framer-1r16v8l, .framer-4NCCQ .framer-1ewk085, .framer-4NCCQ .framer-1q5lojt, .framer-4NCCQ .framer-t1rxcv, .framer-4NCCQ .framer-vwdfr2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-4NCCQ .framer-1vzt9kr, .framer-4NCCQ .framer-p9cjzf, .framer-4NCCQ .framer-5z0wf7, .framer-4NCCQ .framer-1kldjc2, .framer-4NCCQ .framer-1bz4bwu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 6px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 6px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4NCCQ .framer-1rja1dx, .framer-4NCCQ .framer-1jbbw7y, .framer-4NCCQ .framer-rrbu76, .framer-4NCCQ .framer-9zd96j, .framer-4NCCQ .framer-1wwpa29 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-4NCCQ.framer-v-1j811xk.framer-89befm { width: 345px; }\",\".framer-4NCCQ.framer-v-1j811xk .framer-1t60jg4-container, .framer-4NCCQ.framer-v-1m8cjk4 .framer-1t60jg4-container { aspect-ratio: unset; height: 48px; width: 48px; }\",\".framer-4NCCQ.framer-v-1j811xk .framer-1cpnetl, .framer-4NCCQ.framer-v-1m8cjk4 .framer-1cpnetl { width: 100%; }\",\".framer-4NCCQ.framer-v-1m8cjk4.framer-89befm { width: 350px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 504\n * @framerIntrinsicWidth 370\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OIDi8PRAJ\":{\"layout\":[\"fixed\",\"auto\"]},\"N17_8G_fA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"c_uWDbDR8\":\"heading\",\"b1MMuaoZv\":\"iCONVariant\",\"ReBsRqQFl\":\"point01\",\"pcYakptg1\":\"point2\",\"BZzfQ7CYd\":\"pont03\",\"xdnDlGv1I\":\"point04\",\"pwEkYTZmW\":\"point05\",\"V71qCHRiW\":\"_3Visible\",\"aTHKbwQ07\":\"_4Visible\",\"CLFWYW3xB\":\"_5Visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerkoCFvwkED=withCSS(Component,css,\"framer-4NCCQ\");export default FramerkoCFvwkED;FramerkoCFvwkED.displayName=\"Cargo Modules\";FramerkoCFvwkED.defaultProps={height:504,width:370};addPropertyControls(FramerkoCFvwkED,{variant:{options:[\"CL0POfEXR\",\"OIDi8PRAJ\",\"N17_8G_fA\"],optionTitles:[\"Desktop\",\"Tablet\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},c_uWDbDR8:{defaultValue:\"Medium length section heading goes here\",displayTextArea:false,placeholder:\"\",title:\"Heading\",type:ControlType.String},b1MMuaoZv:ModulesIconControls?.[\"variant\"]&&{...ModulesIconControls[\"variant\"],defaultValue:\"TUwfDyyKk\",description:undefined,hidden:undefined,title:\"ICON Variant\"},ReBsRqQFl:{defaultValue:\"<p>Cargo tracking: Capture detailed data on buy- and sell-legs with precision and ease.</p>\",title:\"Point 01\",type:ControlType.RichText},pcYakptg1:{defaultValue:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. </p>\",title:\"Point 2\",type:ControlType.RichText},BZzfQ7CYd:{defaultValue:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. </p>\",title:\"Pont 03\",type:ControlType.RichText},xdnDlGv1I:{defaultValue:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. </p>\",title:\"Point 04\",type:ControlType.RichText},pwEkYTZmW:{defaultValue:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. </p>\",title:\"Point 05\",type:ControlType.RichText},V71qCHRiW:{defaultValue:true,title:\"3 visible\",type:ControlType.Boolean},aTHKbwQ07:{defaultValue:true,title:\"4 Visible\",type:ControlType.Boolean},CLFWYW3xB:{defaultValue:true,title:\"5 Visible\",type:ControlType.Boolean}});addFonts(FramerkoCFvwkED,[{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\"}]},...ModulesIconFonts,...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?.[\"lj3aJy6eh\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"lj3aJy6eh\"]):[],...componentPresets.fonts?.[\"aLRoLz_rO\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"aLRoLz_rO\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkoCFvwkED\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"370\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"c_uWDbDR8\\\":\\\"heading\\\",\\\"b1MMuaoZv\\\":\\\"iCONVariant\\\",\\\"ReBsRqQFl\\\":\\\"point01\\\",\\\"pcYakptg1\\\":\\\"point2\\\",\\\"BZzfQ7CYd\\\":\\\"pont03\\\",\\\"xdnDlGv1I\\\":\\\"point04\\\",\\\"pwEkYTZmW\\\":\\\"point05\\\",\\\"V71qCHRiW\\\":\\\"_3Visible\\\",\\\"aTHKbwQ07\\\":\\\"_4Visible\\\",\\\"CLFWYW3xB\\\":\\\"_5Visible\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OIDi8PRAJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N17_8G_fA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"504\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./koCFvwkED.map","// Generated by Framer (9045c1a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Alternate Gothic No1 D Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Alternate Gothic No1 D Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/19GtDkOQF4NggkVqZJTRWLKioo.woff2\"}]}];export const css=[\".framer-nXNML .framer-styles-preset-1b0w0j9:not(.rich-text-wrapper), .framer-nXNML .framer-styles-preset-1b0w0j9.rich-text-wrapper h4 { --framer-font-family: \\\"Alternate Gothic No1 D Regular\\\", \\\"Alternate Gothic No1 D Regular Placeholder\\\", sans-serif; --framer-font-open-type-features: 'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 48px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\"];export const className=\"framer-nXNML\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (189896a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/hDeRyUgzpK5qd2KRoEP8/1HFdyy2pLsKOJ9v447wk/q5Vojqu0_.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"XO6UWu8Cu\",\"ZP6jMXzPm\"];const serializationHash=\"framer-bwWf9\";const variantClassNames={XO6UWu8Cu:\"framer-v-1weea78\",ZP6jMXzPm:\"framer-v-drti9a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:.6,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"XO6UWu8Cu\",\"Variant 2\":\"ZP6jMXzPm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XO6UWu8Cu\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XO6UWu8Cu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargvj7gj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),4e3);});useOnVariantChange(baseVariant,{default:onAppeargvj7gj});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1weea78\",className,classNames),\"data-framer-appear-id\":\"1weea78\",\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XO6UWu8Cu\",optimized:true,ref:refBinding,style:{...style},...addPropertyOverrides({ZP6jMXzPm:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1b0w0j9\",\"data-styles-preset\":\"q5Vojqu0_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"DESIGNED FOR SEABORNE ENERGY. \"})}),className:\"framer-vuosov\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c2lzBNexw\",style:{\"--extracted-1eung3n\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1b0w0j9\",\"data-styles-preset\":\"q5Vojqu0_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"THE OPERATING SYSTEM FOR GLOBAL LNG.\"})}),className:\"framer-13fv08h\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UDLRKha_N\",style:{\"--extracted-1eung3n\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bwWf9.framer-7lwliz, .framer-bwWf9 .framer-7lwliz { display: block; }\",\".framer-bwWf9.framer-1weea78 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 43px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 357px; }\",\".framer-bwWf9 .framer-vuosov { flex: none; height: auto; left: 0px; position: absolute; top: 49%; white-space: pre; width: auto; z-index: 1; }\",\".framer-bwWf9 .framer-13fv08h { flex: none; height: auto; position: absolute; right: -698px; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-bwWf9.framer-v-drti9a.framer-1weea78 { width: 443px; }\",\".framer-bwWf9.framer-v-drti9a .framer-vuosov { left: -363px; top: 49%; }\",\".framer-bwWf9.framer-v-drti9a .framer-13fv08h { bottom: -5px; left: 0px; right: unset; top: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 43\n * @framerIntrinsicWidth 357\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZP6jMXzPm\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernkMMm2oFk=withCSS(Component,css,\"framer-bwWf9\");export default FramernkMMm2oFk;FramernkMMm2oFk.displayName=\"Heading Text\";FramernkMMm2oFk.defaultProps={height:43,width:357};addPropertyControls(FramernkMMm2oFk,{variant:{options:[\"XO6UWu8Cu\",\"ZP6jMXzPm\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernkMMm2oFk,[{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernkMMm2oFk\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"43\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZP6jMXzPm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"357\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nkMMm2oFk.map","// Generated by Framer (29550c4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NewBlog from\"https://framerusercontent.com/modules/3Uapsq0RLzP2a5RrbxCl/rZWiTW3PI7IQdoagHu3V/bSOupsEfW.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lYUkaAwUzy3HfvcYCNp0/U5rVtayRc4pnMaddtTzW/A4T4qjv3_.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kyeoHmfMEPlZRwLq94X9/afyi9CdvH8g1TVS9RbZV/jkA8QLzyC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2f2t1EZBjbQeS7P3CXeD/4IWPUFEHq38HY2NRUdKa/KguNWQWZe.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/5OTlhPCXwJxQrBs8u1sp/YwzcdzQLcLpHXeRdJG8O/kIXl7Gi_Z.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/oQ8p2pcgaLihjBN2r6aB/25rnWRwcsKIXP5KEM4TD/nCiNzYW2m.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/4wC0VHUorJ3jUAhmQFfS/CZRxbFbMP2iqXPdo9FNk/P9h8LlzTv.js\";import Chip from\"https://framerusercontent.com/modules/h0lMRKmrdUpTDcwfpe3N/7WyXclVgOMXBPAWdN0FF/HlDCqjF19.js\";import Bloges from\"https://framerusercontent.com/modules/bfDMnblAvtqkh246tGzR/cQ1oC7colX2AYtp9rxa2/kgMS0DiIx.js\";import Button from\"https://framerusercontent.com/modules/uovjoHOdK62NZlqEdJYa/JICcQnSkMLAdBWEvyaBw/lsn5AlWOD.js\";const ChipFonts=getFonts(Chip);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const BlogesFonts=getFonts(Bloges);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"MS2GcTDCy\",\"PHMcRyCwA\",\"iXF8ij653\",\"Zg7nFngIq\",\"ZoTHMOW4l\",\"IqbG4WewP\",\"GlNDSpC98\",\"PuxfP5C03\",\"NhdjQpuI1\",\"LH5Kc4bnx\",\"rLQ8x3PQ_\",\"vb0iThv8k\",\"zX9sK95pk\",\"ngNt4DEbg\",\"t0difannM\"];const serializationHash=\"framer-gd038\";const variantClassNames={GlNDSpC98:\"framer-v-10o810b\",IqbG4WewP:\"framer-v-3k5jcy\",iXF8ij653:\"framer-v-12e05oj\",LH5Kc4bnx:\"framer-v-x9m3ry\",MS2GcTDCy:\"framer-v-7318kk\",ngNt4DEbg:\"framer-v-gnrmcw\",NhdjQpuI1:\"framer-v-1sc4z41\",PHMcRyCwA:\"framer-v-2wtwfc\",PuxfP5C03:\"framer-v-1ndmy1\",rLQ8x3PQ_:\"framer-v-mn0jof\",t0difannM:\"framer-v-1xrbsjt\",vb0iThv8k:\"framer-v-g5ydrd\",Zg7nFngIq:\"framer-v-1cjzo7k\",ZoTHMOW4l:\"framer-v-57vh8y\",zX9sK95pk:\"framer-v-15eaqnr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition2={bounce:0,delay:.2,duration:1,type:\"spring\"};const transition3={bounce:0,delay:.1,duration:1,type:\"spring\"};const transition4={bounce:0,delay:.4,duration:1,type:\"spring\"};const transition5={bounce:0,delay:.6,duration:1,type:\"spring\"};const transition6={bounce:0,delay:.7,duration:1,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 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 query=prequery=>prequery({from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}]});const query1=prequery=>prequery({from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:4},type:\"BinaryOperation\"}});const query4=prequery=>prequery({from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:5},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={\"Desktop-1\":\"MS2GcTDCy\",\"Desktop-2\":\"Zg7nFngIq\",\"Desktop-3\":\"ZoTHMOW4l\",\"Desktop-4\":\"IqbG4WewP\",\"Desktop-5\":\"GlNDSpC98\",\"Phone-1\":\"iXF8ij653\",\"Phone-2\":\"vb0iThv8k\",\"Phone-3\":\"zX9sK95pk\",\"Phone-4\":\"ngNt4DEbg\",\"Phone-5\":\"t0difannM\",\"Tablet-1\":\"PHMcRyCwA\",\"Tablet-2\":\"PuxfP5C03\",\"Tablet-3\":\"NhdjQpuI1\",\"Tablet-4\":\"LH5Kc4bnx\",\"Tablet-5\":\"rLQ8x3PQ_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MS2GcTDCy\"};};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,Cgmy7j5Xdb6ssfTuo4,lOYLDBxXmb6ssfTuo4,CqczLZjNZb6ssfTuo4,ePrm3Fwt3b6ssfTuo4,cIqU0LhKcb6ssfTuo4,Yizjy_4afb6ssfTuo4,VUSC_9f_6b6ssfTuo4,idb6ssfTuo4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MS2GcTDCy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ipWaRzV7ozh44zd=activeVariantCallback(async(...args)=>{setVariant(\"MS2GcTDCy\");});const ipWaRzV7o1na1kvq=activeVariantCallback(async(...args)=>{setVariant(\"PHMcRyCwA\");});const ipWaRzV7o1vst3v4=activeVariantCallback(async(...args)=>{setVariant(\"iXF8ij653\");});const ipWaRzV7o1xv2ue=activeVariantCallback(async(...args)=>{setVariant(\"Zg7nFngIq\");});const ipWaRzV7oihv67l=activeVariantCallback(async(...args)=>{setVariant(\"PuxfP5C03\");});const ipWaRzV7olfvf3s=activeVariantCallback(async(...args)=>{setVariant(\"vb0iThv8k\");});const ipWaRzV7oa33fit=activeVariantCallback(async(...args)=>{setVariant(\"ZoTHMOW4l\");});const ipWaRzV7o15b21uf=activeVariantCallback(async(...args)=>{setVariant(\"NhdjQpuI1\");});const ipWaRzV7o1l9bwga=activeVariantCallback(async(...args)=>{setVariant(\"zX9sK95pk\");});const ipWaRzV7o154j1gn=activeVariantCallback(async(...args)=>{setVariant(\"IqbG4WewP\");});const ipWaRzV7ow40dk2=activeVariantCallback(async(...args)=>{setVariant(\"LH5Kc4bnx\");});const ipWaRzV7oytagmm=activeVariantCallback(async(...args)=>{setVariant(\"ngNt4DEbg\");});const ipWaRzV7o1w9tdzy=activeVariantCallback(async(...args)=>{setVariant(\"GlNDSpC98\");});const ipWaRzV7o1ed9p9i=activeVariantCallback(async(...args)=>{setVariant(\"rLQ8x3PQ_\");});const ipWaRzV7oy2i0dh=activeVariantCallback(async(...args)=>{setVariant(\"t0difannM\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();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-7318kk\",className,classNames),\"data-framer-name\":\"Desktop-1\",layoutDependency:layoutDependency,layoutId:\"MS2GcTDCy\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({GlNDSpC98:{\"data-framer-name\":\"Desktop-5\"},IqbG4WewP:{\"data-framer-name\":\"Desktop-4\"},iXF8ij653:{\"data-framer-name\":\"Phone-1\"},LH5Kc4bnx:{\"data-framer-name\":\"Tablet-4\"},ngNt4DEbg:{\"data-framer-name\":\"Phone-4\"},NhdjQpuI1:{\"data-framer-name\":\"Tablet-3\"},PHMcRyCwA:{\"data-framer-name\":\"Tablet-1\"},PuxfP5C03:{\"data-framer-name\":\"Tablet-2\"},rLQ8x3PQ_:{\"data-framer-name\":\"Tablet-5\"},t0difannM:{\"data-framer-name\":\"Phone-5\"},vb0iThv8k:{\"data-framer-name\":\"Phone-2\"},Zg7nFngIq:{\"data-framer-name\":\"Desktop-2\"},ZoTHMOW4l:{\"data-framer-name\":\"Desktop-3\"},zX9sK95pk:{\"data-framer-name\":\"Phone-3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fhk4ay\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"cl8AXquJ2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+0+0)+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+0+0)+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+0+0)+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+0+0)+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+0+0)+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+0+0)+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+0+0)+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+0+0)+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+0+0)+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+0+0)+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+0+0)+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+0+0)+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+0+0)+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+0+0)+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2k2eaw-container\",layoutDependency:layoutDependency,layoutId:\"bSTCKAK64-container\",nodeId:\"bSTCKAK64\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__animate:{transition:transition3}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Chip,{height:\"100%\",id:\"bSTCKAK64\",layoutId:\"bSTCKAK64\",oukSdv7jB:\"Blog\",variant:\"n5xL9c4sG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})}),className:\"framer-l12spo\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zeajSVEAR\",style:{\"--extracted-gdpscs\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{iXF8ij653:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},LH5Kc4bnx:{\"--extracted-a0htzi\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},ngNt4DEbg:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},NhdjQpuI1:{\"--extracted-a0htzi\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},PHMcRyCwA:{\"--extracted-a0htzi\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},PuxfP5C03:{\"--extracted-a0htzi\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},rLQ8x3PQ_:{\"--extracted-a0htzi\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},t0difannM:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},vb0iThv8k:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},zX9sK95pk:{\"--extracted-1lwpl3i\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iXF8ij653:{__framer__animate:{transition:transition3},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},LH5Kc4bnx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},ngNt4DEbg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},NhdjQpuI1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},PHMcRyCwA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},PuxfP5C03:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},rLQ8x3PQ_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},t0difannM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},vb0iThv8k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})},zX9sK95pk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"EXPLORE OUR LATEST INSIGHTS\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})}),className:\"framer-68pzju\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Bj7BBVcJx\",style:{\"--extracted-r6o4lv\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iXF8ij653:{__framer__animate:{transition:transition3},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},LH5Kc4bnx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},ngNt4DEbg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},NhdjQpuI1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},PHMcRyCwA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},PuxfP5C03:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},rLQ8x3PQ_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},t0difannM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},vb0iThv8k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})},zX9sK95pk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0)))\"},children:\"Stay up to date with industry trends and product updates with our expert blogs and articles.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ey1s4q\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"MZWm82Fq2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-espar3\",\"data-framer-name\":\"Categories\",layoutDependency:layoutDependency,layoutId:\"qnipDaQcb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-19ordmd-container\",layoutDependency:layoutDependency,layoutId:\"qVMM95ETu-container\",nodeId:\"qVMM95ETu\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__styleAppearEffectEnabled:undefined},ngNt4DEbg:{__framer__styleAppearEffectEnabled:undefined},t0difannM:{__framer__styleAppearEffectEnabled:undefined},vb0iThv8k:{__framer__styleAppearEffectEnabled:undefined},zX9sK95pk:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fw41OZtUZ:\"center\",HDshbwRfn:\"View all\",height:\"100%\",id:\"qVMM95ETu\",ipWaRzV7o:ipWaRzV7ozh44zd,KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"qVMM95ETu\",lr9CoxPv1:false,mMfpQ77xu:false,variant:\"I265:8962;34:19517\",width:\"100%\",...addPropertyOverrides({GlNDSpC98:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",variant:\"s8CUq7USe\"},IqbG4WewP:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",variant:\"s8CUq7USe\"},iXF8ij653:{ipWaRzV7o:ipWaRzV7o1vst3v4,variant:\"ITJ9A7_56\"},LH5Kc4bnx:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1na1kvq,variant:\"TbR9n_ZjX\"},ngNt4DEbg:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1vst3v4,variant:\"hBnuihBpH\"},NhdjQpuI1:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1na1kvq,variant:\"TbR9n_ZjX\"},PHMcRyCwA:{ipWaRzV7o:ipWaRzV7o1na1kvq,variant:\"rn8ioftEO\"},PuxfP5C03:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1na1kvq,variant:\"TbR9n_ZjX\"},rLQ8x3PQ_:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1na1kvq,variant:\"TbR9n_ZjX\"},t0difannM:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1vst3v4,variant:\"hBnuihBpH\"},vb0iThv8k:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1vst3v4,variant:\"hBnuihBpH\"},Zg7nFngIq:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",variant:\"s8CUq7USe\"},ZoTHMOW4l:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",variant:\"s8CUq7USe\"},zX9sK95pk:{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",ipWaRzV7o:ipWaRzV7o1vst3v4,variant:\"hBnuihBpH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-g0vh8s-container\",layoutDependency:layoutDependency,layoutId:\"DBqoTfmZG-container\",nodeId:\"DBqoTfmZG\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__styleAppearEffectEnabled:undefined},ngNt4DEbg:{__framer__styleAppearEffectEnabled:undefined},t0difannM:{__framer__styleAppearEffectEnabled:undefined},vb0iThv8k:{__framer__styleAppearEffectEnabled:undefined},zX9sK95pk:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Articles\",height:\"100%\",id:\"DBqoTfmZG\",ipWaRzV7o:ipWaRzV7o1xv2ue,KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"DBqoTfmZG\",lr9CoxPv1:false,mMfpQ77xu:false,variant:\"s8CUq7USe\",width:\"100%\",...addPropertyOverrides({iXF8ij653:{ipWaRzV7o:ipWaRzV7olfvf3s,variant:\"hBnuihBpH\"},LH5Kc4bnx:{ipWaRzV7o:ipWaRzV7oihv67l,variant:\"TbR9n_ZjX\"},ngNt4DEbg:{ipWaRzV7o:ipWaRzV7olfvf3s,variant:\"hBnuihBpH\"},NhdjQpuI1:{variant:\"TbR9n_ZjX\"},PHMcRyCwA:{ipWaRzV7o:ipWaRzV7oihv67l,variant:\"TbR9n_ZjX\"},PuxfP5C03:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7oihv67l,variant:\"rn8ioftEO\"},rLQ8x3PQ_:{ipWaRzV7o:ipWaRzV7oihv67l,variant:\"TbR9n_ZjX\"},t0difannM:{ipWaRzV7o:ipWaRzV7olfvf3s,variant:\"hBnuihBpH\"},vb0iThv8k:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7olfvf3s,variant:\"ITJ9A7_56\"},Zg7nFngIq:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",variant:\"I265:8962;34:19517\"},zX9sK95pk:{ipWaRzV7o:ipWaRzV7olfvf3s,variant:\"hBnuihBpH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-jixtht-container\",layoutDependency:layoutDependency,layoutId:\"FahhxUozZ-container\",nodeId:\"FahhxUozZ\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__styleAppearEffectEnabled:undefined},ngNt4DEbg:{__framer__styleAppearEffectEnabled:undefined},t0difannM:{__framer__styleAppearEffectEnabled:undefined},vb0iThv8k:{__framer__styleAppearEffectEnabled:undefined},zX9sK95pk:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",fw41OZtUZ:\"center\",HDshbwRfn:\"GLX culture and people\",height:\"100%\",id:\"FahhxUozZ\",ipWaRzV7o:ipWaRzV7oa33fit,KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"FahhxUozZ\",lr9CoxPv1:false,mMfpQ77xu:false,variant:\"s8CUq7USe\",width:\"100%\",...addPropertyOverrides({iXF8ij653:{ipWaRzV7o:ipWaRzV7o1l9bwga,variant:\"hBnuihBpH\"},LH5Kc4bnx:{ipWaRzV7o:ipWaRzV7o15b21uf,variant:\"TbR9n_ZjX\"},ngNt4DEbg:{ipWaRzV7o:ipWaRzV7o1l9bwga,variant:\"hBnuihBpH\"},NhdjQpuI1:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7o15b21uf,variant:\"rn8ioftEO\"},PHMcRyCwA:{ipWaRzV7o:ipWaRzV7o15b21uf,variant:\"TbR9n_ZjX\"},PuxfP5C03:{ipWaRzV7o:ipWaRzV7o15b21uf,variant:\"TbR9n_ZjX\"},rLQ8x3PQ_:{ipWaRzV7o:ipWaRzV7o15b21uf,variant:\"TbR9n_ZjX\"},t0difannM:{ipWaRzV7o:ipWaRzV7o1l9bwga,variant:\"hBnuihBpH\"},vb0iThv8k:{ipWaRzV7o:ipWaRzV7o1l9bwga,variant:\"hBnuihBpH\"},ZoTHMOW4l:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",variant:\"I265:8962;34:19517\"},zX9sK95pk:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7o1l9bwga,variant:\"ITJ9A7_56\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-79zvhw-container\",layoutDependency:layoutDependency,layoutId:\"VZFuEhmJo-container\",nodeId:\"VZFuEhmJo\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__styleAppearEffectEnabled:undefined},ngNt4DEbg:{__framer__styleAppearEffectEnabled:undefined},t0difannM:{__framer__styleAppearEffectEnabled:undefined},vb0iThv8k:{__framer__styleAppearEffectEnabled:undefined},zX9sK95pk:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Case studies\",height:\"100%\",id:\"VZFuEhmJo\",ipWaRzV7o:ipWaRzV7o154j1gn,KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"VZFuEhmJo\",lr9CoxPv1:false,mMfpQ77xu:false,variant:\"s8CUq7USe\",width:\"100%\",...addPropertyOverrides({IqbG4WewP:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",variant:\"I265:8962;34:19517\"},iXF8ij653:{ipWaRzV7o:ipWaRzV7oytagmm,variant:\"hBnuihBpH\"},LH5Kc4bnx:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7ow40dk2,variant:\"rn8ioftEO\"},ngNt4DEbg:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7oytagmm,variant:\"ITJ9A7_56\"},NhdjQpuI1:{ipWaRzV7o:ipWaRzV7ow40dk2,variant:\"TbR9n_ZjX\"},PHMcRyCwA:{ipWaRzV7o:ipWaRzV7ow40dk2,variant:\"TbR9n_ZjX\"},PuxfP5C03:{ipWaRzV7o:ipWaRzV7ow40dk2,variant:\"TbR9n_ZjX\"},rLQ8x3PQ_:{ipWaRzV7o:ipWaRzV7ow40dk2,variant:\"TbR9n_ZjX\"},t0difannM:{ipWaRzV7o:ipWaRzV7oytagmm,variant:\"hBnuihBpH\"},vb0iThv8k:{ipWaRzV7o:ipWaRzV7oytagmm,variant:\"hBnuihBpH\"},zX9sK95pk:{ipWaRzV7o:ipWaRzV7oytagmm,variant:\"hBnuihBpH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+0+0},iXF8ij653:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+0+0},LH5Kc4bnx:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+0+0},ngNt4DEbg:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+0+0},NhdjQpuI1:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+0+0},PHMcRyCwA:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+0+0},PuxfP5C03:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+0+0},rLQ8x3PQ_:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+0+0},t0difannM:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+0+0},vb0iThv8k:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+0+0},zX9sK95pk:{y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2435di-container\",layoutDependency:layoutDependency,layoutId:\"ILvcqxxjY-container\",nodeId:\"ILvcqxxjY\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",...addPropertyOverrides({iXF8ij653:{__framer__styleAppearEffectEnabled:undefined},ngNt4DEbg:{__framer__styleAppearEffectEnabled:undefined},t0difannM:{__framer__styleAppearEffectEnabled:undefined},vb0iThv8k:{__framer__styleAppearEffectEnabled:undefined},zX9sK95pk:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Product updates\",height:\"100%\",id:\"ILvcqxxjY\",ipWaRzV7o:ipWaRzV7o1w9tdzy,KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"ILvcqxxjY\",lr9CoxPv1:false,mMfpQ77xu:false,variant:\"s8CUq7USe\",width:\"100%\",...addPropertyOverrides({GlNDSpC98:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",variant:\"I265:8962;34:19517\"},iXF8ij653:{ipWaRzV7o:ipWaRzV7oy2i0dh,variant:\"hBnuihBpH\"},LH5Kc4bnx:{ipWaRzV7o:ipWaRzV7o1ed9p9i,variant:\"TbR9n_ZjX\"},ngNt4DEbg:{ipWaRzV7o:ipWaRzV7oy2i0dh,variant:\"hBnuihBpH\"},NhdjQpuI1:{ipWaRzV7o:ipWaRzV7o1ed9p9i,variant:\"TbR9n_ZjX\"},PHMcRyCwA:{ipWaRzV7o:ipWaRzV7o1ed9p9i,variant:\"TbR9n_ZjX\"},PuxfP5C03:{ipWaRzV7o:ipWaRzV7o1ed9p9i,variant:\"TbR9n_ZjX\"},rLQ8x3PQ_:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7o1ed9p9i,variant:\"rn8ioftEO\"},t0difannM:{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",ipWaRzV7o:ipWaRzV7oy2i0dh,variant:\"ITJ9A7_56\"},vb0iThv8k:{ipWaRzV7o:ipWaRzV7oy2i0dh,variant:\"hBnuihBpH\"},zX9sK95pk:{ipWaRzV7o:ipWaRzV7oy2i0dh,variant:\"hBnuihBpH\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-mtk5j3\",layoutDependency:layoutDependency,layoutId:\"b6ssfTuo4\",...addPropertyOverrides({iXF8ij653:{__framer__animate:{transition:transition3}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({GlNDSpC98:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:5},type:\"BinaryOperation\"}}},IqbG4WewP:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:4},type:\"BinaryOperation\"}}},LH5Kc4bnx:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:4},type:\"BinaryOperation\"}}},ngNt4DEbg:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:4},type:\"BinaryOperation\"}}},NhdjQpuI1:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}}},PuxfP5C03:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}}},rLQ8x3PQ_:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:5},type:\"BinaryOperation\"}}},t0difannM:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:5},type:\"BinaryOperation\"}}},vb0iThv8k:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}}},Zg7nFngIq:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}}},ZoTHMOW4l:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}}},zX9sK95pk:{query:{from:{alias:\"b6ssfTuo4\",data:NewBlog,type:\"Collection\"},select:[{collection:\"b6ssfTuo4\",name:\"Cgmy7j5Xd\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"lOYLDBxXm\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"CqczLZjNZ\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"ePrm3Fwt3\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"cIqU0LhKc\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"Yizjy_4af\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"VUSC_9f_6\",type:\"Identifier\"},{collection:\"b6ssfTuo4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"b6ssfTuo4\",name:\"ci4PP60wH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4,cIqU0LhKc:cIqU0LhKcb6ssfTuo4,CqczLZjNZ:CqczLZjNZb6ssfTuo4,ePrm3Fwt3:ePrm3Fwt3b6ssfTuo4,id:idb6ssfTuo4,lOYLDBxXm:lOYLDBxXmb6ssfTuo4,VUSC_9f_6:VUSC_9f_6b6ssfTuo4,Yizjy_4af:Yizjy_4afb6ssfTuo4},index)=>{Cgmy7j5Xdb6ssfTuo4??=\"\";CqczLZjNZb6ssfTuo4??=\"\";ePrm3Fwt3b6ssfTuo4??=\"\";cIqU0LhKcb6ssfTuo4??=\"\";Yizjy_4afb6ssfTuo4??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`b6ssfTuo4-${idb6ssfTuo4}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},motionChild:true,nodeId:\"BEN1QMm7i\",openInNewTab:false,scopeId:\"QFSW4Fwhi\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vj11n2 framer-1yzgkn\",layoutDependency:layoutDependency,layoutId:\"BEN1QMm7i\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined},{href:{pathVariables:{Cgmy7j5Xd:Cgmy7j5Xdb6ssfTuo4},webPageId:\"TXpk5NFHP\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:`max(max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 64px) / 3, 50px), 1px)`,y:(componentViewport?.y||0)+100+(((componentViewport?.height||978)-200-1216)/2+244+64)+0+96+0+0+0,...addPropertyOverrides({GlNDSpC98:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1898)-200-1216)/2+244+64)+0+96+0+0+0},IqbG4WewP:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||950)-200-1216)/2+244+64)+0+96+0+0+0},iXF8ij653:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||1725)-64-690)/2+188+32)+0+80+0+0+0},LH5Kc4bnx:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||1232)-80-1152)/2+228+32)+0+80+0+0+0},ngNt4DEbg:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||1577)-64-690)/2+188+32)+0+80+0+0+0},NhdjQpuI1:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||1288)-80-1152)/2+228+32)+0+80+0+0+0},PHMcRyCwA:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||1284)-80-1132)/2+208+32)+0+80+0+0+0},PuxfP5C03:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||4300)-80-1152)/2+228+32)+0+80+0+0+0},rLQ8x3PQ_:{width:`max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 32px) / 2, 50px), 1px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||2180)-80-1152)/2+228+32)+0+80+0+0+0},t0difannM:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||3959)-64-690)/2+188+32)+0+80+0+0+0},vb0iThv8k:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||7887)-64-690)/2+188+32)+0+80+0+0+0},Zg7nFngIq:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||3488)-200-1216)/2+244+64)+0+96+0+0+0},ZoTHMOW4l:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||1424)-200-1216)/2+244+64)+0+96+0+0+0},zX9sK95pk:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||2219)-64-690)/2+188+32)+0+80+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vwn1j2-container\",layoutDependency:layoutDependency,layoutId:\"LVu7jrig7-container\",nodeId:\"LVu7jrig7\",rendersWithMotion:true,scopeId:\"QFSW4Fwhi\",children:/*#__PURE__*/_jsx(Bloges,{aj8roc1ki:toResponsiveImage(lOYLDBxXmb6ssfTuo4),DbKQqEMCy:ePrm3Fwt3b6ssfTuo4,dkPTl36I6:toDateString(VUSC_9f_6b6ssfTuo4,activeLocaleCode),height:\"100%\",Hmc6Zgj7u:\"Discover how technology is reshaping the energy landscape.\",id:\"LVu7jrig7\",layoutId:\"LVu7jrig7\",moLxaDskS:Yizjy_4afb6ssfTuo4,style:{width:\"100%\"},tr_hbRhhh:cIqU0LhKcb6ssfTuo4,UK9ECx82R:CqczLZjNZb6ssfTuo4,variant:\"J0bVk1QiQ\",width:\"100%\",XJgXRF2j6:resolvedLinks[0],zsv7RMqJQ:\"Technology Updates\",...addPropertyOverrides({GlNDSpC98:{XJgXRF2j6:resolvedLinks[6]},IqbG4WewP:{XJgXRF2j6:resolvedLinks[5]},iXF8ij653:{XJgXRF2j6:resolvedLinks[2]},LH5Kc4bnx:{XJgXRF2j6:resolvedLinks[9]},ngNt4DEbg:{XJgXRF2j6:resolvedLinks[13]},NhdjQpuI1:{XJgXRF2j6:resolvedLinks[8]},PHMcRyCwA:{XJgXRF2j6:resolvedLinks[1]},PuxfP5C03:{XJgXRF2j6:resolvedLinks[7]},rLQ8x3PQ_:{XJgXRF2j6:resolvedLinks[10]},t0difannM:{XJgXRF2j6:resolvedLinks[14]},vb0iThv8k:{XJgXRF2j6:resolvedLinks[11]},Zg7nFngIq:{XJgXRF2j6:resolvedLinks[3]},ZoTHMOW4l:{XJgXRF2j6:resolvedLinks[4]},zX9sK95pk:{XJgXRF2j6:resolvedLinks[12]}},baseVariant,gestureVariant)})})})})})})})},idb6ssfTuo4);})})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gd038.framer-1yzgkn, .framer-gd038 .framer-1yzgkn { display: block; }\",\".framer-gd038.framer-7318kk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 1440px; }\",\".framer-gd038 .framer-fhk4ay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gd038 .framer-2k2eaw-container, .framer-gd038 .framer-19ordmd-container, .framer-gd038 .framer-g0vh8s-container, .framer-gd038 .framer-jixtht-container, .framer-gd038 .framer-79zvhw-container, .framer-gd038 .framer-2435di-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gd038 .framer-l12spo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gd038 .framer-68pzju { flex: none; height: auto; max-width: 949px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gd038 .framer-1ey1s4q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gd038 .framer-espar3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gd038 .framer-mtk5j3 { display: grid; flex: none; gap: 32px; 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: 100%; z-index: 0; }\",\".framer-gd038 .framer-1vj11n2 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-gd038 .framer-vwn1j2-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gd038.framer-v-2wtwfc.framer-7318kk, .framer-gd038.framer-v-1ndmy1.framer-7318kk, .framer-gd038.framer-v-1sc4z41.framer-7318kk, .framer-gd038.framer-v-x9m3ry.framer-7318kk, .framer-gd038.framer-v-mn0jof.framer-7318kk { gap: 32px; padding: 40px; width: 810px; }\",\".framer-gd038.framer-v-2wtwfc .framer-fhk4ay, .framer-gd038.framer-v-1ndmy1 .framer-fhk4ay, .framer-gd038.framer-v-1sc4z41 .framer-fhk4ay, .framer-gd038.framer-v-x9m3ry .framer-fhk4ay, .framer-gd038.framer-v-mn0jof .framer-fhk4ay { gap: 8px; }\",\".framer-gd038.framer-v-2wtwfc .framer-1ey1s4q, .framer-gd038.framer-v-12e05oj .framer-1ey1s4q, .framer-gd038.framer-v-1ndmy1 .framer-1ey1s4q, .framer-gd038.framer-v-1sc4z41 .framer-1ey1s4q, .framer-gd038.framer-v-x9m3ry .framer-1ey1s4q, .framer-gd038.framer-v-mn0jof .framer-1ey1s4q, .framer-gd038.framer-v-g5ydrd .framer-1ey1s4q, .framer-gd038.framer-v-15eaqnr .framer-1ey1s4q, .framer-gd038.framer-v-gnrmcw .framer-1ey1s4q, .framer-gd038.framer-v-1xrbsjt .framer-1ey1s4q { gap: 32px; }\",\".framer-gd038.framer-v-2wtwfc .framer-espar3, .framer-gd038.framer-v-1ndmy1 .framer-espar3, .framer-gd038.framer-v-1sc4z41 .framer-espar3, .framer-gd038.framer-v-x9m3ry .framer-espar3, .framer-gd038.framer-v-mn0jof .framer-espar3 { gap: 0px; justify-content: flex-start; }\",\".framer-gd038.framer-v-2wtwfc .framer-19ordmd-container, .framer-gd038.framer-v-1ndmy1 .framer-19ordmd-container, .framer-gd038.framer-v-1sc4z41 .framer-19ordmd-container, .framer-gd038.framer-v-x9m3ry .framer-19ordmd-container, .framer-gd038.framer-v-mn0jof .framer-19ordmd-container { order: 0; }\",\".framer-gd038.framer-v-2wtwfc .framer-g0vh8s-container, .framer-gd038.framer-v-1ndmy1 .framer-g0vh8s-container, .framer-gd038.framer-v-1sc4z41 .framer-g0vh8s-container, .framer-gd038.framer-v-x9m3ry .framer-g0vh8s-container, .framer-gd038.framer-v-mn0jof .framer-g0vh8s-container { order: 1; }\",\".framer-gd038.framer-v-2wtwfc .framer-jixtht-container, .framer-gd038.framer-v-1ndmy1 .framer-jixtht-container, .framer-gd038.framer-v-1sc4z41 .framer-jixtht-container, .framer-gd038.framer-v-x9m3ry .framer-jixtht-container, .framer-gd038.framer-v-mn0jof .framer-jixtht-container { order: 2; }\",\".framer-gd038.framer-v-2wtwfc .framer-79zvhw-container, .framer-gd038.framer-v-1ndmy1 .framer-79zvhw-container, .framer-gd038.framer-v-1sc4z41 .framer-79zvhw-container, .framer-gd038.framer-v-x9m3ry .framer-79zvhw-container, .framer-gd038.framer-v-mn0jof .framer-79zvhw-container { order: 3; }\",\".framer-gd038.framer-v-2wtwfc .framer-2435di-container, .framer-gd038.framer-v-1ndmy1 .framer-2435di-container, .framer-gd038.framer-v-1sc4z41 .framer-2435di-container, .framer-gd038.framer-v-x9m3ry .framer-2435di-container, .framer-gd038.framer-v-mn0jof .framer-2435di-container { order: 4; }\",\".framer-gd038.framer-v-2wtwfc .framer-mtk5j3, .framer-gd038.framer-v-1ndmy1 .framer-mtk5j3, .framer-gd038.framer-v-1sc4z41 .framer-mtk5j3, .framer-gd038.framer-v-x9m3ry .framer-mtk5j3, .framer-gd038.framer-v-mn0jof .framer-mtk5j3 { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-gd038.framer-v-12e05oj.framer-7318kk, .framer-gd038.framer-v-g5ydrd.framer-7318kk, .framer-gd038.framer-v-15eaqnr.framer-7318kk, .framer-gd038.framer-v-gnrmcw.framer-7318kk, .framer-gd038.framer-v-1xrbsjt.framer-7318kk { gap: 32px; padding: 32px 20px 32px 20px; width: 390px; }\",\".framer-gd038.framer-v-12e05oj .framer-fhk4ay, .framer-gd038.framer-v-g5ydrd .framer-fhk4ay, .framer-gd038.framer-v-15eaqnr .framer-fhk4ay, .framer-gd038.framer-v-gnrmcw .framer-fhk4ay, .framer-gd038.framer-v-1xrbsjt .framer-fhk4ay { gap: 6px; }\",\".framer-gd038.framer-v-12e05oj .framer-espar3, .framer-gd038.framer-v-g5ydrd .framer-espar3, .framer-gd038.framer-v-15eaqnr .framer-espar3, .framer-gd038.framer-v-gnrmcw .framer-espar3, .framer-gd038.framer-v-1xrbsjt .framer-espar3 { gap: 4px; justify-content: flex-start; overflow: auto; }\",\".framer-gd038.framer-v-12e05oj .framer-mtk5j3, .framer-gd038.framer-v-g5ydrd .framer-mtk5j3, .framer-gd038.framer-v-15eaqnr .framer-mtk5j3, .framer-gd038.framer-v-gnrmcw .framer-mtk5j3, .framer-gd038.framer-v-1xrbsjt .framer-mtk5j3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; }\",\".framer-gd038.framer-v-12e05oj .framer-1vj11n2, .framer-gd038.framer-v-g5ydrd .framer-1vj11n2, .framer-gd038.framer-v-15eaqnr .framer-1vj11n2, .framer-gd038.framer-v-gnrmcw .framer-1vj11n2, .framer-gd038.framer-v-1xrbsjt .framer-1vj11n2 { align-self: unset; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 978\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PHMcRyCwA\":{\"layout\":[\"fixed\",\"auto\"]},\"iXF8ij653\":{\"layout\":[\"fixed\",\"auto\"]},\"Zg7nFngIq\":{\"layout\":[\"fixed\",\"auto\"]},\"ZoTHMOW4l\":{\"layout\":[\"fixed\",\"auto\"]},\"IqbG4WewP\":{\"layout\":[\"fixed\",\"auto\"]},\"GlNDSpC98\":{\"layout\":[\"fixed\",\"auto\"]},\"PuxfP5C03\":{\"layout\":[\"fixed\",\"auto\"]},\"NhdjQpuI1\":{\"layout\":[\"fixed\",\"auto\"]},\"LH5Kc4bnx\":{\"layout\":[\"fixed\",\"auto\"]},\"rLQ8x3PQ_\":{\"layout\":[\"fixed\",\"auto\"]},\"vb0iThv8k\":{\"layout\":[\"fixed\",\"auto\"]},\"zX9sK95pk\":{\"layout\":[\"fixed\",\"auto\"]},\"ngNt4DEbg\":{\"layout\":[\"fixed\",\"auto\"]},\"t0difannM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQFSW4Fwhi=withCSS(Component,css,\"framer-gd038\");export default FramerQFSW4Fwhi;FramerQFSW4Fwhi.displayName=\"Section - Blog\";FramerQFSW4Fwhi.defaultProps={height:978,width:1440};addPropertyControls(FramerQFSW4Fwhi,{variant:{options:[\"MS2GcTDCy\",\"PHMcRyCwA\",\"iXF8ij653\",\"Zg7nFngIq\",\"ZoTHMOW4l\",\"IqbG4WewP\",\"GlNDSpC98\",\"PuxfP5C03\",\"NhdjQpuI1\",\"LH5Kc4bnx\",\"rLQ8x3PQ_\",\"vb0iThv8k\",\"zX9sK95pk\",\"ngNt4DEbg\",\"t0difannM\"],optionTitles:[\"Desktop-1\",\"Tablet-1\",\"Phone-1\",\"Desktop-2\",\"Desktop-3\",\"Desktop-4\",\"Desktop-5\",\"Tablet-2\",\"Tablet-3\",\"Tablet-4\",\"Tablet-5\",\"Phone-2\",\"Phone-3\",\"Phone-4\",\"Phone-5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQFSW4Fwhi,[{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\"}]},...ChipFonts,...ButtonFonts,...BlogesFonts,...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\":\"FramerQFSW4Fwhi\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PHMcRyCwA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iXF8ij653\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Zg7nFngIq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZoTHMOW4l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IqbG4WewP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GlNDSpC98\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PuxfP5C03\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NhdjQpuI1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LH5Kc4bnx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rLQ8x3PQ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vb0iThv8k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zX9sK95pk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ngNt4DEbg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t0difannM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"978\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QFSW4Fwhi.map","// Generated by Framer (189896a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/yUzbV5R4fm9tFtsmNTfC/BIeiBQM6RQIuGr51dbZe/A4T4qjv3_.js\";const cycleOrder=[\"Jbkg4qjsx\",\"a4sP0R6aA\"];const serializationHash=\"framer-JqH2r\";const variantClassNames={a4sP0R6aA:\"framer-v-1vkdand\",Jbkg4qjsx:\"framer-v-1nw2s7z\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Jbkg4qjsx\",\"Variant 2\":\"a4sP0R6aA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Jbkg4qjsx\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Jbkg4qjsx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeargvj7gj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),4e3);});useOnVariantChange(baseVariant,{default:onAppeargvj7gj});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nw2s7z\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Jbkg4qjsx\",ref:refBinding,style:{...style},...addPropertyOverrides({a4sP0R6aA:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"DESIGNED FOR SEABORNE ENERGY. \"})}),className:\"framer-1d2dz3r\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TCaUq6DZr\",style:{\"--extracted-1lwpl3i\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4sP0R6aA:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:\"THE OPERATING SYSTEM FOR GLOBAL LNG.\"})}),className:\"framer-10q3fbp\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b2ZX12zs1\",style:{\"--extracted-1lwpl3i\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a4sP0R6aA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h5,{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255)))\"},children:[\"THE OPERATING SYSTEM FOR GLOBAL \",/*#__PURE__*/_jsx(motion.br,{}),\"LNG.\"]})}),transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JqH2r.framer-1qtwhne, .framer-JqH2r .framer-1qtwhne { display: block; }\",\".framer-JqH2r.framer-1nw2s7z { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 318px; }\",\".framer-JqH2r .framer-1d2dz3r { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-JqH2r .framer-10q3fbp { flex: none; height: auto; position: absolute; right: -698px; top: 0px; white-space: pre; width: auto; z-index: 1; }\",\".framer-JqH2r.framer-v-1vkdand.framer-1nw2s7z { height: 83px; }\",\".framer-JqH2r.framer-v-1vkdand .framer-1d2dz3r { left: -287px; }\",\".framer-JqH2r.framer-v-1vkdand .framer-10q3fbp { left: 50%; right: unset; top: 51%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 318\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"a4sP0R6aA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramersxmK4g0vu=withCSS(Component,css,\"framer-JqH2r\");export default FramersxmK4g0vu;FramersxmK4g0vu.displayName=\"Mobile\";FramersxmK4g0vu.defaultProps={height:40,width:318};addPropertyControls(FramersxmK4g0vu,{variant:{options:[\"Jbkg4qjsx\",\"a4sP0R6aA\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersxmK4g0vu,[{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\":\"FramersxmK4g0vu\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"318\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a4sP0R6aA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sxmK4g0vu.map","// Generated by Framer (2ac8f15)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormBooleanInput,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Counter}from\"https://framerusercontent.com/modules/41FvcvmCqELCw1gYmYUJ/5ND7oDYlUBaFLhz1kG4g/Counter1.js\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/jZfB18ggDrqER5ihmIsa/GoogleMaps.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Mailchimp from\"https://framerusercontent.com/modules/tEJqoun4MtBed1OjNwKy/oIG6qvkLwFygGXycIYZs/Input_Mailchimp.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import Button2 from\"#framer/local/canvasComponent/AZ0SRTUsF/AZ0SRTUsF.js\";import Content from\"#framer/local/canvasComponent/Bt9H5UURO/Bt9H5UURO.js\";import SectionFooter from\"#framer/local/canvasComponent/cdGHa8kxY/cdGHa8kxY.js\";import Card from\"#framer/local/canvasComponent/fXqmslgvh/fXqmslgvh.js\";import SectionOurTeam from\"#framer/local/canvasComponent/hAe5aWRzF/hAe5aWRzF.js\";import Chip from\"#framer/local/canvasComponent/HlDCqjF19/HlDCqjF19.js\";import HeadingText from\"#framer/local/canvasComponent/JCgewGyTZ/JCgewGyTZ.js\";import CargoModules from\"#framer/local/canvasComponent/koCFvwkED/koCFvwkED.js\";import Button from\"#framer/local/canvasComponent/lsn5AlWOD/lsn5AlWOD.js\";import Content1 from\"#framer/local/canvasComponent/mLhqRA57q/mLhqRA57q.js\";import Navigation from\"#framer/local/canvasComponent/njiS1U9RN/njiS1U9RN.js\";import HeadingText1 from\"#framer/local/canvasComponent/nkMMm2oFk/nkMMm2oFk.js\";import TabHorizontal from\"#framer/local/canvasComponent/q4b1mQc8c/q4b1mQc8c.js\";import SectionBlog from\"#framer/local/canvasComponent/QFSW4Fwhi/QFSW4Fwhi.js\";import Mobile from\"#framer/local/canvasComponent/sxmK4g0vu/sxmK4g0vu.js\";import ArrowDown from\"#framer/local/canvasComponent/vIoRrH3Ff/vIoRrH3Ff.js\";import*as sharedStyle1 from\"#framer/local/css/A4T4qjv3_/A4T4qjv3_.js\";import*as sharedStyle5 from\"#framer/local/css/GzfVPPgLj/GzfVPPgLj.js\";import*as sharedStyle6 from\"#framer/local/css/jkA8QLzyC/jkA8QLzyC.js\";import*as sharedStyle from\"#framer/local/css/KguNWQWZe/KguNWQWZe.js\";import*as sharedStyle2 from\"#framer/local/css/kIXl7Gi_Z/kIXl7Gi_Z.js\";import*as sharedStyle3 from\"#framer/local/css/nCiNzYW2m/nCiNzYW2m.js\";import*as sharedStyle7 from\"#framer/local/css/nzhV2SOu2/nzhV2SOu2.js\";import*as sharedStyle4 from\"#framer/local/css/P9h8LlzTv/P9h8LlzTv.js\";import*as sharedStyle8 from\"#framer/local/css/xESZ81bzz/xESZ81bzz.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ArrowDownFonts=getFonts(ArrowDown);const ArrowDownWithVariantAppearEffect=withVariantAppearEffect(ArrowDown);const VideoFonts=getFonts(Video);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const HeadingTextFonts=getFonts(HeadingText);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const HeadingText1Fonts=getFonts(HeadingText1);const MobileFonts=getFonts(Mobile);const ButtonFonts=getFonts(Button);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const CardFonts=getFonts(Card);const ContentFonts=getFonts(Content);const SlideshowFonts=getFonts(Slideshow);const ContainerWithFX=withFX(Container);const SmoothScrollFonts=getFonts(SmoothScroll);const CargoModulesFonts=getFonts(CargoModules);const CounterFonts=getFonts(Counter);const ImageWithFX=withFX(Image);const SectionOurTeamFonts=getFonts(SectionOurTeam);const Content1Fonts=getFonts(Content1);const Content1WithVariantAppearEffect=withVariantAppearEffect(Content1);const ChipFonts=getFonts(Chip);const Button2Fonts=getFonts(Button2);const TabHorizontalFonts=getFonts(TabHorizontal);const GoogleMapsFonts=getFonts(GoogleMaps);const SectionBlogFonts=getFonts(SectionBlog);const MailchimpFonts=getFonts(Mailchimp);const SectionFooterFonts=getFonts(SectionFooter);const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const breakpoints={KOBF1vKLk:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\",yEfH1WMdq:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lEpkL\";const variantClassNames={KOBF1vKLk:\"framer-v-9qm2p\",WQLkyLRf1:\"framer-v-72rtr7\",yEfH1WMdq:\"framer-v-1w4lqdf\"};const transition1={bounce:0,delay:.6,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={bounce:0,delay:.2,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:0,delay:1,duration:1,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:0,delay:1.1,duration:1,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition5={bounce:0,delay:.1,duration:.4,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200};const transition6={bounce:0,delay:0,duration:2,type:\"spring\"};const transition7={bounce:0,delay:.3,duration:1,type:\"spring\"};const transition8={bounce:0,delay:.4,duration:1,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:80};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition9={bounce:0,delay:.1,duration:1,type:\"spring\"};const transition10={bounce:0,delay:.5,duration:1,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-480,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:724,y:0};const transition11={bounce:0,delay:.2,duration:2,type:\"spring\"};const transition12={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition12};const transition13={bounce:0,delay:.7,duration:1,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-163,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:162,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:184};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-192,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:197,y:0};const transition14={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const transition15={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"yEfH1WMdq\",Tablet:\"KOBF1vKLk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"wtNwcuYgL\");const isDisplayed=()=>{if(!isBrowser())return true;if([\"KOBF1vKLk\",\"yEfH1WMdq\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"KOBF1vKLk\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"yEfH1WMdq\")return true;return false;};const elementId1=useRouteElementId(\"mgswu37yV\");const elementId2=useRouteElementId(\"QbcmrS7QO\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"PdVaW5hTV\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"nIBC3QXuo\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"yPGm3CDAy\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"k7ug1jaFB\");const ref7=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"yEfH1WMdq\")return false;return true;};const elementId7=useRouteElementId(\"tgKUwxpgt\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"BQGSc1xRk\");const ref9=React.useRef(null);const ref10=React.useRef(null);const elementId9=useRouteElementId(\"HuuxEga7K\");const elementId10=useRouteElementId(\"i3tNI2TEl\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"xYBz9cQ89\");const ref12=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); } html { font-size: 100%; }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":wtNwcuYgL\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":xYBz9cQ89\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":wtNwcuYgL\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":xYBz9cQ89\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":wtNwcuYgL\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":xYBz9cQ89\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{y:888},yEfH1WMdq:{y:866}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,y:874,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g1zcis-container\",layoutScroll:true,nodeId:\"ZV6YhtcMs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{__framer__targets:[{ref:ref1,target:\"pfrXtcaQf\"},{ref:ref2,target:\"m56TlKazf\"}],h8hgd4lGB:resolvedLinks[3],variant:\"pfrXtcaQf\",ZR880IQdu:resolvedLinks[2]},yEfH1WMdq:{__framer__targets:[{ref:ref1,target:\"sF2R12ZFa\"},{ref:ref2,target:\"UF6DgB5lv\"}],h8hgd4lGB:resolvedLinks[5],variant:\"sF2R12ZFa\",ZR880IQdu:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(ArrowDownWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"xJk_7kXLe\"},{ref:ref2,target:\"xoeKkwMeA\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,h8hgd4lGB:resolvedLinks[1],height:\"100%\",id:\"ZV6YhtcMs\",layoutId:\"ZV6YhtcMs\",variant:\"xJk_7kXLe\",width:\"100%\",ZR880IQdu:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ijqxc5\",\"data-framer-name\":\"02 - Home Screen/Desktop\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2h5fmd\",\"data-framer-name\":\"Section - Hero\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fp9px7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pV1dRtiY9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"pV1dRtiY9\",isMixedBorderRadius:false,layoutId:\"pV1dRtiY9\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/8uIwin7bOzW7ap6rB3SJQOTs.mp4\",srcType:\"Upload\",srcUrl:\"\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z2640j\",\"data-framer-name\":\"Gredient\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f4gi4e\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tsmtli\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xdj5bt\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ag1yw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-color\":\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\"},children:[\"GLX CARGO.AI \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\" \"})]})})},yEfH1WMdq:{animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\"},children:\"GLX CARGO\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"71px\",\"--framer-text-color\":\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"84px\"},children:\"GLX CARGO.AI \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\" \"})]})}),className:\"framer-1qoohgi\",\"data-framer-appear-id\":\"1qoohgi\",\"data-framer-name\":\"Heading Text\",fonts:[\"CUSTOM;Alternate Gothic No1 D Regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-v6zqc7-container hidden-9qm2p hidden-1w4lqdf\",\"data-framer-appear-id\":\"v6zqc7\",initial:animation1,nodeId:\"tBpy_iprm\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeadingText,{height:\"100%\",id:\"tBpy_iprm\",layoutId:\"tBpy_iprm\",style:{height:\"100%\"},variant:\"tgx_UYVfB\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{height:43,width:\"630px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-9vv6ws-container hidden-72rtr7 hidden-1w4lqdf\",\"data-framer-appear-id\":\"9vv6ws\",\"data-framer-name\":\"Tablet\",initial:animation1,name:\"Tablet\",nodeId:\"Zgv7PY_ZK\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeadingText1,{height:\"100%\",id:\"Zgv7PY_ZK\",layoutId:\"Zgv7PY_ZK\",name:\"Tablet\",style:{width:\"100%\"},variant:\"XO6UWu8Cu\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{height:40,width:`min(${componentViewport?.width||\"100vw\"} - 72px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1c010qo-container hidden-72rtr7 hidden-9qm2p\",\"data-framer-appear-id\":\"1c010qo\",initial:animation1,nodeId:\"VOU7wlsTa\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Mobile,{height:\"100%\",id:\"VOU7wlsTa\",layoutId:\"VOU7wlsTa\",style:{width:\"100%\"},variant:\"Jbkg4qjsx\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1euazup\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hrlre4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{animate:animation2}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1u4oba9-container\",\"data-framer-appear-id\":\"1u4oba9\",initial:animation1,nodeId:\"tB8breLLV\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"rn8ioftEO\"},yEfH1WMdq:{variant:\"ITJ9A7_56\"}},children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Follow us on LinkedIn\",height:\"100%\",id:\"tB8breLLV\",KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"tB8breLLV\",lr9CoxPv1:false,mMfpQ77xu:false,NdGM2rdFa:\"https://www.linkedin.com/company/glx-digital-ltd/?viewAsMember=true\",variant:\"I265:8962;34:19517\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{animate:animation2}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-nru8nr-container\",\"data-framer-appear-id\":\"nru8nr\",initial:animation1,nodeId:\"vFxl9lLei\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{NdGM2rdFa:resolvedLinks1[1],variant:\"mKQNAddON\"},yEfH1WMdq:{NdGM2rdFa:resolvedLinks1[2],style:{width:\"100%\"},variant:\"Ph3ctxEZs\"}},children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fw41OZtUZ:\"center\",HDshbwRfn:\"GLX CARGO demo\",height:\"100%\",id:\"vFxl9lLei\",KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"vFxl9lLei\",lr9CoxPv1:false,mMfpQ77xu:false,NdGM2rdFa:resolvedLinks1[0],variant:\"phPfGobPM\",width:\"100%\"})})})})})})]})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i4qsqs\",\"data-framer-name\":\"Section - Why Us\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12q4zas\",\"data-framer-name\":\"Frame 40\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xg3hwx\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"SMARTER CARGO MANAGEMENT, POWERED BY AI\"})}),fonts:[\"Inter\"]},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[\"SMARTER CARGO MANAGEMENT, \",/*#__PURE__*/_jsx(\"br\",{}),\"POWERED BY AI\"]})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0FsdGVybmF0ZSBHb3RoaWMgTm8xIEQgUmVndWxhcg==\",\"--framer-font-family\":'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"64px\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"SMARTER CARGO MANAGEMENT, POWERED BY AI\"})}),className:\"framer-o82xw4\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Alternate Gothic No1 D Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11uzbie\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y21m85\",children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-183sa5v hidden-9qm2p hidden-1w4lqdf\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Digital cargo management, Optimisation\",fit:\"fill\",pixelHeight:1327,pixelWidth:2362,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/WisAmYZMWX037XDJmg3iQfCvbk.jpg\",srcSet:\"https://framerusercontent.com/images/WisAmYZMWX037XDJmg3iQfCvbk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/WisAmYZMWX037XDJmg3iQfCvbk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/WisAmYZMWX037XDJmg3iQfCvbk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/WisAmYZMWX037XDJmg3iQfCvbk.jpg 2362w\"},className:\"framer-yhiped\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-exzc5b\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"Cargo management software\",fit:\"fit\",pixelHeight:6096,pixelWidth:7320,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png\",srcSet:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png 7320w\"}},yEfH1WMdq:{background:{alt:\"Cargo management software\",fit:\"fit\",pixelHeight:6096,pixelWidth:7320,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png\",srcSet:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png 7320w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Cargo management software\",fit:\"fit\",pixelHeight:6096,pixelWidth:7320,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png\",srcSet:\"https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iFOx8xX3oF4WXGDBU9M0EG6wvQ.png 7320w\"},className:\"framer-164c9kn\",\"data-framer-name\":\"Image\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yz3u1o\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Physical seaborne energy trading requires precision, speed, and flawless teamwork across global operations.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"start\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is optimisation software designed to meet these demands with a smart, unified platform that seamlessly integrates cargo, trading, shipping, and finance in real-time. Leveraging next-generation AI, GLX CARGO automates processes, and optimises scheduling, trading and shipping, keeping you steps ahead.\"})]})]}),fonts:[\"Inter\"]},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Physical seaborne energy trading requires precision, speed, and flawless teamwork across global operations.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is optimisation software designed to meet these demands with a smart, unified platform that seamlessly integrates cargo, trading, shipping, and finance in real-time. Leveraging next-generation AI, GLX CARGO automates processes, and optimises scheduling, trading and shipping, keeping you steps ahead.\"})]})]}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Physical seaborne energy trading requires precision, speed, and flawless teamwork across global operations.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1Byb3hpbWEgTm92YSBSZWd1bGFy\",\"--framer-font-family\":'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"GLX CARGO is optimisation software designed to meet these demands with a smart, unified platform that seamlessly integrates cargo, trading, shipping, and finance in real-time. Leveraging next-generation AI, GLX CARGO automates processes, and optimises scheduling, trading and shipping, keeping you steps ahead.\"]})]}),className:\"framer-1jt2bnj\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Proxima Nova Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ds3cbh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{__framer__animate:{transition:transition7}},yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k2sxap\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"WHAT SETS GLX CARGO APART?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"WHAT SETS GLX CARGO APART?\"})}),className:\"framer-1d85xaf\",\"data-framer-name\":\"Heading  Text.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-driven, purpose-built design:\"}),\" Built specifically for the energy industry, GLX CARGO employs advanced AI to streamline document parsing and surface actionable portfolio insights.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Accelerated ROI:\"}),\" Smart automation and advanced AI-powered features reduces errors and saves your team time, allowing them to focus on high-value tasks leading to immediate returns from day one.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Rapid deployment:\"}),\" Get up and running in as little as three months post-license signing, unlocking value without delay.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Effortless system integration:\"}),\" Seamlessly link GLX CARGO with your existing tools — ETRMs, vessel management platforms, and data lakes — to create one powerful, central data source.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Flexible, modular design:\"}),\" Tailor the system to your operations' needs with modular AI-enhanced features – GLX CARGO evolves with your business.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Your AI-powered single source of truth:\"}),\" Built with a robust data hierarchy, GLX CARGO delivers powerful real-time insight in one simple, intuitive interface. \"]})})]})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-driven, purpose-built design:\"}),\" Built specifically for the energy industry, GLX CARGO employs advanced AI to streamline document parsing and surface actionable portfolio insights.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Accelerated ROI:\"}),\" Smart automation and advanced AI-powered features reduces errors and saves your team time, allowing them to focus on high-value tasks leading to immediate returns from day one.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Rapid deployment:\"}),\" Get up and running in as little as three months post-license signing, unlocking value without delay.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Effortless system integration:\"}),\" Seamlessly link GLX CARGO with your existing tools — ETRMs, vessel management platforms, and data lakes — to create one powerful, central data source.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Flexible, modular design:\"}),\" Tailor the system to your operations' needs with modular AI-enhanced features – GLX CARGO evolves with your business.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Your AI-powered single source of truth:\"}),\" Built with a robust data hierarchy, GLX CARGO delivers powerful real-time insight in one simple, intuitive interface. \"]})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ol\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-driven, purpose-built design:\"}),\" Built specifically for the energy industry, GLX CARGO employs advanced AI to streamline document parsing and surface actionable portfolio insights.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Accelerated ROI:\"}),\" Smart automation and advanced AI-powered features reduces errors and saves your team time, allowing them to focus on high-value tasks leading to immediate returns from day one.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Rapid deployment:\"}),\" Get up and running in as little as three months post-license signing, unlocking value without delay.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Effortless system integration:\"}),\" Seamlessly link GLX CARGO with your existing tools — ETRMs, vessel management platforms, and data lakes — to create one powerful, central data source.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Flexible, modular design:\"}),\" Tailor the system to your operations' needs with modular AI-enhanced features – GLX CARGO evolves with your business.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Your AI-powered single source of truth:\"}),\" Built with a robust data hierarchy, GLX CARGO delivers powerful real-time insight in one simple, intuitive interface. \"]})})]})}),className:\"framer-1s1fckr\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rjyyw5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nvrook\",\"data-styles-preset\":\"GzfVPPgLj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"OPTIMISE YOUR CARGO SHIPPING AND SCHEDULING\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"OPTIMISE YOUR CARGO SHIPPING AND SCHEDULING\"})}),className:\"framer-mtmaty\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10n2sm4\",\"data-framer-name\":\"Section - Our Customer \",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b74fn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14he7g\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"INDUSTRY SEGMENTS\"})})},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"INDUSTRY SEGMENTS\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"INDUSTRY SEGMENTS\"})}),className:\"framer-msz2gr\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[\"GLX CARGO is trusted by leading global energy companies, operating\",/*#__PURE__*/_jsx(\"br\",{}),\"in segments including LNG, crude oil and pipeline gas.\"]})})},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is trusted by leading global energy companies, operating in segments including LNG, crude oil and pipeline gas.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:[\"GLX CARGO is trusted by leading global energy companies, operating\",/*#__PURE__*/_jsx(\"br\",{}),\"in segments including LNG, crude oil and pipeline gas.\"]})}),className:\"framer-1e0tkjv\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5},__framer__enter:animation5}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xnj9n5\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:389,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 64px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oro37d-container\",nodeId:\"d9CCfL_3h\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"WdspPfHpM\"},yEfH1WMdq:{variant:\"WdspPfHpM\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"d9CCfL_3h\",layoutId:\"d9CCfL_3h\",OwEWiKEzl:addImageAlt({pixelHeight:1130,pixelWidth:591,positionX:\"50%\",positionY:\"16.5%\",src:\"https://framerusercontent.com/images/K9FMFFS9t6rW1iEnSVMTYJNvc.jpg\",srcSet:\"https://framerusercontent.com/images/K9FMFFS9t6rW1iEnSVMTYJNvc.jpg?scale-down-to=1024 535w,https://framerusercontent.com/images/K9FMFFS9t6rW1iEnSVMTYJNvc.jpg 591w\"},\"LNG\"),style:{width:\"100%\"},Uio18Qpev:\"Managing LNG cargo operations demands seamless collaboration across suppliers, shippers, terminals, and regulatory bodies. Powered by advanced AI, GLX CARGO transforms this complexity into streamlined workflows through intelligent automation, real-time data insights, and effortless integration with your existing systems. By driving unparalleled accuracy and operational efficiency, GLX CARGO ensures a smarter, more reliable, and cost-effective approach to managing LNG cargo and freight operations.\",variant:\"Z3Rt3joR9\",width:\"100%\",ZN0T5waFl:\"LNG\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:389,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 64px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17vrhii-container\",nodeId:\"qTFlgSkMl\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"WdspPfHpM\"},yEfH1WMdq:{variant:\"WdspPfHpM\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"qTFlgSkMl\",layoutId:\"qTFlgSkMl\",OwEWiKEzl:addImageAlt({pixelHeight:4601,pixelWidth:7402,src:\"https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg\",srcSet:\"https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/sJTWHEg2XIqApuUCvoag3GBARs.jpeg 7402w\"},\"Crude oil\"),style:{width:\"100%\"},Uio18Qpev:\"Crude cargo operations are complex and require seamless coordination between suppliers, shippers, ports, and regulatory bodies, all while navigating evolving market conditions and compliance requirements. GLX CARGO, powered by advanced AI, delivers intelligent, real-time insights to revolutionise operations. From automating routine tasks to optimising decision-making, our platform enhances efficiency, reduces costs, and creates a seamless, resilient supply chain\",variant:\"Z3Rt3joR9\",width:\"100%\",ZN0T5waFl:\"CRUDE OIL\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:389,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 64px) / 3, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oqlqek-container\",nodeId:\"cbTCUycjB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"WdspPfHpM\"},yEfH1WMdq:{variant:\"WdspPfHpM\"}},children:/*#__PURE__*/_jsx(Card,{height:\"100%\",id:\"cbTCUycjB\",layoutId:\"cbTCUycjB\",OwEWiKEzl:addImageAlt({pixelHeight:4002,pixelWidth:6e3,src:\"https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg\",srcSet:\"https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/0EpAq64MUevhDEoOw82YbPvKbuo.jpeg 6000w\"},\"Pipeline gas\"),style:{width:\"100%\"},Uio18Qpev:\"Pipeline gas management requires efficiency and robust risk management. Operators must uphold network integrity, ensure regulatory compliance, and swiftly respond to market fluctuations. GLX CARGO, powered by sophisticated AI, simplifies these challenges through intelligent automation, real-time analytics, and advanced monitoring capabilities. The solution boosts operational efficiency, enhances safety, and ensures a more reliable, cost-effective gas transportation network.\",variant:\"Z3Rt3joR9\",width:\"100%\",ZN0T5waFl:\"PIPELINE GAS\"})})})})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lbdz65\",\"data-framer-name\":\"Section - Customer testimonials\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zdouc6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-194k0zb\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhiem0\",\"data-framer-name\":\"Frame 34540\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-a8c1mj\",\"data-framer-name\":\"Chip\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"Customer Testimonials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"Customer Testimonials\"})}),className:\"framer-ze8z0g\",\"data-framer-name\":\"GLX Digital\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"WHAT OUR CUSTOMERS SAY\"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"WHAT OUR CUSTOMERS SAY\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"WHAT OUR CUSTOMERS SAY\"})}),className:\"framer-1byfkdd\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:\"677.1746px\",src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"}},yEfH1WMdq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) + 211px)`,src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:\"1329.873px\",src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"},className:\"framer-tecqkg\",\"data-framer-name\":\"Layer 1\"})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ysxtyt-container hidden-9qm2p hidden-1w4lqdf\",\"data-framer-name\":\"Desktop\",id:\"1ysxtyt\",isAuthoredByUser:true,isModuleExternal:true,name:\"Desktop\",nodeId:\"hDAD3RnZX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.4)\",arrowGap:12,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:-112,arrowPosition:\"top-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:48,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:40,height:\"100%\",id:\"hDAD3RnZX\",intervalControl:6,itemAmount:2,layoutId:\"hDAD3RnZX\",name:\"Desktop\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:8,dotsInset:-71,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iwiks8-container\",inComponentSlot:true,nodeId:\"rvG2VNCFl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.”\",height:\"100%\",id:\"rvG2VNCFl\",j8pfLfmtY:\"Senior Executive leading international oil company (IOC)\",layoutId:\"rvG2VNCFl\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hg188b-container\",inComponentSlot:true,nodeId:\"DJ_Q_jgM4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"We have been fortunate in the project so far to have had some exceptionally capable people working on the project and a desire across both the businesses to ensure that it will work. What is especially pleasing is how positive people in Woodside are about the new system (that is not always the case with change projects).”',height:\"100%\",id:\"DJ_Q_jgM4\",j8pfLfmtY:\"Executive at leading independent energy company\",layoutId:\"DJ_Q_jgM4\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7mj1o7-container\",inComponentSlot:true,nodeId:\"GlqA_aJag\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“The choice of GLX was based on its proven track record in delivering complex digital systems for commodity markets, and underlines Woodside’s commitment to support homegrown technology solutions.”\",height:\"100%\",id:\"GlqA_aJag\",j8pfLfmtY:\"Senior executive at leading independent energy company\",layoutId:\"GlqA_aJag\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-2r5ynj-container\",inComponentSlot:true,nodeId:\"MMiCHvZ4n\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“As our LNG business grows, we have been searching for a digital solution to more effectively manage our commercial LNG cargo operations. In GLX CARGO, we have found a digital solution that is intuitive, easy to use and a powerful tool that complements our existing processes.”\",height:\"100%\",id:\"MMiCHvZ4n\",j8pfLfmtY:\"Senior IT manager at global trading company\",layoutId:\"MMiCHvZ4n\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-22d9jd-container\",inComponentSlot:true,nodeId:\"tn_XyFSQf\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“GLX CARGO is absolutely saving us time and protecting our data integrity. Since we’ve been using GLX CARGO there’s now less risk that we will miss tasks than we’ve ever had, and we now have the ability to correctly deal with the complex nature of our deals.”\",height:\"100%\",id:\"tn_XyFSQf\",j8pfLfmtY:\"Manager Cargo Ops at a leading LNG producer\",layoutId:\"tn_XyFSQf\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"580px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-obq7s-container\",inComponentSlot:true,nodeId:\"OB4w_V03c\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"Digitisation is a key enabler to streamline processes resulting in more effective and efficient ways of working. GLX software enables us to achieve all of this, plus brings new ways to collaborate and connect with the market.”',height:\"100%\",id:\"OB4w_V03c\",j8pfLfmtY:\"Manager at international oil company (IOC)\",layoutId:\"OB4w_V03c\",style:{width:\"100%\"},variant:\"fAEc9PfcY\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{bounce:.2,delay:0,duration:.3,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a7rzgp-container hidden-72rtr7 hidden-1w4lqdf\",\"data-framer-name\":\"Tablet\",isAuthoredByUser:true,isModuleExternal:true,name:\"Tablet\",nodeId:\"pfj2p61PN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.4)\",arrowGap:12,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:-79,arrowPosition:\"top-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:27,height:\"100%\",id:\"pfj2p61PN\",intervalControl:5,itemAmount:1.3,layoutId:\"pfj2p61PN\",name:\"Tablet\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:8,dotsInset:-47,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vodx1d-container\",inComponentSlot:true,nodeId:\"nQSVBq4Fq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"',height:\"100%\",id:\"nQSVBq4Fq\",j8pfLfmtY:\"Senior Executive leading international oil company (IOC)\",layoutId:\"nQSVBq4Fq\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-o3xdyf-container\",inComponentSlot:true,nodeId:\"mDqb2P_4g\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"We have been fortunate in the project so far to have had some exceptionally capable people working on the project and a desire across both the businesses to ensure that it will work. What is especially pleasing is how positive people in Woodside are about the new system (that is not always the case with change projects).”',height:\"100%\",id:\"mDqb2P_4g\",j8pfLfmtY:\"Executive at leading independent energy company\",layoutId:\"mDqb2P_4g\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18kay79-container\",inComponentSlot:true,nodeId:\"ju6_RWPTU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“The choice of GLX was based on its proven track record in delivering complex digital systems for commodity markets, and underlines Woodside’s commitment to support homegrown technology solutions.”\",height:\"100%\",id:\"ju6_RWPTU\",j8pfLfmtY:\"Senior executive at leading independent energy company\",layoutId:\"ju6_RWPTU\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ez19gp-container\",inComponentSlot:true,nodeId:\"EQWR3trw5\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“As our LNG business grows, we have been searching for a digital solution to more effectively manage our commercial LNG cargo operations. In GLX CARGO, we have found a digital solution that is intuitive, easy to use and a powerful tool that complements our existing processes.”\",height:\"100%\",id:\"EQWR3trw5\",j8pfLfmtY:\"Senior IT manager at global trading company\",layoutId:\"EQWR3trw5\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fcf4gd-container\",inComponentSlot:true,nodeId:\"JmkHjWAx0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“GLX CARGO is absolutely saving us time and protecting our data integrity. Since we’ve been using GLX CARGO there’s now less risk that we will miss tasks than we’ve ever had, and we now have the ability to correctly deal with the complex nature of our deals.”\",height:\"100%\",id:\"JmkHjWAx0\",j8pfLfmtY:\"Manager Cargo Ops at a leading LNG producer\",layoutId:\"JmkHjWAx0\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"522px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rdfijn-container\",inComponentSlot:true,nodeId:\"Wbmihaq_w\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"Digitisation is a key enabler to streamline processes resulting in more effective and efficient ways of working. GLX software enables us to achieve all of this, plus brings new ways to collaborate and connect with the market.”',height:\"100%\",id:\"Wbmihaq_w\",j8pfLfmtY:\"Manager at international oil company (IOC)\",layoutId:\"Wbmihaq_w\",style:{width:\"100%\"},variant:\"Q4l0d8w9a\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g2nm75-container hidden-72rtr7 hidden-9qm2p\",\"data-framer-name\":\"Mobile\",isAuthoredByUser:true,isModuleExternal:true,name:\"Mobile\",nodeId:\"IOrrjXxVP\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(255, 255, 255, 0.4)\",arrowGap:8,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:-72,arrowPosition:\"top-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:20,height:\"100%\",id:\"IOrrjXxVP\",intervalControl:5,itemAmount:1.1,layoutId:\"IOrrjXxVP\",name:\"Mobile\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(171, 171, 171)\",dotsGap:8,dotsInset:-51,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cag354-container\",inComponentSlot:true,nodeId:\"cbmoWS2e7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"This digital platform is a natural step in the continued evolution of the global LNG market and as a leading LNG player, we are keen to be part of this. The sophistication of the GLX software in combination with the high calibre and quality of the management team gives GLX a strong base for the future.\"',height:\"100%\",id:\"cbmoWS2e7\",j8pfLfmtY:\"Senior Executive leading international oil company (IOC)\",layoutId:\"cbmoWS2e7\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0wtan-container\",inComponentSlot:true,nodeId:\"QBjQErOHU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“The choice of GLX was based on its proven track record in delivering complex digital systems for commodity markets, and underlines Woodside’s commitment to support homegrown technology solutions.”\",height:\"100%\",id:\"QBjQErOHU\",j8pfLfmtY:\"Senior executive at leading independent energy company\",layoutId:\"QBjQErOHU\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0wtan-container\",inComponentSlot:true,nodeId:\"QBjQErOHU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“The choice of GLX was based on its proven track record in delivering complex digital systems for commodity markets, and underlines Woodside’s commitment to support homegrown technology solutions.”\",height:\"100%\",id:\"QBjQErOHU\",j8pfLfmtY:\"Senior executive at leading independent energy company\",layoutId:\"QBjQErOHU\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gaaq2o-container\",inComponentSlot:true,nodeId:\"Gi2UV17Dm\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“As our LNG business grows, we have been searching for a digital solution to more effectively manage our commercial LNG cargo operations. In GLX CARGO, we have found a digital solution that is intuitive, easy to use and a powerful tool that complements our existing processes.”\",height:\"100%\",id:\"Gi2UV17Dm\",j8pfLfmtY:\"Senior IT manager at global trading company\",layoutId:\"Gi2UV17Dm\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-oylgis-container\",inComponentSlot:true,nodeId:\"qKfB9oz_y\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:\"“GLX CARGO is absolutely saving us time and protecting our data integrity. Since we’ve been using GLX CARGO there’s now less risk that we will miss tasks than we’ve ever had, and we now have the ability to correctly deal with the complex nature of our deals.”\",height:\"100%\",id:\"qKfB9oz_y\",j8pfLfmtY:\"Manager Cargo Ops at a leading LNG producer\",layoutId:\"qKfB9oz_y\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"297px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-dxi4kd-container\",inComponentSlot:true,nodeId:\"bAJb4RCFn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Content,{Dn8FYch7u:'\"Digitisation is a key enabler to streamline processes resulting in more effective and efficient ways of working. GLX software enables us to achieve all of this, plus brings new ways to collaborate and connect with the market.”',height:\"100%\",id:\"bAJb4RCFn\",j8pfLfmtY:\"Manager at international oil company (IOC)\",layoutId:\"bAJb4RCFn\",style:{width:\"100%\"},variant:\"x5e5UofyV\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qkf440-container\",isModuleExternal:true,nodeId:\"uAKZMwu7D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"uAKZMwu7D\",intensity:12,layoutId:\"uAKZMwu7D\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-etdtqg\",\"data-framer-name\":\"Section - GLX Cargo Modules\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bco91\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2s6w9\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO MODULES\"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nvrook\",\"data-styles-preset\":\"GzfVPPgLj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO MODULES\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO MODULES\"})}),className:\"framer-uwzog6\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dkyoct\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uvvkz7-container\",nodeId:\"FuPSD48i6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"L6FLPHRUW\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"L6FLPHRUW\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"dawvtNEoO\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Intelligent task creation:\"}),\" Leverage AI to auto-generate nominations tasks\"]})}),c_uWDbDR8:\"Portfolio Management\",CLFWYW3xB:false,height:\"100%\",id:\"FuPSD48i6\",layoutId:\"FuPSD48i6\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-generated positions:\"}),\" auto set up positions directly from term sheets\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Cargo tracking:\"}),\" Capture detailed data on buy- and sell-legs with precision and ease\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Position matching:\"}),\" Accurately match long and short positions to maintain portfolio balance and optimise trading strategies\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ntago3-container\",nodeId:\"Lv_R0gMV6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"uy54EvMXv\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"uy54EvMXv\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:false,b1MMuaoZv:\"BQcGWdJAU\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Improved scheduling:\"}),\" Powerful visualisations allow you to match and manage cargoes by delivery month\"]})}),c_uWDbDR8:\"Nominations Manager\",CLFWYW3xB:false,height:\"100%\",id:\"Lv_R0gMV6\",layoutId:\"Lv_R0gMV6\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Dedicated matching portal:\"}),\" View all buy- and sell-side noms side-by-side to seamlessly match long and short positions\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Smart task automation:\"}),\" Never miss a nomination deadline again – automatically generate nominations tasks using advanced AI\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14b3onv-container\",nodeId:\"RXz_dl7Xb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"oP1dxwP78\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"oP1dxwP78\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"yOOaFOZZZ\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Vessel consumption optimisation:\"}),\" Analyse vessel performance and fuel consumption\"]})}),c_uWDbDR8:\"Voyage Optimisation\",CLFWYW3xB:false,height:\"100%\",id:\"RXz_dl7Xb\",layoutId:\"RXz_dl7Xb\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Smart vessel substitutions:\"}),\" Leverage AI to substitute vessels and streamline procurement\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-driven NOR:\"}),\" Optimise shipping with advanced AI to meet port arrival times and reduce fuel consumption\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Ship-shore compatibility:\"}),\" Conduct AI-powered vessel and port compatibility assessments to avoid delays and ensure smooth operations\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-djdm9-container\",nodeId:\"WXy_yTUdV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"cVtweTqaa\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"cVtweTqaa\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:false,b1MMuaoZv:\"yIsgErG_5\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Daily critical task summaries:\"}),\" Receive curated daily emails featuring prioritised task lists\"]})}),c_uWDbDR8:\"Task Optimisation\",CLFWYW3xB:false,height:\"100%\",id:\"WXy_yTUdV\",layoutId:\"WXy_yTUdV\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-generated custom alerts: \"}),\"Stay ahead of deadlines with AI-powered personalised notifications\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Automated cargo delivery workflows: \"}),\"Streamline operations by automating every step of cargo delivery\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bpcn2x-container\",nodeId:\"U42y2dWG0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"MmZABWHDO\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"MmZABWHDO\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"TUwfDyyKk\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Centralised agreements: \"}),\"Access all agreements in one unified, centralised location\"]})}),c_uWDbDR8:\"Contract Lifecycle Management\",CLFWYW3xB:false,height:\"100%\",id:\"U42y2dWG0\",layoutId:\"U42y2dWG0\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Real time tracking:\"}),\" Monitor contract statuses with personalised reporting\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Real-Time Tracking:\"}),\" Monitor contract statuses with insightful AI-generated reports\"]})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"AI-powered data mapping:\"}),\" Automatically map data to your cargo position data fields\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Seamless collaboration: \"}),\"Standardise contract management workflows\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fw4906-container\",nodeId:\"hLL3vBncm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"mBENy0yXl\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"mBENy0yXl\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"YELk6yHkL\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Effortless communication: \"}),\"Receive and respond to counterparty messages swiftly\"]})}),c_uWDbDR8:\"Digital Tender and Auction\",CLFWYW3xB:false,height:\"100%\",id:\"hLL3vBncm\",layoutId:\"hLL3vBncm\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Real time deal comparisons:\"}),\" Compare terms to identify the most advantageous opportunities\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Connect directly with your counterparties\"})})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Flexible transaction modes: \"}),\"Choose between auction or tender to transact in the way that best suits your business \"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19nyjmm-container\",nodeId:\"QON8TeX3Q\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"oLvYW6sS2\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"oLvYW6sS2\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:false,b1MMuaoZv:\"t7pdXhvgh\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Instant invoice creation:\"}),\" Generate error-free, pre-filled invoices instantly, enhancing speed and precision in your billing process\"]})}),c_uWDbDR8:\"Invoicing\",CLFWYW3xB:false,height:\"100%\",id:\"QON8TeX3Q\",layoutId:\"QON8TeX3Q\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Automated data population:\"}),\" Save time with templates that auto-populate with accurate data\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Tailored invoice templates: \"}),\"Customise templates to perfectly align with your business requirements\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b6tl8d-container\",nodeId:\"EG2VHGC6V\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"qbmy3Havt\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"qbmy3Havt\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"fLvuwvQFJ\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Workflow alignment:\"}),\" Design reports that seamlessly integrate with your workflows\"]})}),c_uWDbDR8:\"Personalised Reporting\",CLFWYW3xB:false,height:\"100%\",id:\"EG2VHGC6V\",layoutId:\"EG2VHGC6V\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Flexible field and view selection:\"}),\" Select the fields and views that matter most to build custom reports\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Customisable report generation: \"}),\"Create tailored reports designed to meet your specific requirements using advanced AI-driven tools\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Document integration:\"}),\" Using our smart link functionality, simply and instantly integrate documents with your company's DMS\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-myzi9t-container\",nodeId:\"crwm_IwWn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"wFbHRIPCm\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"wFbHRIPCm\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"fXhCQBVAF\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Advanced multi-layered formulas:\"}),\" Build complex pricing structures with multiple indexes, volumes, and slopes/alphas \"]})}),c_uWDbDR8:\"AI-Powered Pricing\",CLFWYW3xB:false,height:\"100%\",id:\"crwm_IwWn\",layoutId:\"crwm_IwWn\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Market data integration:\"}),\" Pricing module fully integrated with external pricing sources (Bloomberg, S&P Platts) for historical and futures data\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Comprehensive formula management:\"}),\" Capture contract and cargo level pricing formulas to ensure accurate, reliable calculations every time\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Precise price tracking:\"}),\" Record and track actualised cargo prices\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jz7iwj-container\",nodeId:\"PpE6_Hia1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"YGAHtRBdX\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"YGAHtRBdX\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:true,b1MMuaoZv:\"kfGXJR1zH\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Document preview:\"}),\" Preview documents in-app instantly enabling document management within a single interface\"]})}),c_uWDbDR8:\"Document Management\",CLFWYW3xB:false,height:\"100%\",id:\"PpE6_Hia1\",layoutId:\"PpE6_Hia1\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Unified access:\"}),\" Access all your documents in one centralised location\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Document uploads:\"}),\" Easily drag and drop documents and e-mails to counterparties, contracts, and positions\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Document integration:\"}),\" Using our smart link functionality, simply and instantly integrate documents with your company's DMS\"]})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 40px) / 2, 50px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:504,width:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 76px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18cswyp-container\",nodeId:\"HkIyU_Xwo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{b1MMuaoZv:\"lcJQORy0H\",variant:\"OIDi8PRAJ\"},yEfH1WMdq:{b1MMuaoZv:\"lcJQORy0H\",variant:\"N17_8G_fA\"}},children:/*#__PURE__*/_jsx(CargoModules,{aTHKbwQ07:false,b1MMuaoZv:\"FeynEf2Ay\",BZzfQ7CYd:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Secure document storage:\"}),\" Maintain all counterparty related documents in a single, organised repository\"]})}),c_uWDbDR8:\"Counterparty Management\",CLFWYW3xB:false,height:\"100%\",id:\"HkIyU_Xwo\",layoutId:\"HkIyU_Xwo\",pcYakptg1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Integrated contract linkage:\"}),\" Seamlessly link counterparties to all relevant contracts\"]})}),pwEkYTZmW:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})}),ReBsRqQFl:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Comprehensive digital records:\"}),\" Digitise and centralise all key counterparty details for easy access and management\"]})}),style:{width:\"100%\"},V71qCHRiW:true,variant:\"CL0POfEXR\",width:\"100%\",xdnDlGv1I:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. \"})})})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a4tlq-container\",nodeId:\"YabH9cae6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{NdGM2rdFa:resolvedLinks2[1],variant:\"rn8ioftEO\"},yEfH1WMdq:{NdGM2rdFa:resolvedLinks2[2],variant:\"ITJ9A7_56\"}},children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Book a demo\",height:\"100%\",id:\"YabH9cae6\",KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"YabH9cae6\",lr9CoxPv1:true,mMfpQ77xu:false,NdGM2rdFa:resolvedLinks2[0],style:{height:\"100%\"},variant:\"I265:8962;34:19517\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tkm39e\",\"data-framer-name\":\"Section - About\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ak92hm\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ak078u\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m2kwlk\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"ABOUT GLX DIGITAL\"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"ABOUT GLX DIGITAL\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"ABOUT GLX DIGITAL\"})}),className:\"framer-ev8y7z\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Founded in 2015, GLX Digital has emerged as the global leader in the supply of digital operating systems for the seaborne energy sector.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Today, GLX Digital connects the industry’s key players across major energy hubs worldwide, from Australia to Europe, the Middle East, and South-East Asia, supported by our offices in Perth, Doha, and Singapore.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Trusted by the biggest names in LNG, crude oil, and pipeline gas, we help streamline operations and redefine possibilities.\"})]})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Founded in 2015, GLX Digital has emerged as the global leader in the supply of digital operating systems for the seaborne energy sector.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Today, GLX Digital connects the industry’s key players across major energy hubs worldwide, from Australia to Europe, the Middle East, and South-East Asia, supported by our offices in Perth, Doha, and Singapore.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Trusted by the biggest names in LNG, crude oil, and pipeline gas, we help streamline operations and redefine possibilities.\"})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Founded in 2015, GLX Digital has emerged as the global leader in the supply of digital operating systems for the seaborne energy sector.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Today, GLX Digital connects the industry’s key players across major energy hubs worldwide, from Australia to Europe, the Middle East, and South-East Asia, supported by our offices in Perth, Doha, and Singapore.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Trusted by the biggest names in LNG, crude oil, and pipeline gas, we help streamline operations and redefine possibilities.\"})]}),className:\"framer-1ri4nhk\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9},__framer__enter:animation5}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2m4fok\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hhy3r1\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2f7ycd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OkJr3sb7j\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{textSize:40},yEfH1WMdq:{textSize:32}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"period\",end:1.25,gapSize:0,height:\"100%\",id:\"OkJr3sb7j\",incrementType:\"integer\",layoutId:\"OkJr3sb7j\",loop:false,prefixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",prefixFont:{fontFamily:'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif'},prefixText:\"$\",restartOnViewport:false,selectedFont:{fontFamily:'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif'},speed:80,start:-4.95,startOnViewport:true,suffixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",suffixFont:{},suffixText:\"b+\",textColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",textSize:56,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"In optionality value protected\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"In optionality value protected\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"In optionality value protected\"})}),className:\"framer-t87k1e\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x3sg7l\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b3vd3h-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FcstWrrl7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{textSize:40},yEfH1WMdq:{textSize:32}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:100,gapSize:0,height:\"100%\",id:\"FcstWrrl7\",incrementType:\"integer\",layoutId:\"FcstWrrl7\",loop:false,prefixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",prefixFont:{fontFamily:'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif'},speed:80,start:80,startOnViewport:true,suffixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",suffixFont:{},suffixText:\"+\",textColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",textSize:56,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Years of collective experience \"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Years of collective experience \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Years of collective experience \"})}),className:\"framer-1neaym7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8dalim\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wm308s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"M4PKzYmpO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{textSize:40},yEfH1WMdq:{textSize:32}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:3e3,gapSize:0,height:\"100%\",id:\"M4PKzYmpO\",incrementType:\"integer\",layoutId:\"M4PKzYmpO\",loop:false,prefixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",prefixFont:{fontFamily:'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Alternate Gothic No1 D Regular\", \"Alternate Gothic No1 D Regular Placeholder\", sans-serif'},speed:80,start:2970,startOnViewport:true,suffixColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",suffixFont:{},suffixText:\"+\",textColor:\"var(--token-3c207c46-6df3-47a0-b3e7-07a6d48aa185, rgb(0, 84, 139))\",textSize:56,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Cargoes managed\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Cargoes managed\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Cargoes managed\"})}),className:\"framer-1nj7kn8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8zq2bq\",\"data-framer-name\":\"Frame 1410132293\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o8sckd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX \",fit:\"fill\",pixelHeight:4309,pixelWidth:7660,positionX:\"center\",positionY:\"center\",sizes:\"254px\",src:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg\",srcSet:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg 7660w\"}},yEfH1WMdq:{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX \",fit:\"fill\",pixelHeight:4309,pixelWidth:7660,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg\",srcSet:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg 7660w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"GLX \",fit:\"fill\",pixelHeight:4309,pixelWidth:7660,positionX:\"center\",positionY:\"center\",sizes:\"208px\",src:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg\",srcSet:\"https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/2jShV3ssmj4beptKn59NMgj4BK0.jpeg 7660w\"},className:\"framer-vdr6iv\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fakw5e\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:2962,pixelWidth:5272,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 278px, 1px)`,src:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg\",srcSet:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg 5272w\"}},yEfH1WMdq:{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:2962,pixelWidth:5272,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg\",srcSet:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg 5272w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:2962,pixelWidth:5272,src:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg\",srcSet:\"https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/EomgHc2o1tdCW2ANCQpmMDDzs.jpeg 5272w\"},className:\"framer-fqk63p\",\"data-framer-name\":\"Image\"})})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jdtcnn\",\"data-framer-name\":\"Section - Use Cases\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ixl1he\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"TECHNOLOGY AND SECURITY\"})})},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"TECHNOLOGY AND SECURITY\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"TECHNOLOGY AND SECURITY\"})}),className:\"framer-1qpden\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Architecturally designed for physical commodities with security and interoperability at its core.\"})})},yEfH1WMdq:{__framer__animate:{transition:transition5},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Architecturally designed for physical commodities with security and interoperability at its core.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Architecturally designed for physical commodities with security and interoperability at its core.\"})}),className:\"framer-ysmb81\",\"data-framer-name\":\"Body Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18v9y2e\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vkamx6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"private cargo management software\",fit:\"fill\",pixelHeight:2848,pixelWidth:4288,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg\",srcSet:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg 4288w\"}},yEfH1WMdq:{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"private cargo management software\",fit:\"fill\",pixelHeight:2848,pixelWidth:4288,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px), 1px)`,src:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg\",srcSet:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg 4288w\"},whileHover:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{background:{alt:\"private cargo management software\",fit:\"fill\",pixelHeight:2848,pixelWidth:4288,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1440px) - 80px) / 2, 1px)`,src:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg\",srcSet:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg 4288w\"},className:\"framer-9rp1om\",\"data-framer-name\":\"Placeholder Image\",whileHover:animation10})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1usi6it\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bn9bl7\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j0lekr\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pxgblw\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b4fsi2\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kwml75\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is built by a team of subject matter professionals with deep expertise in seaborne energy trading, shipping and operations.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is built by a team of subject matter professionals with deep expertise in seaborne energy trading, shipping and operations.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO is built by a team of subject matter professionals with deep expertise in seaborne energy trading, shipping and operations.\"})}),className:\"framer-1wc6sup\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18g0ik7\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hd7syy\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c9weap\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pre5ya\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v7ne56\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Designed for maximum interconnectivity and interoperability, GLX CARGO features bi-directional APIs, Webhooks support, and a unique data hierarchy. This ensures effortless, real-time integration with your current and future software ecosystem.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Designed for maximum interconnectivity and interoperability, GLX CARGO features bi-directional APIs, Webhooks support, and a unique data hierarchy. This ensures effortless, real-time integration with your current and future software ecosystem.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Designed for maximum interconnectivity and interoperability, GLX CARGO features bi-directional APIs, Webhooks support, and a unique data hierarchy. This ensures effortless, real-time integration with your current and future software ecosystem.\"})}),className:\"framer-17jsltg\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1od9ohr\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5iodhp\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-j937ch\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-aat78w\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11zdet4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"As a fully integrated cargo operating system, GLX CARGO empowers users to seamlessly connect with counterparties, enabling the secure transfer of structured data and real time communication between systems.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"As a fully integrated cargo operating system, GLX CARGO empowers users to seamlessly connect with counterparties, enabling the secure transfer of structured data and real time communication between systems.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"As a fully integrated cargo operating system, GLX CARGO empowers users to seamlessly connect with counterparties, enabling the secure transfer of structured data and real time communication between systems.\"})}),className:\"framer-fx6rdj\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17jvsoz\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qhuij4\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b5oib5\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1str7lt\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14uk85j\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Our software is built following secure-by-design principles and governed by rigorous security standards, providing peace of mind and protection for your operations.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Our software is built following secure-by-design principles and governed by rigorous security standards, providing peace of mind and protection for your operations.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Our software is built following secure-by-design principles and governed by rigorous security standards, providing peace of mind and protection for your operations.\"})}),className:\"framer-1ssgyir\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-5bvrid\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6r7lt3\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18audr7\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oymkrl\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gdx6aj\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO reduces the risk of human error and duplication.\\xa0It is both ISO 27001-certified and SOC 2-compliant, assuring the highest levels of system security and privacy.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO reduces the risk of human error and duplication.\\xa0It is both ISO 27001-certified and SOC 2-compliant, assuring the highest levels of system security and privacy.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GLX CARGO reduces the risk of human error and duplication.\\xa0It is both ISO 27001-certified and SOC 2-compliant, assuring the highest levels of system security and privacy.\"})}),className:\"framer-18sij4n\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xqlrjh\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d4mo70\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f2nslj\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fhyi9l\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"With a modular and scalable design, GLX CARGO adapts to your business’s unique requirements, enabling you to tailor the system as your needs evolve.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"With a modular and scalable design, GLX CARGO adapts to your business’s unique requirements, enabling you to tailor the system as your needs evolve.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"With a modular and scalable design, GLX CARGO adapts to your business’s unique requirements, enabling you to tailor the system as your needs evolve.\"})}),className:\"framer-19ujsc9\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition5}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jsy28i\",\"data-framer-name\":\"Conetnt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lmi59n\",\"data-framer-name\":\"icon\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-124smad\",\"data-framer-name\":\"Icon / Relume\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bndisa\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5475 4.41519L13.4425 4.22769C13.307 4.00096 13.116 3.81252 12.8875 3.68019L7.855 0.777695C7.62715 0.645508 7.36847 0.57566 7.105 0.575195H6.8875C6.62402 0.57566 6.36535 0.645508 6.1375 0.777695L1.105 3.6877C0.877727 3.81914 0.688945 4.00792 0.5575 4.23519L0.4525 4.42269C0.320312 4.65058 0.250465 4.90925 0.25 5.1727V10.9852C0.250465 11.2487 0.320312 11.5073 0.4525 11.7352L0.5575 11.9227C0.692342 12.1473 0.880367 12.3353 1.105 12.4702L6.145 15.3727C6.37172 15.5076 6.63115 15.5777 6.895 15.5752H7.105C7.36847 15.5747 7.62715 15.5049 7.855 15.3727L12.8875 12.4627C13.117 12.3342 13.3065 12.1447 13.435 11.9152L13.5475 11.7277C13.6781 11.4992 13.7478 11.2409 13.75 10.9777V5.16519C13.7495 4.90175 13.6797 4.64307 13.5475 4.41519ZM6.8875 2.0752H7.105L11.5 4.6102L7 7.20519L2.5 4.6102L6.8875 2.0752ZM7.75 13.7002L12.1375 11.1652L12.25 10.9777V5.90769L7.75 8.51019V13.7002Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Configurable user permissions enable precise control over roles, access, and editing rights, giving your team complete flexibility and security.\"})})},yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Configurable user permissions enable precise control over roles, access, and editing rights, giving your team complete flexibility and security.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Configurable user permissions enable precise control over roles, access, and editing rights, giving your team complete flexibility and security.\"})}),className:\"framer-h6mmbz\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-169hp07\",\"data-framer-name\":\"Section - Our Team\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fgm3pp\",\"data-framer-name\":\"Section - Our Team\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-186m8yb\",\"data-framer-name\":\"Frame 1410132300\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eml8ob\",\"data-framer-name\":\"Frame 1410132299\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rpscr5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-agaowv\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:27,intrinsicWidth:100,svg:'<svg width=\"100\" height=\"27\" viewBox=\"0 0 100 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_504_4167)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.4864 4.80807C38.4864 4.61095 38.5642 4.45321 38.6817 4.33485C38.7985 4.21649 38.9547 4.17711 39.1109 4.17711H85.404C86.3016 4.17711 87.1604 4.53197 87.7459 5.16271C88.058 5.47819 88.3313 5.87265 88.4873 6.30604H90.1267C89.8924 5.43881 89.4243 4.68992 88.8386 4.05896C87.941 3.15213 86.7308 2.60059 85.4038 2.60059H39.1109C38.5253 2.60059 37.9788 2.87647 37.5888 3.27049C37.1983 3.66495 36.9642 4.21671 36.9642 4.80807V7.01576H38.4864V4.80807Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M96.3329 10.1304H79.3535C77.9873 10.1304 76.8165 11.3919 76.8165 12.9292V14.7823H31.7726L30.9139 12.9294C30.2894 11.5498 29.7818 10.1306 28.3769 10.1306H2.53682C1.17084 10.1304 0 11.3919 0 12.9294V23.0219C0 24.5595 1.17084 25.8212 2.53682 25.8212H11.5148H33.0218H65.8482H85.833H91.6878C93.0929 25.8212 93.6005 24.4018 94.2249 23.0219L98.8701 12.9294C99.4947 11.5496 97.738 10.1304 96.3329 10.1304Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.4042 12.3382C43.4042 10.0516 41.5698 8.19873 39.345 8.19873H36.105C33.8412 8.19873 32.0067 10.0516 32.0067 12.3382V13.5999H43.4042V12.3382Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.9712 12.3382V13.5999H59.3687V12.3382C59.3687 10.0516 57.4952 8.19873 55.2703 8.19873C54.1774 8.19873 53.1236 8.19873 52.0306 8.19873C49.8058 8.19873 47.9712 10.0516 47.9712 12.3382Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M63.8968 12.3382V13.5999H75.2943V12.3382C75.2943 10.0516 73.4597 8.19873 71.1959 8.19873H67.9562C65.7311 8.19873 63.8968 10.0516 63.8968 12.3382Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M84.3889 8.94786H94.5765C94.5765 8.15938 93.9519 7.48926 93.1711 7.48926H85.7938C85.0135 7.48926 84.3889 8.15938 84.3889 8.94786Z\" fill=\"white\"/>\\n<path d=\"M54.4117 5.36035H52.8893V7.01607H54.4117V5.36035Z\" fill=\"white\"/>\\n<path d=\"M70.3368 5.36035H68.8147V7.01607H70.3368V5.36035Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.95706 2.71875V8.94761H27.4791L25.4886 2.71875H4.95706ZM7.4941 6.46381C7.4941 6.93703 7.14276 7.33105 6.75248 7.33105H5.81572V4.76871H6.75248C7.14276 4.76871 7.4941 5.12335 7.4941 5.59657V6.46381ZM12.4514 6.46381C12.4514 6.93703 12.1 7.33105 11.7097 7.33105C11.0852 7.33105 10.4608 7.33105 9.836 7.33105C9.44572 7.33105 9.09438 6.93681 9.09438 6.46381C9.09438 6.18793 9.09438 5.87267 9.09438 5.59657C9.09438 5.12335 9.44572 4.76871 9.836 4.76871C10.4606 4.76871 11.0849 4.76871 11.7097 4.76871C12.1 4.76871 12.4514 5.12335 12.4514 5.59657C12.4514 5.87267 12.4514 6.18793 12.4514 6.46381ZM17.4086 6.46381C17.4086 6.93703 17.096 7.33105 16.6668 7.33105C16.0424 7.33105 15.4178 7.33105 14.793 7.33105C14.4028 7.33105 14.0516 6.93681 14.0516 6.46381C14.0516 6.18793 14.0516 5.87267 14.0516 5.59657C14.0516 5.12335 14.4028 4.76871 14.793 4.76871C15.4176 4.76871 16.0422 4.76871 16.6668 4.76871C17.096 4.76871 17.4086 5.12335 17.4086 5.59657C17.4086 5.87267 17.4086 6.18793 17.4086 6.46381ZM22.3657 6.46381C22.3657 6.93703 22.0535 7.33105 21.624 7.33105C20.9995 7.33105 20.3751 7.33105 19.7503 7.33105C19.36 7.33105 19.0087 6.93681 19.0087 6.46381C19.0087 6.18793 19.0087 5.87267 19.0087 5.59657C19.0087 5.12335 19.36 4.76871 19.7503 4.76871C20.3749 4.76871 20.9992 4.76871 21.624 4.76871C22.0535 4.76871 22.3657 5.12335 22.3657 5.59657C22.3657 5.87267 22.3657 6.18793 22.3657 6.46381ZM24.7078 7.33105C24.3173 7.33105 23.9662 6.93681 23.9662 6.46381V5.59657C23.9662 5.12335 24.3173 4.76871 24.7078 4.76871H25.3321L26.074 7.33105H24.7078Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.44954 1.5358H25.9957C26.4249 1.5358 26.7373 1.22054 26.7373 0.786919C26.7373 0.353299 26.4249 0.0375977 25.9957 0.0375977H4.44954C4.02032 0.0375977 3.66876 0.353079 3.66876 0.786919C3.66898 1.22054 4.02032 1.5358 4.44954 1.5358Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_504_4167\">\\n<rect width=\"100\" height=\"26\" fill=\"white\" transform=\"translate(0 0.0375977)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"With GLX CARGO's AI-powered functionality, managing your cargoes isn't just easier – it's smarter, faster and future-ready. \"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"With GLX CARGO's AI-powered functionality, managing your cargoes isn't just easier – it's smarter, faster and future-ready. \"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-n2okrf\",\"data-styles-preset\":\"nzhV2SOu2\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"With GLX CARGO's AI-powered functionality, managing your cargoes isn't just easier – it's smarter, faster and future-ready. \"})}),className:\"framer-1voxxem\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined},{href:{webPageId:\"B30J3J2le\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"132px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gpakc4-container\",nodeId:\"AHKW2DUT3\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{NdGM2rdFa:resolvedLinks3[1],variant:\"rn8ioftEO\"},yEfH1WMdq:{NdGM2rdFa:resolvedLinks3[2],variant:\"ITJ9A7_56\"}},children:/*#__PURE__*/_jsx(Button,{Fb_0dBTop:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fw41OZtUZ:\"center\",HDshbwRfn:\"Get in touch\",height:\"100%\",id:\"AHKW2DUT3\",KXiz_oYys:{borderColor:\"var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, rgb(170, 170, 170))\",borderStyle:\"solid\",borderWidth:1.5},layoutId:\"AHKW2DUT3\",lr9CoxPv1:false,mMfpQ77xu:false,NdGM2rdFa:resolvedLinks3[0],style:{height:\"100%\",width:\"100%\"},variant:\"I265:8962;34:19517\",width:\"100%\"})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d75ilr hidden-1w4lqdf\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ha6guz\",\"data-framer-name\":\"Frame 1410132298\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3300,pixelWidth:6e3,sizes:\"82px\",src:\"https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg\",srcSet:\"https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg 6000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3300,pixelWidth:6e3,sizes:\"162.6261px\",src:\"https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg\",srcSet:\"https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7sPiHZQtzVtvHlf79NNlQs4X0.jpeg 6000w\"},className:\"framer-1sq4zke\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:2848,pixelWidth:4288,sizes:\"108px\",src:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg\",srcSet:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg 4288w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:2848,pixelWidth:4288,sizes:\"162.6261px\",src:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg\",srcSet:\"https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qL225WQVBTWrhG4S3IM5P5EwCO4.jpeg 4288w\"},className:\"framer-2azii1\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4e3,sizes:\"82px\",src:\"https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg\",srcSet:\"https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg 4000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4e3,sizes:\"163.4474px\",src:\"https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg\",srcSet:\"https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/bP5j2c7zH1t6a4DgfbXmV4QLgmA.jpeg 4000w\"},className:\"framer-mv1szu\",\"data-framer-name\":\"Image\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15vbr5u\",\"data-framer-name\":\"Frame 1410132297\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3627,pixelWidth:5444,sizes:\"97px\",src:\"https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg\",srcSet:\"https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg 5444w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3627,pixelWidth:5444,sizes:\"193.0158px\",src:\"https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg\",srcSet:\"https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/rNaHHeuV8krW2ctij3bD80nJdww.jpeg 5444w\"},className:\"framer-103i6d\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:1632,pixelWidth:2880,sizes:\"82px\",src:\"https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg\",srcSet:\"https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg 2880w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:1632,pixelWidth:2880,sizes:\"163.4474px\",src:\"https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg\",srcSet:\"https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Yzp8kiZdVLG9g00tk3DAG2omFg.jpeg 2880w\"},className:\"framer-1nin0cs\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3239,pixelWidth:5117,sizes:\"97px\",src:\"https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg\",srcSet:\"https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg 5117w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"GLX\",fit:\"fill\",pixelHeight:3239,pixelWidth:5117,sizes:\"191.3731px\",src:\"https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg\",srcSet:\"https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8rDTUlQSXlwIkESfSH49B09lhSE.jpeg 5117w\"},className:\"framer-1cft96y\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:\"724px\",src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"}},yEfH1WMdq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:756,intrinsicWidth:1542,pixelHeight:756,pixelWidth:1542,sizes:\"1110px\",src:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png\",srcSet:\"https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=512 512w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AAOHWHGOzFBYafSE49UkE5LKkk.png 1542w\"},className:\"framer-1sz05ko\",\"data-framer-name\":\"Layer 1\"})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1380,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n4jem-container\",id:elementId7,nodeId:\"tgKUwxpgt\",ref:ref8,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"DFq69QxW9\"},yEfH1WMdq:{variant:\"GksnCzP_M\"}},children:/*#__PURE__*/_jsx(SectionOurTeam,{height:\"100%\",id:\"tgKUwxpgt\",layoutId:\"tgKUwxpgt\",style:{width:\"100%\"},variant:\"CP_jPwThw\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q1bsuy\",\"data-framer-name\":\"Section - Locations\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k6ly7z\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hep2ge\",\"data-framer-name\":\"Frame 34540\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"LOCATIONS\"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"LOCATIONS\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"LOCATIONS\"})}),className:\"framer-1qbxjxb\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"With a network of offices located across key global energy trading hubs, GLX Digital provides seamless engagement and support to customers, regardless of where they are based.\"})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-alignment\":\"center\"},children:\"With a network of offices located across key global energy trading hubs, GLX Digital provides seamless engagement and support to customers, regardless of where they are based.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"With a network of offices located across key global energy trading hubs, GLX Digital provides seamless engagement and support to customers, regardless of where they are based.\"})}),className:\"framer-106rbwd\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1440px)`},yEfH1WMdq:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`min(${componentViewport?.width||\"100vw\"} - 200px, 1440px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ok059o-container\",nodeId:\"REK2shyAR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{__framer__targets:[{ref:ref10,target:\"Hte61CQdV\"}],variant:\"Hte61CQdV\"},yEfH1WMdq:{__framer__targets:[{ref:ref10,target:\"gAMCmnrJG\"}],variant:\"gAMCmnrJG\"}},children:/*#__PURE__*/_jsx(Content1WithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref10,target:\"eJfYmn74Y\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"REK2shyAR\",layoutId:\"REK2shyAR\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"eJfYmn74Y\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1olb7s5\",\"data-framer-name\":\"Services Trigger 1\",id:elementId9,ref:ref10})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1umxmq7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zpcqlc\",\"data-framer-name\":\"Section - Join Our Team\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-158kqp5\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2ggmd\",\"data-framer-name\":\"Frame 34540\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition14}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10eg9sa-container\",nodeId:\"wMv91bIxW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Chip,{height:\"100%\",id:\"wMv91bIxW\",layoutId:\"wMv91bIxW\",oukSdv7jB:\"Connect\",variant:\"n5xL9c4sG\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-b76w8t\",\"data-styles-preset\":\"KguNWQWZe\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GET IN TOUCH\"})})},yEfH1WMdq:{__framer__animate:{transition:transition14},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GET IN TOUCH\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-503ldj\",\"data-styles-preset\":\"jkA8QLzyC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"GET IN TOUCH\"})}),className:\"framer-xo98q9\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition14}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1guiirq\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/927b10df-f151-434c-9d58-5bb6886a2b85/submit\",className:\"framer-1nym2n0\",nodeId:\"WlpfC1Hcf\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bemaib\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-quijhz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Name\"})}),className:\"framer-8keaww\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1681dq0\",inputName:\"Name\",placeholder:\"Enter your first name\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1jld716\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Last name\"})}),className:\"framer-r7s1ar\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-hkpn4c\",inputName:\"Name\",placeholder:\"Enter your last name\",type:\"text\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1opiiz5\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-qfaz4r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Email\"})}),className:\"framer-1qz6yfo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1af7c1p\",inputName:\"Email\",placeholder:\"Enter your email\",type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1aqcvw0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Phone number\"})}),className:\"framer-uaz4r3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-feke35\",inputName:\"Email\",placeholder:\"Enter your mobile number\",type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-x4cwqw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Location\"})}),className:\"framer-13frk2s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-9uy4jw\",inputName:\"Name\",placeholder:\"Enter your location\",type:\"text\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1725tud\",\"data-framer-name\":\"Radio Group\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wm1sm1\",\"data-framer-name\":\"Radio Group\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Your role in the industry:\"})}),className:\"framer-1bp21c3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19szdam\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3e2lve\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-dk5lbs\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-ntgawo\",defaultChecked:true,defaultValue:\"Cargo Operator\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Cargo Operator\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Cargo Operator\"})}),className:\"framer-c6292r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-12thn2f\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1gzmkm4\",defaultChecked:false,defaultValue:\"Energy Trader\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Energy Trader\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Energy Trader\"})}),className:\"framer-110rwh8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-5axcy\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-142coc6\",defaultChecked:false,defaultValue:\"Digital & Technology\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Digital & Technology\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Digital & Technology\"})}),className:\"framer-c25qrr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-tawr1x\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1h25qng\",defaultChecked:false,defaultValue:\"Treasury\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Treasury\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Treasury\"})}),className:\"framer-eoq9hk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g4v36v\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-6tuk5a\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1pv54jy\",defaultChecked:false,defaultValue:\"Freight Operator\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Freight Operator\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Freight Operator\"})}),className:\"framer-1pq10p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-e5g1pn\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1wypna0\",defaultChecked:false,defaultValue:\"Management\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Management\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Management\"})}),className:\"framer-1dc7xp1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-3dqa32\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-13eeakr\",defaultChecked:false,defaultValue:\"Legal and Compliance\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Legal and Compliance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Legal and Compliance\"})}),className:\"framer-rdgvxh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1v5ws36\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-mq0sfu\",defaultChecked:false,defaultValue:\"Other\",inputName:\"Radio\",type:\"radio\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",children:\"Other\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",children:\"Other\"})}),className:\"framer-d7n8dp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-m23z65\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"Message\"})}),className:\"framer-18p8c12\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1mgk4q8\",inputName:\"Email\",placeholder:\"Write your message...\",type:\"textarea\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1izgvtt\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1yhqcee\",defaultChecked:false,inputName:\"Newsletter\",type:\"checkbox\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"I agree to Terms\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l3sm1w\",\"data-styles-preset\":\"P9h8LlzTv\",style:{\"--framer-text-color\":\"var(--token-86d93bae-d140-4909-9b50-5a6073318832, rgb(0, 0, 0))\"},children:\"I agree to Terms\"})}),className:\"framer-tv5jre\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 1440px) - 64px)`},yEfH1WMdq:{height:40,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px) - 40px, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max(min(max(${componentViewport?.width||\"100vw\"}, 1px) - 200px, 1440px) - 576px, 1px) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8iogg6-container\",nodeId:\"gXgqzewEP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{t3iUzSHfm:\"8px\"}},children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"gXgqzewEP\",layoutId:\"gXgqzewEP\",style:{height:\"100%\",width:\"100%\"},t3iUzSHfm:\"12px\",type:\"submit\",variant:formVariants(formState,{error:\"hukDcyfH0\",incomplete:\"dvYtOCMOh\",pending:\"iCjme1nq1\",success:\"liWdRRaxW\"},\"kqWBxsBz9\"),width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19jc3ls\",\"data-framer-name\":\"Tabs Menu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{height:390,width:undefined},yEfH1WMdq:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 40px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:212,width:\"496px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7j4y61-container\",nodeId:\"DGERTGreK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{style:{height:\"100%\"},uH1ycAoVu:\"ip_q4gs33\",variant:\"TtAAK0Koh\"},yEfH1WMdq:{uH1ycAoVu:\"ip_q4gs33\"}},children:/*#__PURE__*/_jsx(TabHorizontal,{fyIHiLdRG:\"https://www.google.co.in/maps/place/Asia+Square+Tower+2/@1.2782703,103.8483042,16z/data=!3m2!4b1!5s0x31da199cf3c3d143:0x4d585d2d4977f834!4m6!3m5!1s0x31da19118a155513:0x8afcef5fb4aa0efc!8m2!3d1.2782649!4d103.8508791!16s%2Fg%2F11cs5mlj8r?entry=ttu&g_ep=EgoyMDI1MDYwMi4wIKXMDSoASAFQAw%3D%3D\",HcjTwigmZ:true,height:\"100%\",Hl0M7DpKp:\"Get Directions\",id:\"DGERTGreK\",iUItyXdH8:\"Asia Square Tower 2, 12 Marina View, Level 11, Singapore 018961\",layoutId:\"DGERTGreK\",RDNILlYpP:\"Singapore Office\",style:{width:\"100%\"},uH1ycAoVu:\"wu8k_ThWZ\",Uvcl5TaFa:false,variant:\"xgBKLzsJI\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rb6s6f-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"l1oUHcp9W\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,coordinates:\"Asia Square Tower 2\",height:\"100%\",id:\"l1oUHcp9W\",isMixedBorderRadius:false,layoutId:\"l1oUHcp9W\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",zoom:15})})})]})]})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:978,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7tzfpy-container\",\"data-framer-name\":\"Section : Blog\",id:elementId10,name:\"Section : Blog\",nodeId:\"i3tNI2TEl\",ref:ref11,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"PHMcRyCwA\"},yEfH1WMdq:{variant:\"iXF8ij653\"}},children:/*#__PURE__*/_jsx(SectionBlog,{height:\"100%\",id:\"i3tNI2TEl\",layoutId:\"i3tNI2TEl\",name:\"Section : Blog\",style:{width:\"100%\"},variant:\"MS2GcTDCy\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ct5cw\",\"data-framer-name\":\"Section - Our Team\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{background:{alt:\"Cargo management software\",fit:\"fill\",pixelHeight:840,pixelWidth:2784,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png\",srcSet:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=512 512w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png 2784w\"}},yEfH1WMdq:{background:{alt:\"Cargo management software\",fit:\"fill\",pixelHeight:840,pixelWidth:2784,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png\",srcSet:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=512 512w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png 2784w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Cargo management software\",fit:\"fill\",pixelHeight:840,pixelWidth:2784,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png\",srcSet:\"https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=512 512w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1Gg7g5RdeD1iYSmRgpm2dS9lg.png 2784w\"},className:\"framer-oqboca\",\"data-framer-name\":\"Section - Our Team\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k1ayqe\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1kpzt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-4etxdk\",\"data-styles-preset\":\"A4T4qjv3_\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"Manage double the volume with existing resources\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-n2okrf\",\"data-styles-preset\":\"nzhV2SOu2\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:[\"Manage significant volume growth\",/*#__PURE__*/_jsx(\"br\",{}),\"with existing resources\"]})}),className:\"framer-3zlgtp\",\"data-framer-name\":\"Heading Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take control of your cargo managment.\"})})})},yEfH1WMdq:{__framer__animate:{transition:transition9},children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fniw0r\",\"data-styles-preset\":\"nCiNzYW2m\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take control of your cargo managment.\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pzgas9\",\"data-styles-preset\":\"kIXl7Gi_Z\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Take control of your cargo managment.\"})})}),className:\"framer-rx0ljz\",\"data-framer-name\":\"Text\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11n16kv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17q9v90-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"SBBvClB7J\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{button:{buttonFont:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"20px\"},buttonPadding:12,buttonPaddingBottom:12,buttonPaddingLeft:16,buttonPaddingPerSide:true,buttonPaddingRight:16,buttonPaddingTop:12,color:\"rgb(255, 255, 255)\",fill:\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\",insetWhenDocked:5,isDocked:false,label:\"Request Demo\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"20px\"}},yEfH1WMdq:{button:{buttonFont:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"20px\"},buttonPadding:12,buttonPaddingBottom:12,buttonPaddingLeft:16,buttonPaddingPerSide:true,buttonPaddingRight:16,buttonPaddingTop:12,color:\"rgb(255, 255, 255)\",fill:\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\",insetWhenDocked:5,isDocked:false,label:\"Request Demo\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"20px\"},layout:\"vertical\"}},children:/*#__PURE__*/_jsx(Mailchimp,{button:{buttonFont:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"24px\"},buttonPadding:12,buttonPaddingBottom:12,buttonPaddingLeft:16,buttonPaddingPerSide:true,buttonPaddingRight:16,buttonPaddingTop:12,color:\"rgb(255, 255, 255)\",fill:\"var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, rgb(136, 191, 63))\",insetWhenDocked:5,isDocked:false,label:\"Request a demo\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"Proxima Nova Regular\", \"Proxima Nova Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"24px\"},gap:8,height:\"100%\",id:\"SBBvClB7J\",input:{borderObject:{borderColor:\"var(--token-9dddd56c-e3ec-44b8-a15e-7aec387a2df0, rgb(221, 221, 221))\",borderWidth:1.5},borderRadius:8,color:\"rgb(0, 0, 0)\",fill:\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\",fixedHeight:50,height:true,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,placeholder:\"Your email here\",placeholderColor:\"var(--token-65779e88-4b79-4e7e-adf3-8b383e7df426, rgb(102, 102, 102))\"},layout:\"horizontal\",layoutId:\"SBBvClB7J\",mailchimpURL:\"\",redirectAs:\"link\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition9}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1d2tx1m\",\"data-styles-preset\":\"xESZ81bzz\",style:{\"--framer-text-color\":\"var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, rgb(255, 255, 255))\"},children:\"By clicking 'Request a demo' you're confirming that you agree with our Terms and Conditions.\"})}),className:\"framer-2nq0hm\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:507,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-dy2bmb-container\",id:elementId11,nodeId:\"xYBz9cQ89\",ref:ref12,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{variant:\"aKFBI1xvl\"},yEfH1WMdq:{variant:\"Zdd9O4jWN\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"xYBz9cQ89\",layoutId:\"xYBz9cQ89\",style:{width:\"100%\"},variant:\"jJmKqJ05s\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{width:\"min(87.284vw, 1440px)\",y:38},yEfH1WMdq:{width:\"min(81.7949vw, 1440px)\",y:36}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"min(90.9722vw, 1440px)\",y:48,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yEfH1WMdq:{__framer__animate:{transition:transition14}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation16},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11vylo2-container\",layoutScroll:true,nodeId:\"mAPFLfDy4\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KOBF1vKLk:{__framer__targets:[{ref:ref1,target:\"qzNfMYfMI\"},{ref:ref2,target:\"BRqC4DUvq\"}],variant:\"qzNfMYfMI\"},yEfH1WMdq:{__framer__targets:[{ref:ref1,target:\"nEw6HWbRk\"},{ref:ref2,target:\"jF72PeUW8\"}],variant:\"nEw6HWbRk\"}},children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"iY8K69LpZ\"},{ref:ref2,target:\"XnuOguLhF\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"mAPFLfDy4\",layoutId:\"mAPFLfDy4\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"iY8K69LpZ\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lEpkL.framer-lux5qc, .framer-lEpkL .framer-lux5qc { display: block; }\",\".framer-lEpkL.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-lEpkL .framer-1g1zcis-container { bottom: 54px; flex: none; height: auto; position: fixed; right: 54px; width: auto; z-index: 6; }\",\".framer-lEpkL .framer-1ijqxc5 { align-content: flex-start; align-items: flex-start; background-color: var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 960px; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-2h5fmd { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 24px 40px 48px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-fp9px7-container { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-z2640j { background: linear-gradient(304deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.49) 59%, rgba(0, 0, 0, 0.71) 97%); bottom: 0px; flex: none; gap: 10px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-f4gi4e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-1tsmtli { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 80px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1xdj5bt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-9ag1yw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1qoohgi { --framer-paragraph-spacing: 0px; 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-lEpkL .framer-v6zqc7-container { flex: none; height: 71px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lEpkL .framer-9vv6ws-container { flex: none; height: auto; position: relative; width: 1312px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lEpkL .framer-1c010qo-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lEpkL .framer-1euazup { align-content: flex-start; align-items: flex-start; 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-lEpkL .framer-hrlre4 { 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; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-1u4oba9-container, .framer-lEpkL .framer-nru8nr-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lEpkL .framer-1i4qsqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-12q4zas { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-xg3hwx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-o82xw4, .framer-lEpkL .framer-1jt2bnj, .framer-lEpkL .framer-1d85xaf, .framer-lEpkL .framer-1s1fckr, .framer-lEpkL .framer-msz2gr, .framer-lEpkL .framer-uwzog6, .framer-lEpkL .framer-ev8y7z, .framer-lEpkL .framer-t87k1e, .framer-lEpkL .framer-1neaym7, .framer-lEpkL .framer-1nj7kn8, .framer-lEpkL .framer-1qpden, .framer-lEpkL .framer-1voxxem, .framer-lEpkL .framer-1qbxjxb, .framer-lEpkL .framer-xo98q9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-11uzbie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-y21m85 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-183sa5v { align-content: center; align-items: center; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 210px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-yhiped { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 210px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-lEpkL .framer-exzc5b { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-164c9kn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 516px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-lEpkL .framer-1yz3u1o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-ds3cbh { align-content: flex-start; align-items: flex-start; 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: 580px; }\",\".framer-lEpkL .framer-1k2sxap { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1rjyyw5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-mtmaty { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-lEpkL .framer-10n2sm4, .framer-lEpkL .framer-etdtqg { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1b74fn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-14he7g, .framer-lEpkL .framer-1q2s6w9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1e0tkjv { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 629px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-xnj9n5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-oro37d-container, .framer-lEpkL .framer-17vrhii-container, .framer-lEpkL .framer-1oqlqek-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-lEpkL .framer-1lbdz65 { align-content: center; align-items: center; background-color: var(--token-f57ae6f7-6a24-4b05-b8b0-4cd742506b89, #3f3f3f); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-zdouc6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-lEpkL .framer-194k0zb { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-yhiem0, .framer-lEpkL .framer-1hep2ge, .framer-lEpkL .framer-w2ggmd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-a8c1mj { align-content: center; align-items: center; background-color: var(--token-f76f3e12-ad37-40fe-8d34-7b5030009b09, rgba(255, 255, 255, 0.2)); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-ze8z0g, .framer-lEpkL .framer-3zlgtp, .framer-lEpkL .framer-rx0ljz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lEpkL .framer-1byfkdd { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 470px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-tecqkg { aspect-ratio: 2.0396825396825395 / 1; bottom: -26px; flex: none; opacity: 0.55; overflow: visible; position: absolute; right: -619px; top: -76px; width: var(--framer-aspect-ratio-supported, 1330px); z-index: 0; }\",\".framer-lEpkL .framer-1ysxtyt-container { flex: none; height: 374px; position: relative; width: 100%; z-index: 5; }\",\".framer-lEpkL .framer-iwiks8-container, .framer-lEpkL .framer-1hg188b-container, .framer-lEpkL .framer-7mj1o7-container, .framer-lEpkL .framer-2r5ynj-container, .framer-lEpkL .framer-22d9jd-container, .framer-lEpkL .framer-obq7s-container { height: auto; position: relative; width: 580px; }\",\".framer-lEpkL .framer-1a7rzgp-container { flex: none; height: 315px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1vodx1d-container, .framer-lEpkL .framer-o3xdyf-container, .framer-lEpkL .framer-18kay79-container, .framer-lEpkL .framer-1ez19gp-container, .framer-lEpkL .framer-1fcf4gd-container, .framer-lEpkL .framer-1rdfijn-container { height: auto; position: relative; width: 522px; }\",\".framer-lEpkL .framer-1g2nm75-container { flex: none; height: 325px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-cag354-container, .framer-lEpkL .framer-i0wtan-container, .framer-lEpkL .framer-gaaq2o-container, .framer-lEpkL .framer-oylgis-container, .framer-lEpkL .framer-dxi4kd-container { height: auto; position: relative; width: 297px; }\",\".framer-lEpkL .framer-qkf440-container, .framer-lEpkL .framer-2f7ycd-container, .framer-lEpkL .framer-1b3vd3h-container, .framer-lEpkL .framer-wm308s-container, .framer-lEpkL .framer-10eg9sa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lEpkL .framer-bco91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-dkyoct { display: grid; flex: none; gap: 38px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1uvvkz7-container, .framer-lEpkL .framer-1fw4906-container, .framer-lEpkL .framer-19nyjmm-container, .framer-lEpkL .framer-1b6tl8d-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1ntago3-container, .framer-lEpkL .framer-14b3onv-container, .framer-lEpkL .framer-djdm9-container, .framer-lEpkL .framer-bpcn2x-container, .framer-lEpkL .framer-myzi9t-container, .framer-lEpkL .framer-1jz7iwj-container, .framer-lEpkL .framer-18cswyp-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1a4tlq-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-lEpkL .framer-1tkm39e { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-ak92hm, .framer-lEpkL .framer-18v9y2e, .framer-lEpkL .framer-158kqp5, .framer-lEpkL .framer-1guiirq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-ak078u { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-m2kwlk { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-lEpkL .framer-1ri4nhk { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 879px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-2m4fok { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 484px; }\",\".framer-lEpkL .framer-hhy3r1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 267px; }\",\".framer-lEpkL .framer-1x3sg7l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 254px; }\",\".framer-lEpkL .framer-8dalim { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-lEpkL .framer-8zq2bq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-1o8sckd { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 208px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 208px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-lEpkL .framer-vdr6iv { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; gap: 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-1fakw5e { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 494px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lEpkL .framer-fqk63p { flex: 1 0 0px; gap: 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-lEpkL .framer-1jdtcnn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1ixl1he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-ysmb81 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 949px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-1vkamx6 { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-9rp1om { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-lEpkL .framer-1usi6it { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-1bn9bl7, .framer-lEpkL .framer-18g0ik7, .framer-lEpkL .framer-1od9ohr, .framer-lEpkL .framer-17jvsoz, .framer-lEpkL .framer-5bvrid { align-content: flex-start; align-items: flex-start; 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-lEpkL .framer-1j0lekr, .framer-lEpkL .framer-1hd7syy, .framer-lEpkL .framer-5iodhp, .framer-lEpkL .framer-qhuij4, .framer-lEpkL .framer-6r7lt3 { 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: 4px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-pxgblw, .framer-lEpkL .framer-c9weap, .framer-lEpkL .framer-j937ch, .framer-lEpkL .framer-1b5oib5, .framer-lEpkL .framer-18audr7, .framer-lEpkL .framer-1d4mo70, .framer-lEpkL .framer-1lmi59n { align-content: center; align-items: center; background-color: #00548b; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-1b4fsi2, .framer-lEpkL .framer-pre5ya, .framer-lEpkL .framer-aat78w, .framer-lEpkL .framer-1str7lt, .framer-lEpkL .framer-1oymkrl, .framer-lEpkL .framer-1f2nslj, .framer-lEpkL .framer-124smad { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 18px); overflow: hidden; position: relative; width: 18px; }\",\".framer-lEpkL .framer-1kwml75, .framer-lEpkL .framer-v7ne56, .framer-lEpkL .framer-11zdet4, .framer-lEpkL .framer-14uk85j, .framer-lEpkL .framer-gdx6aj, .framer-lEpkL .framer-fhyi9l, .framer-lEpkL .framer-bndisa { bottom: 2px; flex: none; left: 2px; position: absolute; right: 3px; top: 1px; }\",\".framer-lEpkL .framer-1wc6sup, .framer-lEpkL .framer-17jsltg, .framer-lEpkL .framer-fx6rdj, .framer-lEpkL .framer-1ssgyir, .framer-lEpkL .framer-18sij4n, .framer-lEpkL .framer-19ujsc9, .framer-lEpkL .framer-h6mmbz { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-1xqlrjh, .framer-lEpkL .framer-jsy28i { 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-lEpkL .framer-169hp07 { 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: 24px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1fgm3pp { align-content: center; align-items: center; background-color: var(--token-f57ae6f7-6a24-4b05-b8b0-4cd742506b89, #3f3f3f); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 79px 100px 79px 100px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-186m8yb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-1eml8ob { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 0; }\",\".framer-lEpkL .framer-1rpscr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-agaowv { flex: none; height: 27px; position: relative; width: 100px; }\",\".framer-lEpkL .framer-1gpakc4-container { flex: none; height: 48px; position: relative; width: 132px; }\",\".framer-lEpkL .framer-d75ilr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 579px; z-index: 1; }\",\".framer-lEpkL .framer-ha6guz { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-1sq4zke { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 163px; overflow: hidden; position: relative; width: 163px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-2azii1 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 185px; overflow: hidden; position: relative; width: 163px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-mv1szu { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 184px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 163px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-15vbr5u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-103i6d { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 130px; overflow: hidden; position: relative; width: 193px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-1nin0cs { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 184px; overflow: hidden; position: relative; width: 163px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-1cft96y { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; gap: 0px; height: 130px; overflow: hidden; position: relative; width: 191px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lEpkL .framer-1sz05ko { aspect-ratio: 2.0396825396825395 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 544px); opacity: 0.55; overflow: visible; position: absolute; right: -231px; top: -10px; width: 1110px; z-index: 0; }\",\".framer-lEpkL .framer-1n4jem-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-lEpkL .framer-q1bsuy { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px; position: relative; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-k6ly7z { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-106rbwd { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-ok059o-container { cursor: default; flex: none; height: auto; max-width: 1440px; position: sticky; top: 100px; width: 100%; z-index: 1; }\",\".framer-lEpkL .framer-1olb7s5 { flex: none; height: 202px; left: calc(50.00000000000002% - 100% / 2); opacity: 0; overflow: hidden; position: absolute; top: calc(46.90265486725666% - 202px / 2); width: 100%; z-index: 0; }\",\".framer-lEpkL .framer-1umxmq7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-zpcqlc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 100px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-1nym2n0 { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.03); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-bemaib, .framer-lEpkL .framer-1opiiz5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-quijhz, .framer-lEpkL .framer-1jld716, .framer-lEpkL .framer-qfaz4r, .framer-lEpkL .framer-1aqcvw0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-8keaww, .framer-lEpkL .framer-r7s1ar, .framer-lEpkL .framer-1qz6yfo, .framer-lEpkL .framer-uaz4r3, .framer-lEpkL .framer-13frk2s, .framer-lEpkL .framer-1bp21c3, .framer-lEpkL .framer-18p8c12 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-lEpkL .framer-1681dq0, .framer-lEpkL .framer-hkpn4c, .framer-lEpkL .framer-1af7c1p, .framer-lEpkL .framer-feke35, .framer-lEpkL .framer-9uy4jw { --framer-input-background: var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, #ffffff); --framer-input-border-bottom-width: 1.5px; --framer-input-border-color: var(--token-9dddd56c-e3ec-44b8-a15e-7aec387a2df0, #dddddd); --framer-input-border-left-width: 1.5px; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-border-right-width: 1.5px; --framer-input-border-style: solid; --framer-input-border-top-width: 1.5px; --framer-input-focused-border-color: var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1.5px; --framer-input-font-color: var(--token-86d93bae-d140-4909-9b50-5a6073318832, #000000); --framer-input-font-family: \"Proxima Nova Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 24px; --framer-input-font-size: 16px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-65779e88-4b79-4e7e-adf3-8b383e7df426, #666666); --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-lEpkL .framer-x4cwqw, .framer-lEpkL .framer-m23z65 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1725tud, .framer-lEpkL .framer-wm1sm1 { 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-start; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-19szdam { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-3e2lve, .framer-lEpkL .framer-1g4v36v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lEpkL .framer-dk5lbs, .framer-lEpkL .framer-12thn2f, .framer-lEpkL .framer-5axcy, .framer-lEpkL .framer-tawr1x, .framer-lEpkL .framer-6tuk5a, .framer-lEpkL .framer-e5g1pn, .framer-lEpkL .framer-3dqa32, .framer-lEpkL .framer-1v5ws36, .framer-lEpkL .framer-1izgvtt { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-ntgawo, .framer-lEpkL .framer-1gzmkm4, .framer-lEpkL .framer-142coc6, .framer-lEpkL .framer-1h25qng, .framer-lEpkL .framer-1pv54jy, .framer-lEpkL .framer-1wypna0, .framer-lEpkL .framer-13eeakr, .framer-lEpkL .framer-mq0sfu { --framer-input-boolean-checked-background: #ffffff; --framer-input-boolean-checked-border-color: var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-boolean-checked-border-style: solid; --framer-input-boolean-checked-border-width: 1px; --framer-input-boolean-checked-box-shadow: inset 0px 0px 0px 5px var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-border-bottom-width: 1.5px; --framer-input-border-color: var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, #aaaaaa); --framer-input-border-left-width: 1.5px; --framer-input-border-radius-bottom-left: 100px; --framer-input-border-radius-bottom-right: 100px; --framer-input-border-radius-top-left: 100px; --framer-input-border-radius-top-right: 100px; --framer-input-border-right-width: 1.5px; --framer-input-border-style: solid; --framer-input-border-top-width: 1.5px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-mask-image: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-lEpkL .framer-c6292r, .framer-lEpkL .framer-110rwh8, .framer-lEpkL .framer-c25qrr, .framer-lEpkL .framer-eoq9hk, .framer-lEpkL .framer-1pq10p, .framer-lEpkL .framer-1dc7xp1, .framer-lEpkL .framer-rdgvxh, .framer-lEpkL .framer-d7n8dp, .framer-lEpkL .framer-tv5jre { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",'.framer-lEpkL .framer-1mgk4q8 { --framer-input-background: var(--token-d9487bc4-c073-4808-9dd8-07597351fb95, #ffffff); --framer-input-border-bottom-width: 1.5px; --framer-input-border-color: var(--token-9dddd56c-e3ec-44b8-a15e-7aec387a2df0, #dddddd); --framer-input-border-left-width: 1.5px; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-border-right-width: 1.5px; --framer-input-border-style: solid; --framer-input-border-top-width: 1.5px; --framer-input-focused-border-color: var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1.5px; --framer-input-font-color: var(--token-86d93bae-d140-4909-9b50-5a6073318832, #000000); --framer-input-font-family: \"Proxima Nova Regular\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 24px; --framer-input-font-size: 16px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-65779e88-4b79-4e7e-adf3-8b383e7df426, #666666); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-lEpkL .framer-1yhqcee { --framer-input-boolean-checked-background: var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-border-bottom-width: 1.5px; --framer-input-border-color: var(--token-aa7b2a65-970f-48f0-9280-f697aea7ae42, #aaaaaa); --framer-input-border-left-width: 1.5px; --framer-input-border-radius-bottom-left: 4px; --framer-input-border-radius-bottom-right: 4px; --framer-input-border-radius-top-left: 4px; --framer-input-border-radius-top-right: 4px; --framer-input-border-right-width: 1.5px; --framer-input-border-style: solid; --framer-input-border-top-width: 1.5px; --framer-input-focused-border-color: var(--token-73ca2698-a5fc-4548-a9a8-f9ad7a9390ac, #88bf3f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-color: #ffffff; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-lEpkL .framer-8iogg6-container { flex: none; height: 48px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-19jc3ls { align-content: flex-start; align-items: flex-start; 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: 496px; }\",\".framer-lEpkL .framer-7j4y61-container, .framer-lEpkL .framer-7tzfpy-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1rb6s6f-container { flex: none; height: 490px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-8ct5cw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-oqboca { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 100px 80px 100px 80px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-1k1ayqe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lEpkL .framer-m1kpzt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-11n16kv { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lEpkL .framer-17q9v90-container { flex: none; height: auto; position: relative; width: 476px; }\",\".framer-lEpkL .framer-2nq0hm { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-lEpkL .framer-dy2bmb-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-lEpkL .framer-11vylo2-container { flex: none; height: auto; left: 50%; max-width: 1440px; position: fixed; top: 48px; transform: translateX(-50%); width: 91%; z-index: 3; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-lEpkL.framer-72rtr7 { width: 810px; } .framer-lEpkL .framer-1g1zcis-container { bottom: 40px; order: 0; right: 40px; } .framer-lEpkL .framer-1ijqxc5 { height: 608px; order: 1; padding: 20px; } .framer-lEpkL .framer-2h5fmd { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; gap: 64px; justify-content: flex-start; padding: 20px 32px 32px 32px; } .framer-lEpkL .framer-z2640j { left: 0px; right: 0px; width: unset; } .framer-lEpkL .framer-f4gi4e { justify-content: flex-start; } .framer-lEpkL .framer-1xdj5bt, .framer-lEpkL .framer-ha6guz { gap: 12px; } .framer-lEpkL .framer-9ag1yw, .framer-lEpkL .framer-1ixl1he, .framer-lEpkL .framer-m1kpzt { gap: 8px; } .framer-lEpkL .framer-9vv6ws-container { width: 630px; } .framer-lEpkL .framer-1euazup { gap: 16px; } .framer-lEpkL .framer-1i4qsqs { gap: 32px; order: 3; padding: 40px; } .framer-lEpkL .framer-12q4zas, .framer-lEpkL .framer-1b74fn, .framer-lEpkL .framer-bco91, .framer-lEpkL .framer-186m8yb, .framer-lEpkL .framer-1k1ayqe { gap: 32px; } .framer-lEpkL .framer-xg3hwx { gap: 28px; } .framer-lEpkL .framer-11uzbie, .framer-lEpkL .framer-18v9y2e, .framer-lEpkL .framer-1guiirq { flex-direction: column; gap: 32px; } .framer-lEpkL .framer-y21m85 { align-self: unset; flex: none; flex-direction: row; height: min-content; width: 100%; } .framer-lEpkL .framer-exzc5b { height: 444px; width: 1px; } .framer-lEpkL .framer-164c9kn { height: 413px; } .framer-lEpkL .framer-1yz3u1o, .framer-lEpkL .framer-oro37d-container, .framer-lEpkL .framer-17vrhii-container, .framer-lEpkL .framer-1oqlqek-container, .framer-lEpkL .framer-8zq2bq, .framer-lEpkL .framer-1usi6it, .framer-lEpkL .framer-1nym2n0 { flex: none; width: 100%; } .framer-lEpkL .framer-1jt2bnj { order: 0; } .framer-lEpkL .framer-ds3cbh { order: 1; } .framer-lEpkL .framer-10n2sm4 { gap: 32px; order: 4; padding: 40px; } .framer-lEpkL .framer-1e0tkjv { max-width: 619px; } .framer-lEpkL .framer-xnj9n5 { flex-direction: column; gap: 20px; } .framer-lEpkL .framer-1lbdz65 { gap: 32px; height: 579px; justify-content: flex-start; order: 5; padding: 40px; } .framer-lEpkL .framer-1byfkdd { max-width: 300px; } .framer-lEpkL .framer-tecqkg { bottom: -190px; right: -205px; top: -38px; width: var(--framer-aspect-ratio-supported, 791px); } .framer-lEpkL .framer-qkf440-container { order: 6; } .framer-lEpkL .framer-etdtqg { gap: 32px; order: 7; padding: 40px; } .framer-lEpkL .framer-dkyoct { gap: 40px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-lEpkL .framer-1tkm39e { gap: 32px; order: 8; padding: 40px; } .framer-lEpkL .framer-ak92hm { align-content: center; align-items: center; flex-direction: column; gap: 28px; } .framer-lEpkL .framer-ak078u { align-self: unset; gap: 24px; height: min-content; justify-content: flex-start; width: 100%; } .framer-lEpkL .framer-m2kwlk { align-content: center; align-items: center; align-self: unset; width: 100%; } .framer-lEpkL .framer-1ri4nhk { max-width: 669px; } .framer-lEpkL .framer-2m4fok { justify-content: center; width: 100%; } .framer-lEpkL .framer-hhy3r1, .framer-lEpkL .framer-1x3sg7l, .framer-lEpkL .framer-8dalim { align-content: center; align-items: center; } .framer-lEpkL .framer-1o8sckd { height: 192px; width: 254px; } .framer-lEpkL .framer-1fakw5e { height: 393px; } .framer-lEpkL .framer-1jdtcnn { gap: 32px; order: 9; padding: 40px; } .framer-lEpkL .framer-1vkamx6 { align-self: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 400px; width: 100%; } .framer-lEpkL .framer-169hp07 { order: 10; } .framer-lEpkL .framer-1fgm3pp { padding: 40px; } .framer-lEpkL .framer-1eml8ob { gap: 20px; } .framer-lEpkL .framer-agaowv { width: 76px; } .framer-lEpkL .framer-d75ilr { width: 300px; } .framer-lEpkL .framer-1sq4zke { height: 82px; width: 82px; } .framer-lEpkL .framer-2azii1 { height: 123px; width: 108px; } .framer-lEpkL .framer-mv1szu, .framer-lEpkL .framer-1nin0cs { height: 92px; width: 82px; } .framer-lEpkL .framer-15vbr5u { gap: 12px; width: 325px; } .framer-lEpkL .framer-103i6d, .framer-lEpkL .framer-1cft96y { height: 65px; width: 97px; } .framer-lEpkL .framer-1sz05ko { bottom: -10px; height: var(--framer-aspect-ratio-supported, 355px); right: -209px; top: unset; width: 724px; } .framer-lEpkL .framer-1n4jem-container { order: 11; } .framer-lEpkL .framer-q1bsuy { gap: 32px; order: 12; padding: 40px; } .framer-lEpkL .framer-106rbwd { flex: none; width: 403px; } .framer-lEpkL .framer-1olb7s5 { height: 220px; top: 652px; } .framer-lEpkL .framer-1umxmq7 { order: 15; } .framer-lEpkL .framer-zpcqlc { gap: 10px; padding: 40px; } .framer-lEpkL .framer-158kqp5 { align-content: center; align-items: center; flex-direction: column; gap: 8px; } .framer-lEpkL .framer-w2ggmd { flex: none; gap: 8px; width: 100%; } .framer-lEpkL .framer-19jc3ls { flex-direction: row; gap: 20px; width: 100%; } .framer-lEpkL .framer-7j4y61-container { height: 390px; width: auto; } .framer-lEpkL .framer-1rb6s6f-container { flex: 1 0 0px; width: 1px; } .framer-lEpkL .framer-7tzfpy-container { order: 13; } .framer-lEpkL .framer-8ct5cw { order: 14; padding: 16px; } .framer-lEpkL .framer-oqboca { gap: 32px; padding: 40px; } .framer-lEpkL .framer-17q9v90-container { width: 407px; } .framer-lEpkL .framer-dy2bmb-container { order: 16; } .framer-lEpkL .framer-11vylo2-container { left: 50%; order: 17; top: 38px; width: 87%; }}\",\"@media (max-width: 809px) { .framer-lEpkL.framer-72rtr7 { width: 390px; } .framer-lEpkL .framer-1g1zcis-container { bottom: 62px; order: 0; right: 32px; } .framer-lEpkL .framer-1ijqxc5 { height: 600px; order: 1; padding: 20px; } .framer-lEpkL .framer-2h5fmd { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; padding: 16px; } .framer-lEpkL .framer-z2640j { background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) -8%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.49) 59%, rgba(0, 0, 0, 0.71) 80%); } .framer-lEpkL .framer-1xdj5bt, .framer-lEpkL .framer-1k2sxap, .framer-lEpkL .framer-1rjyyw5 { align-content: center; align-items: center; } .framer-lEpkL .framer-9ag1yw { align-content: center; align-items: center; gap: 8px; } .framer-lEpkL .framer-1qoohgi, .framer-lEpkL .framer-a8c1mj, .framer-lEpkL .framer-2f7ycd-container { order: 0; } .framer-lEpkL .framer-1c010qo-container { order: 3; } .framer-lEpkL .framer-1euazup { align-content: center; align-items: center; gap: 16px; } .framer-lEpkL .framer-hrlre4, .framer-lEpkL .framer-bemaib, .framer-lEpkL .framer-1opiiz5 { flex-direction: column; } .framer-lEpkL .framer-nru8nr-container { align-self: stretch; } .framer-lEpkL .framer-1i4qsqs { gap: 32px; order: 3; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-12q4zas, .framer-lEpkL .framer-1b74fn, .framer-lEpkL .framer-bco91 { gap: 32px; } .framer-lEpkL .framer-xg3hwx { gap: 16px; } .framer-lEpkL .framer-11uzbie, .framer-lEpkL .framer-ak92hm, .framer-lEpkL .framer-18v9y2e, .framer-lEpkL .framer-1guiirq { flex-direction: column; gap: 32px; } .framer-lEpkL .framer-y21m85 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-lEpkL .framer-exzc5b { flex: none; height: 252px; } .framer-lEpkL .framer-164c9kn { height: 100%; } .framer-lEpkL .framer-1yz3u1o, .framer-lEpkL .framer-oro37d-container, .framer-lEpkL .framer-17vrhii-container, .framer-lEpkL .framer-1oqlqek-container, .framer-lEpkL .framer-1usi6it, .framer-lEpkL .framer-106rbwd, .framer-lEpkL .framer-quijhz, .framer-lEpkL .framer-1jld716, .framer-lEpkL .framer-qfaz4r, .framer-lEpkL .framer-1aqcvw0 { flex: none; width: 100%; } .framer-lEpkL .framer-ds3cbh, .framer-lEpkL .framer-2m4fok, .framer-lEpkL .framer-11n16kv, .framer-lEpkL .framer-17q9v90-container { width: 100%; } .framer-lEpkL .framer-10n2sm4 { gap: 32px; order: 4; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-xnj9n5 { flex-direction: column; gap: 20px; } .framer-lEpkL .framer-1lbdz65 { gap: 32px; height: 546px; justify-content: flex-start; order: 6; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-1byfkdd { max-width: 227px; order: 1; } .framer-lEpkL .framer-tecqkg { aspect-ratio: unset; bottom: -55px; left: 117px; right: -328px; top: -32px; width: unset; } .framer-lEpkL .framer-qkf440-container { order: 5; } .framer-lEpkL .framer-etdtqg { gap: 32px; order: 7; overflow: visible; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-dkyoct { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; justify-content: flex-start; } .framer-lEpkL .framer-1uvvkz7-container { align-self: unset; order: 1; } .framer-lEpkL .framer-1ntago3-container { align-self: unset; height: auto; order: 6; } .framer-lEpkL .framer-14b3onv-container { align-self: unset; height: auto; order: 3; } .framer-lEpkL .framer-djdm9-container { align-self: unset; height: auto; order: 0; } .framer-lEpkL .framer-bpcn2x-container { align-self: unset; height: auto; order: 4; } .framer-lEpkL .framer-1fw4906-container { align-self: unset; order: 5; } .framer-lEpkL .framer-19nyjmm-container { align-self: unset; order: 7; } .framer-lEpkL .framer-1b6tl8d-container { align-self: unset; order: 10; } .framer-lEpkL .framer-myzi9t-container { align-self: unset; height: auto; order: 8; } .framer-lEpkL .framer-1jz7iwj-container { align-self: unset; height: auto; order: 9; } .framer-lEpkL .framer-18cswyp-container { align-self: unset; height: auto; order: 2; } .framer-lEpkL .framer-1tkm39e { gap: 32px; order: 8; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-ak078u { align-self: unset; gap: 22px; height: min-content; justify-content: flex-start; width: 100%; } .framer-lEpkL .framer-m2kwlk { align-content: center; align-items: center; align-self: unset; gap: 6px; width: 100%; } .framer-lEpkL .framer-hhy3r1, .framer-lEpkL .framer-1x3sg7l, .framer-lEpkL .framer-8dalim { align-content: center; align-items: center; flex: 1 0 0px; width: 1px; } .framer-lEpkL .framer-t87k1e { order: 1; width: 120px; z-index: 1; } .framer-lEpkL .framer-8zq2bq { flex: none; flex-direction: column; gap: 12px; width: 100%; } .framer-lEpkL .framer-1o8sckd { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; height: 260px; overflow: visible; width: 100%; will-change: unset; } .framer-lEpkL .framer-vdr6iv { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; overflow: visible; will-change: unset; } .framer-lEpkL .framer-1fakw5e { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex: none; height: 260px; overflow: visible; width: 100%; will-change: unset; } .framer-lEpkL .framer-fqk63p { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; overflow: visible; } .framer-lEpkL .framer-1jdtcnn { gap: 32px; order: 9; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-1ixl1he { gap: 6px; } .framer-lEpkL .framer-1vkamx6 { align-self: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 260px; overflow: visible; width: 100%; will-change: unset; } .framer-lEpkL .framer-9rp1om { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; order: 0; will-change: unset; } .framer-lEpkL .framer-169hp07 { order: 10; } .framer-lEpkL .framer-1fgm3pp { padding: 40px 20px 40px 20px; } .framer-lEpkL .framer-agaowv { height: 20px; width: 77px; } .framer-lEpkL .framer-1sz05ko { aspect-ratio: unset; height: 100%; left: 0px; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: unset; } .framer-lEpkL .framer-1n4jem-container { order: 11; } .framer-lEpkL .framer-q1bsuy { gap: 32px; order: 12; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-k6ly7z { flex-direction: column; gap: 6px; } .framer-lEpkL .framer-1hep2ge, .framer-lEpkL .framer-w2ggmd { align-content: center; align-items: center; flex: none; gap: 6px; width: 100%; } .framer-lEpkL .framer-1olb7s5 { bottom: 680px; height: 161px; top: unset; } .framer-lEpkL .framer-1umxmq7 { order: 15; } .framer-lEpkL .framer-zpcqlc { gap: 32px; padding: 32px 20px 32px 20px; } .framer-lEpkL .framer-158kqp5 { align-content: center; align-items: center; flex-direction: column; gap: 6px; } .framer-lEpkL .framer-1nym2n0 { flex: none; padding: 16px; width: 100%; } .framer-lEpkL .framer-1681dq0 { --framer-input-font-line-height: 16px; --framer-input-font-size: 14px; } .framer-lEpkL .framer-hkpn4c, .framer-lEpkL .framer-1af7c1p, .framer-lEpkL .framer-feke35, .framer-lEpkL .framer-9uy4jw { --framer-input-font-line-height: 20px; --framer-input-font-size: 14px; } .framer-lEpkL .framer-1mgk4q8 { --framer-input-font-line-height: 20px; --framer-input-font-size: 14px; --framer-input-font-text-alignment: left; } .framer-lEpkL .framer-8iogg6-container { height: 40px; } .framer-lEpkL .framer-19jc3ls { gap: 16px; width: 100%; } .framer-lEpkL .framer-1rb6s6f-container { height: 381px; } .framer-lEpkL .framer-7tzfpy-container { order: 13; } .framer-lEpkL .framer-8ct5cw { gap: 32px; order: 14; padding: 16px; } .framer-lEpkL .framer-oqboca { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; gap: 32px; padding: 16px; } .framer-lEpkL .framer-m1kpzt { gap: 4px; width: 100%; } .framer-lEpkL .framer-3zlgtp { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-lEpkL .framer-2nq0hm { align-self: unset; width: 100%; } .framer-lEpkL .framer-dy2bmb-container { order: 17; } .framer-lEpkL .framer-11vylo2-container { order: 16; top: 36px; width: 82%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13570\n * @framerIntrinsicWidth 1440\n * @framerRootFontSize 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KOBF1vKLk\":{\"layout\":[\"fixed\",\"auto\"]},\"yEfH1WMdq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"wtNwcuYgL\":{\"pattern\":\":wtNwcuYgL\",\"name\":\"hero\"},\"mgswu37yV\":{\"pattern\":\":mgswu37yV\",\"name\":\"why-glx\"},\"QbcmrS7QO\":{\"pattern\":\":QbcmrS7QO\",\"name\":\"industry\"},\"PdVaW5hTV\":{\"pattern\":\":PdVaW5hTV\",\"name\":\"customer-testimonials\"},\"nIBC3QXuo\":{\"pattern\":\":nIBC3QXuo\",\"name\":\"glx-cargo-modules\"},\"yPGm3CDAy\":{\"pattern\":\":yPGm3CDAy\",\"name\":\"about-glx-digital\"},\"k7ug1jaFB\":{\"pattern\":\":k7ug1jaFB\",\"name\":\"technology-and-security\"},\"tgKUwxpgt\":{\"pattern\":\":tgKUwxpgt\",\"name\":\"our-team  \"},\"BQGSc1xRk\":{\"pattern\":\":BQGSc1xRk\",\"name\":\"timeline\"},\"HuuxEga7K\":{\"pattern\":\":HuuxEga7K\",\"name\":\"services-trigger-1\"},\"i3tNI2TEl\":{\"pattern\":\":i3tNI2TEl\",\"name\":\"blog-section\"},\"xYBz9cQ89\":{\"pattern\":\":xYBz9cQ89\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-lEpkL\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:13570,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Alternate Gothic No1 D Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/19GtDkOQF4NggkVqZJTRWLKioo.woff2\"},{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:\"Proxima Nova Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/TdaIQKBttLxOzz0o9Lj5VLJCKk.woff2\"},{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:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VFMK2COV3DN37JR7JQ4CAOJPZ7KWKNY7/ODD5YJNDLHZZB2MIT3DPVH4EIHAMZ34D/BSY64LPTT3OPLVKAZKL3AHKRWZ3D74AC.woff2\",weight:\"400\"}]},...ArrowDownFonts,...VideoFonts,...HeadingTextFonts,...HeadingText1Fonts,...MobileFonts,...ButtonFonts,...CardFonts,...ContentFonts,...SlideshowFonts,...SmoothScrollFonts,...CargoModulesFonts,...CounterFonts,...SectionOurTeamFonts,...Content1Fonts,...ChipFonts,...Button2Fonts,...TabHorizontalFonts,...GoogleMapsFonts,...SectionBlogFonts,...MailchimpFonts,...SectionFooterFonts,...NavigationFonts,...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\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"13570\",\"framerScrollSections\":\"{\\\"wtNwcuYgL\\\":{\\\"pattern\\\":\\\":wtNwcuYgL\\\",\\\"name\\\":\\\"hero\\\"},\\\"mgswu37yV\\\":{\\\"pattern\\\":\\\":mgswu37yV\\\",\\\"name\\\":\\\"why-glx\\\"},\\\"QbcmrS7QO\\\":{\\\"pattern\\\":\\\":QbcmrS7QO\\\",\\\"name\\\":\\\"industry\\\"},\\\"PdVaW5hTV\\\":{\\\"pattern\\\":\\\":PdVaW5hTV\\\",\\\"name\\\":\\\"customer-testimonials\\\"},\\\"nIBC3QXuo\\\":{\\\"pattern\\\":\\\":nIBC3QXuo\\\",\\\"name\\\":\\\"glx-cargo-modules\\\"},\\\"yPGm3CDAy\\\":{\\\"pattern\\\":\\\":yPGm3CDAy\\\",\\\"name\\\":\\\"about-glx-digital\\\"},\\\"k7ug1jaFB\\\":{\\\"pattern\\\":\\\":k7ug1jaFB\\\",\\\"name\\\":\\\"technology-and-security\\\"},\\\"tgKUwxpgt\\\":{\\\"pattern\\\":\\\":tgKUwxpgt\\\",\\\"name\\\":\\\"our-team  \\\"},\\\"BQGSc1xRk\\\":{\\\"pattern\\\":\\\":BQGSc1xRk\\\",\\\"name\\\":\\\"timeline\\\"},\\\"HuuxEga7K\\\":{\\\"pattern\\\":\\\":HuuxEga7K\\\",\\\"name\\\":\\\"services-trigger-1\\\"},\\\"i3tNI2TEl\\\":{\\\"pattern\\\":\\\":i3tNI2TEl\\\",\\\"name\\\":\\\"blog-section\\\"},\\\"xYBz9cQ89\\\":{\\\"pattern\\\":\\\":xYBz9cQ89\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerRootFontSize\":\"16\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KOBF1vKLk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yEfH1WMdq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}