{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:style-value-types@5.0.0/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:framesync@6.0.1/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:popmotion@11.0.3/dist/es/index.mjs", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/TAKH1YMtHF4xgNl5W0ZC/SlideShow.js", "ssg:https://framerusercontent.com/modules/p8jENRagm55vf7KB0LtQ/lyJCQT6LKvB01gF1cge0/YNQhGsOji.js", "ssg:https://framerusercontent.com/modules/43HzfHKGtNPGlAAfA9SO/07SgsjHQUJEx2uTIQgLV/ok3uWWDYM.js", "ssg:https://framerusercontent.com/modules/Al63sn4ixllAyGZiuAyv/xlTbmcQ0br90Jw15k1HH/vx3uPTaiA.js", "ssg:https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js"],
  "sourcesContent": ["const clamp=(t,s)=>e=>Math.max(Math.min(e,s),t);const sanitize=t=>t%1?Number(t.toFixed(5)):t;const t=/(-)?([\\d]*\\.?[\\d])+/g;const s=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))/gi;const e=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))$/i;function isString(t){return\"string\"===typeof t}const r={test:t=>\"number\"===typeof t,parse:parseFloat,transform:t=>t};const n=Object.assign(Object.assign({},r),{transform:clamp(0,1)});const a=Object.assign(Object.assign({},r),{default:1});const createUnitType=t=>({test:s=>isString(s)&&s.endsWith(t)&&1===s.split(\" \").length,parse:parseFloat,transform:s=>`${s}${t}`});const o=createUnitType(\"deg\");const c=createUnitType(\"%\");const l=createUnitType(\"px\");const i=createUnitType(\"vh\");const p=createUnitType(\"vw\");const u=Object.assign(Object.assign({},c),{parse:t=>c.parse(t)/100,transform:t=>c.transform(100*t)});const isColorString=(t,s)=>r=>Boolean(isString(r)&&e.test(r)&&r.startsWith(t)||s&&Object.prototype.hasOwnProperty.call(r,s));const splitColor=(s,e,r)=>n=>{if(!isString(n))return n;const[a,o,c,l]=n.match(t);return{[s]:parseFloat(a),[e]:parseFloat(o),[r]:parseFloat(c),alpha:void 0!==l?parseFloat(l):1}};const f={test:isColorString(\"hsl\",\"hue\"),parse:splitColor(\"hue\",\"saturation\",\"lightness\"),transform:({hue:t,saturation:s,lightness:e,alpha:r=1})=>\"hsla(\"+Math.round(t)+\", \"+c.transform(sanitize(s))+\", \"+c.transform(sanitize(e))+\", \"+sanitize(n.transform(r))+\")\"};const m=clamp(0,255);const g=Object.assign(Object.assign({},r),{transform:t=>Math.round(m(t))});const h={test:isColorString(\"rgb\",\"red\"),parse:splitColor(\"red\",\"green\",\"blue\"),transform:({red:t,green:s,blue:e,alpha:r=1})=>\"rgba(\"+g.transform(t)+\", \"+g.transform(s)+\", \"+g.transform(e)+\", \"+sanitize(n.transform(r))+\")\"};function parseHex(t){let s=\"\";let e=\"\";let r=\"\";let n=\"\";if(t.length>5){s=t.substr(1,2);e=t.substr(3,2);r=t.substr(5,2);n=t.substr(7,2)}else{s=t.substr(1,1);e=t.substr(2,1);r=t.substr(3,1);n=t.substr(4,1);s+=s;e+=e;r+=r;n+=n}return{red:parseInt(s,16),green:parseInt(e,16),blue:parseInt(r,16),alpha:n?parseInt(n,16)/255:1}}const b={test:isColorString(\"#\"),parse:parseHex,transform:h.transform};const d={test:t=>h.test(t)||b.test(t)||f.test(t),parse:t=>h.test(t)?h.parse(t):f.test(t)?f.parse(t):b.parse(t),transform:t=>isString(t)?t:t.hasOwnProperty(\"red\")?h.transform(t):f.transform(t)};const v=\"${c}\";const y=\"${n}\";function test(e){var r,n,a,o;return isNaN(e)&&isString(e)&&(null!==(n=null===(r=e.match(t))||void 0===r?void 0:r.length)&&void 0!==n?n:0)+(null!==(o=null===(a=e.match(s))||void 0===a?void 0:a.length)&&void 0!==o?o:0)>0}function analyse(e){\"number\"===typeof e&&(e=`${e}`);const n=[];let a=0;const o=e.match(s);if(o){a=o.length;e=e.replace(s,v);n.push(...o.map(d.parse))}const c=e.match(t);if(c){e=e.replace(t,y);n.push(...c.map(r.parse))}return{values:n,numColors:a,tokenised:e}}function parse(t){return analyse(t).values}function createTransformer(t){const{values:s,numColors:e,tokenised:r}=analyse(t);const n=s.length;return t=>{let s=r;for(let r=0;r<n;r++)s=s.replace(r<e?v:y,r<e?d.transform(t[r]):sanitize(t[r]));return s}}const convertNumbersToZero=t=>\"number\"===typeof t?0:t;function getAnimatableNone(t){const s=parse(t);const e=createTransformer(t);return e(s.map(convertNumbersToZero))}const O={test:test,parse:parse,createTransformer:createTransformer,getAnimatableNone:getAnimatableNone};const j=new Set([\"brightness\",\"contrast\",\"saturate\",\"opacity\"]);function applyDefaultFilter(s){let[e,r]=s.slice(0,-1).split(\"(\");if(\"drop-shadow\"===e)return s;const[n]=r.match(t)||[];if(!n)return s;const a=r.replace(n,\"\");let o=j.has(e)?1:0;n!==r&&(o*=100);return e+\"(\"+o+a+\")\"}const F=/([a-z-]*)\\(.*?\\)/g;const N=Object.assign(Object.assign({},O),{getAnimatableNone:t=>{const s=t.match(F);return s?s.map(applyDefaultFilter).join(\" \"):t}});export{n as alpha,d as color,O as complex,o as degrees,N as filter,b as hex,f as hsla,r as number,c as percent,u as progressPercentage,l as px,g as rgbUnit,h as rgba,a as scale,i as vh,p as vw};\n\n//# sourceMappingURL=index.mjs.map", "const e=1/60*1e3;const t=\"undefined\"!==typeof performance?()=>performance.now():()=>Date.now();const n=\"undefined\"!==typeof window?e=>window.requestAnimationFrame(e):n=>setTimeout((()=>n(t())),e);function createRenderStep(e){let t=[];let n=[];let s=0;let r=false;let c=false;const o=new WeakSet;const a={schedule:(e,c=false,a=false)=>{const l=a&&r;const f=l?t:n;c&&o.add(e);if(-1===f.indexOf(e)){f.push(e);l&&r&&(s=t.length)}return e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1);o.delete(e)},process:l=>{if(r)c=true;else{r=true;[t,n]=[n,t];n.length=0;s=t.length;if(s)for(let n=0;n<s;n++){const s=t[n];s(l);if(o.has(s)){a.schedule(s);e()}}r=false;if(c){c=false;a.process(l)}}}};return a}const s=40;let r=true;let c=false;let o=false;const a={delta:0,timestamp:0};const l=[\"read\",\"update\",\"preRender\",\"render\",\"postRender\"];const f=l.reduce(((e,t)=>{e[t]=createRenderStep((()=>c=true));return e}),{});const u=l.reduce(((e,t)=>{const n=f[t];e[t]=(e,t=false,s=false)=>{c||startLoop();return n.schedule(e,t,s)};return e}),{});const d=l.reduce(((e,t)=>{e[t]=f[t].cancel;return e}),{});const i=l.reduce(((e,t)=>{e[t]=()=>f[t].process(a);return e}),{});const processStep=e=>f[e].process(a);const processFrame=t=>{c=false;a.delta=r?e:Math.max(Math.min(t-a.timestamp,s),1);a.timestamp=t;o=true;l.forEach(processStep);o=false;if(c){r=false;n(processFrame)}};const startLoop=()=>{c=true;r=true;o||n(processFrame)};const getFrameData=()=>a;export{d as cancelSync,u as default,i as flushSync,getFrameData};\n\n//# sourceMappingURL=index.mjs.map", "import{__rest as t}from\"tslib\";import{warning as e,invariant as n}from\"hey-listen\";import{hex as o,rgba as s,hsla as r,color as i,complex as u}from\"style-value-types\";import l,{cancelSync as p,getFrameData as f}from\"framesync\";const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const d=.001;const h=.01;const m=10;const y=.05;const g=1;function findSpring({duration:t=800,bounce:n=.25,velocity:o=0,mass:s=1}){let r;let i;e(t<=1e3*m,\"Spring duration must be 10 seconds or less\");let u=1-n;u=clamp(y,g,u);t=clamp(h,m,t/1e3);if(u<1){r=e=>{const n=e*u;const s=n*t;const r=n-o;const i=calcAngularFreq(e,u);const l=Math.exp(-s);return d-r/i*l};i=e=>{const n=e*u;const s=n*t;const i=s*o+o;const l=Math.pow(u,2)*Math.pow(e,2)*t;const p=Math.exp(-s);const f=calcAngularFreq(Math.pow(e,2),u);const h=-r(e)+d>0?-1:1;return h*((i-l)*p)/f}}else{r=e=>{const n=Math.exp(-e*t);const s=(e-o)*t+1;return n*s-d};i=e=>{const n=Math.exp(-e*t);const s=t*t*(o-e);return n*s}}const l=5/t;const p=approximateRoot(r,i,l);t*=1e3;if(isNaN(p))return{stiffness:100,damping:10,duration:t};{const e=Math.pow(p,2)*s;return{stiffness:e,damping:2*u*Math.sqrt(s*e),duration:t}}}const v=12;function approximateRoot(t,e,n){let o=n;for(let n=1;n<v;n++)o-=t(o)/e(o);return o}function calcAngularFreq(t,e){return t*Math.sqrt(1-e*e)}const M=[\"duration\",\"bounce\"];const x=[\"stiffness\",\"damping\",\"mass\"];function isSpringType(t,e){return e.some((e=>void 0!==t[e]))}function getSpringOptions(t){let e=Object.assign({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:false},t);if(!isSpringType(t,x)&&isSpringType(t,M)){const n=findSpring(t);e=Object.assign(Object.assign(Object.assign({},e),n),{velocity:0,mass:1});e.isResolvedFromDuration=true}return e}function spring(e){var{from:n=0,to:o=1,restSpeed:s=2,restDelta:r}=e,i=t(e,[\"from\",\"to\",\"restSpeed\",\"restDelta\"]);const u={done:false,value:n};let{stiffness:l,damping:p,mass:f,velocity:d,duration:h,isResolvedFromDuration:m}=getSpringOptions(i);let y=zero;let g=zero;function createSpring(){const t=d?-d/1e3:0;const e=o-n;const s=p/(2*Math.sqrt(l*f));const i=Math.sqrt(l/f)/1e3;void 0===r&&(r=Math.min(Math.abs(o-n)/100,.4));if(s<1){const n=calcAngularFreq(i,s);y=r=>{const u=Math.exp(-s*i*r);return o-u*((t+s*i*e)/n*Math.sin(n*r)+e*Math.cos(n*r))};g=o=>{const r=Math.exp(-s*i*o);return s*i*r*(Math.sin(n*o)*(t+s*i*e)/n+e*Math.cos(n*o))-r*(Math.cos(n*o)*(t+s*i*e)-n*e*Math.sin(n*o))}}else if(1===s)y=n=>o-Math.exp(-i*n)*(e+(t+i*e)*n);else{const n=i*Math.sqrt(s*s-1);y=r=>{const u=Math.exp(-s*i*r);const l=Math.min(n*r,300);return o-u*((t+s*i*e)*Math.sinh(l)+n*e*Math.cosh(l))/n}}}createSpring();return{next:t=>{const e=y(t);if(m)u.done=t>=h;else{const n=1e3*g(t);const i=Math.abs(n)<=s;const l=Math.abs(o-e)<=r;u.done=i&&l}u.value=u.done?o:e;return u},flipTarget:()=>{d=-d;[n,o]=[o,n];createSpring()}}}spring.needsInterpolation=(t,e)=>\"string\"===typeof t||\"string\"===typeof e;const zero=t=>0;const progress=(t,e,n)=>{const o=e-t;return 0===o?1:(n-t)/o};const mix=(t,e,n)=>-n*t+n*e+t;function hueToRgb(t,e,n){n<0&&(n+=1);n>1&&(n-=1);return n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function hslaToRgba({hue:t,saturation:e,lightness:n,alpha:o}){t/=360;e/=100;n/=100;let s=0;let r=0;let i=0;if(e){const o=n<.5?n*(1+e):n+e-n*e;const u=2*n-o;s=hueToRgb(u,o,t+1/3);r=hueToRgb(u,o,t);i=hueToRgb(u,o,t-1/3)}else s=r=i=n;return{red:Math.round(255*s),green:Math.round(255*r),blue:Math.round(255*i),alpha:o}}const mixLinearColor=(t,e,n)=>{const o=t*t;const s=e*e;return Math.sqrt(Math.max(0,n*(s-o)+o))};const S=[o,s,r];const getColorType=t=>S.find((e=>e.test(t)));const notAnimatable=t=>`'${t}' is not an animatable color. Use the equivalent color code instead.`;const mixColor=(t,e)=>{let o=getColorType(t);let i=getColorType(e);n(!!o,notAnimatable(t));n(!!i,notAnimatable(e));let u=o.parse(t);let l=i.parse(e);if(o===r){u=hslaToRgba(u);o=s}if(i===r){l=hslaToRgba(l);i=s}const p=Object.assign({},u);return t=>{for(const e in p)\"alpha\"!==e&&(p[e]=mixLinearColor(u[e],l[e],t));p.alpha=mix(u.alpha,l.alpha,t);return o.transform(p)}};const O={x:0,y:0,z:0};const isNum=t=>\"number\"===typeof t;const combineFunctions=(t,e)=>n=>e(t(n));const pipe=(...t)=>t.reduce(combineFunctions);function getMixer(t,e){return isNum(t)?n=>mix(t,e,n):i.test(t)?mixColor(t,e):mixComplex(t,e)}const mixArray=(t,e)=>{const n=[...t];const o=n.length;const s=t.map(((t,n)=>getMixer(t,e[n])));return t=>{for(let e=0;e<o;e++)n[e]=s[e](t);return n}};const mixObject=(t,e)=>{const n=Object.assign(Object.assign({},t),e);const o={};for(const s in n)void 0!==t[s]&&void 0!==e[s]&&(o[s]=getMixer(t[s],e[s]));return t=>{for(const e in o)n[e]=o[e](t);return n}};function analyse(t){const e=u.parse(t);const n=e.length;let o=0;let s=0;let r=0;for(let t=0;t<n;t++)o||\"number\"===typeof e[t]?o++:void 0!==e[t].hue?r++:s++;return{parsed:e,numNumbers:o,numRGB:s,numHSL:r}}const mixComplex=(t,n)=>{const o=u.createTransformer(n);const s=analyse(t);const r=analyse(n);const i=s.numHSL===r.numHSL&&s.numRGB===r.numRGB&&s.numNumbers>=r.numNumbers;if(i)return pipe(mixArray(s.parsed,r.parsed),o);e(true,`Complex values '${t}' and '${n}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`);return e=>`${e>0?n:t}`};const mixNumber=(t,e)=>n=>mix(t,e,n);function detectMixerFactory(t){return\"number\"===typeof t?mixNumber:\"string\"===typeof t?i.test(t)?mixColor:mixComplex:Array.isArray(t)?mixArray:\"object\"===typeof t?mixObject:void 0}function createMixers(t,e,n){const o=[];const s=n||detectMixerFactory(t[0]);const r=t.length-1;for(let n=0;n<r;n++){let r=s(t[n],t[n+1]);if(e){const t=Array.isArray(e)?e[n]:e;r=pipe(t,r)}o.push(r)}return o}function fastInterpolate([t,e],[n]){return o=>n(progress(t,e,o))}function slowInterpolate(t,e){const n=t.length;const o=n-1;return s=>{let r=0;let i=false;if(s<=t[0])i=true;else if(s>=t[o]){r=o-1;i=true}if(!i){let e=1;for(;e<n;e++)if(t[e]>s||e===o)break;r=e-1}const u=progress(t[r],t[r+1],s);return e[r](u)}}function interpolate(t,e,{clamp:o=true,ease:s,mixer:r}={}){const i=t.length;n(i===e.length,\"Both input and output ranges must be the same length\");n(!s||!Array.isArray(s)||s.length===i-1,\"Array of easing functions must be of length `input.length - 1`, as it applies to the transitions **between** the defined values.\");if(t[0]>t[i-1]){t=[].concat(t);e=[].concat(e);t.reverse();e.reverse()}const u=createMixers(e,s,r);const l=2===i?fastInterpolate(t,u):slowInterpolate(t,u);return o?e=>l(clamp(t[0],t[i-1],e)):l}const reverseEasing=t=>e=>1-t(1-e);const mirrorEasing=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2;const createExpoIn=t=>e=>Math.pow(e,t);const createBackIn=t=>e=>e*e*((t+1)*e-t);const createAnticipate=t=>{const e=createBackIn(t);return t=>(t*=2)<1?.5*e(t):.5*(2-Math.pow(2,-10*(t-1)))};const T=1.525;const w=4/11;const A=8/11;const R=.9;const linear=t=>t;const F=createExpoIn(2);const D=reverseEasing(F);const j=mirrorEasing(F);const circIn=t=>1-Math.sin(Math.acos(t));const q=reverseEasing(circIn);const I=mirrorEasing(q);const P=createBackIn(T);const k=reverseEasing(P);const E=mirrorEasing(P);const B=createAnticipate(T);const C=4356/361;const N=35442/1805;const U=16061/1805;const bounceOut=t=>{if(1===t||0===t)return t;const e=t*t;return t<w?7.5625*e:t<A?9.075*e-9.9*t+3.4:t<R?C*e-N*t+U:10.8*t*t-20.52*t+10.72};const z=reverseEasing(bounceOut);const bounceInOut=t=>t<.5?.5*(1-bounceOut(1-2*t)):.5*bounceOut(2*t-1)+.5;function defaultEasing(t,e){return t.map((()=>e||j)).splice(0,t.length-1)}function defaultOffset(t){const e=t.length;return t.map(((t,n)=>0!==n?n/(e-1):0))}function convertOffsetToTimes(t,e){return t.map((t=>t*e))}function keyframes({from:t=0,to:e=1,ease:n,offset:o,duration:s=300}){const r={done:false,value:t};const i=Array.isArray(e)?e:[t,e];const u=convertOffsetToTimes(o&&o.length===i.length?o:defaultOffset(i),s);function createInterpolator(){return interpolate(u,i,{ease:Array.isArray(n)?n:defaultEasing(i,n)})}let l=createInterpolator();return{next:t=>{r.value=l(t);r.done=t>=s;return r},flipTarget:()=>{i.reverse();l=createInterpolator()}}}function decay({velocity:t=0,from:e=0,power:n=.8,timeConstant:o=350,restDelta:s=.5,modifyTarget:r}){const i={done:false,value:e};let u=n*t;const l=e+u;const p=void 0===r?l:r(l);p!==l&&(u=p-e);return{next:t=>{const e=-u*Math.exp(-t/o);i.done=!(e>s||e<-s);i.value=i.done?p:p+e;return i},flipTarget:()=>{}}}const $={keyframes:keyframes,spring:spring,decay:decay};function detectAnimationFromOptions(t){if(Array.isArray(t.to))return keyframes;if($[t.type])return $[t.type];const e=new Set(Object.keys(t));return e.has(\"ease\")||e.has(\"duration\")&&!e.has(\"dampingRatio\")?keyframes:e.has(\"dampingRatio\")||e.has(\"stiffness\")||e.has(\"mass\")||e.has(\"damping\")||e.has(\"restSpeed\")||e.has(\"restDelta\")?spring:keyframes}function loopElapsed(t,e,n=0){return t-e-n}function reverseElapsed(t,e,n=0,o=true){return o?loopElapsed(e+-t,e,n):e-(t-e)+n}function hasRepeatDelayElapsed(t,e,n,o){return o?t>=e+n:t<=-n}const framesync=t=>{const passTimestamp=({delta:e})=>t(e);return{start:()=>l.update(passTimestamp,true),stop:()=>p.update(passTimestamp)}};function animate(e){var n,o;var{from:s,autoplay:r=true,driver:i=framesync,elapsed:u=0,repeat:l=0,repeatType:p=\"loop\",repeatDelay:f=0,onPlay:d,onStop:h,onComplete:m,onRepeat:y,onUpdate:g}=e,v=t(e,[\"from\",\"autoplay\",\"driver\",\"elapsed\",\"repeat\",\"repeatType\",\"repeatDelay\",\"onPlay\",\"onStop\",\"onComplete\",\"onRepeat\",\"onUpdate\"]);let{to:M}=v;let x;let S=0;let O=v.duration;let T;let w=false;let A=true;let R;const F=detectAnimationFromOptions(v);if(null===(o=(n=F).needsInterpolation)||void 0===o?void 0:o.call(n,s,M)){R=interpolate([0,100],[s,M],{clamp:false});s=0;M=100}const D=F(Object.assign(Object.assign({},v),{from:s,to:M}));function repeat(){S++;if(\"reverse\"===p){A=S%2===0;u=reverseElapsed(u,O,f,A)}else{u=loopElapsed(u,O,f);\"mirror\"===p&&D.flipTarget()}w=false;y&&y()}function complete(){x.stop();m&&m()}function update(t){A||(t=-t);u+=t;if(!w){const t=D.next(Math.max(0,u));T=t.value;R&&(T=R(T));w=A?t.done:u<=0}null===g||void 0===g?void 0:g(T);if(w){0===S&&(null!==O&&void 0!==O?O:O=u);S<l?hasRepeatDelayElapsed(u,O,f,A)&&repeat():complete()}}function play(){null===d||void 0===d?void 0:d();x=i(update);x.start()}r&&play();return{stop:()=>{null===h||void 0===h?void 0:h();x.stop()}}}function velocityPerSecond(t,e){return e?t*(1e3/e):0}function inertia({from:t=0,velocity:e=0,min:n,max:o,power:s=.8,timeConstant:r=750,bounceStiffness:i=500,bounceDamping:u=10,restDelta:l=1,modifyTarget:p,driver:d,onUpdate:h,onComplete:m,onStop:y}){let g;function isOutOfBounds(t){return void 0!==n&&t<n||void 0!==o&&t>o}function boundaryNearest(t){return void 0===n?o:void 0===o||Math.abs(n-t)<Math.abs(o-t)?n:o}function startAnimation(t){null===g||void 0===g?void 0:g.stop();g=animate(Object.assign(Object.assign({},t),{driver:d,onUpdate:e=>{var n;null===h||void 0===h?void 0:h(e);null===(n=t.onUpdate)||void 0===n?void 0:n.call(t,e)},onComplete:m,onStop:y}))}function startSpring(t){startAnimation(Object.assign({type:\"spring\",stiffness:i,damping:u,restDelta:l},t))}if(isOutOfBounds(t))startSpring({from:t,velocity:e,to:boundaryNearest(t)});else{let o=s*e+t;\"undefined\"!==typeof p&&(o=p(o));const i=boundaryNearest(o);const u=i===n?-1:1;let d;let h;const checkBoundary=t=>{d=h;h=t;e=velocityPerSecond(t-d,f().delta);(1===u&&t>i||-1===u&&t<i)&&startSpring({from:t,to:i,velocity:e})};startAnimation({type:\"decay\",from:t,velocity:e,timeConstant:r,power:s,restDelta:l,modifyTarget:p,onUpdate:isOutOfBounds(o)?checkBoundary:void 0})}return{stop:()=>null===g||void 0===g?void 0:g.stop()}}const radiansToDegrees=t=>180*t/Math.PI;const angle=(t,e=O)=>radiansToDegrees(Math.atan2(e.y-t.y,e.x-t.x));const applyOffset=(t,e)=>{let n=true;if(void 0===e){e=t;n=false}return o=>{if(n)return o-t+e;t=o;n=true;return e}};const identity=t=>t;const createAttractor=(t=identity)=>(e,n,o)=>{const s=n-o;const r=-(0-e+1)*(0-t(Math.abs(s)));return s<=0?n+r:n-r};const G=createAttractor();const H=createAttractor(Math.sqrt);const degreesToRadians=t=>t*Math.PI/180;const isPoint=t=>t.hasOwnProperty(\"x\")&&t.hasOwnProperty(\"y\");const isPoint3D=t=>isPoint(t)&&t.hasOwnProperty(\"z\");const distance1D=(t,e)=>Math.abs(t-e);function distance(t,e){if(isNum(t)&&isNum(e))return distance1D(t,e);if(isPoint(t)&&isPoint(e)){const n=distance1D(t.x,e.x);const o=distance1D(t.y,e.y);const s=isPoint3D(t)&&isPoint3D(e)?distance1D(t.z,e.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(o,2)+Math.pow(s,2))}}const pointFromVector=(t,e,n)=>{e=degreesToRadians(e);return{x:n*Math.cos(e)+t.x,y:n*Math.sin(e)+t.y}};const toDecimal=(t,e=2)=>{e=Math.pow(10,e);return Math.round(t*e)/e};const smoothFrame=(t,e,n,o=0)=>toDecimal(t+n*(e-t)/Math.max(o,n));const smooth=(t=50)=>{let e=0;let n=0;return o=>{const s=f().timestamp;const r=s!==n?s-n:0;const i=r?smoothFrame(e,o,r,t):e;n=s;e=i;return i}};const snap=t=>{if(\"number\"===typeof t)return e=>Math.round(e/t)*t;{let e=0;const n=t.length;return o=>{let s=Math.abs(t[0]-o);for(e=1;e<n;e++){const r=t[e];const i=Math.abs(r-o);if(0===i)return r;if(i>s)return t[e-1];if(e===n-1)return r;s=i}}}};function velocityPerFrame(t,e){return t/(1e3/e)}const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};const a=(t,e)=>1-3*e+3*t;const b=(t,e)=>3*e-6*t;const c=t=>3*t;const calcBezier=(t,e,n)=>((a(e,n)*t+b(e,n))*t+c(e))*t;const getSlope=(t,e,n)=>3*a(e,n)*t*t+2*b(e,n)*t+c(e);const L=1e-7;const X=10;function binarySubdivide(t,e,n,o,s){let r;let i;let u=0;do{i=e+(n-e)/2;r=calcBezier(i,o,s)-t;r>0?n=i:e=i}while(Math.abs(r)>L&&++u<X);return i}const J=8;const K=.001;function newtonRaphsonIterate(t,e,n,o){for(let s=0;s<J;++s){const s=getSlope(e,n,o);if(0===s)return e;const r=calcBezier(e,n,o)-t;e-=r/s}return e}const Q=11;const V=1/(Q-1);function cubicBezier(t,e,n,o){if(t===e&&n===o)return linear;const s=new Float32Array(Q);for(let e=0;e<Q;++e)s[e]=calcBezier(e*V,t,n);function getTForX(e){let o=0;let r=1;const i=Q-1;for(;r!==i&&s[r]<=e;++r)o+=V;--r;const u=(e-s[r])/(s[r+1]-s[r]);const l=o+u*V;const p=getSlope(l,t,n);return p>=K?newtonRaphsonIterate(e,l,t,n):0===p?l:binarySubdivide(e,o,o+V,t,n)}return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>n=>{n=\"end\"===e?Math.min(n,.999):Math.max(n,.001);const o=n*t;const s=\"end\"===e?Math.floor(o):Math.ceil(o);return clamp(0,1,s/t)};export{angle,animate,B as anticipate,applyOffset,G as attract,H as attractExpo,P as backIn,E as backInOut,k as backOut,z as bounceIn,bounceInOut,bounceOut,circIn,I as circInOut,q as circOut,clamp,createAnticipate,createAttractor,createBackIn,createExpoIn,cubicBezier,decay,degreesToRadians,distance,F as easeIn,j as easeInOut,D as easeOut,inertia,interpolate,isPoint,isPoint3D,keyframes,linear,mirrorEasing,mix,mixColor,mixComplex,pipe,pointFromVector,progress,radiansToDegrees,reverseEasing,smooth,smoothFrame,snap,spring,steps,toDecimal,velocityPerFrame,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.mjs.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{wrap}from\"popmotion\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Slideshow(props){/**\n     * Properties\n     */ const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const hasChildren=Children.count(slots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return slots.map(index=>/*#__PURE__*/ createRef());},[slots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */ const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */ const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */ const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */ const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=slots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */ useLayoutEffect(()=>{if(!hasChildren)return;measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */ let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */ const totalItems=slots===null||slots===void 0?void 0:slots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility */ /* Otherwise, it will re-play all the item increments */ const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */ const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */ const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */ const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping */ /* Instead of 0 to a negative full duplicated row, we start with an offset */ const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */ const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point */ /* The subtraction of a full row of children is for overflow */ useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */ // if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */ if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing,]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     */ /* Next and previous function, animates the X */ const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */ const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */ const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200 // Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */ const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch */ /* For velocity use only */ const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */ if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */ if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */ useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */ let childCounter=0;/**\n     * Sizing\n     * */ let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */ for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(slots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===slots.length-1){ref=childrenRef[1];}return /*#__PURE__*/ _jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:slots===null||slots===void 0?void 0:slots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */ const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(slots===null||slots===void 0?void 0:slots.length);i++){dots.push(/*#__PURE__*/ _jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/ _jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:effectsPerspective},children:/*#__PURE__*/ _jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/ _jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/ _jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:0},transition:transitionControl,children:[/*#__PURE__*/ _jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/ _jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/ _jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/ _jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/ _jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});};/* Default Properties */ Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */ addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\",],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\",],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */ const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */ const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */ const Slide=/*#__PURE__*/ forwardRef(function Component(props,ref){var ref1,ref2;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */ const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent,].map(val=>val-childOffset);/**\n     * Effects\n     */ const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate,]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate,]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity,]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale,]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{ref.current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/ cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(ref1=child.props)===null||ref1===void 0?void 0:ref1.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0}},(ref2=child.props)===null||ref2===void 0?void 0:ref2.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item */ /* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */ let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */ if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/ _jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/ _jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */ const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (6f17e57)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rKQ6j8149Cz7IuvxFWuA/gVOp8hBn2yTcwHnBksjb/l6qNW1TBq.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={lBT0jbLLt:{hover:true}};const cycleOrder=[\"lBT0jbLLt\"];const variantClassNames={lBT0jbLLt:\"framer-v-1s1q65p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"lBT0jbLLt\",title:ZXT0hMirU=\"Updated for iOS 16\",link:APquOS96f,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"lBT0jbLLt\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-NBNvR\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:APquOS96f,openInNewTab:false,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-1s1q65p\",className)} framer-1piu0x8`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"lBT0jbLLt\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},transition:transition,variants:{\"lBT0jbLLt-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({\"lBT0jbLLt-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-605wog\",\"data-styles-preset\":\"l6qNW1TBq\",children:/*#__PURE__*/ _jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f)\"},children:\"Updated for iOS 16\"})})}),className:\"framer-1jwj6tg\",layoutDependency:layoutDependency,layoutId:\"iRK67Fz3m\",style:{\"--extracted-1w3ko1f\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:ZXT0hMirU,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-skpnn8-container\",layoutDependency:layoutDependency,layoutId:\"eMVBttOYq-container\",style:{opacity:1},transition:transition,variants:{\"lBT0jbLLt-hover\":{opacity:.5}},children:/*#__PURE__*/ _jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"eMVBttOYq\",layoutId:\"eMVBttOYq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})]})})})});});const css=['.framer-NBNvR [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NBNvR .framer-1piu0x8 { display: block; }\",\".framer-NBNvR .framer-1s1q65p { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 16px 4px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NBNvR .framer-1jwj6tg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NBNvR .framer-skpnn8-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-NBNvR .framer-v-1s1q65p .framer-1s1q65p { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBNvR .framer-1s1q65p { gap: 0px; } .framer-NBNvR .framer-1s1q65p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NBNvR .framer-1s1q65p > :first-child { margin-left: 0px; } .framer-NBNvR .framer-1s1q65p > :last-child { margin-right: 0px; } }\",\".framer-NBNvR.framer-v-1s1q65p.hover .framer-1s1q65p { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NBNvR.framer-v-1s1q65p.hover .framer-1s1q65p { gap: 0px; } .framer-NBNvR.framer-v-1s1q65p.hover .framer-1s1q65p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-NBNvR.framer-v-1s1q65p.hover .framer-1s1q65p > :first-child { margin-left: 0px; } .framer-NBNvR.framer-v-1s1q65p.hover .framer-1s1q65p > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 178.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pBWwgGnvb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ZXT0hMirU\":\"title\",\"APquOS96f\":\"link\"}\n */ const FramerYNQhGsOji=withCSS(Component,css,\"framer-NBNvR\");export default FramerYNQhGsOji;FramerYNQhGsOji.displayName=\"Button Update\";FramerYNQhGsOji.defaultProps={height:29,width:178.5};addPropertyControls(FramerYNQhGsOji,{ZXT0hMirU:{defaultValue:\"Updated for iOS 16\",displayTextArea:false,title:\"Title\",type:ControlType.String},APquOS96f:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYNQhGsOji,[...PhosphorFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYNQhGsOji\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"178.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"29\",\"framerVariables\":\"{\\\"ZXT0hMirU\\\":\\\"title\\\",\\\"APquOS96f\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pBWwgGnvb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YNQhGsOji.map", "// Generated by Framer (ad22381)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import ButtonUpdate from\"https://framerusercontent.com/modules/p8jENRagm55vf7KB0LtQ/lyJCQT6LKvB01gF1cge0/YNQhGsOji.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonUpdateFonts=getFonts(ButtonUpdate);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"uRZW5c6el\"];const variantClassNames={uRZW5c6el:\"framer-v-679o2c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"uRZW5c6el\",icon:vEtF76D_7=\"TShirt\",title:qR8MbmRZt=\"Brands\",description:CZ7LuufYU=\"Some text\",link:x9e9yCtNy,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"uRZW5c6el\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-51rD6\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-679o2c\",className),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uRZW5c6el\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0.2)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25,...style},transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-18b3pju-container\",layoutDependency:layoutDependency,layoutId:\"ICvh8nxoq-container\",transition:transition,children:/*#__PURE__*/ _jsx(Phosphor,{color:\"rgb(56, 175, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:vEtF76D_7,id:\"ICvh8nxoq\",layoutId:\"ICvh8nxoq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:\"Brands\"})}),className:\"framer-1ehmact\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"gOPHzILCI\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:qR8MbmRZt,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Some text\"})}),className:\"framer-7tjkq3\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"kDZx4fHzb\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:CZ7LuufYU,transition:transition,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-4flbab\",layoutDependency:layoutDependency,layoutId:\"DFDBWTYeH\",style:{backgroundColor:\"rgb(153, 238, 255)\",opacity:0},transition:transition}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1qwux7z-container\",layoutDependency:layoutDependency,layoutId:\"p0EmS4tvi-container\",transition:transition,children:/*#__PURE__*/ _jsx(ButtonUpdate,{height:\"100%\",id:\"p0EmS4tvi\",layoutId:\"p0EmS4tvi\",link:x9e9yCtNy,title:\"Learn More\",width:\"100%\"})})]})})});});const css=['.framer-51rD6 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-51rD6 .framer-1wq06zh { display: block; }\",\".framer-51rD6 .framer-679o2c { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 20px 20px 20px; position: relative; width: 294px; }\",\".framer-51rD6 .framer-18b3pju-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-51rD6 .framer-1ehmact, .framer-51rD6 .framer-7tjkq3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-51rD6 .framer-4flbab { flex: none; height: 25px; overflow: visible; position: relative; width: 65px; }\",\".framer-51rD6 .framer-1qwux7z-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-51rD6 .framer-679o2c { gap: 0px; } .framer-51rD6 .framer-679o2c > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-51rD6 .framer-679o2c > :first-child { margin-top: 0px; } .framer-51rD6 .framer-679o2c > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 248.5\n * @framerIntrinsicWidth 293.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"vEtF76D_7\":\"icon\",\"qR8MbmRZt\":\"title\",\"CZ7LuufYU\":\"description\",\"x9e9yCtNy\":\"link\"}\n */ const Framerok3uWWDYM=withCSS(Component,css,\"framer-51rD6\");export default Framerok3uWWDYM;Framerok3uWWDYM.displayName=\"Learn More Tile\";Framerok3uWWDYM.defaultProps={height:248.5,width:293.5};addPropertyControls(Framerok3uWWDYM,{vEtF76D_7:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"TShirt\",hidden:undefined,title:\"Icon\"},qR8MbmRZt:{defaultValue:\"Brands\",displayTextArea:false,title:\"Title\",type:ControlType.String},CZ7LuufYU:{defaultValue:\"Some text\",displayTextArea:false,title:\"Description\",type:ControlType.String},x9e9yCtNy:{title:\"Link\",type:ControlType.Link}});addFonts(Framerok3uWWDYM,[{family:\"Manrope\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/ok3uWWDYM:default\",url:\"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf\",weight:\"500\"},...PhosphorFonts,...ButtonUpdateFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerok3uWWDYM\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vEtF76D_7\\\":\\\"icon\\\",\\\"qR8MbmRZt\\\":\\\"title\\\",\\\"CZ7LuufYU\\\":\\\"description\\\",\\\"x9e9yCtNy\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"293.5\",\"framerIntrinsicHeight\":\"248.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ok3uWWDYM.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Manrope-300\"]);export const fonts=[{family:\"Manrope\",moduleAsset:{localModuleIdentifier:\"local-module:css/vx3uPTaiA:default\",url:\"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\",weight:\"300\"}];export const css=['.framer-LXzxK .framer-styles-preset-1mu21ic:not(.rich-text-wrapper), .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper p, .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Manrope\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #616161; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1599px) and (min-width: 1200px) { .framer-LXzxK .framer-styles-preset-1mu21ic:not(.rich-text-wrapper), .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper p, .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Manrope\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #616161; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-LXzxK .framer-styles-preset-1mu21ic:not(.rich-text-wrapper), .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper p, .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Manrope\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #616161; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-LXzxK .framer-styles-preset-1mu21ic:not(.rich-text-wrapper), .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper p, .framer-LXzxK .framer-styles-preset-1mu21ic.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Manrope\", sans-serif; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #616161; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-LXzxK\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (28c43db)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,removeHiddenBreakpointLayers,resolveLink,RichText,useHydratedBreakpointVariants,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/534oB9Tn5cZB6VZbkWLJ/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/TAKH1YMtHF4xgNl5W0ZC/SlideShow.js\";import TopBar from\"#framer/local/canvasComponent/AWx5mqaQ8/AWx5mqaQ8.js\";import TrustedBy from\"#framer/local/canvasComponent/JGtbEZxdX/JGtbEZxdX.js\";import Footer from\"#framer/local/canvasComponent/Jhpui3uEF/Jhpui3uEF.js\";import ButtonLearnMore from\"#framer/local/canvasComponent/NCHYFdDRa/NCHYFdDRa.js\";import LearnMoreTile from\"#framer/local/canvasComponent/ok3uWWDYM/ok3uWWDYM.js\";import TechTile from\"#framer/local/canvasComponent/Zc0x_Rm6N/Zc0x_Rm6N.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import*as sharedStyle from\"#framer/local/css/vx3uPTaiA/vx3uPTaiA.js\";import metadataProvider from\"#framer/local/webPageMetadata/Yj1Itc7XZ/Yj1Itc7XZ.js\";const TopBarFonts=getFonts(TopBar);const EmbedFonts=getFonts(Embed);const VideoFonts=getFonts(Video);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const SlideshowFonts=getFonts(Slideshow);const LearnMoreTileFonts=getFonts(LearnMoreTile);const TechTileFonts=getFonts(TechTile);const ButtonLearnMoreFonts=getFonts(ButtonLearnMore);const TrustedByFonts=getFonts(TrustedBy);const FormSparkFonts=getFonts(FormSpark);const FooterFonts=getFonts(Footer);const cycleOrder=[\"J0QiizT7R\",\"xzDhVkrAb\",\"yKfczUuGj\",\"DMVD4lkKu\"];const breakpoints={DMVD4lkKu:\"(min-width: 1600px)\",J0QiizT7R:\"(min-width: 1200px) and (max-width: 1599px)\",xzDhVkrAb:\"(min-width: 810px) and (max-width: 1199px)\",yKfczUuGj:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={DMVD4lkKu:\"framer-v-1u9r7o3\",J0QiizT7R:\"framer-v-wbf75y\",xzDhVkrAb:\"framer-v-xa8rz7\",yKfczUuGj:\"framer-v-1y9u9i9\"};if(isBrowser()){removeHiddenBreakpointLayers(\"J0QiizT7R\",breakpoints,variantClassNames);}const humanReadableVariantMap={Desktop:\"J0QiizT7R\",Large:\"DMVD4lkKu\",Phone:\"yKfczUuGj\",Tablet:\"xzDhVkrAb\"};const transitions={default:{duration:0}};const transformTemplate=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-5};const transition1={delay:.4,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:-5};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:0};const transition2={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const transition3={delay:.4,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:-5};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:-5};const metadata=metadataProvider();const Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"J0QiizT7R\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;React.useLayoutEffect(()=>{const metadata1=metadataProvider();document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}},[]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const isDisplayed=()=>{if(baseVariant===\"yKfczUuGj\")return true;return!isBrowser();};const id1=useRouteElementId(\"qH_RuJ5ZZ\");const isDisplayed1=()=>{if(baseVariant===\"yKfczUuGj\")return!isBrowser();return true;};const ref1=React.useRef(null);const router=useRouter();const id2=useRouteElementId(\"RvvTMOQAx\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"J0QiizT7R\",variantClassNames},children:/*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsxs(motion.div,{className:cx(\"framer-iw4oA\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className),style:{display:\"contents\"},children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-wbf75y\",className),ref:ref,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-fr8al8-container\",layoutScroll:true,transformTemplate:transformTemplate,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{variant:\"q9lb2XYeY\"}},children:/*#__PURE__*/_jsx(TopBar,{height:\"100%\",id:\"GSKVqqADO\",layoutId:\"GSKVqqADO\",style:{width:\"100%\"},variant:\"C9VCJawfM\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7nfukw\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hoypmn\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-440uue-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<div id=\"particles-js\"></div>\\n\\n<script>\\n/* -----------------------------------------------\\n/* Author : Vincent Garreau  - vincentgarreau.com\\n/* MIT license: http://opensource.org/licenses/MIT\\n/* Demo / Generator : vincentgarreau.com/particles.js\\n/* GitHub : github.com/VincentGarreau/particles.js\\n/* How to use? : Check the GitHub README\\n/* v2.0.0\\n/* ----------------------------------------------- */\\nfunction hexToRgb(e){var a=/^#?([a-f\\\\d])([a-f\\\\d])([a-f\\\\d])$/i;e=e.replace(a,function(e,a,t,i){return a+a+t+t+i+i});var t=/^#?([a-f\\\\d]{2})([a-f\\\\d]{2})([a-f\\\\d]{2})$/i.exec(e);return t?{r:parseInt(t[1],16),g:parseInt(t[2],16),b:parseInt(t[3],16)}:null}function clamp(e,a,t){return Math.min(Math.max(e,a),t)}function isInArray(e,a){return a.indexOf(e)>-1}var pJS=function(e,a){var t=document.querySelector(\"#\"+e+\" > .particles-js-canvas-el\");this.pJS={canvas:{el:t,w:t.offsetWidth,h:t.offsetHeight},particles:{number:{value:400,density:{enable:!0,value_area:800}},color:{value:\"#fff\"},shape:{type:\"circle\",stroke:{width:0,color:\"#ff0000\"},polygon:{nb_sides:5},image:{src:\"\",width:100,height:100}},opacity:{value:1,random:!1,anim:{enable:!1,speed:2,opacity_min:0,sync:!1}},size:{value:20,random:!1,anim:{enable:!1,speed:20,size_min:0,sync:!1}},line_linked:{enable:!0,distance:100,color:\"#fff\",opacity:1,width:1},move:{enable:!0,speed:2,direction:\"none\",random:!1,straight:!1,out_mode:\"out\",bounce:!1,attract:{enable:!1,rotateX:3e3,rotateY:3e3}},array:[]},interactivity:{detect_on:\"canvas\",events:{onhover:{enable:!0,mode:\"grab\"},onclick:{enable:!0,mode:\"push\"},resize:!0},modes:{grab:{distance:100,line_linked:{opacity:1}},bubble:{distance:200,size:80,duration:.4},repulse:{distance:200,duration:.4},push:{particles_nb:4},remove:{particles_nb:2}},mouse:{}},retina_detect:!1,fn:{interact:{},modes:{},vendors:{}},tmp:{}};var i=this.pJS;a&&Object.deepExtend(i,a),i.tmp.obj={size_value:i.particles.size.value,size_anim_speed:i.particles.size.anim.speed,move_speed:i.particles.move.speed,line_linked_distance:i.particles.line_linked.distance,line_linked_width:i.particles.line_linked.width,mode_grab_distance:i.interactivity.modes.grab.distance,mode_bubble_distance:i.interactivity.modes.bubble.distance,mode_bubble_size:i.interactivity.modes.bubble.size,mode_repulse_distance:i.interactivity.modes.repulse.distance},i.fn.retinaInit=function(){i.retina_detect&&window.devicePixelRatio>1?(i.canvas.pxratio=window.devicePixelRatio,i.tmp.retina=!0):(i.canvas.pxratio=1,i.tmp.retina=!1),i.canvas.w=i.canvas.el.offsetWidth*i.canvas.pxratio,i.canvas.h=i.canvas.el.offsetHeight*i.canvas.pxratio,i.particles.size.value=i.tmp.obj.size_value*i.canvas.pxratio,i.particles.size.anim.speed=i.tmp.obj.size_anim_speed*i.canvas.pxratio,i.particles.move.speed=i.tmp.obj.move_speed*i.canvas.pxratio,i.particles.line_linked.distance=i.tmp.obj.line_linked_distance*i.canvas.pxratio,i.interactivity.modes.grab.distance=i.tmp.obj.mode_grab_distance*i.canvas.pxratio,i.interactivity.modes.bubble.distance=i.tmp.obj.mode_bubble_distance*i.canvas.pxratio,i.particles.line_linked.width=i.tmp.obj.line_linked_width*i.canvas.pxratio,i.interactivity.modes.bubble.size=i.tmp.obj.mode_bubble_size*i.canvas.pxratio,i.interactivity.modes.repulse.distance=i.tmp.obj.mode_repulse_distance*i.canvas.pxratio},i.fn.canvasInit=function(){i.canvas.ctx=i.canvas.el.getContext(\"2d\")},i.fn.canvasSize=function(){i.canvas.el.width=i.canvas.w,i.canvas.el.height=i.canvas.h,i&&i.interactivity.events.resize&&window.addEventListener(\"resize\",function(){i.canvas.w=i.canvas.el.offsetWidth,i.canvas.h=i.canvas.el.offsetHeight,i.tmp.retina&&(i.canvas.w*=i.canvas.pxratio,i.canvas.h*=i.canvas.pxratio),i.canvas.el.width=i.canvas.w,i.canvas.el.height=i.canvas.h,i.particles.move.enable||(i.fn.particlesEmpty(),i.fn.particlesCreate(),i.fn.particlesDraw(),i.fn.vendors.densityAutoParticles()),i.fn.vendors.densityAutoParticles()})},i.fn.canvasPaint=function(){i.canvas.ctx.fillRect(0,0,i.canvas.w,i.canvas.h)},i.fn.canvasClear=function(){i.canvas.ctx.clearRect(0,0,i.canvas.w,i.canvas.h)},i.fn.particle=function(e,a,t){if(this.radius=(i.particles.size.random?Math.random():1)*i.particles.size.value,i.particles.size.anim.enable&&(this.size_status=!1,this.vs=i.particles.size.anim.speed/100,i.particles.size.anim.sync||(this.vs=this.vs*Math.random())),this.x=t?t.x:Math.random()*i.canvas.w,this.y=t?t.y:Math.random()*i.canvas.h,this.x>i.canvas.w-2*this.radius?this.x=this.x-this.radius:this.x<2*this.radius&&(this.x=this.x+this.radius),this.y>i.canvas.h-2*this.radius?this.y=this.y-this.radius:this.y<2*this.radius&&(this.y=this.y+this.radius),i.particles.move.bounce&&i.fn.vendors.checkOverlap(this,t),this.color={},\"object\"==typeof e.value)if(e.value instanceof Array){var s=e.value[Math.floor(Math.random()*i.particles.color.value.length)];this.color.rgb=hexToRgb(s)}else void 0!=e.value.r&&void 0!=e.value.g&&void 0!=e.value.b&&(this.color.rgb={r:e.value.r,g:e.value.g,b:e.value.b}),void 0!=e.value.h&&void 0!=e.value.s&&void 0!=e.value.l&&(this.color.hsl={h:e.value.h,s:e.value.s,l:e.value.l});else\"random\"==e.value?this.color.rgb={r:Math.floor(256*Math.random())+0,g:Math.floor(256*Math.random())+0,b:Math.floor(256*Math.random())+0}:\"string\"==typeof e.value&&(this.color=e,this.color.rgb=hexToRgb(this.color.value));this.opacity=(i.particles.opacity.random?Math.random():1)*i.particles.opacity.value,i.particles.opacity.anim.enable&&(this.opacity_status=!1,this.vo=i.particles.opacity.anim.speed/100,i.particles.opacity.anim.sync||(this.vo=this.vo*Math.random()));var n={};switch(i.particles.move.direction){case\"top\":n={x:0,y:-1};break;case\"top-right\":n={x:.5,y:-.5};break;case\"right\":n={x:1,y:-0};break;case\"bottom-right\":n={x:.5,y:.5};break;case\"bottom\":n={x:0,y:1};break;case\"bottom-left\":n={x:-.5,y:1};break;case\"left\":n={x:-1,y:0};break;case\"top-left\":n={x:-.5,y:-.5};break;default:n={x:0,y:0}}i.particles.move.straight?(this.vx=n.x,this.vy=n.y,i.particles.move.random&&(this.vx=this.vx*Math.random(),this.vy=this.vy*Math.random())):(this.vx=n.x+Math.random()-.5,this.vy=n.y+Math.random()-.5),this.vx_i=this.vx,this.vy_i=this.vy;var r=i.particles.shape.type;if(\"object\"==typeof r){if(r instanceof Array){var c=r[Math.floor(Math.random()*r.length)];this.shape=c}}else this.shape=r;if(\"image\"==this.shape){var o=i.particles.shape;this.img={src:o.image.src,ratio:o.image.width/o.image.height},this.img.ratio||(this.img.ratio=1),\"svg\"==i.tmp.img_type&&void 0!=i.tmp.source_svg&&(i.fn.vendors.createSvgImg(this),i.tmp.pushing&&(this.img.loaded=!1))}},i.fn.particle.prototype.draw=function(){function e(){i.canvas.ctx.drawImage(r,a.x-t,a.y-t,2*t,2*t/a.img.ratio)}var a=this;if(void 0!=a.radius_bubble)var t=a.radius_bubble;else var t=a.radius;if(void 0!=a.opacity_bubble)var s=a.opacity_bubble;else var s=a.opacity;if(a.color.rgb)var n=\"rgba(\"+a.color.rgb.r+\",\"+a.color.rgb.g+\",\"+a.color.rgb.b+\",\"+s+\")\";else var n=\"hsla(\"+a.color.hsl.h+\",\"+a.color.hsl.s+\"%,\"+a.color.hsl.l+\"%,\"+s+\")\";switch(i.canvas.ctx.fillStyle=n,i.canvas.ctx.beginPath(),a.shape){case\"circle\":i.canvas.ctx.arc(a.x,a.y,t,0,2*Math.PI,!1);break;case\"edge\":i.canvas.ctx.rect(a.x-t,a.y-t,2*t,2*t);break;case\"triangle\":i.fn.vendors.drawShape(i.canvas.ctx,a.x-t,a.y+t/1.66,2*t,3,2);break;case\"polygon\":i.fn.vendors.drawShape(i.canvas.ctx,a.x-t/(i.particles.shape.polygon.nb_sides/3.5),a.y-t/.76,2.66*t/(i.particles.shape.polygon.nb_sides/3),i.particles.shape.polygon.nb_sides,1);break;case\"star\":i.fn.vendors.drawShape(i.canvas.ctx,a.x-2*t/(i.particles.shape.polygon.nb_sides/4),a.y-t/1.52,2*t*2.66/(i.particles.shape.polygon.nb_sides/3),i.particles.shape.polygon.nb_sides,2);break;case\"image\":if(\"svg\"==i.tmp.img_type)var r=a.img.obj;else var r=i.tmp.img_obj;r&&e()}i.canvas.ctx.closePath(),i.particles.shape.stroke.width>0&&(i.canvas.ctx.strokeStyle=i.particles.shape.stroke.color,i.canvas.ctx.lineWidth=i.particles.shape.stroke.width,i.canvas.ctx.stroke()),i.canvas.ctx.fill()},i.fn.particlesCreate=function(){for(var e=0;e<i.particles.number.value;e++)i.particles.array.push(new i.fn.particle(i.particles.color,i.particles.opacity.value))},i.fn.particlesUpdate=function(){for(var e=0;e<i.particles.array.length;e++){var a=i.particles.array[e];if(i.particles.move.enable){var t=i.particles.move.speed/2;a.x+=a.vx*t,a.y+=a.vy*t}if(i.particles.opacity.anim.enable&&(1==a.opacity_status?(a.opacity>=i.particles.opacity.value&&(a.opacity_status=!1),a.opacity+=a.vo):(a.opacity<=i.particles.opacity.anim.opacity_min&&(a.opacity_status=!0),a.opacity-=a.vo),a.opacity<0&&(a.opacity=0)),i.particles.size.anim.enable&&(1==a.size_status?(a.radius>=i.particles.size.value&&(a.size_status=!1),a.radius+=a.vs):(a.radius<=i.particles.size.anim.size_min&&(a.size_status=!0),a.radius-=a.vs),a.radius<0&&(a.radius=0)),\"bounce\"==i.particles.move.out_mode)var s={x_left:a.radius,x_right:i.canvas.w,y_top:a.radius,y_bottom:i.canvas.h};else var s={x_left:-a.radius,x_right:i.canvas.w+a.radius,y_top:-a.radius,y_bottom:i.canvas.h+a.radius};switch(a.x-a.radius>i.canvas.w?(a.x=s.x_left,a.y=Math.random()*i.canvas.h):a.x+a.radius<0&&(a.x=s.x_right,a.y=Math.random()*i.canvas.h),a.y-a.radius>i.canvas.h?(a.y=s.y_top,a.x=Math.random()*i.canvas.w):a.y+a.radius<0&&(a.y=s.y_bottom,a.x=Math.random()*i.canvas.w),i.particles.move.out_mode){case\"bounce\":a.x+a.radius>i.canvas.w?a.vx=-a.vx:a.x-a.radius<0&&(a.vx=-a.vx),a.y+a.radius>i.canvas.h?a.vy=-a.vy:a.y-a.radius<0&&(a.vy=-a.vy)}if(isInArray(\"grab\",i.interactivity.events.onhover.mode)&&i.fn.modes.grabParticle(a),(isInArray(\"bubble\",i.interactivity.events.onhover.mode)||isInArray(\"bubble\",i.interactivity.events.onclick.mode))&&i.fn.modes.bubbleParticle(a),(isInArray(\"repulse\",i.interactivity.events.onhover.mode)||isInArray(\"repulse\",i.interactivity.events.onclick.mode))&&i.fn.modes.repulseParticle(a),i.particles.line_linked.enable||i.particles.move.attract.enable)for(var n=e+1;n<i.particles.array.length;n++){var r=i.particles.array[n];i.particles.line_linked.enable&&i.fn.interact.linkParticles(a,r),i.particles.move.attract.enable&&i.fn.interact.attractParticles(a,r),i.particles.move.bounce&&i.fn.interact.bounceParticles(a,r)}}},i.fn.particlesDraw=function(){i.canvas.ctx.clearRect(0,0,i.canvas.w,i.canvas.h),i.fn.particlesUpdate();for(var e=0;e<i.particles.array.length;e++){var a=i.particles.array[e];a.draw()}},i.fn.particlesEmpty=function(){i.particles.array=[]},i.fn.particlesRefresh=function(){cancelRequestAnimFrame(i.fn.checkAnimFrame),cancelRequestAnimFrame(i.fn.drawAnimFrame),i.tmp.source_svg=void 0,i.tmp.img_obj=void 0,i.tmp.count_svg=0,i.fn.particlesEmpty(),i.fn.canvasClear(),i.fn.vendors.start()},i.fn.interact.linkParticles=function(e,a){var t=e.x-a.x,s=e.y-a.y,n=Math.sqrt(t*t+s*s);if(n<=i.particles.line_linked.distance){var r=i.particles.line_linked.opacity-n/(1/i.particles.line_linked.opacity)/i.particles.line_linked.distance;if(r>0){var c=i.particles.line_linked.color_rgb_line;i.canvas.ctx.strokeStyle=\"rgba(\"+c.r+\",\"+c.g+\",\"+c.b+\",\"+r+\")\",i.canvas.ctx.lineWidth=i.particles.line_linked.width,i.canvas.ctx.beginPath(),i.canvas.ctx.moveTo(e.x,e.y),i.canvas.ctx.lineTo(a.x,a.y),i.canvas.ctx.stroke(),i.canvas.ctx.closePath()}}},i.fn.interact.attractParticles=function(e,a){var t=e.x-a.x,s=e.y-a.y,n=Math.sqrt(t*t+s*s);if(n<=i.particles.line_linked.distance){var r=t/(1e3*i.particles.move.attract.rotateX),c=s/(1e3*i.particles.move.attract.rotateY);e.vx-=r,e.vy-=c,a.vx+=r,a.vy+=c}},i.fn.interact.bounceParticles=function(e,a){var t=e.x-a.x,i=e.y-a.y,s=Math.sqrt(t*t+i*i),n=e.radius+a.radius;n>=s&&(e.vx=-e.vx,e.vy=-e.vy,a.vx=-a.vx,a.vy=-a.vy)},i.fn.modes.pushParticles=function(e,a){i.tmp.pushing=!0;for(var t=0;e>t;t++)i.particles.array.push(new i.fn.particle(i.particles.color,i.particles.opacity.value,{x:a?a.pos_x:Math.random()*i.canvas.w,y:a?a.pos_y:Math.random()*i.canvas.h})),t==e-1&&(i.particles.move.enable||i.fn.particlesDraw(),i.tmp.pushing=!1)},i.fn.modes.removeParticles=function(e){i.particles.array.splice(0,e),i.particles.move.enable||i.fn.particlesDraw()},i.fn.modes.bubbleParticle=function(e){function a(){e.opacity_bubble=e.opacity,e.radius_bubble=e.radius}function t(a,t,s,n,c){if(a!=t)if(i.tmp.bubble_duration_end){if(void 0!=s){var o=n-p*(n-a)/i.interactivity.modes.bubble.duration,l=a-o;d=a+l,\"size\"==c&&(e.radius_bubble=d),\"opacity\"==c&&(e.opacity_bubble=d)}}else if(r<=i.interactivity.modes.bubble.distance){if(void 0!=s)var v=s;else var v=n;if(v!=a){var d=n-p*(n-a)/i.interactivity.modes.bubble.duration;\"size\"==c&&(e.radius_bubble=d),\"opacity\"==c&&(e.opacity_bubble=d)}}else\"size\"==c&&(e.radius_bubble=void 0),\"opacity\"==c&&(e.opacity_bubble=void 0)}if(i.interactivity.events.onhover.enable&&isInArray(\"bubble\",i.interactivity.events.onhover.mode)){var s=e.x-i.interactivity.mouse.pos_x,n=e.y-i.interactivity.mouse.pos_y,r=Math.sqrt(s*s+n*n),c=1-r/i.interactivity.modes.bubble.distance;if(r<=i.interactivity.modes.bubble.distance){if(c>=0&&\"mousemove\"==i.interactivity.status){if(i.interactivity.modes.bubble.size!=i.particles.size.value)if(i.interactivity.modes.bubble.size>i.particles.size.value){var o=e.radius+i.interactivity.modes.bubble.size*c;o>=0&&(e.radius_bubble=o)}else{var l=e.radius-i.interactivity.modes.bubble.size,o=e.radius-l*c;o>0?e.radius_bubble=o:e.radius_bubble=0}if(i.interactivity.modes.bubble.opacity!=i.particles.opacity.value)if(i.interactivity.modes.bubble.opacity>i.particles.opacity.value){var v=i.interactivity.modes.bubble.opacity*c;v>e.opacity&&v<=i.interactivity.modes.bubble.opacity&&(e.opacity_bubble=v)}else{var v=e.opacity-(i.particles.opacity.value-i.interactivity.modes.bubble.opacity)*c;v<e.opacity&&v>=i.interactivity.modes.bubble.opacity&&(e.opacity_bubble=v)}}}else a();\"mouseleave\"==i.interactivity.status&&a()}else if(i.interactivity.events.onclick.enable&&isInArray(\"bubble\",i.interactivity.events.onclick.mode)){if(i.tmp.bubble_clicking){var s=e.x-i.interactivity.mouse.click_pos_x,n=e.y-i.interactivity.mouse.click_pos_y,r=Math.sqrt(s*s+n*n),p=((new Date).getTime()-i.interactivity.mouse.click_time)/1e3;p>i.interactivity.modes.bubble.duration&&(i.tmp.bubble_duration_end=!0),p>2*i.interactivity.modes.bubble.duration&&(i.tmp.bubble_clicking=!1,i.tmp.bubble_duration_end=!1)}i.tmp.bubble_clicking&&(t(i.interactivity.modes.bubble.size,i.particles.size.value,e.radius_bubble,e.radius,\"size\"),t(i.interactivity.modes.bubble.opacity,i.particles.opacity.value,e.opacity_bubble,e.opacity,\"opacity\"))}},i.fn.modes.repulseParticle=function(e){function a(){var a=Math.atan2(d,p);if(e.vx=u*Math.cos(a),e.vy=u*Math.sin(a),\"bounce\"==i.particles.move.out_mode){var t={x:e.x+e.vx,y:e.y+e.vy};t.x+e.radius>i.canvas.w?e.vx=-e.vx:t.x-e.radius<0&&(e.vx=-e.vx),t.y+e.radius>i.canvas.h?e.vy=-e.vy:t.y-e.radius<0&&(e.vy=-e.vy)}}if(i.interactivity.events.onhover.enable&&isInArray(\"repulse\",i.interactivity.events.onhover.mode)&&\"mousemove\"==i.interactivity.status){var t=e.x-i.interactivity.mouse.pos_x,s=e.y-i.interactivity.mouse.pos_y,n=Math.sqrt(t*t+s*s),r={x:t/n,y:s/n},c=i.interactivity.modes.repulse.distance,o=100,l=clamp(1/c*(-1*Math.pow(n/c,2)+1)*c*o,0,50),v={x:e.x+r.x*l,y:e.y+r.y*l};\"bounce\"==i.particles.move.out_mode?(v.x-e.radius>0&&v.x+e.radius<i.canvas.w&&(e.x=v.x),v.y-e.radius>0&&v.y+e.radius<i.canvas.h&&(e.y=v.y)):(e.x=v.x,e.y=v.y)}else if(i.interactivity.events.onclick.enable&&isInArray(\"repulse\",i.interactivity.events.onclick.mode))if(i.tmp.repulse_finish||(i.tmp.repulse_count++,i.tmp.repulse_count==i.particles.array.length&&(i.tmp.repulse_finish=!0)),i.tmp.repulse_clicking){var c=Math.pow(i.interactivity.modes.repulse.distance/6,3),p=i.interactivity.mouse.click_pos_x-e.x,d=i.interactivity.mouse.click_pos_y-e.y,m=p*p+d*d,u=-c/m*1;c>=m&&a()}else 0==i.tmp.repulse_clicking&&(e.vx=e.vx_i,e.vy=e.vy_i)},i.fn.modes.grabParticle=function(e){if(i.interactivity.events.onhover.enable&&\"mousemove\"==i.interactivity.status){var a=e.x-i.interactivity.mouse.pos_x,t=e.y-i.interactivity.mouse.pos_y,s=Math.sqrt(a*a+t*t);if(s<=i.interactivity.modes.grab.distance){var n=i.interactivity.modes.grab.line_linked.opacity-s/(1/i.interactivity.modes.grab.line_linked.opacity)/i.interactivity.modes.grab.distance;if(n>0){var r=i.particles.line_linked.color_rgb_line;i.canvas.ctx.strokeStyle=\"rgba(\"+r.r+\",\"+r.g+\",\"+r.b+\",\"+n+\")\",i.canvas.ctx.lineWidth=i.particles.line_linked.width,i.canvas.ctx.beginPath(),i.canvas.ctx.moveTo(e.x,e.y),i.canvas.ctx.lineTo(i.interactivity.mouse.pos_x,i.interactivity.mouse.pos_y),i.canvas.ctx.stroke(),i.canvas.ctx.closePath()}}}},i.fn.vendors.eventsListeners=function(){\"window\"==i.interactivity.detect_on?i.interactivity.el=window:i.interactivity.el=i.canvas.el,(i.interactivity.events.onhover.enable||i.interactivity.events.onclick.enable)&&(i.interactivity.el.addEventListener(\"mousemove\",function(e){if(i.interactivity.el==window)var a=e.clientX,t=e.clientY;else var a=e.offsetX||e.clientX,t=e.offsetY||e.clientY;i.interactivity.mouse.pos_x=a,i.interactivity.mouse.pos_y=t,i.tmp.retina&&(i.interactivity.mouse.pos_x*=i.canvas.pxratio,i.interactivity.mouse.pos_y*=i.canvas.pxratio),i.interactivity.status=\"mousemove\"}),i.interactivity.el.addEventListener(\"mouseleave\",function(e){i.interactivity.mouse.pos_x=null,i.interactivity.mouse.pos_y=null,i.interactivity.status=\"mouseleave\"})),i.interactivity.events.onclick.enable&&i.interactivity.el.addEventListener(\"click\",function(){if(i.interactivity.mouse.click_pos_x=i.interactivity.mouse.pos_x,i.interactivity.mouse.click_pos_y=i.interactivity.mouse.pos_y,i.interactivity.mouse.click_time=(new Date).getTime(),i.interactivity.events.onclick.enable)switch(i.interactivity.events.onclick.mode){case\"push\":i.particles.move.enable?i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb,i.interactivity.mouse):1==i.interactivity.modes.push.particles_nb?i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb,i.interactivity.mouse):i.interactivity.modes.push.particles_nb>1&&i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb);break;case\"remove\":i.fn.modes.removeParticles(i.interactivity.modes.remove.particles_nb);break;case\"bubble\":i.tmp.bubble_clicking=!0;break;case\"repulse\":i.tmp.repulse_clicking=!0,i.tmp.repulse_count=0,i.tmp.repulse_finish=!1,setTimeout(function(){i.tmp.repulse_clicking=!1},1e3*i.interactivity.modes.repulse.duration)}})},i.fn.vendors.densityAutoParticles=function(){if(i.particles.number.density.enable){var e=i.canvas.el.width*i.canvas.el.height/1e3;i.tmp.retina&&(e/=2*i.canvas.pxratio);var a=e*i.particles.number.value/i.particles.number.density.value_area,t=i.particles.array.length-a;0>t?i.fn.modes.pushParticles(Math.abs(t)):i.fn.modes.removeParticles(t)}},i.fn.vendors.checkOverlap=function(e,a){for(var t=0;t<i.particles.array.length;t++){var s=i.particles.array[t],n=e.x-s.x,r=e.y-s.y,c=Math.sqrt(n*n+r*r);c<=e.radius+s.radius&&(e.x=a?a.x:Math.random()*i.canvas.w,e.y=a?a.y:Math.random()*i.canvas.h,i.fn.vendors.checkOverlap(e))}},i.fn.vendors.createSvgImg=function(e){var a=i.tmp.source_svg,t=/#([0-9A-F]{3,6})/gi,s=a.replace(t,function(a,t,i,s){if(e.color.rgb)var n=\"rgba(\"+e.color.rgb.r+\",\"+e.color.rgb.g+\",\"+e.color.rgb.b+\",\"+e.opacity+\")\";else var n=\"hsla(\"+e.color.hsl.h+\",\"+e.color.hsl.s+\"%,\"+e.color.hsl.l+\"%,\"+e.opacity+\")\";return n}),n=new Blob([s],{type:\"image/svg+xml;charset=utf-8\"}),r=window.URL||window.webkitURL||window,c=r.createObjectURL(n),o=new Image;o.addEventListener(\"load\",function(){e.img.obj=o,e.img.loaded=!0,r.revokeObjectURL(c),i.tmp.count_svg++}),o.src=c},i.fn.vendors.destroypJS=function(){cancelAnimationFrame(i.fn.drawAnimFrame),t.remove(),pJSDom=null},i.fn.vendors.drawShape=function(e,a,t,i,s,n){var r=s*n,c=s/n,o=180*(c-2)/c,l=Math.PI-Math.PI*o/180;e.save(),e.beginPath(),e.translate(a,t),e.moveTo(0,0);for(var v=0;r>v;v++)e.lineTo(i,0),e.translate(i,0),e.rotate(l);e.fill(),e.restore()},i.fn.vendors.exportImg=function(){window.open(i.canvas.el.toDataURL(\"image/png\"),\"_blank\")},i.fn.vendors.loadImg=function(e){if(i.tmp.img_error=void 0,\"\"!=i.particles.shape.image.src)if(\"svg\"==e){var a=new XMLHttpRequest;a.open(\"GET\",i.particles.shape.image.src),a.onreadystatechange=function(e){4==a.readyState&&(200==a.status?(i.tmp.source_svg=e.currentTarget.response,i.fn.vendors.checkBeforeDraw()):(console.log(\"Error pJS - Image not found\"),i.tmp.img_error=!0))},a.send()}else{var t=new Image;t.addEventListener(\"load\",function(){i.tmp.img_obj=t,i.fn.vendors.checkBeforeDraw()}),t.src=i.particles.shape.image.src}else console.log(\"Error pJS - No image.src\"),i.tmp.img_error=!0},i.fn.vendors.draw=function(){\"image\"==i.particles.shape.type?\"svg\"==i.tmp.img_type?i.tmp.count_svg>=i.particles.number.value?(i.fn.particlesDraw(),i.particles.move.enable?i.fn.drawAnimFrame=requestAnimFrame(i.fn.vendors.draw):cancelRequestAnimFrame(i.fn.drawAnimFrame)):i.tmp.img_error||(i.fn.drawAnimFrame=requestAnimFrame(i.fn.vendors.draw)):void 0!=i.tmp.img_obj?(i.fn.particlesDraw(),i.particles.move.enable?i.fn.drawAnimFrame=requestAnimFrame(i.fn.vendors.draw):cancelRequestAnimFrame(i.fn.drawAnimFrame)):i.tmp.img_error||(i.fn.drawAnimFrame=requestAnimFrame(i.fn.vendors.draw)):(i.fn.particlesDraw(),i.particles.move.enable?i.fn.drawAnimFrame=requestAnimFrame(i.fn.vendors.draw):cancelRequestAnimFrame(i.fn.drawAnimFrame))},i.fn.vendors.checkBeforeDraw=function(){\"image\"==i.particles.shape.type?\"svg\"==i.tmp.img_type&&void 0==i.tmp.source_svg?i.tmp.checkAnimFrame=requestAnimFrame(check):(cancelRequestAnimFrame(i.tmp.checkAnimFrame),i.tmp.img_error||(i.fn.vendors.init(),i.fn.vendors.draw())):(i.fn.vendors.init(),i.fn.vendors.draw())},i.fn.vendors.init=function(){i.fn.retinaInit(),i.fn.canvasInit(),i.fn.canvasSize(),i.fn.canvasPaint(),i.fn.particlesCreate(),i.fn.vendors.densityAutoParticles(),i.particles.line_linked.color_rgb_line=hexToRgb(i.particles.line_linked.color)},i.fn.vendors.start=function(){isInArray(\"image\",i.particles.shape.type)?(i.tmp.img_type=i.particles.shape.image.src.substr(i.particles.shape.image.src.length-3),i.fn.vendors.loadImg(i.tmp.img_type)):i.fn.vendors.checkBeforeDraw()},i.fn.vendors.eventsListeners(),i.fn.vendors.start()};Object.deepExtend=function(e,a){for(var t in a)a[t]&&a[t].constructor&&a[t].constructor===Object?(e[t]=e[t]||{},arguments.callee(e[t],a[t])):e[t]=a[t];return e},window.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)}}(),window.cancelRequestAnimFrame=function(){return window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.mozCancelRequestAnimationFrame||window.oCancelRequestAnimationFrame||window.msCancelRequestAnimationFrame||clearTimeout}(),window.pJSDom=[],window.particlesJS=function(e,a){\"string\"!=typeof e&&(a=e,e=\"particles-js\"),e||(e=\"particles-js\");var t=document.getElementById(e),i=\"particles-js-canvas-el\",s=t.getElementsByClassName(i);if(s.length)for(;s.length>0;)t.removeChild(s[0]);var n=document.createElement(\"canvas\");n.className=i,n.style.width=\"100%\",n.style.height=\"100%\";var r=document.getElementById(e).appendChild(n);null!=r&&pJSDom.push(new pJS(e,a))},window.particlesJS.load=function(e,a,t){var i=new XMLHttpRequest;i.open(\"GET\",a),i.onreadystatechange=function(a){if(4==i.readyState)if(200==i.status){var s=JSON.parse(a.currentTarget.response);window.particlesJS(e,s),t&&t()}else console.log(\"Error pJS - XMLHttpRequest status: \"+i.status),console.log(\"Error pJS - File config not found\")},i.send()};\\n\\nparticlesJS(\"particles-js\", {\\n  \"particles\": {\\n    \"number\": {\\n      \"value\": 133,\\n      \"density\": {\\n        \"enable\": true,\\n        \"value_area\": 1600\\n      }\\n    },\\n    \"color\": {\\n      \"value\": \"#1e59c5\"\\n    },\\n    \"shape\": {\\n      \"type\": \"circle\",\\n      \"stroke\": {\\n        \"width\": 0,\\n        \"color\": \"#000000\"\\n      },\\n      \"polygon\": {\\n        \"nb_sides\": 4\\n      },\\n      \"image\": {\\n        \"src\": \"img/github.svg\",\\n        \"width\": 100,\\n        \"height\": 100\\n      }\\n    },\\n    \"opacity\": {\\n      \"value\": 0.5,\\n      \"random\": false,\\n      \"anim\": {\\n        \"enable\": false,\\n        \"speed\": 1,\\n        \"opacity_min\": 0.1,\\n        \"sync\": false\\n      }\\n    },\\n    \"size\": {\\n      \"value\": 3,\\n      \"random\": true,\\n      \"anim\": {\\n        \"enable\": false,\\n        \"speed\": 40,\\n        \"size_min\": 0.1,\\n        \"sync\": false\\n      }\\n    },\\n    \"line_linked\": {\\n      \"enable\": true,\\n      \"distance\": 236.74429248968178,\\n      \"color\": \"#1e59c5\",\\n      \"opacity\": 0.4,\\n      \"width\": 1\\n    },\\n    \"move\": {\\n      \"enable\": true,\\n      \"speed\": 2,\\n      \"direction\": \"none\",\\n      \"random\": false,\\n      \"straight\": false,\\n      \"out_mode\": \"out\",\\n      \"bounce\": false,\\n      \"attract\": {\\n        \"enable\": false,\\n        \"rotateX\": 600,\\n        \"rotateY\": 1200\\n      }\\n    }\\n  },\\n  \"interactivity\": {\\n    \"detect_on\": \"canvas\",\\n    \"events\": {\\n      \"onhover\": {\\n        \"enable\": true,\\n        \"mode\": \"repulse\"\\n      },\\n      \"onclick\": {\\n        \"enable\": true,\\n        \"mode\": \"push\"\\n      },\\n      \"resize\": true\\n    },\\n    \"modes\": {\\n      \"grab\": {\\n        \"distance\": 400,\\n        \"line_linked\": {\\n          \"opacity\": 1\\n        }\\n      },\\n      \"bubble\": {\\n        \"distance\": 400,\\n        \"size\": 40,\\n        \"duration\": 2,\\n        \"opacity\": 8,\\n        \"speed\": 3\\n      },\\n      \"repulse\": {\\n        \"distance\": 39.96003996003996,\\n        \"duration\": 0.4\\n      },\\n      \"push\": {\\n        \"particles_nb\": 4\\n      },\\n      \"remove\": {\\n        \"particles_nb\": 2\\n      }\\n    }\\n  },\\n  \"retina_detect\": true\\n});\\n</script>\\n\\n<style>\\n#particles-js {\\n  position: absolute;\\n  width: 100%;\\n  height: 100%;\\n  background-color: white;\\n  background-image: url(\"\");\\n  background-repeat: no-repeat;\\n  background-size: cover;\\n  background-position: 50% 50%;\\n  opacity: 0.5;\\n}\\n</style>',id:\"mn5JYsQSb\",layoutId:\"mn5JYsQSb\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xk2tiq\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13t8dct\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sua909\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xzDhVkrAb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1Byb3hpbWEgTm92YSBUaGlu\",\"--framer-font-family\":'\"Proxima Nova Thin\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"The Next Evolution of Interactive Video\"})})},yKfczUuGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1Byb3hpbWEgTm92YSBUaGlu\",\"--framer-font-family\":'\"Proxima Nova Thin\", serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"The Next Evolution of Interactive Video\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1Byb3hpbWEgTm92YSBUaGlu\",\"--framer-font-family\":'\"Proxima Nova Thin\", serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"The Next Evolution of Interactive Video\"})}),className:\"framer-8cq7dn\",fonts:[\"CUSTOM;Proxima Nova Thin\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(97, 97, 97)\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"22px\"},children:\"Empowering viewers to shop and engage with their favorite movies, TV shows, & events\"})})}),fonts:[\"GF;Manrope-300\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1mu21ic\",\"data-styles-preset\":\"vx3uPTaiA\",children:[\"Empowering viewers to shop and engage \",/*#__PURE__*/_jsx(\"br\",{}),\"with their favorite movies, TV shows, & events\"]})}),className:\"framer-1f8styu\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-egluy2\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fvm3bf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xzDhVkrAb:{objectFit:\"contain\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,canvasPlay:false,controls:true,height:\"100%\",id:\"VXLiaLvT5\",isMixedBorderRadius:false,layoutId:\"VXLiaLvT5\",loop:false,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:new URL(\"assets/d0vmVyO1TR9tQPJWeTS6rZ0pcU.mp4\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:25,width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5944,intrinsicWidth:3963,pixelHeight:5944,pixelWidth:3963,sizes:\"100vw\",src:new URL(\"assets/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 341w, ${new URL(\"assets/1024/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 682w, ${new URL(\"assets/2048/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1365w, ${new URL(\"assets/4096/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 2730w, ${new URL(\"assets/F1FAH3U0oCNhTbQjSQa9eeOg4Q8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 3963w`},className:\"framer-130ico7\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4095,intrinsicWidth:2e3,pixelHeight:4095,pixelWidth:2e3,sizes:\"100vw\",src:new URL(\"assets/HIoLT23ObVUPp3aX1RhBVNHMtc8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/HIoLT23ObVUPp3aX1RhBVNHMtc8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 250w, ${new URL(\"assets/1024/HIoLT23ObVUPp3aX1RhBVNHMtc8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 500w, ${new URL(\"assets/2048/HIoLT23ObVUPp3aX1RhBVNHMtc8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1000w, ${new URL(\"assets/HIoLT23ObVUPp3aX1RhBVNHMtc8.jpg\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 2000w`},className:\"framer-1pk36mt\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s3uquf\",\"data-framer-name\":\"Section\",name:\"Section\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k54b18\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Bringing TV to Life\"})}),className:\"framer-sboej8\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:\"Contextual, time-synced features, including Shopping, Social, Polling, Betting, Stats, Ticketing, & more\"})}),className:\"framer-d32pqp\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t1whsf\",transformTemplate:transformTemplate1})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9zpnfi\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:\"calc(min(100vw - 60px, 1200px) / 1.041)\",src:new URL(\"assets/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1920w`}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,src:new URL(\"assets/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/yLjdIwQboyUXEugZUuAkpOwvlU.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1920w`},className:\"framer-upzmdp hidden-wbf75y hidden-xa8rz7 hidden-1u9r7o3\",\"data-framer-name\":\"NBA/LAL-DAL/LeBron 1 on 1\",name:\"NBA/LAL-DAL/LeBron 1 on 1\",transformTemplate:transformTemplate})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aroufi\",\"data-framer-name\":\"Grey Fill\",name:\"Grey Fill\",transformTemplate:transformTemplate}),isDisplayed1()&&/*#__PURE__*/_jsx(Container,{className:\"framer-efff10-container hidden-1y9u9i9\",id:id1,ref:ref1,transformTemplate:transformTemplate,children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:-60,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"qH_RuJ5ZZ\",intervalControl:5,itemAmount:1,layoutId:\"qH_RuJ5ZZ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:-40,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w55rdb\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yy7zqn\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1116,intrinsicWidth:496,pixelHeight:1116,pixelWidth:496,sizes:\"212.34px\",src:new URL(\"assets/lFMCr0FVVNEuW7nJOpNG6HgIZE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/lFMCr0FVVNEuW7nJOpNG6HgIZE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 227w, ${new URL(\"assets/1024/lFMCr0FVVNEuW7nJOpNG6HgIZE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 455w, ${new URL(\"assets/lFMCr0FVVNEuW7nJOpNG6HgIZE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-1l6h6tl\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dvf8am\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17s16yk\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1056,intrinsicWidth:496,pixelHeight:1056,pixelWidth:496,sizes:\"212.34px\",src:new URL(\"assets/h2brU1itqLqBjJqJUlNfZ8eTBow.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/h2brU1itqLqBjJqJUlNfZ8eTBow.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 240w, ${new URL(\"assets/1024/h2brU1itqLqBjJqJUlNfZ8eTBow.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 480w, ${new URL(\"assets/h2brU1itqLqBjJqJUlNfZ8eTBow.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-4jk8zl\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ile9xo\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10i7qj2\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:496,pixelHeight:977,pixelWidth:496,sizes:\"212.34px\",src:new URL(\"assets/6IWuGPVULDSU9hMRY52909NBk.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/6IWuGPVULDSU9hMRY52909NBk.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 259w, ${new URL(\"assets/6IWuGPVULDSU9hMRY52909NBk.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-1vqupes\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jotskk\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l58u92\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:795,intrinsicWidth:496,pixelHeight:795,pixelWidth:496,sizes:\"212.34px\",src:new URL(\"assets/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 319w, ${new URL(\"assets/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-99s09p\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nx4cuj\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6sbmen\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:482,pixelHeight:977,pixelWidth:482,sizes:\"212.34px\",src:new URL(\"assets/8XOIkoseZCaNwNZKUU6heRCvZ0A.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/8XOIkoseZCaNwNZKUU6heRCvZ0A.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 252w, ${new URL(\"assets/8XOIkoseZCaNwNZKUU6heRCvZ0A.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 482w`},className:\"framer-10ugqmo\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4yhsh3\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14i7l2b\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:496,pixelHeight:977,pixelWidth:496,sizes:\"212.34px\",src:new URL(\"assets/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 259w, ${new URL(\"assets/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-1xy0aak\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14r26p7 hidden-1y9u9i9\",\"data-framer-name\":\"Screen image container\",name:\"Screen image container\",transformTemplate:transformTemplate,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpinrn\",\"data-framer-name\":\"Grey Fill\",name:\"Grey Fill\"}),/*#__PURE__*/_jsx(Container,{className:\"framer-9pnz9k-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"<div id='tvBackgroundImageContainer'>\\n   <div id='tvBackgroundImage1' class='tv-background-image tv-background-image-visible'></div>\\n   <div id='tvBackgroundImage2' class='tv-background-image'></div>\\n</div>\\n\\n<script>\\n   let prevSlideNum = 1;\\n\\n   setInterval(function(){\\n      let slideNum = 1;\\n\\n      for(let x=0; x<9; x++){\\n         let dotEl = document.getElementsByClassName('framer--slideshow-controls')[0].querySelector(`[aria-label=\\\"Scroll to page ${x+1}\\\"] > div`);\\n         if(!dotEl) break;\\n\\n         if(dotEl && !dotEl.style.opacity.includes('5')){\\n            slideNum = x+1;\\n            break;\\n         }\\n      }\\n\\n      if(slideNum == prevSlideNum){\\n         return;\\n      }\\n      prevSlideNum = slideNum;\\n\\n      let imageNum = 1;\\n      if(slideNum > 3){\\n         imageNum = 2;\\n      }\\n\\n      for(el of document.getElementsByClassName('tv-background-image-visible')){\\n         el.classList = 'tv-background-image tv-background-image-visible-old';\\n      }\\n\\n      document.getElementById(`tvBackgroundImage${imageNum}`).classList = 'tv-background-image tv-background-image-visible';\\n      \\n      setTimeout(function(){\\n         for(el of document.getElementsByClassName('tv-background-image-visible-old')){\\n            el.classList = 'tv-background-image';\\n         }\\n      }, 2000);\\n      \\n   }, 100);\\n\\n</script>\\n\\n<style>\\n   #tvBackgroundImageContainer {\\n      position: absolute;\\n      top: 0px;\\n      left: 0px;\\n      width: 100%;\\n      height: 100%;\\n   }\\n\\n   .tv-background-image{\\n      opacity: 0;\\n      position: absolute;\\n      width: 100%;\\n      height: 100%;\\n      top: 0px;\\n      left: 0px;\\n      background-size: cover;\\n      background-position: center center;\\n      transition: opacity 0.5s;\\n   }\\n   .tv-background-image-visible-old{\\n      opacity: 1.0 !important;\\n      z-index: 2 !important;\\n   }\\n   .tv-background-image-visible{\\n      opacity: 1.0 !important;\\n      z-index: 3 !important;\\n   }\\n\\n   #tvBackgroundImage1{\\n      background-image: url('https://img.thetake.com/site_images/website+-+blank+bg+(1).png');\\n   }\\n   #tvBackgroundImage2{\\n      background-image: url('https://img.thetake.com/site_images/website+-+blank+bg+nba.png');\\n   }\\n</style>\",id:\"gj8KabxPM\",layoutId:\"gj8KabxPM\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xzDhVkrAb:{background:{alt:\"\",fit:\"stretch\",sizes:\"min((100vw - 60px) / 1.14, 1200px)\",src:new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 700w`}},yKfczUuGj:{background:{alt:\"\",fit:\"stretch\",sizes:\"calc(min(100vw - 60px, 1200px) * 1.0021)\",src:new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 700w`},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",sizes:\"min((100vw - 60px) / 1.14, 1200px)\",src:new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/wF0zceditgmE2rvjusFhfBPpE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 700w`},className:\"framer-13d7um5\",\"data-framer-name\":\"TV\",name:\"TV\",transformTemplate:transformTemplate})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Container,{className:\"framer-6xtbc6-container hidden-wbf75y hidden-xa8rz7 hidden-1u9r7o3\",\"data-framer-name\":\"Mobile Slideshow\",name:\"Mobile Slideshow\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:-15,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"EC9cEOh40\",intervalControl:5,itemAmount:1,layoutId:\"EC9cEOh40\",name:\"Mobile Slideshow\",padding:0,paddingBottom:40,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-psh6jy\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ooluhc\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1116,intrinsicWidth:480,pixelHeight:1116,pixelWidth:480,sizes:\"234px\",src:new URL(\"assets/Q2NYjSOeSREiExs744NGHuH0.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/Q2NYjSOeSREiExs744NGHuH0.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 220w, ${new URL(\"assets/1024/Q2NYjSOeSREiExs744NGHuH0.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 440w, ${new URL(\"assets/Q2NYjSOeSREiExs744NGHuH0.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 480w`},className:\"framer-11dg842\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-426atp\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vhk2an\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1056,intrinsicWidth:480,pixelHeight:1056,pixelWidth:480,sizes:\"234px\",src:new URL(\"assets/74cYoUaudkPu9644LxHZmLdDuj8.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/74cYoUaudkPu9644LxHZmLdDuj8.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 232w, ${new URL(\"assets/1024/74cYoUaudkPu9644LxHZmLdDuj8.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 465w, ${new URL(\"assets/74cYoUaudkPu9644LxHZmLdDuj8.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 480w`},className:\"framer-3pgjmc\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xfjyj8\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ewrdfn\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:480,pixelHeight:977,pixelWidth:480,sizes:\"234px\",src:new URL(\"assets/0slh8YmAh0RV9HSLTrQstEQhNo.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/0slh8YmAh0RV9HSLTrQstEQhNo.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 251w, ${new URL(\"assets/0slh8YmAh0RV9HSLTrQstEQhNo.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 480w`},className:\"framer-ew9vb1\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1665rfg\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-np8etn\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:795,intrinsicWidth:496,pixelHeight:795,pixelWidth:496,sizes:\"234px\",src:new URL(\"assets/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 319w, ${new URL(\"assets/SuC7R5lKcj5Ok4z6c9BbOGzldE.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-1gx13tn\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iawi9v\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-htz50a\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:482,pixelHeight:977,pixelWidth:482,sizes:\"234px\",src:new URL(\"assets/3SXEgte6CNT3xM3jQJlzsbrqBz4.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/3SXEgte6CNT3xM3jQJlzsbrqBz4.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 252w, ${new URL(\"assets/3SXEgte6CNT3xM3jQJlzsbrqBz4.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 482w`},className:\"framer-88er56\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jdao38\",\"data-framer-name\":\"Main Tile\",name:\"Main Tile\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3rhfg\",\"data-framer-name\":\"Sports Betting Tile\",name:\"Sports Betting Tile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:977,intrinsicWidth:496,pixelHeight:977,pixelWidth:496,sizes:\"234px\",src:new URL(\"assets/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 259w, ${new URL(\"assets/4TyJxix480avKiSwGI9u7zHSObg.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 496w`},className:\"framer-1t2jek\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qt4crs\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zmkp97\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ypaale\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solutions for the Whole Industry\"})}),className:\"framer-1r0exue\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:\"Live in 23M+ Smart TVs Across the US & UK\"})}),className:\"framer-s5zb9b\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-52q7si\",transformTemplate:transformTemplate1})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qurjb4\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:956,intrinsicWidth:1692,loading:\"lazy\",pixelHeight:956,pixelWidth:1692,sizes:\"calc(min(100vw - 40px, 800px) - 40px)\",src:new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1692w`}}},children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:956,intrinsicWidth:1692,loading:\"lazy\",pixelHeight:956,pixelWidth:1692,sizes:\"calc(min(100vw - 60px, 900px) - 60px)\",src:new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1692w`},className:\"framer-1qft6t1\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x0lxsk-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,canvasPlay:false,controls:false,height:\"100%\",id:\"NKSnvQtlt\",isMixedBorderRadius:false,layoutId:\"NKSnvQtlt\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:new URL(\"assets/Tw9RnFqyP2DklRPRQ9lIo6mSJY.mp4\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vglsly\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ujxmdd\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1j4ajn7-container\",children:/*#__PURE__*/_jsx(LearnMoreTile,{description:\"Engage viewers and maximize ARPU with interactive experiences that create new advertising opportunities\",height:\"100%\",icon:\"MonitorPlay\",id:\"KMRkSD7nu\",layoutId:\"KMRkSD7nu\",link:resolveLink({webPageId:\"MLfkrgksp\"},router),style:{width:\"100%\"},title:\"Streaming\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-12wvsl2-container\",children:/*#__PURE__*/_jsx(LearnMoreTile,{description:\"Stand out with a differentiated feature set and unlock new viewership insights and revenue streams\",height:\"100%\",icon:\"TelevisionSimple\",id:\"jf84xU7uZ\",layoutId:\"jf84xU7uZ\",link:resolveLink({webPageId:\"jCmv0lmD0\"},router),style:{width:\"100%\"},title:\"CTV\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1mwbvej-container\",children:/*#__PURE__*/_jsx(LearnMoreTile,{description:\"Get out of the crowded ad pod and meet viewers in the moment, with hyper contextual placement in premium long-form content\",height:\"100%\",icon:\"TShirt\",id:\"iiXUkCR8z\",layoutId:\"iiXUkCR8z\",link:resolveLink({webPageId:\"Z9QSHmA22\"},router),style:{width:\"100%\"},title:\"Brands\",width:\"100%\"})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10w3jdl\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hqcqfu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1clfh9o\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"How it Works\"})}),className:\"framer-1u263r7\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Our proprietary deep learning based system identifies ~1,000 \",/*#__PURE__*/_jsx(\"br\",{}),\"products per hour of content, from our 250M+ product database\"]})}),className:\"framer-ixg4m4\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zysoi\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4ooqo\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:956,intrinsicWidth:1692,loading:\"lazy\",pixelHeight:956,pixelWidth:1692,sizes:\"calc(min(100vw - 40px, 800px) - 40px)\",src:new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1692w`}}},children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:956,intrinsicWidth:1692,loading:\"lazy\",pixelHeight:956,pixelWidth:1692,sizes:\"calc(min(100vw - 60px, 900px) - 60px)\",src:new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcSet:`${new URL(\"assets/512/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 512w, ${new URL(\"assets/1024/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1024w, ${new URL(\"assets/6Wzs9VuZSEDPjW5w6bOQytuMW7s.png\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href} 1692w`},className:\"framer-1ylisj2\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pjv56u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{posterEnabled:true}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,canvasPlay:false,controls:false,height:\"100%\",id:\"aNtpKK2Bg\",isMixedBorderRadius:false,layoutId:\"aNtpKK2Bg\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:new URL(\"assets/yGOI3RGCXyryKo7MH6zjFiqLjo.mp4\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href,srcType:\"Upload\",srcUrl:\"https://vid.thetake.com/ai/admin-wide.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbbhys\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17dnfw0\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-hoyd2s-container\",children:/*#__PURE__*/_jsx(TechTile,{color:\"rgb(56, 175, 255)\",height:\"100%\",id:\"aHWwsB_n4\",layoutId:\"aHWwsB_n4\",name:\"FilmStrip\",style:{width:\"100%\"},text:\"Live video streams and content libraries feed into our metadata cloud with low latency ahead of processing\",title:\"Content Ingestion\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-ewqeyk-container\",children:/*#__PURE__*/_jsx(TechTile,{color:\"rgb(56, 175, 255)\",height:\"100%\",id:\"bRR8Brc5R\",layoutId:\"bRR8Brc5R\",name:\"Brain\",style:{width:\"100%\"},text:\"Proprietary AI paired with expert QC identifies the people and products appearing within the content\",title:\"Metadata Generation\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-uk13uu-container\",children:/*#__PURE__*/_jsx(TechTile,{color:\"rgb(56, 175, 255)\",height:\"100%\",id:\"xq06qycpo\",layoutId:\"xq06qycpo\",name:\"Cursor\",style:{width:\"100%\"},text:\"Users access the metadata through an intutive interface seamlessly integrated in CTV and streaming environments\",title:\"Interactive Interface\",width:\"100%\"})})]})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-14ovum6-container\",children:/*#__PURE__*/_jsx(ButtonLearnMore,{height:\"100%\",id:\"pWU9LJQAg\",layoutId:\"pWU9LJQAg\",link:resolveLink({webPageId:\"o1x29lZDc\"},router),style:{width:\"100%\"},title:\"Learn More About Our Technology\",width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tobpoz\"})]})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1w6shz8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{variant:\"QMR1d9Kit\"}},children:/*#__PURE__*/_jsx(TrustedBy,{height:\"100%\",id:\"pg4feyk25\",layoutId:\"pg4feyk25\",style:{width:\"100%\"},variant:\"FC2xhbdxv\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13z0kkk\",\"data-framer-name\":\"Contact\",id:id2,name:\"Contact\",ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1Byb3hpbWEgTm92YSBUaGlu\",\"--framer-font-family\":'\"Proxima Nova Thin\", serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Contact Us\"})}),className:\"framer-b1n9aa\",fonts:[\"CUSTOM;Proxima Nova Thin\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-117yyqe\",\"data-framer-name\":\"Column\",name:\"Column\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DMVD4lkKu:{\"data-framer-appear-id\":\"12i2rom\",animate:optimizeAppear(\"animate\",\"12i2rom\",animation5,\"1u9r7o3\"),initial:optimizeAppear(\"initial\",\"12i2rom\",animation6,\"1u9r7o3\"),transformTemplate:optimizeAppearTransformTemplate(\"12i2rom\",transformTemplate1)},xzDhVkrAb:{\"data-framer-appear-id\":\"lrsl4q\",animate:optimizeAppear(\"animate\",\"lrsl4q\",animation5,\"xa8rz7\"),initial:optimizeAppear(\"initial\",\"lrsl4q\",animation6,\"xa8rz7\"),transformTemplate:optimizeAppearTransformTemplate(\"lrsl4q\",transformTemplate1)},yKfczUuGj:{\"data-framer-appear-id\":\"1qugd9t\",animate:optimizeAppear(\"animate\",\"1qugd9t\",animation5,\"1y9u9i9\"),initial:optimizeAppear(\"initial\",\"1qugd9t\",animation6,\"1y9u9i9\"),transformTemplate:optimizeAppearTransformTemplate(\"1qugd9t\",transformTemplate1)}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"gaea2h\",animation5,\"wbf75y\"),className:\"framer-gaea2h-container\",\"data-framer-appear-id\":\"gaea2h\",exit:animation4,initial:optimizeAppear(\"initial\",\"gaea2h\",animation6,\"wbf75y\"),transformTemplate:optimizeAppearTransformTemplate(\"gaea2h\",transformTemplate1),children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(19, 130, 239)\",fontWeight:600,label:\"Send\"},email:{placeholder:\"Email\",value:\"\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,formId:\"aYVL0qyB\",gap:15,height:\"100%\",id:\"SgZkHMTpk\",inputs:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},isMixedBorderRadius:false,layout:\"vertical\",layoutId:\"SgZkHMTpk\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1c9bnh2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yKfczUuGj:{variant:\"e3g7bSGXr\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"NAxhGFD12\",layoutId:\"NAxhGFD12\",style:{width:\"100%\"},variant:\"nVQQXMv_a\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-iw4oA [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: hsl(0, 0%, 0%); }`,\".framer-iw4oA .framer-d1imqw { display: block; }\",\".framer-iw4oA .framer-wbf75y { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-iw4oA .framer-fr8al8-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-iw4oA .framer-7nfukw { align-content: center; align-items: center; background-color: #f2f2f2; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90vh; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-hoypmn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-iw4oA .framer-440uue-container { aspect-ratio: 1.3029315960912051 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 921px); pointer-events: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-iw4oA .framer-xk2tiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 527px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-iw4oA .framer-13t8dct { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; max-width: 1600px; overflow: hidden; padding: 0px 30px 0px 30px; pointer-events: none; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1sua909 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; max-width: 500px; padding: 20px 0px 20px 0px; pointer-events: none; position: relative; width: 40%; }\",\".framer-iw4oA .framer-8cq7dn, .framer-iw4oA .framer-1f8styu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; text-shadow: 0px 0px 15px #ffffff; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iw4oA .framer-egluy2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 10px 10px 10px 10px; pointer-events: none; position: relative; width: 1px; }\",\".framer-iw4oA .framer-1fvm3bf-container { flex: none; height: auto; pointer-events: auto; position: relative; width: 100%; }\",\".framer-iw4oA .framer-130ico7 { 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 0px 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-iw4oA .framer-1pk36mt { flex: none; height: 130%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(65.01420087787247% - 130.01549186676996% / 2); width: 100%; z-index: 0; }\",\".framer-iw4oA .framer-s3uquf { -webkit-backdrop-filter: blur(0px); align-content: center; align-items: center; backdrop-filter: blur(0px); background: linear-gradient(180deg, rgba(77, 88, 255, 0.2) 0%, rgba(7, 8, 24, 0.9) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 140px 30px 170px 30px; position: relative; width: 100%; z-index: 0; }\",\".framer-iw4oA .framer-k54b18, .framer-iw4oA .framer-1ypaale, .framer-iw4oA .framer-1clfh9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-sboej8, .framer-iw4oA .framer-d32pqp, .framer-iw4oA .framer-1r0exue, .framer-iw4oA .framer-s5zb9b, .framer-iw4oA .framer-1u263r7, .framer-iw4oA .framer-ixg4m4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --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-iw4oA .framer-1t1whsf, .framer-iw4oA .framer-52q7si { background-color: rgba(255, 255, 255, 0.1); flex: none; height: 1px; overflow: visible; position: relative; transform: perspective(1200px); width: 50%; }\",\".framer-iw4oA .framer-9zpnfi { aspect-ratio: 1.6721153846153847 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 598px); max-width: 1200px; overflow: visible; position: relative; width: 88%; z-index: 1; }\",\".framer-iw4oA .framer-upzmdp { aspect-ratio: 1.7909604519774012 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); left: 50%; position: absolute; top: 3px; transform: translateX(-50%); width: 96%; z-index: 8; }\",\".framer-iw4oA .framer-aroufi { aspect-ratio: 1.8614864864864864 / 1; background-color: #262626; flex: none; height: var(--framer-aspect-ratio-supported, 537px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 6; }\",\".framer-iw4oA .framer-efff10-container { aspect-ratio: 1.6555183946488294 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 598px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 99%; z-index: 7; }\",\".framer-iw4oA .framer-w55rdb, .framer-iw4oA .framer-1dvf8am, .framer-iw4oA .framer-ile9xo, .framer-iw4oA .framer-1jotskk, .framer-iw4oA .framer-nx4cuj, .framer-iw4oA .framer-4yhsh3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 559px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 846px; z-index: 3; }\",\".framer-iw4oA .framer-yy7zqn, .framer-iw4oA .framer-17s16yk, .framer-iw4oA .framer-10i7qj2, .framer-iw4oA .framer-l58u92, .framer-iw4oA .framer-6sbmen, .framer-iw4oA .framer-14i7l2b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 91%; justify-content: flex-start; overflow: hidden; padding: 25px 5px 20px 28px; position: relative; transform: perspective(1200px); width: 29%; }\",\".framer-iw4oA .framer-1l6h6tl { aspect-ratio: 0.4445606694560669 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 478px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-4jk8zl { aspect-ratio: 0.4696132596685083 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 452px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1vqupes { aspect-ratio: 0.5077658303464755 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 418px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-99s09p { aspect-ratio: 0.6240822320117474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 340px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-10ugqmo { aspect-ratio: 0.49361207897793263 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 430px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1xy0aak { aspect-ratio: 0.5071599045346062 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 419px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-14r26p7 { aspect-ratio: 1.8679245283018868 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 530px); left: 50%; overflow: visible; position: absolute; top: 0px; transform: translateX(-50%); width: 99%; z-index: 9; }\",\".framer-iw4oA .framer-1lpinrn { aspect-ratio: 1.309124767225326 / 1; background-color: #262626; bottom: -11px; flex: none; height: var(--framer-aspect-ratio-supported, 537px); position: absolute; right: 0px; width: 71%; z-index: 8; }\",\".framer-iw4oA .framer-1wu3di1-container, .framer-iw4oA .framer-9pnz9k-container { aspect-ratio: 1.8641509433962264 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: 0px; pointer-events: auto; position: absolute; top: 0px; width: 100%; z-index: 9; }\",\".framer-iw4oA .framer-13d7um5 { aspect-ratio: 1.6730769230769231 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 598px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-iw4oA .framer-6xtbc6-container { flex: none; height: 575px; position: relative; width: 100%; z-index: 9; }\",\".framer-iw4oA .framer-psh6jy, .framer-iw4oA .framer-426atp, .framer-iw4oA .framer-xfjyj8, .framer-iw4oA .framer-1665rfg, .framer-iw4oA .framer-1iawi9v, .framer-iw4oA .framer-jdao38 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 3; }\",\".framer-iw4oA .framer-ooluhc, .framer-iw4oA .framer-1vhk2an, .framer-iw4oA .framer-ewrdfn, .framer-iw4oA .framer-np8etn, .framer-iw4oA .framer-htz50a, .framer-iw4oA .framer-3rhfg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 509px; justify-content: flex-start; overflow: hidden; padding: 10px 10px 10px 10px; position: relative; transform: perspective(1200px); width: 254px; }\",\".framer-iw4oA .framer-11dg842 { aspect-ratio: 0.42971887550200805 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 545px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-3pgjmc { aspect-ratio: 0.4543524416135881 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 515px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-ew9vb1, .framer-iw4oA .framer-1t2jek { aspect-ratio: 0.4908256880733945 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 477px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1gx13tn { aspect-ratio: 0.6190476190476191 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 378px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-88er56 { aspect-ratio: 0.49195402298850577 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 476px); overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-qt4crs, .framer-iw4oA .framer-10w3jdl, .framer-iw4oA .framer-tobpoz { background: radial-gradient(50% 50% at 50% 50%, #d1d1d1 0%, hsla(0, 0%, 36%, 0) 100%); bottom: 0px; flex: none; height: 1px; left: calc(50.00000000000002% - 70% / 2); overflow: visible; position: absolute; width: 70%; z-index: 1; }\",\".framer-iw4oA .framer-zmkp97 { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(7, 8, 24, 0.9) 0%, rgba(77, 88, 255, 0.2) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 30px 150px 30px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-qurjb4, .framer-iw4oA .framer-4ooqo { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(40px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(40px); background-color: rgba(0, 0, 0, 0.2); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; box-shadow: 0px 0.8398022765904898px 0.8398022765904898px 0px rgba(0, 0, 0, 0), 0px 1.9904796838090988px 1.9904796838090988px 0px rgba(0, 0, 0, 0.00995), 0px 3.6308406896569063px 3.6308406896569063px 0px rgba(0, 0, 0, 0.01815), 0px 6.036265357761295px 6.036265357761295px 0px rgba(0, 0, 0, 0.03018), 0px 9.748076360978303px 9.748076360978303px 0px rgba(0, 0, 0, 0.04874), 0px 15.956633803711155px 15.956633803711155px 0px rgba(0, 0, 0, 0.07978), 0px 27.476245881684008px 27.476245881684008px 0px rgba(0, 0, 0, 0.13738), 0px 50px 50px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 30px 30px 30px 30px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1qft6t1, .framer-iw4oA .framer-1ylisj2 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-x0lxsk-container { aspect-ratio: 1.85 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 454px); position: relative; width: 100%; }\",\".framer-iw4oA .framer-1vglsly, .framer-iw4oA .framer-nbbhys { background-color: rgba(255, 255, 255, 0.1); flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1ujxmdd, .framer-iw4oA .framer-17dnfw0 { display: grid; flex: none; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1j4ajn7-container, .framer-iw4oA .framer-12wvsl2-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-iw4oA .framer-1mwbvej-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-iw4oA .framer-hqcqfu { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(77, 88, 255, 0.2) 0%, #070818 100%); display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 30px 150px 30px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-zysoi { background-color: rgba(255, 255, 255, 0.1); flex: none; height: 1px; overflow: visible; position: relative; width: 50%; }\",\".framer-iw4oA .framer-1pjv56u-container { flex: none; height: 472px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-hoyd2s-container, .framer-iw4oA .framer-ewqeyk-container, .framer-iw4oA .framer-uk13uu-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",\".framer-iw4oA .framer-14ovum6-container { flex: none; height: auto; position: relative; width: 393px; }\",\".framer-iw4oA .framer-1w6shz8-container, .framer-iw4oA .framer-1c9bnh2-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-iw4oA .framer-13z0kkk { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-b1n9aa { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iw4oA .framer-117yyqe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 540px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iw4oA .framer-gaea2h-container { flex: 1 0 0px; height: 400px; position: relative; transform: perspective(1200px); width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iw4oA .framer-wbf75y, .framer-iw4oA .framer-7nfukw, .framer-iw4oA .framer-hoypmn, .framer-iw4oA .framer-xk2tiq, .framer-iw4oA .framer-13t8dct, .framer-iw4oA .framer-1sua909, .framer-iw4oA .framer-egluy2, .framer-iw4oA .framer-130ico7, .framer-iw4oA .framer-s3uquf, .framer-iw4oA .framer-k54b18, .framer-iw4oA .framer-w55rdb, .framer-iw4oA .framer-yy7zqn, .framer-iw4oA .framer-1dvf8am, .framer-iw4oA .framer-17s16yk, .framer-iw4oA .framer-ile9xo, .framer-iw4oA .framer-10i7qj2, .framer-iw4oA .framer-1jotskk, .framer-iw4oA .framer-l58u92, .framer-iw4oA .framer-nx4cuj, .framer-iw4oA .framer-6sbmen, .framer-iw4oA .framer-4yhsh3, .framer-iw4oA .framer-14i7l2b, .framer-iw4oA .framer-psh6jy, .framer-iw4oA .framer-ooluhc, .framer-iw4oA .framer-426atp, .framer-iw4oA .framer-1vhk2an, .framer-iw4oA .framer-xfjyj8, .framer-iw4oA .framer-ewrdfn, .framer-iw4oA .framer-1665rfg, .framer-iw4oA .framer-np8etn, .framer-iw4oA .framer-1iawi9v, .framer-iw4oA .framer-htz50a, .framer-iw4oA .framer-jdao38, .framer-iw4oA .framer-3rhfg, .framer-iw4oA .framer-zmkp97, .framer-iw4oA .framer-1ypaale, .framer-iw4oA .framer-qurjb4, .framer-iw4oA .framer-1qft6t1, .framer-iw4oA .framer-hqcqfu, .framer-iw4oA .framer-1clfh9o, .framer-iw4oA .framer-4ooqo, .framer-iw4oA .framer-1ylisj2, .framer-iw4oA .framer-13z0kkk, .framer-iw4oA .framer-117yyqe { gap: 0px; } .framer-iw4oA .framer-wbf75y > *, .framer-iw4oA .framer-130ico7 > *, .framer-iw4oA .framer-yy7zqn > *, .framer-iw4oA .framer-17s16yk > *, .framer-iw4oA .framer-10i7qj2 > *, .framer-iw4oA .framer-l58u92 > *, .framer-iw4oA .framer-6sbmen > *, .framer-iw4oA .framer-14i7l2b > *, .framer-iw4oA .framer-ooluhc > *, .framer-iw4oA .framer-1vhk2an > *, .framer-iw4oA .framer-ewrdfn > *, .framer-iw4oA .framer-np8etn > *, .framer-iw4oA .framer-htz50a > *, .framer-iw4oA .framer-3rhfg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iw4oA .framer-wbf75y > :first-child, .framer-iw4oA .framer-7nfukw > :first-child, .framer-iw4oA .framer-hoypmn > :first-child, .framer-iw4oA .framer-xk2tiq > :first-child, .framer-iw4oA .framer-1sua909 > :first-child, .framer-iw4oA .framer-egluy2 > :first-child, .framer-iw4oA .framer-130ico7 > :first-child, .framer-iw4oA .framer-k54b18 > :first-child, .framer-iw4oA .framer-w55rdb > :first-child, .framer-iw4oA .framer-yy7zqn > :first-child, .framer-iw4oA .framer-1dvf8am > :first-child, .framer-iw4oA .framer-17s16yk > :first-child, .framer-iw4oA .framer-ile9xo > :first-child, .framer-iw4oA .framer-10i7qj2 > :first-child, .framer-iw4oA .framer-1jotskk > :first-child, .framer-iw4oA .framer-l58u92 > :first-child, .framer-iw4oA .framer-nx4cuj > :first-child, .framer-iw4oA .framer-6sbmen > :first-child, .framer-iw4oA .framer-4yhsh3 > :first-child, .framer-iw4oA .framer-14i7l2b > :first-child, .framer-iw4oA .framer-psh6jy > :first-child, .framer-iw4oA .framer-ooluhc > :first-child, .framer-iw4oA .framer-426atp > :first-child, .framer-iw4oA .framer-1vhk2an > :first-child, .framer-iw4oA .framer-xfjyj8 > :first-child, .framer-iw4oA .framer-ewrdfn > :first-child, .framer-iw4oA .framer-1665rfg > :first-child, .framer-iw4oA .framer-np8etn > :first-child, .framer-iw4oA .framer-1iawi9v > :first-child, .framer-iw4oA .framer-htz50a > :first-child, .framer-iw4oA .framer-jdao38 > :first-child, .framer-iw4oA .framer-3rhfg > :first-child, .framer-iw4oA .framer-zmkp97 > :first-child, .framer-iw4oA .framer-1ypaale > :first-child, .framer-iw4oA .framer-qurjb4 > :first-child, .framer-iw4oA .framer-hqcqfu > :first-child, .framer-iw4oA .framer-1clfh9o > :first-child, .framer-iw4oA .framer-4ooqo > :first-child, .framer-iw4oA .framer-13z0kkk > :first-child { margin-top: 0px; } .framer-iw4oA .framer-wbf75y > :last-child, .framer-iw4oA .framer-7nfukw > :last-child, .framer-iw4oA .framer-hoypmn > :last-child, .framer-iw4oA .framer-xk2tiq > :last-child, .framer-iw4oA .framer-1sua909 > :last-child, .framer-iw4oA .framer-egluy2 > :last-child, .framer-iw4oA .framer-130ico7 > :last-child, .framer-iw4oA .framer-k54b18 > :last-child, .framer-iw4oA .framer-w55rdb > :last-child, .framer-iw4oA .framer-yy7zqn > :last-child, .framer-iw4oA .framer-1dvf8am > :last-child, .framer-iw4oA .framer-17s16yk > :last-child, .framer-iw4oA .framer-ile9xo > :last-child, .framer-iw4oA .framer-10i7qj2 > :last-child, .framer-iw4oA .framer-1jotskk > :last-child, .framer-iw4oA .framer-l58u92 > :last-child, .framer-iw4oA .framer-nx4cuj > :last-child, .framer-iw4oA .framer-6sbmen > :last-child, .framer-iw4oA .framer-4yhsh3 > :last-child, .framer-iw4oA .framer-14i7l2b > :last-child, .framer-iw4oA .framer-psh6jy > :last-child, .framer-iw4oA .framer-ooluhc > :last-child, .framer-iw4oA .framer-426atp > :last-child, .framer-iw4oA .framer-1vhk2an > :last-child, .framer-iw4oA .framer-xfjyj8 > :last-child, .framer-iw4oA .framer-ewrdfn > :last-child, .framer-iw4oA .framer-1665rfg > :last-child, .framer-iw4oA .framer-np8etn > :last-child, .framer-iw4oA .framer-1iawi9v > :last-child, .framer-iw4oA .framer-htz50a > :last-child, .framer-iw4oA .framer-jdao38 > :last-child, .framer-iw4oA .framer-3rhfg > :last-child, .framer-iw4oA .framer-zmkp97 > :last-child, .framer-iw4oA .framer-1ypaale > :last-child, .framer-iw4oA .framer-qurjb4 > :last-child, .framer-iw4oA .framer-hqcqfu > :last-child, .framer-iw4oA .framer-1clfh9o > :last-child, .framer-iw4oA .framer-4ooqo > :last-child, .framer-iw4oA .framer-13z0kkk > :last-child { margin-bottom: 0px; } .framer-iw4oA .framer-7nfukw > *, .framer-iw4oA .framer-hoypmn > *, .framer-iw4oA .framer-xk2tiq > *, .framer-iw4oA .framer-1sua909 > *, .framer-iw4oA .framer-egluy2 > *, .framer-iw4oA .framer-w55rdb > *, .framer-iw4oA .framer-1dvf8am > *, .framer-iw4oA .framer-ile9xo > *, .framer-iw4oA .framer-1jotskk > *, .framer-iw4oA .framer-nx4cuj > *, .framer-iw4oA .framer-4yhsh3 > *, .framer-iw4oA .framer-psh6jy > *, .framer-iw4oA .framer-426atp > *, .framer-iw4oA .framer-xfjyj8 > *, .framer-iw4oA .framer-1665rfg > *, .framer-iw4oA .framer-1iawi9v > *, .framer-iw4oA .framer-jdao38 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-iw4oA .framer-13t8dct > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iw4oA .framer-13t8dct > :first-child, .framer-iw4oA .framer-s3uquf > :first-child, .framer-iw4oA .framer-1qft6t1 > :first-child, .framer-iw4oA .framer-1ylisj2 > :first-child, .framer-iw4oA .framer-117yyqe > :first-child { margin-left: 0px; } .framer-iw4oA .framer-13t8dct > :last-child, .framer-iw4oA .framer-s3uquf > :last-child, .framer-iw4oA .framer-1qft6t1 > :last-child, .framer-iw4oA .framer-1ylisj2 > :last-child, .framer-iw4oA .framer-117yyqe > :last-child { margin-right: 0px; } .framer-iw4oA .framer-s3uquf > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-iw4oA .framer-k54b18 > *, .framer-iw4oA .framer-1ypaale > *, .framer-iw4oA .framer-qurjb4 > *, .framer-iw4oA .framer-1clfh9o > *, .framer-iw4oA .framer-4ooqo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-iw4oA .framer-zmkp97 > *, .framer-iw4oA .framer-hqcqfu > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-iw4oA .framer-1qft6t1 > *, .framer-iw4oA .framer-1ylisj2 > *, .framer-iw4oA .framer-117yyqe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iw4oA .framer-13z0kkk > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",\"@media (min-width: 1200px) and (max-width: 1599px) { .framer-iw4oA .hidden-wbf75y { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-iw4oA .hidden-xa8rz7 { display: none !important; } .${metadata.bodyClassName} { background: hsl(0, 0%, 0%); } .framer-iw4oA .framer-wbf75y { width: 810px; } .framer-iw4oA .framer-7nfukw { height: min-content; } .framer-iw4oA .framer-hoypmn { order: 0; } .framer-iw4oA .framer-440uue-container { height: var(--framer-aspect-ratio-supported, 622px); } .framer-iw4oA .framer-xk2tiq { order: 1; } .framer-iw4oA .framer-1sua909 { padding: 10px 10px 10px 10px; } .framer-iw4oA .framer-egluy2 { align-content: flex-start; align-items: flex-start; } .framer-iw4oA .framer-9zpnfi, .framer-iw4oA .framer-efff10-container, .framer-iw4oA .framer-13d7um5 { height: var(--framer-aspect-ratio-supported, 393px); } .framer-iw4oA .framer-aroufi { height: var(--framer-aspect-ratio-supported, 353px); } .framer-iw4oA .framer-14r26p7 { height: var(--framer-aspect-ratio-supported, 349px); } .framer-iw4oA .framer-1lpinrn { height: var(--framer-aspect-ratio-supported, 354px); } .framer-iw4oA .framer-x0lxsk-container { height: var(--framer-aspect-ratio-supported, 373px); } .framer-iw4oA .framer-1ujxmdd, .framer-iw4oA .framer-17dnfw0 { grid-template-columns: repeat(2, minmax(200px, 1fr)); }}`,`@media (max-width: 809px) { .framer-iw4oA .hidden-1y9u9i9 { display: none !important; } .${metadata.bodyClassName} { background: hsl(0, 0%, 0%); } .framer-iw4oA .framer-wbf75y { width: 380px; } .framer-iw4oA .framer-7nfukw { height: min-content; } .framer-iw4oA .framer-440uue-container { height: 100%; width: var(--framer-aspect-ratio-supported, 687px); } .framer-iw4oA .framer-xk2tiq { height: min-content; padding: 65px 5px 30px 5px; } .framer-iw4oA .framer-13t8dct { flex: none; flex-direction: column; height: min-content; } .framer-iw4oA .framer-1sua909 { height: min-content; width: 100%; } .framer-iw4oA .framer-egluy2 { flex: none; height: min-content; width: 100%; } .framer-iw4oA .framer-s3uquf { padding: 120px 30px 100px 30px; } .framer-iw4oA .framer-k54b18, .framer-iw4oA .framer-1ypaale, .framer-iw4oA .framer-1clfh9o { max-width: 100%; } .framer-iw4oA .framer-sboej8 { z-index: 1; } .framer-iw4oA .framer-9zpnfi { height: var(--framer-aspect-ratio-supported, 191px); overflow: hidden; width: 100%; } .framer-iw4oA .framer-upzmdp, .framer-iw4oA .framer-aroufi { height: var(--framer-aspect-ratio-supported, 172px); } .framer-iw4oA .framer-13d7um5 { aspect-ratio: 1.6776649746192893 / 1; height: var(--framer-aspect-ratio-supported, 191px); left: 0px; transform: unset; width: 100%; } .framer-iw4oA .framer-zmkp97, .framer-iw4oA .framer-hqcqfu { padding: 100px 20px 100px 20px; } .framer-iw4oA .framer-qurjb4, .framer-iw4oA .framer-4ooqo { max-width: 800px; padding: 20px 20px 20px 20px; } .framer-iw4oA .framer-1qft6t1, .framer-iw4oA .framer-1ylisj2 { flex-direction: column; } .framer-iw4oA .framer-x0lxsk-container { height: var(--framer-aspect-ratio-supported, 169px); } .framer-iw4oA .framer-1ujxmdd, .framer-iw4oA .framer-17dnfw0 { gap: 20px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-iw4oA .framer-1pjv56u-container { height: 168px; } .framer-iw4oA .framer-14ovum6-container { width: 350px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iw4oA .framer-13t8dct, .framer-iw4oA .framer-1qft6t1, .framer-iw4oA .framer-1ujxmdd, .framer-iw4oA .framer-1ylisj2, .framer-iw4oA .framer-17dnfw0 { gap: 0px; } .framer-iw4oA .framer-13t8dct > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iw4oA .framer-13t8dct > :first-child, .framer-iw4oA .framer-1qft6t1 > :first-child, .framer-iw4oA .framer-1ylisj2 > :first-child { margin-top: 0px; } .framer-iw4oA .framer-13t8dct > :last-child, .framer-iw4oA .framer-1qft6t1 > :last-child, .framer-iw4oA .framer-1ylisj2 > :last-child { margin-bottom: 0px; } .framer-iw4oA .framer-1qft6t1 > *, .framer-iw4oA .framer-1ylisj2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-iw4oA .framer-1ujxmdd > *, .framer-iw4oA .framer-1ujxmdd > :first-child, .framer-iw4oA .framer-1ujxmdd > :last-child, .framer-iw4oA .framer-17dnfw0 > *, .framer-iw4oA .framer-17dnfw0 > :first-child, .framer-iw4oA .framer-17dnfw0 > :last-child { margin: 0px; } }}`,`@media (min-width: 1600px) { .framer-iw4oA .hidden-1u9r7o3 { display: none !important; } .${metadata.bodyClassName} { background: hsl(0, 0%, 0%); } .framer-iw4oA .framer-wbf75y { width: 1600px; } .framer-iw4oA .framer-440uue-container { height: var(--framer-aspect-ratio-supported, 1228px); } .framer-iw4oA .framer-13t8dct { max-width: 1500px; } .framer-iw4oA .framer-k54b18 { max-width: unset; } .framer-iw4oA .framer-9zpnfi, .framer-iw4oA .framer-efff10-container { height: var(--framer-aspect-ratio-supported, 718px); } .framer-iw4oA .framer-aroufi, .framer-iw4oA .framer-1lpinrn { height: var(--framer-aspect-ratio-supported, 645px); } .framer-iw4oA .framer-14r26p7 { height: var(--framer-aspect-ratio-supported, 636px); left: 50%; top: 1px; } .framer-iw4oA .framer-13d7um5 { height: var(--framer-aspect-ratio-supported, 717px); overflow: visible; }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6520\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xzDhVkrAb\":{\"layout\":[\"fixed\",\"auto\"]},\"yKfczUuGj\":{\"layout\":[\"fixed\",\"auto\"]},\"DMVD4lkKu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerResponsiveScreen\n */const FramerYj1Itc7XZ=withCSS(Component,css,\"framer-iw4oA\");export default FramerYj1Itc7XZ;FramerYj1Itc7XZ.displayName=\"Home\";FramerYj1Itc7XZ.defaultProps={height:6520,width:1200};addFonts(FramerYj1Itc7XZ,[{family:\"Proxima Nova Thin\",moduleAsset:{localModuleIdentifier:\"local-module:screen/Yj1Itc7XZ:default\",url:\"assets/KXgnf3Qp1pcxasok3mQbm6U7cKQ.woff\"},url:new URL(\"assets/KXgnf3Qp1pcxasok3mQbm6U7cKQ.woff\",\"https://framerusercontent.com/modules/DFM4qvg64jmtdQudQKHk/QGwmX7iL9f0l5TEizqLQ/Yj1Itc7XZ.js\").href},{family:\"Manrope\",moduleAsset:{localModuleIdentifier:\"local-module:screen/Yj1Itc7XZ:default\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\",weight:\"300\"},...TopBarFonts,...EmbedFonts,...VideoFonts,...SlideshowFonts,...LearnMoreTileFonts,...TechTileFonts,...ButtonLearnMoreFonts,...TrustedByFonts,...FormSparkFonts,...FooterFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYj1Itc7XZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6520\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xzDhVkrAb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yKfczUuGj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DMVD4lkKu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "t", "s", "e", "sanitize", "isString", "r", "n", "a", "createUnitType", "o", "c", "l", "i", "p", "u", "isColorString", "splitColor", "f", "m", "g", "h", "parseHex", "b", "d", "v", "y", "test", "analyse", "parse", "createTransformer", "convertNumbersToZero", "getAnimatableNone", "O", "j", "applyDefaultFilter", "F", "N", "e", "t", "n", "window", "createRenderStep", "s", "r", "c", "o", "a", "l", "f", "u", "startLoop", "d", "i", "processStep", "processFrame", "clamp", "t", "e", "n", "d", "h", "m", "y", "g", "findSpring", "o", "s", "r", "i", "u", "calcAngularFreq", "l", "p", "f", "approximateRoot", "v", "M", "x", "isSpringType", "getSpringOptions", "spring", "__rest", "zero", "createSpring", "reverseEasing", "t", "e", "mirrorEasing", "createExpoIn", "createBackIn", "createAnticipate", "T", "w", "A", "R", "F", "createExpoIn", "D", "reverseEasing", "j", "mirrorEasing", "circIn", "t", "q", "I", "P", "createBackIn", "T", "k", "E", "B", "createAnticipate", "C", "N", "U", "bounceOut", "e", "w", "A", "R", "z", "identity", "t", "createAttractor", "e", "n", "o", "s", "r", "G", "H", "wrap", "t", "e", "n", "o", "Q", "V", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "ref1", "ref2", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "ZXT0hMirU", "APquOS96f", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "u", "RichText2", "x", "css", "FramerYNQhGsOji", "withCSS", "YNQhGsOji_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "PhosphorFonts", "getFonts", "Icon", "ButtonUpdateFonts", "YNQhGsOji_default", "PhosphorControls", "getPropertyControls", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "vEtF76D_7", "qR8MbmRZt", "CZ7LuufYU", "x9e9yCtNy", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "Icon", "RichText2", "x", "YNQhGsOji_default", "css", "Framerok3uWWDYM", "withCSS", "ok3uWWDYM_default", "addPropertyControls", "PhosphorControls", "ControlType", "addFonts", "PhosphorFonts", "ButtonUpdateFonts", "fontStore", "fonts", "css", "className", "TopBarFonts", "getFonts", "AWx5mqaQ8_default", "EmbedFonts", "Embed", "VideoFonts", "Video", "ImageWithFX", "withFX", "Image2", "MotionDivWithFX", "motion", "SlideshowFonts", "Slideshow", "LearnMoreTileFonts", "ok3uWWDYM_default", "TechTileFonts", "Zc0x_Rm6N_default", "ButtonLearnMoreFonts", "NCHYFdDRa_default", "TrustedByFonts", "JGtbEZxdX_default", "FormSparkFonts", "FormSpark_default", "FooterFonts", "Jhpui3uEF_default", "breakpoints", "isBrowser", "variantClassNames", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "t", "animation", "transition1", "animation1", "transformTemplate1", "animation2", "transition2", "animation3", "transition3", "animation4", "animation5", "animation6", "metadata", "Yj1Itc7XZ_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "isDisplayed", "id1", "useRouteElementId", "isDisplayed1", "ref1", "pe", "router", "useRouter", "id2", "ref2", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides2", "AWx5mqaQ8_default", "Embed", "x", "RichText2", "Video", "ImageWithFX", "MotionDivWithFX", "Image2", "Slideshow", "ok3uWWDYM_default", "resolveLink", "Zc0x_Rm6N_default", "NCHYFdDRa_default", "JGtbEZxdX_default", "optimizeAppear", "optimizeAppearTransformTemplate", "FormSpark_default", "Jhpui3uEF_default", "css", "FramerYj1Itc7XZ", "withCSS", "addFonts", "TopBarFonts", "EmbedFonts", "VideoFonts", "SlideshowFonts", "LearnMoreTileFonts", "TechTileFonts", "ButtonLearnMoreFonts", "TrustedByFonts", "FormSparkFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
