{
  "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/SY4EOdo4KxEvLISnWiR3/Globe.js", "ssg:https://framerusercontent.com/modules/xkpCup9L37rBEsGKWVHM/7c7hug1pcXN9XrK39UTh/beXBMh4fQ.js", "ssg:https://framerusercontent.com/modules/33Avxp1ThSW3XEkGnjyQ/6ZIRqNgT4Su6jqOzcZwN/wGSnVbJ_s.js", "ssg:https://framerusercontent.com/modules/dONCcYVl9L9i03Ug3tP9/IUAEkPpzEx5pdnAUyA92/MpeYMa_zs.js", "ssg:https://framerusercontent.com/modules/e1f9VCr5nlqra8vIvmwx/HB5hDqutMQi3h34Tjqbs/OsfaWZ9KL.js", "ssg:https://framerusercontent.com/modules/ypdUiDxDMn8ZFrBT4mZA/Vc8QrFaInKRFEOaxPYZ3/YZvpzOJdN.js", "ssg:https://framerusercontent.com/modules/tiaqBvYd4i9vv9YOJVkN/S03xxvs95PkJMTUdQlUV/AdaptiveContentWaitlistInput.js", "ssg:https://framerusercontent.com/modules/mW4YX4LC2EhyQdL999In/ho1p73dFedZvX5UpVjxt/G9z51JAdl.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}from\"framer\";import{useEffect,useRef}from\"react\";import createGlobe from\"cobe\";import{useSpring}from\"framer-motion\";import{useIsStaticRenderer}from\"framer\";/**\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=useIsStaticRenderer();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\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Globe.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/RLfsHd78NBd0kbafA9hd/Lottie.js\";import MiscBeacon from\"https://framerusercontent.com/modules/RvxFjk2uhAXPu9klPnGm/f7ytlEy0bt4XDA1XGkJz/QC4l5ivR5.js\";import Button from\"https://framerusercontent.com/modules/8BZ5Qwbs209gMFFmGhre/OqakxryBEQlJLPAvCEEK/W2fcm1cU5.js\";const ButtonFonts=getFonts(Button);const LottieFonts=getFonts(Lottie);const MiscBeaconFonts=getFonts(MiscBeacon);const cycleOrder=[\"y_fqPbExq\",\"cQHiSiwI7\",\"t0lTTeIAy\",\"HZoo2P0u8\",\"BiwPWwbF_\",\"NmFNePKA_\",\"e4aA0Mx8I\",\"XN7Y59AoM\",\"J1pimHWzN\",\"pj7UvhpNw\",\"u9gHUQLwj\",\"QgfcLs5T5\"];const serializationHash=\"framer-a5p4D\";const variantClassNames={BiwPWwbF_:\"framer-v-bezu1x\",cQHiSiwI7:\"framer-v-j6rpok\",e4aA0Mx8I:\"framer-v-1bqgkxn\",HZoo2P0u8:\"framer-v-9s8abk\",J1pimHWzN:\"framer-v-15prl3s\",NmFNePKA_:\"framer-v-1sgbxqq\",pj7UvhpNw:\"framer-v-tne6bc\",QgfcLs5T5:\"framer-v-1h1ce6j\",t0lTTeIAy:\"framer-v-l8k2gb\",u9gHUQLwj:\"framer-v-10gvlv9\",XN7Y59AoM:\"framer-v-4u8iw0\",y_fqPbExq:\"framer-v-14gqidi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={bounce:.2,delay:0,duration:.3,type:\"spring\"};const transition4={delay:0,duration:.3,ease:[.44,0,0,1.15],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition5={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"API docs - phone\":\"XN7Y59AoM\",\"API docs - tablet\":\"NmFNePKA_\",\"API docs\":\"cQHiSiwI7\",\"Help center - phone\":\"QgfcLs5T5\",\"Help center - tablet\":\"u9gHUQLwj\",\"Help center\":\"pj7UvhpNw\",\"Published docs - phone\":\"BiwPWwbF_\",\"Published docs - tablet\":\"HZoo2P0u8\",\"Published docs\":\"y_fqPbExq\",\"Sponsored docs - tablet\":\"e4aA0Mx8I\",\"Sponsored docs\":\"t0lTTeIAy\",\"Sponsored site - phone\":\"J1pimHWzN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"y_fqPbExq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y_fqPbExq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear190wj2e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"cQHiSiwI7\",true),1e4);});const onAppear1tqrthn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"pj7UvhpNw\",true),1e4);});const onAppear484azr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"y_fqPbExq\",true),1e4);});const onAppearbm2p1n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NmFNePKA_\",true),1e4);});const onAppear1ria0zs=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XN7Y59AoM\",true),1e4);});const onAppearv964u=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"u9gHUQLwj\",true),1e4);});const onAppear1e07b4z=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HZoo2P0u8\",true),1e4);});const onAppear69umkp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QgfcLs5T5\",true),1e4);});const onAppearr2z1kg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BiwPWwbF_\",true),1e4);});const onAppear13g1fin=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"t0lTTeIAy\",true),1e4);});const onAppear1yvli41=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"e4aA0Mx8I\",true),1e4);});const onAppear1cltzxo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"J1pimHWzN\",true),1e4);});const wVLUEku9D19zaqpx=activeVariantCallback(async(...args)=>{setVariant(\"y_fqPbExq\");});const wVLUEku9Domrydf=activeVariantCallback(async(...args)=>{setVariant(\"HZoo2P0u8\");});const wVLUEku9D1mtxi8a=activeVariantCallback(async(...args)=>{setVariant(\"BiwPWwbF_\");});const wVLUEku9D1gd13nr=activeVariantCallback(async(...args)=>{setVariant(\"cQHiSiwI7\");});const wVLUEku9D1291ih2=activeVariantCallback(async(...args)=>{setVariant(\"NmFNePKA_\");});const wVLUEku9Djhks4e=activeVariantCallback(async(...args)=>{setVariant(\"XN7Y59AoM\");});const wVLUEku9Dtfv2kq=activeVariantCallback(async(...args)=>{setVariant(\"pj7UvhpNw\");});const wVLUEku9Djmiae8=activeVariantCallback(async(...args)=>{setVariant(\"u9gHUQLwj\");});const wVLUEku9D11yt8e8=activeVariantCallback(async(...args)=>{setVariant(\"QgfcLs5T5\");});const wVLUEku9Del9eso=activeVariantCallback(async(...args)=>{setVariant(\"t0lTTeIAy\");});const wVLUEku9Dlnnhdr=activeVariantCallback(async(...args)=>{setVariant(\"e4aA0Mx8I\");});const wVLUEku9D18qa1vh=activeVariantCallback(async(...args)=>{setVariant(\"J1pimHWzN\");});useOnVariantChange(baseVariant,{BiwPWwbF_:onAppear1ria0zs,cQHiSiwI7:onAppear1tqrthn,default:onAppear190wj2e,e4aA0Mx8I:onAppear1e07b4z,HZoo2P0u8:onAppearbm2p1n,J1pimHWzN:onAppearr2z1kg,NmFNePKA_:onAppearv964u,pj7UvhpNw:onAppear13g1fin,QgfcLs5T5:onAppear1cltzxo,t0lTTeIAy:onAppear484azr,u9gHUQLwj:onAppear1yvli41,XN7Y59AoM:onAppear69umkp});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"BiwPWwbF_\",\"XN7Y59AoM\",\"J1pimHWzN\",\"QgfcLs5T5\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"cQHiSiwI7\",\"t0lTTeIAy\",\"NmFNePKA_\",\"e4aA0Mx8I\",\"XN7Y59AoM\",\"J1pimHWzN\",\"pj7UvhpNw\",\"u9gHUQLwj\",\"QgfcLs5T5\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"cQHiSiwI7\",\"NmFNePKA_\",\"XN7Y59AoM\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"t0lTTeIAy\",\"e4aA0Mx8I\",\"J1pimHWzN\",\"u9gHUQLwj\",\"QgfcLs5T5\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"pj7UvhpNw\")return true;return false;};const isDisplayed5=()=>{if([\"cQHiSiwI7\",\"t0lTTeIAy\",\"BiwPWwbF_\",\"NmFNePKA_\",\"e4aA0Mx8I\",\"XN7Y59AoM\",\"J1pimHWzN\",\"pj7UvhpNw\",\"u9gHUQLwj\",\"QgfcLs5T5\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"HZoo2P0u8\")return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"HZoo2P0u8\")return true;return false;};const isDisplayed8=()=>{if([\"cQHiSiwI7\",\"NmFNePKA_\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"cQHiSiwI7\")return false;return true;};const isDisplayed10=()=>{if(baseVariant===\"NmFNePKA_\")return false;return true;};const isDisplayed11=()=>{if(baseVariant===\"cQHiSiwI7\")return true;return false;};const isDisplayed12=()=>{if([\"t0lTTeIAy\",\"e4aA0Mx8I\"].includes(baseVariant))return true;return false;};const isDisplayed13=()=>{if([\"pj7UvhpNw\",\"u9gHUQLwj\"].includes(baseVariant))return true;return false;};const isDisplayed14=()=>{if([\"t0lTTeIAy\",\"e4aA0Mx8I\",\"J1pimHWzN\",\"pj7UvhpNw\",\"u9gHUQLwj\",\"QgfcLs5T5\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({cQHiSiwI7:{value:transition2},e4aA0Mx8I:{value:transition3},J1pimHWzN:{value:transition3},NmFNePKA_:{value:transition2},pj7UvhpNw:{value:transition3},QgfcLs5T5:{value:transition3},t0lTTeIAy:{value:transition3},u9gHUQLwj:{value:transition3},XN7Y59AoM:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14gqidi\",className,classNames),\"data-framer-name\":\"Published docs\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"y_fqPbExq\",ref:refBinding,style:{...style},...addPropertyOverrides({BiwPWwbF_:{\"data-framer-name\":\"Published docs - phone\"},cQHiSiwI7:{\"data-framer-name\":\"API docs\"},e4aA0Mx8I:{\"data-framer-name\":\"Sponsored docs - tablet\"},HZoo2P0u8:{\"data-framer-name\":\"Published docs - tablet\"},J1pimHWzN:{\"data-framer-name\":\"Sponsored site - phone\"},NmFNePKA_:{\"data-framer-name\":\"API docs - tablet\"},pj7UvhpNw:{\"data-framer-name\":\"Help center\"},QgfcLs5T5:{\"data-framer-name\":\"Help center - phone\"},t0lTTeIAy:{\"data-framer-name\":\"Sponsored docs\"},u9gHUQLwj:{\"data-framer-name\":\"Help center - tablet\"},XN7Y59AoM:{\"data-framer-name\":\"API docs - phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11fqsby\",\"data-framer-name\":\"Tabs\",layoutDependency:layoutDependency,layoutId:\"mt9QVKsFD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-pzncfz\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"BpgrN9Txi\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7b2454e0-881c-4d72-8c0e-667517be8160, rgb(196, 198, 204))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-149dcu3\",\"data-border\":true,\"data-framer-name\":\"Tab wrapper\",layoutDependency:layoutDependency,layoutId:\"JogVjmOqX\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-7b2454e0-881c-4d72-8c0e-667517be8160, rgb(196, 198, 204))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderTopLeftRadius:6,borderTopRightRadius:6},variants:{BiwPWwbF_:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderTopLeftRadius:0,borderTopRightRadius:0},J1pimHWzN:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},QgfcLs5T5:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},XN7Y59AoM:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsx(Transition,{value:transition4,...addPropertyOverrides({cQHiSiwI7:{value:transition3},e4aA0Mx8I:{value:transition3},J1pimHWzN:{value:transition3},NmFNePKA_:{value:transition3},pj7UvhpNw:{value:transition3},QgfcLs5T5:{value:transition3},t0lTTeIAy:{value:transition3},u9gHUQLwj:{value:transition3},XN7Y59AoM:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11o5lkv-container\",layoutDependency:layoutDependency,layoutId:\"H_keLAA6r-container\",nodeId:\"H_keLAA6r\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",...addPropertyOverrides({e4aA0Mx8I:{whileHover:animation},J1pimHWzN:{whileHover:animation},NmFNePKA_:{whileHover:animation},QgfcLs5T5:{whileHover:animation},u9gHUQLwj:{whileHover:animation},XN7Y59AoM:{whileHover:animation}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/8fARqVNOs3HckWwdcpZg5fDM6Y.svg\"},\"Documentation icon\"),CuFHpX5CK:false,DmQQ8L0g6:\"\",height:\"100%\",hz3C0GYaA:false,id:\"H_keLAA6r\",KDn5AhHAZ:true,KOTSOgWCX:false,layoutId:\"H_keLAA6r\",lmSVhb54m:\"\",style:{height:\"100%\"},u0Cad7hMp:\"Product docs\",variant:\"GXvuhVTYh\",width:\"100%\",wVLUEku9D:wVLUEku9D19zaqpx,WxHSWaXxl:\"\",...addPropertyOverrides({BiwPWwbF_:{KDn5AhHAZ:false,variant:\"LWPP61BM4\",wVLUEku9D:wVLUEku9D1mtxi8a},cQHiSiwI7:{variant:\"CMUv4Js8H\"},e4aA0Mx8I:{variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9Domrydf},HZoo2P0u8:{wVLUEku9D:wVLUEku9Domrydf},J1pimHWzN:{KDn5AhHAZ:false,variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9D1mtxi8a},NmFNePKA_:{variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9Domrydf},pj7UvhpNw:{variant:\"CMUv4Js8H\"},QgfcLs5T5:{KDn5AhHAZ:false,variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9D1mtxi8a},t0lTTeIAy:{variant:\"CMUv4Js8H\"},u9gHUQLwj:{variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9Domrydf},XN7Y59AoM:{KDn5AhHAZ:false,variant:\"CMUv4Js8H\",wVLUEku9D:wVLUEku9D1mtxi8a}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({cQHiSiwI7:{value:transition3},e4aA0Mx8I:{value:transition3},J1pimHWzN:{value:transition3},NmFNePKA_:{value:transition3},pj7UvhpNw:{value:transition3},QgfcLs5T5:{value:transition3},t0lTTeIAy:{value:transition3},u9gHUQLwj:{value:transition3},XN7Y59AoM:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rt21he-container\",layoutDependency:layoutDependency,layoutId:\"KeHsyJMWP-container\",nodeId:\"KeHsyJMWP\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Button,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/3PcLaWzsShBQyS5TqUCC2etCw.svg\"},\"Documentation icon\"),CuFHpX5CK:false,DmQQ8L0g6:\"\",height:\"100%\",hz3C0GYaA:false,id:\"KeHsyJMWP\",KDn5AhHAZ:true,KOTSOgWCX:false,layoutId:\"KeHsyJMWP\",lmSVhb54m:\"\",style:{height:\"100%\"},u0Cad7hMp:\"API docs\",variant:\"CMUv4Js8H\",width:\"100%\",wVLUEku9D:wVLUEku9D1gd13nr,WxHSWaXxl:\"\",...addPropertyOverrides({BiwPWwbF_:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9Djhks4e},cQHiSiwI7:{variant:\"GXvuhVTYh\"},e4aA0Mx8I:{wVLUEku9D:wVLUEku9D1291ih2},HZoo2P0u8:{wVLUEku9D:wVLUEku9D1291ih2},J1pimHWzN:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9Djhks4e},NmFNePKA_:{variant:\"GXvuhVTYh\",wVLUEku9D:wVLUEku9D1291ih2},QgfcLs5T5:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9Djhks4e},u9gHUQLwj:{wVLUEku9D:wVLUEku9D1291ih2},XN7Y59AoM:{KDn5AhHAZ:false,variant:\"LWPP61BM4\",wVLUEku9D:wVLUEku9Djhks4e}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,...addPropertyOverrides({BiwPWwbF_:{height:undefined},J1pimHWzN:{height:undefined},QgfcLs5T5:{height:undefined},XN7Y59AoM:{height:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vqovpx-container\",layoutDependency:layoutDependency,layoutId:\"nbsg6cQ9q-container\",nodeId:\"nbsg6cQ9q\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Button,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/DeZRCqemCLlJwS1aji6OEnerEo.svg\"},\"Documentation icon\"),CuFHpX5CK:false,DmQQ8L0g6:\"\",height:\"100%\",hz3C0GYaA:false,id:\"nbsg6cQ9q\",KDn5AhHAZ:true,KOTSOgWCX:false,layoutId:\"nbsg6cQ9q\",lmSVhb54m:\"\",style:{height:\"100%\"},u0Cad7hMp:\"Help center\",variant:\"CMUv4Js8H\",width:\"100%\",wVLUEku9D:wVLUEku9Dtfv2kq,WxHSWaXxl:\"\",...addPropertyOverrides({BiwPWwbF_:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D11yt8e8},e4aA0Mx8I:{wVLUEku9D:wVLUEku9Djmiae8},HZoo2P0u8:{wVLUEku9D:wVLUEku9Djmiae8},J1pimHWzN:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D11yt8e8},pj7UvhpNw:{variant:\"GXvuhVTYh\"},QgfcLs5T5:{KDn5AhHAZ:false,variant:\"LWPP61BM4\",wVLUEku9D:wVLUEku9D11yt8e8},u9gHUQLwj:{variant:\"GXvuhVTYh\",wVLUEku9D:wVLUEku9Djmiae8},XN7Y59AoM:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D11yt8e8}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({cQHiSiwI7:{value:transition3},e4aA0Mx8I:{value:transition3},J1pimHWzN:{value:transition3},NmFNePKA_:{value:transition3},pj7UvhpNw:{value:transition3},QgfcLs5T5:{value:transition3},t0lTTeIAy:{value:transition3},u9gHUQLwj:{value:transition3},XN7Y59AoM:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hndj4t-container\",layoutDependency:layoutDependency,layoutId:\"PUvXXzMxP-container\",nodeId:\"PUvXXzMxP\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Button,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/cDLdcCjVN1N2cYcET7x024wwQ.svg\"},\"Documentation icon\"),CuFHpX5CK:false,DmQQ8L0g6:\"\",height:\"100%\",hz3C0GYaA:false,id:\"PUvXXzMxP\",KDn5AhHAZ:true,KOTSOgWCX:false,layoutId:\"PUvXXzMxP\",lmSVhb54m:\"\",style:{height:\"100%\"},u0Cad7hMp:\"Sponsored sites\",variant:\"CMUv4Js8H\",width:\"100%\",wVLUEku9D:wVLUEku9Del9eso,WxHSWaXxl:\"\",...addPropertyOverrides({BiwPWwbF_:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D18qa1vh},e4aA0Mx8I:{variant:\"GXvuhVTYh\",wVLUEku9D:wVLUEku9Dlnnhdr},HZoo2P0u8:{wVLUEku9D:wVLUEku9Dlnnhdr},J1pimHWzN:{KDn5AhHAZ:false,variant:\"LWPP61BM4\",wVLUEku9D:wVLUEku9D18qa1vh},NmFNePKA_:{wVLUEku9D:wVLUEku9Dlnnhdr},QgfcLs5T5:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D18qa1vh},t0lTTeIAy:{variant:\"GXvuhVTYh\"},u9gHUQLwj:{wVLUEku9D:wVLUEku9Dlnnhdr},XN7Y59AoM:{KDn5AhHAZ:false,wVLUEku9D:wVLUEku9D18qa1vh}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2nau1y\",\"data-border\":true,\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"e2e9fnfCg\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7b2454e0-881c-4d72-8c0e-667517be8160, rgb(196, 198, 204))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ht0mp2\",\"data-framer-name\":\"Progress\",layoutDependency:layoutDependency,layoutId:\"CONFXkuyH\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-shy51-container\",\"data-framer-name\":\"tab 1\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Sz3m4_9ZT-container\",name:\"tab 1\",nodeId:\"Sz3m4_9ZT\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"Sz3m4_9ZT\",isForwardsDirection:true,layoutId:\"Sz3m4_9ZT\",loop:true,name:\"tab 1\",pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/N3kWq8xEIVId13BHJV0blirlY.json\",srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({BiwPWwbF_:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-115wpqw-container\",\"data-framer-name\":\"tab 2\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"pAMt4p58h-container\",name:\"tab 2\",nodeId:\"pAMt4p58h\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"pAMt4p58h\",isForwardsDirection:true,layoutId:\"pAMt4p58h\",loop:true,name:\"tab 2\",pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/N3kWq8xEIVId13BHJV0blirlY.json\",srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xur23o-container\",\"data-framer-name\":\"tab 3\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vkfutyFTm-container\",name:\"tab 3\",nodeId:\"vkfutyFTm\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"vkfutyFTm\",isForwardsDirection:true,layoutId:\"vkfutyFTm\",loop:true,name:\"tab 3\",pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/N3kWq8xEIVId13BHJV0blirlY.json\",srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4rrm1d-container\",\"data-framer-name\":\"tab 4\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hfFnc825c-container\",name:\"tab 4\",nodeId:\"hfFnc825c\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"hfFnc825c\",isForwardsDirection:true,layoutId:\"hfFnc825c\",loop:true,name:\"tab 4\",pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/N3kWq8xEIVId13BHJV0blirlY.json\",srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iuag14\",\"data-framer-name\":\"Beacons 1\",layoutDependency:layoutDependency,layoutId:\"NO4ko8B5a\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[isDisplayed6()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+56+42,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bf8t24-container\",layoutDependency:layoutDependency,layoutId:\"mT4QoWSD2-container\",nodeId:\"mT4QoWSD2\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"mT4QoWSD2\",layoutId:\"mT4QoWSD2\",PA_K5EAIR:\"Centralize all your docs with site sections\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({HZoo2P0u8:{height:40,width:\"40px\",y:(componentViewport?.y||0)+55+31}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1soar14-container\",layoutDependency:layoutDependency,layoutId:\"DnVkqR7OH-container\",nodeId:\"DnVkqR7OH\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"DnVkqR7OH\",layoutId:\"DnVkqR7OH\",PA_K5EAIR:\"Organise your docs with site sections\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+56+239,...addPropertyOverrides({HZoo2P0u8:{y:(componentViewport?.y||0)+55+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1te7q6i-container\",layoutDependency:layoutDependency,layoutId:\"P0jZ02UES-container\",nodeId:\"P0jZ02UES\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"P0jZ02UES\",layoutId:\"P0jZ02UES\",PA_K5EAIR:\"Set up a two-way sync between your docs and any GitHub or GitLab repository\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+56+296,...addPropertyOverrides({HZoo2P0u8:{y:(componentViewport?.y||0)+55+237}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g9klmr-container\",layoutDependency:layoutDependency,layoutId:\"JUhqutjhu-container\",nodeId:\"JUhqutjhu\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"JUhqutjhu\",layoutId:\"JUhqutjhu\",PA_K5EAIR:\"Write using Markdown, then enhance your docs with interactive blocks and embedded content\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+56+4,...addPropertyOverrides({HZoo2P0u8:{y:(componentViewport?.y||0)+55+1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q4hqrf-container\",layoutDependency:layoutDependency,layoutId:\"Blt_tZPtV-container\",nodeId:\"Blt_tZPtV\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"Blt_tZPtV\",layoutId:\"Blt_tZPtV\",PA_K5EAIR:\"Customize colors, fonts, logos, icons, and themes to match your brand\u2019s style\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+56+4,...addPropertyOverrides({HZoo2P0u8:{y:(componentViewport?.y||0)+55+1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dgj4w-container\",layoutDependency:layoutDependency,layoutId:\"nvcyq87tJ-container\",nodeId:\"nvcyq87tJ\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"nvcyq87tJ\",layoutId:\"nvcyq87tJ\",PA_K5EAIR:\"Use GitBook AI to help users find answers fast based on info in your docs\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nfhggs\",\"data-framer-name\":\"Beacons 2\",layoutDependency:layoutDependency,layoutId:\"SbnaDf7jd\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"40px\",...addPropertyOverrides({cQHiSiwI7:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5252225519287836-297.5)+595-272},NmFNePKA_:{height:40,y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5252225519287836-297.5)+275}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17i27yh-container\",layoutDependency:layoutDependency,layoutId:\"mHTm7AQau-container\",nodeId:\"mHTm7AQau\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"mHTm7AQau\",layoutId:\"mHTm7AQau\",PA_K5EAIR:'GitBook\\'s OpenAPI block also supports a \"Test it\" functionality (powered by Scalar), which allows your users to test your API methods with data and parameters filled in from the editor.',style:{height:\"100%\",width:\"100%\"},variant:\"B9smEorlP\",width:\"100%\",...addPropertyOverrides({cQHiSiwI7:{PA_K5EAIR:\"Add interactive OpenAPI blocks and let your users test your API endpoints right on the page\",variant:\"msd5W6QKd\"},NmFNePKA_:{PA_K5EAIR:'GitBook\\'s OpenAPI block also supports a \"Test it\" functionality (powered by Scalar), which allows your users to test your API methods with data and parameters filled in from the editor',variant:\"msd5W6QKd\"}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({NmFNePKA_:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5252225519287836-297.5)+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ncoxm3-container\",layoutDependency:layoutDependency,layoutId:\"q9zo2EyVH-container\",nodeId:\"q9zo2EyVH\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"q9zo2EyVH\",layoutId:\"q9zo2EyVH\",PA_K5EAIR:\"Customize the look and feel to match your brand\u2019s style\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({cQHiSiwI7:{height:40,width:\"40px\",y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5252225519287836-297.5)+252},NmFNePKA_:{height:40,width:\"40px\",y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5252225519287836-297.5)+223}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x7rkp2-container\",layoutDependency:layoutDependency,layoutId:\"ZRSN7hZQX-container\",nodeId:\"ZRSN7hZQX\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",transformTemplate:transformTemplate2,...addPropertyOverrides({cQHiSiwI7:{transformTemplate:undefined},NmFNePKA_:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"ZRSN7hZQX\",layoutId:\"ZRSN7hZQX\",PA_K5EAIR:\"Organize your content and group related pages together using spaces and collections.\",style:{height:\"100%\",width:\"100%\"},variant:\"B9smEorlP\",width:\"100%\",...addPropertyOverrides({cQHiSiwI7:{PA_K5EAIR:\"Automatically import your openAPI spec\",variant:\"msd5W6QKd\"},NmFNePKA_:{PA_K5EAIR:\"Organize your content and group related pages together using spaces and collections\",variant:\"msd5W6QKd\"}},baseVariant,gestureVariant)})})})}),isDisplayed10()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({cQHiSiwI7:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5252225519287836-297.5)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3eup5q-container\",layoutDependency:layoutDependency,layoutId:\"yn6ENZjXe-container\",nodeId:\"yn6ENZjXe\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"yn6ENZjXe\",layoutId:\"yn6ENZjXe\",PA_K5EAIR:\"Customize colors, fonts, logos, icons, and themes to match your brand\u2019s style\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),isDisplayed11()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({cQHiSiwI7:{height:50,width:\"40px\",y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5252225519287836-297.5)+218}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wv2tjd-container\",layoutDependency:layoutDependency,layoutId:\"cZewR0gJh-container\",nodeId:\"cZewR0gJh\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"cZewR0gJh\",layoutId:\"cZewR0gJh\",PA_K5EAIR:\"GitBook supports custom code samples\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})})]})}),isDisplayed12()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c1ahmw\",\"data-framer-name\":\"Beacons 3\",layoutDependency:layoutDependency,layoutId:\"UJzZOji9N\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"40px\",...addPropertyOverrides({e4aA0Mx8I:{height:40,y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+328},t0lTTeIAy:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+597-209}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13msge7-container\",layoutDependency:layoutDependency,layoutId:\"MI_zkybOq-container\",nodeId:\"MI_zkybOq\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"MI_zkybOq\",layoutId:\"MI_zkybOq\",PA_K5EAIR:\"Generate income with our free ad supported OSS Sponsored plan.\",style:{height:\"100%\",width:\"100%\"},variant:\"B9smEorlP\",width:\"100%\",...addPropertyOverrides({e4aA0Mx8I:{PA_K5EAIR:\"Generate income with our free ad supported OSS Sponsored plan\",variant:\"msd5W6QKd\"},t0lTTeIAy:{PA_K5EAIR:\"Generate income for your open source project with our free Sponsored plan\",variant:\"msd5W6QKd\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({e4aA0Mx8I:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+171},t0lTTeIAy:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+200}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xgdrl8-container\",layoutDependency:layoutDependency,layoutId:\"X1xhssqyz-container\",nodeId:\"X1xhssqyz\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"X1xhssqyz\",layoutId:\"X1xhssqyz\",PA_K5EAIR:\"Set up a two-way sync between your docs and any GitHub or GitLab repository\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"40px\",...addPropertyOverrides({e4aA0Mx8I:{height:40,y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+305},t0lTTeIAy:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+597-242}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iwtfpf-container\",layoutDependency:layoutDependency,layoutId:\"mX7Spg1le-container\",nodeId:\"mX7Spg1le\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"mX7Spg1le\",layoutId:\"mX7Spg1le\",PA_K5EAIR:\"Cards component\",style:{height:\"100%\",width:\"100%\"},variant:\"B9smEorlP\",width:\"100%\",...addPropertyOverrides({e4aA0Mx8I:{PA_K5EAIR:\"Display information more dynamically with a set of cards \u2014 with or without images\",variant:\"msd5W6QKd\"},t0lTTeIAy:{PA_K5EAIR:\"Create custom landing pages by combining different blocks however you like\",variant:\"msd5W6QKd\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({e4aA0Mx8I:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+1},t0lTTeIAy:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+-10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wigv2w-container\",layoutDependency:layoutDependency,layoutId:\"X_Yo9eMRB-container\",nodeId:\"X_Yo9eMRB\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"X_Yo9eMRB\",layoutId:\"X_Yo9eMRB\",PA_K5EAIR:\"Use GitBook AI to find answers fast based on info in your docs.\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\",...addPropertyOverrides({e4aA0Mx8I:{PA_K5EAIR:\"Use GitBook AI to find answers fast based on info in your docs\"},t0lTTeIAy:{PA_K5EAIR:\"Use GitBook AI to help users find answers fast based on info in your docs\"}},baseVariant,gestureVariant)})})})})]})}),isDisplayed13()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a98nga\",\"data-framer-name\":\"Beacons 4\",layoutDependency:layoutDependency,layoutId:\"ZtlS4r4Kw\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"40px\",...addPropertyOverrides({pj7UvhpNw:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+229},u9gHUQLwj:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+243.8316}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h4z2v9-container\",layoutDependency:layoutDependency,layoutId:\"rjCVtQuCk-container\",nodeId:\"rjCVtQuCk\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",...addPropertyOverrides({u9gHUQLwj:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"rjCVtQuCk\",layoutId:\"rjCVtQuCk\",PA_K5EAIR:\"Organize your site\u2019s content with card blocks\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({pj7UvhpNw:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+3},u9gHUQLwj:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+11}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n0cbm3-container\",layoutDependency:layoutDependency,layoutId:\"PID_lB0Vw-container\",nodeId:\"PID_lB0Vw\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"PID_lB0Vw\",layoutId:\"PID_lB0Vw\",PA_K5EAIR:\"Global search helps users find the information they need faster\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"40px\",...addPropertyOverrides({pj7UvhpNw:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+99},u9gHUQLwj:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+89}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ojov5a-container\",layoutDependency:layoutDependency,layoutId:\"KQeVFDgge-container\",nodeId:\"KQeVFDgge\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"KQeVFDgge\",layoutId:\"KQeVFDgge\",PA_K5EAIR:\"Build dedicated landing pages to improve UX\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({pj7UvhpNw:{y:(componentViewport?.y||0)+((componentViewport?.height||674)*.5267062314540062-298.5)+597-147},u9gHUQLwj:{y:(componentViewport?.y||0)+((componentViewport?.height||551)*.5267062314540062-298.5)+597-125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c3s1pn-container\",layoutDependency:layoutDependency,layoutId:\"FgE3SJa3C-container\",nodeId:\"FgE3SJa3C\",rendersWithMotion:true,scopeId:\"beXBMh4fQ\",children:/*#__PURE__*/_jsx(MiscBeacon,{height:\"100%\",id:\"FgE3SJa3C\",layoutId:\"FgE3SJa3C\",PA_K5EAIR:\"Customize your site with your brand\u2019s logo, colors and imagery\",style:{height:\"100%\",width:\"100%\"},variant:\"msd5W6QKd\",width:\"100%\"})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/8JbCScQs4R8HbzXk38bGHZjKVug.svg\",srcSet:\"https://framerusercontent.com/images/8JbCScQs4R8HbzXk38bGHZjKVug.svg?scale-down-to=512 512w,https://framerusercontent.com/images/8JbCScQs4R8HbzXk38bGHZjKVug.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8JbCScQs4R8HbzXk38bGHZjKVug.svg 1029w\"},className:\"framer-k3stpp\",\"data-framer-name\":\"Published docs\",layoutDependency:layoutDependency,layoutId:\"coCSygHoL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 10px 20px 10px rgba(0, 0, 0, 0.15)\"},variants:{BiwPWwbF_:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}})}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,src:\"https://framerusercontent.com/images/hvoXzN9mhrrfzbUISE25iqtcM.svg\",srcSet:\"https://framerusercontent.com/images/hvoXzN9mhrrfzbUISE25iqtcM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hvoXzN9mhrrfzbUISE25iqtcM.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hvoXzN9mhrrfzbUISE25iqtcM.svg 1029w\"},className:\"framer-gr28go\",\"data-framer-name\":\"API docs\",layoutDependency:layoutDependency,layoutId:\"ON9BE3tug\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 10px 20px 10px rgba(0, 0, 0, 0.15)\"},variants:{XN7Y59AoM:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({cQHiSiwI7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg\",srcSet:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg 1029w\"}},NmFNePKA_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg\",srcSet:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg 1029w\"}},XN7Y59AoM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg\",srcSet:\"https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1VVkDoAMZIX2j47fttQXMgCFbQ.svg 1029w\"}}},baseVariant,gestureVariant)})}),isDisplayed14()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,src:\"https://framerusercontent.com/images/8GB4vGpMV0LOsv9BzyzM7Zwp0w.svg\",srcSet:\"https://framerusercontent.com/images/8GB4vGpMV0LOsv9BzyzM7Zwp0w.svg?scale-down-to=512 512w,https://framerusercontent.com/images/8GB4vGpMV0LOsv9BzyzM7Zwp0w.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8GB4vGpMV0LOsv9BzyzM7Zwp0w.svg 1029w\"},className:\"framer-13v0gjq\",\"data-framer-name\":\"Sponsored docs\",layoutDependency:layoutDependency,layoutId:\"hhgaOabLp\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 10px 20px 10px rgba(0, 0, 0, 0.15)\"},variants:{J1pimHWzN:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},QgfcLs5T5:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({e4aA0Mx8I:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg\",srcSet:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg 1029w\"}},J1pimHWzN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg\",srcSet:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg 1029w\"}},pj7UvhpNw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1030,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg\",srcSet:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg 1030w\"}},QgfcLs5T5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1030,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg\",srcSet:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg 1030w\"}},t0lTTeIAy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1029,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg\",srcSet:\"https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HDEbiHslJxO3DtIj3Fxz8eGStHU.svg 1029w\"}},u9gHUQLwj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:626,intrinsicWidth:1029,pixelHeight:626,pixelWidth:1030,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg\",srcSet:\"https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=512 512w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XpVfTqhu24LDRNCNKWdaZps33o.svg 1030w\"}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a5p4D.framer-1ivgf7k, .framer-a5p4D .framer-1ivgf7k { display: block; }\",\".framer-a5p4D.framer-14gqidi { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 674px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-a5p4D .framer-11fqsby { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-a5p4D .framer-pzncfz, .framer-a5p4D .framer-2nau1y { align-self: stretch; flex: 1 0 0px; height: auto; overflow: visible; position: relative; width: 1px; }\",\".framer-a5p4D .framer-149dcu3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 37px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-a5p4D .framer-11o5lkv-container { flex: none; height: 100%; pointer-events: none; position: relative; width: auto; }\",\".framer-a5p4D .framer-rt21he-container, .framer-a5p4D .framer-1vqovpx-container, .framer-a5p4D .framer-1hndj4t-container { flex: none; height: 100%; pointer-events: auto; position: relative; width: auto; }\",\".framer-a5p4D .framer-ht0mp2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-a5p4D .framer-shy51-container, .framer-a5p4D .framer-115wpqw-container, .framer-a5p4D .framer-xur23o-container, .framer-a5p4D .framer-4rrm1d-container { flex: none; height: 1px; position: relative; width: 100%; z-index: 1; }\",\".framer-a5p4D .framer-iuag14 { aspect-ratio: 1.6438127090301002 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 598px); left: 9px; max-width: 100%; overflow: visible; position: absolute; right: 8px; top: 56px; z-index: 4; }\",\".framer-a5p4D .framer-1bf8t24-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: -28px; position: absolute; top: 42px; width: 40px; z-index: 8; }\",\".framer-a5p4D .framer-1soar14-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: -29px; position: absolute; top: 31px; width: 40px; z-index: 8; }\",\".framer-a5p4D .framer-1te7q6i-container, .framer-a5p4D .framer-xgdrl8-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 794px; position: absolute; top: 239px; width: 40px; z-index: 5; }\",\".framer-a5p4D .framer-g9klmr-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 195px; position: absolute; top: 296px; width: 40px; }\",\".framer-a5p4D .framer-q4hqrf-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 170px; position: absolute; top: 4px; width: 40px; z-index: 7; }\",\".framer-a5p4D .framer-1dgj4w-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 380px; position: absolute; top: 4px; width: 40px; z-index: 3; }\",\".framer-a5p4D .framer-nfhggs { aspect-ratio: 1.6470588235294117 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 595px); left: 50%; max-width: 100%; overflow: visible; position: absolute; top: 53%; width: 980px; z-index: 4; }\",\".framer-a5p4D .framer-17i27yh-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: 413px; top: 224px; width: 40px; }\",\".framer-a5p4D .framer-ncoxm3-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 89px; position: absolute; top: 10px; width: 40px; z-index: 7; }\",\".framer-a5p4D .framer-1x7rkp2-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: -31px; position: absolute; top: 46%; width: 40px; z-index: 4; }\",\".framer-a5p4D .framer-3eup5q-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 104px; position: absolute; top: 0px; width: 40px; z-index: 7; }\",\".framer-a5p4D .framer-wv2tjd-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: 251px; top: 218px; width: 40px; }\",\".framer-a5p4D .framer-1c1ahmw, .framer-a5p4D .framer-1a98nga { aspect-ratio: 1.644891122278057 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 597px); left: 50%; max-width: 100%; overflow: visible; position: absolute; top: 53%; width: 982px; z-index: 4; }\",\".framer-a5p4D .framer-13msge7-container { aspect-ratio: 1 / 1; bottom: 170px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: 68px; width: 40px; }\",\".framer-a5p4D .framer-1iwtfpf-container { aspect-ratio: 1 / 1; bottom: 245px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 187px; position: absolute; width: 40px; }\",\".framer-a5p4D .framer-1wigv2w-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 874px; position: absolute; top: -9px; width: 40px; z-index: 3; }\",\".framer-a5p4D .framer-h4z2v9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: 149px; top: 229px; width: 40px; }\",\".framer-a5p4D .framer-n0cbm3-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 374px; position: absolute; top: 3px; width: 40px; z-index: 3; }\",\".framer-a5p4D .framer-1ojov5a-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 154px; position: absolute; top: 99px; width: 40px; }\",\".framer-a5p4D .framer-c3s1pn-container { aspect-ratio: 1 / 1; bottom: 107px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 154px; position: absolute; width: 40px; z-index: 7; }\",\".framer-a5p4D .framer-k3stpp { aspect-ratio: 1.6437699680511182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 608px); overflow: visible; position: relative; width: 100%; }\",\".framer-a5p4D .framer-gr28go, .framer-a5p4D .framer-13v0gjq { aspect-ratio: 1.6437699680511182 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 122px); overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a5p4D.framer-14gqidi, .framer-a5p4D .framer-11fqsby, .framer-a5p4D .framer-149dcu3, .framer-a5p4D .framer-ht0mp2 { gap: 0px; } .framer-a5p4D.framer-14gqidi > *, .framer-a5p4D .framer-ht0mp2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a5p4D.framer-14gqidi > :first-child, .framer-a5p4D .framer-ht0mp2 > :first-child { margin-top: 0px; } .framer-a5p4D.framer-14gqidi > :last-child, .framer-a5p4D .framer-ht0mp2 > :last-child { margin-bottom: 0px; } .framer-a5p4D .framer-11fqsby > *, .framer-a5p4D .framer-149dcu3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-a5p4D .framer-11fqsby > :first-child, .framer-a5p4D .framer-149dcu3 > :first-child { margin-left: 0px; } .framer-a5p4D .framer-11fqsby > :last-child, .framer-a5p4D .framer-149dcu3 > :last-child { margin-right: 0px; } }\",\".framer-a5p4D.framer-v-j6rpok .framer-11o5lkv-container, .framer-a5p4D.framer-v-l8k2gb .framer-11o5lkv-container, .framer-a5p4D.framer-v-tne6bc .framer-11o5lkv-container { pointer-events: auto; }\",\".framer-a5p4D.framer-v-j6rpok .framer-rt21he-container, .framer-a5p4D.framer-v-l8k2gb .framer-1hndj4t-container, .framer-a5p4D.framer-v-1sgbxqq .framer-rt21he-container, .framer-a5p4D.framer-v-1bqgkxn .framer-1hndj4t-container, .framer-a5p4D.framer-v-tne6bc .framer-1vqovpx-container, .framer-a5p4D.framer-v-10gvlv9 .framer-1vqovpx-container { pointer-events: none; }\",\".framer-a5p4D.framer-v-j6rpok .framer-17i27yh-container { bottom: 222px; height: var(--framer-aspect-ratio-supported, 40px); right: 66px; top: unset; }\",\".framer-a5p4D.framer-v-j6rpok .framer-1x7rkp2-container { top: 252px; }\",\".framer-a5p4D.framer-v-j6rpok .framer-wv2tjd-container, .framer-a5p4D.framer-v-tne6bc .framer-h4z2v9-container, .framer-a5p4D.framer-v-tne6bc .framer-1ojov5a-container { height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-a5p4D.framer-v-j6rpok .framer-gr28go { height: var(--framer-aspect-ratio-supported, 608px); }\",\".framer-a5p4D.framer-v-l8k2gb .framer-11fqsby, .framer-a5p4D.framer-v-1bqgkxn .framer-11fqsby, .framer-a5p4D.framer-v-15prl3s .framer-11fqsby, .framer-a5p4D.framer-v-tne6bc .framer-11fqsby, .framer-a5p4D.framer-v-10gvlv9 .framer-11fqsby, .framer-a5p4D.framer-v-1h1ce6j .framer-11fqsby { order: 0; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-ht0mp2, .framer-a5p4D.framer-v-1bqgkxn .framer-ht0mp2, .framer-a5p4D.framer-v-15prl3s .framer-ht0mp2, .framer-a5p4D.framer-v-tne6bc .framer-ht0mp2, .framer-a5p4D.framer-v-10gvlv9 .framer-ht0mp2, .framer-a5p4D.framer-v-1h1ce6j .framer-ht0mp2 { order: 1; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-1c1ahmw { order: 4; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-13msge7-container { bottom: 159px; height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-a5p4D.framer-v-l8k2gb .framer-xgdrl8-container { left: unset; right: 149px; top: 200px; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-1iwtfpf-container { bottom: 192px; height: var(--framer-aspect-ratio-supported, 40px); left: 193px; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-1wigv2w-container { left: unset; right: 67px; top: -10px; }\",\".framer-a5p4D.framer-v-l8k2gb .framer-13v0gjq, .framer-a5p4D.framer-v-tne6bc .framer-13v0gjq { height: var(--framer-aspect-ratio-supported, 608px); order: 8; }\",\".framer-a5p4D.framer-v-9s8abk.framer-14gqidi { aspect-ratio: 1.4836795252225519 / 1; height: var(--framer-aspect-ratio-supported, 551px); width: 810px; }\",\".framer-a5p4D.framer-v-9s8abk .framer-iuag14 { height: var(--framer-aspect-ratio-supported, 482px); top: 55px; z-index: 5; }\",\".framer-a5p4D.framer-v-9s8abk .framer-1te7q6i-container { left: unset; right: 119px; top: 192px; }\",\".framer-a5p4D.framer-v-9s8abk .framer-g9klmr-container { left: 150px; top: 237px; }\",\".framer-a5p4D.framer-v-9s8abk .framer-q4hqrf-container { left: 137px; top: 1px; }\",\".framer-a5p4D.framer-v-9s8abk .framer-1dgj4w-container { left: 300px; top: 1px; }\",\".framer-a5p4D.framer-v-9s8abk .framer-k3stpp, .framer-a5p4D.framer-v-1sgbxqq .framer-gr28go { height: var(--framer-aspect-ratio-supported, 493px); }\",\".framer-a5p4D.framer-v-bezu1x.framer-14gqidi { aspect-ratio: 1.4836795252225519 / 1; height: var(--framer-aspect-ratio-supported, 332px); width: 390px; }\",\".framer-a5p4D.framer-v-bezu1x .framer-149dcu3 { flex: 1 0 0px; flex-wrap: wrap; height: min-content; width: 1px; will-change: unset; }\",\".framer-a5p4D.framer-v-bezu1x .framer-11o5lkv-container, .framer-a5p4D.framer-v-bezu1x .framer-rt21he-container, .framer-a5p4D.framer-v-bezu1x .framer-1hndj4t-container, .framer-a5p4D.framer-v-4u8iw0 .framer-1hndj4t-container, .framer-a5p4D.framer-v-15prl3s .framer-rt21he-container, .framer-a5p4D.framer-v-1h1ce6j .framer-rt21he-container { height: 37px; }\",\".framer-a5p4D.framer-v-bezu1x .framer-1vqovpx-container, .framer-a5p4D.framer-v-4u8iw0 .framer-1vqovpx-container, .framer-a5p4D.framer-v-15prl3s .framer-1vqovpx-container { align-self: stretch; height: auto; }\",\".framer-a5p4D.framer-v-bezu1x .framer-shy51-container { max-width: 100%; }\",\".framer-a5p4D.framer-v-bezu1x .framer-k3stpp, .framer-a5p4D.framer-v-4u8iw0 .framer-gr28go { height: var(--framer-aspect-ratio-supported, 237px); }\",\".framer-a5p4D.framer-v-1sgbxqq.framer-14gqidi, .framer-a5p4D.framer-v-1bqgkxn.framer-14gqidi, .framer-a5p4D.framer-v-10gvlv9.framer-14gqidi { aspect-ratio: 1.47005444646098 / 1; height: var(--framer-aspect-ratio-supported, 551px); width: 810px; }\",\".framer-a5p4D.framer-v-1sgbxqq .framer-11o5lkv-container, .framer-a5p4D.framer-v-1bqgkxn .framer-11o5lkv-container, .framer-a5p4D.framer-v-10gvlv9 .framer-11o5lkv-container { pointer-events: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a5p4D.framer-v-1sgbxqq .framer-nfhggs { height: var(--framer-aspect-ratio-supported, 492px); }\",\".framer-a5p4D.framer-v-1sgbxqq .framer-17i27yh-container { height: var(--framer-aspect-ratio-supported, 40px); left: 711px; right: unset; top: 275px; }\",\".framer-a5p4D.framer-v-1sgbxqq .framer-1x7rkp2-container { left: -21px; top: 223px; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-1c1ahmw { height: var(--framer-aspect-ratio-supported, 493px); order: 4; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-13msge7-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 40px); right: 58px; top: 328px; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-xgdrl8-container { left: unset; right: 128px; top: 171px; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-1iwtfpf-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 40px); left: 157px; top: 305px; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-1wigv2w-container { left: unset; right: 58px; top: 1px; }\",\".framer-a5p4D.framer-v-1bqgkxn .framer-13v0gjq, .framer-a5p4D.framer-v-10gvlv9 .framer-13v0gjq { height: var(--framer-aspect-ratio-supported, 493px); order: 8; }\",\".framer-a5p4D.framer-v-4u8iw0.framer-14gqidi, .framer-a5p4D.framer-v-15prl3s.framer-14gqidi, .framer-a5p4D.framer-v-1h1ce6j.framer-14gqidi { aspect-ratio: 1.47005444646098 / 1; height: var(--framer-aspect-ratio-supported, 332px); width: 390px; }\",\".framer-a5p4D.framer-v-4u8iw0 .framer-149dcu3, .framer-a5p4D.framer-v-15prl3s .framer-149dcu3, .framer-a5p4D.framer-v-1h1ce6j .framer-149dcu3 { flex: 1 0 0px; flex-wrap: wrap; height: min-content; width: 1px; }\",\".framer-a5p4D.framer-v-4u8iw0 .framer-11o5lkv-container, .framer-a5p4D.framer-v-15prl3s .framer-11o5lkv-container, .framer-a5p4D.framer-v-1h1ce6j .framer-11o5lkv-container { height: 37px; pointer-events: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-a5p4D.framer-v-4u8iw0 .framer-rt21he-container, .framer-a5p4D.framer-v-15prl3s .framer-1hndj4t-container, .framer-a5p4D.framer-v-1h1ce6j .framer-1hndj4t-container { height: 37px; pointer-events: none; }\",\".framer-a5p4D.framer-v-15prl3s .framer-13v0gjq, .framer-a5p4D.framer-v-1h1ce6j .framer-13v0gjq { height: var(--framer-aspect-ratio-supported, 237px); order: 8; }\",\".framer-a5p4D.framer-v-tne6bc .framer-1a98nga { order: 5; }\",\".framer-a5p4D.framer-v-10gvlv9 .framer-1a98nga { height: var(--framer-aspect-ratio-supported, 493px); order: 5; }\",\".framer-a5p4D.framer-v-10gvlv9 .framer-h4z2v9-container { height: var(--framer-aspect-ratio-supported, 40px); right: 128px; top: 45%; }\",\".framer-a5p4D.framer-v-10gvlv9 .framer-n0cbm3-container { left: 304px; top: 11px; }\",\".framer-a5p4D.framer-v-10gvlv9 .framer-1ojov5a-container { height: var(--framer-aspect-ratio-supported, 40px); left: 127px; top: 89px; }\",\".framer-a5p4D.framer-v-10gvlv9 .framer-c3s1pn-container { bottom: 85px; left: 127px; }\",\".framer-a5p4D.framer-v-1h1ce6j .framer-1vqovpx-container { align-self: stretch; height: auto; pointer-events: none; }\",'.framer-a5p4D[data-border=\"true\"]::after, .framer-a5p4D [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 674\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"cQHiSiwI7\":{\"layout\":[\"fixed\",\"fixed\"]},\"t0lTTeIAy\":{\"layout\":[\"fixed\",\"fixed\"]},\"HZoo2P0u8\":{\"layout\":[\"fixed\",\"fixed\"]},\"BiwPWwbF_\":{\"layout\":[\"fixed\",\"fixed\"]},\"NmFNePKA_\":{\"layout\":[\"fixed\",\"fixed\"]},\"e4aA0Mx8I\":{\"layout\":[\"fixed\",\"fixed\"]},\"XN7Y59AoM\":{\"layout\":[\"fixed\",\"fixed\"]},\"J1pimHWzN\":{\"layout\":[\"fixed\",\"fixed\"]},\"pj7UvhpNw\":{\"layout\":[\"fixed\",\"fixed\"]},\"u9gHUQLwj\":{\"layout\":[\"fixed\",\"fixed\"]},\"QgfcLs5T5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbeXBMh4fQ=withCSS(Component,css,\"framer-a5p4D\");export default FramerbeXBMh4fQ;FramerbeXBMh4fQ.displayName=\"2025/Product UI hero 2\";FramerbeXBMh4fQ.defaultProps={height:674,width:1e3};addPropertyControls(FramerbeXBMh4fQ,{variant:{options:[\"y_fqPbExq\",\"cQHiSiwI7\",\"t0lTTeIAy\",\"HZoo2P0u8\",\"BiwPWwbF_\",\"NmFNePKA_\",\"e4aA0Mx8I\",\"XN7Y59AoM\",\"J1pimHWzN\",\"pj7UvhpNw\",\"u9gHUQLwj\",\"QgfcLs5T5\"],optionTitles:[\"Published docs\",\"API docs\",\"Sponsored docs\",\"Published docs - tablet\",\"Published docs - phone\",\"API docs - tablet\",\"Sponsored docs - tablet\",\"API docs - phone\",\"Sponsored site - phone\",\"Help center\",\"Help center - tablet\",\"Help center - phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbeXBMh4fQ,[{explicitInter:true,fonts:[]},...ButtonFonts,...LottieFonts,...MiscBeaconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbeXBMh4fQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"674\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cQHiSiwI7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t0lTTeIAy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HZoo2P0u8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BiwPWwbF_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NmFNePKA_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e4aA0Mx8I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XN7Y59AoM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J1pimHWzN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pj7UvhpNw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u9gHUQLwj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QgfcLs5T5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./beXBMh4fQ.map", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/RLfsHd78NBd0kbafA9hd/Lottie.js\";import*as componentPresets from\"https://framerusercontent.com/modules/6jefiMo5jpeON4bCjptx/j0oS7vsPC1S5B58UgxSg/componentPresets.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/Jl003q0C2Chg88wBfv8q/anU7eeLHrBRdBwXX6QOg/bbisVUZ12.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/XVIm8OidfXw9O1PKqrMn/9faxBhO4tUhaDAh0fyjU/c2ZfGLHTc.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/E2vNbAWvsPq0faLWbZhW/jgl4Vva7LlzpgeuhyIaN/FtN88BZtk.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/zLMFNM3h5ggNmSFZFmNN/XYLE5pRQwrnsarZfbKSY/gqQ0JqKxk.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/WI3C6PDCGpEvyH62TbNE/tl1AQIYeIPPvwkXmrWyG/HyOtOajHo.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/46SfEWhe6uq0i1y6L6OJ/0aLaMZQDkTb5PZpi2X9m/l0URe58gj.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/vnZV95RCuG0RHLTsjehR/vfjG1D1V5PVHDOo1DjYL/MXYi07wQ0.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/40Z2lAIrMWiBQppRTLXB/WTOntnr9LRdipZ0yTiWH/pGj7V8fRW.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/WIEK5JOzrcihIzDZzHLr/dybfdKirY2jKQXL2vGmw/T1G5asvG1.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Hj9Kwimy5qKyQzHvWXzF/KBKpLSTbdc0ixIBmod6E/U9Miyt6dz.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/obQ81Y1ZCdm6gLCbGPwo/ya4reYRejE2wQ7PNN2Jm/uyJVUBqQm.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/kyEIiHylR2mqVdwBf1FQ/G5Lsgm5hNyOupl9G7fP4/ZsVICcKyu.js\";import Button from\"https://framerusercontent.com/modules/8BZ5Qwbs209gMFFmGhre/OqakxryBEQlJLPAvCEEK/W2fcm1cU5.js\";const ButtonFonts=getFonts(Button);const LottieFonts=getFonts(Lottie);const enabledGestures={g2e6Y_yhs:{hover:true}};const cycleOrder=[\"g2e6Y_yhs\",\"AypLxJZ4C\",\"VwaOpKKuG\"];const serializationHash=\"framer-YvW5B\";const variantClassNames={AypLxJZ4C:\"framer-v-p90f23\",g2e6Y_yhs:\"framer-v-aww4hf\",VwaOpKKuG:\"framer-v-vbwl3h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"AypLxJZ4C\",Default:\"g2e6Y_yhs\",Mobile:\"VwaOpKKuG\"};const getProps=({buttonText,click,description,height,id,leftIcon,leftIconVisibility,link,title,width,...props})=>{return{...props,bJi3xDQ_e:leftIcon??props.bJi3xDQ_e,G6EAnfyF9:buttonText??props.G6EAnfyF9??\"Button text\",pbEfHaQ9O:click??props.pbEfHaQ9O,QDnkjqd_C:title??props.QDnkjqd_C??\"Title\",QLbHCtnou:leftIconVisibility??props.QLbHCtnou,variant:humanReadableVariantMap[props.variant]??props.variant??\"g2e6Y_yhs\",WFQFxLVFr:link??props.WFQFxLVFr,z82ehl_lX:description??props.z82ehl_lX??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Description\"})})};};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,QDnkjqd_C,z82ehl_lX,G6EAnfyF9,WFQFxLVFr,pbEfHaQ9O,QLbHCtnou,bJi3xDQ_e,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g2e6Y_yhs\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzf9lrk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(pbEfHaQ9O){const res=await pbEfHaQ9O(...args);if(res===false)return false;}});const onTapxv9sg7=activeVariantCallback(async(...args)=>{setVariant(\"AypLxJZ4C\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"AypLxJZ4C\",\"VwaOpKKuG\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"AypLxJZ4C\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-aww4hf\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"g2e6Y_yhs\",onTap:onTapzf9lrk,ref:ref??ref1,style:{...style},...addPropertyOverrides({\"g2e6Y_yhs-hover\":{\"data-framer-name\":undefined},AypLxJZ4C:{\"data-framer-name\":\"Active\",\"data-highlight\":undefined,onTap:undefined},VwaOpKKuG:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i40xmr\",\"data-framer-name\":\"Text wrapper\",layoutDependency:layoutDependency,layoutId:\"Lc2GYeAEw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Title\"})}),className:\"framer-5nmf4s\",\"data-framer-name\":\"Collaborate with your entire team\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PgLdQwIKe\",onTap:onTapxv9sg7,style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.3},text:QDnkjqd_C,variants:{\"g2e6Y_yhs-hover\":{opacity:.7},AypLxJZ4C:{opacity:1},VwaOpKKuG:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"yQwQ66A1N\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"f8y9faKRj\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:z82ehl_lX,className:\"framer-reggck\",\"data-framer-name\":\"With Git Sync, you can sync your docs with a GitHub or GitLab repository. So your technical writers can update content in the WYSIWYG editor, while engineers add to your docs directly in Git \u2014 with feedback and reviews to guarantee quality.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WaGjB3adL\",style:{\"--extracted-r6o4lv\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},stylesPresetsClassNames:{a:\"framer-styles-preset-w904o8\",blockquote:\"framer-styles-preset-oj3iyf\",code:\"framer-styles-preset-x7iwww\",h1:\"framer-styles-preset-gv4ok\",h2:\"framer-styles-preset-4vytbj\",h3:\"framer-styles-preset-bpuqg2\",h4:\"framer-styles-preset-17u67du\",h5:\"framer-styles-preset-fiezhy\",h6:\"framer-styles-preset-d12cjb\",img:\"framer-styles-preset-sglsj0\",p:\"framer-styles-preset-1m8vk73\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({AypLxJZ4C:{height:36,y:(componentViewport?.y||0)+0+(((componentViewport?.height||184)-40-213.2)/2+177.2+0)},VwaOpKKuG:{height:36,y:(componentViewport?.y||0)+0+(((componentViewport?.height||153)-40-182.2)/2+146.2+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x4p1t0-container\",layoutDependency:layoutDependency,layoutId:\"fxU7Y0Fzl-container\",children:/*#__PURE__*/_jsx(Button,{aJsENS3O1:toResponsiveImage(bJi3xDQ_e),CuFHpX5CK:false,DmQQ8L0g6:\"Homepage Git Sync CTA\",height:\"100%\",hz3C0GYaA:false,id:\"fxU7Y0Fzl\",KDn5AhHAZ:QLbHCtnou,KOTSOgWCX:true,layoutId:\"fxU7Y0Fzl\",lmSVhb54m:\"git_sync\",u0Cad7hMp:G6EAnfyF9,variant:\"RRkuaKZ1A\",vTo4P4jYt:WFQFxLVFr,width:\"100%\",WxHSWaXxl:\"Discover Git Sync\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f8uq93\",\"data-framer-name\":\"Lottie wrapper\",layoutDependency:layoutDependency,layoutId:\"s_lLdc0nD\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jz2skp-container\",layoutDependency:layoutDependency,layoutId:\"Px2s4JHt7-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"Px2s4JHt7\",isForwardsDirection:true,layoutId:\"Px2s4JHt7\",loop:true,pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/N3kWq8xEIVId13BHJV0blirlY.json\",srcType:\"Upload\",srcUrl:\"https://misc.framerstatic.com/lottie/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YvW5B.framer-nn5ibe, .framer-YvW5B .framer-nn5ibe { display: block; }\",\".framer-YvW5B.framer-aww4hf { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 496px; }\",\".framer-YvW5B .framer-1i40xmr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-YvW5B .framer-5nmf4s { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YvW5B .framer-reggck { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YvW5B .framer-x4p1t0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YvW5B .framer-1f8uq93 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 1px; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-YvW5B .framer-1jz2skp-container { flex: none; height: 1px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YvW5B.framer-aww4hf, .framer-YvW5B .framer-1i40xmr, .framer-YvW5B .framer-1f8uq93 { gap: 0px; } .framer-YvW5B.framer-aww4hf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YvW5B.framer-aww4hf > :first-child, .framer-YvW5B .framer-1i40xmr > :first-child, .framer-YvW5B .framer-1f8uq93 > :first-child { margin-top: 0px; } .framer-YvW5B.framer-aww4hf > :last-child, .framer-YvW5B .framer-1i40xmr > :last-child, .framer-YvW5B .framer-1f8uq93 > :last-child { margin-bottom: 0px; } .framer-YvW5B .framer-1i40xmr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YvW5B .framer-1f8uq93 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-YvW5B.framer-v-p90f23.framer-aww4hf, .framer-YvW5B.framer-v-vbwl3h.framer-aww4hf { cursor: unset; gap: 0px; padding: 0px 20px 40px 0px; }\",\".framer-YvW5B.framer-v-p90f23 .framer-1i40xmr, .framer-YvW5B.framer-v-vbwl3h .framer-1i40xmr { order: 1; pointer-events: none; }\",\".framer-YvW5B.framer-v-p90f23 .framer-5nmf4s, .framer-YvW5B.framer-v-vbwl3h .framer-5nmf4s { order: 0; }\",\".framer-YvW5B.framer-v-p90f23 .framer-reggck, .framer-YvW5B.framer-v-vbwl3h .framer-reggck { order: 1; }\",\".framer-YvW5B.framer-v-p90f23 .framer-x4p1t0-container, .framer-YvW5B.framer-v-vbwl3h .framer-x4p1t0-container { order: 2; }\",\".framer-YvW5B.framer-v-p90f23 .framer-1f8uq93 { min-height: unset; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YvW5B.framer-v-p90f23.framer-aww4hf { gap: 0px; } .framer-YvW5B.framer-v-p90f23.framer-aww4hf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YvW5B.framer-v-p90f23.framer-aww4hf > :first-child { margin-top: 0px; } .framer-YvW5B.framer-v-p90f23.framer-aww4hf > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YvW5B.framer-v-vbwl3h.framer-aww4hf { gap: 0px; } .framer-YvW5B.framer-v-vbwl3h.framer-aww4hf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YvW5B.framer-v-vbwl3h.framer-aww4hf > :first-child { margin-top: 0px; } .framer-YvW5B.framer-v-vbwl3h.framer-aww4hf > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 496\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AypLxJZ4C\":{\"layout\":[\"fixed\",\"auto\"]},\"VwaOpKKuG\":{\"layout\":[\"fixed\",\"auto\"]},\"YFxC6HOJ1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"QDnkjqd_C\":\"title\",\"z82ehl_lX\":\"description\",\"G6EAnfyF9\":\"buttonText\",\"WFQFxLVFr\":\"link\",\"pbEfHaQ9O\":\"click\",\"QLbHCtnou\":\"leftIconVisibility\",\"bJi3xDQ_e\":\"leftIcon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwGSnVbJ_s=withCSS(Component,css,\"framer-YvW5B\");export default FramerwGSnVbJ_s;FramerwGSnVbJ_s.displayName=\"2025/Vertical tab\";FramerwGSnVbJ_s.defaultProps={height:40,width:496};addPropertyControls(FramerwGSnVbJ_s,{variant:{options:[\"g2e6Y_yhs\",\"AypLxJZ4C\",\"VwaOpKKuG\"],optionTitles:[\"Default\",\"Active\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},QDnkjqd_C:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},z82ehl_lX:{defaultValue:\"<p>Description</p>\",title:\"Description\",type:ControlType.RichText},G6EAnfyF9:{defaultValue:\"Button text\",description:\"\",displayTextArea:false,title:\"Button text\",type:ControlType.String},WFQFxLVFr:{title:\"Link\",type:ControlType.Link},pbEfHaQ9O:{title:\"Click\",type:ControlType.EventHandler},QLbHCtnou:{defaultValue:false,title:\"Left Icon Visibility\",type:ControlType.Boolean},bJi3xDQ_e:{title:\"Left Icon\",type:ControlType.ResponsiveImage}});addFonts(FramerwGSnVbJ_s,[{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\"}]},...ButtonFonts,...LottieFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"yQwQ66A1N\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"yQwQ66A1N\"]):[],...componentPresets.fonts?.[\"f8y9faKRj\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"f8y9faKRj\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwGSnVbJ_s\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"496\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AypLxJZ4C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VwaOpKKuG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YFxC6HOJ1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"QDnkjqd_C\\\":\\\"title\\\",\\\"z82ehl_lX\\\":\\\"description\\\",\\\"G6EAnfyF9\\\":\\\"buttonText\\\",\\\"WFQFxLVFr\\\":\\\"link\\\",\\\"pbEfHaQ9O\\\":\\\"click\\\",\\\"QLbHCtnou\\\":\\\"leftIconVisibility\\\",\\\"bJi3xDQ_e\\\":\\\"leftIcon\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/J6QUDqCzLlfdZ957tqf2/XsyUlmP8yaRuruRTCmKv/uCveDes3r.js\";import VerticalTab from\"https://framerusercontent.com/modules/33Avxp1ThSW3XEkGnjyQ/6ZIRqNgT4Su6jqOzcZwN/wGSnVbJ_s.js\";const VerticalTabFonts=getFonts(VerticalTab);const cycleOrder=[\"HGKEgSo49\",\"jCTSrTQH_\",\"ElWfc1AXW\",\"pniiplZaw\",\"SPWQ28MxS\",\"iJJ6xFZoD\",\"GEtSzP836\",\"LzcqyYl7w\",\"LoErz93XI\",\"jct9tD8u7\",\"lyrhLn2Ss\",\"APxmtAgqG\"];const serializationHash=\"framer-eHSf3\";const variantClassNames={APxmtAgqG:\"framer-v-dne1a8\",ElWfc1AXW:\"framer-v-1k0ushh\",GEtSzP836:\"framer-v-11xvfvn\",HGKEgSo49:\"framer-v-tdc8mp\",iJJ6xFZoD:\"framer-v-oj9dwm\",jct9tD8u7:\"framer-v-y2ii80\",jCTSrTQH_:\"framer-v-t27b8j\",LoErz93XI:\"framer-v-1th4gyn\",lyrhLn2Ss:\"framer-v-swjncr\",LzcqyYl7w:\"framer-v-1vpnzv6\",pniiplZaw:\"framer-v-1a5svow\",SPWQ28MxS:\"framer-v-1va7sp7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.2,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tab 1 - phone\":\"LoErz93XI\",\"Tab 1 - tablet\":\"SPWQ28MxS\",\"Tab 1\":\"HGKEgSo49\",\"Tab 2 - phone\":\"jct9tD8u7\",\"Tab 2 - tablet\":\"iJJ6xFZoD\",\"Tab 2\":\"jCTSrTQH_\",\"Tab 3 - phone\":\"lyrhLn2Ss\",\"Tab 3 - tablet\":\"GEtSzP836\",\"Tab 3\":\"ElWfc1AXW\",\"Tab 4 - phone\":\"APxmtAgqG\",\"Tab 4 - tablet\":\"LzcqyYl7w\",\"Tab 4\":\"pniiplZaw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HGKEgSo49\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HGKEgSo49\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear5q5trv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),9500);});const onMouseEnter8dsd4v=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});});const onAppear6sscxn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HGKEgSo49\"),9500);});const onAppear1ympl04=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SPWQ28MxS\"),9500);});const pbEfHaQ9Ore7p6d=activeVariantCallback(async(...args)=>{setVariant(\"HGKEgSo49\");});const pbEfHaQ9O1gpbsc=activeVariantCallback(async(...args)=>{setVariant(\"SPWQ28MxS\");});const pbEfHaQ9O1htuu3p=activeVariantCallback(async(...args)=>{setVariant(\"jCTSrTQH_\");});const pbEfHaQ9O6ixcbu=activeVariantCallback(async(...args)=>{setVariant(\"iJJ6xFZoD\");});const pbEfHaQ9O17i49bq=activeVariantCallback(async(...args)=>{setVariant(\"ElWfc1AXW\");});const pbEfHaQ9Od1fx4r=activeVariantCallback(async(...args)=>{setVariant(\"GEtSzP836\");});const pbEfHaQ9Ov95osy=activeVariantCallback(async(...args)=>{setVariant(\"pniiplZaw\");});const pbEfHaQ9O1dgocpn=activeVariantCallback(async(...args)=>{setVariant(\"LzcqyYl7w\");});useOnVariantChange(baseVariant,{APxmtAgqG:undefined,default:onAppear5q5trv,jct9tD8u7:undefined,LoErz93XI:undefined,lyrhLn2Ss:undefined,LzcqyYl7w:onAppear1ympl04,pniiplZaw:onAppear6sscxn});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jCTSrTQH_\",\"ElWfc1AXW\",\"pniiplZaw\",\"iJJ6xFZoD\",\"GEtSzP836\",\"LzcqyYl7w\",\"jct9tD8u7\",\"lyrhLn2Ss\",\"APxmtAgqG\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"jCTSrTQH_\",\"iJJ6xFZoD\",\"jct9tD8u7\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"ElWfc1AXW\",\"GEtSzP836\",\"lyrhLn2Ss\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"pniiplZaw\",\"LzcqyYl7w\",\"APxmtAgqG\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"jct9tD8u7\",\"lyrhLn2Ss\",\"APxmtAgqG\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed5=()=>{if([\"LoErz93XI\",\"lyrhLn2Ss\",\"APxmtAgqG\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"LoErz93XI\",\"jct9tD8u7\",\"APxmtAgqG\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"LoErz93XI\",\"jct9tD8u7\",\"lyrhLn2Ss\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-tdc8mp\",className,classNames),\"data-framer-name\":\"Tab 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HGKEgSo49\",onMouseEnter:onMouseEnter8dsd4v,ref:ref??ref1,style:{...style},...addPropertyOverrides({APxmtAgqG:{\"data-framer-name\":\"Tab 4 - phone\",\"data-highlight\":undefined,onMouseEnter:undefined},ElWfc1AXW:{\"data-framer-name\":\"Tab 3\"},GEtSzP836:{\"data-framer-name\":\"Tab 3 - tablet\"},iJJ6xFZoD:{\"data-framer-name\":\"Tab 2 - tablet\"},jct9tD8u7:{\"data-framer-name\":\"Tab 2 - phone\",\"data-highlight\":undefined,onMouseEnter:undefined},jCTSrTQH_:{\"data-framer-name\":\"Tab 2\"},LoErz93XI:{\"data-framer-name\":\"Tab 1 - phone\",\"data-highlight\":undefined,onMouseEnter:undefined},lyrhLn2Ss:{\"data-framer-name\":\"Tab 3 - phone\",\"data-highlight\":undefined,onMouseEnter:undefined},LzcqyYl7w:{\"data-framer-name\":\"Tab 4 - tablet\"},pniiplZaw:{\"data-framer-name\":\"Tab 4\"},SPWQ28MxS:{\"data-framer-name\":\"Tab 1 - tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1raup9i\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"c4KkEGmEh\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-500)/2)+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/be6aD9SbpJMXzP71c7e8DHoTHaI.svg\"},className:\"framer-cwx046\",\"data-framer-name\":\"Image 1\",layoutDependency:layoutDependency,layoutId:\"NRWLakLYH\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({LoErz93XI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-5),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/be6aD9SbpJMXzP71c7e8DHoTHaI.svg\"}},SPWQ28MxS:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/be6aD9SbpJMXzP71c7e8DHoTHaI.svg\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-blubkr\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"GpsGqKUzv\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NoWTYF8G3zcPBN2175YXu94aE.svg\"},className:\"framer-33pxnl\",\"data-framer-name\":\"Image 2\",layoutDependency:layoutDependency,layoutId:\"ub7Ml1K4f\",style:{borderBottomLeftRadius:16.22,borderBottomRightRadius:16.22,borderTopLeftRadius:16.22,borderTopRightRadius:16.22},...addPropertyOverrides({iJJ6xFZoD:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NoWTYF8G3zcPBN2175YXu94aE.svg\"}},jct9tD8u7:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NoWTYF8G3zcPBN2175YXu94aE.svg\"}},jCTSrTQH_:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-500)/2)+0+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NoWTYF8G3zcPBN2175YXu94aE.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{nodeId:\"RV19M2sty\",...addPropertyOverrides({jCTSrTQH_:{href:{webPageId:\"dSPYlRFJZ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-iczlus framer-1q1ijtn\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"RV19M2sty\",style:{backgroundColor:\"rgb(247, 202, 220)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},...addPropertyOverrides({jCTSrTQH_:{whileHover:animation}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1al70pk\",\"data-framer-name\":\"Trailing\",layoutDependency:layoutDependency,layoutId:\"mG5OMBXp5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z3ynk7\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"SRewEYXQq\",svg:'<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.56881 0.755518C8.56881 0.424147 8.30018 0.155518 7.96881 0.155518C7.63744 0.155518 7.36881 0.424147 7.36881 0.755518V1.65552C7.36881 1.98689 7.63744 2.25552 7.96881 2.25552C8.30018 2.25552 8.56881 1.98689 8.56881 1.65552V0.755518Z\" fill=\"#262930\"/>\\n<path d=\"M8.56881 13.193C8.56881 12.8616 8.30018 12.593 7.96881 12.593C7.63744 12.593 7.36881 12.8616 7.36881 13.193V14.093C7.36881 14.4244 7.63744 14.693 7.96881 14.693C8.30018 14.693 8.56881 14.4244 8.56881 14.093V13.193Z\" fill=\"#262930\"/>\\n<path d=\"M15.2375 7.42422C15.2375 7.75559 14.9689 8.02422 14.6375 8.02422H13.7375C13.4061 8.02422 13.1375 7.75559 13.1375 7.42422C13.1375 7.09285 13.4061 6.82422 13.7375 6.82422H14.6375C14.9689 6.82422 15.2375 7.09285 15.2375 7.42422Z\" fill=\"#262930\"/>\\n<path d=\"M2.20001 8.02422C2.53138 8.02422 2.80001 7.75559 2.80001 7.42422C2.80001 7.09285 2.53138 6.82422 2.20001 6.82422H1.30001C0.968641 6.82422 0.700012 7.09285 0.700012 7.42422C0.700012 7.75559 0.968641 8.02422 1.30001 8.02422H2.20001Z\" fill=\"#262930\"/>\\n<path d=\"M13.1087 2.28462C13.343 2.51894 13.343 2.89884 13.1087 3.13315L12.4723 3.76955C12.2379 4.00386 11.858 4.00386 11.6237 3.76955C11.3894 3.53523 11.3894 3.15533 11.6237 2.92102L12.2601 2.28462C12.4944 2.05031 12.8743 2.05031 13.1087 2.28462Z\" fill=\"#262930\"/>\\n<path d=\"M4.31397 11.9276C4.54829 11.6933 4.54829 11.3134 4.31397 11.0791C4.07966 10.8447 3.69976 10.8447 3.46545 11.0791L2.82905 11.7155C2.59473 11.9498 2.59473 12.3297 2.82905 12.564C3.06336 12.7983 3.44326 12.7983 3.67758 12.564L4.31397 11.9276Z\" fill=\"#262930\"/>\\n<path d=\"M13.1087 12.5641C12.8743 12.7984 12.4944 12.7984 12.2601 12.5641L11.6237 11.9277C11.3894 11.6933 11.3894 11.3134 11.6237 11.0791C11.858 10.8448 12.2379 10.8448 12.4723 11.0791L13.1087 11.7155C13.343 11.9498 13.343 12.3297 13.1087 12.5641Z\" fill=\"#262930\"/>\\n<path d=\"M3.46545 3.76938C3.69976 4.0037 4.07966 4.0037 4.31397 3.76938C4.54829 3.53507 4.54829 3.15517 4.31397 2.92085L3.67758 2.28446C3.44326 2.05014 3.06336 2.05014 2.82905 2.28446C2.59473 2.51877 2.59473 2.89867 2.82905 3.13299L3.46545 3.76938Z\" fill=\"#262930\"/>\\n<path d=\"M5.70807 6.87131C5.48415 6.62704 5.50065 6.2475 5.74493 6.02358L7.56311 4.35692C7.7925 4.14664 8.14458 4.14664 8.37398 4.35692L10.1922 6.02358C10.4364 6.2475 10.4529 6.62704 10.229 6.87131C10.0051 7.11558 9.62556 7.13208 9.38129 6.90817L8.56832 6.16295L8.56833 10.0491C8.56833 10.3805 8.2997 10.6491 7.96833 10.6491C7.63696 10.6491 7.36833 10.3805 7.36833 10.0491L7.36832 6.16335L6.55579 6.90817C6.31152 7.13208 5.93198 7.11558 5.70807 6.87131Z\" fill=\"#262930\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1054d13\",\"data-styles-preset\":\"uCveDes3r\",children:\"Ultimate\"})}),className:\"framer-y6fusj\",\"data-framer-name\":\"Ultimate\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SPM6tccew\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-n600si\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"nvpYuG4MD\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{lyrhLn2Ss:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:494,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1dMXPgYuuHhk2Jo4R9U3YEfyock.svg\"},className:\"framer-1nkhetp\",\"data-framer-name\":\"Image 3\",layoutDependency:layoutDependency,layoutId:\"t7GpaXQd8\",style:{borderBottomLeftRadius:16.22,borderBottomRightRadius:16.22,borderTopLeftRadius:16.22,borderTopRightRadius:16.22},...addPropertyOverrides({ElWfc1AXW:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-500)/2)+0),pixelHeight:500,pixelWidth:494,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1dMXPgYuuHhk2Jo4R9U3YEfyock.svg\"}},GEtSzP836:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:500,pixelWidth:494,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1dMXPgYuuHhk2Jo4R9U3YEfyock.svg\"}},lyrhLn2Ss:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+-95),pixelHeight:500,pixelWidth:494,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1dMXPgYuuHhk2Jo4R9U3YEfyock.svg\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rr299t\",\"data-framer-name\":\"Image 4\",layoutDependency:layoutDependency,layoutId:\"DRxMs2i0A\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{APxmtAgqG:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/586RpSQ8mUaZodwkObiFKK8TUDw.svg\"},className:\"framer-1u3upqq\",\"data-framer-name\":\"Image 4\",layoutDependency:layoutDependency,layoutId:\"AE5ChdVhf\",style:{borderBottomLeftRadius:16.22,borderBottomRightRadius:16.22,borderTopLeftRadius:16.22,borderTopRightRadius:16.22},...addPropertyOverrides({APxmtAgqG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-95),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/586RpSQ8mUaZodwkObiFKK8TUDw.svg\"}},LzcqyYl7w:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/586RpSQ8mUaZodwkObiFKK8TUDw.svg\"}},pniiplZaw:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-500)/2)+0),pixelHeight:500,pixelWidth:493,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/586RpSQ8mUaZodwkObiFKK8TUDw.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iukr75\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"xcN5WQsvi\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined},{href:{webPageId:\"ndAjlx15U\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-232)/2)+0+0,...addPropertyOverrides({GEtSzP836:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+0},iJJ6xFZoD:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+0},LoErz93XI:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+232+0+0},LzcqyYl7w:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+0},SPWQ28MxS:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rjwsl5-container\",layoutDependency:layoutDependency,layoutId:\"UOtkK4DXO-container\",children:/*#__PURE__*/_jsx(VerticalTab,{G6EAnfyF9:\"Discover Git Sync\",height:\"100%\",id:\"UOtkK4DXO\",layoutId:\"UOtkK4DXO\",QDnkjqd_C:\"Collaborate with your entire team\",QLbHCtnou:false,style:{width:\"100%\"},variant:\"AypLxJZ4C\",WFQFxLVFr:resolvedLinks[0],width:\"100%\",z82ehl_lX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"With Git Sync, you can sync your docs with a GitHub or GitLab repository. So your technical writers can update content in the WYSIWYG editor, while engineers add to your docs directly in Git \u2014 with feedback and reviews to guarantee quality.\"})}),...addPropertyOverrides({ElWfc1AXW:{pbEfHaQ9O:pbEfHaQ9Ore7p6d,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[2]},GEtSzP836:{pbEfHaQ9O:pbEfHaQ9O1gpbsc,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[6]},iJJ6xFZoD:{pbEfHaQ9O:pbEfHaQ9O1gpbsc,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[5]},jCTSrTQH_:{pbEfHaQ9O:pbEfHaQ9Ore7p6d,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[1]},LoErz93XI:{variant:\"VwaOpKKuG\",WFQFxLVFr:resolvedLinks[8]},LzcqyYl7w:{pbEfHaQ9O:pbEfHaQ9O1gpbsc,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[7]},pniiplZaw:{pbEfHaQ9O:pbEfHaQ9Ore7p6d,variant:\"g2e6Y_yhs\",WFQFxLVFr:resolvedLinks[3]},SPWQ28MxS:{WFQFxLVFr:resolvedLinks[4]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-232)/2)+0+64,...addPropertyOverrides({GEtSzP836:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+56},iJJ6xFZoD:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+56},jct9tD8u7:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+232+0+0},LzcqyYl7w:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+56},SPWQ28MxS:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtsh70-container\",layoutDependency:layoutDependency,layoutId:\"gBk2a5A_T-container\",children:/*#__PURE__*/_jsx(VerticalTab,{G6EAnfyF9:\"Learn about site structure\",height:\"100%\",id:\"gBk2a5A_T\",layoutId:\"gBk2a5A_T\",pbEfHaQ9O:pbEfHaQ9O1htuu3p,QDnkjqd_C:\"Centralize all your docs\",QLbHCtnou:false,style:{width:\"100%\"},variant:\"g2e6Y_yhs\",WFQFxLVFr:\"https://docs.gitbook.com/publishing-documentation/site-structure\",width:\"100%\",z82ehl_lX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Why should your product docs be separate from your API reference or help center? Bring them all together in a centralized knowledge hub\\xa0\u2014 with global search and AI-powered answers to help your users find what they need fast.\"})}),...addPropertyOverrides({GEtSzP836:{pbEfHaQ9O:pbEfHaQ9O6ixcbu},iJJ6xFZoD:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"AypLxJZ4C\"},jct9tD8u7:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"VwaOpKKuG\"},jCTSrTQH_:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),G6EAnfyF9:\"See how it works\",QLbHCtnou:true,variant:\"AypLxJZ4C\"},LzcqyYl7w:{pbEfHaQ9O:pbEfHaQ9O6ixcbu},SPWQ28MxS:{pbEfHaQ9O:pbEfHaQ9O6ixcbu}},baseVariant,gestureVariant)})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-232)/2)+0+128,...addPropertyOverrides({GEtSzP836:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+112},iJJ6xFZoD:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+112},lyrhLn2Ss:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+232+0+0},LzcqyYl7w:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+112},SPWQ28MxS:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vso1bl-container\",layoutDependency:layoutDependency,layoutId:\"UCwelP1oU-container\",children:/*#__PURE__*/_jsx(VerticalTab,{G6EAnfyF9:\"Site customization\",height:\"100%\",id:\"UCwelP1oU\",layoutId:\"UCwelP1oU\",pbEfHaQ9O:pbEfHaQ9O17i49bq,QDnkjqd_C:\"Customize to match your brand\",QLbHCtnou:false,style:{width:\"100%\"},variant:\"g2e6Y_yhs\",WFQFxLVFr:\"https://docs.gitbook.com/publishing-documentation/customization\",width:\"100%\",z82ehl_lX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"With Git Sync, you can sync your docs with a GitHub or GitLab repository. So your technical writers can update content in the WYSIWYG editor, while engineers add to your docs directly in Git \u2014 with feedback and reviews to guarantee quality.\"})}),...addPropertyOverrides({ElWfc1AXW:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),G6EAnfyF9:\"Read the docs\",QLbHCtnou:true,variant:\"AypLxJZ4C\",z82ehl_lX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Your docs will look great in GitBook no matter what. But you can take things further by customizing your site\u2019s domain colors, layout, logos and more. With docs that perfectly match your brand, your entire product experience will feel seamless.\"})})},GEtSzP836:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"AypLxJZ4C\"},iJJ6xFZoD:{pbEfHaQ9O:pbEfHaQ9Od1fx4r},lyrhLn2Ss:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"VwaOpKKuG\"},LzcqyYl7w:{pbEfHaQ9O:pbEfHaQ9Od1fx4r},SPWQ28MxS:{pbEfHaQ9O:pbEfHaQ9Od1fx4r}},baseVariant,gestureVariant)})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+(0+((componentViewport?.height||500)-0-232)/2)+0+192,...addPropertyOverrides({APxmtAgqG:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+232+0+0},GEtSzP836:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+168},iJJ6xFZoD:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+168},LzcqyYl7w:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+168},SPWQ28MxS:{width:`min(max((${componentViewport?.width||\"100vw\"} - 32px) / 1.8, 1px), ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+0+168}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e76mhm-container\",layoutDependency:layoutDependency,layoutId:\"jnfjkSbWi-container\",children:/*#__PURE__*/_jsx(VerticalTab,{G6EAnfyF9:\"Publish a docs site\",height:\"100%\",id:\"jnfjkSbWi\",layoutId:\"jnfjkSbWi\",pbEfHaQ9O:pbEfHaQ9Ov95osy,QDnkjqd_C:\"Publish fully hosted docs in one click\",QLbHCtnou:false,style:{width:\"100%\"},variant:\"g2e6Y_yhs\",WFQFxLVFr:\"https://docs.gitbook.com/publishing-documentation/publish-a-docs-site\",width:\"100%\",z82ehl_lX:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"With GitBook you don\u2019t need to worry about hosting, page view limits or server costs. Just import or create your content, add any customizations you want, and publish in a click. It really is that simple.\"})}),...addPropertyOverrides({APxmtAgqG:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"VwaOpKKuG\"},GEtSzP836:{pbEfHaQ9O:pbEfHaQ9O1dgocpn},iJJ6xFZoD:{pbEfHaQ9O:pbEfHaQ9O1dgocpn},LzcqyYl7w:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),pbEfHaQ9O:undefined,QLbHCtnou:true,variant:\"AypLxJZ4C\"},pniiplZaw:{bJi3xDQ_e:addImageAlt({src:\"https://framerusercontent.com/images/A8X1Y1ORWovegRtmhdw2TRWAnU.svg\"},\"\"),G6EAnfyF9:\"Explore published docs\",QLbHCtnou:true,variant:\"AypLxJZ4C\",WFQFxLVFr:\"https://www.gitbook.com/solutions/public-docs\"},SPWQ28MxS:{pbEfHaQ9O:pbEfHaQ9O1dgocpn}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eHSf3.framer-1q1ijtn, .framer-eHSf3 .framer-1q1ijtn { display: block; }\",\".framer-eHSf3.framer-tdc8mp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-eHSf3 .framer-1raup9i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eHSf3 .framer-cwx046, .framer-eHSf3 .framer-1nkhetp, .framer-eHSf3 .framer-1u3upqq { flex: 1 0 0px; height: 500px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eHSf3 .framer-blubkr { 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; min-height: 500px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-eHSf3 .framer-33pxnl { flex: none; height: 500px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eHSf3 .framer-iczlus { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5.5px 15px 2.5px 7px; position: absolute; right: 10px; top: 20px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-eHSf3 .framer-1al70pk { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: visible; padding: 0px 0px 3px 0px; position: relative; width: 16px; }\",\".framer-eHSf3 .framer-z3ynk7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-eHSf3 .framer-y6fusj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eHSf3 .framer-n600si, .framer-eHSf3 .framer-rr299t { 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; min-height: 500px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eHSf3 .framer-1iukr75 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-eHSf3 .framer-rjwsl5-container, .framer-eHSf3 .framer-dtsh70-container, .framer-eHSf3 .framer-1vso1bl-container, .framer-eHSf3 .framer-e76mhm-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-tdc8mp, .framer-eHSf3 .framer-1raup9i, .framer-eHSf3 .framer-blubkr, .framer-eHSf3 .framer-iczlus, .framer-eHSf3 .framer-1al70pk, .framer-eHSf3 .framer-n600si, .framer-eHSf3 .framer-rr299t, .framer-eHSf3 .framer-1iukr75 { gap: 0px; } .framer-eHSf3.framer-tdc8mp > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-eHSf3.framer-tdc8mp > :first-child, .framer-eHSf3 .framer-1raup9i > :first-child, .framer-eHSf3 .framer-iczlus > :first-child, .framer-eHSf3 .framer-1al70pk > :first-child, .framer-eHSf3 .framer-n600si > :first-child, .framer-eHSf3 .framer-rr299t > :first-child { margin-left: 0px; } .framer-eHSf3.framer-tdc8mp > :last-child, .framer-eHSf3 .framer-1raup9i > :last-child, .framer-eHSf3 .framer-iczlus > :last-child, .framer-eHSf3 .framer-1al70pk > :last-child, .framer-eHSf3 .framer-n600si > :last-child, .framer-eHSf3 .framer-rr299t > :last-child { margin-right: 0px; } .framer-eHSf3 .framer-1raup9i > *, .framer-eHSf3 .framer-n600si > *, .framer-eHSf3 .framer-rr299t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-eHSf3 .framer-blubkr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eHSf3 .framer-blubkr > :first-child, .framer-eHSf3 .framer-1iukr75 > :first-child { margin-top: 0px; } .framer-eHSf3 .framer-blubkr > :last-child, .framer-eHSf3 .framer-1iukr75 > :last-child { margin-bottom: 0px; } .framer-eHSf3 .framer-iczlus > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-eHSf3 .framer-1al70pk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-eHSf3 .framer-1iukr75 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-eHSf3.framer-v-t27b8j .framer-blubkr, .framer-eHSf3.framer-v-1k0ushh .framer-n600si, .framer-eHSf3.framer-v-1a5svow .framer-rr299t { min-height: unset; }\",\".framer-eHSf3.framer-v-t27b8j .framer-iczlus { text-decoration: none; }\",\".framer-eHSf3.framer-v-t27b8j .framer-1al70pk, .framer-eHSf3.framer-v-oj9dwm .framer-1al70pk { height: var(--framer-aspect-ratio-supported, 19px); }\",\".framer-eHSf3.framer-v-1va7sp7.framer-tdc8mp { align-content: flex-start; align-items: flex-start; gap: 32px; max-width: 1024px; width: 810px; }\",\".framer-eHSf3.framer-v-1va7sp7 .framer-1raup9i { align-content: flex-start; align-items: flex-start; flex: 0.8 0 0px; }\",\".framer-eHSf3.framer-v-1va7sp7 .framer-cwx046, .framer-eHSf3.framer-v-oj9dwm .framer-33pxnl, .framer-eHSf3.framer-v-11xvfvn .framer-1nkhetp, .framer-eHSf3.framer-v-1vpnzv6 .framer-1u3upqq { height: 355px; }\",\".framer-eHSf3.framer-v-1va7sp7 .framer-1iukr75, .framer-eHSf3.framer-v-oj9dwm .framer-1iukr75, .framer-eHSf3.framer-v-11xvfvn .framer-1iukr75, .framer-eHSf3.framer-v-1vpnzv6 .framer-1iukr75 { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-1va7sp7.framer-tdc8mp, .framer-eHSf3.framer-v-1va7sp7 .framer-1iukr75 { gap: 0px; } .framer-eHSf3.framer-v-1va7sp7.framer-tdc8mp > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-eHSf3.framer-v-1va7sp7.framer-tdc8mp > :first-child { margin-left: 0px; } .framer-eHSf3.framer-v-1va7sp7.framer-tdc8mp > :last-child { margin-right: 0px; } .framer-eHSf3.framer-v-1va7sp7 .framer-1iukr75 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-eHSf3.framer-v-1va7sp7 .framer-1iukr75 > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-1va7sp7 .framer-1iukr75 > :last-child { margin-bottom: 0px; } }\",\".framer-eHSf3.framer-v-oj9dwm.framer-tdc8mp, .framer-eHSf3.framer-v-11xvfvn.framer-tdc8mp, .framer-eHSf3.framer-v-1vpnzv6.framer-tdc8mp { align-content: flex-start; align-items: flex-start; gap: 32px; width: 810px; }\",\".framer-eHSf3.framer-v-oj9dwm .framer-blubkr { align-content: flex-start; align-items: flex-start; flex: 0.8 0 0px; justify-content: flex-start; min-height: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-oj9dwm.framer-tdc8mp, .framer-eHSf3.framer-v-oj9dwm .framer-1iukr75 { gap: 0px; } .framer-eHSf3.framer-v-oj9dwm.framer-tdc8mp > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-eHSf3.framer-v-oj9dwm.framer-tdc8mp > :first-child { margin-left: 0px; } .framer-eHSf3.framer-v-oj9dwm.framer-tdc8mp > :last-child { margin-right: 0px; } .framer-eHSf3.framer-v-oj9dwm .framer-1iukr75 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-eHSf3.framer-v-oj9dwm .framer-1iukr75 > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-oj9dwm .framer-1iukr75 > :last-child { margin-bottom: 0px; } }\",\".framer-eHSf3.framer-v-11xvfvn .framer-n600si, .framer-eHSf3.framer-v-1vpnzv6 .framer-rr299t { align-content: flex-start; align-items: flex-start; flex: 0.8 0 0px; min-height: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-11xvfvn.framer-tdc8mp, .framer-eHSf3.framer-v-11xvfvn .framer-1iukr75 { gap: 0px; } .framer-eHSf3.framer-v-11xvfvn.framer-tdc8mp > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-eHSf3.framer-v-11xvfvn.framer-tdc8mp > :first-child { margin-left: 0px; } .framer-eHSf3.framer-v-11xvfvn.framer-tdc8mp > :last-child { margin-right: 0px; } .framer-eHSf3.framer-v-11xvfvn .framer-1iukr75 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-eHSf3.framer-v-11xvfvn .framer-1iukr75 > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-11xvfvn .framer-1iukr75 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-1vpnzv6.framer-tdc8mp, .framer-eHSf3.framer-v-1vpnzv6 .framer-1iukr75 { gap: 0px; } .framer-eHSf3.framer-v-1vpnzv6.framer-tdc8mp > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-eHSf3.framer-v-1vpnzv6.framer-tdc8mp > :first-child { margin-left: 0px; } .framer-eHSf3.framer-v-1vpnzv6.framer-tdc8mp > :last-child { margin-right: 0px; } .framer-eHSf3.framer-v-1vpnzv6 .framer-1iukr75 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-eHSf3.framer-v-1vpnzv6 .framer-1iukr75 > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-1vpnzv6 .framer-1iukr75 > :last-child { margin-bottom: 0px; } }\",\".framer-eHSf3.framer-v-1th4gyn.framer-tdc8mp, .framer-eHSf3.framer-v-y2ii80.framer-tdc8mp, .framer-eHSf3.framer-v-swjncr.framer-tdc8mp, .framer-eHSf3.framer-v-dne1a8.framer-tdc8mp { flex-direction: column; gap: 32px; width: 390px; }\",\".framer-eHSf3.framer-v-1th4gyn .framer-1raup9i { flex: none; height: 200px; width: 100%; }\",\".framer-eHSf3.framer-v-1th4gyn .framer-cwx046, .framer-eHSf3.framer-v-y2ii80 .framer-33pxnl, .framer-eHSf3.framer-v-dne1a8 .framer-1u3upqq { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); }\",\".framer-eHSf3.framer-v-1th4gyn .framer-1iukr75, .framer-eHSf3.framer-v-y2ii80 .framer-1iukr75, .framer-eHSf3.framer-v-swjncr .framer-1iukr75, .framer-eHSf3.framer-v-dne1a8 .framer-1iukr75 { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-1th4gyn.framer-tdc8mp { gap: 0px; } .framer-eHSf3.framer-v-1th4gyn.framer-tdc8mp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-eHSf3.framer-v-1th4gyn.framer-tdc8mp > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-1th4gyn.framer-tdc8mp > :last-child { margin-bottom: 0px; } }\",\".framer-eHSf3.framer-v-y2ii80 .framer-blubkr { flex: none; height: 200px; justify-content: flex-start; min-height: unset; width: 100%; }\",\".framer-eHSf3.framer-v-y2ii80 .framer-iczlus { top: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-y2ii80.framer-tdc8mp { gap: 0px; } .framer-eHSf3.framer-v-y2ii80.framer-tdc8mp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-eHSf3.framer-v-y2ii80.framer-tdc8mp > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-y2ii80.framer-tdc8mp > :last-child { margin-bottom: 0px; } }\",\".framer-eHSf3.framer-v-swjncr .framer-n600si { flex: none; flex-direction: column; height: 200px; min-height: unset; overflow: hidden; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eHSf3.framer-v-swjncr .framer-1nkhetp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-swjncr.framer-tdc8mp, .framer-eHSf3.framer-v-swjncr .framer-n600si { gap: 0px; } .framer-eHSf3.framer-v-swjncr.framer-tdc8mp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-eHSf3.framer-v-swjncr.framer-tdc8mp > :first-child, .framer-eHSf3.framer-v-swjncr .framer-n600si > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-swjncr.framer-tdc8mp > :last-child, .framer-eHSf3.framer-v-swjncr .framer-n600si > :last-child { margin-bottom: 0px; } .framer-eHSf3.framer-v-swjncr .framer-n600si > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-eHSf3.framer-v-dne1a8 .framer-rr299t { flex: none; height: 200px; min-height: unset; overflow: hidden; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eHSf3.framer-v-dne1a8.framer-tdc8mp { gap: 0px; } .framer-eHSf3.framer-v-dne1a8.framer-tdc8mp > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-eHSf3.framer-v-dne1a8.framer-tdc8mp > :first-child { margin-top: 0px; } .framer-eHSf3.framer-v-dne1a8.framer-tdc8mp > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jCTSrTQH_\":{\"layout\":[\"fixed\",\"auto\"]},\"ElWfc1AXW\":{\"layout\":[\"fixed\",\"auto\"]},\"pniiplZaw\":{\"layout\":[\"fixed\",\"auto\"]},\"SPWQ28MxS\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1024px\",null,null]},\"iJJ6xFZoD\":{\"layout\":[\"fixed\",\"auto\"]},\"GEtSzP836\":{\"layout\":[\"fixed\",\"auto\"]},\"LzcqyYl7w\":{\"layout\":[\"fixed\",\"auto\"]},\"LoErz93XI\":{\"layout\":[\"fixed\",\"auto\"]},\"jct9tD8u7\":{\"layout\":[\"fixed\",\"auto\"]},\"lyrhLn2Ss\":{\"layout\":[\"fixed\",\"auto\"]},\"APxmtAgqG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMpeYMa_zs=withCSS(Component,css,\"framer-eHSf3\");export default FramerMpeYMa_zs;FramerMpeYMa_zs.displayName=\"2025/Tabs - vertical\";FramerMpeYMa_zs.defaultProps={height:500,width:1024};addPropertyControls(FramerMpeYMa_zs,{variant:{options:[\"HGKEgSo49\",\"jCTSrTQH_\",\"ElWfc1AXW\",\"pniiplZaw\",\"SPWQ28MxS\",\"iJJ6xFZoD\",\"GEtSzP836\",\"LzcqyYl7w\",\"LoErz93XI\",\"jct9tD8u7\",\"lyrhLn2Ss\",\"APxmtAgqG\"],optionTitles:[\"Tab 1\",\"Tab 2\",\"Tab 3\",\"Tab 4\",\"Tab 1 - tablet\",\"Tab 2 - tablet\",\"Tab 3 - tablet\",\"Tab 4 - tablet\",\"Tab 1 - phone\",\"Tab 2 - phone\",\"Tab 3 - phone\",\"Tab 4 - phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMpeYMa_zs,[{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\"}]},...VerticalTabFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMpeYMa_zs\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"500\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jCTSrTQH_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ElWfc1AXW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pniiplZaw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SPWQ28MxS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1024px\\\",null,null]},\\\"iJJ6xFZoD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GEtSzP836\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LzcqyYl7w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LoErz93XI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jct9tD8u7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lyrhLn2Ss\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"APxmtAgqG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1024\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,cx,getFonts,Image,Link,PathVariablesContext,SVG,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Customers from\"https://framerusercontent.com/modules/0m9V6GTf0DsFfpHOV2Nq/fECWM9lGYR21830WCo3O/lUsWXuM02.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-yd6tb\";const variantClassNames={bfTFO1akB:\"framer-v-ty60rp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.3,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 query=prequery=>prequery({from:{alias:\"ShnfBEdbZ\",data:Customers,type:\"Collection\"},limit:{type:\"LiteralValue\",value:15},select:[{collection:\"ShnfBEdbZ\",name:\"x_brypdbQ\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"yB93gX9NJ\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"oy3vq_f9O\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"v3mUskOjA\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"Xtihb3mZO\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"E9yCEgcyH\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"ShnfBEdbZ\",name:\"s3IX4n9Hu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"KaoNDo22G\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"ShnfBEdbZ\",name:\"bZBZgoyJz\",type:\"Identifier\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x_brypdbQShnfBEdbZ,yB93gX9NJShnfBEdbZ,oy3vq_f9OShnfBEdbZ,v3mUskOjAShnfBEdbZ,Xtihb3mZOShnfBEdbZ,E9yCEgcyHShnfBEdbZ,idShnfBEdbZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"bfTFO1akB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ty60rp\",className,classNames),\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"bfTFO1akB\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xgmfpp-container\",\"data-framer-name\":\"Customer ticker\",layoutDependency:layoutDependency,layoutId:\"aWUnUeczq-container\",name:\"Customer ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.4,id:\"aWUnUeczq\",layoutId:\"aWUnUeczq\",name:\"Customer ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b3vxos\",layoutDependency:layoutDependency,layoutId:\"ShnfBEdbZ\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ShnfBEdbZ\",data:Customers,type:\"Collection\"},limit:{type:\"LiteralValue\",value:15},select:[{collection:\"ShnfBEdbZ\",name:\"x_brypdbQ\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"yB93gX9NJ\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"oy3vq_f9O\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"v3mUskOjA\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"Xtihb3mZO\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"E9yCEgcyH\",type:\"Identifier\"},{collection:\"ShnfBEdbZ\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"ShnfBEdbZ\",name:\"s3IX4n9Hu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"KaoNDo22G\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"ShnfBEdbZ\",name:\"bZBZgoyJz\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({E9yCEgcyH:E9yCEgcyHShnfBEdbZ,id:idShnfBEdbZ,oy3vq_f9O:oy3vq_f9OShnfBEdbZ,v3mUskOjA:v3mUskOjAShnfBEdbZ,x_brypdbQ:x_brypdbQShnfBEdbZ,Xtihb3mZO:Xtihb3mZOShnfBEdbZ,yB93gX9NJ:yB93gX9NJShnfBEdbZ},index)=>{x_brypdbQShnfBEdbZ??=\"#09F\";yB93gX9NJShnfBEdbZ??=\"\";oy3vq_f9OShnfBEdbZ??=0;Xtihb3mZOShnfBEdbZ??=\"#09F\";E9yCEgcyHShnfBEdbZ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ShnfBEdbZ-${idShnfBEdbZ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E9yCEgcyH:E9yCEgcyHShnfBEdbZ},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-26cxl8\",layoutDependency:layoutDependency,layoutId:\"aHIUETBlO\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vywlsk\",\"data-framer-name\":\"Customers/Customer Card\",layoutDependency:layoutDependency,layoutId:\"Nd0VlAUPE\",style:{background:\"linear-gradient(124deg, rgba(242, 247, 247, 0.04) 0%, rgba(242, 247, 247, 0) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(Link,{href:yB93gX9NJShnfBEdbZ,nodeId:\"MKCk710GQ\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-17qpej5 framer-7099ys\",\"data-border\":true,\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"MKCk710GQ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(222, 223, 227, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:x_brypdbQShnfBEdbZ,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2qiywd\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"miOITp6nw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1owr9v0\",\"data-framer-name\":\"Logo and text\",layoutDependency:layoutDependency,layoutId:\"mKuKXLgFv\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4vof9g\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"Cbn9gJK2A\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:58,pixelWidth:110,sizes:\"182px\",...toResponsiveImage(v3mUskOjAShnfBEdbZ),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-irhpel\",\"data-framer-name\":\"Customer logo\",layoutDependency:layoutDependency,layoutId:\"Z6zon54VD\",style:{filter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`}})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-w7ni60\",\"data-framer-name\":\"GitBook-grid\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:1200,intrinsicWidth:2293,layoutDependency:layoutDependency,layoutId:\"VDRrZlMOt\",style:{filter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`},svg:'<svg width=\"2293\" height=\"1200\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><g style=\"mix-blend-mode:hard-light\" opacity=\".6\" clip-path=\"url(#b)\"><path d=\"M-331.386 667.157h-173.092m173.092-90.263h-173.092m173.092-90.26h-173.092m173.092-90.26h-173.092m173.092-90.262h-173.092m173.092-90.261h-173.092m173.092-90.261h-173.092m173.092-90.26h-173.092m173.092-90.262h-173.092m173.092-90.259h-173.092M4428.33 937.939v-1083.13M-331.587 937.939h-3.911m-82.621-2.256h-3.94m4763.839 0V-221.913M2955.93 917.631V-174.526m952.73 1096.671h-3.94m-515.73-11.283V-149.705m866.05 1085.388h-3.94M3735.37 924.4a3.936 3.936 0 0 1-3.94-3.938V-174.526M2869.18 917.631V-312.176m952.73 1234.321h-3.94m-515.73-11.283V-221.913M4168.43 931.17h-3.94M3644.82-174.526V919.887m-862.25-6.769-3.93-1166.624m436.99 1159.854V-221.913m866.18 1157.596h-3.93M3558.21-174.526V924.4m-862.25-6.769h-3.94m1303.18 18.052h-3.94m-1381.91-18.052-3.94-1166.624m866.19-38.359v1200.47m1039.14-245.96h-173.09m173.09-90.263h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m-1308.95-4.514h-173.09m1314.78 816.863-4677.025-.001m4677.025-90.262-4677.025-.001m4677.025-90.26H-506.635m4677.025-90.26H-506.635m4677.025-90.261-4677.025-.001m4677.025-90.26-4677.025-.001m4677.025-90.26-4677.025-.001M4170.39 35.33H-506.635M4170.39-54.931H-506.635m4677.025-90.26h-173.08m-1301.09-4.514h-173.08m1820.48 816.863h-173.09m173.09-90.263h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m-1308.96-4.514h-173.08m1822.25 907.123H-504.478m5015.218 90.261-5015.218-.001m2336.358 85.75V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.62 1028.977V-95.549m-86.61 1028.977V-95.549M1225.6 933.428V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549M965.768 933.428V-95.549M879.155 933.428l.001-1028.977M792.543 933.428V-95.549M705.931 933.428V-95.549M619.322 933.428V-95.549M532.709 933.428V-95.549M446.096 933.428l.001-1028.977M359.485 933.428V-95.549M272.876 933.428V-95.549M186.263 933.428V-95.549M99.65 933.428V-95.549M13.044 933.428V-95.549M-73.573 933.428V-95.549m-86.618 1028.977V-95.549M-246.78 933.428V-95.549M4253.27 935.683V-95.549m-86.54 1031.232V-145.191m-86.55 1080.874V-95.549m-86.54 1031.232V-149.705M3907.1 935.683V-149.705m-86.55 1085.388V-149.705M3128.2 935.683V-145.191M2695.49 935.683V-287.352m-174.65 1220.78V-95.549m-86.62 1028.977V-95.549m-86.6 1028.977V-95.549M2261 933.428V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-82.68 1028.977V-95.549M3044.44 935.683V-145.191\" stroke=\"url(#c)\" stroke-width=\"1.405\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h2293v1200H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"rotate(90 1155 1155)\" d=\"M0 0h902v1843.46H0z\"/></clipPath><linearGradient id=\"c\" x1=\"2066.18\" y1=\"118.388\" x2=\"1734.98\" y2=\"909.751\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\" stop-opacity=\"0\"/><stop offset=\".335\" stop-color=\"#fff\"/><stop offset=\".705\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ezips1\",\"data-framer-name\":\"Brand color 2\",layoutDependency:layoutDependency,layoutId:\"uuEa0rOWw\",style:{backgroundColor:Xtihb3mZOShnfBEdbZ,filter:\"blur(20px)\",rotate:-6,WebkitFilter:\"blur(20px)\"}})]})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sfnv7z\",\"data-framer-name\":\"Arrow up-right (1)\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"d2lUXy3XS\",style:{filter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OShnfBEdbZ)/100})`},svg:'<svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m14 34 20-20m0 0H14m20 0v20\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})})})},idShnfBEdbZ);})})})})})],speed:80,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yd6tb.framer-7099ys, .framer-yd6tb .framer-7099ys { display: block; }\",\".framer-yd6tb.framer-ty60rp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 170px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-yd6tb .framer-1xgmfpp-container { flex: none; height: 290px; max-width: 100%; position: relative; width: 1200px; }\",\".framer-yd6tb .framer-b3vxos { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px 16px 0px 0px; position: relative; width: min-content; }\",\".framer-yd6tb .framer-26cxl8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-yd6tb .framer-1vywlsk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 230px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yd6tb .framer-17qpej5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 75px; overflow: visible; padding: 16px 25px 1px 20px; position: relative; text-decoration: none; width: 1px; }\",\".framer-yd6tb .framer-2qiywd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-yd6tb .framer-1owr9v0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yd6tb .framer-4vof9g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yd6tb .framer-irhpel { aspect-ratio: 5.45 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: relative; width: 182px; }\",\".framer-yd6tb .framer-w7ni60 { bottom: -32px; flex: none; mix-blend-mode: hard-light; position: absolute; right: -84px; top: -7px; width: 142%; z-index: 1; }\",\".framer-yd6tb .framer-ezips1 { bottom: -44px; flex: none; height: 60px; left: -43px; overflow: visible; position: absolute; right: -40px; z-index: 1; }\",\".framer-yd6tb .framer-sfnv7z { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: absolute; right: 5px; top: 5px; width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yd6tb.framer-ty60rp, .framer-yd6tb .framer-b3vxos, .framer-yd6tb .framer-26cxl8, .framer-yd6tb .framer-1vywlsk, .framer-yd6tb .framer-17qpej5, .framer-yd6tb .framer-2qiywd, .framer-yd6tb .framer-1owr9v0, .framer-yd6tb .framer-4vof9g { gap: 0px; } .framer-yd6tb.framer-ty60rp > *, .framer-yd6tb .framer-26cxl8 > *, .framer-yd6tb .framer-4vof9g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yd6tb.framer-ty60rp > :first-child, .framer-yd6tb .framer-b3vxos > :first-child, .framer-yd6tb .framer-26cxl8 > :first-child, .framer-yd6tb .framer-1vywlsk > :first-child, .framer-yd6tb .framer-4vof9g > :first-child { margin-left: 0px; } .framer-yd6tb.framer-ty60rp > :last-child, .framer-yd6tb .framer-b3vxos > :last-child, .framer-yd6tb .framer-26cxl8 > :last-child, .framer-yd6tb .framer-1vywlsk > :last-child, .framer-yd6tb .framer-4vof9g > :last-child { margin-right: 0px; } .framer-yd6tb .framer-b3vxos > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-yd6tb .framer-1vywlsk > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-yd6tb .framer-17qpej5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yd6tb .framer-17qpej5 > :first-child, .framer-yd6tb .framer-2qiywd > :first-child, .framer-yd6tb .framer-1owr9v0 > :first-child { margin-top: 0px; } .framer-yd6tb .framer-17qpej5 > :last-child, .framer-yd6tb .framer-2qiywd > :last-child, .framer-yd6tb .framer-1owr9v0 > :last-child { margin-bottom: 0px; } .framer-yd6tb .framer-2qiywd > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-yd6tb .framer-1owr9v0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",'.framer-yd6tb[data-border=\"true\"]::after, .framer-yd6tb [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 170\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOsfaWZ9KL=withCSS(Component,css,\"framer-yd6tb\");export default FramerOsfaWZ9KL;FramerOsfaWZ9KL.displayName=\"Customer ticker wrapper - phone\";FramerOsfaWZ9KL.defaultProps={height:170,width:1200};addFonts(FramerOsfaWZ9KL,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOsfaWZ9KL\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"170\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Customers from\"https://framerusercontent.com/modules/0m9V6GTf0DsFfpHOV2Nq/fECWM9lGYR21830WCo3O/lUsWXuM02.js\";import*as componentPresets from\"https://framerusercontent.com/modules/6jefiMo5jpeON4bCjptx/j0oS7vsPC1S5B58UgxSg/componentPresets.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/Jl003q0C2Chg88wBfv8q/anU7eeLHrBRdBwXX6QOg/bbisVUZ12.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/XVIm8OidfXw9O1PKqrMn/9faxBhO4tUhaDAh0fyjU/c2ZfGLHTc.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/zLMFNM3h5ggNmSFZFmNN/XYLE5pRQwrnsarZfbKSY/gqQ0JqKxk.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/46SfEWhe6uq0i1y6L6OJ/0aLaMZQDkTb5PZpi2X9m/l0URe58gj.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/RVfcBIcdVjbAMnjAvh2r/XoVB2CZrxcni7kCziLSF/m_WMAGZpq.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/vnZV95RCuG0RHLTsjehR/vfjG1D1V5PVHDOo1DjYL/MXYi07wQ0.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/40Z2lAIrMWiBQppRTLXB/WTOntnr9LRdipZ0yTiWH/pGj7V8fRW.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/WIEK5JOzrcihIzDZzHLr/dybfdKirY2jKQXL2vGmw/T1G5asvG1.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/Hj9Kwimy5qKyQzHvWXzF/KBKpLSTbdc0ixIBmod6E/U9Miyt6dz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/obQ81Y1ZCdm6gLCbGPwo/ya4reYRejE2wQ7PNN2Jm/uyJVUBqQm.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kyEIiHylR2mqVdwBf1FQ/G5Lsgm5hNyOupl9G7fP4/ZsVICcKyu.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-izIvw\";const variantClassNames={qCyGJ8LTh:\"framer-v-1yy32gp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.3,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"XYY8KlaPV\",data:Customers,type:\"Collection\"},limit:{type:\"LiteralValue\",value:15},select:[{collection:\"XYY8KlaPV\",name:\"x_brypdbQ\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"yB93gX9NJ\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"oy3vq_f9O\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"v3mUskOjA\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"pjDaFCpUE\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"Xtihb3mZO\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"E9yCEgcyH\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XYY8KlaPV\",name:\"bZBZgoyJz\",type:\"Identifier\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,x_brypdbQXYY8KlaPV,yB93gX9NJXYY8KlaPV,oy3vq_f9OXYY8KlaPV,v3mUskOjAXYY8KlaPV,pjDaFCpUEXYY8KlaPV,Xtihb3mZOXYY8KlaPV,E9yCEgcyHXYY8KlaPV,idXYY8KlaPV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"qCyGJ8LTh\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1yy32gp\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qCyGJ8LTh\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mbpwzc-container\",\"data-framer-name\":\"Customer ticker\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ugMmztPDi-container\",name:\"Customer ticker\",nodeId:\"ugMmztPDi\",rendersWithMotion:true,scopeId:\"YZvpzOJdN\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:.4,id:\"ugMmztPDi\",layoutId:\"ugMmztPDi\",name:\"Customer ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hv4kgs\",layoutDependency:layoutDependency,layoutId:\"XYY8KlaPV\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XYY8KlaPV\",data:Customers,type:\"Collection\"},limit:{type:\"LiteralValue\",value:15},select:[{collection:\"XYY8KlaPV\",name:\"x_brypdbQ\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"yB93gX9NJ\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"oy3vq_f9O\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"v3mUskOjA\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"pjDaFCpUE\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"Xtihb3mZO\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"E9yCEgcyH\",type:\"Identifier\"},{collection:\"XYY8KlaPV\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XYY8KlaPV\",name:\"bZBZgoyJz\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({E9yCEgcyH:E9yCEgcyHXYY8KlaPV,id:idXYY8KlaPV,oy3vq_f9O:oy3vq_f9OXYY8KlaPV,pjDaFCpUE:pjDaFCpUEXYY8KlaPV,v3mUskOjA:v3mUskOjAXYY8KlaPV,x_brypdbQ:x_brypdbQXYY8KlaPV,Xtihb3mZO:Xtihb3mZOXYY8KlaPV,yB93gX9NJ:yB93gX9NJXYY8KlaPV},index)=>{x_brypdbQXYY8KlaPV??=\"#09F\";yB93gX9NJXYY8KlaPV??=\"\";oy3vq_f9OXYY8KlaPV??=0;pjDaFCpUEXYY8KlaPV??=\"\";Xtihb3mZOXYY8KlaPV??=\"#09F\";E9yCEgcyHXYY8KlaPV??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`XYY8KlaPV-${idXYY8KlaPV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E9yCEgcyH:E9yCEgcyHXYY8KlaPV},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rk0wo3\",layoutDependency:layoutDependency,layoutId:\"V322lkNnH\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lkho1r\",\"data-framer-name\":\"Customers/Customer Card\",layoutDependency:layoutDependency,layoutId:\"eCs3On0bl\",style:{background:\"linear-gradient(124deg, rgba(242, 247, 247, 0.04) 0%, rgba(242, 247, 247, 0) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},whileHover:animation,children:[/*#__PURE__*/_jsx(Link,{href:yB93gX9NJXYY8KlaPV,motionChild:true,nodeId:\"bbMpI9UHz\",openInNewTab:true,scopeId:\"YZvpzOJdN\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mzs3dq framer-p0w25l\",\"data-border\":true,\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"bbMpI9UHz\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(222, 223, 227, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:x_brypdbQXYY8KlaPV,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yo3lpa\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"BVOGw0Ab9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15pm2tp\",\"data-framer-name\":\"Logo and text\",layoutDependency:layoutDependency,layoutId:\"gYvYDyXaa\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nu3oh0\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"tmwQXSaTp\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:58,pixelWidth:110,sizes:\"182px\",...toResponsiveImage(v3mUskOjAXYY8KlaPV),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1xgpz8y\",\"data-framer-name\":\"Customer logo\",layoutDependency:layoutDependency,layoutId:\"Ck8cSj3Cp\",style:{filter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`}})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"yQwQ66A1N\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"f8y9faKRj\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:pjDaFCpUEXYY8KlaPV,className:\"framer-24676m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NvkeEy3P4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",filter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`},stylesPresetsClassNames:{a:\"framer-styles-preset-w904o8\",blockquote:\"framer-styles-preset-oj3iyf\",code:\"framer-styles-preset-x7iwww\",h1:\"framer-styles-preset-gv4ok\",h2:\"framer-styles-preset-4vytbj\",h3:\"framer-styles-preset-bpuqg2\",h4:\"framer-styles-preset-17u67du\",h5:\"framer-styles-preset-fiezhy\",h6:\"framer-styles-preset-d12cjb\",img:\"framer-styles-preset-sglsj0\",p:\"framer-styles-preset-m35s77\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jrjy3d\",\"data-framer-name\":\"GitBook-grid\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:1200,intrinsicWidth:2293,layoutDependency:layoutDependency,layoutId:\"f0tAW95vK\",style:{filter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`},svg:'<svg width=\"2293\" height=\"1200\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><g style=\"mix-blend-mode:hard-light\" opacity=\".6\" clip-path=\"url(#b)\"><path d=\"M-331.386 667.157h-173.092m173.092-90.263h-173.092m173.092-90.26h-173.092m173.092-90.26h-173.092m173.092-90.262h-173.092m173.092-90.261h-173.092m173.092-90.261h-173.092m173.092-90.26h-173.092m173.092-90.262h-173.092m173.092-90.259h-173.092M4428.33 937.939v-1083.13M-331.587 937.939h-3.911m-82.621-2.256h-3.94m4763.839 0V-221.913M2955.93 917.631V-174.526m952.73 1096.671h-3.94m-515.73-11.283V-149.705m866.05 1085.388h-3.94M3735.37 924.4a3.936 3.936 0 0 1-3.94-3.938V-174.526M2869.18 917.631V-312.176m952.73 1234.321h-3.94m-515.73-11.283V-221.913M4168.43 931.17h-3.94M3644.82-174.526V919.887m-862.25-6.769-3.93-1166.624m436.99 1159.854V-221.913m866.18 1157.596h-3.93M3558.21-174.526V924.4m-862.25-6.769h-3.94m1303.18 18.052h-3.94m-1381.91-18.052-3.94-1166.624m866.19-38.359v1200.47m1039.14-245.96h-173.09m173.09-90.263h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m-1308.95-4.514h-173.09m1314.78 816.863-4677.025-.001m4677.025-90.262-4677.025-.001m4677.025-90.26H-506.635m4677.025-90.26H-506.635m4677.025-90.261-4677.025-.001m4677.025-90.26-4677.025-.001m4677.025-90.26-4677.025-.001M4170.39 35.33H-506.635M4170.39-54.931H-506.635m4677.025-90.26h-173.08m-1301.09-4.514h-173.08m1820.48 816.863h-173.09m173.09-90.263h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.261h-173.09m173.09-90.26h-173.09m-1308.96-4.514h-173.08m1822.25 907.123H-504.478m5015.218 90.261-5015.218-.001m2336.358 85.75V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.62 1028.977V-95.549m-86.61 1028.977V-95.549M1225.6 933.428V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549M965.768 933.428V-95.549M879.155 933.428l.001-1028.977M792.543 933.428V-95.549M705.931 933.428V-95.549M619.322 933.428V-95.549M532.709 933.428V-95.549M446.096 933.428l.001-1028.977M359.485 933.428V-95.549M272.876 933.428V-95.549M186.263 933.428V-95.549M99.65 933.428V-95.549M13.044 933.428V-95.549M-73.573 933.428V-95.549m-86.618 1028.977V-95.549M-246.78 933.428V-95.549M4253.27 935.683V-95.549m-86.54 1031.232V-145.191m-86.55 1080.874V-95.549m-86.54 1031.232V-149.705M3907.1 935.683V-149.705m-86.55 1085.388V-149.705M3128.2 935.683V-145.191M2695.49 935.683V-287.352m-174.65 1220.78V-95.549m-86.62 1028.977V-95.549m-86.6 1028.977V-95.549M2261 933.428V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-86.61 1028.977V-95.549m-82.68 1028.977V-95.549M3044.44 935.683V-145.191\" stroke=\"url(#c)\" stroke-width=\"1.405\"/></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h2293v1200H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"rotate(90 1155 1155)\" d=\"M0 0h902v1843.46H0z\"/></clipPath><linearGradient id=\"c\" x1=\"2066.18\" y1=\"118.388\" x2=\"1734.98\" y2=\"909.751\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\" stop-opacity=\"0\"/><stop offset=\".335\" stop-color=\"#fff\"/><stop offset=\".705\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1grrnpa\",\"data-framer-name\":\"Brand color 2\",layoutDependency:layoutDependency,layoutId:\"ncKfqbNvr\",style:{backgroundColor:Xtihb3mZOXYY8KlaPV,filter:\"blur(20px)\",rotate:-6,WebkitFilter:\"blur(20px)\"}})]})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10svzxh\",\"data-framer-name\":\"Arrow up-right (1)\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"ddZSKgYE1\",style:{filter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`,WebkitFilter:`invert(${parseFloat(oy3vq_f9OXYY8KlaPV)/100})`},svg:'<svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m14 34 20-20m0 0H14m20 0v20\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})})})},idXYY8KlaPV);})})})})})],speed:70,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-izIvw.framer-p0w25l, .framer-izIvw .framer-p0w25l { display: block; }\",\".framer-izIvw.framer-1yy32gp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 170px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-izIvw .framer-1mbpwzc-container { flex: none; height: 290px; max-width: 100%; position: relative; width: 1200px; }\",\".framer-izIvw .framer-1hv4kgs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; padding: 0px 16px 0px 0px; position: relative; width: min-content; }\",\".framer-izIvw .framer-1rk0wo3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-izIvw .framer-1lkho1r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 291px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-izIvw .framer-mzs3dq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 155px; overflow: visible; padding: 16px 25px 1px 20px; position: relative; text-decoration: none; width: 1px; }\",\".framer-izIvw .framer-yo3lpa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-izIvw .framer-15pm2tp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-izIvw .framer-1nu3oh0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-izIvw .framer-1xgpz8y { aspect-ratio: 5.45 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: relative; width: 182px; }\",\".framer-izIvw .framer-24676m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-izIvw .framer-jrjy3d { bottom: -32px; flex: none; mix-blend-mode: hard-light; position: absolute; right: -84px; top: -7px; width: 142%; z-index: 1; }\",\".framer-izIvw .framer-1grrnpa { bottom: -44px; flex: none; height: 60px; left: -43px; overflow: visible; position: absolute; right: -40px; z-index: 1; }\",\".framer-izIvw .framer-10svzxh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: absolute; right: 11px; top: 11px; width: 23px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-izIvw.framer-1yy32gp, .framer-izIvw .framer-1hv4kgs, .framer-izIvw .framer-1rk0wo3, .framer-izIvw .framer-1lkho1r, .framer-izIvw .framer-mzs3dq, .framer-izIvw .framer-yo3lpa, .framer-izIvw .framer-15pm2tp, .framer-izIvw .framer-1nu3oh0 { gap: 0px; } .framer-izIvw.framer-1yy32gp > *, .framer-izIvw .framer-1rk0wo3 > *, .framer-izIvw .framer-1nu3oh0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-izIvw.framer-1yy32gp > :first-child, .framer-izIvw .framer-1hv4kgs > :first-child, .framer-izIvw .framer-1rk0wo3 > :first-child, .framer-izIvw .framer-1lkho1r > :first-child, .framer-izIvw .framer-1nu3oh0 > :first-child { margin-left: 0px; } .framer-izIvw.framer-1yy32gp > :last-child, .framer-izIvw .framer-1hv4kgs > :last-child, .framer-izIvw .framer-1rk0wo3 > :last-child, .framer-izIvw .framer-1lkho1r > :last-child, .framer-izIvw .framer-1nu3oh0 > :last-child { margin-right: 0px; } .framer-izIvw .framer-1hv4kgs > *, .framer-izIvw .framer-1lkho1r > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-izIvw .framer-mzs3dq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-izIvw .framer-mzs3dq > :first-child, .framer-izIvw .framer-yo3lpa > :first-child, .framer-izIvw .framer-15pm2tp > :first-child { margin-top: 0px; } .framer-izIvw .framer-mzs3dq > :last-child, .framer-izIvw .framer-yo3lpa > :last-child, .framer-izIvw .framer-15pm2tp > :last-child { margin-bottom: 0px; } .framer-izIvw .framer-yo3lpa > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-izIvw .framer-15pm2tp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-izIvw[data-border=\"true\"]::after, .framer-izIvw [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 170\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYZvpzOJdN=withCSS(Component,css,\"framer-izIvw\");export default FramerYZvpzOJdN;FramerYZvpzOJdN.displayName=\"2025/Customer ticker wrapper\";FramerYZvpzOJdN.defaultProps={height:170,width:1200};addFonts(FramerYZvpzOJdN,[{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\"}]},...TickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"yQwQ66A1N\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"yQwQ66A1N\"]):[],...componentPresets.fonts?.[\"f8y9faKRj\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"f8y9faKRj\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYZvpzOJdN\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"170\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{logAmplitudeEvent}from\"https://framerusercontent.com/modules/1TUkPfGcKn7ybEsOcQJv/OFpOsPXGNDfrHDCRrIHH/Amplitude.js\";import*as styles from\"https://framerusercontent.com/modules/rnm1PjPC7njY4uq6Puft/h8LYUn6XKTCuRtVBhtN0/styles.js\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */export default function AdaptiveContentWaitlistInput(props){const[isLoading,setLoading]=React.useState(false);const[success,setSuccess]=React.useState(false);// Capture UTM tags\nconst[utmSource,setUtmSource]=React.useState(\"\");const[utmMedium,setUtmMedium]=React.useState(\"\");const[utmCampaign,setUtmCampaign]=React.useState(\"\");const[utmContent,setUtmContent]=React.useState(\"\");React.useEffect(()=>{const urlParams=new URLSearchParams(window.location.search);// UTM Tags\nconst utmSource=urlParams.get(\"utm_source\");const utmMedium=urlParams.get(\"utm_medium\");const utmCampaign=urlParams.get(\"utm_campaign\");const utmContent=urlParams.get(\"utm_content\");utmSource&&setUtmSource(utmSource);utmMedium&&setUtmMedium(utmMedium);utmCampaign&&setUtmCampaign(utmCampaign);utmContent&&setUtmContent(utmContent);},[]);const handleSubmit=React.useCallback(event=>{var xhr=new XMLHttpRequest;var hubspotURL=\"https://api.hsforms.com/submissions/v3/integration/submit/8443689/2c1dc462-5e06-4db1-9918-2f706175a359\";event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());var final_data={submittedAt:Date.now(),fields:[{objectTypeId:\"0-1\",name:\"email\",value:entries.email},{objectTypeId:\"0-1\",name:\"utm_source\",value:utmSource},{objectTypeId:\"0-1\",name:\"utm_medium\",value:utmMedium},{objectTypeId:\"0-1\",name:\"utm_campaign\",value:utmCampaign},{objectTypeId:\"0-1\",name:\"utm_content\",value:utmContent}]};fetch(hubspotURL,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(final_data)}).then(()=>{setSuccess(true);}).then(()=>{logAmplitudeEvent(\"submit_adaptive_content_waitlist_form\",{label:\"Submit\",from:\"Adaptive Content Waitlist Block\",data:entries});}).catch(error=>{console.error(error);setLoading(false);setSuccess(false);});},[props.onSubmit]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(\"form\",{method:\"POST\",autoComplete:\"off\",style:{...styles.formStyle},onSubmit:handleSubmit,children:[/*#__PURE__*/_jsx(\"input\",{name:\"source\",type:\"hidden\",value:props.source}),/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"label\",{style:styles.labelStyle,children:/*#__PURE__*/_jsx(\"input\",{type:\"email\",name:\"email\",required:true,placeholder:\"you@company.com\",style:styles.inputStyle})})}),/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",name:\"_honeypot\",style:{display:\"none\"},tabIndex:\"-1\",autoComplete:\"off\"}),/*#__PURE__*/_jsx(\"button\",{type:\"submit\",style:isLoading?styles.loadingButtonStyle:styles.buttonStyle,disabled:isLoading,children:success?\"Submitted\":isLoading?/*#__PURE__*/_jsx(Loader,{}):\"Join the waitlist\"})]})});}AdaptiveContentWaitlistInput.defaultProps={source:\"home\"};addPropertyControls(AdaptiveContentWaitlistInput,{source:{type:ControlType.String,title:\"Source\"}});const Loader=()=>{const loaderStyle={width:\"14px\",height:\"14px\",border:\"2px solid #aaa\",borderBottomColor:\"transparent\",borderRadius:\"50%\",display:\"inline-block\",boxSizing:\"border-box\"};return /*#__PURE__*/_jsx(motion.span,{style:loaderStyle,animate:{rotate:360},transition:{repeat:Infinity,duration:1,ease:\"linear\"}});};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AdaptiveContentWaitlistInput\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\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,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Globe from\"https://framerusercontent.com/modules/xFhv3ETdRBLjJusGaZ1P/SY4EOdo4KxEvLISnWiR3/Globe.js\";import ProductUIHero2 from\"#framer/local/canvasComponent/beXBMh4fQ/beXBMh4fQ.js\";import NavHeader from\"#framer/local/canvasComponent/CfWWKnLC4/CfWWKnLC4.js\";import GetStartedForFree from\"#framer/local/canvasComponent/idvMKSnbj/idvMKSnbj.js\";import CustomersStoryCard from\"#framer/local/canvasComponent/lR7kZI75G/lR7kZI75G.js\";import TabsVertical from\"#framer/local/canvasComponent/MpeYMa_zs/MpeYMa_zs.js\";import CustomerTickerWrapperPhone from\"#framer/local/canvasComponent/OsfaWZ9KL/OsfaWZ9KL.js\";import Button,*as ButtonInfo from\"#framer/local/canvasComponent/W2fcm1cU5/W2fcm1cU5.js\";import CustomerTickerWrapper from\"#framer/local/canvasComponent/YZvpzOJdN/YZvpzOJdN.js\";import{trackInAmplitude}from\"#framer/local/codeFile/brRD2Qq/Amplitude.js\";import{initializeAmplitude}from\"#framer/local/codeFile/yVpMv9L/Initialize_Amplitude.js\";import AdaptiveContentWaitlistInput from\"#framer/local/codeFile/yS926PQ/AdaptiveContentWaitlistInput.js\";import CustomerStories from\"#framer/local/collection/Cel7eV4rM/Cel7eV4rM.js\";import*as sharedStyle from\"#framer/local/css/FtN88BZtk/FtN88BZtk.js\";import*as sharedStyle2 from\"#framer/local/css/HyOtOajHo/HyOtOajHo.js\";import*as sharedStyle4 from\"#framer/local/css/miWQAVDpW/miWQAVDpW.js\";import*as sharedStyle3 from\"#framer/local/css/uCveDes3r/uCveDes3r.js\";import*as sharedStyle1 from\"#framer/local/css/ZsVICcKyu/ZsVICcKyu.js\";import metadataProvider from\"#framer/local/webPageMetadata/G9z51JAdl/G9z51JAdl.js\";const NavHeaderFonts=getFonts(NavHeader);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const ButtonTrackInAmplitudek08o16WithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"w3h74xTXG\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const ButtonTrackInAmplitude1wqzs6dWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"GSC35INSc\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const ProductUIHero2Fonts=getFonts(ProductUIHero2);const ButtonTrackInAmplitude1sx9ytwWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"Av9oG84Jo\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const CustomerTickerWrapperPhoneFonts=getFonts(CustomerTickerWrapperPhone);const CustomerTickerWrapperFonts=getFonts(CustomerTickerWrapper);const ContainerWithFX=withFX(Container);const ButtonTrackInAmplitudeg698diWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"aCXZPj9bx\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const TabsVerticalFonts=getFonts(TabsVertical);const GlobeFonts=getFonts(Globe);const ButtonTrackInAmplitude1ddohdwWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"DO4Jd9mUO\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const ButtonTrackInAmplitudeoiwoomWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"KLMDCfaxy\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const ButtonTrackInAmplitudeinq0aiWithMappedReactProps1v1ipky=withMappedReactProps(withCodeBoundaryForOverrides(Button,{nodeId:\"QnXhla0Ty\",override:trackInAmplitude,scopeId:\"G9z51JAdl\"}),ButtonInfo);const AdaptiveContentWaitlistInputFonts=getFonts(AdaptiveContentWaitlistInput);const CustomersStoryCardFonts=getFonts(CustomersStoryCard);const GetStartedForFreeFonts=getFonts(GetStartedForFree);const ImageInitializeAmplitude1i04nxh=withCodeBoundaryForOverrides(Image,{nodeId:\"C4lNLdDVP\",override:initializeAmplitude,scopeId:\"G9z51JAdl\"});const breakpoints={bEinQ1H9i:\"(max-width: 809px)\",C4lNLdDVP:\"(min-width: 1200px)\",U9NcDK97B:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Jjh3y\";const variantClassNames={bEinQ1H9i:\"framer-v-viy29q\",C4lNLdDVP:\"framer-v-1i04nxh\",U9NcDK97B:\"framer-v-hnm6pt\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-86};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:150,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition3};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"C4lNLdDVP\",Phone:\"bEinQ1H9i\",Tablet:\"U9NcDK97B\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"C4lNLdDVP\"};};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,ifhqdtEM6rT9DRAHfd,dAEQvsumjrT9DRAHfd,hB0QDx7lDrT9DRAHfd,lghA3YTL5rT9DRAHfd,idrT9DRAHfd,...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 ref1=React.useRef(null);const elementId=useRouteElementId(\"wQet_Vzkb\");const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"bEinQ1H9i\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"bEinQ1H9i\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"C4lNLdDVP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; }\"}),/*#__PURE__*/_jsxs(ImageInitializeAmplitude1i04nxh,{...restProps,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4244,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/MA53EyOasFNyhS5cTc7biX6Vk.svg\",srcSet:\"https://framerusercontent.com/images/MA53EyOasFNyhS5cTc7biX6Vk.svg?scale-down-to=2048 694w,https://framerusercontent.com/images/MA53EyOasFNyhS5cTc7biX6Vk.svg?scale-down-to=4096 1389w,https://framerusercontent.com/images/MA53EyOasFNyhS5cTc7biX6Vk.svg 1440w\"},className:cx(scopingClassNames,\"framer-1i04nxh\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-dvzboi\",\"data-border\":true,\"data-framer-name\":\"Site Nav\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:101,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kgahzh-container\",nodeId:\"zMX4REfoN\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{variant:\"WliCvh2rD\"},U9NcDK97B:{variant:\"tEwBV1k72\"}},children:/*#__PURE__*/_jsx(NavHeader,{height:\"100%\",id:\"zMX4REfoN\",layoutId:\"zMX4REfoN\",style:{width:\"100%\"},variant:\"ct7wYxvba\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-20,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k63spb\",\"data-framer-name\":\"Site Nav - scroll\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:101,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8yoqqp-container\",nodeId:\"QVIPdoQ9b\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{variant:\"WliCvh2rD\"},U9NcDK97B:{variant:\"tEwBV1k72\"}},children:/*#__PURE__*/_jsx(NavHeader,{height:\"100%\",id:\"QVIPdoQ9b\",layoutId:\"QVIPdoQ9b\",style:{width:\"100%\"},variant:\"o2vUhA16x\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hmaz38\",\"data-framer-name\":\"Nav scroll section\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ls4wbk\",\"data-framer-name\":\"Viewport spacer\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v3gqye\",\"data-framer-name\":\"Scroll section\",id:elementId,ref:ref1})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5933b4\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4244,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/9Izcl9YmANS2NAJbRFvvXm2QVU.svg\",srcSet:\"https://framerusercontent.com/images/9Izcl9YmANS2NAJbRFvvXm2QVU.svg?scale-down-to=2048 694w,https://framerusercontent.com/images/9Izcl9YmANS2NAJbRFvvXm2QVU.svg?scale-down-to=4096 1389w,https://framerusercontent.com/images/9Izcl9YmANS2NAJbRFvvXm2QVU.svg 1440w\"},className:\"framer-1tbvynb\",\"data-framer-name\":\"Content wrapper\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wbs5u8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBGYXZvcml0IEV4dGVuZGVkIEJvbGQ=\",\"--framer-font-family\":'\"ABC Favorit Extended Bold\", \"ABC Favorit Extended Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:[\"Build docs as a product,\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\"},children:\"not an afterthought\"})]})})},U9NcDK97B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBGYXZvcml0IEV4dGVuZGVkIEJvbGQ=\",\"--framer-font-family\":'\"ABC Favorit Extended Bold\", \"ABC Favorit Extended Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"34px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Build docs as a product,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\"},children:\"not an afterthought\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBGYXZvcml0IEV4dGVuZGVkIEJvbGQ=\",\"--framer-font-family\":'\"ABC Favorit Extended Bold\", \"ABC Favorit Extended Bold Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54px\"},children:\"Build docs as a product,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"54px\",\"--framer-text-color\":\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\"},children:\"not an afterthought\"})]})}),className:\"framer-9r7k0n\",fonts:[\"CUSTOM;ABC Favorit Extended Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:\"Documentation is a critical part of your product experience. GitBook helps you collaborate and build beautiful, centralized docs your users will love.\"})}),className:\"framer-gon2cx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lta27v\",\"data-framer-name\":\"Buttons wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k08o16-container\",nodeId:\"w3h74xTXG\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitudek08o16WithMappedReactProps1v1ipky,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/M4XqnPKJ0gSjGBNdWZcyzZd8.svg\"},\"\"),CuFHpX5CK:false,DmQQ8L0g6:\"Home Hero GitHub CTA\",height:\"100%\",hz3C0GYaA:false,id:\"w3h74xTXG\",KDn5AhHAZ:true,KOTSOgWCX:false,layoutId:\"w3h74xTXG\",lmSVhb54m:\"Signup with GitHub\",u0Cad7hMp:\"Sign up with GitHub\",variant:\"cjoUpWZ9b\",vTo4P4jYt:\"https://app.gitbook.com/join?auth=github\",width:\"100%\",WxHSWaXxl:\"sign_up_github\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wqzs6d-container\",nodeId:\"GSC35INSc\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitude1wqzs6dWithMappedReactProps1v1ipky,{aJsENS3O1:addImageAlt({src:\"https://framerusercontent.com/images/ZVFnpToJbhKMPLSJ2XXW0tu58k.svg\"},\"\"),CuFHpX5CK:false,DmQQ8L0g6:\"Home Hero CTA\",height:\"100%\",hz3C0GYaA:false,id:\"GSC35INSc\",KDn5AhHAZ:false,KOTSOgWCX:true,layoutId:\"GSC35INSc\",lmSVhb54m:\"Start for free\",u0Cad7hMp:\"Start for free\",variant:\"Z_1fOfGqe\",vTo4P4jYt:\"https://app.gitbook.com/join\",width:\"100%\",WxHSWaXxl:\"sign_up\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:674,width:`min(1000px, ${componentViewport?.width||\"100vw\"})`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ho42g2-container\",nodeId:\"JVefW0SEr\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{variant:\"BiwPWwbF_\"},U9NcDK97B:{variant:\"HZoo2P0u8\"}},children:/*#__PURE__*/_jsx(ProductUIHero2,{height:\"100%\",id:\"JVefW0SEr\",layoutId:\"JVefW0SEr\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"y_fqPbExq\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-medey4\",\"data-framer-name\":\"Grid\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:610,intrinsicWidth:1713,svg:'<svg width=\"1713\" height=\"610\" viewBox=\"-1 -1 1713 610\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1623.28 526.44H1709.92M41.5296 0V526.44M84.8479 1.09675V563.73M778.513 9.87076V540.698M301.642 7.67726H303.612M561.754 13.161V528.634M128.268 1.09675H130.238M388.379 6.5805V6.5805C389.468 6.5805 390.35 7.46278 390.35 8.55108V540.698M821.933 9.87076V607.6M345.062 7.67726H347.032M605.173 13.161V563.73M171.62 3.29025H173.59M433.702 540.698V8.77401M865.285 12.0643L867.256 579.084M648.525 15.3545V563.73M214.972 1.09675H216.942M477.054 540.698V6.5805M908.637 9.87076H910.608M258.324 1.09675H260.294M951.989 9.87076L953.96 576.891M520.406 595.536V12.0643M0.280029 131.61H86.916M0.280029 175.48H86.916M0.280029 219.35H86.916M0.280029 263.22H86.916M0.280029 307.09H86.916M0.280029 350.96H86.916M0.280029 394.83H86.916M0.280029 438.7H86.916M0.280029 482.57H86.916M0.280029 526.44H86.916M742.092 528.634H828.728M170.634 131.61H1711M170.634 175.48H1711M170.634 219.35H1711M170.634 263.22H1711M170.634 307.09H1711M170.634 350.96H1711M170.634 394.83H1711M170.634 438.7H1711M170.634 482.57H1711M170.634 526.44H257.27M908.505 528.634H995.141M83.9305 131.61H170.566M83.9305 175.48H170.566M83.9305 219.35H170.566M83.9305 263.22H170.566M83.9305 307.09H170.566M83.9305 350.96H170.566M83.9305 394.83H170.566M83.9305 438.7H170.566M83.9305 482.57H170.566M83.9305 526.44H170.566M825.742 528.634H912.378M0.28012 87.7401H1709.92M0.28012 43.87H1709.92M1341.14 2.1935V502.312M1384.49 2.1935V502.312M1427.84 2.1935V502.312M1471.19 2.1935V502.312M1514.55 2.1935V502.312M1557.9 2.1935V502.312M1601.25 2.1935V502.312M1644.6 2.1935V502.312M1687.95 2.1935V502.312M129.151 1.09675V502.312M172.469 1.09675V526.44M215.787 1.09675V502.312M259.105 1.09675V528.634M302.423 1.09675V528.634M345.741 1.09675V528.634M692.285 1.09675V526.44M908.875 1.09675V595.536M996.292 2.1935V502.312M1039.64 2.1935V502.312M1083 2.1935V502.312M1126.35 2.1935V502.312M1169.7 2.1935V502.312M1213.05 2.1935V502.312M1256.4 2.1935V502.312M1297.79 2.1935V502.312M734.21 1.09675V526.44\" stroke=\"url(#paint0_radial_52_3088)\" stroke-width=\"1.5\"/>\\n<defs>\\n<radialGradient id=\"paint0_radial_52_3088\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(1769.78 -22) rotate(148.105) scale(1295.5 78.8861)\">\\n<stop offset=\"0.177306\" stop-color=\"#5F45FF\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"#5F45FF\" stop-opacity=\"0\"/>\\n</radialGradient>\\n</defs>\\n</svg>\\n',transformTemplate:transformTemplate1,withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wml6m7\",\"data-framer-name\":\"Showcase\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jzd13b\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dkg84\",\"data-framer-name\":\"Title + CTA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-4vytbj\",\"data-styles-preset\":\"ZsVICcKyu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-f6fee0a1-489c-4820-b95f-85bd511bc52e, rgb(24, 28, 31))\"},children:[\"Companies like yours are\",/*#__PURE__*/_jsx(\"br\",{})]}),\"building better docs with GitBook\"]})}),className:\"framer-7570ka\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UMBrHRs1N\"},implicitPathVariables:undefined},{href:{webPageId:\"UMBrHRs1N\"},implicitPathVariables:undefined},{href:{webPageId:\"UMBrHRs1N\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sx9ytw-container\",nodeId:\"Av9oG84Jo\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{vTo4P4jYt:resolvedLinks[2]},U9NcDK97B:{vTo4P4jYt:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitude1sx9ytwWithMappedReactProps1v1ipky,{CuFHpX5CK:false,DmQQ8L0g6:\"Customer Showcase Homepage\",height:\"100%\",hz3C0GYaA:false,id:\"Av9oG84Jo\",KDn5AhHAZ:false,KOTSOgWCX:true,layoutId:\"Av9oG84Jo\",lmSVhb54m:\"Customer Showcase\",u0Cad7hMp:\"Customer Showcase\",variant:\"RRkuaKZ1A\",vTo4P4jYt:resolvedLinks[0],width:\"100%\",WxHSWaXxl:\"customer_showcase\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{height:113,width:`min(min(1200px, ${componentViewport?.width||\"100vw\"}), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rsirlj-container hidden-1i04nxh hidden-hnm6pt\",nodeId:\"sk9v6Ylgi\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(CustomerTickerWrapperPhone,{height:\"100%\",id:\"sk9v6Ylgi\",layoutId:\"sk9v6Ylgi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U9NcDK97B:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:214,width:`min(min(1200px, ${componentViewport?.width||\"100vw\"}), 1440px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l4d5d2-container hidden-viy29q\",nodeId:\"T6SsLIBLP\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(CustomerTickerWrapper,{height:\"100%\",id:\"T6SsLIBLP\",layoutId:\"T6SsLIBLP\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-kbu643\",\"data-framer-name\":\"Preview\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:1200,positionX:\"74.1%\",positionY:\"65.4%\",sizes:`min(1024px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg\",srcSet:\"https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg 1200w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:100,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:`min(1024px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg\",srcSet:\"https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vwvL5jFT3nG3dTut5DUZeco5Zl4.svg 1200w\"},className:\"framer-1q2wkxg\",\"data-framer-name\":\"Request preview\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sfijqo\",\"data-framer-name\":\"Icon + title\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4znehn\",\"data-framer-name\":\"Public-content\",fill:\"black\",intrinsicHeight:65,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"65\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 14.924v-7a2 2 0 0 1 2-2h7m-9 15v10m56 0v-10m0 26v-10m-41 9h10m16-40H35\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M44.5 17.924h-2m10 0h-2m-6 16h-2m10 0h-2m-37.5-16h-2m10 0h-2m-6 16h-2m10 0h-2\" stroke=\"#4EAAC8\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M47.531 45.02c-4.814 0-7.295 3.736-7.848 4.686a.43.43 0 0 0 0 .437c.553.95 3.034 4.685 7.848 4.685 4.815 0 7.295-3.735 7.849-4.685a.43.43 0 0 0 0-.437c-.554-.95-3.034-4.685-7.849-4.685Z\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\"/><rect x=\"44.517\" y=\"45.021\" width=\"6.029\" height=\"6.029\" rx=\"3.014\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M29 5.924H19\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M35.031 45.956 32 42.924l-3.031 3.032m0-40.063L32 8.924l3.031-3.03\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M28 36.924v2m0-10v2m0-10v2m0-10v2m8 22v2m0-10v2m0-10v2m0-10v2\" stroke=\"#4EAAC8\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M60 14.924v-7a2 2 0 0 0-2-2h-7m-47 31v7a2 2 0 0 0 2 2h7\" stroke=\"#EF96B8\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M35 60.924h10m-26 0h10m24 0h-2m10 0h-2m-54 0H3m10 0h-2\" stroke=\"#4EAAC8\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fqfpii\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mip7cy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",style:{\"--framer-text-alignment\":\"center\"},children:\"See how good your docs could look\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"See how good your docs could look\"})}),className:\"framer-tv1dxf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:\"Send us a link to your public documentation and we\u2019ll create a personalized preview\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-52f119b3-c695-48cb-b353-9260c7d083b0, rgb(38, 41, 48))\"},children:\"Send us a link to your public documentation and we\u2019ll create a personalized preview\"})}),className:\"framer-1jno4qz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ABzzm0cM2\"},implicitPathVariables:undefined},{href:{webPageId:\"ABzzm0cM2\"},implicitPathVariables:undefined},{href:{webPageId:\"ABzzm0cM2\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g698di-container\",nodeId:\"aCXZPj9bx\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{vTo4P4jYt:resolvedLinks1[2]},U9NcDK97B:{vTo4P4jYt:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitudeg698diWithMappedReactProps1v1ipky,{CuFHpX5CK:false,DmQQ8L0g6:\"Preview Homepage\",height:\"100%\",hz3C0GYaA:false,id:\"aCXZPj9bx\",KDn5AhHAZ:false,KOTSOgWCX:true,layoutId:\"aCXZPj9bx\",lmSVhb54m:\"Preview\",u0Cad7hMp:\"Request a preview\",variant:\"DvPqztqqP\",vTo4P4jYt:resolvedLinks1[0],width:\"100%\",WxHSWaXxl:\"request_preview\"})})})})})]})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2332,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Myf4BwI9pLsPWxmO3ZBIukE4EsA.svg\",srcSet:\"https://framerusercontent.com/images/Myf4BwI9pLsPWxmO3ZBIukE4EsA.svg?scale-down-to=1024 632w,https://framerusercontent.com/images/Myf4BwI9pLsPWxmO3ZBIukE4EsA.svg?scale-down-to=2048 1264w,https://framerusercontent.com/images/Myf4BwI9pLsPWxmO3ZBIukE4EsA.svg 1440w\"},className:\"framer-3ktbmv\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ygcy6\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-4vytbj\",\"data-styles-preset\":\"ZsVICcKyu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f6fee0a1-489c-4820-b95f-85bd511bc52e, rgb(24, 28, 31))\"},children:[\"Collaborate on beautiful, centralized docs \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\"},children:\"that your team and users will love\"})]})}),className:\"framer-155xduq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m2aaup\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fh52ge\",\"data-framer-name\":\"Tabs wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{width:`min(1024px, ${componentViewport?.width||\"100vw\"})`},U9NcDK97B:{width:`min(1024px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"1024px\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{transformTemplate:undefined},U9NcDK97B:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-x68a6x-container\",nodeId:\"S2BDf8aAJ\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{variant:\"LoErz93XI\"},U9NcDK97B:{variant:\"SPWQ28MxS\"}},children:/*#__PURE__*/_jsx(TabsVertical,{height:\"100%\",id:\"S2BDf8aAJ\",layoutId:\"S2BDf8aAJ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"HGKEgSo49\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{height:500,width:`min(1024px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g9vba4-container hidden-1i04nxh hidden-hnm6pt\",nodeId:\"QjkNlg6mT\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(TabsVertical,{height:\"100%\",id:\"QjkNlg6mT\",layoutId:\"QjkNlg6mT\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"jct9tD8u7\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{height:500,width:`min(1024px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o36nnz-container hidden-1i04nxh hidden-hnm6pt\",nodeId:\"w6TPyYFCf\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(TabsVertical,{height:\"100%\",id:\"w6TPyYFCf\",layoutId:\"w6TPyYFCf\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"lyrhLn2Ss\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{height:500,width:`min(1024px, ${componentViewport?.width||\"100vw\"})`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i37qwx-container hidden-1i04nxh hidden-hnm6pt\",nodeId:\"G9zbhLjaz\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(TabsVertical,{height:\"100%\",id:\"G9zbhLjaz\",layoutId:\"G9zbhLjaz\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"APxmtAgqG\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bb4py0\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19xbdl9\",\"data-framer-name\":\"Analytics\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pvzytg\",\"data-framer-name\":\"Visual\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a09ev6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZU5Paxi5J\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(Globe,{alignment:\"center\",background:\"rgba(255, 255, 255, 0)\",baseColor:\"rgba(255, 255, 255, 0)\",dark:0,diffuse:3.66,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:\"rgba(150, 150, 150, 0)\",height:\"100%\",id:\"ZU5Paxi5J\",isDraggable:true,layoutId:\"ZU5Paxi5J\",mapBrightness:12,markerArray:[{latitude:52.3676,longitude:4.9041},{latitude:51.498186,longitude:.148987},{latitude:52.477583,longitude:1.897286},{latitude:48.863855,longitude:2.30646},{latitude:52.511327,longitude:13.410303},{latitude:52.3676,longitude:4.9041},{latitude:37.035789,longitude:27.430798},{latitude:28.639163,longitude:77.233294},{latitude:40.427605,longitude:3.718063},{latitude:52.3676,longitude:4.9041},{latitude:41.401653,longitude:-2.193401},{latitude:37.776012,longitude:-122.456998},{latitude:40.682967,longitude:-73.98501},{latitude:32.742082,longitude:-117.083091},{latitude:54.403413,longitude:-6.353927},{latitude:59.417681,longitude:17.703615},{latitude:25.825424,longitude:-80.436897},{latitude:30.275258,longitude:-97.70483},{latitude:35.75524,longitude:139.772365},{latitude:29.552877,longitude:31.754778},{latitude:-33.654142,longitude:18.603285},{latitude:-23.668873,longitude:-46.497185},{latitude:-33.886575,longitude:151.166763}],markerColor:\"var(--token-853a0503-021f-45f1-80db-95ac66f8eb17, rgb(48, 127, 152))\",markerSize:.06,maxSamples:2e4,maxWidth:800,offset:{offsetX:0,offsetY:0},phi:0,scale:1,speed:1,style:{height:\"100%\",width:\"100%\"},theta:.3,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:633,intrinsicWidth:600},className:\"framer-dzm5px\",\"data-framer-name\":\"Image 1\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-81o21h\",\"data-framer-name\":\"Stats wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9zkdmf\",\"data-framer-name\":\"Stats\",fill:\"black\",intrinsicHeight:212,intrinsicWidth:130,svg:'<svg width=\"130\" height=\"212\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.584 45.216c-1.312 0-2.448-.312-3.408-.936-.944-.64-1.672-1.56-2.184-2.76-.496-1.216-.744-2.68-.744-4.392 0-1.792.32-3.384.96-4.776.656-1.408 1.544-2.496 2.664-3.264a6.506 6.506 0 0 1 3.72-1.152c.944 0 1.792.176 2.544.528A4.625 4.625 0 0 1 13.008 30c.496.672.816 1.472.96 2.4h-2.832c-.128-.592-.408-1.072-.84-1.44-.432-.368-1-.552-1.704-.552h-.264c-.816 0-1.576.272-2.28.816-.704.544-1.272 1.368-1.704 2.472-.416 1.088-.624 2.432-.624 4.032l-.24-.552c.272-.976.84-1.76 1.704-2.352.864-.592 1.864-.888 3-.888.976 0 1.88.232 2.712.696a4.937 4.937 0 0 1 1.968 1.92c.496.832.744 1.8.744 2.904 0 1.088-.248 2.072-.744 2.952-.496.864-1.2 1.552-2.112 2.064-.896.496-1.952.744-3.168.744Zm.144-2.472a2.982 2.982 0 0 0 2.64-1.536c.272-.496.408-1.04.408-1.632 0-.608-.136-1.152-.408-1.632a2.99 2.99 0 0 0-1.104-1.128 2.855 2.855 0 0 0-1.536-.432h-.24c-.576 0-1.104.144-1.584.432-.48.272-.864.656-1.152 1.152a3.065 3.065 0 0 0-.432 1.608c0 .592.136 1.136.408 1.632.288.48.672.856 1.152 1.128a3.291 3.291 0 0 0 1.608.408h.24Zm7.823 4.032h.84c.512 0 .888-.136 1.128-.408.24-.256.36-.624.36-1.104v-.288h-1.512V41.76h3.216v3.624c0 .592-.128 1.12-.384 1.584a2.817 2.817 0 0 1-1.104 1.104c-.464.272-1.008.408-1.632.408h-.912v-1.704Zm8.002-3c0-3.408.616-6.224 1.848-8.448 1.248-2.24 2.872-3.944 4.872-5.112l.072.528h-9.6v-2.568h11.904v2.496a12.715 12.715 0 0 0-3.36 3.024c-.896 1.168-1.592 2.6-2.088 4.296-.48 1.68-.72 3.64-.72 5.88v1.104h-2.928v-1.2Zm16.435 1.44c-1.088 0-2.08-.192-2.976-.576-.896-.4-1.616-.96-2.16-1.68-.544-.736-.864-1.592-.96-2.568h2.832c.128.752.48 1.336 1.056 1.752.576.416 1.28.624 2.112.624h.24c.56 0 1.064-.128 1.512-.384a2.743 2.743 0 0 0 1.08-1.056c.272-.464.408-.992.408-1.584 0-.848-.28-1.528-.84-2.04-.56-.528-1.264-.792-2.112-.792h-.24c-.512 0-1.024.12-1.536.36-.512.224-.936.56-1.272 1.008h-2.664l2.064-10.104h9.264v2.496h-7.128l-1.056 4.968c.368-.368.832-.656 1.392-.864a4.86 4.86 0 0 1 1.704-.312c1.024 0 1.936.224 2.736.672a4.472 4.472 0 0 1 1.848 1.848c.448.784.672 1.664.672 2.64 0 1.088-.256 2.056-.768 2.904-.496.848-1.2 1.512-2.112 1.992-.896.464-1.928.696-3.096.696Zm13.414 0c-.96 0-1.816-.176-2.568-.528a4.847 4.847 0 0 1-1.872-1.536c-.48-.672-.792-1.472-.936-2.4h2.832c.128.592.408 1.072.84 1.44.432.368 1 .552 1.704.552h.264c.816 0 1.576-.272 2.28-.816.704-.544 1.264-1.36 1.68-2.448.432-1.104.64-2.456.624-4.056l.264.552c-.272.976-.848 1.76-1.728 2.352-.864.592-1.856.888-2.976.888a5.679 5.679 0 0 1-2.736-.672 5.332 5.332 0 0 1-1.968-1.944c-.48-.832-.72-1.8-.72-2.904 0-1.088.248-2.064.744-2.928a5.288 5.288 0 0 1 2.088-2.064c.912-.512 1.976-.768 3.192-.768 1.312 0 2.44.32 3.384.96.96.624 1.688 1.544 2.184 2.76.512 1.2.768 2.656.768 4.368 0 1.792-.328 3.392-.984 4.8-.656 1.392-1.544 2.472-2.664 3.24a6.396 6.396 0 0 1-3.696 1.152Zm1.104-8.448c.56 0 1.08-.136 1.56-.408a3.248 3.248 0 0 0 1.176-1.152c.288-.496.432-1.04.432-1.632 0-.592-.144-1.128-.432-1.608a2.852 2.852 0 0 0-1.152-1.152 3.157 3.157 0 0 0-1.584-.408h-.24c-.576 0-1.096.136-1.56.408a3.003 3.003 0 0 0-1.08 1.152 3.204 3.204 0 0 0-.408 1.608 3.252 3.252 0 0 0 1.488 2.784c.464.272.984.408 1.56.408h.24Z\" fill=\"#262930\"/><rect x=\"70.427\" y=\"26.668\" width=\"57.265\" height=\"19.618\" rx=\"9.809\" fill=\"#F2FFF8\"/><rect x=\"70.427\" y=\"26.668\" width=\"57.265\" height=\"19.618\" rx=\"9.809\" stroke=\"#91EABF\" stroke-width=\".853\"/><path d=\"M89.98 33.215a.51.51 0 0 1 .15.355v3.418a.512.512 0 0 1-1.024 0v-2.176l-3.391 3.39c-.2.2-.524.2-.724 0l-1.344-1.343-3.05 3.05a.512.512 0 1 1-.724-.724l3.412-3.412c.2-.2.524-.2.724 0l1.344 1.344 3.029-3.029h-2.176a.512.512 0 0 1 0-1.023h3.412a.51.51 0 0 1 .361.15Z\" fill=\"#238254\"/><path d=\"m96.445 38.768 2.54-2.406c.029-.03.15-.145.365-.344.259-.237.459-.433.599-.588.148-.163.27-.34.366-.532.096-.192.144-.403.144-.632a1.07 1.07 0 0 0-.62-.998 1.326 1.326 0 0 0-.622-.144h-.11a1.36 1.36 0 0 0-.722.188 1.25 1.25 0 0 0-.487.51 1.49 1.49 0 0 0-.178.732h-1.197c0-.495.114-.928.343-1.297.237-.37.551-.654.943-.854.4-.2.846-.3 1.342-.3.465 0 .887.086 1.264.256s.672.414.887.731c.221.318.332.692.332 1.12 0 .355-.074.688-.221.998a3.46 3.46 0 0 1-.544.832 12.94 12.94 0 0 1-.909.91l-.066.066-2.606 2.406-.277-.51h4.734v1.064h-5.3v-1.208Zm6.511 0 2.539-2.406c.029-.03.151-.145.366-.344.258-.237.458-.433.598-.588.148-.163.27-.34.366-.532.096-.192.144-.403.144-.632a1.07 1.07 0 0 0-.62-.998 1.327 1.327 0 0 0-.621-.144h-.111a1.36 1.36 0 0 0-.721.188c-.207.119-.37.289-.488.51a1.493 1.493 0 0 0-.177.732h-1.198c0-.495.115-.928.344-1.297.236-.37.551-.654.942-.854.4-.2.847-.3 1.342-.3.466 0 .887.086 1.264.256s.673.414.887.731c.222.318.333.692.333 1.12 0 .355-.074.688-.222.998-.14.303-.322.58-.543.832-.222.251-.525.554-.91.91l-.066.066-2.606 2.406-.277-.51h4.735v1.064h-5.3v-1.208Zm12.974-6.553h1.021l-4.658 7.761h-1.02l4.657-7.761Zm1.098 7.817c-.584 0-1.046-.207-1.386-.621-.333-.422-.499-.965-.499-1.63 0-.429.074-.813.222-1.153a1.82 1.82 0 0 1 .643-.799 1.794 1.794 0 0 1 1.02-.288c.591 0 1.054.207 1.386.621.34.414.51.954.51 1.619 0 .443-.077.835-.233 1.175a1.82 1.82 0 0 1-.643.799c-.281.184-.621.277-1.02.277Zm.022-.776a.727.727 0 0 0 .521-.2c.141-.14.248-.322.322-.543.074-.23.111-.473.111-.732 0-.407-.085-.75-.255-1.031-.163-.289-.396-.433-.699-.433h-.044a.727.727 0 0 0-.521.2 1.263 1.263 0 0 0-.322.543c-.066.222-.1.462-.1.72 0 .415.082.766.244 1.054.163.281.396.422.699.422h.044Zm-5.888-2.606c-.584 0-1.046-.207-1.386-.621-.332-.421-.499-.965-.499-1.63 0-.429.074-.813.222-1.153a1.82 1.82 0 0 1 .643-.799 1.799 1.799 0 0 1 1.02-.288c.592 0 1.054.207 1.386.621.341.414.511.954.511 1.619 0 .444-.078.835-.233 1.175-.148.34-.363.606-.643.799-.281.184-.621.277-1.021.277Zm.023-.776a.73.73 0 0 0 .521-.2c.14-.14.247-.322.321-.543.074-.23.111-.473.111-.732 0-.407-.085-.75-.255-1.031-.162-.289-.395-.433-.698-.433h-.045a.729.729 0 0 0-.521.2 1.26 1.26 0 0 0-.321.543c-.067.222-.1.462-.1.72 0 .415.081.766.244 1.054.162.281.395.422.698.422h.045Z\" fill=\"#008847\"/><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.6 8.241a7.6 7.6 0 1 1-15.2 0 7.6 7.6 0 0 1 15.2 0ZM7.254 2.218c.283-.28.535-.377.746-.377.211 0 .463.097.746.377.286.282.572.72.824 1.31.45 1.048.758 2.486.819 4.113H5.61c.062-1.627.37-3.065.82-4.113.252-.59.537-1.028.823-1.31ZM4.41 7.641c.061-1.76.393-3.366.916-4.586.122-.284.256-.553.403-.8a6.405 6.405 0 0 0-4.102 5.386H4.41Zm-2.783 1.2H4.41c.061 1.76.393 3.366.916 4.586.122.284.256.553.403.8A6.405 6.405 0 0 1 1.628 8.84Zm3.983 0h4.778c-.061 1.627-.37 3.065-.819 4.113-.252.59-.538 1.027-.824 1.31-.283.28-.535.377-.746.377-.211 0-.463-.097-.746-.377-.286-.282-.571-.72-.824-1.31-.449-1.048-.757-2.487-.819-4.113Zm5.979 0c-.062 1.76-.394 3.366-.917 4.586a6.886 6.886 0 0 1-.403.8 6.405 6.405 0 0 0 4.102-5.386H11.59Zm2.782-1.2a6.405 6.405 0 0 0-4.102-5.386c.147.247.281.516.403.8.523 1.22.855 2.825.917 4.586h2.782Z\" fill=\"#307F98\"/></g><path d=\"M23.19 3.441h4.298c.625 0 1.171.121 1.638.364.476.233.845.579 1.106 1.036.27.457.406 1.003.406 1.638 0 .625-.135 1.171-.406 1.638-.261.457-.63.807-1.106 1.05-.467.233-1.013.35-1.638.35H24.87v3.724h-1.68v-9.8Zm4.088 4.578c.541 0 .957-.135 1.246-.406.29-.27.434-.649.434-1.134 0-.485-.145-.863-.434-1.134-.29-.27-.705-.406-1.246-.406H24.87v3.08h2.408Zm7.122 5.362c-.532 0-1.031-.14-1.498-.42-.467-.28-.84-.695-1.12-1.246-.28-.55-.42-1.209-.42-1.974 0-.765.135-1.423.406-1.974.28-.55.649-.966 1.106-1.246.467-.28.975-.42 1.526-.42.532 0 .975.103 1.33.308.364.205.64.476.826.812v-.98h1.61v7h-1.61v-.98a2.226 2.226 0 0 1-.826.812c-.355.205-.798.308-1.33.308Zm.406-1.316c.308 0 .597-.089.868-.266a1.92 1.92 0 0 0 .644-.798c.159-.355.238-.775.238-1.26s-.08-.9-.238-1.246c-.159-.355-.373-.62-.644-.798-.27-.187-.56-.28-.868-.28h-.126c-.317 0-.607.098-.868.294a1.856 1.856 0 0 0-.616.798c-.15.345-.224.751-.224 1.218 0 .467.075.877.224 1.232.15.355.355.63.616.826.261.187.55.28.868.28h.126Zm7.947 4.256a4.49 4.49 0 0 1-1.666-.294c-.485-.187-.868-.448-1.148-.784a1.967 1.967 0 0 1-.462-1.162h1.61c.056.29.233.513.532.672.299.168.686.252 1.162.252h.098c.541 0 .975-.159 1.302-.476.336-.308.504-.77.504-1.386v-.938a2.057 2.057 0 0 1-.826.77 2.623 2.623 0 0 1-1.19.266c-.56 0-1.073-.135-1.54-.406-.457-.27-.826-.672-1.106-1.204-.28-.541-.42-1.195-.42-1.96 0-.765.135-1.414.406-1.946.28-.541.653-.947 1.12-1.218.467-.27.98-.406 1.54-.406a2.6 2.6 0 0 1 1.204.28c.373.187.644.439.812.756v-.896h1.61v7.098c0 .541-.135 1.036-.406 1.484-.27.457-.677.821-1.218 1.092-.532.27-1.171.406-1.918.406Zm.252-4.396c.299 0 .579-.089.84-.266.261-.187.467-.448.616-.784.15-.345.224-.747.224-1.204 0-.457-.075-.854-.224-1.19-.14-.345-.34-.607-.602-.784a1.358 1.358 0 0 0-.826-.28h-.112c-.317 0-.607.089-.868.266-.261.168-.467.42-.616.756-.15.336-.224.747-.224 1.232 0 .728.154 1.288.462 1.68a1.51 1.51 0 0 0 1.218.574h.112Zm8.047 1.456c-.597 0-1.148-.14-1.652-.42-.504-.29-.91-.71-1.218-1.26-.298-.55-.448-1.204-.448-1.96 0-.737.14-1.377.42-1.918.28-.55.672-.975 1.176-1.274a3.26 3.26 0 0 1 1.694-.448c.654 0 1.214.145 1.68.434.467.28.822.672 1.064 1.176.243.504.364 1.083.364 1.736 0 .196-.009.434-.028.714h-4.802c.028.392.126.733.294 1.022.178.28.397.5.658.658.262.15.528.224.798.224h.112c.346 0 .64-.089.882-.266.243-.177.397-.415.462-.714h1.596c-.149.7-.494 1.26-1.036 1.68-.54.41-1.213.616-2.016.616Zm1.498-4.466c-.028-.485-.182-.854-.462-1.106a1.461 1.461 0 0 0-1.036-.392h-.112c-.4 0-.75.13-1.05.392-.298.252-.48.62-.546 1.106h3.206ZM58 6.241h1.694l2.058 6.062h-.266l2.044-6.062h1.652l-2.492 7h-2.198l-2.492-7Zm8.218 0h1.61v7h-1.61v-7Zm-.07-2.8h1.75v1.736h-1.75V3.441Zm6.438 9.94c-.597 0-1.148-.14-1.652-.42-.504-.29-.91-.71-1.218-1.26-.298-.55-.448-1.204-.448-1.96 0-.737.14-1.377.42-1.918.28-.55.672-.975 1.176-1.274a3.26 3.26 0 0 1 1.694-.448c.653 0 1.213.145 1.68.434.467.28.822.672 1.064 1.176.243.504.364 1.083.364 1.736 0 .196-.01.434-.028.714h-4.802c.028.392.126.733.294 1.022.178.28.397.5.658.658.261.15.528.224.798.224h.112c.346 0 .64-.089.882-.266.243-.177.397-.415.462-.714h1.596c-.15.7-.495 1.26-1.036 1.68-.541.41-1.213.616-2.016.616Zm1.498-4.466c-.028-.485-.182-.854-.462-1.106a1.461 1.461 0 0 0-1.036-.392h-.112c-.401 0-.751.13-1.05.392-.299.252-.48.62-.546 1.106h3.206Zm2.173-2.674h1.638l1.638 6.006h-.336l1.47-6.006h1.708l1.582 6.09-.378-.07 1.582-6.02h1.596l-2.072 7h-1.792L81.45 7.809h.154l-1.4 5.432h-1.806l-2.142-7Zm13.935 7.14c-.933 0-1.661-.215-2.184-.644-.523-.439-.784-1.022-.784-1.75h1.638c.019.355.15.63.392.826.242.196.555.294.938.294h.112c.326 0 .593-.07.798-.21.205-.15.308-.34.308-.574a.636.636 0 0 0-.196-.49c-.13-.13-.34-.229-.63-.294l-.966-.21c-.69-.159-1.218-.401-1.582-.728-.355-.336-.532-.784-.532-1.344 0-.43.117-.807.35-1.134a2.25 2.25 0 0 1 .966-.756 3.64 3.64 0 0 1 1.428-.266c.896 0 1.591.215 2.086.644.495.42.742.99.742 1.708h-1.61c-.037-.327-.154-.588-.35-.784-.196-.196-.476-.294-.84-.294h-.112c-.308 0-.565.07-.77.21a.668.668 0 0 0-.294.574.64.64 0 0 0 .224.504c.159.121.401.215.728.28l1.008.238c.635.14 1.115.378 1.442.714.336.336.504.789.504 1.358 0 .401-.112.765-.336 1.092-.224.327-.55.583-.98.77-.42.177-.92.266-1.498.266Z\" fill=\"#307F98\"/><path d=\"m1.152 123.687 5.592-5.28.84-.768c.512-.496.912-.912 1.2-1.248.288-.336.512-.68.672-1.032.176-.368.264-.768.264-1.2 0-.448-.112-.848-.336-1.2a2.09 2.09 0 0 0-.888-.816c-.368-.192-.792-.288-1.272-.288h-.24c-.528 0-1.008.128-1.44.384-.416.24-.744.584-.984 1.032-.24.432-.368.944-.384 1.536H1.32c0-1.104.248-2.056.744-2.856a5.066 5.066 0 0 1 2.064-1.872c.88-.448 1.864-.672 2.952-.672 1.056 0 1.992.192 2.808.576.832.384 1.48.928 1.944 1.632.48.704.72 1.512.72 2.424a5.05 5.05 0 0 1-.408 2.04 7.007 7.007 0 0 1-1.104 1.752c-.448.544-1.064 1.184-1.848 1.92l-.168.12-5.808 5.352-.768-1.272h10.344v2.496H1.152v-2.76Zm13.368 4.56h.84c.512 0 .888-.136 1.128-.408.24-.256.36-.624.36-1.104v-.288h-1.512v-3.216h3.216v3.624c0 .592-.128 1.12-.384 1.584a2.817 2.817 0 0 1-1.104 1.104c-.464.272-1.008.408-1.632.408h-.912v-1.704Zm14.247-5.376h-8.184v-2.784l8.136-10.44h2.76v10.776h2.568v2.448H31.48v3.576h-2.712v-3.576Zm0-2.448v-6.96l-5.424 6.96h5.424Zm12.794-11.016c1.104 0 2.064.2 2.88.6.816.4 1.44.944 1.872 1.632.432.688.648 1.448.648 2.28 0 .64-.12 1.216-.36 1.728s-.576.952-1.008 1.32a4.5 4.5 0 0 1-1.464.816c.896.288 1.648.816 2.256 1.584.608.752.912 1.648.912 2.688 0 .832-.232 1.608-.696 2.328-.448.704-1.104 1.264-1.968 1.68-.864.416-1.888.624-3.072.624-1.168 0-2.184-.208-3.048-.624-.864-.416-1.528-.976-1.992-1.68a4.327 4.327 0 0 1-.672-2.328c0-.704.144-1.344.432-1.92a4.658 4.658 0 0 1 1.128-1.464c.48-.4 1.016-.696 1.608-.888-.864-.288-1.552-.76-2.064-1.416-.512-.672-.768-1.488-.768-2.448 0-.832.216-1.592.648-2.28.432-.688 1.056-1.232 1.872-1.632.816-.4 1.768-.6 2.856-.6Zm-.12 2.448c-.704 0-1.288.224-1.752.672-.464.432-.696 1-.696 1.704 0 .464.104.88.312 1.248a2.2 2.2 0 0 0 .888.864c.384.208.8.312 1.248.312h.24c.464 0 .88-.104 1.248-.312a2.2 2.2 0 0 0 .888-.864c.224-.368.336-.784.336-1.248 0-.704-.232-1.272-.696-1.704-.464-.448-1.056-.672-1.776-.672h-.24Zm0 7.248c-.496 0-.96.112-1.392.336a2.478 2.478 0 0 0-1.008.936c-.24.384-.36.824-.36 1.32 0 .736.264 1.344.792 1.824s1.184.72 1.968.72h.24c.8 0 1.464-.24 1.992-.72s.792-1.088.792-1.824c0-.496-.12-.936-.36-1.32-.24-.4-.576-.712-1.008-.936a3.03 3.03 0 0 0-1.416-.336h-.24Zm13.776 7.584c-1.088 0-2.08-.192-2.976-.576-.896-.4-1.616-.96-2.16-1.68-.544-.736-.864-1.592-.96-2.568h2.832c.128.752.48 1.336 1.056 1.752.576.416 1.28.624 2.112.624h.24c.56 0 1.064-.128 1.512-.384a2.743 2.743 0 0 0 1.08-1.056c.272-.464.408-.992.408-1.584 0-.848-.28-1.528-.84-2.04-.56-.528-1.264-.792-2.112-.792h-.24c-.512 0-1.024.12-1.536.36-.512.224-.936.56-1.272 1.008h-2.664l2.064-10.104h9.264v2.496h-7.128l-1.056 4.968c.368-.368.832-.656 1.392-.864a4.86 4.86 0 0 1 1.704-.312c1.024 0 1.936.224 2.736.672a4.472 4.472 0 0 1 1.848 1.848c.448.784.672 1.664.672 2.64 0 1.088-.256 2.056-.768 2.904-.496.848-1.2 1.512-2.112 1.992-.896.464-1.928.696-3.096.696Z\" fill=\"#262930\"/><rect x=\"71.427\" y=\"108.138\" width=\"57.265\" height=\"19.618\" rx=\"9.809\" fill=\"#F2FFF8\"/><rect x=\"71.427\" y=\"108.138\" width=\"57.265\" height=\"19.618\" rx=\"9.809\" stroke=\"#91EABF\" stroke-width=\".853\"/><path d=\"M90.98 114.685a.513.513 0 0 1 .15.356v3.418a.512.512 0 0 1-1.024 0v-2.177l-3.391 3.391c-.2.2-.524.2-.724 0l-1.344-1.344-3.05 3.05a.511.511 0 1 1-.724-.723l3.412-3.412c.2-.2.524-.2.724 0l1.344 1.344 3.029-3.029h-2.176a.512.512 0 0 1 0-1.024h3.412a.51.51 0 0 1 .361.15Z\" fill=\"#238254\"/><path d=\"M100.805 119.728h-3.804v-1.153l3.792-4.89h1.154v5.023h1.208v1.02h-1.208v1.719h-1.142v-1.719Zm0-1.02v-3.426l-2.673 3.426h2.673Zm6.012-5.134c.488 0 .917.089 1.286.266.37.178.658.425.865.743.207.311.311.662.311 1.054 0 .295-.056.565-.167.809-.111.237-.266.44-.465.61a2.3 2.3 0 0 1-.677.399c.407.111.75.344 1.031.699.289.355.433.765.433 1.23 0 .414-.111.788-.333 1.12-.214.326-.521.584-.92.777-.392.184-.847.277-1.364.277-.517 0-.976-.093-1.375-.277a2.238 2.238 0 0 1-.909-.777 2.017 2.017 0 0 1-.322-1.12c0-.31.067-.598.2-.864a2.07 2.07 0 0 1 .532-.677 1.95 1.95 0 0 1 .732-.388 2.038 2.038 0 0 1-.954-.687 1.845 1.845 0 0 1-.354-1.131c0-.392.099-.743.299-1.054a2.08 2.08 0 0 1 .865-.743 2.993 2.993 0 0 1 1.286-.266Zm-.055 1.02c-.363 0-.658.108-.887.322-.23.214-.344.495-.344.843 0 .236.052.447.155.632.103.184.248.332.432.443.193.104.407.155.644.155h.11c.237 0 .451-.051.644-.155.192-.111.336-.259.432-.443.103-.185.155-.396.155-.632 0-.348-.114-.629-.343-.843-.23-.214-.525-.322-.888-.322h-.11Zm0 3.404c-.259 0-.492.056-.699.167a1.319 1.319 0 0 0-.499.465 1.23 1.23 0 0 0-.177.655c0 .369.129.672.388.909.258.229.587.344.987.344h.11c.4 0 .729-.115.987-.344.266-.237.399-.54.399-.909a1.17 1.17 0 0 0-.188-.655 1.219 1.219 0 0 0-.499-.465 1.456 1.456 0 0 0-.699-.167h-.11Zm10.39-4.313h1.02l-4.657 7.762h-1.02l4.657-7.762Zm1.098 7.817c-.584 0-1.046-.207-1.386-.621-.333-.421-.499-.964-.499-1.63 0-.428.074-.813.222-1.153.148-.34.362-.606.643-.798a1.796 1.796 0 0 1 1.02-.288c.591 0 1.053.207 1.386.621.34.414.51.953.51 1.618 0 .444-.077.836-.233 1.176-.148.34-.362.606-.643.798-.281.185-.621.277-1.02.277Zm.022-.776a.727.727 0 0 0 .521-.199c.141-.141.248-.322.322-.544.074-.229.111-.473.111-.732 0-.406-.085-.75-.255-1.031-.163-.288-.396-.432-.699-.432h-.044a.727.727 0 0 0-.521.199 1.266 1.266 0 0 0-.322.544 2.51 2.51 0 0 0-.1.72c0 .414.082.766.244 1.054.163.281.396.421.699.421h.044Zm-5.888-2.606c-.584 0-1.046-.207-1.386-.621-.332-.421-.499-.964-.499-1.629 0-.429.074-.814.222-1.154.148-.34.362-.606.643-.798a1.8 1.8 0 0 1 1.02-.288c.592 0 1.054.207 1.386.621.34.414.511.953.511 1.619 0 .443-.078.835-.233 1.175-.148.34-.363.606-.643.798-.281.185-.621.277-1.021.277Zm.023-.776c.207 0 .38-.066.521-.199.14-.141.247-.322.321-.544.074-.229.111-.473.111-.731 0-.407-.085-.751-.255-1.032-.162-.288-.395-.432-.698-.432h-.045a.729.729 0 0 0-.521.199 1.27 1.27 0 0 0-.321.544c-.067.222-.1.462-.1.721 0 .413.081.765.244 1.053.162.281.395.421.698.421h.045Z\" fill=\"#008847\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 82.612a3.6 3.6 0 1 0 0 7.2 3.6 3.6 0 0 0 0-7.2Zm-2.4 3.6a2.4 2.4 0 1 1 4.8 0 2.4 2.4 0 0 1-4.8 0Zm1.531 4.9c-1.967 0-3.692 1.307-4.281 3.21l-.127.409c-.312 1.009.415 2.08 1.5 2.08h7.554c1.085 0 1.812-1.071 1.5-2.08l-.127-.41c-.589-1.902-2.315-3.21-4.281-3.21H7.13Zm-3.135 3.564c.44-1.417 1.713-2.364 3.135-2.364h1.738c1.422 0 2.696.947 3.135 2.364l.126.41c.087.28-.122.526-.354.526H4.224c-.231 0-.44-.245-.353-.526l.126-.41Z\" fill=\"#307F98\"/><path d=\"M22.07 84.912h1.848l3.248 8.498-.28-.028 3.122-8.47h1.806l-3.738 9.8h-2.184l-3.822-9.8Zm10.696 2.8h1.61v7h-1.61v-7Zm-.07-2.8h1.75v1.736h-1.75v-1.736Zm5.976 9.94c-.933 0-1.661-.215-2.184-.644-.523-.44-.784-1.022-.784-1.75h1.638c.019.354.15.63.392.826.242.196.555.294.938.294h.112c.327 0 .593-.07.798-.21.205-.15.308-.341.308-.574a.636.636 0 0 0-.196-.49c-.13-.131-.34-.23-.63-.294l-.966-.21c-.69-.16-1.218-.402-1.582-.728-.355-.336-.532-.784-.532-1.344 0-.43.116-.808.35-1.134a2.25 2.25 0 0 1 .966-.756c.42-.178.896-.266 1.428-.266.896 0 1.591.214 2.086.644.495.42.742.989.742 1.708h-1.61c-.038-.327-.154-.588-.35-.784-.196-.196-.476-.294-.84-.294h-.112c-.308 0-.565.07-.77.21a.668.668 0 0 0-.294.574.64.64 0 0 0 .224.504c.158.12.401.214.728.28l1.008.238c.635.14 1.115.378 1.442.714.336.336.504.788.504 1.358 0 .4-.112.765-.336 1.092-.224.326-.55.583-.98.77-.42.177-.92.266-1.498.266Zm4.3-7.14h1.61v7h-1.61v-7Zm-.07-2.8h1.75v1.736h-1.75v-1.736Zm5.948 9.8c-.541 0-.961-.145-1.26-.434-.29-.3-.434-.72-.434-1.26v-3.976h-1.484v-1.33h1.484v-2.268h1.61v2.268h1.61v1.33h-1.61v3.598c0 .27.047.452.14.546.093.093.276.14.546.14h1.134v1.386H48.85Zm5.944.14c-.662 0-1.255-.154-1.778-.462a3.41 3.41 0 0 1-1.218-1.302c-.29-.551-.434-1.176-.434-1.876s.145-1.326.434-1.876a3.309 3.309 0 0 1 2.996-1.764c.663 0 1.256.158 1.778.476.523.308.929.737 1.218 1.288.299.55.448 1.176.448 1.876s-.15 1.325-.448 1.876c-.29.55-.695.984-1.218 1.302-.522.308-1.115.462-1.778.462Zm.056-1.316c.355 0 .663-.094.924-.28.27-.187.476-.453.616-.798.15-.355.224-.77.224-1.246s-.074-.887-.224-1.232c-.14-.355-.345-.626-.616-.812a1.548 1.548 0 0 0-.924-.28h-.112c-.345 0-.653.093-.924.28-.261.186-.466.457-.616.812-.15.345-.224.756-.224 1.232s.075.89.224 1.246c.15.345.355.61.616.798.27.186.579.28.924.28h.112Zm4.792-5.824h1.582v1.456c.14-.486.387-.86.742-1.12.364-.271.793-.406 1.288-.406h.476v1.512h-.602c-.616 0-1.083.168-1.4.504-.317.326-.476.812-.476 1.456v3.598h-1.61v-7Zm7.588 7.14c-.934 0-1.662-.215-2.184-.644-.523-.44-.784-1.022-.784-1.75H65.9c.018.354.149.63.392.826.242.196.555.294.938.294h.112c.326 0 .592-.07.798-.21a.682.682 0 0 0 .308-.574.636.636 0 0 0-.196-.49c-.131-.131-.341-.23-.63-.294l-.966-.21c-.691-.16-1.218-.402-1.582-.728-.355-.336-.532-.784-.532-1.344 0-.43.116-.808.35-1.134.233-.327.555-.58.966-.756.42-.178.896-.266 1.428-.266.896 0 1.591.214 2.086.644.494.42.742.989.742 1.708h-1.61c-.038-.327-.154-.588-.35-.784-.196-.196-.476-.294-.84-.294h-.112c-.308 0-.565.07-.77.21a.668.668 0 0 0-.294.574.64.64 0 0 0 .224.504c.158.12.401.214.728.28l1.008.238c.634.14 1.115.378 1.442.714.336.336.504.788.504 1.358 0 .4-.112.765-.336 1.092-.224.326-.551.583-.98.77-.42.177-.92.266-1.498.266Z\" fill=\"#307F98\"/><path d=\"M6.96 208.157c-1.12 0-2.12-.192-3-.576-.88-.384-1.576-.936-2.088-1.656-.496-.72-.768-1.568-.816-2.544h2.832c.08.48.24.896.48 1.248.256.352.592.624 1.008.816.416.176.904.264 1.464.264h.24c.592 0 1.112-.112 1.56-.336.448-.24.784-.544 1.008-.912.24-.368.36-.784.36-1.248 0-.768-.28-1.368-.84-1.8-.544-.448-1.264-.672-2.16-.672H5.736v-2.448h1.2c.592 0 1.112-.104 1.56-.312a2.5 2.5 0 0 0 1.032-.912c.256-.384.384-.824.384-1.32 0-.72-.264-1.304-.792-1.752-.512-.448-1.168-.672-1.968-.672h-.24c-.72 0-1.344.224-1.872.672-.512.432-.8 1-.864 1.704H1.368c.032-.928.296-1.752.792-2.472a5.25 5.25 0 0 1 2.04-1.728c.864-.416 1.824-.624 2.88-.624 1.088 0 2.064.208 2.928.624.864.416 1.536.976 2.016 1.68.48.688.72 1.448.72 2.28 0 .992-.272 1.84-.816 2.544-.528.704-1.232 1.184-2.112 1.44.896.24 1.624.712 2.184 1.416.576.688.864 1.536.864 2.544 0 .96-.256 1.8-.768 2.52s-1.216 1.272-2.112 1.656c-.88.384-1.888.576-3.024.576Zm7.795 1.56h.84c.512 0 .888-.136 1.128-.408.24-.256.36-.624.36-1.104v-.288H15.57v-3.216h3.216v3.624c0 .592-.128 1.12-.384 1.584a2.817 2.817 0 0 1-1.104 1.104c-.464.272-1.008.408-1.632.408h-.912v-1.704Zm6.519-4.56 5.592-5.28.84-.768c.512-.496.912-.912 1.2-1.248.288-.336.512-.68.672-1.032.176-.368.264-.768.264-1.2 0-.448-.112-.848-.336-1.2a2.09 2.09 0 0 0-.888-.816c-.368-.192-.792-.288-1.272-.288h-.24c-.528 0-1.008.128-1.44.384-.416.24-.744.584-.984 1.032-.24.432-.368.944-.384 1.536h-2.856c0-1.104.248-2.056.744-2.856a5.066 5.066 0 0 1 2.064-1.872c.88-.448 1.864-.672 2.952-.672 1.056 0 1.992.192 2.808.576.832.384 1.48.928 1.944 1.632.48.704.72 1.512.72 2.424a5.05 5.05 0 0 1-.408 2.04 7.007 7.007 0 0 1-1.104 1.752c-.448.544-1.064 1.184-1.848 1.92l-.168.12-5.808 5.352-.768-1.272h10.344v2.496h-11.64v-2.76Zm21.48-.816H34.57v-2.784l8.136-10.44h2.76v10.776h2.568v2.448h-2.568v3.576h-2.712v-3.576Zm0-2.448v-6.96l-5.424 6.96h5.424Zm10.37-7.704.431.552-4.176 4.032v-3.504l4.272-4.152h2.208v16.8h-2.736v-13.728Z\" fill=\"#262930\"/><rect x=\"66.427\" y=\"189.609\" width=\"55.265\" height=\"19.618\" rx=\"9.809\" fill=\"#F2FFF8\"/><rect x=\"66.427\" y=\"189.609\" width=\"55.265\" height=\"19.618\" rx=\"9.809\" stroke=\"#91EABF\" stroke-width=\".853\"/><path d=\"M85.98 196.156a.503.503 0 0 1 .15.355v3.418a.512.512 0 1 1-1.024 0v-2.176l-3.391 3.391c-.2.2-.524.2-.724 0l-1.344-1.344-3.05 3.05a.511.511 0 1 1-.724-.724l3.412-3.412a.513.513 0 0 1 .724 0l1.344 1.344 3.029-3.029h-2.176a.511.511 0 1 1 0-1.023h3.412a.51.51 0 0 1 .361.15Z\" fill=\"#238254\"/><path d=\"m94.086 196.42.233.199-1.985 1.919v-1.453l1.996-1.929h.898v7.761h-1.142v-6.497Zm2.803 5.289 2.54-2.406c.029-.03.15-.144.365-.344.259-.237.458-.432.599-.588.148-.162.27-.34.366-.532.096-.192.144-.403.144-.632a1.08 1.08 0 0 0-.166-.599 1.043 1.043 0 0 0-.455-.399 1.328 1.328 0 0 0-.621-.144h-.11a1.37 1.37 0 0 0-.722.188c-.207.119-.37.289-.487.511a1.486 1.486 0 0 0-.178.731h-1.198c0-.495.115-.927.344-1.297.237-.37.551-.654.943-.854a2.963 2.963 0 0 1 1.341-.299c.466 0 .887.085 1.264.255.378.17.673.414.888.732.221.318.332.691.332 1.12 0 .354-.074.687-.222.998-.14.303-.321.58-.543.831-.222.251-.525.555-.909.909l-.067.067-2.605 2.406-.278-.51h4.735v1.064h-5.3v-1.208Zm12.975-6.553h1.02l-4.657 7.761h-1.02l4.657-7.761Zm1.098 7.817c-.584 0-1.046-.207-1.387-.621-.332-.421-.498-.965-.498-1.63 0-.429.073-.813.221-1.153.148-.34.363-.606.643-.799a1.801 1.801 0 0 1 1.021-.288c.591 0 1.053.207 1.386.621.34.414.51.954.51 1.619 0 .444-.078.835-.233 1.175-.148.34-.362.607-.643.799-.281.185-.621.277-1.02.277Zm.022-.776a.73.73 0 0 0 .521-.2c.14-.14.247-.321.321-.543.074-.229.111-.473.111-.732 0-.407-.085-.75-.255-1.031-.162-.288-.395-.433-.698-.433h-.045a.73.73 0 0 0-.521.2 1.27 1.27 0 0 0-.321.543c-.067.222-.1.462-.1.721 0 .414.081.765.244 1.053.162.281.395.422.698.422h.045Zm-5.888-2.606c-.584 0-1.046-.207-1.386-.621-.333-.421-.499-.965-.499-1.63 0-.429.074-.813.222-1.153.147-.34.362-.606.643-.798a1.789 1.789 0 0 1 1.02-.289c.591 0 1.053.207 1.386.621.34.414.51.954.51 1.619 0 .444-.078.835-.233 1.175-.148.34-.362.607-.643.799-.281.185-.621.277-1.02.277Zm.022-.776a.728.728 0 0 0 .521-.2c.141-.14.248-.321.322-.543.074-.229.111-.473.111-.732 0-.406-.085-.75-.255-1.031-.163-.288-.396-.433-.699-.433h-.044a.728.728 0 0 0-.521.2 1.262 1.262 0 0 0-.322.543c-.067.222-.1.462-.1.721 0 .414.081.765.244 1.053.163.281.396.422.699.422h.044Z\" fill=\"#008847\"/><path d=\"M11.111 172.314a.6.6 0 0 1 0-.849l1.414-1.414a2.4 2.4 0 1 0-3.394-3.394l-1.414 1.414a.6.6 0 0 1-.848-.849l1.414-1.414a3.6 3.6 0 1 1 5.09 5.091l-1.413 1.415a.6.6 0 0 1-.849 0Z\" fill=\"#307F98\"/><path d=\"M11.253 167.93a.6.6 0 0 1 0 .848l-5.657 5.657a.6.6 0 0 1-.849-.849l5.657-5.656a.599.599 0 0 1 .849 0Z\" fill=\"#307F98\"/><path d=\"M4.889 170.899a.6.6 0 1 0-.849-.848l-1.414 1.414a3.6 3.6 0 1 0 5.091 5.091l1.414-1.414a.6.6 0 0 0-.848-.849l-1.414 1.415a2.4 2.4 0 0 1-3.395-3.394l1.415-1.415Zm18.301-4.517h1.68v8.302h5.628v1.498H23.19v-9.8Zm8.386 2.8h1.61v7h-1.61v-7Zm-.07-2.8h1.75v1.736h-1.75v-1.736Zm3.512 2.8h1.61v1.008c.224-.354.518-.634.882-.84a2.632 2.632 0 0 1 1.288-.308c.542 0 .994.108 1.358.322.374.215.654.518.84.91.187.383.28.831.28 1.344v4.564h-1.61v-4.326a2.11 2.11 0 0 0-.14-.812 1.027 1.027 0 0 0-.42-.504c-.177-.121-.406-.182-.686-.182h-.112c-.298 0-.578.084-.84.252a1.774 1.774 0 0 0-.616.686c-.149.29-.224.616-.224.98v3.906h-1.61v-7Zm8.009-2.8h1.61v5.586l2.772-2.786h2.03l-2.786 2.786 2.926 4.214h-1.932l-2.128-3.08-.882.868v2.212h-1.61v-9.8Zm9.68 9.94c-.934 0-1.662-.214-2.185-.644-.522-.438-.784-1.022-.784-1.75h1.638c.019.355.15.63.392.826.243.196.556.294.938.294h.112c.327 0 .593-.07.798-.21a.68.68 0 0 0 .308-.574.638.638 0 0 0-.196-.49c-.13-.13-.34-.228-.63-.294l-.966-.21c-.69-.158-1.218-.401-1.582-.728-.354-.336-.532-.784-.532-1.344 0-.429.117-.807.35-1.134a2.26 2.26 0 0 1 .966-.756c.42-.177.896-.266 1.428-.266.896 0 1.592.215 2.086.644.495.42.742.99.742 1.708h-1.61c-.037-.326-.154-.588-.35-.784-.196-.196-.476-.294-.84-.294h-.112c-.308 0-.564.07-.77.21a.669.669 0 0 0-.294.574c0 .206.075.374.224.504.159.122.402.215.728.28l1.008.238c.635.14 1.116.378 1.442.714.336.336.504.789.504 1.358 0 .402-.112.766-.336 1.092-.224.327-.55.584-.98.77-.42.178-.92.266-1.498.266Zm10.463 0c-.662 0-1.25-.154-1.764-.462a3.14 3.14 0 0 1-1.175-1.288c-.28-.55-.42-1.18-.42-1.89 0-.709.14-1.339.42-1.89.28-.55.672-.98 1.175-1.288.514-.308 1.102-.462 1.764-.462.58 0 1.083.098 1.513.294a2.46 2.46 0 0 1 1.05.868c.26.374.415.831.462 1.372h-1.61c-.056-.373-.206-.667-.448-.882-.234-.224-.537-.336-.91-.336h-.112c-.383 0-.7.108-.953.322a1.814 1.814 0 0 0-.56.84 3.495 3.495 0 0 0-.181 1.162c0 .663.14 1.218.42 1.666.289.439.713.658 1.273.658h.113c.373 0 .676-.107.91-.322.242-.224.391-.522.448-.896h1.61c-.066.822-.37 1.452-.91 1.89-.532.43-1.237.644-2.114.644Zm4.398-9.94h1.61v9.8h-1.61v-9.8Zm3.442 2.8h1.61v7h-1.61v-7Zm-.07-2.8h1.75v1.736h-1.75v-1.736Zm6.48 9.94c-.662 0-1.25-.154-1.764-.462a3.14 3.14 0 0 1-1.176-1.288c-.28-.55-.42-1.18-.42-1.89 0-.709.14-1.339.42-1.89.28-.55.672-.98 1.176-1.288.514-.308 1.102-.462 1.764-.462.58 0 1.083.098 1.512.294a2.46 2.46 0 0 1 1.05.868c.262.374.416.831.462 1.372h-1.61c-.056-.373-.205-.667-.448-.882-.233-.224-.536-.336-.91-.336h-.112c-.382 0-.7.108-.952.322a1.814 1.814 0 0 0-.56.84 3.495 3.495 0 0 0-.182 1.162c0 .663.14 1.218.42 1.666.29.439.714.658 1.274.658h.112c.374 0 .677-.107.91-.322.243-.224.392-.522.448-.896h1.61c-.065.822-.368 1.452-.91 1.89-.532.43-1.236.644-2.114.644Zm4.398-9.94h1.61v5.586l2.772-2.786h2.03l-2.786 2.786 2.926 4.214h-1.932l-2.128-3.08-.882.868v2.212h-1.61v-9.8Zm10.005 9.94c-.597 0-1.148-.14-1.652-.42a3.228 3.228 0 0 1-1.218-1.26c-.299-.55-.448-1.204-.448-1.96 0-.737.14-1.376.42-1.918.28-.55.672-.975 1.176-1.274a3.266 3.266 0 0 1 1.694-.448c.653 0 1.213.145 1.68.434.467.28.821.672 1.064 1.176.243.504.364 1.083.364 1.736 0 .196-.01.434-.028.714h-4.802c.028.392.126.733.294 1.022.177.28.397.5.658.658.261.15.527.224.798.224h.112c.345 0 .64-.088.882-.266a1.16 1.16 0 0 0 .462-.714h1.596c-.15.7-.495 1.26-1.036 1.68-.541.411-1.213.616-2.016.616Zm1.498-4.466c-.028-.485-.182-.854-.462-1.106a1.462 1.462 0 0 0-1.036-.392h-.112c-.401 0-.751.131-1.05.392-.299.252-.48.621-.546 1.106h3.206Zm5.698 4.466c-.626 0-1.167-.158-1.624-.476a3.125 3.125 0 0 1-1.064-1.302c-.252-.55-.378-1.171-.378-1.862 0-.69.126-1.311.378-1.862.26-.55.63-.984 1.106-1.302.476-.317 1.026-.476 1.652-.476.466 0 .886.108 1.26.322.382.215.653.467.812.756v-3.738h1.61v9.8h-1.61v-.938c-.159.29-.439.542-.84.756a2.665 2.665 0 0 1-1.302.322Zm.392-1.316a1.5 1.5 0 0 0 .868-.28c.27-.186.485-.452.644-.798.158-.354.238-.77.238-1.246s-.08-.886-.238-1.232c-.159-.354-.374-.625-.644-.812a1.508 1.508 0 0 0-.868-.28h-.112c-.336 0-.635.094-.896.28-.252.187-.458.453-.616.798-.15.346-.224.756-.224 1.232 0 .728.163 1.302.49 1.722.326.411.742.616 1.246.616h.112Z\" fill=\"#307F98\"/><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(0 .241)\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14c6udh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k029cp\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wrd35m\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17wvgac\",\"data-framer-name\":\"Icon wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-103nlbg\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"22\" viewBox=\"-1 -1 16 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 0.924072C3.13401 0.924072 0 4.05808 0 7.92407C0 10.6181 1.52174 12.9552 3.75 14.1253V15.4241C3.75 16.1328 4.11867 16.7555 4.67471 17.1107V18.1735C4.67471 18.9329 5.29032 19.5485 6.04971 19.5485H7.95019C8.70959 19.5485 9.32519 18.9329 9.32519 18.1735V17.1108C9.88128 16.7556 10.25 16.1329 10.25 15.4241V14.1253C12.4783 12.9552 14 10.6181 14 7.92407C14 4.05808 10.866 0.924072 7 0.924072ZM6.17471 18.0485V17.4241H7.82519V18.0485H6.17471ZM1.5 7.92407C1.5 4.88651 3.96243 2.42407 7 2.42407C10.0376 2.42407 12.5 4.88651 12.5 7.92407C12.5 10.1783 11.1438 12.1174 9.19972 12.9668C8.92655 13.0861 8.75 13.3559 8.75 13.654V15.4241C8.75 15.7002 8.52614 15.9241 8.25 15.9241H5.75C5.47386 15.9241 5.25 15.7002 5.25 15.4241V13.654C5.25 13.3559 5.07345 13.0861 4.80028 12.9668C2.85621 12.1174 1.5 10.1783 1.5 7.92407ZM7.75003 6.83044C7.75003 6.41623 7.41424 6.08044 7.00003 6.08044C6.58582 6.08044 6.25003 6.41623 6.25003 6.83044V9.17419C6.25003 9.58841 6.58582 9.92419 7.00003 9.92419C7.41424 9.92419 7.75003 9.58841 7.75003 9.17419V6.83044ZM4.60257 7.33044C5.01678 7.33044 5.35257 7.66623 5.35257 8.08044V9.17419C5.35257 9.58841 5.01678 9.92419 4.60257 9.92419C4.18836 9.92419 3.85257 9.58841 3.85257 9.17419V8.08044C3.85257 7.66623 4.18836 7.33044 4.60257 7.33044ZM10.1472 5.58044C10.1472 5.16623 9.8114 4.83044 9.39719 4.83044C8.98297 4.83044 8.64719 5.16623 8.64719 5.58044V9.17419C8.64719 9.58841 8.98297 9.92419 9.39719 9.92419C9.8114 9.92419 10.1472 9.58841 10.1472 9.17419V5.58044Z\" fill=\"#656973\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Detailed analytics. Built in.\"})}),className:\"framer-1btnn4j\",\"data-framer-name\":\"Detailed analytics. Built in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\"},children:\"With GitBook\u2019s insights panel, you can instantly view and analyze site traffic, user feedback, search term popularity, link clicks, API endpoint tests, and much more.\"})}),className:\"framer-q86dl6\",\"data-framer-name\":\"With GitBook\u2019s insights panel, you can instantly view and analyze site traffic, user feedback, search term popularity, link clicks, API endpoint tests, and much more.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ddohdw-container\",nodeId:\"DO4Jd9mUO\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(ButtonTrackInAmplitude1ddohdwWithMappedReactProps1v1ipky,{CuFHpX5CK:false,DmQQ8L0g6:\"Site Insights Homepage\",height:\"100%\",hz3C0GYaA:false,id:\"DO4Jd9mUO\",KDn5AhHAZ:true,KOTSOgWCX:true,layoutId:\"DO4Jd9mUO\",lmSVhb54m:\"Site Insights\",u0Cad7hMp:\"Read the docs\",variant:\"RRkuaKZ1A\",vTo4P4jYt:\"https://docs.gitbook.com/publishing-documentation/insights\",width:\"100%\",WxHSWaXxl:\"site_insights\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o658qi\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-109q6yy\",\"data-framer-name\":\"AI\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10kp1xc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-672ao6\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oudwkj\",\"data-framer-name\":\"Icon wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1exqpw3\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"-1 -1 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.7869 0.924072C17.2011 0.924072 17.5369 1.25986 17.5369 1.67407V3.11157H18.9745C19.3887 3.11157 19.7245 3.44736 19.7245 3.86157C19.7245 4.27579 19.3887 4.61157 18.9745 4.61157H17.5369V6.04907C17.5369 6.46328 17.2011 6.79907 16.7869 6.79907C16.3727 6.79907 16.0369 6.46328 16.0369 6.04907V4.61157H14.5995C14.1853 4.61157 13.8495 4.27579 13.8495 3.86157C13.8495 3.44736 14.1853 3.11157 14.5995 3.11157L16.0369 3.11157V1.67407C16.0369 1.25986 16.3727 0.924072 16.7869 0.924072Z\" fill=\"#656973\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.99994 1.54907C10.3183 1.54907 10.6019 1.75004 10.7075 2.05037L11.5886 4.55726C12.0385 5.83723 12.2251 6.35111 12.513 6.78069C12.7791 7.17776 13.1103 7.52709 13.4926 7.81397C13.9063 8.12434 14.4095 8.33793 15.6637 8.85531L17.7859 9.73075C18.0667 9.84657 18.2499 10.1203 18.2499 10.4241C18.2499 10.7278 18.0667 11.0016 17.7859 11.1174L15.6637 11.9928C14.4095 12.5102 13.9063 12.7238 13.4926 13.0342C13.1103 13.3211 12.7791 13.6704 12.513 14.0675C12.2251 14.497 12.0385 15.0109 11.5886 16.2909L10.7075 18.7978C10.6019 19.0981 10.3183 19.2991 9.99994 19.2991C9.68159 19.2991 9.39794 19.0981 9.29237 18.7978L8.41123 16.2909C7.96133 15.0109 7.77482 14.497 7.48691 14.0675C7.22078 13.6704 6.88957 13.3211 6.50723 13.0342C6.09359 12.7238 5.59036 12.5102 4.33615 11.9928L2.21393 11.1174C1.93314 11.0016 1.74994 10.7278 1.74994 10.4241C1.74994 10.1203 1.93314 9.84657 2.21393 9.73075L4.33615 8.85531C5.59036 8.33793 6.09359 8.12434 6.50723 7.81397C6.88957 7.52709 7.22078 7.17776 7.48691 6.78069C7.77482 6.35111 7.96133 5.83723 8.41123 4.55727L9.29237 2.05037C9.39794 1.75004 9.68159 1.54907 9.99994 1.54907ZM9.99994 4.56082L9.79085 5.1557C9.38785 6.3027 9.13976 7.00881 8.73293 7.61581C8.37288 8.15302 7.92477 8.62565 7.40748 9.01378C6.82301 9.45233 6.13112 9.73764 5.00724 10.2011L4.46669 10.4241L5.00716 10.647C6.13109 11.1105 6.82299 11.3958 7.40748 11.8344C7.92477 12.2225 8.37288 12.6951 8.73293 13.2323C9.13976 13.8393 9.38786 14.5454 9.79085 15.6924L9.99994 16.2873L10.209 15.6924C10.612 14.5455 10.8601 13.8393 11.2669 13.2323C11.627 12.6951 12.0751 12.2225 12.5924 11.8344C13.1769 11.3958 13.8688 11.1105 14.9927 10.647L15.5332 10.4241L14.9927 10.2011C13.8688 9.73766 13.1769 9.45234 12.5924 9.01378C12.0751 8.62565 11.627 8.15302 11.2669 7.61581C10.8601 7.00882 10.612 6.30273 10.209 5.15576L9.99994 4.56082Z\" fill=\"#656973\"/>\\n<path d=\"M3.43744 14.0491C3.85165 14.0491 4.18744 14.3849 4.18744 14.7991V16.2366H5.62488C6.03909 16.2366 6.37488 16.5724 6.37488 16.9866C6.37488 17.4008 6.03909 17.7366 5.62488 17.7366H4.18744V19.1741C4.18744 19.5883 3.85165 19.9241 3.43744 19.9241C3.02322 19.9241 2.68744 19.5883 2.68744 19.1741V17.7366H1.24988C0.835664 17.7366 0.499878 17.4008 0.499878 16.9866C0.499878 16.5724 0.835664 16.2366 1.24988 16.2366H2.68744V14.7991C2.68744 14.3849 3.02322 14.0491 3.43744 14.0491Z\" fill=\"#656973\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Smarter, AI-powered docs\"})}),className:\"framer-zxx51f\",\"data-framer-name\":\"Smarter, AI-powered docs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\"},children:\"Improve your writing with a click. GitBook AI can simplify, shorten, translate and more\\xa0\u2014 even write a first draft. And because GitBook AI is trained on your docs, users can ask it questions and get the answers they need instantly.\"})}),className:\"framer-imqzug\",\"data-framer-name\":\"Because GitBook AI is trained on your docs, you can ask it a question and get the answer you need instantly. And so can your users.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zOEBcwzEd\"},implicitPathVariables:undefined},{href:{webPageId:\"zOEBcwzEd\"},implicitPathVariables:undefined},{href:{webPageId:\"zOEBcwzEd\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oiwoom-container\",nodeId:\"KLMDCfaxy\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{vTo4P4jYt:resolvedLinks2[2]},U9NcDK97B:{vTo4P4jYt:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitudeoiwoomWithMappedReactProps1v1ipky,{CuFHpX5CK:false,DmQQ8L0g6:\"GitBook AI Homepage\",height:\"100%\",hz3C0GYaA:false,id:\"KLMDCfaxy\",KDn5AhHAZ:false,KOTSOgWCX:true,layoutId:\"KLMDCfaxy\",lmSVhb54m:\"GitBook AI\",u0Cad7hMp:\"Discover GitBook AI\",variant:\"RRkuaKZ1A\",vTo4P4jYt:resolvedLinks2[0],width:\"100%\",WxHSWaXxl:\"gitbook_ai\"})})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b5n1kn\",\"data-framer-name\":\"VA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t26we8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-plz533\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j5rzra\",\"data-framer-name\":\"Icon wrapper\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-soogbx\",\"data-framer-name\":\"Sites / Visitor-Aut\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18lt2nc\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"19\" viewBox=\"-1 -1 22 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.75 0.174072C1.95507 0.174072 0.5 1.62915 0.5 3.42407V13.4241C0.5 15.219 1.95507 16.6741 3.75 16.6741H16.25C18.0449 16.6741 19.5 15.219 19.5 13.4241V3.42407C19.5 1.62915 18.0449 0.174072 16.25 0.174072H3.75ZM2 3.42407C2 2.45757 2.7835 1.67407 3.75 1.67407H16.25C17.2165 1.67407 18 2.45757 18 3.42407V13.4241C18 14.3906 17.2165 15.1741 16.25 15.1741H3.75C2.7835 15.1741 2 14.3906 2 13.4241V3.42407ZM10.9629 3.15729C11.9828 3.15729 12.8096 3.98409 12.8096 5.00401V6.68941C13.8975 6.70868 14.7735 7.59659 14.7735 8.68909V11.6913C14.7735 12.7959 13.878 13.6913 12.7735 13.6913H7.22659C6.12202 13.6913 5.22659 12.7959 5.22659 11.6913V8.68909C5.22659 7.59662 6.10251 6.70873 7.19037 6.68941V5.15729C7.19037 4.05272 8.0858 3.15729 9.19037 3.15729H10.9629ZM8.69037 6.68909H11.3096V5.00401C11.3096 4.81252 11.1544 4.65729 10.9629 4.65729H9.19037C8.91422 4.65729 8.69037 4.88114 8.69037 5.15729V6.68909ZM6.72659 8.68909C6.72659 8.41294 6.95045 8.18909 7.22659 8.18909H12.7735C13.0496 8.18909 13.2735 8.41294 13.2735 8.68909V11.6913C13.2735 11.9675 13.0496 12.1913 12.7735 12.1913H7.22659C6.95045 12.1913 6.72659 11.9675 6.72659 11.6913V8.68909ZM10 11.4175C9.58582 11.4175 9.25003 11.0817 9.25003 10.6675V9.71289C9.25003 9.29868 9.58582 8.96289 10 8.96289C10.4142 8.96289 10.75 9.29868 10.75 9.71289V10.6675C10.75 11.0817 10.4142 11.4175 10 11.4175Z\" fill=\"#656973\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Authenticated access\"})}),className:\"framer-odytlx\",\"data-framer-name\":\"Authenticated access\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dSPYlRFJZ\"},motionChild:true,nodeId:\"Sb_lPNEvR\",scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-37ge40 framer-hdzes\",\"data-framer-name\":\"Badge\",whileHover:animation5,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k8yl17\",\"data-framer-name\":\"Trailing\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3xqt0s\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.56881 0.755518C8.56881 0.424147 8.30018 0.155518 7.96881 0.155518C7.63744 0.155518 7.36881 0.424147 7.36881 0.755518V1.65552C7.36881 1.98689 7.63744 2.25552 7.96881 2.25552C8.30018 2.25552 8.56881 1.98689 8.56881 1.65552V0.755518Z\" fill=\"#262930\"/>\\n<path d=\"M8.56881 13.193C8.56881 12.8616 8.30018 12.593 7.96881 12.593C7.63744 12.593 7.36881 12.8616 7.36881 13.193V14.093C7.36881 14.4244 7.63744 14.693 7.96881 14.693C8.30018 14.693 8.56881 14.4244 8.56881 14.093V13.193Z\" fill=\"#262930\"/>\\n<path d=\"M15.2375 7.42422C15.2375 7.75559 14.9689 8.02422 14.6375 8.02422H13.7375C13.4061 8.02422 13.1375 7.75559 13.1375 7.42422C13.1375 7.09285 13.4061 6.82422 13.7375 6.82422H14.6375C14.9689 6.82422 15.2375 7.09285 15.2375 7.42422Z\" fill=\"#262930\"/>\\n<path d=\"M2.20001 8.02422C2.53138 8.02422 2.80001 7.75559 2.80001 7.42422C2.80001 7.09285 2.53138 6.82422 2.20001 6.82422H1.30001C0.968641 6.82422 0.700012 7.09285 0.700012 7.42422C0.700012 7.75559 0.968641 8.02422 1.30001 8.02422H2.20001Z\" fill=\"#262930\"/>\\n<path d=\"M13.1087 2.28462C13.343 2.51894 13.343 2.89884 13.1087 3.13315L12.4723 3.76955C12.2379 4.00386 11.858 4.00386 11.6237 3.76955C11.3894 3.53523 11.3894 3.15533 11.6237 2.92102L12.2601 2.28462C12.4944 2.05031 12.8743 2.05031 13.1087 2.28462Z\" fill=\"#262930\"/>\\n<path d=\"M4.31397 11.9276C4.54829 11.6933 4.54829 11.3134 4.31397 11.0791C4.07966 10.8447 3.69976 10.8447 3.46545 11.0791L2.82905 11.7155C2.59473 11.9498 2.59473 12.3297 2.82905 12.564C3.06336 12.7983 3.44326 12.7983 3.67758 12.564L4.31397 11.9276Z\" fill=\"#262930\"/>\\n<path d=\"M13.1087 12.5641C12.8743 12.7984 12.4944 12.7984 12.2601 12.5641L11.6237 11.9277C11.3894 11.6933 11.3894 11.3134 11.6237 11.0791C11.858 10.8448 12.2379 10.8448 12.4723 11.0791L13.1087 11.7155C13.343 11.9498 13.343 12.3297 13.1087 12.5641Z\" fill=\"#262930\"/>\\n<path d=\"M3.46545 3.76938C3.69976 4.0037 4.07966 4.0037 4.31397 3.76938C4.54829 3.53507 4.54829 3.15517 4.31397 2.92085L3.67758 2.28446C3.44326 2.05014 3.06336 2.05014 2.82905 2.28446C2.59473 2.51877 2.59473 2.89867 2.82905 3.13299L3.46545 3.76938Z\" fill=\"#262930\"/>\\n<path d=\"M5.70807 6.87131C5.48415 6.62704 5.50065 6.2475 5.74493 6.02358L7.56311 4.35692C7.7925 4.14664 8.14458 4.14664 8.37398 4.35692L10.1922 6.02358C10.4364 6.2475 10.4529 6.62704 10.229 6.87131C10.0051 7.11558 9.62556 7.13208 9.38129 6.90817L8.56832 6.16295L8.56833 10.0491C8.56833 10.3805 8.2997 10.6491 7.96833 10.6491C7.63696 10.6491 7.36833 10.3805 7.36833 10.0491L7.36832 6.16335L6.55579 6.90817C6.31152 7.13208 5.93198 7.11558 5.70807 6.87131Z\" fill=\"#262930\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1054d13\",\"data-styles-preset\":\"uCveDes3r\",children:\"Ultimate\"})}),className:\"framer-1qnathq\",\"data-framer-name\":\"Ultimate\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\"},children:\"Choose who can access your documentation and keep sensitive information secret. So only your chosen customers, team members or authorized users can view your docs.\"})}),className:\"framer-qby1e1\",\"data-framer-name\":\"Choose who can access your documentation and keep sensitive information secret. So only your chosen customers, team members or authorized users can view your docs.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vIFMHMfF9\"},implicitPathVariables:undefined},{href:{webPageId:\"vIFMHMfF9\"},implicitPathVariables:undefined},{href:{webPageId:\"vIFMHMfF9\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-inq0ai-container\",nodeId:\"QnXhla0Ty\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{vTo4P4jYt:resolvedLinks3[2]},U9NcDK97B:{vTo4P4jYt:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonTrackInAmplitudeinq0aiWithMappedReactProps1v1ipky,{CuFHpX5CK:false,DmQQ8L0g6:\"Visitor Authentication Homepage\",height:\"100%\",hz3C0GYaA:false,id:\"QnXhla0Ty\",KDn5AhHAZ:false,KOTSOgWCX:true,layoutId:\"QnXhla0Ty\",lmSVhb54m:\"Visitor Authentication\",u0Cad7hMp:\"Find out more\",variant:\"RRkuaKZ1A\",vTo4P4jYt:resolvedLinks3[0],width:\"100%\",WxHSWaXxl:\"visitor_authentication\"})})})})})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ckccgb\",\"data-framer-name\":\"Adaptive content\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k946fv\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nea90x\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Build docs that adapt to your users\"})}),className:\"framer-1c7u57i\",\"data-framer-name\":\"Build docs that adapt to your users\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\"},children:\"Set up adaptive docs and your docs will adjust to show different content to different users based on their permissions, features and more. So you can show your beta docs to beta testers only, and hide onboarding docs for long-time users.\"})}),className:\"framer-1smqqs5\",\"data-framer-name\":\"Set up adaptive docs and your docs will adjust to show different content to different users based on their permissions, features and more. So you can show your beta docs to beta testers only, and hide onboarding docs for long-time users.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gejdi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1v5p86d\",\"data-styles-preset\":\"miWQAVDpW\",children:\"Join the waitlist\"})}),className:\"framer-149c705\",\"data-framer-name\":\"Build docs that adapt to your users\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vkcbpr-container\",isAuthoredByUser:true,nodeId:\"ZvpfEPRnC\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(AdaptiveContentWaitlistInput,{height:\"100%\",id:\"ZvpfEPRnC\",layoutId:\"ZvpfEPRnC\",source:\"home\",style:{width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:290,pixelWidth:494,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/505Jz64ez8bBjZIb1bZWwsKb8ZY.svg\"},className:\"framer-jst4a4\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nurmv2\",\"data-framer-name\":\"Badge\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11xw1yo\",\"data-framer-name\":\"Trailing\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9bjqaj\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"19\" viewBox=\"-1 -1 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 7.0999C15.3314 7.0999 15.6 6.83127 15.6 6.4999C15.6 6.16853 15.3314 5.8999 15 5.8999H13.5C13.1686 5.8999 12.9 6.16853 12.9 6.4999C12.9 6.83127 13.1686 7.0999 13.5 7.0999H15ZM14.4243 2.92417C14.6586 2.68985 14.6586 2.30995 14.4243 2.07564C14.19 1.84132 13.8101 1.84132 13.5757 2.07564L12.3257 3.32564C12.0914 3.55995 12.0914 3.93985 12.3257 4.17417C12.5601 4.40848 12.94 4.40848 13.1743 4.17417L14.4243 2.92417ZM10.6 1.4999C10.6 1.16853 10.3314 0.899902 10 0.899902C9.66864 0.899902 9.40001 1.16853 9.40001 1.4999V2.9999C9.40001 3.33127 9.66864 3.5999 10 3.5999C10.3314 3.5999 10.6 3.33127 10.6 2.9999V1.4999ZM8.43156 4.07117C7.95918 3.01193 6.71756 2.53619 5.65832 3.00857L5.58086 3.04312C5.04205 3.28341 4.65422 3.72274 4.46537 4.23586C3.95751 4.03362 3.37165 4.02864 2.83297 4.26887L2.75551 4.30342C1.69627 4.7758 1.22053 6.01743 1.69292 7.07666C1.82404 7.37069 2.01444 7.61975 2.24375 7.81606L1.07391 8.33777C0.266866 8.69768 -0.095602 9.64368 0.264309 10.4507L0.790137 11.6298C1.11031 12.3477 1.89429 12.7138 2.63165 12.5326V14.4999C2.63165 15.3836 3.348 16.0999 4.23165 16.0999L11.7683 16.0999C12.6519 16.0999 13.3683 15.3836 13.3683 14.4999V9.37466C13.3683 9.04329 13.0996 8.77466 12.7683 8.77466C12.4369 8.77466 12.1683 9.04329 12.1683 9.37466V14.4999C12.1683 14.7208 11.9892 14.8999 11.7683 14.8999L8.60855 14.8999L8.60906 9.93258L8.52421 9.93257L11.6128 8.55516C12.4199 8.19525 12.7823 7.24925 12.4224 6.44221L11.8966 5.26313C11.5367 4.45609 10.5907 4.09363 9.78364 4.45354L8.61357 4.97535C8.6208 4.67347 8.56273 4.36529 8.43156 4.07117ZM3.83165 14.4999L3.83165 12.0253L7.409 10.4299L7.40855 14.8999H4.23165C4.01074 14.8999 3.83165 14.7208 3.83165 14.4999ZM7.27368 6.88681L7.29151 6.87896L7.36897 6.84441L7.38671 6.83641L10.2724 5.54949C10.4742 5.45951 10.7107 5.55013 10.8006 5.75189L11.3265 6.93097C11.4164 7.13273 11.3258 7.36923 11.1241 7.45921L7.31709 9.15698L6.46542 7.24727L7.27368 6.88681ZM4.57931 8.0884L5.36947 7.73602L6.22113 9.64574L2.41433 11.3434C2.21257 11.4334 1.97607 11.3428 1.88609 11.141L1.36026 9.96196C1.27029 9.7602 1.3609 9.5237 1.56266 9.43372L4.43017 8.15491C4.44219 8.14982 4.45419 8.1446 4.46616 8.13926L4.54362 8.10471C4.55559 8.09938 4.56749 8.09394 4.57931 8.0884ZM6.89178 5.7432C7.33762 5.53693 7.53633 5.01001 7.33561 4.55992C7.13316 4.10597 6.60103 3.90208 6.14707 4.10453L6.06962 4.13907C5.61566 4.34152 5.41177 4.87364 5.61422 5.3276C5.81494 5.77768 6.33972 5.98195 6.7911 5.7881L6.89178 5.7432ZM4.07816 6.99798C4.51574 6.78795 4.70921 6.26634 4.51026 5.82023C4.30781 5.36627 3.77569 5.16238 3.32173 5.36483L3.24427 5.39937C2.79031 5.60182 2.58642 6.13395 2.78887 6.58791C2.98782 7.03402 3.50516 7.23864 3.95381 7.05343L4.07816 6.99798Z\" fill=\"#262930\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1054d13\",\"data-styles-preset\":\"uCveDes3r\",children:\"Coming soon\"})}),className:\"framer-5eeiuy\",\"data-framer-name\":\"Coming soon\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hbp8cn\",\"data-framer-name\":\"Customer stories\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q6l5zs\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pgsh03\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17bbwu6\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-bvq8g1\",\"data-styles-preset\":\"HyOtOajHo\",children:\"Customer stories\"})}),className:\"framer-1hw9qd0\",\"data-framer-name\":\"Customer stories\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8vk73\",\"data-styles-preset\":\"FtN88BZtk\",style:{\"--framer-text-color\":\"var(--token-5e9ed8bf-e4e7-4c6f-8fd1-ee56b519c36b, rgb(101, 105, 115))\"},children:\"Learn how companies are building technical docs with GitBook\"})}),className:\"framer-i14ijo\",\"data-framer-name\":\"Companies like yours are building better docs with GitBook\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nt5q6d\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iqb95x\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rT9DRAHfd\",data:CustomerStories,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"rT9DRAHfd\",name:\"ifhqdtEM6\",type:\"Identifier\"},{collection:\"rT9DRAHfd\",name:\"dAEQvsumj\",type:\"Identifier\"},{collection:\"rT9DRAHfd\",name:\"hB0QDx7lD\",type:\"Identifier\"},{collection:\"rT9DRAHfd\",name:\"lghA3YTL5\",type:\"Identifier\"},{collection:\"rT9DRAHfd\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({dAEQvsumj:dAEQvsumjrT9DRAHfd,hB0QDx7lD:hB0QDx7lDrT9DRAHfd,id:idrT9DRAHfd,ifhqdtEM6:ifhqdtEM6rT9DRAHfd,lghA3YTL5:lghA3YTL5rT9DRAHfd},index)=>{ifhqdtEM6rT9DRAHfd??=\"\";dAEQvsumjrT9DRAHfd??=\"#09F\";lghA3YTL5rT9DRAHfd??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rT9DRAHfd-${idrT9DRAHfd}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ifhqdtEM6:ifhqdtEM6rT9DRAHfd},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gkhacl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ifhqdtEM6:ifhqdtEM6rT9DRAHfd},webPageId:\"rRdraXJT_\"},implicitPathVariables:undefined},{href:{pathVariables:{ifhqdtEM6:ifhqdtEM6rT9DRAHfd},webPageId:\"rRdraXJT_\"},implicitPathVariables:undefined},{href:{pathVariables:{ifhqdtEM6:ifhqdtEM6rT9DRAHfd},webPageId:\"rRdraXJT_\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{height:350,width:`calc(max((min(1024px, ${componentViewport?.width||\"100vw\"}) - 32px) / 2, 50px) * 2 + 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max((max((min(1024px, ${componentViewport?.width||\"100vw\"}) - 32px) / 2, 50px) * 2 - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fe6kf7-container\",nodeId:\"Lp5uWwwio\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{style:{width:\"100%\"},tmxVDgvMY:resolvedLinks4[2]},U9NcDK97B:{tmxVDgvMY:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(CustomersStoryCard,{G9YvwCdFl:lghA3YTL5rT9DRAHfd,height:\"100%\",id:\"Lp5uWwwio\",layoutId:\"Lp5uWwwio\",lrLmLnbLW:toResponsiveImage(hB0QDx7lDrT9DRAHfd),oUdwyYbgC:dAEQvsumjrT9DRAHfd,style:{height:\"100%\",width:\"100%\"},tmxVDgvMY:resolvedLinks4[0],width:\"100%\"})})})})})})})})},idrT9DRAHfd);})})})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:707,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pig3q3-container\",nodeId:\"bjmXtNU05\",rendersWithMotion:true,scopeId:\"G9z51JAdl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bEinQ1H9i:{variant:\"Gv9WCh_c8\"},U9NcDK97B:{variant:\"sHF08CYF7\"}},children:/*#__PURE__*/_jsx(GetStartedForFree,{height:\"100%\",id:\"bjmXtNU05\",layoutId:\"bjmXtNU05\",r_y0AWuG4:\"Get started for free\",style:{width:\"100%\"},variant:\"iUrZFwQnf\",width:\"100%\",zaJNvtSCO:\"Play around with GitBook and set up your docs for free. Add your team and pay when you\u2019re ready.\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Jjh3y.framer-hdzes, .framer-Jjh3y .framer-hdzes { display: block; }\",\".framer-Jjh3y.framer-1i04nxh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Jjh3y .framer-dvzboi { --border-bottom-width: 1px; --border-color: var(--token-ad4d7954-1d01-48e4-a4d6-f87b8e8244bd, #eaebee); --border-left-width: 0px; --border-right-width: 0px; --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; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 10; }\",\".framer-Jjh3y .framer-1kgahzh-container, .framer-Jjh3y .framer-8yoqqp-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-1k63spb { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-Jjh3y .framer-1hmaz38 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Jjh3y .framer-ls4wbk { flex: none; height: 110.00000000000001vh; overflow: hidden; position: relative; width: 1200px; }\",\".framer-Jjh3y .framer-v3gqye { flex: none; height: 400px; overflow: visible; pointer-events: none; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-5933b4 { 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: 100%; z-index: 5; }\",\".framer-Jjh3y .framer-1tbvynb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 44px 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-1wbs5u8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 1200px; z-index: 4; }\",\".framer-Jjh3y .framer-9r7k0n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Jjh3y .framer-gon2cx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 620px; word-break: break-word; word-wrap: break-word; }\",\".framer-Jjh3y .framer-1lta27v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Jjh3y .framer-k08o16-container, .framer-Jjh3y .framer-1wqzs6d-container, .framer-Jjh3y .framer-1sx9ytw-container, .framer-Jjh3y .framer-g698di-container, .framer-Jjh3y .framer-1ddohdw-container, .framer-Jjh3y .framer-oiwoom-container, .framer-Jjh3y .framer-inq0ai-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Jjh3y .framer-ho42g2-container { flex: none; height: auto; max-width: 100%; position: relative; width: 1000px; }\",\".framer-Jjh3y .framer-medey4 { aspect-ratio: 2.8081967213114756 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 610px); left: 50%; position: absolute; top: -70px; transform: translateX(-50%); width: 1713px; z-index: 0; }\",\".framer-Jjh3y .framer-wml6m7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Jjh3y .framer-jzd13b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 64px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-dkg84 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-7570ka, .framer-Jjh3y .framer-1jno4qz, .framer-Jjh3y .framer-155xduq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Jjh3y .framer-1rsirlj-container { flex: none; height: 113px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-l4d5d2-container { flex: none; height: 214px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-kbu643 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-1q2wkxg { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: hidden; padding: 20px 30px 20px 24px; position: relative; width: 1024px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Jjh3y .framer-1sfijqo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-4znehn { aspect-ratio: 0.9846153846153847 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 64px; }\",\".framer-Jjh3y .framer-fqfpii { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 6px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-mip7cy { 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: min-content; }\",\".framer-Jjh3y .framer-tv1dxf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Jjh3y .framer-3ktbmv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 40px 96px 40px; position: relative; width: 100%; z-index: 4; }\",\".framer-Jjh3y .framer-9ygcy6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 670px; }\",\".framer-Jjh3y .framer-m2aaup { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1024px; }\",\".framer-Jjh3y .framer-1fh52ge { flex: none; height: 500px; overflow: hidden; position: relative; width: 1024px; }\",\".framer-Jjh3y .framer-x68a6x-container { flex: none; height: auto; left: 50%; max-width: 100%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1024px; }\",\".framer-Jjh3y .framer-g9vba4-container, .framer-Jjh3y .framer-o36nnz-container, .framer-Jjh3y .framer-1i37qwx-container { bottom: 0px; flex: none; height: auto; left: 50%; max-width: 100%; position: absolute; transform: translateX(-50%); width: 1fr; }\",\".framer-Jjh3y .framer-bb4py0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-19xbdl9 { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #f8f7fe; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Jjh3y .framer-pvzytg { align-content: center; align-items: center; background-color: var(--token-f2c8b2c9-d028-47d2-8dad-57aaec45c4c1, rgba(248, 247, 254, 0.7)); border-top-left-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 279px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Jjh3y .framer-1a09ev6-container { bottom: -94px; flex: none; left: -180px; position: absolute; top: -93px; width: 466px; z-index: 1; }\",\".framer-Jjh3y .framer-dzm5px { aspect-ratio: 0.9478672985781991 / 1; flex: none; height: 100%; mix-blend-mode: darken; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 264px); }\",\".framer-Jjh3y .framer-81o21h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-9zkdmf { aspect-ratio: 0.6132075471698113 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 212px); position: relative; width: 130px; }\",\".framer-Jjh3y .framer-14c6udh { align-content: flex-start; align-items: flex-start; background-color: var(--token-f2c8b2c9-d028-47d2-8dad-57aaec45c4c1, rgba(248, 247, 254, 0.7)); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 30px 24px 24px 24px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-k029cp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-wrd35m, .framer-Jjh3y .framer-672ao6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-17wvgac { 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 0px 3px 0px; position: relative; width: min-content; }\",\".framer-Jjh3y .framer-103nlbg { flex: none; height: 22px; position: relative; width: 16px; }\",\".framer-Jjh3y .framer-1btnn4j, .framer-Jjh3y .framer-zxx51f, .framer-Jjh3y .framer-odytlx { --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-Jjh3y .framer-q86dl6, .framer-Jjh3y .framer-imqzug, .framer-Jjh3y .framer-qby1e1, .framer-Jjh3y .framer-1c7u57i, .framer-Jjh3y .framer-1smqqs5, .framer-Jjh3y .framer-149c705, .framer-Jjh3y .framer-1hw9qd0, .framer-Jjh3y .framer-i14ijo { --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-Jjh3y .framer-o658qi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-109q6yy, .framer-Jjh3y .framer-1b5n1kn { align-content: flex-start; align-items: flex-start; background-color: var(--token-f2c8b2c9-d028-47d2-8dad-57aaec45c4c1, rgba(248, 247, 254, 0.7)); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-10kp1xc, .framer-Jjh3y .framer-1t26we8, .framer-Jjh3y .framer-1nea90x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-1oudwkj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-Jjh3y .framer-1exqpw3 { bottom: 2px; flex: none; left: -1px; position: absolute; right: 2px; top: -1px; }\",\".framer-Jjh3y .framer-plz533 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-1j5rzra { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-soogbx, .framer-Jjh3y .framer-11xw1yo { 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: hidden; padding: 0px 0px 3px 0px; position: relative; width: min-content; }\",\".framer-Jjh3y .framer-18lt2nc { flex: none; height: 19px; position: relative; width: 20px; }\",\".framer-Jjh3y .framer-37ge40 { align-content: center; align-items: center; background-color: #f7cadc; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5.5px 15px 2.5px 7px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Jjh3y .framer-k8yl17 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 18px); justify-content: center; overflow: visible; padding: 0px 0px 2px 0px; position: relative; width: 16px; }\",\".framer-Jjh3y .framer-3xqt0s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-Jjh3y .framer-1qnathq, .framer-Jjh3y .framer-5eeiuy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Jjh3y .framer-1ckccgb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-k946fv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-gejdi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 480px; }\",\".framer-Jjh3y .framer-1vkcbpr-container { flex: none; height: auto; position: relative; width: 350px; }\",\".framer-Jjh3y .framer-jst4a4 { aspect-ratio: 1.65 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 291px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Jjh3y .framer-1nurmv2 { align-content: center; align-items: center; background-color: #91eabf; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5.5px 0px 2.5px 8px; position: absolute; right: 20px; top: 20px; width: 133px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Jjh3y .framer-9bjqaj { flex: none; height: 19px; position: relative; width: 16px; }\",\".framer-Jjh3y .framer-hbp8cn { align-content: center; align-items: center; background-color: var(--token-f2c8b2c9-d028-47d2-8dad-57aaec45c4c1, rgba(248, 247, 254, 0.7)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 40px 96px 40px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-q6l5zs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-Jjh3y .framer-pgsh03 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-17bbwu6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-nt5q6d { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1024px; }\",\".framer-Jjh3y .framer-iqb95x { align-self: start; display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-column: auto / span 2; grid-row: auto / span 2; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 100%; justify-content: center; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-gkhacl { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-Jjh3y .framer-1fe6kf7-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-Jjh3y .framer-pig3q3-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Jjh3y.framer-1i04nxh, .framer-Jjh3y .framer-dvzboi, .framer-Jjh3y .framer-1k63spb, .framer-Jjh3y .framer-1hmaz38, .framer-Jjh3y .framer-5933b4, .framer-Jjh3y .framer-1tbvynb, .framer-Jjh3y .framer-1wbs5u8, .framer-Jjh3y .framer-1lta27v, .framer-Jjh3y .framer-wml6m7, .framer-Jjh3y .framer-jzd13b, .framer-Jjh3y .framer-dkg84, .framer-Jjh3y .framer-kbu643, .framer-Jjh3y .framer-1sfijqo, .framer-Jjh3y .framer-fqfpii, .framer-Jjh3y .framer-mip7cy, .framer-Jjh3y .framer-3ktbmv, .framer-Jjh3y .framer-9ygcy6, .framer-Jjh3y .framer-m2aaup, .framer-Jjh3y .framer-bb4py0, .framer-Jjh3y .framer-19xbdl9, .framer-Jjh3y .framer-pvzytg, .framer-Jjh3y .framer-81o21h, .framer-Jjh3y .framer-k029cp, .framer-Jjh3y .framer-wrd35m, .framer-Jjh3y .framer-17wvgac, .framer-Jjh3y .framer-o658qi, .framer-Jjh3y .framer-109q6yy, .framer-Jjh3y .framer-10kp1xc, .framer-Jjh3y .framer-672ao6, .framer-Jjh3y .framer-1b5n1kn, .framer-Jjh3y .framer-1t26we8, .framer-Jjh3y .framer-plz533, .framer-Jjh3y .framer-1j5rzra, .framer-Jjh3y .framer-soogbx, .framer-Jjh3y .framer-37ge40, .framer-Jjh3y .framer-k8yl17, .framer-Jjh3y .framer-1ckccgb, .framer-Jjh3y .framer-k946fv, .framer-Jjh3y .framer-1nea90x, .framer-Jjh3y .framer-gejdi, .framer-Jjh3y .framer-1nurmv2, .framer-Jjh3y .framer-11xw1yo, .framer-Jjh3y .framer-hbp8cn, .framer-Jjh3y .framer-q6l5zs, .framer-Jjh3y .framer-pgsh03, .framer-Jjh3y .framer-17bbwu6, .framer-Jjh3y .framer-gkhacl { gap: 0px; } .framer-Jjh3y.framer-1i04nxh > *, .framer-Jjh3y .framer-1hmaz38 > *, .framer-Jjh3y .framer-5933b4 > *, .framer-Jjh3y .framer-19xbdl9 > *, .framer-Jjh3y .framer-soogbx > *, .framer-Jjh3y .framer-gejdi > *, .framer-Jjh3y .framer-11xw1yo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Jjh3y.framer-1i04nxh > :first-child, .framer-Jjh3y .framer-1hmaz38 > :first-child, .framer-Jjh3y .framer-5933b4 > :first-child, .framer-Jjh3y .framer-1tbvynb > :first-child, .framer-Jjh3y .framer-1wbs5u8 > :first-child, .framer-Jjh3y .framer-wml6m7 > :first-child, .framer-Jjh3y .framer-jzd13b > :first-child, .framer-Jjh3y .framer-dkg84 > :first-child, .framer-Jjh3y .framer-kbu643 > :first-child, .framer-Jjh3y .framer-fqfpii > :first-child, .framer-Jjh3y .framer-mip7cy > :first-child, .framer-Jjh3y .framer-3ktbmv > :first-child, .framer-Jjh3y .framer-9ygcy6 > :first-child, .framer-Jjh3y .framer-m2aaup > :first-child, .framer-Jjh3y .framer-19xbdl9 > :first-child, .framer-Jjh3y .framer-81o21h > :first-child, .framer-Jjh3y .framer-k029cp > :first-child, .framer-Jjh3y .framer-o658qi > :first-child, .framer-Jjh3y .framer-109q6yy > :first-child, .framer-Jjh3y .framer-10kp1xc > :first-child, .framer-Jjh3y .framer-1b5n1kn > :first-child, .framer-Jjh3y .framer-1t26we8 > :first-child, .framer-Jjh3y .framer-soogbx > :first-child, .framer-Jjh3y .framer-k946fv > :first-child, .framer-Jjh3y .framer-1nea90x > :first-child, .framer-Jjh3y .framer-gejdi > :first-child, .framer-Jjh3y .framer-11xw1yo > :first-child, .framer-Jjh3y .framer-hbp8cn > :first-child, .framer-Jjh3y .framer-q6l5zs > :first-child, .framer-Jjh3y .framer-pgsh03 > :first-child, .framer-Jjh3y .framer-17bbwu6 > :first-child { margin-top: 0px; } .framer-Jjh3y.framer-1i04nxh > :last-child, .framer-Jjh3y .framer-1hmaz38 > :last-child, .framer-Jjh3y .framer-5933b4 > :last-child, .framer-Jjh3y .framer-1tbvynb > :last-child, .framer-Jjh3y .framer-1wbs5u8 > :last-child, .framer-Jjh3y .framer-wml6m7 > :last-child, .framer-Jjh3y .framer-jzd13b > :last-child, .framer-Jjh3y .framer-dkg84 > :last-child, .framer-Jjh3y .framer-kbu643 > :last-child, .framer-Jjh3y .framer-fqfpii > :last-child, .framer-Jjh3y .framer-mip7cy > :last-child, .framer-Jjh3y .framer-3ktbmv > :last-child, .framer-Jjh3y .framer-9ygcy6 > :last-child, .framer-Jjh3y .framer-m2aaup > :last-child, .framer-Jjh3y .framer-19xbdl9 > :last-child, .framer-Jjh3y .framer-81o21h > :last-child, .framer-Jjh3y .framer-k029cp > :last-child, .framer-Jjh3y .framer-o658qi > :last-child, .framer-Jjh3y .framer-109q6yy > :last-child, .framer-Jjh3y .framer-10kp1xc > :last-child, .framer-Jjh3y .framer-1b5n1kn > :last-child, .framer-Jjh3y .framer-1t26we8 > :last-child, .framer-Jjh3y .framer-soogbx > :last-child, .framer-Jjh3y .framer-k946fv > :last-child, .framer-Jjh3y .framer-1nea90x > :last-child, .framer-Jjh3y .framer-gejdi > :last-child, .framer-Jjh3y .framer-11xw1yo > :last-child, .framer-Jjh3y .framer-hbp8cn > :last-child, .framer-Jjh3y .framer-q6l5zs > :last-child, .framer-Jjh3y .framer-pgsh03 > :last-child, .framer-Jjh3y .framer-17bbwu6 > :last-child { margin-bottom: 0px; } .framer-Jjh3y .framer-dvzboi > *, .framer-Jjh3y .framer-1k63spb > *, .framer-Jjh3y .framer-pvzytg > *, .framer-Jjh3y .framer-17wvgac > *, .framer-Jjh3y .framer-k8yl17 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Jjh3y .framer-dvzboi > :first-child, .framer-Jjh3y .framer-1k63spb > :first-child, .framer-Jjh3y .framer-1lta27v > :first-child, .framer-Jjh3y .framer-1sfijqo > :first-child, .framer-Jjh3y .framer-bb4py0 > :first-child, .framer-Jjh3y .framer-pvzytg > :first-child, .framer-Jjh3y .framer-wrd35m > :first-child, .framer-Jjh3y .framer-17wvgac > :first-child, .framer-Jjh3y .framer-672ao6 > :first-child, .framer-Jjh3y .framer-plz533 > :first-child, .framer-Jjh3y .framer-1j5rzra > :first-child, .framer-Jjh3y .framer-37ge40 > :first-child, .framer-Jjh3y .framer-k8yl17 > :first-child, .framer-Jjh3y .framer-1ckccgb > :first-child, .framer-Jjh3y .framer-1nurmv2 > :first-child, .framer-Jjh3y .framer-gkhacl > :first-child { margin-left: 0px; } .framer-Jjh3y .framer-dvzboi > :last-child, .framer-Jjh3y .framer-1k63spb > :last-child, .framer-Jjh3y .framer-1lta27v > :last-child, .framer-Jjh3y .framer-1sfijqo > :last-child, .framer-Jjh3y .framer-bb4py0 > :last-child, .framer-Jjh3y .framer-pvzytg > :last-child, .framer-Jjh3y .framer-wrd35m > :last-child, .framer-Jjh3y .framer-17wvgac > :last-child, .framer-Jjh3y .framer-672ao6 > :last-child, .framer-Jjh3y .framer-plz533 > :last-child, .framer-Jjh3y .framer-1j5rzra > :last-child, .framer-Jjh3y .framer-37ge40 > :last-child, .framer-Jjh3y .framer-k8yl17 > :last-child, .framer-Jjh3y .framer-1ckccgb > :last-child, .framer-Jjh3y .framer-1nurmv2 > :last-child, .framer-Jjh3y .framer-gkhacl > :last-child { margin-right: 0px; } .framer-Jjh3y .framer-1tbvynb > *, .framer-Jjh3y .framer-wml6m7 > *, .framer-Jjh3y .framer-3ktbmv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Jjh3y .framer-1wbs5u8 > *, .framer-Jjh3y .framer-jzd13b > *, .framer-Jjh3y .framer-dkg84 > *, .framer-Jjh3y .framer-9ygcy6 > *, .framer-Jjh3y .framer-k029cp > *, .framer-Jjh3y .framer-10kp1xc > *, .framer-Jjh3y .framer-1t26we8 > *, .framer-Jjh3y .framer-1nea90x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Jjh3y .framer-1lta27v > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Jjh3y .framer-kbu643 > *, .framer-Jjh3y .framer-m2aaup > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-Jjh3y .framer-1sfijqo > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Jjh3y .framer-fqfpii > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-Jjh3y .framer-mip7cy > *, .framer-Jjh3y .framer-81o21h > *, .framer-Jjh3y .framer-hbp8cn > *, .framer-Jjh3y .framer-q6l5zs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Jjh3y .framer-bb4py0 > *, .framer-Jjh3y .framer-1ckccgb > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-Jjh3y .framer-wrd35m > *, .framer-Jjh3y .framer-672ao6 > *, .framer-Jjh3y .framer-plz533 > *, .framer-Jjh3y .framer-1j5rzra > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Jjh3y .framer-o658qi > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Jjh3y .framer-109q6yy > *, .framer-Jjh3y .framer-1b5n1kn > *, .framer-Jjh3y .framer-pgsh03 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Jjh3y .framer-37ge40 > *, .framer-Jjh3y .framer-1nurmv2 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Jjh3y .framer-k946fv > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-Jjh3y .framer-17bbwu6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Jjh3y .framer-gkhacl > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-Jjh3y[data-border=\"true\"]::after, .framer-Jjh3y [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: 810px) and (max-width: 1199px) { .framer-Jjh3y.framer-1i04nxh { width: 810px; } .framer-Jjh3y .framer-1tbvynb { padding: 170px 40px 44px 40px; } .framer-Jjh3y .framer-1wbs5u8 { padding: 20px 0px 20px 0px; } .framer-Jjh3y .framer-jzd13b { max-width: unset; } .framer-Jjh3y .framer-dkg84, .framer-Jjh3y .framer-155xduq { order: 0; } .framer-Jjh3y .framer-l4d5d2-container { order: 2; } .framer-Jjh3y .framer-kbu643 { gap: 64px; padding: 0px 40px 64px 40px; } .framer-Jjh3y .framer-mip7cy { width: 100%; } .framer-Jjh3y .framer-tv1dxf { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Jjh3y .framer-3ktbmv { padding: 64px 40px 40px 40px; } .framer-Jjh3y .framer-9ygcy6 { max-width: 70%; width: 70%; } .framer-Jjh3y .framer-1fh52ge { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; } .framer-Jjh3y .framer-x68a6x-container { left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-Jjh3y .framer-bb4py0 { flex-direction: column; gap: 32px; } .framer-Jjh3y .framer-19xbdl9 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-Jjh3y .framer-pvzytg { height: 271px; } .framer-Jjh3y .framer-1a09ev6-container { left: -95px; } .framer-Jjh3y .framer-dzm5px { width: var(--framer-aspect-ratio-supported, 257px); } .framer-Jjh3y .framer-14c6udh { flex: none; gap: 16px; height: min-content; justify-content: center; padding: 24px; } .framer-Jjh3y .framer-o658qi { flex: none; width: 100%; } .framer-Jjh3y .framer-1ckccgb { gap: 32px; } .framer-Jjh3y .framer-jst4a4 { height: var(--framer-aspect-ratio-supported, 211px); } .framer-Jjh3y .framer-1nurmv2 { padding: 5.5px 15px 2.5px 8px; right: 23px; width: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Jjh3y .framer-kbu643, .framer-Jjh3y .framer-1fh52ge, .framer-Jjh3y .framer-bb4py0, .framer-Jjh3y .framer-14c6udh, .framer-Jjh3y .framer-1ckccgb { gap: 0px; } .framer-Jjh3y .framer-kbu643 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Jjh3y .framer-kbu643 > :first-child, .framer-Jjh3y .framer-1fh52ge > :first-child, .framer-Jjh3y .framer-bb4py0 > :first-child, .framer-Jjh3y .framer-14c6udh > :first-child { margin-top: 0px; } .framer-Jjh3y .framer-kbu643 > :last-child, .framer-Jjh3y .framer-1fh52ge > :last-child, .framer-Jjh3y .framer-bb4py0 > :last-child, .framer-Jjh3y .framer-14c6udh > :last-child { margin-bottom: 0px; } .framer-Jjh3y .framer-1fh52ge > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Jjh3y .framer-bb4py0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Jjh3y .framer-14c6udh > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Jjh3y .framer-1ckccgb > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-Jjh3y .framer-1ckccgb > :first-child { margin-left: 0px; } .framer-Jjh3y .framer-1ckccgb > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-Jjh3y.framer-1i04nxh { width: 390px; } .framer-Jjh3y .framer-dvzboi { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; order: 0; } .framer-Jjh3y .framer-1k63spb, .framer-Jjh3y .framer-1rsirlj-container { order: 1; } .framer-Jjh3y .framer-1hmaz38 { order: 2; } .framer-Jjh3y .framer-5933b4 { order: 3; } .framer-Jjh3y .framer-1tbvynb { padding: 200px 20px 64px 20px; } .framer-Jjh3y .framer-1wbs5u8 { padding: 0px; } .framer-Jjh3y .framer-gon2cx, .framer-Jjh3y .framer-k08o16-container, .framer-Jjh3y .framer-1wqzs6d-container, .framer-Jjh3y .framer-mip7cy, .framer-Jjh3y .framer-9ygcy6 { width: 100%; } .framer-Jjh3y .framer-1lta27v { align-content: center; align-items: center; flex-direction: column; gap: 16px; padding: 16px 0px 0px 0px; width: 100%; } .framer-Jjh3y .framer-wml6m7 { order: 4; } .framer-Jjh3y .framer-jzd13b { padding: 0px 0px 32px 0px; } .framer-Jjh3y .framer-dkg84 { order: 0; padding: 40px 30px 0px 30px; } .framer-Jjh3y .framer-kbu643 { gap: 64px; order: 5; padding: 0px 20px 40px 20px; } .framer-Jjh3y .framer-1q2wkxg { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Jjh3y .framer-1sfijqo { flex: none; flex-direction: column; width: 100%; } .framer-Jjh3y .framer-fqfpii, .framer-Jjh3y .framer-1btnn4j, .framer-Jjh3y .framer-o658qi, .framer-Jjh3y .framer-zxx51f, .framer-Jjh3y .framer-odytlx { flex: none; width: 100%; } .framer-Jjh3y .framer-tv1dxf { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Jjh3y .framer-3ktbmv { order: 6; padding: 64px 20px 64px 20px; } .framer-Jjh3y .framer-155xduq { order: 0; } .framer-Jjh3y .framer-m2aaup { gap: 32px; } .framer-Jjh3y .framer-1fh52ge { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-Jjh3y .framer-x68a6x-container { left: unset; position: relative; top: unset; transform: unset; width: 100%; } .framer-Jjh3y .framer-g9vba4-container, .framer-Jjh3y .framer-o36nnz-container, .framer-Jjh3y .framer-1i37qwx-container { bottom: unset; left: unset; position: relative; transform: unset; width: 100%; } .framer-Jjh3y .framer-bb4py0, .framer-Jjh3y .framer-1ckccgb { flex-direction: column; gap: 32px; } .framer-Jjh3y .framer-19xbdl9 { align-self: unset; background-color: unset; flex: none; height: min-content; width: 100%; } .framer-Jjh3y .framer-pvzytg { height: 203px; } .framer-Jjh3y .framer-1a09ev6-container { bottom: -62px; top: -61px; width: 390px; } .framer-Jjh3y .framer-dzm5px { height: var(--framer-aspect-ratio-supported, 208px); width: 198px; } .framer-Jjh3y .framer-9zkdmf { height: var(--framer-aspect-ratio-supported, 154px); width: 94px; } .framer-Jjh3y .framer-14c6udh { flex: none; gap: 0px; height: min-content; justify-content: center; } .framer-Jjh3y .framer-wrd35m, .framer-Jjh3y .framer-672ao6, .framer-Jjh3y .framer-1j5rzra { flex-direction: column; } .framer-Jjh3y .framer-k8yl17 { height: var(--framer-aspect-ratio-supported, 16px); } .framer-Jjh3y .framer-k946fv { flex: none; order: 1; width: 100%; } .framer-Jjh3y .framer-jst4a4 { flex: none; height: var(--framer-aspect-ratio-supported, 121px); order: 0; width: 100%; } .framer-Jjh3y .framer-hbp8cn { order: 7; padding: 64px 30px 0px 30px; } .framer-Jjh3y .framer-iqb95x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; grid-row: unset; height: min-content; justify-content: flex-start; } .framer-Jjh3y .framer-gkhacl { align-self: unset; height: min-content; } .framer-Jjh3y .framer-1fe6kf7-container { height: auto; } .framer-Jjh3y .framer-pig3q3-container { order: 8; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Jjh3y .framer-1lta27v, .framer-Jjh3y .framer-kbu643, .framer-Jjh3y .framer-1q2wkxg, .framer-Jjh3y .framer-1sfijqo, .framer-Jjh3y .framer-m2aaup, .framer-Jjh3y .framer-1fh52ge, .framer-Jjh3y .framer-bb4py0, .framer-Jjh3y .framer-14c6udh, .framer-Jjh3y .framer-wrd35m, .framer-Jjh3y .framer-672ao6, .framer-Jjh3y .framer-1j5rzra, .framer-Jjh3y .framer-1ckccgb, .framer-Jjh3y .framer-iqb95x { gap: 0px; } .framer-Jjh3y .framer-1lta27v > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Jjh3y .framer-1lta27v > :first-child, .framer-Jjh3y .framer-kbu643 > :first-child, .framer-Jjh3y .framer-1q2wkxg > :first-child, .framer-Jjh3y .framer-1sfijqo > :first-child, .framer-Jjh3y .framer-m2aaup > :first-child, .framer-Jjh3y .framer-1fh52ge > :first-child, .framer-Jjh3y .framer-bb4py0 > :first-child, .framer-Jjh3y .framer-14c6udh > :first-child, .framer-Jjh3y .framer-wrd35m > :first-child, .framer-Jjh3y .framer-672ao6 > :first-child, .framer-Jjh3y .framer-1j5rzra > :first-child, .framer-Jjh3y .framer-1ckccgb > :first-child, .framer-Jjh3y .framer-iqb95x > :first-child { margin-top: 0px; } .framer-Jjh3y .framer-1lta27v > :last-child, .framer-Jjh3y .framer-kbu643 > :last-child, .framer-Jjh3y .framer-1q2wkxg > :last-child, .framer-Jjh3y .framer-1sfijqo > :last-child, .framer-Jjh3y .framer-m2aaup > :last-child, .framer-Jjh3y .framer-1fh52ge > :last-child, .framer-Jjh3y .framer-bb4py0 > :last-child, .framer-Jjh3y .framer-14c6udh > :last-child, .framer-Jjh3y .framer-wrd35m > :last-child, .framer-Jjh3y .framer-672ao6 > :last-child, .framer-Jjh3y .framer-1j5rzra > :last-child, .framer-Jjh3y .framer-1ckccgb > :last-child, .framer-Jjh3y .framer-iqb95x > :last-child { margin-bottom: 0px; } .framer-Jjh3y .framer-kbu643 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Jjh3y .framer-1q2wkxg > *, .framer-Jjh3y .framer-1sfijqo > *, .framer-Jjh3y .framer-1fh52ge > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Jjh3y .framer-m2aaup > *, .framer-Jjh3y .framer-bb4py0 > *, .framer-Jjh3y .framer-1ckccgb > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Jjh3y .framer-14c6udh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Jjh3y .framer-wrd35m > *, .framer-Jjh3y .framer-672ao6 > *, .framer-Jjh3y .framer-1j5rzra > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Jjh3y .framer-iqb95x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5846\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U9NcDK97B\":{\"layout\":[\"fixed\",\"auto\"]},\"bEinQ1H9i\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"wQet_Vzkb\":{\"pattern\":\":wQet_Vzkb\",\"name\":\"nav-scroll\"}}\n * @framerResponsiveScreen\n */const FramerG9z51JAdl=withCSS(Component,css,\"framer-Jjh3y\");export default FramerG9z51JAdl;FramerG9z51JAdl.displayName=\"New / Fade Section Vertical\";FramerG9z51JAdl.defaultProps={height:5846,width:1200};addFonts(FramerG9z51JAdl,[{explicitInter:true,fonts:[{family:\"ABC Favorit Extended Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/QvC7elxYMNGK5EgZdtl8Bqevw.otf\"},{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\"}]},...NavHeaderFonts,...ButtonFonts,...ProductUIHero2Fonts,...CustomerTickerWrapperPhoneFonts,...CustomerTickerWrapperFonts,...TabsVerticalFonts,...GlobeFonts,...AdaptiveContentWaitlistInputFonts,...CustomersStoryCardFonts,...GetStartedForFreeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG9z51JAdl\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5846\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U9NcDK97B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bEinQ1H9i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"wQet_Vzkb\\\":{\\\"pattern\\\":\\\":wQet_Vzkb\\\",\\\"name\\\":\\\"nav-scroll\\\"}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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", "useIsStaticRenderer", "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", "ButtonFonts", "getFonts", "W2fcm1cU5_default", "LottieFonts", "Lottie", "MiscBeaconFonts", "QC4l5ivR5_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "addImageAlt", "image", "alt", "transition5", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transformTemplate1", "_", "t", "transformTemplate2", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear190wj2e", "args", "onAppear1tqrthn", "onAppear484azr", "onAppearbm2p1n", "onAppear1ria0zs", "onAppearv964u", "onAppear1e07b4z", "onAppear69umkp", "onAppearr2z1kg", "onAppear13g1fin", "onAppear1yvli41", "onAppear1cltzxo", "wVLUEku9D19zaqpx", "wVLUEku9Domrydf", "wVLUEku9D1mtxi8a", "wVLUEku9D1gd13nr", "wVLUEku9D1291ih2", "wVLUEku9Djhks4e", "wVLUEku9Dtfv2kq", "wVLUEku9Djmiae8", "wVLUEku9D11yt8e8", "wVLUEku9Del9eso", "wVLUEku9Dlnnhdr", "wVLUEku9D18qa1vh", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "css", "FramerbeXBMh4fQ", "withCSS", "beXBMh4fQ_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "W2fcm1cU5_default", "LottieFonts", "Lottie", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonText", "click", "description", "height", "id", "leftIcon", "leftIconVisibility", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QDnkjqd_C", "z82ehl_lX", "G6EAnfyF9", "WFQFxLVFr", "pbEfHaQ9O", "QLbHCtnou", "bJi3xDQ_e", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzf9lrk", "args", "onTapxv9sg7", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentPresetsProvider", "ComponentViewportProvider", "css", "FramerwGSnVbJ_s", "withCSS", "wGSnVbJ_s_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "VerticalTabFonts", "getFonts", "wGSnVbJ_s_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear5q5trv", "args", "CycleVariantState", "onMouseEnter8dsd4v", "onAppear6sscxn", "onAppear1ympl04", "pbEfHaQ9Ore7p6d", "pbEfHaQ9O1gpbsc", "pbEfHaQ9O1htuu3p", "pbEfHaQ9O6ixcbu", "pbEfHaQ9O17i49bq", "pbEfHaQ9Od1fx4r", "pbEfHaQ9Ov95osy", "pbEfHaQ9O1dgocpn", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "isDisplayed7", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FramerMpeYMa_zs", "withCSS", "MpeYMa_zs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "x_brypdbQShnfBEdbZ", "yB93gX9NJShnfBEdbZ", "oy3vq_f9OShnfBEdbZ", "v3mUskOjAShnfBEdbZ", "Xtihb3mZOShnfBEdbZ", "E9yCEgcyHShnfBEdbZ", "idShnfBEdbZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "ComponentViewportProvider", "Ticker", "ChildrenCanSuspend", "lUsWXuM02_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "u", "Link", "Image2", "toResponsiveImage", "SVG", "css", "FramerOsfaWZ9KL", "withCSS", "OsfaWZ9KL_default", "addFonts", "TickerFonts", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "x_brypdbQXYY8KlaPV", "yB93gX9NJXYY8KlaPV", "oy3vq_f9OXYY8KlaPV", "v3mUskOjAXYY8KlaPV", "pjDaFCpUEXYY8KlaPV", "Xtihb3mZOXYY8KlaPV", "E9yCEgcyHXYY8KlaPV", "idXYY8KlaPV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "ChildrenCanSuspend", "lUsWXuM02_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "u", "animation", "Link", "Image2", "toResponsiveImage", "ComponentPresetsProvider", "RichText2", "SVG", "css", "FramerYZvpzOJdN", "withCSS", "YZvpzOJdN_default", "addFonts", "TickerFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "AdaptiveContentWaitlistInput", "props", "isLoading", "setLoading", "e", "success", "setSuccess", "utmSource", "setUtmSource", "utmMedium", "setUtmMedium", "utmCampaign", "setUtmCampaign", "utmContent", "setUtmContent", "urlParams", "window", "handleSubmit", "event", "xhr", "hubspotURL", "data", "entries", "final_data", "logAmplitudeEvent", "error", "p", "l", "u", "formStyle", "labelStyle", "inputStyle", "loadingButtonStyle", "buttonStyle", "Loader", "addPropertyControls", "ControlType", "loaderStyle", "motion", "NavHeaderFonts", "getFonts", "CfWWKnLC4_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "W2fcm1cU5_default", "ButtonTrackInAmplitudek08o16WithMappedReactProps1v1ipky", "withMappedReactProps", "withCodeBoundaryForOverrides", "trackInAmplitude", "W2fcm1cU5_exports", "ButtonTrackInAmplitude1wqzs6dWithMappedReactProps1v1ipky", "ProductUIHero2Fonts", "beXBMh4fQ_default", "ButtonTrackInAmplitude1sx9ytwWithMappedReactProps1v1ipky", "CustomerTickerWrapperPhoneFonts", "OsfaWZ9KL_default", "CustomerTickerWrapperFonts", "YZvpzOJdN_default", "ContainerWithFX", "Container", "ButtonTrackInAmplitudeg698diWithMappedReactProps1v1ipky", "TabsVerticalFonts", "MpeYMa_zs_default", "GlobeFonts", "Globe", "ButtonTrackInAmplitude1ddohdwWithMappedReactProps1v1ipky", "ButtonTrackInAmplitudeoiwoomWithMappedReactProps1v1ipky", "ButtonTrackInAmplitudeinq0aiWithMappedReactProps1v1ipky", "AdaptiveContentWaitlistInputFonts", "AdaptiveContentWaitlistInput", "CustomersStoryCardFonts", "lR7kZI75G_default", "GetStartedForFreeFonts", "idvMKSnbj_default", "ImageInitializeAmplitude1i04nxh", "Image2", "initializeAmplitude", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "animation1", "transition2", "animation2", "transformTemplate2", "animation3", "animation4", "transition3", "animation5", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ifhqdtEM6rT9DRAHfd", "dAEQvsumjrT9DRAHfd", "hB0QDx7lDrT9DRAHfd", "lghA3YTL5rT9DRAHfd", "idrT9DRAHfd", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "router", "useRouter", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "PropertyOverrides2", "x", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "Link", "resolvedLinks3", "ChildrenCanSuspend", "Cel7eV4rM_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks4", "css", "FramerG9z51JAdl", "withCSS", "G9z51JAdl_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
