{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:phenomenon@1.6.0/dist/phenomenon.mjs", "ssg:https://ga.jspm.io/npm:cobe@0.6.0/dist/index.esm.js", "ssg:https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js", "ssg:https://framerusercontent.com/modules/mSizNFJpSdGN2iwRPW87/ntUe7gaN2B5zzGwjzCKV/xtNwMWmsM.js", "ssg:https://framerusercontent.com/modules/uPD3x2OxvNFmcs21tLMX/hxcqdEksbVlzV2jsfQeU/NqWlUdVDG.js", "ssg:https://framerusercontent.com/modules/aGwkfXq1uGtmPiu7pxrs/xia7BPRok4wNVJFg4kZD/tT0GMRm2U.js", "ssg:https://framerusercontent.com/modules/qs6KCPUGcCo1BhMvx9hC/RXHmzlomRRaLfbkqmopY/augiA20Il.js"],
  "sourcesContent": ["var t=[\"x\",\"y\",\"z\"],e=function(t){Object.assign(this,{uniforms:{},geometry:{vertices:[{x:0,y:0,z:0}]},mode:0,modifiers:{},attributes:[],multiplier:1,buffers:[]}),Object.assign(this,t),this.prepareProgram(),this.prepareUniforms(),this.prepareAttributes()};e.prototype.compileShader=function(t,r){var s=this.gl.createShader(t);return this.gl.shaderSource(s,r),this.gl.compileShader(s),s},e.prototype.prepareProgram=function(){var t=this.gl,r=this.vertex,s=this.fragment,n=t.createProgram();t.attachShader(n,this.compileShader(35633,r)),t.attachShader(n,this.compileShader(35632,s)),t.linkProgram(n),t.useProgram(n),this.program=n},e.prototype.prepareUniforms=function(){for(var t=Object.keys(this.uniforms),r=0;r<t.length;r+=1){var s=this.gl.getUniformLocation(this.program,t[r]);this.uniforms[t[r]].location=s}},e.prototype.prepareAttributes=function(){void 0!==this.geometry.vertices&&this.attributes.push({name:\"aPosition\",size:3}),void 0!==this.geometry.normal&&this.attributes.push({name:\"aNormal\",size:3}),this.attributeKeys=[];for(var t=0;t<this.attributes.length;t+=1)this.attributeKeys.push(this.attributes[t].name),this.prepareAttribute(this.attributes[t])},e.prototype.prepareAttribute=function(r){for(var s=this.geometry,n=this.multiplier,a=s.vertices,o=s.normal,h=new Float32Array(n*a.length*r.size),u=0;u<n;u+=1)for(var f=r.data&&r.data(u,n),c=u*a.length*r.size,l=0;l<a.length;l+=1)for(var p=0;p<r.size;p+=1){var m=this.modifiers[r.name];h[c]=void 0!==m?m(f,l,p,this):\"aPosition\"===r.name?a[l][t[p]]:\"aNormal\"===r.name?o[l][t[p]]:f[p],c+=1}this.attributes[this.attributeKeys.indexOf(r.name)].data=h,this.prepareBuffer(this.attributes[this.attributeKeys.indexOf(r.name)])},e.prototype.prepareBuffer=function(t){var r=t.data,s=t.name,n=t.size,a=this.gl.createBuffer();this.gl.bindBuffer(34962,a),this.gl.bufferData(34962,r,35044);var o=this.gl.getAttribLocation(this.program,s);this.gl.enableVertexAttribArray(o),this.gl.vertexAttribPointer(o,n,5126,!1,0,0),this.buffers[this.attributeKeys.indexOf(t.name)]={buffer:a,location:o,size:n}},e.prototype.render=function(t){var r=this,s=this.uniforms,n=this.multiplier,a=this.gl;a.useProgram(this.program);for(var o=0;o<this.buffers.length;o+=1){var h=this.buffers[o],u=h.location,f=h.buffer,c=h.size;a.enableVertexAttribArray(u),a.bindBuffer(34962,f),a.vertexAttribPointer(u,c,5126,!1,0,0)}Object.keys(t).forEach((function(r){s[r].value=t[r].value})),Object.keys(s).forEach((function(t){var n=s[t];r.uniformMap[n.type](n.location,n.value)})),a.drawArrays(this.mode,0,n*this.geometry.vertices.length),this.onRender&&this.onRender(this)},e.prototype.destroy=function(){for(var t=0;t<this.buffers.length;t+=1)this.gl.deleteBuffer(this.buffers[t].buffer);this.gl.deleteProgram(this.program),this.gl=null};var i=function(t){var r=this,s=t||{},n=s.canvas;void 0===n&&(n=document.querySelector(\"canvas\"));var a=s.context;void 0===a&&(a={});var o=s.contextType;void 0===o&&(o=\"experimental-webgl\");var h=s.settings;void 0===h&&(h={});var u=n.getContext(o,Object.assign({alpha:!1,antialias:!1},a));Object.assign(this,{gl:u,canvas:n,uniforms:{},instances:new Map,shouldRender:!0}),Object.assign(this,{devicePixelRatio:1,clearColor:[1,1,1,1],position:{x:0,y:0,z:2},clip:[.001,100]}),Object.assign(this,h),this.uniformMap={float:function(t,r){return u.uniform1f(t,r)},vec2:function(t,r){return u.uniform2fv(t,r)},vec3:function(t,r){return u.uniform3fv(t,r)},vec4:function(t,r){return u.uniform4fv(t,r)},mat2:function(t,r){return u.uniformMatrix2fv(t,!1,r)},mat3:function(t,r){return u.uniformMatrix3fv(t,!1,r)},mat4:function(t,r){return u.uniformMatrix4fv(t,!1,r)}},u.enable(u.DEPTH_TEST),u.depthFunc(u.LEQUAL),!1===u.getContextAttributes().alpha&&(u.clearColor.apply(u,this.clearColor),u.clearDepth(1)),this.onSetup&&this.onSetup(u),window.addEventListener(\"resize\",(function(){return r.resize()})),this.resize(),this.render()};i.prototype.resize=function(){var t=this.gl,r=this.canvas,s=this.devicePixelRatio,n=this.position;r.width=r.clientWidth*s,r.height=r.clientHeight*s;var a=t.drawingBufferWidth,o=t.drawingBufferHeight,h=a/o;t.viewport(0,0,a,o);var u=Math.tan(Math.PI/180*22.5),f=[1,0,0,0,0,1,0,0,0,0,1,0,n.x,n.y,(h<1?1:h)*-n.z,1];this.uniforms.uProjectionMatrix={type:\"mat4\",value:[.5/u,0,0,0,0,h/u*.5,0,0,0,0,-(this.clip[1]+this.clip[0])/(this.clip[1]-this.clip[0]),-1,0,0,-2*this.clip[1]*(this.clip[0]/(this.clip[1]-this.clip[0])),0]},this.uniforms.uViewMatrix={type:\"mat4\",value:[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},this.uniforms.uModelMatrix={type:\"mat4\",value:f}},i.prototype.toggle=function(t){t!==this.shouldRender&&(this.shouldRender=void 0!==t?t:!this.shouldRender,this.shouldRender&&this.render())},i.prototype.render=function(){var t=this;this.gl.clear(16640),this.instances.forEach((function(r){r.render(t.uniforms)})),this.onRender&&this.onRender(this),this.shouldRender&&requestAnimationFrame((function(){return t.render()}))},i.prototype.add=function(t,r){void 0===r&&(r={uniforms:{}}),void 0===r.uniforms&&(r.uniforms={}),Object.assign(r.uniforms,JSON.parse(JSON.stringify(this.uniforms))),Object.assign(r,{gl:this.gl,uniformMap:this.uniformMap});var s=new e(r);return this.instances.set(t,s),s},i.prototype.remove=function(t){var r=this.instances.get(t);void 0!==r&&(r.destroy(),this.instances.delete(t))},i.prototype.destroy=function(){var t=this;this.instances.forEach((function(r,s){r.destroy(),t.instances.delete(s)})),this.toggle(!1)};export default i;\n\n//# sourceMappingURL=phenomenon.mjs.map", "import e from\"phenomenon\";var a=\"phi\",o=\"theta\",t=\"mapSamples\",i=\"mapBrightness\",f=\"baseColor\",r=\"markerColor\",l=\"glowColor\",c=\"markers\",n=\"diffuse\",A=\"devicePixelRatio\",g=\"dark\",v=\"offset\",s=\"scale\",d={[a]:\"A\",[o]:\"B\",[t]:\"k\",[i]:\"E\",[f]:\"L\",[r]:\"M\",[l]:\"y\",[n]:\"F\",[g]:\"G\",[v]:\"x\",[s]:\"C\"},{PI:u,sin:m,cos:x}=Math,U=e=>[].concat(...e.map((e=>{let[a,o]=e.location;a=a*u/180,o=o*u/180-u;let t=x(a);return[-t*x(o),m(a),t*m(o),e.size]})),[0,0,0,0]),D=(u,m)=>{let _=(e,a,o)=>({type:e,value:\"undefined\"==typeof m[a]?o:m[a]}),x=u.getContext(\"webgl\")?\"webgl\":\"experimental-webgl\",y=new e({canvas:u,contextType:x,context:{alpha:!0,stencil:!1,antialias:!0,depth:!1,preserveDrawingBuffer:!1},settings:{[A]:m[A]||1,onSetup:e=>{let a=e.RGB,o=e.UNSIGNED_BYTE,t=e.TEXTURE_2D,i=e.createTexture();e.bindTexture(t,i),e.texImage2D(t,0,a,1,1,0,a,o,new Uint8Array([0,0,0,0]));let f=new Image;f.onload=()=>{e.bindTexture(t,i),e.texImage2D(t,0,a,a,o,f),e.generateMipmap(t);let r=e.getParameter(e.CURRENT_PROGRAM),l=e.getUniformLocation(r,\"H\");e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST),e.uniform1i(l,0)},f.src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACAAQAAAADMzoqnAAAAAXNSR0IArs4c6QAABA5JREFUeNrV179uHEUAx/Hf3JpbF+E2VASBsmVKTBcpKJs3SMEDcDwBiVJAAewYEBUivIHT0uUBIt0YCovKD0CRjUC4QfHYh8hYXu+P25vZ2Zm9c66gMd/GJ/tz82d3bk8GN4SrByYF2366FNTACIAkivVAAazQdnf3MvAlbNUQfOPAdQDvSAimMWhwy4I2g4SU+Kp04ISLpPBAKLxPyic3O/CCi+Y7rUJbiodcpDOFY7CgxCEXmdYD2EYK2s5lApOx5pEDDYCUwM1XdJUwBV11QQMg59kePSCaPAASQMEL2hwo6TJFgxpg+TgC2ymXPbuvc40awr3D1QCFfbH9kcoqAOkZozpQo0aqAGQRKCog/+tjkgbNFEtg2FffBvBGlSxHoAaAa1u6X4PBAwDiR8FFsrQgeUhfJTSALaB9jy5NCybJPn1SVFiWk7ywN+KzhH1aKAuydhGkbEF4lWohLXDXavlyFgHY7LBnLRdlAP6BS5Cc8RfVDXbkwN/oIvmY+6obbNeBP0JwTuMGu9gTzy1Q4RS/cWpfzszeYwd+CAFrtBW/Hur0gLbJGlD+/OjVwe/drfBxkbbg63dndEDfiEBlAd7ac0BPe1D6Jd8dfbLH+RI0OzseFB5s01/M+gMdAeluLOCAuaUA9Lezo/vSgXoCX9rtEiXnp7Q1W/CNyWcd8DXoS6jH/YZ5vAJEWY2dXFQe2TUgaFaNejCzJ98g6HnlVrsE58sDcYqg+9XY75fPqdoh/kRQWiXKg8MWlJQxUFMPjqnyujhFBE7UxIMjyszk0QwQlFsezImsyvUYYYVED2pk6m0Tg8T04Fwjk2kdAwSACqlM6gRRt3vQYAFGX0Ah7Ebx1H+MDRI5ui0QldH4j7FGcm90XdxD2Jg1AOEAVAKhEFXSn4cKUELurIAKwJ3MArypPscQaLhJFICJ0ohjDySAdH8AhDtCiTuMycH8CXzhH9jUACAO5uMhoAwA5i+T6WAKmmAqnLy80wxHqIPFYpqCwxGaYLt4Dyievg5kEoVEUAhs6pqKgFtDQYOuaXypaWKQfIuwwoGSZgfLsu/XAtI8cGN+h7Cc1A5oLOMhwlIPXuhu48AIvsSBkvtV9wsJRKCyYLfq5lTrQMFd1a262oqBck9K1V0YjQg0iEYYgpS1A9GlXQV5cykwm4A7BzVsxQqo7E+zCegO7Ma7yKgsuOcfKbMBwLC8wvVNYDsANYalEpOAa6zpWjTeMKGwEwC1CiQewJc5EKfgy7GmRAZA4vUVGwE2dPM/g0xuAInE/yG5aZ8ISxWGfYigUVbdyBElTHh2uCwGdfCkOLGgQVBh3Ewp+/QK4CDlR5Ws/Zf7yhCf8pH7vinWAvoVCQ6zz0NX5V/6GkAVV+2/5qsJ/gU8bsxpM8IeAQAAAABJRU5ErkJggg==\"}}});return y.add(\"\",{vertex:\"attribute vec3 aPosition;uniform mat4 uProjectionMatrix;uniform mat4 uModelMatrix;uniform mat4 uViewMatrix;void main(){gl_Position=uProjectionMatrix*uModelMatrix*uViewMatrix*vec4(aPosition,1.);}\",fragment:\"precision highp float;uniform vec2 r,x;uniform vec3 L,M,y;uniform vec4 z[64];uniform float A,B,k,C,D,E,F,G;uniform sampler2D H;float I=1./k;mat3 J(float a,float b){float c=cos(a),d=cos(b),e=sin(a),f=sin(b);return mat3(d,f*e,-f*c,0.,c,e,f,d*-e,d*c);}vec3 v(vec3 c,out float w){c=c.xzy;float p=max(2.,floor(log2(2.236068*k*3.141593*(1.-c.z*c.z))*.72021));vec2 g=floor(pow(1.618034,p)/2.236068*vec2(1.,1.618034)+.5),d=fract((g+1.)*.618034)*6.283185-3.883222,e=-2.*g,f=vec2(atan(c.y,c.x),c.z-1.),q=floor(vec2(e.y*f.x-d.y*(f.y*k+1.),-e.x*f.x+d.x*(f.y*k+1.))/(d.x*e.y-e.x*d.y));float n=3.141593;vec3 s;for(float h=0.;h<4.;h+=1.){vec2 t=vec2(mod(h,2.),floor(h*.5));float j=dot(g,q+t);if(j>k)continue;float a=j,b=0.;if(a>=524288.)a-=524288.,b+=.803894;if(a>=262144.)a-=262144.,b+=.901947;if(a>=131072.)a-=131072.,b+=.950973;if(a>=65536.)a-=65536.,b+=.475487;if(a>=32768.)a-=32768.,b+=.737743;if(a>=16384.)a-=16384.,b+=.868872;if(a>=8192.)a-=8192.,b+=.934436;if(a>=4096.)a-=4096.,b+=.467218;if(a>=2048.)a-=2048.,b+=.733609;if(a>=1024.)a-=1024.,b+=.866804;if(a>=512.)a-=512.,b+=.433402;if(a>=256.)a-=256.,b+=.216701;if(a>=128.)a-=128.,b+=.108351;if(a>=64.)a-=64.,b+=.554175;if(a>=32.)a-=32.,b+=.777088;if(a>=16.)a-=16.,b+=.888544;if(a>=8.)a-=8.,b+=.944272;if(a>=4.)a-=4.,b+=.472136;if(a>=2.)a-=2.,b+=.236068;if(a>=1.)a-=1.,b+=.618034;float l=fract(b)*6.283185,i=1.-2.*j*I,m=sqrt(1.-i*i);vec3 o=vec3(cos(l)*m,sin(l)*m,i);float u=length(c-o);if(u<n)n=u,s=o;}w=n;return s.xzy;}void main(){vec2 a=(gl_FragCoord.xy/r*2.-1.)/C-x*vec2(1.,-1.)/r;a.x*=r.x/r.y;float c=dot(a,a),b;vec3 d=vec3(0.,0.,1.),e=normalize(vec3(a,sqrt(.64-c)));if(c<=.64){vec3 f=e*J(B,A),g=v(f,b);float j=asin(g.y),h=acos(-g.x/cos(j));h=g.z<0.?-h:h;float t=texture2D(H,vec2(h*.5/3.141593,-(j/3.141593+.5))).x,u=smoothstep(8e-3,0.,b),l=dot(e,d),s=pow(l,F)*E,m=t*u*s,N=mix((1.-m)*pow(l,.4),m,G)+.1;gl_FragColor=vec4(L*N,1.);int O=int(D);float n=0.;for(int i=0;i<64;i++){if(i>=O)break;vec4 o=z[i];vec3 p=o.xyz,w=p-f;float q=o.w;if(dot(w,w)>q*q*4.)continue;vec3 P=v(p,b);b=length(P-f),b<q?n+=smoothstep(q*.5,0.,b):0.;}n=min(1.,n*s),gl_FragColor.xyz=mix(gl_FragColor.xyz,M,n),gl_FragColor.xyz+=pow(1.-dot(e,d),4.)*y;}float K=pow(dot(normalize(vec3(-a,sqrt(1.-c))),d),4.)*smoothstep(.1,1.,.2/(c-.64));gl_FragColor+=vec4(K*y,K);}\",uniforms:{r:{type:\"vec2\",value:[m.width,m.height]},A:_(\"float\",a),B:_(\"float\",o),k:_(\"float\",t),E:_(\"float\",i),L:_(\"vec3\",f),M:_(\"vec3\",r),F:_(\"float\",n),y:_(\"vec3\",l),G:_(\"float\",g),z:{type:\"vec4\",value:U(m[c])},D:{type:\"float\",value:m[c].length},x:_(\"vec2\",v,[0,0]),C:_(\"float\",s,1)},mode:4,geometry:{vertices:[{x:-100,y:100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0},{x:100,y:-100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0}]},onRender:({uniforms:e})=>{let a={};if(m.onRender){m.onRender(a);for(let o in d)void 0!==a[o]&&(e[d[o]].value=a[o]);void 0!==a[c]&&(e.z.value=U(a[c]),e.D.value=a[c].length),a.width&&a.height&&(e.r.value=[a.width,a.height])}}}),y};export{D as default};\n\n//# sourceMappingURL=index.esm.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,Color,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";import createGlobe from\"cobe\";import{useSpring}from\"framer-motion\";/**\n * GLOBE FOR FRAMER\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 300\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Globe(props){const{background,baseColor,glowColor,isDraggable,dragOptions,speed,theta,phi,dark,diffuse,maxSamples,mapBrightness,markerSize,markerArray,markerColor,scale,alignment,maxWidth,offset}=props;const{offsetX,offsetY}=offset;const{stiffness,damping,mass}=dragOptions;const canvasRef=useRef();const pointerInteracting=useRef(null);const pointerInteractionMovement=useRef(0);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const r=useSpring(0,{stiffness:stiffness,damping:damping,mass:mass,restDelta:1e-4,restSpeed:1e-4});const fadeMask=\"radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 70%)\";useEffect(()=>{let phiValue=phi;let width=0;const onResize=()=>{if(canvasRef.current&&(width=canvasRef.current.offsetWidth)){window.addEventListener(\"resize\",onResize);}};onResize();const baseConvert=convertRGB(baseColor);const glowConvert=convertRGB(glowColor);const markerConvert=convertRGB(markerColor);const globe=createGlobe(canvasRef.current,{devicePixelRatio:2,width:width*2,height:width*2,phi:phi,theta:theta,dark:dark,diffuse:diffuse,mapSamples:maxSamples,mapBrightness:mapBrightness,baseColor:[baseConvert.r,baseConvert.g,baseConvert.b],glowColor:[glowConvert.r,glowConvert.g,glowConvert.b],markerColor:[markerConvert.r,markerConvert.g,markerConvert.b],markers:markerArray.map(marker=>{return{location:[marker.latitude,marker.longitude],size:markerSize};}),scale:scale,offset:[offsetX,offsetY],onRender:state=>{if(!isCanvas){state.phi=phiValue+r.get();}state.width=width*2;state.height=width*2;if(!isCanvas){state.phi=phiValue+r.get();phiValue+=speed/200;}}});return()=>{globe.destroy();};},[props]);return /*#__PURE__*/ _jsx(\"div\",{style:{...flexStyles,placeItems:alignment,background:background},children:/*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",aspectRatio:\"1/1\",maxWidth:maxWidth,WebkitMaskImage:fadeMask,MozMaskImage:fadeMask,maskImage:fadeMask},children:/*#__PURE__*/ _jsx(\"canvas\",{ref:canvasRef,style:{width:\"100%\",height:\"100%\",contain:\"layout paint size\",cursor:\"auto\",userSelect:\"none\"},onPointerDown:e=>{if(isDraggable){pointerInteracting.current=e.clientX-pointerInteractionMovement.current;canvasRef.current.style.cursor=\"grabbing\";}},onPointerUp:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"grab\";}},onPointerOver:()=>{if(isDraggable){canvasRef.current.style.cursor=\"grab\";}},onPointerOut:()=>{if(isDraggable){pointerInteracting.current=null;canvasRef.current.style.cursor=\"auto\";}},onMouseMove:e=>{if(isDraggable){if(pointerInteracting.current!==null){const delta=e.clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}},onTouchMove:e=>{if(pointerInteracting.current!==null&&e.touches[0]){const delta=e.touches[0].clientX-pointerInteracting.current;pointerInteractionMovement.current=delta;r.set(delta/100);}}})})});};/* Default properties */ Globe.defaultProps={background:\"#000000\",baseColor:\"#333333\",glowColor:\"#ffffff\",markerColor:\"#ffffff\",isDraggable:true,dragOptions:{stiffness:200,damping:40,mass:1},speed:1,phi:0,theta:.3,dark:1,diffuse:2,mapBrightness:20,maxSamples:2e4,markerSize:.1,markerArray:{latitude:52.3676,longitude:4.9041},scale:1,alignment:\"center\",maxWidth:800,offset:{offsetX:0,offsetY:0}};Globe.displayName=\"Globe\";const dp=Globe.defaultProps;const dpOffset=Globe.defaultProps.offset;const dpDrag=Globe.defaultProps.dragOptions;addPropertyControls(Globe,{background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:dp.background},baseColor:{type:ControlType.Color,title:\"Base\",defaultValue:dp.baseColor},glowColor:{type:ControlType.Color,title:\"Glow\",defaultValue:dp.glowColor},markerColor:{type:ControlType.Color,title:\"Marker\",defaultValue:dp.markerColor},isDraggable:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:dp.isDraggable},dragOptions:{type:ControlType.Object,title:\"Transition\",controls:{stiffness:{type:ControlType.Number,min:0,max:1e3,title:\"Stiffness\",defaultValue:dpDrag.stiffness},damping:{type:ControlType.Number,min:0,max:100,title:\"Damping\",defaultValue:dpDrag.damping},mass:{type:ControlType.Number,min:0,title:\"Mass\",displayStepper:true,defaultValue:dpDrag.mass}},hidden(props){return!props.isDraggable;}},speed:{type:ControlType.Number,min:0,step:.1,displayStepper:true,title:\"Speed\",defaultValue:dp.speed},phi:{type:ControlType.Number,min:0,max:6.28,step:.01,displayStepper:true,title:\"Phi\",defaultValue:dp.phi},theta:{type:ControlType.Number,min:-1.57,max:1.57,step:.01,title:\"Theta\",defaultValue:dp.theta},dark:{type:ControlType.Number,min:0,max:1,step:.1,displayStepper:true,title:\"Dark\",defaultValue:dp.dark},diffuse:{type:ControlType.Number,min:0,max:5,step:.01,title:\"Diffuse\",defaultValue:dp.diffuse},mapBrightness:{type:ControlType.Number,min:0,max:12,step:.01,title:\"Brightness\",defaultValue:dp.mapBrightness},maxSamples:{type:ControlType.Number,min:0,max:1e5,title:\"Samples\",defaultValue:dp.maxSamples},scale:{type:ControlType.Number,min:0,max:5,step:.025,displayStepper:true,title:\"Scale\",defaultValue:dp.scale},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:dp.alignment,displaySegmentedControl:true},maxWidth:{type:ControlType.Number,title:\"Max Width\",min:100,max:5e3,defaultValue:dp.maxWidth},offset:{type:ControlType.Object,title:\"Offset\",controls:{offsetX:{type:ControlType.Number,min:-5e3,max:5e3,title:\"X\",defaultValue:dpOffset.offsetX},offsetY:{type:ControlType.Number,min:-5e3,max:5e3,title:\"Y\",defaultValue:dpOffset.offsetY}}},markerSize:{type:ControlType.Number,min:0,max:1,step:.01,title:\"Markers\",defaultValue:dp.markerSize},markerArray:{type:ControlType.Array,title:\"Location\",// defaultValue: [{ latitude: 52.3676, longitude: 4.9041 }],\ncontrol:{type:ControlType.Object,title:\"Location\",controls:{latitude:{type:ControlType.Number,min:-90,max:90,title:\"Lat\",step:1e-4,defaultValue:dp.markerArray.latitude},longitude:{type:ControlType.Number,min:-180,max:180,title:\"Long\",step:1e-4,defaultValue:dp.markerArray.longitude}}}}});/* Styles */ const flexStyles={width:\"100%\",height:\"100%\",display:\"flex\",placeItems:\"center\",placeContent:\"center\",overflow:\"visible\"};/* Functions */ const convertRGB=color=>{return{r:Color(color).r/255,g:Color(color).g/255,b:Color(color).b/255};};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Globe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Globe.map", "// Generated by Framer (901e2a6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"yph1k9gmt\",\"EoDf4QPFA\"];const serializationHash=\"framer-w5sit\";const variantClassNames={EoDf4QPFA:\"framer-v-1d2fhc1\",yph1k9gmt:\"framer-v-14nyzdy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"yph1k9gmt\",Small:\"EoDf4QPFA\"};const getProps=({background,bTNText,height,id,image,link,textColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,g36YW8J_p:(_ref=bTNText!==null&&bTNText!==void 0?bTNText:props.g36YW8J_p)!==null&&_ref!==void 0?_ref:\"Join now\",OeHup2zZ1:(_ref1=background!==null&&background!==void 0?background:props.OeHup2zZ1)!==null&&_ref1!==void 0?_ref1:\"rgb(43, 92, 191)\",smgzRCpUl:link!==null&&link!==void 0?link:props.smgzRCpUl,THogv8Y7o:(_ref2=image!==null&&image!==void 0?image:props.THogv8Y7o)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/2PmUVgrgjGfJeQLSb9WGgzdNCw.svg\"},tTxERKEnu:(_ref3=textColor!==null&&textColor!==void 0?textColor:props.tTxERKEnu)!==null&&_ref3!==void 0?_ref3:\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"yph1k9gmt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,THogv8Y7o,g36YW8J_p,OeHup2zZ1,tTxERKEnu,smgzRCpUl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yph1k9gmt\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:smgzRCpUl,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-14nyzdy\",className,classNames)} framer-h9ti12`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"yph1k9gmt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:OeHup2zZ1,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},...addPropertyOverrides({EoDf4QPFA:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kyjypt\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"e_0n6SM5A\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:\"24px\",...toResponsiveImage(THogv8Y7o),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-yxneau\",layoutDependency:layoutDependency,layoutId:\"uloptZwnD\",...addPropertyOverrides({EoDf4QPFA:{background:{alt:\"\",fit:\"fit\",sizes:\"18px\",...toResponsiveImage(THogv8Y7o),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-tTxERKEnu-xtNwMWmsM))\"},children:\"Join now\"})}),className:\"framer-1ebljzb\",\"data-framer-name\":\"Join now\",fonts:[\"GF;Outfit-600\"],layoutDependency:layoutDependency,layoutId:\"zwhbIr26W\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-tTxERKEnu-xtNwMWmsM)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-tTxERKEnu-xtNwMWmsM\":tTxERKEnu},text:g36YW8J_p,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EoDf4QPFA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-tTxERKEnu-xtNwMWmsM))\"},children:\"Join now\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w5sit.framer-h9ti12, .framer-w5sit .framer-h9ti12 { display: block; }\",\".framer-w5sit.framer-14nyzdy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 32px 15px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-w5sit .framer-1kyjypt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-w5sit .framer-yxneau { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-w5sit .framer-1ebljzb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w5sit.framer-14nyzdy, .framer-w5sit .framer-1kyjypt { gap: 0px; } .framer-w5sit.framer-14nyzdy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-w5sit.framer-14nyzdy > :first-child, .framer-w5sit .framer-1kyjypt > :first-child { margin-left: 0px; } .framer-w5sit.framer-14nyzdy > :last-child, .framer-w5sit .framer-1kyjypt > :last-child { margin-right: 0px; } .framer-w5sit .framer-1kyjypt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-w5sit.framer-v-1d2fhc1.framer-14nyzdy { padding: 10px 20px 10px 20px; }\",\".framer-w5sit.framer-v-1d2fhc1 .framer-yxneau { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 18px); width: 18px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EoDf4QPFA\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"THogv8Y7o\":\"image\",\"g36YW8J_p\":\"bTNText\",\"OeHup2zZ1\":\"background\",\"tTxERKEnu\":\"textColor\",\"smgzRCpUl\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxtNwMWmsM=withCSS(Component,css,\"framer-w5sit\");export default FramerxtNwMWmsM;FramerxtNwMWmsM.displayName=\"Buttons/Social Button\";FramerxtNwMWmsM.defaultProps={height:54,width:162};addPropertyControls(FramerxtNwMWmsM,{variant:{options:[\"yph1k9gmt\",\"EoDf4QPFA\"],optionTitles:[\"Default\",\"Small\"],title:\"Variant\",type:ControlType.Enum},THogv8Y7o:{__defaultAssetReference:\"data:framer/asset-reference,2PmUVgrgjGfJeQLSb9WGgzdNCw.svg?originalFilename=DiscordLogo+%281%29.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},g36YW8J_p:{defaultValue:\"Join now\",displayTextArea:false,title:\"BTN text\",type:ControlType.String},OeHup2zZ1:{defaultValue:\"rgb(43, 92, 191)\",title:\"Background\",type:ControlType.Color},tTxERKEnu:{defaultValue:\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\",title:\"Text color\",type:ControlType.Color},smgzRCpUl:{title:\"Link\",type:ControlType.Link}});addFonts(FramerxtNwMWmsM,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxtNwMWmsM\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"THogv8Y7o\\\":\\\"image\\\",\\\"g36YW8J_p\\\":\\\"bTNText\\\",\\\"OeHup2zZ1\\\":\\\"background\\\",\\\"tTxERKEnu\\\":\\\"textColor\\\",\\\"smgzRCpUl\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"162\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EoDf4QPFA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xtNwMWmsM.map", "// Generated by Framer (679ce5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/AmLthkS0W1oJDdhd5mO3/Qvh6fPztKtD87wUwYdjK/IVcERusdZ.js\";import ButtonsSocialButton from\"https://framerusercontent.com/modules/mSizNFJpSdGN2iwRPW87/ntUe7gaN2B5zzGwjzCKV/xtNwMWmsM.js\";const ButtonsSocialButtonFonts=getFonts(ButtonsSocialButton);const MotionDivWithFX=withFX(motion.div);const ButtonsSocialButtonControls=getPropertyControls(ButtonsSocialButton);const enabledGestures={a9kLue_eT:{hover:true},eORfqtK5c:{hover:true},MJXyBOFM0:{hover:true}};const cycleOrder=[\"eORfqtK5c\",\"MJXyBOFM0\",\"a9kLue_eT\"];const serializationHash=\"framer-6Z2GS\";const variantClassNames={a9kLue_eT:\"framer-v-cbhhoa\",eORfqtK5c:\"framer-v-pvkpgp\",MJXyBOFM0:\"framer-v-10iwvbw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:6,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Default:\"yph1k9gmt\",Small:\"EoDf4QPFA\"};const humanReadableVariantMap={Blue:\"eORfqtK5c\",Green:\"a9kLue_eT\",Red:\"MJXyBOFM0\"};const getProps=({bTNBackground,bTNText,buttonSize,cursorStyle,height,id,link,socialIcon,text,textColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableEnumMap_buttonSize,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7;return{...props,EhlfMU757:(_ref=bTNBackground!==null&&bTNBackground!==void 0?bTNBackground:props.EhlfMU757)!==null&&_ref!==void 0?_ref:\"rgb(43, 92, 191)\",evkcNNi3l:cursorStyle!==null&&cursorStyle!==void 0?cursorStyle:props.evkcNNi3l,FMf39MJF8:(_ref1=textColor!==null&&textColor!==void 0?textColor:props.FMf39MJF8)!==null&&_ref1!==void 0?_ref1:\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\",kHAlcv9jl:(_ref2=text!==null&&text!==void 0?text:props.kHAlcv9jl)!==null&&_ref2!==void 0?_ref2:\"Over 3000 Members on Our Facebook Group\",n8ILvc_oW:(_ref3=socialIcon!==null&&socialIcon!==void 0?socialIcon:props.n8ILvc_oW)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/llAyeVCAW6N3MB9qzZw47eN6A.png\"},qGufkVmOT:link!==null&&link!==void 0?link:props.qGufkVmOT,SFe061pHD:(_ref4=bTNText!==null&&bTNText!==void 0?bTNText:props.SFe061pHD)!==null&&_ref4!==void 0?_ref4:\"Join now\",v9_Oxbbl6:(_ref6=(_ref5=(_humanReadableEnumMap_buttonSize=humanReadableEnumMap[buttonSize])!==null&&_humanReadableEnumMap_buttonSize!==void 0?_humanReadableEnumMap_buttonSize:buttonSize)!==null&&_ref5!==void 0?_ref5:props.v9_Oxbbl6)!==null&&_ref6!==void 0?_ref6:\"yph1k9gmt\",variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"eORfqtK5c\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,kHAlcv9jl,n8ILvc_oW,SFe061pHD,EhlfMU757,FMf39MJF8,qGufkVmOT,evkcNNi3l,v9_Oxbbl6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eORfqtK5c\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"eORfqtK5c-hover\",\"MJXyBOFM0-hover\",\"a9kLue_eT-hover\"].includes(gestureVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pvkpgp\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Blue\",layoutDependency:layoutDependency,layoutId:\"eORfqtK5c\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, rgb(42, 48, 56))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{a9kLue_eT:{backgroundColor:\"var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, rgb(28, 33, 40))\"},MJXyBOFM0:{backgroundColor:\"var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, rgb(28, 33, 40))\"}},...addPropertyOverrides({\"a9kLue_eT-hover\":{\"data-framer-name\":undefined},\"eORfqtK5c-hover\":{\"data-framer-name\":undefined},\"MJXyBOFM0-hover\":{\"data-framer-name\":undefined},a9kLue_eT:{\"data-framer-name\":\"Green\"},MJXyBOFM0:{\"data-framer-name\":\"Red\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kevhx1\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"DiBU8Beat\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-zzaabn\",\"data-styles-preset\":\"IVcERusdZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255)))\"},children:\"Over 3000 Members on Our Facebook Group\"})}),className:\"framer-1rjuur1\",\"data-framer-name\":\"Over 3000 Members on Our Facebook Group\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zD9JHdLzv\",style:{\"--extracted-1eung3n\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:kHAlcv9jl,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||342)-0-210.4)/2+0+0)+50+56.400000000000006,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6t9qa-container\",\"data-framer-cursor\":evkcNNi3l,layoutDependency:layoutDependency,layoutId:\"oZISg2D8x-container\",children:/*#__PURE__*/_jsx(ButtonsSocialButton,{g36YW8J_p:SFe061pHD,height:\"100%\",id:\"oZISg2D8x\",layoutId:\"oZISg2D8x\",OeHup2zZ1:EhlfMU757,smgzRCpUl:qGufkVmOT,THogv8Y7o:toResponsiveImage(n8ILvc_oW),tTxERKEnu:FMf39MJF8,variant:v9_Oxbbl6,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvflfn\",layoutDependency:layoutDependency,layoutId:\"Qmbrr25qe\",style:{backgroundColor:\"var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, rgb(28, 33, 40))\"}}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{className:\"framer-128y0yx\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"yOh7q_adz\",style:{background:'conic-gradient(from 0deg at 50% 50%, rgb(2, 86, 255) 0deg, var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, rgb(42, 48, 56)) /* {\"name\":\"Border\"} */ 43.783783783783775deg)'},variants:{\"a9kLue_eT-hover\":{background:'conic-gradient(from 0deg at 50% 50%, var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191)) /* {\"name\":\"Secondary2\"} */ 0deg, var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, rgb(42, 48, 56)) /* {\"name\":\"Border\"} */ 43.783783783783775deg)'},\"eORfqtK5c-hover\":{background:'conic-gradient(from 0deg at 50% 50%, var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250)) /* {\"name\":\"Blue\"} */ 0deg, var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, rgb(42, 48, 56)) /* {\"name\":\"Border\"} */ 43.783783783783775deg)'},\"MJXyBOFM0-hover\":{background:'conic-gradient(from 0deg at 50% 50%, var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230)) /* {\"name\":\"Secondary\"} */ 0deg, var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, rgb(42, 48, 56)) /* {\"name\":\"Border\"} */ 43.783783783783775deg)'}},...addPropertyOverrides({\"a9kLue_eT-hover\":{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},\"eORfqtK5c-hover\":{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},\"MJXyBOFM0-hover\":{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6Z2GS.framer-xulp8g, .framer-6Z2GS .framer-xulp8g { display: block; }\",\".framer-6Z2GS.framer-pvkpgp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 342px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 340px; }\",\".framer-6Z2GS .framer-kevhx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 50px 10px 50px 10px; position: relative; width: 100%; z-index: 3; }\",\".framer-6Z2GS .framer-1rjuur1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6Z2GS .framer-6t9qa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6Z2GS .framer-pvflfn { bottom: 1px; flex: none; left: 1px; overflow: visible; position: absolute; right: 1px; top: 1px; z-index: 2; }\",\".framer-6Z2GS .framer-128y0yx { bottom: -122px; flex: none; left: -103px; overflow: visible; position: absolute; right: -103px; top: -122px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6Z2GS.framer-pvkpgp, .framer-6Z2GS .framer-kevhx1 { gap: 0px; } .framer-6Z2GS.framer-pvkpgp > *, .framer-6Z2GS .framer-kevhx1 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6Z2GS.framer-pvkpgp > :first-child, .framer-6Z2GS .framer-kevhx1 > :first-child { margin-top: 0px; } .framer-6Z2GS.framer-pvkpgp > :last-child, .framer-6Z2GS .framer-kevhx1 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-6Z2GS[data-border=\"true\"]::after, .framer-6Z2GS [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 342\n * @framerIntrinsicWidth 340\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MJXyBOFM0\":{\"layout\":[\"fixed\",\"fixed\"]},\"a9kLue_eT\":{\"layout\":[\"fixed\",\"fixed\"]},\"K5NmwhgWa\":{\"layout\":[\"fixed\",\"fixed\"]},\"n9RNbwdiI\":{\"layout\":[\"fixed\",\"fixed\"]},\"xlRtE5QAB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"kHAlcv9jl\":\"text\",\"n8ILvc_oW\":\"socialIcon\",\"SFe061pHD\":\"bTNText\",\"EhlfMU757\":\"bTNBackground\",\"FMf39MJF8\":\"textColor\",\"qGufkVmOT\":\"link\",\"evkcNNi3l\":\"cursorStyle\",\"v9_Oxbbl6\":\"buttonSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNqWlUdVDG=withCSS(Component,css,\"framer-6Z2GS\");export default FramerNqWlUdVDG;FramerNqWlUdVDG.displayName=\"Cards/Social Card\";FramerNqWlUdVDG.defaultProps={height:342,width:340};addPropertyControls(FramerNqWlUdVDG,{variant:{options:[\"eORfqtK5c\",\"MJXyBOFM0\",\"a9kLue_eT\"],optionTitles:[\"Blue\",\"Red\",\"Green\"],title:\"Variant\",type:ControlType.Enum},kHAlcv9jl:{defaultValue:\"Over 3000 Members on Our Facebook Group\",displayTextArea:false,title:\"Text\",type:ControlType.String},n8ILvc_oW:{__defaultAssetReference:\"data:framer/asset-reference,llAyeVCAW6N3MB9qzZw47eN6A.png?originalFilename=Vector.png&preferredSize=auto\",title:\"Social icon\",type:ControlType.ResponsiveImage},SFe061pHD:{defaultValue:\"Join now\",displayTextArea:false,title:\"BTN Text\",type:ControlType.String},EhlfMU757:{defaultValue:\"rgb(43, 92, 191)\",title:\"BTN background\",type:ControlType.Color},FMf39MJF8:{defaultValue:\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\",title:\"Text Color\",type:ControlType.Color},qGufkVmOT:{title:\"Link\",type:ControlType.Link},evkcNNi3l:{title:\"Cursor Style\",type:ControlType.CustomCursor},v9_Oxbbl6:(ButtonsSocialButtonControls===null||ButtonsSocialButtonControls===void 0?void 0:ButtonsSocialButtonControls[\"variant\"])&&{...ButtonsSocialButtonControls[\"variant\"],defaultValue:\"yph1k9gmt\",description:undefined,hidden:undefined,title:\"Button size\"}});addFonts(FramerNqWlUdVDG,[{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\"}]},...ButtonsSocialButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNqWlUdVDG\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"340\",\"framerVariables\":\"{\\\"kHAlcv9jl\\\":\\\"text\\\",\\\"n8ILvc_oW\\\":\\\"socialIcon\\\",\\\"SFe061pHD\\\":\\\"bTNText\\\",\\\"EhlfMU757\\\":\\\"bTNBackground\\\",\\\"FMf39MJF8\\\":\\\"textColor\\\",\\\"qGufkVmOT\\\":\\\"link\\\",\\\"evkcNNi3l\\\":\\\"cursorStyle\\\",\\\"v9_Oxbbl6\\\":\\\"buttonSize\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MJXyBOFM0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a9kLue_eT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K5NmwhgWa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n9RNbwdiI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xlRtE5QAB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"342\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NqWlUdVDG.map", "// Generated by Framer (acd6bc0)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Wix Madefor Display-regular\",\"GF;Wix Madefor Display-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYlthv_3HQKgh.woff2\",weight:\"400\"},{family:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"}]}];export const css=['.framer-M5ZIZ .framer-styles-preset-dbonuh:not(.rich-text-wrapper), .framer-M5ZIZ .framer-styles-preset-dbonuh.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1024px) { .framer-M5ZIZ .framer-styles-preset-dbonuh:not(.rich-text-wrapper), .framer-M5ZIZ .framer-styles-preset-dbonuh.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 810px) { .framer-M5ZIZ .framer-styles-preset-dbonuh:not(.rich-text-wrapper), .framer-M5ZIZ .framer-styles-preset-dbonuh.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-M5ZIZ .framer-styles-preset-dbonuh:not(.rich-text-wrapper), .framer-M5ZIZ .framer-styles-preset-dbonuh.rich-text-wrapper p { --framer-font-family: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-family-bold: \"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-M5ZIZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import Globe from\"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/d9ZONLqTB9uCj5kbWKll/Globe.js\";import DecorativesCursor from\"#framer/local/canvasComponent/EnCr1ZlDK/EnCr1ZlDK.js\";import CardsProjectCard from\"#framer/local/canvasComponent/moCs9BBOg/moCs9BBOg.js\";import CardsSocialCard from\"#framer/local/canvasComponent/NqWlUdVDG/NqWlUdVDG.js\";import DecorativesArrow from\"#framer/local/canvasComponent/ooXnuwx2P/ooXnuwx2P.js\";import SectionsFooter from\"#framer/local/canvasComponent/qTAymbmpv/qTAymbmpv.js\";import SectionsHeader from\"#framer/local/canvasComponent/rpaVZ8Vez/rpaVZ8Vez.js\";import ButtonsButton from\"#framer/local/canvasComponent/rysaw1mJE/rysaw1mJE.js\";import SectionsFAQFAQS from\"#framer/local/canvasComponent/wALJCj15S/wALJCj15S.js\";import SectionBuildersToolsCapsule from\"#framer/local/canvasComponent/xzurShTze/xzurShTze.js\";import CardsStepsCard from\"#framer/local/canvasComponent/YNOZrWajh/YNOZrWajh.js\";import CardsServiceCard from\"#framer/local/canvasComponent/YT8fp0XoF/YT8fp0XoF.js\";import Physics from\"#framer/local/codeFile/r9fdBYA/Physics.js\";import Projects from\"#framer/local/collection/KCL9ik3XX/KCL9ik3XX.js\";import*as sharedStyle from\"#framer/local/css/FGGsXdq0I/FGGsXdq0I.js\";import*as sharedStyle3 from\"#framer/local/css/iL5NdCLfw/iL5NdCLfw.js\";import*as sharedStyle4 from\"#framer/local/css/LYmJBJuGK/LYmJBJuGK.js\";import*as sharedStyle1 from\"#framer/local/css/oXuNXczPo/oXuNXczPo.js\";import*as sharedStyle2 from\"#framer/local/css/tT0GMRm2U/tT0GMRm2U.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SectionsHeaderFonts=getFonts(SectionsHeader);const DecorativesArrowFonts=getFonts(DecorativesArrow);const ButtonsButtonFonts=getFonts(ButtonsButton);const CardsProjectCardFonts=getFonts(CardsProjectCard);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const ArcFonts=getFonts(Arc);const ImageWithFX=withFX(Image);const CardsServiceCardFonts=getFonts(CardsServiceCard);const SectionBuildersToolsCapsuleFonts=getFonts(SectionBuildersToolsCapsule);const PhysicsFonts=getFonts(Physics);const CardsStepsCardFonts=getFonts(CardsStepsCard);const SectionsFAQFAQSFonts=getFonts(SectionsFAQFAQS);const CardsSocialCardFonts=getFonts(CardsSocialCard);const GlobeFonts=getFonts(Globe);const SectionsFooterFonts=getFonts(SectionsFooter);const DecorativesCursorFonts=getFonts(DecorativesCursor);const breakpoints={LJZaGSmiY:\"(min-width: 1024px) and (max-width: 1439px)\",lOyRbB_z0:\"(min-width: 810px) and (max-width: 1023px)\",SoLxqsirL:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-XbmWq\";const variantClassNames={LJZaGSmiY:\"framer-v-427x56\",lOyRbB_z0:\"framer-v-1wqvnoi\",SoLxqsirL:\"framer-v-1psmib5\",WQLkyLRf1:\"framer-v-72rtr7\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition1={delay:0,duration:10,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Laptop:\"LJZaGSmiY\",Phone:\"SoLxqsirL\",Tablet:\"lOyRbB_z0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition2={damping:60,delay:0,mass:3,stiffness:500,type:\"spring\"};const cursor={alignment:\"center\",component:DecorativesCursor,offset:{x:0,y:8},placement:\"top\",transition:transition2,variant:\"t54mG_sID\"};const cursor1={alignment:\"center\",component:DecorativesCursor,offset:{x:0,y:30},placement:\"top\",variant:\"JSQVJfK7h\"};const cursor2={component:DecorativesCursor,variant:\"ylkQhdjkz\"};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,uUXb7hkpzeoOCjd8Mg,z3J1yNICteoOCjd8Mg,e3ocvtiwzeoOCjd8Mg,ideoOCjd8Mg,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"SoLxqsirL\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"LJZaGSmiY\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"SoLxqsirL\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"lOyRbB_z0\",\"SoLxqsirL\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"lOyRbB_z0\",\"SoLxqsirL\"].includes(baseVariant))return true;return false;};const elementId=useRouteElementId(\"dq9KRZDn_\");const ref1=React.useRef(null);const isDisplayed5=()=>{if(!isBrowser())return true;if([\"LJZaGSmiY\",\"lOyRbB_z0\",\"SoLxqsirL\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(!isBrowser())return true;if(baseVariant===\"lOyRbB_z0\")return true;return false;};const elementId1=useRouteElementId(\"iJArMw_q5\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"F04TNUOwH\");const ref3=React.useRef(null);useCustomCursors({\"1oyzj7g\":cursor1,hu2e54:cursor,xtiex2:cursor2});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"hu2e54\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{y:(componentViewport?.y||0)+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jjm8cb-container\",nodeId:\"OdqR0HmdV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{variant:\"dYr4z5Nad\"}},children:/*#__PURE__*/_jsx(SectionsHeader,{arNKrC0aw:\"1oyzj7g\",height:\"100%\",id:\"OdqR0HmdV\",layoutId:\"OdqR0HmdV\",style:{width:\"100%\"},variant:\"PYO9GhmL4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{background:undefined}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-1y45yl8\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l0mdvl\",\"data-framer-name\":\"Container\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vge9qv hidden-1psmib5\",\"data-framer-name\":\"Lines\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bu82iv\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-md3x39\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sixk41\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6awqb6\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ipsfof\",\"data-border\":true,\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hfpvju\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ucfjhn\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ebqzp\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3V0Zml0LTYwMA==\",\"--framer-font-family\":'\"Outfit\", \"Outfit Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Open for new work\"})}),className:\"framer-1d0xa79\",\"data-framer-name\":\"Open for new work\",fonts:[\"GF;Outfit-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mo0bn4\",\"data-framer-name\":\"Text Box\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16dlga9\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7mwqdl\",\"data-framer-name\":\"Text Top\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lOyRbB_z0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:\"Turn one-time customers, into loyal regulars\"})})},SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:[\"Turn one-time customers, into\",/*#__PURE__*/_jsx(\"br\",{}),\"loyal regulars\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:[\"Turn one-time customers,\",/*#__PURE__*/_jsx(\"br\",{}),\"into loyal regulars\"]})}),className:\"framer-1e70du6\",\"data-framer-name\":\"Crafting exquisite websites, discover the art of Framer\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-38egj9\",\"data-framer-name\":\"Text Bottom\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{height:36,width:\"80px\",y:(componentViewport?.y||0)+0+84+0+80+0+0+0+31.6+0+0+0+79.2+21.6},lOyRbB_z0:{height:27,width:\"80px\",y:(componentViewport?.y||0)+0+84+0+50+0+0+0+31.6+0+0+0+79.2+26.1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:43,y:(componentViewport?.y||0)+0+84+0+100+0+0+0+31.6+0+0+0+79.2+18.1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e9txve-container hidden-1psmib5\",nodeId:\"jWxDlUpzC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{style:{height:\"100%\",width:\"100%\"}},lOyRbB_z0:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(DecorativesArrow,{height:\"100%\",id:\"jWxDlUpzC\",layoutId:\"jWxDlUpzC\",variant:\"P4zIE4rNu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",children:\"with\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1ghdgpi\",\"data-styles-preset\":\"FGGsXdq0I\",style:{\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:\"with\"})}),className:\"framer-1hjfij3\",\"data-framer-name\":\"with us.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+84+0+80+0+0+0+31.6+0+0+0+79.2+10.850000000000001),pixelHeight:122,pixelWidth:435,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qpQm6oZdXwVvdvfbqDvdZeJRcs.svg\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+84+0+50+0+0+0+31.6+0+0+0+79.2+7.100000000000001),pixelHeight:122,pixelWidth:435,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qpQm6oZdXwVvdvfbqDvdZeJRcs.svg\"}},SoLxqsirL:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+84+0+3.9000000000000057+0+0+0+31.6+0+0+0+39.6+0),pixelHeight:122,pixelWidth:435,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qpQm6oZdXwVvdvfbqDvdZeJRcs.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+84+0+100+0+0+0+31.6+0+0+0+79.2+7.100000000000001),pixelHeight:122,pixelWidth:435,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qpQm6oZdXwVvdvfbqDvdZeJRcs.svg\"},className:\"framer-1frq8vv\"})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-dbonuh\",\"data-styles-preset\":\"tT0GMRm2U\",children:[\"We help businesses bring more \",/*#__PURE__*/_jsx(\"strong\",{children:\"returning customers\"}),\" and \",/*#__PURE__*/_jsx(\"strong\",{children:\"increase revenue\"}),\" using loyalty programs, that are \",/*#__PURE__*/_jsx(\"strong\",{children:\"always\"}),\" in your customers' phone.\"]})}),className:\"framer-xosg3g\",\"data-framer-name\":\"As a Framer agency we are working on client projects, official Framer Templates and cloneable for the Framer community.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gm27d3\",\"data-framer-name\":\"Button Group\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{y:(componentViewport?.y||0)+0+84+0+80+0+273+0},lOyRbB_z0:{y:(componentViewport?.y||0)+0+84+0+50+0+249+0},SoLxqsirL:{width:\"156px\",y:(componentViewport?.y||0)+0+0+84+0+3.9000000000000057+0+327.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+84+0+100+0+293+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g4zh2z-container\",\"data-framer-cursor\":\"1oyzj7g\",nodeId:\"RTMDvZR4k\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{QxnRSUyll:resolvedLinks[1]},lOyRbB_z0:{QxnRSUyll:resolvedLinks[2],variant:\"xM8ntqXlk\"},SoLxqsirL:{QxnRSUyll:resolvedLinks[3],style:{width:\"100%\"},variant:\"xM8ntqXlk\"}},children:/*#__PURE__*/_jsx(ButtonsButton,{AgMSBAnki:{borderColor:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\",borderStyle:\"solid\",borderWidth:1},AW1AYrRY4:true,cutUxkxpd:\"Get in Touch\",height:\"100%\",id:\"RTMDvZR4k\",layoutId:\"RTMDvZR4k\",QxnRSUyll:resolvedLinks[0],variant:\"gVGwJFRH6\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":dq9KRZDn_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":dq9KRZDn_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":dq9KRZDn_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":dq9KRZDn_\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{y:(componentViewport?.y||0)+0+84+0+80+0+273+0},lOyRbB_z0:{y:(componentViewport?.y||0)+0+84+0+50+0+249+0},SoLxqsirL:{width:\"144px\",y:(componentViewport?.y||0)+0+0+84+0+3.9000000000000057+0+327.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+84+0+100+0+293+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nyyqag-container\",\"data-framer-cursor\":\"1oyzj7g\",nodeId:\"Qma6JsfPm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{QxnRSUyll:resolvedLinks1[1]},lOyRbB_z0:{QxnRSUyll:resolvedLinks1[2],variant:\"t8m7kpq8U\"},SoLxqsirL:{AW1AYrRY4:true,QxnRSUyll:resolvedLinks1[3],style:{width:\"100%\"},variant:\"t8m7kpq8U\"}},children:/*#__PURE__*/_jsx(ButtonsButton,{AgMSBAnki:{borderColor:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\",borderStyle:\"solid\",borderWidth:1},AW1AYrRY4:false,cutUxkxpd:\"Find Out More\",height:\"100%\",id:\"Qma6JsfPm\",layoutId:\"Qma6JsfPm\",QxnRSUyll:resolvedLinks1[0],variant:\"lr19YlQOj\",width:\"100%\"})})})})})})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12yun0f\",\"data-framer-name\":\"Projects\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c16lao\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ej8m4\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wpilqf\",\"data-framer-name\":\"Text Box\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n1cq8d hidden-1psmib5\",\"data-framer-name\":\"Text BG\",children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})}),className:\"framer-150wk28 hidden-72rtr7 hidden-1wqvnoi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-qc0bs9 hidden-72rtr7 hidden-427x56 hidden-1wqvnoi\",\"data-framer-name\":\"Text BG (Tablet)\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-rus6na\",\"data-styles-preset\":\"iL5NdCLfw\",style:{\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:[\"Loyalty Solutions That\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Grow Your Sales\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:[\"Loyalty Solutions That  \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Grow Your Sales\"})]})}),className:\"framer-8tcccp\",\"data-framer-name\":\"We\u2019ll build you a powerful no-code website that your visitors actually engage with.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2bphyt\",\"data-border\":true,\"data-framer-name\":\"Cards\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wof8z6\",\"data-border\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"eoOCjd8Mg\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"eoOCjd8Mg\",name:\"uUXb7hkpz\",type:\"Identifier\"},{collection:\"eoOCjd8Mg\",name:\"z3J1yNICt\",type:\"Identifier\"},{collection:\"eoOCjd8Mg\",name:\"e3ocvtiwz\",type:\"Identifier\"},{collection:\"eoOCjd8Mg\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({e3ocvtiwz:e3ocvtiwzeoOCjd8Mg,id:ideoOCjd8Mg,uUXb7hkpz:uUXb7hkpzeoOCjd8Mg,z3J1yNICt:z3J1yNICteoOCjd8Mg},index)=>{z3J1yNICteoOCjd8Mg??=\"\";e3ocvtiwzeoOCjd8Mg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`eoOCjd8Mg-${ideoOCjd8Mg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{e3ocvtiwz:e3ocvtiwzeoOCjd8Mg},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((max(min(max(max(max(${componentViewport?.width||\"100vw\"} - 100px, 1px), 945px) - 40px, 1px), 905px), 1px) - 40px) / 2, 200px)`,y:(componentViewport?.y||0)+0+570+0+20+60+97.6+80+0+0},lOyRbB_z0:{width:`max((max(min(max(max(max(${componentViewport?.width||\"100vw\"} - 100px, 1px), 768px) - 40px, 1px), 748px), 1px) - 40px) / 2, 200px)`,y:(componentViewport?.y||0)+0+486+0+20+60+97.6+50+0+0},SoLxqsirL:{width:`max(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 200px)`,y:(componentViewport?.y||0)+0+517+0+0+20+60+70.80000000000001+30+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:462,width:\"525px\",y:(componentViewport?.y||0)+0+630+0+20+60+149+100+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c68jf0-container\",\"data-framer-cursor\":\"xtiex2\",nodeId:\"pF79sUPmj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{style:{width:\"100%\"},variant:\"Ib07dzSwH\"},lOyRbB_z0:{style:{width:\"100%\"},variant:\"SuLmAucyv\"},SoLxqsirL:{style:{width:\"100%\"},variant:\"SuLmAucyv\"}},children:/*#__PURE__*/_jsx(CardsProjectCard,{E1IMhtcN_:\"Description\",height:\"100%\",id:\"pF79sUPmj\",layoutId:\"pF79sUPmj\",qdY0FWAy2:\"Date\",QXeEV7UbO:z3J1yNICteoOCjd8Mg,style:{height:\"100%\",width:\"100%\"},variant:\"lCqfU25pP\",Vb7EFE3GT:toResponsiveImage(uUXb7hkpzeoOCjd8Mg),width:\"100%\"})})})})})})},ideoOCjd8Mg);})})})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oghzu6\",\"data-framer-name\":\"Other Project\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nqab86\",\"data-framer-name\":\"Brand\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gbvadk\",\"data-framer-name\":\"Ticker Container\",style:{rotate:5,transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-ey9wdn-container hidden-1psmib5\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MC1WTF_Zg\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.2,id:\"MC1WTF_Zg\",layoutId:\"MC1WTF_Zg\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rinulq\",\"data-framer-name\":\"Brand\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Loyalty Card\"})}),className:\"framer-17v7l7p\",\"data-framer-name\":\"Site Maintenance\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tipgsr\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:55,style:{rotate:-5},svg:'<svg width=\"55\" height=\"66\" viewBox=\"0 0 55 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_404)\">\\n<path d=\"M24.5178 63.3456C24.5178 63.3456 24.5505 63.2919 24.5529 63.2638C24.7974 62.0696 25.0165 60.8449 25.2888 59.6531C25.5782 58.2649 25.8676 56.8767 26.157 55.4885C26.4718 54.1308 26.7612 52.7426 27.1315 51.3898C27.792 48.9598 28.5637 46.5396 29.7978 44.2729C31.7381 40.6544 34.8933 38.1883 39.3747 36.8841C41.6733 36.2089 44.0332 35.7934 46.434 35.5511C48.0723 35.3835 49.7311 35.3025 51.367 35.1629C51.4226 35.1677 51.4832 35.1165 51.5387 35.1214C51.4832 35.1165 51.4324 35.0555 51.3769 35.0506C48.7923 34.5136 46.2103 33.9484 43.7059 33.1356C41.8812 32.5519 40.0967 31.8304 38.4683 30.9247C35.4516 29.2472 33.4434 26.923 32.3503 24.0569C31.7099 22.4177 31.3244 20.7444 31.055 19.0246C30.7446 17.1316 30.5757 15.2227 30.4598 13.3468C30.3359 11.2439 30.2095 9.16914 30.0855 7.06633C30.0137 5.64655 29.942 4.22677 29.8424 2.80456C29.8474 2.74845 29.8547 2.66427 29.8065 2.57525C29.8016 2.63136 29.7436 2.65455 29.7108 2.70823C29.5236 3.56822 29.3087 4.42579 29.1215 5.28578C28.8566 6.39342 28.6195 7.50348 28.3546 8.6111C28.1273 9.60897 27.9303 10.5811 27.6753 11.5766C27.363 12.9062 27.0229 14.2334 26.6853 15.5326C26.2601 17.1916 25.7239 18.8409 25.0538 20.4219C24.3459 22.1127 23.4738 23.7609 22.172 25.2019C20.3389 27.2749 17.9004 28.5881 15.0036 29.3806C12.9951 29.9399 10.953 30.2418 8.86271 30.4548C6.96939 30.6567 5.08837 30.7182 3.17954 30.7774C3.06841 30.7677 2.95721 30.7579 2.84362 30.7763C2.81584 30.7738 2.75788 30.797 2.72764 30.8227C2.75543 30.8251 2.77824 30.8836 2.83381 30.8885C3.79146 31.1419 4.75159 31.3673 5.68146 31.6182C8.39018 32.3358 11.0311 33.1888 13.5339 34.3406C15.5513 35.2804 17.4101 36.4325 18.9012 37.9482C20.3164 39.3725 21.2951 40.9847 21.9813 42.7409C22.6446 44.4386 23.0505 46.1986 23.2873 47.9721C23.5396 49.8882 23.7338 51.8276 23.8725 53.7621C24.0447 55.9539 24.1335 58.1385 24.2477 60.3535C24.3031 61.3196 24.3611 62.2576 24.3887 63.2212C24.3863 63.2492 24.3838 63.2773 24.4066 63.3358C24.4066 63.3358 24.4345 63.3383 24.4623 63.3407L24.5178 63.3456Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_404\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(5.38589 0.438721) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Digital Cards\"})}),className:\"framer-46iuwd\",\"data-framer-name\":\"WP to Framers\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yjy9hv\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"TouchPoint\"})}),className:\"framer-1mf6zz6\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-184ngmm\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Marketing Automation\"})}),className:\"framer-15ngieo\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-k52nv6\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a752va-container hidden-72rtr7 hidden-427x56 hidden-1wqvnoi\",\"data-framer-name\":\"Ticker (Mobile)\",isAuthoredByUser:true,isModuleExternal:true,name:\"Ticker (Mobile)\",nodeId:\"LBhrvh3nz\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.2,id:\"LBhrvh3nz\",layoutId:\"LBhrvh3nz\",name:\"Ticker (Mobile)\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ksf7c\",\"data-framer-name\":\"Brand (Small)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Loyalty Card\"})}),className:\"framer-1d00kix\",\"data-framer-name\":\"Site Maintenance\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-irjnfb\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:55,style:{rotate:-5},svg:'<svg width=\"55\" height=\"66\" viewBox=\"0 0 55 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_404)\">\\n<path d=\"M24.5178 63.3456C24.5178 63.3456 24.5505 63.2919 24.5529 63.2638C24.7974 62.0696 25.0165 60.8449 25.2888 59.6531C25.5782 58.2649 25.8676 56.8767 26.157 55.4885C26.4718 54.1308 26.7612 52.7426 27.1315 51.3898C27.792 48.9598 28.5637 46.5396 29.7978 44.2729C31.7381 40.6544 34.8933 38.1883 39.3747 36.8841C41.6733 36.2089 44.0332 35.7934 46.434 35.5511C48.0723 35.3835 49.7311 35.3025 51.367 35.1629C51.4226 35.1677 51.4832 35.1165 51.5387 35.1214C51.4832 35.1165 51.4324 35.0555 51.3769 35.0506C48.7923 34.5136 46.2103 33.9484 43.7059 33.1356C41.8812 32.5519 40.0967 31.8304 38.4683 30.9247C35.4516 29.2472 33.4434 26.923 32.3503 24.0569C31.7099 22.4177 31.3244 20.7444 31.055 19.0246C30.7446 17.1316 30.5757 15.2227 30.4598 13.3468C30.3359 11.2439 30.2095 9.16914 30.0855 7.06633C30.0137 5.64655 29.942 4.22677 29.8424 2.80456C29.8474 2.74845 29.8547 2.66427 29.8065 2.57525C29.8016 2.63136 29.7436 2.65455 29.7108 2.70823C29.5236 3.56822 29.3087 4.42579 29.1215 5.28578C28.8566 6.39342 28.6195 7.50348 28.3546 8.6111C28.1273 9.60897 27.9303 10.5811 27.6753 11.5766C27.363 12.9062 27.0229 14.2334 26.6853 15.5326C26.2601 17.1916 25.7239 18.8409 25.0538 20.4219C24.3459 22.1127 23.4738 23.7609 22.172 25.2019C20.3389 27.2749 17.9004 28.5881 15.0036 29.3806C12.9951 29.9399 10.953 30.2418 8.86271 30.4548C6.96939 30.6567 5.08837 30.7182 3.17954 30.7774C3.06841 30.7677 2.95721 30.7579 2.84362 30.7763C2.81584 30.7738 2.75788 30.797 2.72764 30.8227C2.75543 30.8251 2.77824 30.8836 2.83381 30.8885C3.79146 31.1419 4.75159 31.3673 5.68146 31.6182C8.39018 32.3358 11.0311 33.1888 13.5339 34.3406C15.5513 35.2804 17.4101 36.4325 18.9012 37.9482C20.3164 39.3725 21.2951 40.9847 21.9813 42.7409C22.6446 44.4386 23.0505 46.1986 23.2873 47.9721C23.5396 49.8882 23.7338 51.8276 23.8725 53.7621C24.0447 55.9539 24.1335 58.1385 24.2477 60.3535C24.3031 61.3196 24.3611 62.2576 24.3887 63.2212C24.3863 63.2492 24.3838 63.2773 24.4066 63.3358C24.4066 63.3358 24.4345 63.3383 24.4623 63.3407L24.5178 63.3456Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_404\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(5.38589 0.438721) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Digital Cards\"})}),className:\"framer-1qscvez\",\"data-framer-name\":\"WP to Framers\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ydolwz\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"TouchPoint\"})}),className:\"framer-9qbfpj\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ffezb5\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Marketing Automation\"})}),className:\"framer-d85duc\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3uvq3p\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cxprm1\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11m3x2p\",\"data-framer-name\":\"Logo & Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ghdgpi\",\"data-styles-preset\":\"FGGsXdq0I\",style:{\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:\"Other\"}),/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ghdgpi\",\"data-styles-preset\":\"FGGsXdq0I\",style:{\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:\"Projects\"})]}),className:\"framer-g0h415\",\"data-framer-name\":\"Other Projects\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fspzf1 hidden-1wqvnoi hidden-1psmib5\",\"data-framer-name\":\"Logo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v0mbi\",\"data-framer-name\":\"BG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w6eigx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"f3etcGGJr\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",letterSpacing:\"3.3px\",lineHeight:\"0.1px\"},height:\"100%\",id:\"f3etcGGJr\",layoutId:\"f3etcGGJr\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"DISCOVER OTHER PROJECT ON FRAMER-\",type:true,width:\"100%\"})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-u4fo2l\",\"data-framer-name\":\"Icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 58 58\"><path d=\"M 17.228 0 L 47.376 0 L 29.287 16.228 L 0 16.228 Z\" fill=\"rgb(28,33,40)\"></path><path d=\"M 27.852 41.772 L 56.277 16.228 L 29.287 16.228 L 0.861 41.772 L 27.852 41.772 L 10.624 58 L 39.911 58 L 58 41.772 Z\" fill=\"rgb(28,33,40)\"></path></svg>',svgContentId:8643329834,withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ca0d3 hidden-72rtr7 hidden-427x56\",\"data-framer-name\":\"Logo (Mobile)\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mab1e2\",\"data-framer-name\":\"BG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-slxu15-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"j3uTJtRPG\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",letterSpacing:\"3.3px\",lineHeight:\"0.1px\"},height:\"100%\",id:\"j3uTJtRPG\",layoutId:\"j3uTJtRPG\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"DISCOVER OTHER PROJECT ON FRAMER-\",type:true,width:\"100%\"})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17y5n93\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:58,intrinsicWidth:58,svg:'<svg width=\"58\" height=\"58\" viewBox=\"0 0 58 58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.2277 0H47.3762L29.2871 16.228H0L17.2277 0Z\" fill=\"#1C2128\"/>\\n<path d=\"M27.8516 41.772L56.2772 16.228H29.2871L0.861386 41.772L27.8516 41.772L10.6238 58H39.9109L58 41.772H27.8516Z\" fill=\"#1C2128\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+434.1065573770495),pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg\",srcSet:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg 5184w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+502.7890573770495),pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"center\",sizes:\"234px\",src:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg\",srcSet:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg 5184w\"},transformTemplate:transformTemplate1},SoLxqsirL:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+502.7890573770495),pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"center\",sizes:\"234px\",src:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg\",srcSet:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg 5184w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-131}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:500}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+434.1065573770495),pixelHeight:3456,pixelWidth:5184,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg\",srcSet:\"https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/k5pqGESyfCZzdJ2DZOUvIjLybxk.jpg 5184w\"},className:\"framer-bkr5bx\",\"data-framer-name\":\"Image 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+28.500000000000256),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"356px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+81.76123595505643),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"222px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"},transformTemplate:transformTemplate2},SoLxqsirL:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+81.76123595505643),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"222px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:750,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:600}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+28.500000000000256),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"356px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"},className:\"framer-1oefr1q\",\"data-framer-name\":\"Image 2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+1200-101),pixelHeight:945,pixelWidth:1680,sizes:\"250px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+1200-28.19999999999999),pixelHeight:945,pixelWidth:1680,sizes:\"198px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"}},SoLxqsirL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+1200-65),pixelHeight:945,pixelWidth:1680,sizes:\"198px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1e3}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+1200-101),pixelHeight:945,pixelWidth:1680,sizes:\"250px\",src:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg\",srcSet:\"https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PWfXmzLGmp1b2WmIZ857p9Dxmw.jpg 1680w\"},className:\"framer-wfk10o\",\"data-framer-name\":\"Image 3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+1200-668),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"338px\",src:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg\",srcSet:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+1200-588.7573964497042),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"230px\",src:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg\",srcSet:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg 1680w\"}},SoLxqsirL:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+1200-456),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"230px\",src:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg\",srcSet:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg 1680w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1500}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+1200-668),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"338px\",src:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg\",srcSet:\"https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jon1ugpY7ZfiPkpcukRs0XiQE1Y.jpg 1680w\"},className:\"framer-4cgzjy\",\"data-framer-name\":\"Image 4\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+1200-149),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"356px\",src:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg\",srcSet:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+1200-177),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"274px\",src:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg\",srcSet:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg 1680w\"}},SoLxqsirL:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+1200-152),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg\",srcSet:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg 1680w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1e3}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+1200-139),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"356px\",src:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg\",srcSet:\"https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6Dvc2UN3X5TrdizmuXqrccUI.jpg 1680w\"},className:\"framer-fa5tul\",\"data-framer-name\":\"Image 5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+160.21311475409863),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"top\",sizes:\"250px\",src:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg\",srcSet:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+215.51311475409864),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"top\",sizes:\"171px\",src:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg\",srcSet:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg 1680w\"},transformTemplate:transformTemplate2},SoLxqsirL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+215.51311475409864),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"top\",sizes:\"171px\",src:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg\",srcSet:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg 1680w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-450}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:450}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:.81,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+160.21311475409863),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"top\",sizes:\"250px\",src:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg\",srcSet:\"https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crc541nLIp7fwPIFopNZCUBuzE.jpg 1680w\"},className:\"framer-17drzt8\",\"data-framer-name\":\"Image 6\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+1200-467),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"326px\",src:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg\",srcSet:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+1200-467),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"326px\",src:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg\",srcSet:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg 1680w\"}},SoLxqsirL:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+1200-467),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"326px\",src:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg\",srcSet:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg 1680w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-927}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1600}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+1200-467),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"326px\",src:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg\",srcSet:\"https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bn3qAzzSCLODj9eI3lmEAyioI.jpg 1680w\"},className:\"framer-1i60pix\",\"data-framer-name\":\"Image 8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.6+0+1+539),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg\",srcSet:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg 1680w\"}},lOyRbB_z0:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1747.6+0+1+539),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg\",srcSet:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg 1680w\"}},SoLxqsirL:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.8+0+-78+539),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg\",srcSet:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg 1680w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:1e3}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+0+1+539),pixelHeight:945,pixelWidth:1680,positionX:\"center\",positionY:\"center\",sizes:\"196px\",src:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg\",srcSet:\"https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q6htWx4fISrgzOqMVsresXbUk.jpg 1680w\"},className:\"framer-p16vht\",\"data-framer-name\":\"Image 9\"})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{background:undefined}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-d4n5mr\",\"data-framer-name\":\"Benefits\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{\"data-border\":true},lOyRbB_z0:{\"data-border\":true}},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fwam05\",\"data-framer-name\":\"Benefits\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16wwgh5\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{transformTemplate:transformTemplate1},lOyRbB_z0:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",children:\"Easy, Contactless Loyalty Programs\"})}),className:\"framer-1rl814n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3v65t\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:\"420px\",y:(componentViewport?.y||0)+0+3092.6+0+150+0+0+0+0},lOyRbB_z0:{height:228,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 605px) - 44px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2948.6+0+126+0+0+0+0},SoLxqsirL:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 768px), 874px) - 20px)`,y:(componentViewport?.y||0)+0+2814.8+0+0+40+0+0+89.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:\"527px\",y:(componentViewport?.y||0)+0+3284+0+0+0+180+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12p16xo-container\",\"data-framer-cursor\":\"1oyzj7g\",\"data-framer-name\":\"Service Card\",name:\"Service Card\",nodeId:\"CCprhRm2s\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{variant:\"QNHQycSBX\"},lOyRbB_z0:{style:{height:\"100%\",width:\"100%\"},variant:\"fQvtzkczr\"},SoLxqsirL:{variant:\"fQvtzkczr\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",hiqpNRhOP:addImageAlt({src:\"https://framerusercontent.com/images/RNUgB6F57GAjJGfwC0ZTmO1ZkY.svg\"},\"\"),id:\"CCprhRm2s\",layoutId:\"CCprhRm2s\",name:\"Service Card\",rmTQ9iO0a:{borderColor:'var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, rgb(236, 238, 242)) /* {\"name\":\"Border secondary\"} */',borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},v0HjJe7b4:addImageAlt({src:\"https://framerusercontent.com/images/WPBr47cxD8VRisaPV76XxGRIIaA.svg\"},\"\"),variant:\"uy5zMtQUS\",width:\"100%\",X0OXGOK7p:\"Digital wallet passes let you send updates, special offers, and personalised messages directly to your customers' phones. This keeps your business fresh in their minds.\",Yf6rRHpol:addImageAlt({src:\"https://framerusercontent.com/images/Tqybe3egvudfScPGPjV1VMqQGe4.png\"},\"\"),Z4plB6xaA:\"Better Customer Engagement\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:\"420px\",y:(componentViewport?.y||0)+0+3092.6+0+150+0+0+0+460},lOyRbB_z0:{height:228,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 605px) - 44px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2948.6+0+126+0+0+0+272},SoLxqsirL:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 768px), 874px) - 20px)`,y:(componentViewport?.y||0)+0+2814.8+0+0+40+0+0+89.6+0+415}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:\"527px\",y:(componentViewport?.y||0)+0+3284+0+0+0+180+0+475,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qsib5s-container\",\"data-framer-cursor\":\"1oyzj7g\",\"data-framer-name\":\"Service Card\",name:\"Service Card\",nodeId:\"rnotOxMC2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{variant:\"QNHQycSBX\"},lOyRbB_z0:{style:{height:\"100%\",width:\"100%\"},variant:\"fQvtzkczr\"},SoLxqsirL:{variant:\"fQvtzkczr\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",hiqpNRhOP:addImageAlt({src:\"https://framerusercontent.com/images/7HTcs1Lepku0EwOTmgykpwqWQ.svg\"},\"\"),id:\"rnotOxMC2\",layoutId:\"rnotOxMC2\",name:\"Service Card\",rmTQ9iO0a:{borderBottomWidth:1,borderColor:'var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, rgb(236, 238, 242)) /* {\"name\":\"Border secondary\"} */',borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},v0HjJe7b4:addImageAlt({src:\"https://framerusercontent.com/images/WPBr47cxD8VRisaPV76XxGRIIaA.svg\"},\"\"),variant:\"uy5zMtQUS\",width:\"100%\",X0OXGOK7p:\"Over 92% of customers keep their digital passes and receive notifications. Other advertising methods tend to be more expensive, with significantly lower impact.\",Yf6rRHpol:addImageAlt({src:\"https://framerusercontent.com/images/KZgAWYUtUPkRSmvVdr6wzNyCXvg.png\"},\"\"),Z4plB6xaA:\"High Retention Rate\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u850wm\",\"data-framer-name\":\"Right \",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{By2B9vg54:\"wordpress-to-framer\"},webPageId:\"VKXmD1SRK\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:\"420px\",y:(componentViewport?.y||0)+0+3092.6+0+150+0+0+0+0},lOyRbB_z0:{height:228,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 605px) - 44px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2948.6+0+126+0+0+0+0},SoLxqsirL:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 768px), 874px) - 20px)`,y:(componentViewport?.y||0)+0+2814.8+0+0+40+0+0+931.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:\"527px\",y:(componentViewport?.y||0)+0+3284+0+0+0+180+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{\"data-framer-cursor\":\"hu2e54\"}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-a2ipch-container\",\"data-framer-cursor\":\"1oyzj7g\",\"data-framer-name\":\"Service Card\",name:\"Service Card\",nodeId:\"jcFduThJu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{oT7dvObrs:resolvedLinks2[0],variant:\"QNHQycSBX\"},lOyRbB_z0:{style:{height:\"100%\",width:\"100%\"},variant:\"fQvtzkczr\"},SoLxqsirL:{variant:\"fQvtzkczr\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",hiqpNRhOP:addImageAlt({src:\"https://framerusercontent.com/images/oh1IbI1Du8fKQRaTvXbLHq713Q.svg\"},\"\"),id:\"jcFduThJu\",layoutId:\"jcFduThJu\",name:\"Service Card\",rmTQ9iO0a:{borderColor:'var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, rgb(236, 238, 242)) /* {\"name\":\"Border secondary\"} */',borderStyle:\"solid\",borderWidth:1},style:{width:\"100%\"},v0HjJe7b4:addImageAlt({src:\"https://framerusercontent.com/images/CcVmSbKFDbZp8HQ1S2Y67YOG4k.svg\"},\"\"),variant:\"uy5zMtQUS\",width:\"100%\",X0OXGOK7p:\"Make life easier for your customers with our digital loyalty platform. They can access their loyalty cards quickly and easily on their phones.\",Z4plB6xaA:\" It's Just a Tap Away\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:\"420px\",y:(componentViewport?.y||0)+0+3092.6+0+150+0+0+0+460},lOyRbB_z0:{height:228,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 605px) - 44px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2948.6+0+126+0+0+0+272},SoLxqsirL:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 768px), 874px) - 20px)`,y:(componentViewport?.y||0)+0+2814.8+0+0+40+0+0+931.6+0+415}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:395,width:\"527px\",y:(componentViewport?.y||0)+0+3284+0+0+0+180+0+475,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u9qj4p-container\",\"data-framer-cursor\":\"1oyzj7g\",\"data-framer-name\":\"Service Card\",name:\"Service Card\",nodeId:\"XSpU1MM9D\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{variant:\"QNHQycSBX\"},lOyRbB_z0:{style:{height:\"100%\",width:\"100%\"},variant:\"fQvtzkczr\"},SoLxqsirL:{variant:\"fQvtzkczr\"}},children:/*#__PURE__*/_jsx(CardsServiceCard,{height:\"100%\",hiqpNRhOP:addImageAlt({src:\"https://framerusercontent.com/images/o9rvLuL9Q1TZ57CfoxqZMzfThSI.svg\"},\"\"),id:\"XSpU1MM9D\",layoutId:\"XSpU1MM9D\",name:\"Service Card\",rmTQ9iO0a:{borderBottomWidth:1,borderColor:'var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, rgb(236, 238, 242)) /* {\"name\":\"Border secondary\"} */',borderLeftWidth:1,borderRightWidth:1,borderStyle:\"solid\",borderTopWidth:1},style:{width:\"100%\"},v0HjJe7b4:addImageAlt({src:\"https://framerusercontent.com/images/WPBr47cxD8VRisaPV76XxGRIIaA.svg\"},\"\"),variant:\"uy5zMtQUS\",width:\"100%\",X0OXGOK7p:\"Your customers will always have your loyalty card with them. Customers who are loyalty members shop twice as often and spend 25% more on average.\",Yf6rRHpol:addImageAlt({src:\"https://framerusercontent.com/images/DGE8AAGwg0y4Vj9J6igwo8JkLQ.png\"},\"\"),Z4plB6xaA:\"Increased Spending\"})})})})})]})]})})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-3ecq5p\",\"data-framer-name\":\"Integreation\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12e0j56\",\"data-border\":true,\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vc1tuw\",\"data-border\":true,\"data-framer-name\":\"Button Stack\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-whyeq8-container hidden-427x56 hidden-1wqvnoi hidden-1psmib5\",\"data-framer-name\":\"Button Stack\",isAuthoredByUser:true,name:\"Button Stack\",nodeId:\"a8jRpLxR4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(Physics,{densityOptions:{density:.001,enable:true},friction:{friction:.1,frictionAir:.01},gravX:0,gravY:1,height:\"100%\",id:\"a8jRpLxR4\",layoutId:\"a8jRpLxR4\",mouseOptions:{angularStiffness:0,enable:true,stiffness:.2},name:\"Button Stack\",style:{height:\"100%\",width:\"100%\"},wallOptions:{bottom:true,left:true,right:true,top:true},width:\"100%\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ofwfoh-container\",inComponentSlot:true,nodeId:\"cdHCXeRCe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"cdHCXeRCe\",Ioh_W_RsR:\"Marketing Automation\",layoutId:\"cdHCXeRCe\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k1tb0m-container\",inComponentSlot:true,nodeId:\"AsVbKhxlU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"AsVbKhxlU\",Ioh_W_RsR:\"TouchPoint\",layoutId:\"AsVbKhxlU\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mvxnth-container\",inComponentSlot:true,nodeId:\"KsIuwfZMi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KsIuwfZMi\",Ioh_W_RsR:\"Apple Wallet\",layoutId:\"KsIuwfZMi\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mvxnth-container\",inComponentSlot:true,nodeId:\"KsIuwfZMi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KsIuwfZMi\",Ioh_W_RsR:\"Apple Wallet\",layoutId:\"KsIuwfZMi\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ih7ysj-container\",inComponentSlot:true,nodeId:\"Puxj58ljf\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"Puxj58ljf\",Ioh_W_RsR:\"Digital Cards\",layoutId:\"Puxj58ljf\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"rgb(28, 33, 40)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dnx9a6-container\",inComponentSlot:true,nodeId:\"VOCVr66Se\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"VOCVr66Se\",Ioh_W_RsR:\"Efficient Marketing\",layoutId:\"VOCVr66Se\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"rgb(28, 33, 40)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16pglx3-container\",inComponentSlot:true,nodeId:\"anTFo5KaP\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"anTFo5KaP\",Ioh_W_RsR:\"Lifetime Value\",layoutId:\"anTFo5KaP\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e27bo7-container\",inComponentSlot:true,nodeId:\"BCJv7Kj4T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"BCJv7Kj4T\",Ioh_W_RsR:\"Digital Solutions\",layoutId:\"BCJv7Kj4T\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18i9im6-container\",inComponentSlot:true,nodeId:\"iUg3gtV5D\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"iUg3gtV5D\",Ioh_W_RsR:\"Google Wallet\",layoutId:\"iUg3gtV5D\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gn2gnd-container\",inComponentSlot:true,nodeId:\"NtZScHgAT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"NtZScHgAT\",Ioh_W_RsR:\"Loyalty programs\",layoutId:\"NtZScHgAT\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dd37fp-container hidden-72rtr7 hidden-1wqvnoi hidden-1psmib5\",\"data-framer-name\":\"Button Stack (Laptop)\",isAuthoredByUser:true,name:\"Button Stack (Laptop)\",nodeId:\"CVz_sCyxE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(Physics,{densityOptions:{density:.001,enable:true},friction:{friction:.1,frictionAir:.01},gravX:0,gravY:1,height:\"100%\",id:\"CVz_sCyxE\",layoutId:\"CVz_sCyxE\",mouseOptions:{angularStiffness:0,enable:true,stiffness:.2},name:\"Button Stack (Laptop)\",style:{height:\"100%\",width:\"100%\"},wallOptions:{bottom:true,left:true,right:true,top:true},width:\"100%\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ofwfoh-container\",inComponentSlot:true,nodeId:\"cdHCXeRCe\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"cdHCXeRCe\",Ioh_W_RsR:\"Marketing Automation\",layoutId:\"cdHCXeRCe\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k1tb0m-container\",inComponentSlot:true,nodeId:\"AsVbKhxlU\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"AsVbKhxlU\",Ioh_W_RsR:\"TouchPoint\",layoutId:\"AsVbKhxlU\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mvxnth-container\",inComponentSlot:true,nodeId:\"KsIuwfZMi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KsIuwfZMi\",Ioh_W_RsR:\"Apple Wallet\",layoutId:\"KsIuwfZMi\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mvxnth-container\",inComponentSlot:true,nodeId:\"KsIuwfZMi\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KsIuwfZMi\",Ioh_W_RsR:\"Apple Wallet\",layoutId:\"KsIuwfZMi\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ih7ysj-container\",inComponentSlot:true,nodeId:\"Puxj58ljf\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"Puxj58ljf\",Ioh_W_RsR:\"Digital Cards\",layoutId:\"Puxj58ljf\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"rgb(28, 33, 40)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dnx9a6-container\",inComponentSlot:true,nodeId:\"VOCVr66Se\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"VOCVr66Se\",Ioh_W_RsR:\"Efficient Marketing\",layoutId:\"VOCVr66Se\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"rgb(28, 33, 40)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16pglx3-container\",inComponentSlot:true,nodeId:\"anTFo5KaP\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"anTFo5KaP\",Ioh_W_RsR:\"Lifetime Value\",layoutId:\"anTFo5KaP\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e27bo7-container\",inComponentSlot:true,nodeId:\"BCJv7Kj4T\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"BCJv7Kj4T\",Ioh_W_RsR:\"Digital Solutions\",layoutId:\"BCJv7Kj4T\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18i9im6-container\",inComponentSlot:true,nodeId:\"iUg3gtV5D\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"iUg3gtV5D\",Ioh_W_RsR:\"Google Wallet\",layoutId:\"iUg3gtV5D\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gn2gnd-container\",inComponentSlot:true,nodeId:\"NtZScHgAT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"NtZScHgAT\",Ioh_W_RsR:\"Loyalty programs\",layoutId:\"NtZScHgAT\",variant:\"jtpkZJm5o\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})})]})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b5jcin-container hidden-72rtr7 hidden-427x56 hidden-1psmib5\",\"data-framer-name\":\"Button Stack (Tablet)\",isAuthoredByUser:true,name:\"Button Stack (Tablet)\",nodeId:\"N6k3q7hPS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(Physics,{densityOptions:{density:.001,enable:true},friction:{friction:.1,frictionAir:.01},gravX:0,gravY:1,height:\"100%\",id:\"N6k3q7hPS\",layoutId:\"N6k3q7hPS\",mouseOptions:{angularStiffness:0,enable:true,stiffness:.2},name:\"Button Stack (Tablet)\",style:{height:\"100%\",width:\"100%\"},wallOptions:{bottom:true,left:true,right:true,top:true},width:\"100%\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lz3wcb-container\",inComponentSlot:true,nodeId:\"KXatu0gYI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KXatu0gYI\",Ioh_W_RsR:\"Marketing Automation\",layoutId:\"KXatu0gYI\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15evax9-container\",inComponentSlot:true,nodeId:\"B69drYjj0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"B69drYjj0\",Ioh_W_RsR:\"Lifetime Value\",layoutId:\"B69drYjj0\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yqo5lf-container\",inComponentSlot:true,nodeId:\"R6bCBWhV4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"R6bCBWhV4\",Ioh_W_RsR:\"Customer Retention\",layoutId:\"R6bCBWhV4\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5xtswa-container\",inComponentSlot:true,nodeId:\"Q4I47da8Q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"Q4I47da8Q\",Ioh_W_RsR:\"TouchPoint\",layoutId:\"Q4I47da8Q\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-89gtqe-container\",inComponentSlot:true,nodeId:\"X1TYR1wuX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"X1TYR1wuX\",Ioh_W_RsR:\"Google Wallet\",layoutId:\"X1TYR1wuX\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d91lua-container\",inComponentSlot:true,nodeId:\"frjewHHST\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"frjewHHST\",Ioh_W_RsR:\"Smart Technology\",layoutId:\"frjewHHST\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4gyj8r-container\",inComponentSlot:true,nodeId:\"sPcuSl3QD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"sPcuSl3QD\",Ioh_W_RsR:\"Loyalty programs\",layoutId:\"sPcuSl3QD\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15fanov-container\",inComponentSlot:true,nodeId:\"zM_o5KHSN\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"zM_o5KHSN\",Ioh_W_RsR:\"Digital Cards\",layoutId:\"zM_o5KHSN\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v1v18c-container\",inComponentSlot:true,nodeId:\"WNbU8fZE8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"WNbU8fZE8\",Ioh_W_RsR:\"Loyalty Program\",layoutId:\"WNbU8fZE8\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtkp0s-container hidden-72rtr7 hidden-427x56 hidden-1wqvnoi\",\"data-framer-name\":\"Button Stack (Mobile)\",isAuthoredByUser:true,name:\"Button Stack (Mobile)\",nodeId:\"xkHbKmQjI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(Physics,{densityOptions:{density:.001,enable:true},friction:{friction:.1,frictionAir:.01},gravX:0,gravY:1,height:\"100%\",id:\"xkHbKmQjI\",layoutId:\"xkHbKmQjI\",mouseOptions:{angularStiffness:0,enable:true,stiffness:.2},name:\"Button Stack (Mobile)\",style:{height:\"100%\",width:\"100%\"},wallOptions:{bottom:true,left:true,right:true,top:true},width:\"100%\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lz3wcb-container\",inComponentSlot:true,nodeId:\"KXatu0gYI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"KXatu0gYI\",Ioh_W_RsR:\"Marketing Automation\",layoutId:\"KXatu0gYI\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15evax9-container\",inComponentSlot:true,nodeId:\"B69drYjj0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"B69drYjj0\",Ioh_W_RsR:\"Lifetime Value\",layoutId:\"B69drYjj0\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yqo5lf-container\",inComponentSlot:true,nodeId:\"R6bCBWhV4\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"R6bCBWhV4\",Ioh_W_RsR:\"Customer Retention\",layoutId:\"R6bCBWhV4\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5xtswa-container\",inComponentSlot:true,nodeId:\"Q4I47da8Q\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"Q4I47da8Q\",Ioh_W_RsR:\"TouchPoint\",layoutId:\"Q4I47da8Q\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-89gtqe-container\",inComponentSlot:true,nodeId:\"X1TYR1wuX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"X1TYR1wuX\",Ioh_W_RsR:\"Google Wallet\",layoutId:\"X1TYR1wuX\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",width:\"100%\",WKMCSq3r9:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d91lua-container\",inComponentSlot:true,nodeId:\"frjewHHST\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"frjewHHST\",Ioh_W_RsR:\"Smart Technology\",layoutId:\"frjewHHST\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",width:\"100%\",WKMCSq3r9:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4gyj8r-container\",inComponentSlot:true,nodeId:\"sPcuSl3QD\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionBuildersToolsCapsule,{height:\"100%\",id:\"sPcuSl3QD\",Ioh_W_RsR:\"Loyalty programs\",layoutId:\"sPcuSl3QD\",variant:\"U2Zfh6X4l\",WaL00a8kM:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",width:\"100%\",WKMCSq3r9:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\"})})})]})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{background:undefined}},children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-9ba0w4\",\"data-framer-name\":\"How do we do it?\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wjlqkm\",\"data-framer-name\":\"Ticker Box\",style:{rotate:-5,transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-jdieek-container hidden-1psmib5\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Io48sCuME\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.2,id:\"Io48sCuME\",layoutId:\"Io48sCuME\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7sxohz\",\"data-framer-name\":\"Brand\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"},children:\"Loyalty Card\"})}),className:\"framer-me3b57\",\"data-framer-name\":\"Site Maintenance\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5ago5a\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:55,style:{rotate:-5},svg:'<svg width=\"55\" height=\"66\" viewBox=\"0 0 55 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_404)\">\\n<path d=\"M24.5178 63.3456C24.5178 63.3456 24.5505 63.2919 24.5529 63.2638C24.7974 62.0696 25.0165 60.8449 25.2888 59.6531C25.5782 58.2649 25.8676 56.8767 26.157 55.4885C26.4718 54.1308 26.7612 52.7426 27.1315 51.3898C27.792 48.9598 28.5637 46.5396 29.7978 44.2729C31.7381 40.6544 34.8933 38.1883 39.3747 36.8841C41.6733 36.2089 44.0332 35.7934 46.434 35.5511C48.0723 35.3835 49.7311 35.3025 51.367 35.1629C51.4226 35.1677 51.4832 35.1165 51.5387 35.1214C51.4832 35.1165 51.4324 35.0555 51.3769 35.0506C48.7923 34.5136 46.2103 33.9484 43.7059 33.1356C41.8812 32.5519 40.0967 31.8304 38.4683 30.9247C35.4516 29.2472 33.4434 26.923 32.3503 24.0569C31.7099 22.4177 31.3244 20.7444 31.055 19.0246C30.7446 17.1316 30.5757 15.2227 30.4598 13.3468C30.3359 11.2439 30.2095 9.16914 30.0855 7.06633C30.0137 5.64655 29.942 4.22677 29.8424 2.80456C29.8474 2.74845 29.8547 2.66427 29.8065 2.57525C29.8016 2.63136 29.7436 2.65455 29.7108 2.70823C29.5236 3.56822 29.3087 4.42579 29.1215 5.28578C28.8566 6.39342 28.6195 7.50348 28.3546 8.6111C28.1273 9.60897 27.9303 10.5811 27.6753 11.5766C27.363 12.9062 27.0229 14.2334 26.6853 15.5326C26.2601 17.1916 25.7239 18.8409 25.0538 20.4219C24.3459 22.1127 23.4738 23.7609 22.172 25.2019C20.3389 27.2749 17.9004 28.5881 15.0036 29.3806C12.9951 29.9399 10.953 30.2418 8.86271 30.4548C6.96939 30.6567 5.08837 30.7182 3.17954 30.7774C3.06841 30.7677 2.95721 30.7579 2.84362 30.7763C2.81584 30.7738 2.75788 30.797 2.72764 30.8227C2.75543 30.8251 2.77824 30.8836 2.83381 30.8885C3.79146 31.1419 4.75159 31.3673 5.68146 31.6182C8.39018 32.3358 11.0311 33.1888 13.5339 34.3406C15.5513 35.2804 17.4101 36.4325 18.9012 37.9482C20.3164 39.3725 21.2951 40.9847 21.9813 42.7409C22.6446 44.4386 23.0505 46.1986 23.2873 47.9721C23.5396 49.8882 23.7338 51.8276 23.8725 53.7621C24.0447 55.9539 24.1335 58.1385 24.2477 60.3535C24.3031 61.3196 24.3611 62.2576 24.3887 63.2212C24.3863 63.2492 24.3838 63.2773 24.4066 63.3358C24.4066 63.3358 24.4345 63.3383 24.4623 63.3407L24.5178 63.3456Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_404\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(5.38589 0.438721) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"},children:\"Digital Cards\"})}),className:\"framer-pizgye\",\"data-framer-name\":\"WP to Framers\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1r87ki\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"},children:\"TouchPoint\"})}),className:\"framer-1nak1lo\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n1qr93\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\"},children:\"Marketing Automation\"})}),className:\"framer-5c53ra\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zllx6h\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mlv5pe hidden-72rtr7 hidden-427x56 hidden-1wqvnoi\",\"data-framer-name\":\"Ticker (Mobile)\",children:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:400,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:1500,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1500,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lj634m-container hidden-72rtr7\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KwqeuYgT8\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.2,id:\"KwqeuYgT8\",layoutId:\"KwqeuYgT8\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ksf7c\",\"data-framer-name\":\"Brand (Small)\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Loyalty Card\"})}),className:\"framer-1d00kix\",\"data-framer-name\":\"Site Maintenance\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-irjnfb\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:55,style:{rotate:-5},svg:'<svg width=\"55\" height=\"66\" viewBox=\"0 0 55 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_404)\">\\n<path d=\"M24.5178 63.3456C24.5178 63.3456 24.5505 63.2919 24.5529 63.2638C24.7974 62.0696 25.0165 60.8449 25.2888 59.6531C25.5782 58.2649 25.8676 56.8767 26.157 55.4885C26.4718 54.1308 26.7612 52.7426 27.1315 51.3898C27.792 48.9598 28.5637 46.5396 29.7978 44.2729C31.7381 40.6544 34.8933 38.1883 39.3747 36.8841C41.6733 36.2089 44.0332 35.7934 46.434 35.5511C48.0723 35.3835 49.7311 35.3025 51.367 35.1629C51.4226 35.1677 51.4832 35.1165 51.5387 35.1214C51.4832 35.1165 51.4324 35.0555 51.3769 35.0506C48.7923 34.5136 46.2103 33.9484 43.7059 33.1356C41.8812 32.5519 40.0967 31.8304 38.4683 30.9247C35.4516 29.2472 33.4434 26.923 32.3503 24.0569C31.7099 22.4177 31.3244 20.7444 31.055 19.0246C30.7446 17.1316 30.5757 15.2227 30.4598 13.3468C30.3359 11.2439 30.2095 9.16914 30.0855 7.06633C30.0137 5.64655 29.942 4.22677 29.8424 2.80456C29.8474 2.74845 29.8547 2.66427 29.8065 2.57525C29.8016 2.63136 29.7436 2.65455 29.7108 2.70823C29.5236 3.56822 29.3087 4.42579 29.1215 5.28578C28.8566 6.39342 28.6195 7.50348 28.3546 8.6111C28.1273 9.60897 27.9303 10.5811 27.6753 11.5766C27.363 12.9062 27.0229 14.2334 26.6853 15.5326C26.2601 17.1916 25.7239 18.8409 25.0538 20.4219C24.3459 22.1127 23.4738 23.7609 22.172 25.2019C20.3389 27.2749 17.9004 28.5881 15.0036 29.3806C12.9951 29.9399 10.953 30.2418 8.86271 30.4548C6.96939 30.6567 5.08837 30.7182 3.17954 30.7774C3.06841 30.7677 2.95721 30.7579 2.84362 30.7763C2.81584 30.7738 2.75788 30.797 2.72764 30.8227C2.75543 30.8251 2.77824 30.8836 2.83381 30.8885C3.79146 31.1419 4.75159 31.3673 5.68146 31.6182C8.39018 32.3358 11.0311 33.1888 13.5339 34.3406C15.5513 35.2804 17.4101 36.4325 18.9012 37.9482C20.3164 39.3725 21.2951 40.9847 21.9813 42.7409C22.6446 44.4386 23.0505 46.1986 23.2873 47.9721C23.5396 49.8882 23.7338 51.8276 23.8725 53.7621C24.0447 55.9539 24.1335 58.1385 24.2477 60.3535C24.3031 61.3196 24.3611 62.2576 24.3887 63.2212C24.3863 63.2492 24.3838 63.2773 24.4066 63.3358C24.4066 63.3358 24.4345 63.3383 24.4623 63.3407L24.5178 63.3456Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_404\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(5.38589 0.438721) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Digital Cards\"})}),className:\"framer-1qscvez\",\"data-framer-name\":\"WP to Framers\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ydolwz\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"TouchPoint\"})}),className:\"framer-9qbfpj\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ffezb5\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO01vcmZhIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Morfa Regular\", \"Morfa Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\"},children:\"Marketing Automation\"})}),className:\"framer-d85duc\",\"data-framer-name\":\"Design and Development\",fonts:[\"CUSTOM;Morfa Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3uvq3p\",\"data-framer-name\":\"Star\",fill:'var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80)) /* {\"name\":\"Violet\"} */',intrinsicHeight:66,intrinsicWidth:56,style:{rotate:-5},svg:'<svg width=\"56\" height=\"66\" viewBox=\"0 0 56 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_406)\">\\n<path d=\"M25.4211 63.3683C25.4211 63.3683 25.4538 63.3146 25.4562 63.2865C25.7007 62.0923 25.9198 60.8676 26.1921 59.6758C26.4814 58.2876 26.7708 56.8994 27.0603 55.5112C27.3751 54.1535 27.6644 52.7653 28.0347 51.4125C28.6953 48.9825 29.467 46.5623 30.7011 44.2956C32.6414 40.6771 35.7966 38.211 40.2779 36.9068C42.5766 36.2316 44.9365 35.8161 47.3372 35.5738C48.9756 35.4062 50.6344 35.3252 52.2703 35.1856C52.3259 35.1904 52.3865 35.1392 52.442 35.1441C52.3865 35.1392 52.3357 35.0782 52.2801 35.0733C49.6956 34.5363 47.1135 33.9711 44.6092 33.1583C42.7845 32.5746 41 31.8531 39.3716 30.9474C36.3549 29.2699 34.3466 26.9457 33.2536 24.0796C32.6132 22.4404 32.2276 20.7671 31.9582 19.0473C31.6479 17.1543 31.4789 15.2454 31.3631 13.3695C31.2392 11.2666 31.1128 9.19185 30.9888 7.08904C30.917 5.66926 30.8453 4.24948 30.7457 2.82726C30.7506 2.77115 30.7579 2.68698 30.7098 2.59795C30.7049 2.65406 30.6469 2.67726 30.6141 2.73093C30.4269 3.59092 30.212 4.44849 30.0248 5.30849C29.7599 6.41612 29.5228 7.52618 29.2579 8.6338C29.0306 9.63168 28.8336 10.6038 28.5785 11.5993C28.2662 12.9289 27.9262 14.2561 27.5885 15.5553C27.1634 17.2143 26.6272 18.8636 25.957 20.4446C25.2492 22.1354 24.3771 23.7836 23.0753 25.2246C21.2422 27.2976 18.8037 28.6108 15.9069 29.4033C13.8983 29.9626 11.8563 30.2645 9.76599 30.4775C7.87266 30.6794 5.99165 30.7409 4.08281 30.8001C3.97168 30.7904 3.86048 30.7806 3.7469 30.799C3.71911 30.7966 3.66116 30.8197 3.63092 30.8454C3.6587 30.8478 3.68151 30.9063 3.73708 30.9112C4.69473 31.1646 5.65486 31.39 6.58474 31.6409C9.29346 32.3585 11.9344 33.2115 14.4371 34.3633C16.4546 35.3031 18.3134 36.4552 19.8045 37.9709C21.2196 39.3952 22.1984 41.0074 22.8846 42.7636C23.5479 44.4613 23.9538 46.2213 24.1906 47.9948C24.4428 49.9109 24.6371 51.8503 24.7758 53.7848C24.948 55.9767 25.0368 58.1612 25.1509 60.3762C25.2064 61.3423 25.2643 62.2803 25.292 63.2439C25.2896 63.2719 25.287 63.3 25.3099 63.3585C25.3099 63.3585 25.3377 63.361 25.3656 63.3634L25.4211 63.3683Z\" fill=\"#111111\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_406\">\\n<rect width=\"49\" height=\"61\" fill=\"white\" transform=\"translate(6.28917 0.461426) rotate(5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fppltt\",\"data-border\":true,\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lg2u13\",\"data-framer-name\":\"Steps\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s6k8xi\",\"data-framer-name\":\"Text Box\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-alignment\":\"left\"},children:\"How do we do it?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:\"How do we do it?\"})}),className:\"framer-igi5f8\",\"data-framer-name\":\"How do we do it?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1anqyhz\",\"data-styles-preset\":\"LYmJBJuGK\",style:{\"--framer-text-alignment\":\"left\"},children:\"We make it simple for you to implement your new loyalty program in the way that's best for you. Here's how:\"})}),className:\"framer-emq10j\",\"data-framer-name\":\"Easy to begin and streamlined to the end. We'll stick to async comms and keep meetings to a minimum, for your sake and mine.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mgkpa\",\"data-framer-name\":\"Steps\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 1024px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+0+42+227.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+0+0+227.6+0+0},SoLxqsirL:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+0+0+227.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+0+50+237.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fxwrm2-container\",\"data-framer-name\":\"Steps Cart\",name:\"Steps Cart\",nodeId:\"gxOaCbAwD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsStepsCard,{AhdYpipHk:\"1\",E5VJtMzll:\"We'll work with you to find out what you need.\",height:\"100%\",id:\"gxOaCbAwD\",layoutId:\"gxOaCbAwD\",name:\"Steps Cart\",NSShcPMDL:\"The First Chat\",QRp1sQkKD:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 1024px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+0+42+227.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+0+0+227.6+0+0},SoLxqsirL:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+0+0+227.6+0+221}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+0+50+237.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r14m4x-container\",\"data-framer-name\":\"Steps Cart\",name:\"Steps Cart\",nodeId:\"Loyw3rbyR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsStepsCard,{AhdYpipHk:\"2\",E5VJtMzll:\"We'll plan out what you need & how we'll do it.\",height:\"100%\",id:\"Loyw3rbyR\",layoutId:\"Loyw3rbyR\",name:\"Steps Cart\",NSShcPMDL:\"The Planning Stage\",QRp1sQkKD:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 1024px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+0+42+227.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+0+0+227.6+0+0},SoLxqsirL:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+0+0+227.6+0+442}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+0+50+237.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6xpy1x-container\",\"data-framer-name\":\"Steps Cart\",name:\"Steps Cart\",nodeId:\"XR_wDH2wN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsStepsCard,{AhdYpipHk:\"3\",E5VJtMzll:\"We'll design the program and your digital card.\",height:\"100%\",id:\"XR_wDH2wN\",layoutId:\"XR_wDH2wN\",name:\"Steps Cart\",NSShcPMDL:\"Design & Setup\",QRp1sQkKD:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 1024px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+0+42+227.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+0+0+227.6+0+221},SoLxqsirL:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+0+0+227.6+0+663}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+0+50+237.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xu2t03-container\",\"data-framer-name\":\"Steps Cart\",name:\"Steps Cart\",nodeId:\"NgEGFp7q6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsStepsCard,{AhdYpipHk:\"4\",E5VJtMzll:\"We'll integrate it into your business. Seamlessly.\",height:\"100%\",id:\"NgEGFp7q6\",layoutId:\"NgEGFp7q6\",name:\"Steps Cart\",NSShcPMDL:\"The Installation\",QRp1sQkKD:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 1024px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+0+42+227.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px) - 30px) / 3, 50px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+0+0+227.6+0+221},SoLxqsirL:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 200px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+0+0+227.6+0+884}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px) - 40px) / 5, 50px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+0+50+237.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hnxyco-container\",\"data-framer-name\":\"Steps Cart\",name:\"Steps Cart\",nodeId:\"UAc2wDRXR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsStepsCard,{AhdYpipHk:\"5\",E5VJtMzll:\"You'll see a big change. We're sure about it.\",height:\"100%\",id:\"UAc2wDRXR\",layoutId:\"UAc2wDRXR\",name:\"Steps Cart\",NSShcPMDL:\"Improved Loyalty\",QRp1sQkKD:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-dbzu5a hidden-1wqvnoi hidden-1psmib5\",\"data-framer-name\":\"Brand\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-arnh45\",\"data-framer-name\":\"FAQ\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7dvayb\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-alignment\":\"left\"},children:[\"You have questions, \",/*#__PURE__*/_jsx(\"br\",{}),\"We have answers.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(0, 0, 0))\"},children:\"You have questions. We have answers.\"})}),className:\"framer-1ng5b1n\",\"data-framer-name\":\"You have questions; We have answers.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`min(min(${componentViewport?.width||\"100vw\"}, 905px) - 20px, 978px)`,y:(componentViewport?.y||0)+0+4475.6+0+0+50+724.6+80+97.6},lOyRbB_z0:{width:`min(min(${componentViewport?.width||\"100vw\"} - 100px, 605px) - 20px, 603px)`,y:(componentViewport?.y||0)+0+3793.6+0+0+50+724.6+80+97.6},SoLxqsirL:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+6131+0+30+20+1352.6+80+97.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:`min(min(${componentViewport?.width||\"100vw\"} - 100px, 1130px) - 20px, 1130px)`,y:(componentViewport?.y||0)+0+4743+0+0+50+762.6+80+97.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16nbhd-container\",nodeId:\"ZS0C1PKOf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionsFAQFAQS,{height:\"100%\",id:\"ZS0C1PKOf\",jgQBcQwkW:\"1oyzj7g\",layoutId:\"ZS0C1PKOf\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gbdc0\",\"data-framer-name\":\"Community\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sc72o6\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m7z9ra\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SoLxqsirL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:\"We've Got Something For Every Business.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-k7epbb\",\"data-styles-preset\":\"oXuNXczPo\",style:{\"--framer-text-color\":\"var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, rgb(255, 255, 255))\"},children:\"We've Got Something For Every Business.\"})}),className:\"framer-qdc7co\",\"data-framer-name\":\"Building products. For the community.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eecrch hidden-1psmib5\",\"data-framer-name\":\"Lines\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o6mkmf\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ilq7l5\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19oo0nm\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1plqwvp\",\"data-border\":true,\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18yhja0\",\"data-border\":true,\"data-framer-name\":\"Line\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11cle43\",\"data-framer-name\":\"Carts\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(${componentViewport?.width||\"100vw\"}, 960px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6035.8+0+0+100+97.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 960px), 750px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+5353.8+0+0+100+97.6+0+0},SoLxqsirL:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 750px) - 20px, 50px)`,y:(componentViewport?.y||0)+0+4855.4+0+0+50+97.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:342,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 110px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6341.2+0+0+100+97.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13v1xix-container\",\"data-framer-name\":\"Social Cart\",name:\"Social Cart\",nodeId:\"ZL9b7XBUM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{qGufkVmOT:resolvedLinks3[1],style:{width:\"100%\"}},lOyRbB_z0:{qGufkVmOT:resolvedLinks3[2],style:{width:\"100%\"},v9_Oxbbl6:\"EoDf4QPFA\"},SoLxqsirL:{qGufkVmOT:resolvedLinks3[3],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsSocialCard,{EhlfMU757:\"var(--token-b78e1b43-8a91-430b-ba79-cfe5809f3c84, rgb(165, 192, 250))\",evkcNNi3l:\"1oyzj7g\",FMf39MJF8:\"var(--token-aff085f0-53aa-4847-bc39-06663106841b, rgb(18, 45, 113))\",height:\"100%\",id:\"ZL9b7XBUM\",kHAlcv9jl:\"Whether You're a Coffee Shop\",layoutId:\"ZL9b7XBUM\",n8ILvc_oW:addImageAlt({src:\"https://framerusercontent.com/images/mL1O09fAjybXZFkn9tsFe1MyITM.svg\"},\"\"),name:\"Social Cart\",qGufkVmOT:resolvedLinks3[0],SFe061pHD:\"Get in Touch\",style:{height:\"100%\",width:\"100%\"},v9_Oxbbl6:\"yph1k9gmt\",variant:\"eORfqtK5c\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(${componentViewport?.width||\"100vw\"}, 960px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6035.8+0+0+100+97.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 960px), 750px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+5353.8+0+0+100+97.6+0+0},SoLxqsirL:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 750px) - 20px, 50px)`,y:(componentViewport?.y||0)+0+4855.4+0+0+50+97.6+0+368}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:342,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 110px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6341.2+0+0+100+97.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t6l1ko-container\",\"data-framer-name\":\"Social Cart\",name:\"Social Cart\",nodeId:\"YTuaFHgHf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{qGufkVmOT:resolvedLinks4[1],style:{width:\"100%\"}},lOyRbB_z0:{qGufkVmOT:resolvedLinks4[2],style:{width:\"100%\"},v9_Oxbbl6:\"EoDf4QPFA\"},SoLxqsirL:{qGufkVmOT:resolvedLinks4[3],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsSocialCard,{EhlfMU757:\"var(--token-16564667-a97a-46a2-b431-c59352754340, rgb(255, 139, 230))\",evkcNNi3l:\"1oyzj7g\",FMf39MJF8:\"var(--token-0d723338-ed70-4c2e-a175-31609b9b03aa, rgb(103, 0, 80))\",height:\"100%\",id:\"YTuaFHgHf\",kHAlcv9jl:\"An Online Clothing Retailer\",layoutId:\"YTuaFHgHf\",n8ILvc_oW:addImageAlt({src:\"https://framerusercontent.com/images/NnTkc6cfsSZnSOKh0PNuAs5WPI.svg\"},\"\"),name:\"Social Cart\",qGufkVmOT:resolvedLinks4[0],SFe061pHD:\"Get in Touch\",style:{height:\"100%\",width:\"100%\"},v9_Oxbbl6:\"yph1k9gmt\",variant:\"MJXyBOFM0\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined},{href:{webPageId:\"MMdnOVbWB\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{width:`max((min(${componentViewport?.width||\"100vw\"}, 960px) - 40px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6035.8+0+0+100+97.6+0+0},lOyRbB_z0:{width:`max((min(min(${componentViewport?.width||\"100vw\"}, 960px), 750px) - 15px) / 2, 50px)`,y:(componentViewport?.y||0)+0+5353.8+0+0+100+97.6+0+357},SoLxqsirL:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 750px) - 20px, 50px)`,y:(componentViewport?.y||0)+0+4855.4+0+0+50+97.6+0+736}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:342,width:`max((min(${componentViewport?.width||\"100vw\"}, 1280px) - 110px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6341.2+0+0+100+97.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o4ljtq-container\",\"data-framer-name\":\"Social Cart\",name:\"Social Cart\",nodeId:\"AJVk6esZW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{qGufkVmOT:resolvedLinks5[1],style:{width:\"100%\"}},lOyRbB_z0:{qGufkVmOT:resolvedLinks5[2],style:{width:\"100%\"},v9_Oxbbl6:\"EoDf4QPFA\"},SoLxqsirL:{qGufkVmOT:resolvedLinks5[3],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsSocialCard,{EhlfMU757:\"var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, rgb(97, 255, 191))\",evkcNNi3l:\"1oyzj7g\",FMf39MJF8:\"var(--token-e97dda9a-bd89-48a8-9fb5-23132e4f863d, rgb(7, 92, 58))\",height:\"100%\",id:\"AJVk6esZW\",kHAlcv9jl:\"Or Even A Car Dealership.\",layoutId:\"AJVk6esZW\",n8ILvc_oW:addImageAlt({src:\"https://framerusercontent.com/images/Jk3krx664Fv6ujc0J9ZdSYaD90.svg\"},\"\"),name:\"Social Cart\",qGufkVmOT:resolvedLinks5[0],SFe061pHD:\"Get in Touch\",style:{height:\"100%\",width:\"100%\"},v9_Oxbbl6:\"yph1k9gmt\",variant:\"a9kLue_eT\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qx3n33\",\"data-framer-name\":\"Wrapper\",children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hq0l7k hidden-1psmib5\",\"data-framer-name\":\"Earth\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8dlaks-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EF6DrTXB2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Globe,{alignment:\"center\",background:\"var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, rgb(28, 33, 40))\",baseColor:\"rgb(51, 51, 51)\",dark:.8,diffuse:0,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:\"rgb(94, 94, 94)\",height:\"100%\",id:\"EF6DrTXB2\",isDraggable:true,layoutId:\"EF6DrTXB2\",mapBrightness:5.97,markerArray:[],markerColor:\"rgb(255, 255, 255)\",markerSize:.1,maxSamples:3e4,maxWidth:800,offset:{offsetX:0,offsetY:0},phi:.05,scale:1.125,speed:1,style:{height:\"100%\",width:\"100%\"},theta:.54,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{y:(componentViewport?.y||0)+0+6675.400000000001},lOyRbB_z0:{y:(componentViewport?.y||0)+0+6350.400000000001},SoLxqsirL:{y:(componentViewport?.y||0)+0+8288.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:319,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6980.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vzzqi9-container\",nodeId:\"lsRIhpblW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LJZaGSmiY:{variant:\"sI4WBsbHH\"},lOyRbB_z0:{variant:\"skyiBrv23\"},SoLxqsirL:{variant:\"S1pXVhaAT\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"lsRIhpblW\",JrZAHB38g:\"1oyzj7g\",layoutId:\"lsRIhpblW\",style:{width:\"100%\"},variant:\"t3ZBhYoHF\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XbmWq.framer-lux5qc, .framer-XbmWq .framer-lux5qc { display: block; }\",\".framer-XbmWq.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-XbmWq .framer-1jjm8cb-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-XbmWq .framer-1y45yl8 { 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%; z-index: 1; }\",\".framer-XbmWq .framer-1l0mdvl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-1eecrch { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 281px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-XbmWq .framer-bu82iv, .framer-XbmWq .framer-md3x39, .framer-XbmWq .framer-sixk41, .framer-XbmWq .framer-6awqb6, .framer-XbmWq .framer-ipsfof { --border-bottom-width: 0px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; z-index: 1; }\",\".framer-XbmWq .framer-hfpvju { align-content: center; align-items: center; 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: min-content; z-index: 1; }\",\".framer-XbmWq .framer-1ucfjhn { 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: 0px; position: relative; width: min-content; }\",\".framer-XbmWq .framer-11ebqzp { align-content: center; align-items: center; background-color: var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, #61ffbf); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 15px 3px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XbmWq .framer-1d0xa79, .framer-XbmWq .framer-1hjfij3, .framer-XbmWq .framer-17v7l7p, .framer-XbmWq .framer-46iuwd, .framer-XbmWq .framer-1mf6zz6, .framer-XbmWq .framer-15ngieo, .framer-XbmWq .framer-1d00kix, .framer-XbmWq .framer-1qscvez, .framer-XbmWq .framer-9qbfpj, .framer-XbmWq .framer-d85duc, .framer-XbmWq .framer-g0h415, .framer-XbmWq .framer-me3b57, .framer-XbmWq .framer-pizgye, .framer-XbmWq .framer-1nak1lo, .framer-XbmWq .framer-5c53ra, .framer-XbmWq .framer-qdc7co { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XbmWq .framer-mo0bn4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XbmWq .framer-16dlga9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XbmWq .framer-7mwqdl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1111px; }\",\".framer-XbmWq .framer-1e70du6, .framer-XbmWq .framer-1ng5b1n { --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-XbmWq .framer-38egj9 { align-content: center; align-items: center; align-self: stretch; 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: auto; }\",\".framer-XbmWq .framer-1e9txve-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-XbmWq .framer-1frq8vv { aspect-ratio: 2.3333333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 151px; z-index: 1; }\",\".framer-XbmWq .framer-xosg3g { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 514px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-XbmWq .framer-gm27d3 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-XbmWq .framer-g4zh2z-container, .framer-XbmWq .framer-1nyyqag-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-XbmWq .framer-12yun0f { 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 50px 0px 50px; position: relative; width: 1440px; z-index: 1; }\",\".framer-XbmWq .framer-c16lao { align-content: center; align-items: center; background-color: var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, #1c2128); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-width: 1280px; overflow: hidden; padding: 20px; position: relative; width: 1px; }\",\".framer-XbmWq .framer-14ej8m4 { --border-bottom-width: 1px; --border-color: var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, #2a3038); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-XbmWq .framer-1wpilqf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 109px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1037px; }\",\".framer-XbmWq .framer-1n1cq8d { align-content: center; align-items: center; background-color: var(--token-16564667-a97a-46a2-b431-c59352754340, #bdfe00); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 62px; justify-content: center; padding: 0px; position: absolute; right: 56px; top: 22px; width: 403px; z-index: 0; }\",\".framer-XbmWq .framer-150wk28 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XbmWq .framer-qc0bs9 { background-color: var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, #61ffbf); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 2px; flex: none; height: 21px; position: absolute; right: 95px; width: 164px; z-index: 0; }\",\".framer-XbmWq .framer-8tcccp { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; max-width: 1040px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-XbmWq .framer-2bphyt { --border-bottom-width: 1px; --border-color: var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, #2a3038); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; 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: 100px 0px 100px 0px; position: relative; width: 1130px; }\",\".framer-XbmWq .framer-wof8z6 { --border-bottom-width: 1px; --border-color: var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, #2a3038); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; display: grid; flex: 1 0 0px; gap: 80px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-XbmWq .framer-1c68jf0-container, .framer-XbmWq .framer-fxwrm2-container, .framer-XbmWq .framer-1r14m4x-container, .framer-XbmWq .framer-6xpy1x-container, .framer-XbmWq .framer-xu2t03-container, .framer-XbmWq .framer-1hnxyco-container, .framer-XbmWq .framer-13v1xix-container, .framer-XbmWq .framer-t6l1ko-container, .framer-XbmWq .framer-1o4ljtq-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-XbmWq .framer-1oghzu6 { align-content: center; align-items: center; background-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-nqab86 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-XbmWq .framer-1gbvadk { align-content: center; align-items: center; background-color: var(--token-16564667-a97a-46a2-b431-c59352754340, #bdfe00); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-start; left: -50px; overflow: hidden; padding: 0px; position: absolute; right: -51px; top: 107px; z-index: 2; }\",\".framer-XbmWq .framer-ey9wdn-container { flex: none; height: 79px; left: -1181px; position: absolute; right: -1182px; top: 1px; z-index: 2; }\",\".framer-XbmWq .framer-1rinulq, .framer-XbmWq .framer-2ksf7c, .framer-XbmWq .framer-7sxohz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: min-content; }\",\".framer-XbmWq .framer-1tipgsr, .framer-XbmWq .framer-5ago5a { flex: none; height: 66px; position: relative; width: 55px; }\",\".framer-XbmWq .framer-1yjy9hv, .framer-XbmWq .framer-184ngmm, .framer-XbmWq .framer-k52nv6, .framer-XbmWq .framer-1r87ki, .framer-XbmWq .framer-1n1qr93, .framer-XbmWq .framer-zllx6h { flex: none; height: 66px; position: relative; width: 56px; }\",\".framer-XbmWq .framer-1a752va-container, .framer-XbmWq .framer-1lj634m-container { flex: none; height: 60px; left: -1181px; position: absolute; right: -1182px; top: 0px; z-index: 2; }\",\".framer-XbmWq .framer-irjnfb { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 28px; }\",\".framer-XbmWq .framer-ydolwz, .framer-XbmWq .framer-1ffezb5, .framer-XbmWq .framer-3uvq3p { aspect-ratio: 0.8484848484848485 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 28px; }\",\".framer-XbmWq .framer-1cxprm1 { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 8.558558558558559%, rgba(0, 0, 0, 0.93694) 88.73873873873873%, rgba(0, 0, 0, 0.1) 100%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; mask: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 8.558558558558559%, rgba(0, 0, 0, 0.93694) 88.73873873873873%, rgba(0, 0, 0, 0.1) 100%) add; max-width: 1280px; min-height: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-11m3x2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 348px; z-index: 5; }\",\".framer-XbmWq .framer-1fspzf1 { flex: none; height: 168px; overflow: visible; position: relative; width: 168px; }\",\".framer-XbmWq .framer-1v0mbi { -webkit-backdrop-filter: blur(15px); aspect-ratio: 1 / 1; backdrop-filter: blur(15px); background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 168px); left: 0px; position: absolute; top: 0px; width: 168px; }\",\".framer-XbmWq .framer-1w6eigx-container { flex: none; height: 150px; left: calc(50.00000000000002% - 150px / 2); position: absolute; top: calc(50.00000000000002% - 150px / 2); width: 150px; }\",\".framer-XbmWq .framer-u4fo2l { flex: none; height: 58px; left: 57px; position: absolute; top: 55px; width: 58px; }\",\".framer-XbmWq .framer-7ca0d3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 168px); overflow: visible; position: relative; width: 168px; z-index: 5; }\",\".framer-XbmWq .framer-1mab1e2 { -webkit-backdrop-filter: blur(15px); aspect-ratio: 1 / 1; backdrop-filter: blur(15px); background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 138px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 138px; }\",\".framer-XbmWq .framer-slxu15-container { flex: none; height: 126px; left: calc(50.00000000000002% - 140px / 2); position: absolute; top: calc(50.00000000000002% - 126px / 2); width: 140px; }\",\".framer-XbmWq .framer-17y5n93 { flex: none; height: 54px; left: calc(51.19047619047621% - 50px / 2); position: absolute; top: calc(50.00000000000002% - 54px / 2); width: 50px; }\",\".framer-XbmWq .framer-bkr5bx { flex: none; height: 331px; left: 0px; position: absolute; top: calc(49.967213114754124% - 331px / 2); width: 400px; z-index: 1; }\",\".framer-XbmWq .framer-1oefr1q { flex: none; height: 283px; left: calc(18.28125000000002% - 356px / 2); position: absolute; top: calc(14.16666666666669% - 283px / 2); width: 356px; z-index: 1; }\",\".framer-XbmWq .framer-wfk10o { bottom: -249px; flex: none; height: 350px; left: 306px; position: absolute; width: 250px; z-index: 1; }\",\".framer-XbmWq .framer-4cgzjy { bottom: 420px; flex: none; height: 248px; left: 256px; position: absolute; width: 338px; z-index: 1; }\",\".framer-XbmWq .framer-fa5tul { bottom: -115px; flex: none; height: 254px; position: absolute; right: 253px; width: 356px; z-index: 2; }\",\".framer-XbmWq .framer-17drzt8 { flex: none; height: 350px; left: calc(78.26388888888891% - 250px / 2); opacity: 0.81; position: absolute; top: calc(27.93442622950822% - 350px / 2); width: 250px; z-index: 1; }\",\".framer-XbmWq .framer-1i60pix { bottom: 238px; flex: none; height: 229px; left: 849px; position: absolute; width: 326px; z-index: 2; }\",\".framer-XbmWq .framer-p16vht { flex: none; height: 147px; position: absolute; right: 0px; top: 539px; width: 196px; z-index: 1; }\",\".framer-XbmWq .framer-d4n5mr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-1fwam05 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 4; }\",\".framer-XbmWq .framer-16wwgh5 { --border-bottom-width: 1px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 180px 0px 0px 0px; position: relative; width: 1129px; }\",\".framer-XbmWq .framer-1rl814n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 10px; position: absolute; top: 61px; white-space: pre; width: auto; z-index: 5; }\",\".framer-XbmWq .framer-s3v65t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-XbmWq .framer-12p16xo-container, .framer-XbmWq .framer-1qsib5s-container, .framer-XbmWq .framer-a2ipch-container, .framer-XbmWq .framer-1u9qj4p-container { flex: none; height: auto; position: relative; width: 527px; z-index: 1; }\",\".framer-XbmWq .framer-u850wm { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-XbmWq .framer-3ecq5p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-12e0j56 { --border-bottom-width: 0px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 1129px; }\",\".framer-XbmWq .framer-vc1tuw { --border-bottom-width: 1px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 409px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-XbmWq .framer-whyeq8-container, .framer-XbmWq .framer-1dd37fp-container, .framer-XbmWq .framer-vtkp0s-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 1; }\",\".framer-XbmWq .framer-1ofwfoh-container, .framer-XbmWq .framer-k1tb0m-container, .framer-XbmWq .framer-mvxnth-container, .framer-XbmWq .framer-ih7ysj-container, .framer-XbmWq .framer-1dnx9a6-container, .framer-XbmWq .framer-16pglx3-container, .framer-XbmWq .framer-e27bo7-container, .framer-XbmWq .framer-18i9im6-container, .framer-XbmWq .framer-1gn2gnd-container, .framer-XbmWq .framer-lz3wcb-container, .framer-XbmWq .framer-15evax9-container, .framer-XbmWq .framer-1yqo5lf-container, .framer-XbmWq .framer-5xtswa-container, .framer-XbmWq .framer-89gtqe-container, .framer-XbmWq .framer-d91lua-container, .framer-XbmWq .framer-4gyj8r-container, .framer-XbmWq .framer-15fanov-container, .framer-XbmWq .framer-1v1v18c-container { height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-XbmWq .framer-b5jcin-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-9ba0w4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-wjlqkm { align-content: center; align-items: center; background-color: var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, #61ffbf); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-start; left: -32px; overflow: hidden; padding: 0px; position: absolute; right: -33px; top: 555px; z-index: 3; }\",\".framer-XbmWq .framer-jdieek-container { flex: none; height: 79px; left: -1181px; position: absolute; right: -1182px; top: calc(50.00000000000002% - 79px / 2); z-index: 2; }\",\".framer-XbmWq .framer-1mlv5pe { align-content: center; align-items: center; background-color: var(--token-d38fecc5-217e-4a03-9ea2-ef84186ae09e, #61ffbf); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -138px; min-height: 61px; overflow: hidden; padding: 0px; position: absolute; right: 44px; top: 1166px; z-index: 1; }\",\".framer-XbmWq .framer-1fppltt { --border-bottom-width: 0px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1130px; overflow: visible; padding: 50px 10px 70px 10px; position: relative; width: 100%; z-index: 2; }\",\".framer-XbmWq .framer-lg2u13 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1130px; overflow: visible; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-1s6k8xi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 520px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-igi5f8, .framer-XbmWq .framer-emq10j { --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-XbmWq .framer-1mgkpa { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(5, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-dbzu5a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 129px; justify-content: center; max-width: 1130px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-XbmWq .framer-arnh45 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1130px; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-XbmWq .framer-7dvayb { 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-XbmWq .framer-16nbhd-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-XbmWq .framer-gbdc0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XbmWq .framer-1sc72o6 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; user-select: none; width: 100%; z-index: 2; }\",\".framer-XbmWq .framer-m7z9ra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-XbmWq .framer-1o6mkmf, .framer-XbmWq .framer-1ilq7l5, .framer-XbmWq .framer-19oo0nm, .framer-XbmWq .framer-1plqwvp, .framer-XbmWq .framer-18yhja0 { --border-bottom-width: 0px; --border-color: var(--token-c1d7d19b-9a96-4edb-957d-8e2c9513321b, #2a3038); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; z-index: 1; }\",\".framer-XbmWq .framer-11cle43 { display: grid; flex: none; gap: 55px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-XbmWq .framer-1qx3n33 { background-color: var(--token-b46beb1e-fa82-44f3-adcb-a9cd280b2ac9, #1c2128); bottom: 0px; flex: none; left: 50px; overflow: hidden; position: absolute; right: 50px; top: 0px; z-index: 1; }\",\".framer-XbmWq .framer-1hq0l7k { flex: none; height: 342px; overflow: visible; position: absolute; right: -50px; top: 0px; width: 460px; z-index: 2; }\",\".framer-XbmWq .framer-8dlaks-container { flex: none; height: 440px; left: -27px; opacity: 0.25; position: absolute; top: -162px; width: 633px; z-index: 0; }\",\".framer-XbmWq .framer-vzzqi9-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XbmWq.framer-72rtr7, .framer-XbmWq .framer-1y45yl8, .framer-XbmWq .framer-1l0mdvl, .framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-hfpvju, .framer-XbmWq .framer-1ucfjhn, .framer-XbmWq .framer-11ebqzp, .framer-XbmWq .framer-mo0bn4, .framer-XbmWq .framer-16dlga9, .framer-XbmWq .framer-7mwqdl, .framer-XbmWq .framer-38egj9, .framer-XbmWq .framer-gm27d3, .framer-XbmWq .framer-12yun0f, .framer-XbmWq .framer-c16lao, .framer-XbmWq .framer-14ej8m4, .framer-XbmWq .framer-1wpilqf, .framer-XbmWq .framer-1n1cq8d, .framer-XbmWq .framer-2bphyt, .framer-XbmWq .framer-1oghzu6, .framer-XbmWq .framer-nqab86, .framer-XbmWq .framer-1gbvadk, .framer-XbmWq .framer-1rinulq, .framer-XbmWq .framer-2ksf7c, .framer-XbmWq .framer-1cxprm1, .framer-XbmWq .framer-11m3x2p, .framer-XbmWq .framer-d4n5mr, .framer-XbmWq .framer-1fwam05, .framer-XbmWq .framer-16wwgh5, .framer-XbmWq .framer-s3v65t, .framer-XbmWq .framer-u850wm, .framer-XbmWq .framer-3ecq5p, .framer-XbmWq .framer-12e0j56, .framer-XbmWq .framer-vc1tuw, .framer-XbmWq .framer-9ba0w4, .framer-XbmWq .framer-wjlqkm, .framer-XbmWq .framer-7sxohz, .framer-XbmWq .framer-1mlv5pe, .framer-XbmWq .framer-1fppltt, .framer-XbmWq .framer-lg2u13, .framer-XbmWq .framer-1s6k8xi, .framer-XbmWq .framer-dbzu5a, .framer-XbmWq .framer-arnh45, .framer-XbmWq .framer-7dvayb, .framer-XbmWq .framer-gbdc0, .framer-XbmWq .framer-1sc72o6, .framer-XbmWq .framer-m7z9ra, .framer-XbmWq .framer-1eecrch { gap: 0px; } .framer-XbmWq.framer-72rtr7 > *, .framer-XbmWq .framer-16dlga9 > *, .framer-XbmWq .framer-1oghzu6 > *, .framer-XbmWq .framer-12e0j56 > *, .framer-XbmWq .framer-9ba0w4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XbmWq.framer-72rtr7 > :first-child, .framer-XbmWq .framer-hfpvju > :first-child, .framer-XbmWq .framer-1ucfjhn > :first-child, .framer-XbmWq .framer-mo0bn4 > :first-child, .framer-XbmWq .framer-16dlga9 > :first-child, .framer-XbmWq .framer-14ej8m4 > :first-child, .framer-XbmWq .framer-1oghzu6 > :first-child, .framer-XbmWq .framer-1cxprm1 > :first-child, .framer-XbmWq .framer-11m3x2p > :first-child, .framer-XbmWq .framer-1fwam05 > :first-child, .framer-XbmWq .framer-s3v65t > :first-child, .framer-XbmWq .framer-u850wm > :first-child, .framer-XbmWq .framer-3ecq5p > :first-child, .framer-XbmWq .framer-12e0j56 > :first-child, .framer-XbmWq .framer-vc1tuw > :first-child, .framer-XbmWq .framer-9ba0w4 > :first-child, .framer-XbmWq .framer-1fppltt > :first-child, .framer-XbmWq .framer-lg2u13 > :first-child, .framer-XbmWq .framer-1s6k8xi > :first-child, .framer-XbmWq .framer-arnh45 > :first-child, .framer-XbmWq .framer-gbdc0 > :first-child, .framer-XbmWq .framer-1sc72o6 > :first-child { margin-top: 0px; } .framer-XbmWq.framer-72rtr7 > :last-child, .framer-XbmWq .framer-hfpvju > :last-child, .framer-XbmWq .framer-1ucfjhn > :last-child, .framer-XbmWq .framer-mo0bn4 > :last-child, .framer-XbmWq .framer-16dlga9 > :last-child, .framer-XbmWq .framer-14ej8m4 > :last-child, .framer-XbmWq .framer-1oghzu6 > :last-child, .framer-XbmWq .framer-1cxprm1 > :last-child, .framer-XbmWq .framer-11m3x2p > :last-child, .framer-XbmWq .framer-1fwam05 > :last-child, .framer-XbmWq .framer-s3v65t > :last-child, .framer-XbmWq .framer-u850wm > :last-child, .framer-XbmWq .framer-3ecq5p > :last-child, .framer-XbmWq .framer-12e0j56 > :last-child, .framer-XbmWq .framer-vc1tuw > :last-child, .framer-XbmWq .framer-9ba0w4 > :last-child, .framer-XbmWq .framer-1fppltt > :last-child, .framer-XbmWq .framer-lg2u13 > :last-child, .framer-XbmWq .framer-1s6k8xi > :last-child, .framer-XbmWq .framer-arnh45 > :last-child, .framer-XbmWq .framer-gbdc0 > :last-child, .framer-XbmWq .framer-1sc72o6 > :last-child { margin-bottom: 0px; } .framer-XbmWq .framer-1y45yl8 > *, .framer-XbmWq .framer-1l0mdvl > *, .framer-XbmWq .framer-11ebqzp > *, .framer-XbmWq .framer-7mwqdl > *, .framer-XbmWq .framer-38egj9 > *, .framer-XbmWq .framer-12yun0f > *, .framer-XbmWq .framer-c16lao > *, .framer-XbmWq .framer-1wpilqf > *, .framer-XbmWq .framer-1n1cq8d > *, .framer-XbmWq .framer-1gbvadk > *, .framer-XbmWq .framer-wjlqkm > *, .framer-XbmWq .framer-1mlv5pe > *, .framer-XbmWq .framer-dbzu5a > *, .framer-XbmWq .framer-7dvayb > *, .framer-XbmWq .framer-m7z9ra > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XbmWq .framer-1y45yl8 > :first-child, .framer-XbmWq .framer-1l0mdvl > :first-child, .framer-XbmWq .framer-vge9qv > :first-child, .framer-XbmWq .framer-11ebqzp > :first-child, .framer-XbmWq .framer-7mwqdl > :first-child, .framer-XbmWq .framer-38egj9 > :first-child, .framer-XbmWq .framer-gm27d3 > :first-child, .framer-XbmWq .framer-12yun0f > :first-child, .framer-XbmWq .framer-c16lao > :first-child, .framer-XbmWq .framer-1wpilqf > :first-child, .framer-XbmWq .framer-1n1cq8d > :first-child, .framer-XbmWq .framer-2bphyt > :first-child, .framer-XbmWq .framer-nqab86 > :first-child, .framer-XbmWq .framer-1gbvadk > :first-child, .framer-XbmWq .framer-1rinulq > :first-child, .framer-XbmWq .framer-2ksf7c > :first-child, .framer-XbmWq .framer-d4n5mr > :first-child, .framer-XbmWq .framer-16wwgh5 > :first-child, .framer-XbmWq .framer-wjlqkm > :first-child, .framer-XbmWq .framer-7sxohz > :first-child, .framer-XbmWq .framer-1mlv5pe > :first-child, .framer-XbmWq .framer-dbzu5a > :first-child, .framer-XbmWq .framer-7dvayb > :first-child, .framer-XbmWq .framer-m7z9ra > :first-child, .framer-XbmWq .framer-1eecrch > :first-child { margin-left: 0px; } .framer-XbmWq .framer-1y45yl8 > :last-child, .framer-XbmWq .framer-1l0mdvl > :last-child, .framer-XbmWq .framer-vge9qv > :last-child, .framer-XbmWq .framer-11ebqzp > :last-child, .framer-XbmWq .framer-7mwqdl > :last-child, .framer-XbmWq .framer-38egj9 > :last-child, .framer-XbmWq .framer-gm27d3 > :last-child, .framer-XbmWq .framer-12yun0f > :last-child, .framer-XbmWq .framer-c16lao > :last-child, .framer-XbmWq .framer-1wpilqf > :last-child, .framer-XbmWq .framer-1n1cq8d > :last-child, .framer-XbmWq .framer-2bphyt > :last-child, .framer-XbmWq .framer-nqab86 > :last-child, .framer-XbmWq .framer-1gbvadk > :last-child, .framer-XbmWq .framer-1rinulq > :last-child, .framer-XbmWq .framer-2ksf7c > :last-child, .framer-XbmWq .framer-d4n5mr > :last-child, .framer-XbmWq .framer-16wwgh5 > :last-child, .framer-XbmWq .framer-wjlqkm > :last-child, .framer-XbmWq .framer-7sxohz > :last-child, .framer-XbmWq .framer-1mlv5pe > :last-child, .framer-XbmWq .framer-dbzu5a > :last-child, .framer-XbmWq .framer-7dvayb > :last-child, .framer-XbmWq .framer-m7z9ra > :last-child, .framer-XbmWq .framer-1eecrch > :last-child { margin-right: 0px; } .framer-XbmWq .framer-vge9qv > *, .framer-XbmWq .framer-1eecrch > * { margin: 0px; margin-left: calc(281px / 2); margin-right: calc(281px / 2); } .framer-XbmWq .framer-hfpvju > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-XbmWq .framer-1ucfjhn > *, .framer-XbmWq .framer-1cxprm1 > *, .framer-XbmWq .framer-1fwam05 > *, .framer-XbmWq .framer-1s6k8xi > *, .framer-XbmWq .framer-gbdc0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XbmWq .framer-mo0bn4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-XbmWq .framer-gm27d3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-XbmWq .framer-14ej8m4 > *, .framer-XbmWq .framer-vc1tuw > *, .framer-XbmWq .framer-1fppltt > *, .framer-XbmWq .framer-arnh45 > *, .framer-XbmWq .framer-1sc72o6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XbmWq .framer-2bphyt > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-XbmWq .framer-nqab86 > *, .framer-XbmWq .framer-d4n5mr > *, .framer-XbmWq .framer-16wwgh5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XbmWq .framer-1rinulq > *, .framer-XbmWq .framer-2ksf7c > *, .framer-XbmWq .framer-7sxohz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-XbmWq .framer-11m3x2p > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-XbmWq .framer-s3v65t > *, .framer-XbmWq .framer-u850wm > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-XbmWq .framer-3ecq5p > * { margin: 0px; margin-bottom: calc(88px / 2); margin-top: calc(88px / 2); } .framer-XbmWq .framer-lg2u13 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-XbmWq[data-border=\"true\"]::after, .framer-XbmWq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1024px) and (max-width: 1439px) { .framer-XbmWq.framer-72rtr7 { width: 1024px; } .framer-XbmWq .framer-1l0mdvl { align-content: flex-start; align-items: flex-start; max-width: 1024px; padding: 80px 0px 80px 0px; } .framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-1eecrch { align-content: flex-start; align-items: flex-start; gap: 225px; } .framer-XbmWq .framer-bu82iv { order: 0; } .framer-XbmWq .framer-md3x39 { order: 1; } .framer-XbmWq .framer-sixk41 { order: 2; } .framer-XbmWq .framer-6awqb6 { order: 3; } .framer-XbmWq .framer-ipsfof { order: 4; } .framer-XbmWq .framer-hfpvju { flex: 1 0 0px; gap: 40px; width: 1px; } .framer-XbmWq .framer-1ucfjhn, .framer-XbmWq .framer-mo0bn4, .framer-XbmWq .framer-16dlga9, .framer-XbmWq .framer-7mwqdl, .framer-XbmWq .framer-12yun0f { width: 100%; } .framer-XbmWq .framer-38egj9, .framer-XbmWq .framer-gm27d3 { align-self: unset; width: 100%; } .framer-XbmWq .framer-1e9txve-container { height: 36px; width: 80px; } .framer-XbmWq .framer-1frq8vv { height: var(--framer-aspect-ratio-supported, 57px); width: 134px; } .framer-XbmWq .framer-c16lao { min-width: 945px; } .framer-XbmWq .framer-14ej8m4 { max-width: 905px; } .framer-XbmWq .framer-1wpilqf { height: min-content; padding: 0px 5px 0px 5px; width: 100%; } .framer-XbmWq .framer-1n1cq8d { bottom: 0px; height: 40px; right: 107px; top: unset; width: 303px; } .framer-XbmWq .framer-8tcccp { max-width: unset; } .framer-XbmWq .framer-2bphyt { padding: 80px 0px 80px 0px; width: 100%; } .framer-XbmWq .framer-wof8z6 { gap: 40px; } .framer-XbmWq .framer-1oghzu6 { background-color: var(--token-aff085f0-53aa-4847-bc39-06663106841b, #122d71); } .framer-XbmWq .framer-1cxprm1 { max-width: 1024px; } .framer-XbmWq .framer-wfk10o { left: 111px; } .framer-XbmWq .framer-fa5tul { bottom: -105px; right: 196px; } .framer-XbmWq .framer-1fwam05 { --border-bottom-width: 0px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; justify-content: flex-start; max-width: 905px; order: 0; padding: 150px 0px 0px 0px; } .framer-XbmWq .framer-16wwgh5 { align-content: flex-start; align-items: flex-start; gap: 64px; max-width: 904px; order: 0; overflow: visible; padding: 0px; width: 904px; } .framer-XbmWq .framer-1rl814n { top: -6%; transform: translateY(-50%); z-index: 4; } .framer-XbmWq .framer-s3v65t { gap: 65px; } .framer-XbmWq .framer-12p16xo-container, .framer-XbmWq .framer-1qsib5s-container, .framer-XbmWq .framer-a2ipch-container, .framer-XbmWq .framer-1u9qj4p-container { width: 420px; } .framer-XbmWq .framer-u850wm { gap: 65px; justify-content: flex-start; overflow: visible; } .framer-XbmWq .framer-3ecq5p { justify-content: flex-start; } .framer-XbmWq .framer-12e0j56 { max-width: 905px; padding: 0px 0px 50px 0px; width: 100%; } .framer-XbmWq .framer-vc1tuw { height: 328px; max-width: 904px; } .framer-XbmWq .framer-9ba0w4 { padding: 0px; } .framer-XbmWq .framer-wjlqkm { left: -32px; top: 561px; } .framer-XbmWq .framer-jdieek-container { top: calc(-12.499999999999979% - 79px / 2); } .framer-XbmWq .framer-1fppltt { gap: 30px; max-width: 905px; } .framer-XbmWq .framer-lg2u13 { gap: 40px; max-width: 1024px; padding: 42px 0px 50px 0px; } .framer-XbmWq .framer-dbzu5a { max-width: 960px; } .framer-XbmWq .framer-arnh45 { max-width: 978px; } .framer-XbmWq .framer-16nbhd-container { z-index: 2; } .framer-XbmWq .framer-1sc72o6 { max-width: 960px; order: 0; } .framer-XbmWq .framer-11cle43 { gap: 20px; } .framer-XbmWq .framer-13v1xix-container, .framer-XbmWq .framer-t6l1ko-container, .framer-XbmWq .framer-1o4ljtq-container { height: auto; } .framer-XbmWq .framer-1qx3n33 { left: 20px; order: 1; right: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-hfpvju, .framer-XbmWq .framer-wof8z6, .framer-XbmWq .framer-16wwgh5, .framer-XbmWq .framer-s3v65t, .framer-XbmWq .framer-u850wm, .framer-XbmWq .framer-1fppltt, .framer-XbmWq .framer-lg2u13, .framer-XbmWq .framer-1eecrch, .framer-XbmWq .framer-11cle43 { gap: 0px; } .framer-XbmWq .framer-vge9qv > *, .framer-XbmWq .framer-1eecrch > * { margin: 0px; margin-left: calc(225px / 2); margin-right: calc(225px / 2); } .framer-XbmWq .framer-vge9qv > :first-child, .framer-XbmWq .framer-16wwgh5 > :first-child, .framer-XbmWq .framer-1eecrch > :first-child { margin-left: 0px; } .framer-XbmWq .framer-vge9qv > :last-child, .framer-XbmWq .framer-16wwgh5 > :last-child, .framer-XbmWq .framer-1eecrch > :last-child { margin-right: 0px; } .framer-XbmWq .framer-hfpvju > *, .framer-XbmWq .framer-lg2u13 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XbmWq .framer-hfpvju > :first-child, .framer-XbmWq .framer-s3v65t > :first-child, .framer-XbmWq .framer-u850wm > :first-child, .framer-XbmWq .framer-1fppltt > :first-child, .framer-XbmWq .framer-lg2u13 > :first-child { margin-top: 0px; } .framer-XbmWq .framer-hfpvju > :last-child, .framer-XbmWq .framer-s3v65t > :last-child, .framer-XbmWq .framer-u850wm > :last-child, .framer-XbmWq .framer-1fppltt > :last-child, .framer-XbmWq .framer-lg2u13 > :last-child { margin-bottom: 0px; } .framer-XbmWq .framer-wof8z6 > *, .framer-XbmWq .framer-wof8z6 > :first-child, .framer-XbmWq .framer-wof8z6 > :last-child, .framer-XbmWq .framer-11cle43 > *, .framer-XbmWq .framer-11cle43 > :first-child, .framer-XbmWq .framer-11cle43 > :last-child { margin: 0px; } .framer-XbmWq .framer-16wwgh5 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-XbmWq .framer-s3v65t > *, .framer-XbmWq .framer-u850wm > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-XbmWq .framer-1fppltt > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1023px) { .framer-XbmWq.framer-72rtr7 { width: 810px; } .framer-XbmWq .framer-1l0mdvl { max-width: 768px; padding: 50px 0px 50px 0px; } .framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-1eecrch { align-content: flex-start; align-items: flex-start; gap: 150px; } .framer-XbmWq .framer-hfpvju { flex: 1 0 0px; gap: 16px; max-width: 612px; width: 1px; } .framer-XbmWq .framer-1ucfjhn { padding: 0px 10px 0px 0px; width: 100%; } .framer-XbmWq .framer-mo0bn4, .framer-XbmWq .framer-16dlga9, .framer-XbmWq .framer-7mwqdl, .framer-XbmWq .framer-12yun0f { width: 100%; } .framer-XbmWq .framer-38egj9 { align-self: unset; gap: 12px; width: 100%; } .framer-XbmWq .framer-1e9txve-container { height: 27px; width: 80px; } .framer-XbmWq .framer-1frq8vv { height: var(--framer-aspect-ratio-supported, 86px); width: 23%; } .framer-XbmWq .framer-gm27d3 { align-self: unset; width: 100%; } .framer-XbmWq .framer-c16lao { min-width: 768px; } .framer-XbmWq .framer-14ej8m4 { max-width: 748px; } .framer-XbmWq .framer-1wpilqf { height: min-content; padding: 0px 10px 0px 10px; width: 100%; } .framer-XbmWq .framer-1n1cq8d { height: 41px; right: 18px; top: -4px; width: 303px; } .framer-XbmWq .framer-8tcccp { max-width: unset; } .framer-XbmWq .framer-2bphyt { gap: 21px; padding: 50px 0px 50px 0px; width: 100%; } .framer-XbmWq .framer-wof8z6 { gap: 40px; } .framer-XbmWq .framer-1cxprm1 { max-width: 1024px; } .framer-XbmWq .framer-11m3x2p { gap: 50px; } .framer-XbmWq .framer-bkr5bx { aspect-ratio: 1.2084592145015105 / 1; height: var(--framer-aspect-ratio-supported, 194px); top: 50%; transform: translateY(-50%); width: 234px; } .framer-XbmWq .framer-1oefr1q { aspect-ratio: 1.2579505300353357 / 1; height: var(--framer-aspect-ratio-supported, 176px); left: 18%; top: 14%; transform: translate(-50%, -50%); width: 222px; } .framer-XbmWq .framer-wfk10o { aspect-ratio: 0.7142857142857143 / 1; height: var(--framer-aspect-ratio-supported, 277px); left: 111px; width: 198px; } .framer-XbmWq .framer-4cgzjy { aspect-ratio: 1.3629032258064515 / 1; height: var(--framer-aspect-ratio-supported, 169px); width: 230px; } .framer-XbmWq .framer-fa5tul { aspect-ratio: 1.4015748031496063 / 1; bottom: -18px; height: var(--framer-aspect-ratio-supported, 195px); right: 131px; width: 274px; } .framer-XbmWq .framer-17drzt8 { aspect-ratio: 0.7142857142857143 / 1; height: var(--framer-aspect-ratio-supported, 239px); left: 78%; top: 28%; transform: translate(-50%, -50%); width: 171px; } .framer-XbmWq .framer-1fwam05 { --border-bottom-width: 1px; --border-color: var(--token-b8f50676-bafa-45ea-9779-8e1131c7c8fc, #eceef2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-width: 605px; order: 0; padding: 126px 0px 0px 0px; } .framer-XbmWq .framer-16wwgh5 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; align-content: flex-start; align-items: flex-start; gap: 44px; max-width: unset; order: 0; overflow: visible; padding: 0px; width: 100%; } .framer-XbmWq .framer-1rl814n { left: 5px; order: 0; top: -6%; transform: translateY(-50%); z-index: 4; } .framer-XbmWq .framer-s3v65t { gap: 44px; height: 500px; order: 1; } .framer-XbmWq .framer-12p16xo-container, .framer-XbmWq .framer-1qsib5s-container, .framer-XbmWq .framer-a2ipch-container, .framer-XbmWq .framer-1u9qj4p-container { flex: 1 0 0px; height: 1px; width: 100%; } .framer-XbmWq .framer-u850wm { align-content: flex-start; align-items: flex-start; align-self: stretch; gap: 44px; height: auto; justify-content: flex-start; order: 2; overflow: visible; } .framer-XbmWq .framer-3ecq5p { justify-content: flex-start; } .framer-XbmWq .framer-12e0j56 { max-width: 605px; width: 100%; } .framer-XbmWq .framer-vc1tuw { --border-left-width: 0px; --border-right-width: 0px; height: 219px; max-width: 603px; overflow: hidden; width: 603px; } .framer-XbmWq .framer-wjlqkm { overflow: visible; right: -32px; top: 647px; } .framer-XbmWq .framer-jdieek-container { right: -1181px; } .framer-XbmWq .framer-1fppltt { gap: 20px; max-width: 605px; } .framer-XbmWq .framer-lg2u13 { gap: 40px; max-width: 603px; padding: 0px 0px 50px 0px; } .framer-XbmWq .framer-1mgkpa { gap: 15px; grid-template-columns: repeat(3, minmax(50px, 1fr)); } .framer-XbmWq .framer-arnh45 { max-width: 603px; } .framer-XbmWq .framer-1sc72o6 { max-width: 960px; } .framer-XbmWq .framer-11cle43 { gap: 15px; grid-template-columns: repeat(2, minmax(50px, 1fr)); max-width: 750px; } .framer-XbmWq .framer-13v1xix-container, .framer-XbmWq .framer-t6l1ko-container, .framer-XbmWq .framer-1o4ljtq-container { height: auto; } .framer-XbmWq .framer-1qx3n33 { left: 20px; right: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XbmWq .framer-vge9qv, .framer-XbmWq .framer-hfpvju, .framer-XbmWq .framer-38egj9, .framer-XbmWq .framer-2bphyt, .framer-XbmWq .framer-wof8z6, .framer-XbmWq .framer-11m3x2p, .framer-XbmWq .framer-16wwgh5, .framer-XbmWq .framer-s3v65t, .framer-XbmWq .framer-u850wm, .framer-XbmWq .framer-1fppltt, .framer-XbmWq .framer-lg2u13, .framer-XbmWq .framer-1mgkpa, .framer-XbmWq .framer-1eecrch, .framer-XbmWq .framer-11cle43 { gap: 0px; } .framer-XbmWq .framer-vge9qv > *, .framer-XbmWq .framer-1eecrch > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } .framer-XbmWq .framer-vge9qv > :first-child, .framer-XbmWq .framer-38egj9 > :first-child, .framer-XbmWq .framer-2bphyt > :first-child, .framer-XbmWq .framer-16wwgh5 > :first-child, .framer-XbmWq .framer-1eecrch > :first-child { margin-left: 0px; } .framer-XbmWq .framer-vge9qv > :last-child, .framer-XbmWq .framer-38egj9 > :last-child, .framer-XbmWq .framer-2bphyt > :last-child, .framer-XbmWq .framer-16wwgh5 > :last-child, .framer-XbmWq .framer-1eecrch > :last-child { margin-right: 0px; } .framer-XbmWq .framer-hfpvju > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-XbmWq .framer-hfpvju > :first-child, .framer-XbmWq .framer-11m3x2p > :first-child, .framer-XbmWq .framer-s3v65t > :first-child, .framer-XbmWq .framer-u850wm > :first-child, .framer-XbmWq .framer-1fppltt > :first-child, .framer-XbmWq .framer-lg2u13 > :first-child { margin-top: 0px; } .framer-XbmWq .framer-hfpvju > :last-child, .framer-XbmWq .framer-11m3x2p > :last-child, .framer-XbmWq .framer-s3v65t > :last-child, .framer-XbmWq .framer-u850wm > :last-child, .framer-XbmWq .framer-1fppltt > :last-child, .framer-XbmWq .framer-lg2u13 > :last-child { margin-bottom: 0px; } .framer-XbmWq .framer-38egj9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-XbmWq .framer-2bphyt > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-XbmWq .framer-wof8z6 > *, .framer-XbmWq .framer-wof8z6 > :first-child, .framer-XbmWq .framer-wof8z6 > :last-child, .framer-XbmWq .framer-1mgkpa > *, .framer-XbmWq .framer-1mgkpa > :first-child, .framer-XbmWq .framer-1mgkpa > :last-child, .framer-XbmWq .framer-11cle43 > *, .framer-XbmWq .framer-11cle43 > :first-child, .framer-XbmWq .framer-11cle43 > :last-child { margin: 0px; } .framer-XbmWq .framer-11m3x2p > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-XbmWq .framer-16wwgh5 > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-XbmWq .framer-s3v65t > *, .framer-XbmWq .framer-u850wm > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-XbmWq .framer-1fppltt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-XbmWq .framer-lg2u13 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-XbmWq.framer-72rtr7 { width: 390px; } .framer-XbmWq .framer-1jjm8cb-container { left: 50%; order: 0; position: absolute; top: 0px; transform: translateX(-50%); } .framer-XbmWq .framer-1y45yl8 { flex-direction: column; order: 1; padding: 84px 0px 0px 0px; } .framer-XbmWq .framer-1l0mdvl { flex: none; height: 433px; max-width: 380px; padding: 0px 0px 45px 0px; width: 100%; } .framer-XbmWq .framer-hfpvju { flex: 1 0 0px; gap: 40px; padding: 0px 10px 0px 10px; width: 1px; } .framer-XbmWq .framer-1ucfjhn { padding: 0px 10px 0px 0px; width: 100%; } .framer-XbmWq .framer-mo0bn4, .framer-XbmWq .framer-16dlga9, .framer-XbmWq .framer-7mwqdl, .framer-XbmWq .framer-12p16xo-container, .framer-XbmWq .framer-1qsib5s-container, .framer-XbmWq .framer-a2ipch-container, .framer-XbmWq .framer-1u9qj4p-container, .framer-XbmWq .framer-m7z9ra { width: 100%; } .framer-XbmWq .framer-38egj9 { align-self: unset; width: 100%; } .framer-XbmWq .framer-1frq8vv { height: var(--framer-aspect-ratio-supported, 86px); width: 24%; } .framer-XbmWq .framer-xosg3g { max-width: 330px; width: 100%; } .framer-XbmWq .framer-gm27d3 { align-self: unset; gap: 11px; width: 0px; } .framer-XbmWq .framer-g4zh2z-container { width: 156px; } .framer-XbmWq .framer-1nyyqag-container { width: 144px; } .framer-XbmWq .framer-12yun0f { flex-direction: column; order: 2; padding: 0px; width: 100%; } .framer-XbmWq .framer-c16lao { flex: none; min-width: unset; width: 100%; } .framer-XbmWq .framer-14ej8m4 { padding: 60px 0px 60px 0px; } .framer-XbmWq .framer-1wpilqf { height: min-content; width: 100%; } .framer-XbmWq .framer-qc0bs9 { background-color: var(--token-16564667-a97a-46a2-b431-c59352754340, #ff8be6); } .framer-XbmWq .framer-8tcccp, .framer-XbmWq .framer-arnh45 { max-width: unset; } .framer-XbmWq .framer-2bphyt { flex-direction: column; gap: 45px; padding: 30px 0px 30px 0px; width: 100%; } .framer-XbmWq .framer-wof8z6 { flex: none; gap: 40px; grid-template-columns: repeat(1, minmax(200px, 1fr)); width: 100%; } .framer-XbmWq .framer-1oghzu6 { height: 1043px; order: 3; } .framer-XbmWq .framer-1gbvadk { height: 60px; } .framer-XbmWq .framer-1cxprm1 { max-width: 1024px; } .framer-XbmWq .framer-11m3x2p { gap: 80px; } .framer-XbmWq .framer-bkr5bx { aspect-ratio: 1.2084592145015105 / 1; height: var(--framer-aspect-ratio-supported, 194px); top: 50%; transform: translateY(-50%); width: 234px; } .framer-XbmWq .framer-1oefr1q { aspect-ratio: 1.2579505300353357 / 1; height: var(--framer-aspect-ratio-supported, 176px); left: 18%; top: 14%; transform: translate(-50%, -50%); width: 222px; } .framer-XbmWq .framer-wfk10o { aspect-ratio: 0.7142857142857143 / 1; bottom: -212px; height: var(--framer-aspect-ratio-supported, 277px); left: 173px; width: 198px; } .framer-XbmWq .framer-4cgzjy { aspect-ratio: 1.3629032258064515 / 1; bottom: 287px; height: var(--framer-aspect-ratio-supported, 169px); width: 230px; } .framer-XbmWq .framer-fa5tul { aspect-ratio: 1.4015748031496063 / 1; bottom: 12px; height: var(--framer-aspect-ratio-supported, 140px); right: 218px; width: 196px; } .framer-XbmWq .framer-17drzt8 { aspect-ratio: 0.7142857142857143 / 1; height: var(--framer-aspect-ratio-supported, 239px); left: 78%; top: 28%; transform: translate(-50%, -50%); width: 171px; } .framer-XbmWq .framer-d4n5mr { background-color: #ffffff; flex-direction: column; order: 4; } .framer-XbmWq .framer-1fwam05 { flex: none; justify-content: flex-start; max-width: 768px; order: 0; padding: 40px 0px 20px 0px; width: 100%; } .framer-XbmWq .framer-16wwgh5 { flex-direction: column; gap: 32px; max-width: 874px; order: 0; overflow: visible; padding: 0px 10px 0px 10px; width: 100%; } .framer-XbmWq .framer-1rl814n { left: unset; order: 0; position: relative; top: unset; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 4; } .framer-XbmWq .framer-s3v65t { flex: none; gap: 20px; order: 1; width: 100%; } .framer-XbmWq .framer-u850wm { align-content: flex-start; align-items: flex-start; flex: none; gap: 20px; justify-content: flex-start; order: 2; overflow: visible; width: 100%; } .framer-XbmWq .framer-3ecq5p { justify-content: flex-start; order: 5; } .framer-XbmWq .framer-12e0j56 { gap: 20px; max-width: 768px; padding: 0px 10px 20px 10px; width: 100%; } .framer-XbmWq .framer-vc1tuw { --border-top-width: 1px; height: 219px; max-width: 603px; overflow: hidden; } .framer-XbmWq .framer-9ba0w4 { background-color: var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, #ffffff); order: 8; padding: 0px 10px 19px 10px; } .framer-XbmWq .framer-wjlqkm { background-color: unset; flex-direction: column; height: 30px; left: unset; overflow: visible; position: relative; right: unset; top: unset; width: 100%; } .framer-XbmWq .framer-1fppltt { --border-bottom-width: 1px; --border-top-width: 1px; gap: 30px; max-width: unset; padding: 20px 10px 20px 10px; } .framer-XbmWq .framer-lg2u13 { --border-bottom-width: 1px; --border-color: var(--token-098376e0-01de-40b5-baaa-b78afa1c4da5, #ffffff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; gap: 40px; max-width: unset; padding: 0px; } .framer-XbmWq .framer-1mgkpa { gap: 15px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); padding: 0px 0px 5px 0px; } .framer-XbmWq .framer-gbdc0 { order: 7; } .framer-XbmWq .framer-1sc72o6 { max-width: unset; padding: 50px 20px 50px 20px; } .framer-XbmWq .framer-qdc7co { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-XbmWq .framer-11cle43 { gap: 26px; grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 750px; padding: 0px 10px 0px 10px; } .framer-XbmWq .framer-13v1xix-container, .framer-XbmWq .framer-t6l1ko-container, .framer-XbmWq .framer-1o4ljtq-container { height: auto; } .framer-XbmWq .framer-1qx3n33 { left: 10px; right: 10px; } .framer-XbmWq .framer-vzzqi9-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-XbmWq .framer-1y45yl8, .framer-XbmWq .framer-hfpvju, .framer-XbmWq .framer-gm27d3, .framer-XbmWq .framer-12yun0f, .framer-XbmWq .framer-2bphyt, .framer-XbmWq .framer-wof8z6, .framer-XbmWq .framer-11m3x2p, .framer-XbmWq .framer-d4n5mr, .framer-XbmWq .framer-16wwgh5, .framer-XbmWq .framer-s3v65t, .framer-XbmWq .framer-u850wm, .framer-XbmWq .framer-12e0j56, .framer-XbmWq .framer-wjlqkm, .framer-XbmWq .framer-1fppltt, .framer-XbmWq .framer-lg2u13, .framer-XbmWq .framer-1mgkpa, .framer-XbmWq .framer-11cle43 { gap: 0px; } .framer-XbmWq .framer-1y45yl8 > *, .framer-XbmWq .framer-12yun0f > *, .framer-XbmWq .framer-wjlqkm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XbmWq .framer-1y45yl8 > :first-child, .framer-XbmWq .framer-hfpvju > :first-child, .framer-XbmWq .framer-12yun0f > :first-child, .framer-XbmWq .framer-2bphyt > :first-child, .framer-XbmWq .framer-11m3x2p > :first-child, .framer-XbmWq .framer-d4n5mr > :first-child, .framer-XbmWq .framer-16wwgh5 > :first-child, .framer-XbmWq .framer-s3v65t > :first-child, .framer-XbmWq .framer-u850wm > :first-child, .framer-XbmWq .framer-12e0j56 > :first-child, .framer-XbmWq .framer-wjlqkm > :first-child, .framer-XbmWq .framer-1fppltt > :first-child, .framer-XbmWq .framer-lg2u13 > :first-child { margin-top: 0px; } .framer-XbmWq .framer-1y45yl8 > :last-child, .framer-XbmWq .framer-hfpvju > :last-child, .framer-XbmWq .framer-12yun0f > :last-child, .framer-XbmWq .framer-2bphyt > :last-child, .framer-XbmWq .framer-11m3x2p > :last-child, .framer-XbmWq .framer-d4n5mr > :last-child, .framer-XbmWq .framer-16wwgh5 > :last-child, .framer-XbmWq .framer-s3v65t > :last-child, .framer-XbmWq .framer-u850wm > :last-child, .framer-XbmWq .framer-12e0j56 > :last-child, .framer-XbmWq .framer-wjlqkm > :last-child, .framer-XbmWq .framer-1fppltt > :last-child, .framer-XbmWq .framer-lg2u13 > :last-child { margin-bottom: 0px; } .framer-XbmWq .framer-hfpvju > *, .framer-XbmWq .framer-lg2u13 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-XbmWq .framer-gm27d3 > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-XbmWq .framer-gm27d3 > :first-child { margin-left: 0px; } .framer-XbmWq .framer-gm27d3 > :last-child { margin-right: 0px; } .framer-XbmWq .framer-2bphyt > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-XbmWq .framer-wof8z6 > *, .framer-XbmWq .framer-wof8z6 > :first-child, .framer-XbmWq .framer-wof8z6 > :last-child, .framer-XbmWq .framer-1mgkpa > *, .framer-XbmWq .framer-1mgkpa > :first-child, .framer-XbmWq .framer-1mgkpa > :last-child, .framer-XbmWq .framer-11cle43 > *, .framer-XbmWq .framer-11cle43 > :first-child, .framer-XbmWq .framer-11cle43 > :last-child { margin: 0px; } .framer-XbmWq .framer-11m3x2p > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-XbmWq .framer-d4n5mr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-XbmWq .framer-16wwgh5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-XbmWq .framer-s3v65t > *, .framer-XbmWq .framer-u850wm > *, .framer-XbmWq .framer-12e0j56 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-XbmWq .framer-1fppltt > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6660\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LJZaGSmiY\":{\"layout\":[\"fixed\",\"auto\"]},\"lOyRbB_z0\":{\"layout\":[\"fixed\",\"auto\"]},\"SoLxqsirL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"dq9KRZDn_\":{\"pattern\":\":dq9KRZDn_\",\"name\":\"benefits\"},\"iJArMw_q5\":{\"pattern\":\":iJArMw_q5\",\"name\":\"how-do-we-do-it\"},\"F04TNUOwH\":{\"pattern\":\":F04TNUOwH\",\"name\":\"faq\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-XbmWq\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6660,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4S-EiAou6Y.woff2\",weight:\"600\"},{family:\"Morfa Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lF6D6syoMrOkNP4oLaovBQOp0W0.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:\"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\"}]},...SectionsHeaderFonts,...DecorativesArrowFonts,...ButtonsButtonFonts,...CardsProjectCardFonts,...TickerFonts,...ArcFonts,...CardsServiceCardFonts,...SectionBuildersToolsCapsuleFonts,...PhysicsFonts,...CardsStepsCardFonts,...SectionsFAQFAQSFonts,...CardsSocialCardFonts,...GlobeFonts,...SectionsFooterFonts,...DecorativesCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"dq9KRZDn_\\\":{\\\"pattern\\\":\\\":dq9KRZDn_\\\",\\\"name\\\":\\\"benefits\\\"},\\\"iJArMw_q5\\\":{\\\"pattern\\\":\\\":iJArMw_q5\\\",\\\"name\\\":\\\"how-do-we-do-it\\\"},\\\"F04TNUOwH\\\":{\\\"pattern\\\":\\\":F04TNUOwH\\\",\\\"name\\\":\\\"faq\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LJZaGSmiY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lOyRbB_z0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SoLxqsirL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"6660\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "e", "r", "s", "n", "a", "o", "h", "u", "f", "c", "l", "p", "m", "i", "window", "phenomenon_default", "a", "o", "t", "i", "f", "r", "l", "c", "n", "A", "g", "v", "s", "d", "u", "m", "x", "U", "e", "D", "_", "y", "phenomenon_default", "Globe", "props", "background", "baseColor", "glowColor", "isDraggable", "dragOptions", "speed", "theta", "phi", "dark", "diffuse", "maxSamples", "mapBrightness", "markerSize", "markerArray", "markerColor", "scale", "alignment", "maxWidth", "offset", "offsetX", "offsetY", "stiffness", "damping", "mass", "canvasRef", "pe", "pointerInteracting", "pointerInteractionMovement", "isCanvas", "RenderTarget", "r", "useSpring", "fadeMask", "ue", "phiValue", "width", "onResize", "window", "baseConvert", "convertRGB", "glowConvert", "markerConvert", "globe", "D", "marker", "state", "p", "flexStyles", "e", "delta", "dp", "dpOffset", "dpDrag", "addPropertyControls", "ControlType", "color", "Color", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "humanReadableVariantMap", "getProps", "background", "bTNText", "height", "id", "image", "link", "textColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "THogv8Y7o", "g36YW8J_p", "OeHup2zZ1", "tTxERKEnu", "smgzRCpUl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "RichText2", "css", "FramerxtNwMWmsM", "withCSS", "xtNwMWmsM_default", "addPropertyControls", "ControlType", "addFonts", "ButtonsSocialButtonFonts", "getFonts", "xtNwMWmsM_default", "MotionDivWithFX", "withFX", "motion", "ButtonsSocialButtonControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "bTNBackground", "bTNText", "buttonSize", "cursorStyle", "height", "id", "link", "socialIcon", "text", "textColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableEnumMap_buttonSize", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kHAlcv9jl", "n8ILvc_oW", "SFe061pHD", "EhlfMU757", "FMf39MJF8", "qGufkVmOT", "evkcNNi3l", "v9_Oxbbl6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerNqWlUdVDG", "withCSS", "NqWlUdVDG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "SectionsHeaderFonts", "getFonts", "rpaVZ8Vez_default", "DecorativesArrowFonts", "ooXnuwx2P_default", "ButtonsButtonFonts", "rysaw1mJE_default", "CardsProjectCardFonts", "moCs9BBOg_default", "TickerFonts", "Ticker", "ContainerWithFX", "withFX", "Container", "ArcFonts", "Arc_default", "ImageWithFX", "Image2", "CardsServiceCardFonts", "YT8fp0XoF_default", "SectionBuildersToolsCapsuleFonts", "xzurShTze_default", "PhysicsFonts", "Physics", "CardsStepsCardFonts", "YNOZrWajh_default", "SectionsFAQFAQSFonts", "wALJCj15S_default", "CardsSocialCardFonts", "NqWlUdVDG_default", "GlobeFonts", "Globe", "SectionsFooterFonts", "qTAymbmpv_default", "DecorativesCursorFonts", "EnCr1ZlDK_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition1", "animation", "transformTemplate1", "_", "t", "transformTemplate2", "addImageAlt", "image", "alt", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition2", "cursor", "cursor1", "cursor2", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "uUXb7hkpzeoOCjd8Mg", "z3J1yNICteoOCjd8Mg", "e3ocvtiwzeoOCjd8Mg", "ideoOCjd8Mg", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "elementId", "useRouteElementId", "ref1", "isDisplayed5", "isDisplayed6", "elementId1", "ref2", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "RichText2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "ChildrenCanSuspend", "KCL9ik3XX_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "SVG", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
