{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js", "ssg:https://framerusercontent.com/modules/vVEVGzf1sDcsNXAzNpZp/YQj1rZYXgpyeMZ4r2wdw/afHgB4TWr.js", "ssg:https://framerusercontent.com/modules/mlvDuaIV4mqDFw5bH5QL/8TXnihwcBHOsXgP37H4v/a6xXtTtEq.js", "ssg:https://framerusercontent.com/modules/fD0Zrsv7ojgVUo7tSokR/RnHWFo1h6iHB3sLdFMZG/j9NBevuvT.js", "ssg:https://framerusercontent.com/modules/oM6BAnNfTiTLulyXEaEg/37FE9y9sU5Y5unIoLImg/tUB56J4OC.js", "ssg:https://framerusercontent.com/modules/ngkQKNyjWb99aegkYxnv/Hr0dB3LwPWolCjWr5Xff/WnsUkocGf.js", "ssg:https://framerusercontent.com/modules/a3ToMO3isHeNQ4l6vaga/gOK2N9JQPlhaBf0kh2i0/a2VJDegfY.js", "ssg:https://framerusercontent.com/modules/uztSQy2q4yYD5nPeGsVw/GgYuaZLqus5VkimKwu2y/mELEXBhEU.js", "ssg:https://framerusercontent.com/modules/Wf2kxJvv01tZDKnhDxzJ/9S63PHB1aw5549LuBlKu/UJjyLp_2n.js", "ssg:https://framerusercontent.com/modules/c3fC3SjTUj9ownhg48l7/2EQGQz6vGzqmybiKH31D/AvTgAluvb.js", "ssg:https://framerusercontent.com/modules/MC4N2sBK4Afk419wuzsg/p8805FGSSwESl6KIacHU/ic4c1kFrY.js", "ssg:https://framerusercontent.com/modules/Q5UJDG0vEhhDlW1gayQS/JgQdaO8chBAbP2oe8bem/se5GgCWCZ.js", "ssg:https://framerusercontent.com/modules/7ikFGmctUFq1Y8tKZSNc/91lWxI07iEkP1XDK0KTo/Zquyxrmh2.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:autoplayBehavior!==\"on-mount\"&&posterEnabled?\"metadata\":\"auto\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sarvatrik Devanagari Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/WsY0IloA51whSGpR8LmI19yURlM.woff2\"}]}];export const css=['.framer-1G84M .framer-styles-preset-13771j5:not(.rich-text-wrapper), .framer-1G84M .framer-styles-preset-13771j5.rich-text-wrapper h5 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-1G84M .framer-styles-preset-13771j5:not(.rich-text-wrapper), .framer-1G84M .framer-styles-preset-13771j5.rich-text-wrapper h5 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 640px) { .framer-1G84M .framer-styles-preset-13771j5:not(.rich-text-wrapper), .framer-1G84M .framer-styles-preset-13771j5.rich-text-wrapper h5 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 639px) and (min-width: 0px) { .framer-1G84M .framer-styles-preset-13771j5:not(.rich-text-wrapper), .framer-1G84M .framer-styles-preset-13771j5.rich-text-wrapper h5 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-1G84M\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vVEVGzf1sDcsNXAzNpZp/YQj1rZYXgpyeMZ4r2wdw/afHgB4TWr.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mA6bMyvFAGJ7UzCJF7a5/lwVqEEDQL9qGngckvDkf/jIEgU7ft1.js\";const VideoFonts=getFonts(Video);const Video1Controls=getPropertyControls(Video1);const cycleOrder=[\"l_ypoZdK0\",\"vSl_uE9G9\",\"IROTnZCKL\",\"YFSgWacwo\",\"ZJ_p9ZEf6\"];const serializationHash=\"framer-dqvju\";const variantClassNames={IROTnZCKL:\"framer-v-3qg98g\",l_ypoZdK0:\"framer-v-irbmgn\",vSl_uE9G9:\"framer-v-1pix2hy\",YFSgWacwo:\"framer-v-12da5sc\",ZJ_p9ZEf6:\"framer-v-ho76dq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop-1\":\"l_ypoZdK0\",\"Desktop-2\":\"vSl_uE9G9\",\"Desktop-3\":\"IROTnZCKL\",Phone:\"YFSgWacwo\",Tablet:\"ZJ_p9ZEf6\"};const getProps=({file1,height,icon1,icon11,icon2,icon21,id,kicker1,kicker2,link1,text1,text2,title1,title2,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7,_ref8,_ref9;return{...props,fOL4E3bIt:(_ref=text1!==null&&text1!==void 0?text1:props.fOL4E3bIt)!==null&&_ref!==void 0?_ref:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",GdQ_jd9zU:(_ref1=icon21!==null&&icon21!==void 0?icon21:props.GdQ_jd9zU)!==null&&_ref1!==void 0?_ref1:true,GPWHu7TKu:link1!==null&&link1!==void 0?link1:props.GPWHu7TKu,HAFouTv82:(_ref2=kicker2!==null&&kicker2!==void 0?kicker2:props.HAFouTv82)!==null&&_ref2!==void 0?_ref2:\"Medical Packaging & Lab Consumables\",Iy6p21Nwf:(_ref3=file1!==null&&file1!==void 0?file1:props.Iy6p21Nwf)!==null&&_ref3!==void 0?_ref3:\"https://framerusercontent.com/assets/ZqoqCgtCrjmhLetkTTOdc1QvqQo.mp4\",JsVG9egTq:icon1!==null&&icon1!==void 0?icon1:props.JsVG9egTq,MoW6QWLtk:icon2!==null&&icon2!==void 0?icon2:props.MoW6QWLtk,sOUlRsVeC:(_ref4=text2!==null&&text2!==void 0?text2:props.sOUlRsVeC)!==null&&_ref4!==void 0?_ref4:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",txU41EXxq:(_ref5=title1!==null&&title1!==void 0?title1:props.txU41EXxq)!==null&&_ref5!==void 0?_ref5:\"Using plastic caps and tubes for packaging offers several key benefits.\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"l_ypoZdK0\",z2VgMhuy3:(_ref7=icon11!==null&&icon11!==void 0?icon11:props.z2VgMhuy3)!==null&&_ref7!==void 0?_ref7:true,ZMCqPPmS2:(_ref8=title2!==null&&title2!==void 0?title2:props.ZMCqPPmS2)!==null&&_ref8!==void 0?_ref8:\"Skanem a leading supplier within medical packaging and consumables in plastics.\",ZUD194KHH:(_ref9=kicker1!==null&&kicker1!==void 0?kicker1:props.ZUD194KHH)!==null&&_ref9!==void 0?_ref9:\"Caps, Closure & Tubes\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZUD194KHH,txU41EXxq,fOL4E3bIt,GPWHu7TKu,HAFouTv82,ZMCqPPmS2,sOUlRsVeC,JsVG9egTq,MoW6QWLtk,Iy6p21Nwf,z2VgMhuy3,GdQ_jd9zU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l_ypoZdK0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1ayu1a2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vSl_uE9G9\"),100);});const onMouseLeave7gileg=activeVariantCallback(async(...args)=>{setVariant(\"l_ypoZdK0\");});const onMouseEnter1mg993a=activeVariantCallback(async(...args)=>{setVariant(\"IROTnZCKL\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ZJ_p9ZEf6\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-irbmgn\",className,classNames),\"data-framer-name\":\"Desktop-1\",layoutDependency:layoutDependency,layoutId:\"l_ypoZdK0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IROTnZCKL:{\"data-framer-name\":\"Desktop-3\"},vSl_uE9G9:{\"data-framer-name\":\"Desktop-2\"},YFSgWacwo:{\"data-framer-name\":\"Phone\"},ZJ_p9ZEf6:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:GPWHu7TKu,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2cynjr framer-1mco29u\",\"data-framer-name\":\"Column-1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"L1TbtWzOs\",onMouseEnter:onMouseEnter1ayu1a2,onMouseLeave:onMouseLeave7gileg,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17053mn-container\",layoutDependency:layoutDependency,layoutId:\"SKuKzCrff-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,controls:false,height:\"100%\",id:\"SKuKzCrff\",isMixedBorderRadius:false,layoutId:\"SKuKzCrff\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:Iy6p21Nwf,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:15,topRightRadius:15,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1glm1fn\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"XxK9CENt9\",style:{background:\"linear-gradient(321deg, rgba(255, 255, 255, 0) 17.578125%, rgba(0, 0, 0, 0.32) 63.4009009009009%)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},variants:{YFSgWacwo:{background:\"linear-gradient(321deg, rgba(0, 0, 0, 0.49) 17.578125%, rgba(0, 0, 0, 0.58) 63.4009009009009%)\"},ZJ_p9ZEf6:{background:\"linear-gradient(321deg, rgba(0, 0, 0, 0.47) 17.578125%, rgba(0, 0, 0, 0.58) 63.4009009009009%)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hcai2v\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"JDj2otCtu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14maron\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"TrlGx9Oij\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r5btrh\",\"data-framer-name\":\"Category\",layoutDependency:layoutDependency,layoutId:\"fXJ9FpSW5\",children:[z2VgMhuy3&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80)*1)/2)+0+(0+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80)*1-0-209.2)/1*0)+0+0+0),sizes:\"30px\",...toResponsiveImage(JsVG9egTq),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1mcngr5\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"rqRhZcRbN\",...addPropertyOverrides({YFSgWacwo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||708)-0-606)/2+0+0)+20+0+0+0+0+0),sizes:\"30px\",...toResponsiveImage(JsVG9egTq),...{positionX:\"center\",positionY:\"center\"}}},ZJ_p9ZEf6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60)*1)/2)+0+(0+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60)*1-0-199.6)/1*0)+0+0+0),sizes:\"30px\",...toResponsiveImage(JsVG9egTq),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIE1lZGl1bQ==\",\"--framer-font-family\":'\"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Caps, Closure & Tubes\"})}),className:\"framer-ujxa7y\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Sarvatrik Devanagari Medium\"],layoutDependency:layoutDependency,layoutId:\"B6gacK1AQ\",style:{\"--extracted-1lwpl3i\":\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\"},text:ZUD194KHH,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Using plastic caps and tubes for packaging offers several key benefits.\"})}),className:\"framer-sov5m9\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"t1Sx3ULOm\",style:{\"--extracted-a0htzi\":\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\"},text:txU41EXxq,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YFSgWacwo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Using plastic caps and tubes for packaging offers several key benefits.\"})})},ZJ_p9ZEf6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Using plastic caps and tubes for packaging offers several key benefits.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\"})}),className:\"framer-wtpsk8\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"mQcuWsqCM\",style:{\"--extracted-r6o4lv\":\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\",opacity:0},text:fOL4E3bIt,variants:{vSl_uE9G9:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vSl_uE9G9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1sbzifj\",\"data-styles-preset\":\"jIEgU7ft1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Lightweight and Cost-Effective. Versatility and Design Flexibility. Durability and Safety. Barrier Properties. Recyclability and Sustainability. Tamper-Evident Features. These benefits make plastic caps and closures an ideal choice for a wide range of industries, ensuring product integrity, safety, and consumer satisfaction.\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lc3s39\",\"data-framer-name\":\"Column-2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mHmqIdOhI\",onMouseEnter:onMouseEnter1mg993a,style:{backgroundColor:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},...addPropertyOverrides({IROTnZCKL:{onMouseLeave:onMouseLeave7gileg}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qdajd5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SmDMUfeYO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8oc2sz\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"P5SqHwlZ9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s9x6ga\",\"data-framer-name\":\"Category\",layoutDependency:layoutDependency,layoutId:\"wjCHlvKC3\",children:[GdQ_jd9zU&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80)*1)/2)+0+(0+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||465)-0)*1-80)*1-0-200.8)/1*0)+0+0+0),...toResponsiveImage(MoW6QWLtk),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-hh2cww\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"DxiENLaQR\",...addPropertyOverrides({YFSgWacwo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||708)-0-606)/2+277.2+20)+40+0+0+0+0+0),...toResponsiveImage(MoW6QWLtk),...{positionX:\"center\",positionY:\"center\"}}},ZJ_p9ZEf6:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(30+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60)*1)/2)+0+(0+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||382)-0)*1-60)*1-0-65.2)/1*0)+0+0+0),...toResponsiveImage(MoW6QWLtk),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-13771j5\",\"data-styles-preset\":\"afHgB4TWr\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Medical Packaging & Lab Consumables\"})}),className:\"framer-ktam4l\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GbcN4WiNH\",style:{\"--extracted-1lwpl3i\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},text:HAFouTv82,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Skanem a leading supplier within medical packaging and consumables in plastics.\"})}),className:\"framer-1tdn0rr\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"aEPdVQORj\",style:{\"--extracted-a0htzi\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},text:ZMCqPPmS2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YFSgWacwo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Skanem a leading supplier within medical packaging and consumables in plastics.\"})})},ZJ_p9ZEf6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Skanem a leading supplier within medical packaging and consumables in plastics.\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\"})}),className:\"framer-h1v17n\",\"data-framer-name\":\"Date\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"CnCOzUTkF\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",opacity:0},text:sOUlRsVeC,variants:{IROTnZCKL:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IROTnZCKL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1sbzifj\",\"data-styles-preset\":\"jIEgU7ft1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Our key success criterias are defined within: Quality and Compliance - Innovation and Technology - Customization and Flexibility - Sustainability - Reliability and Consistency - Expertise and Experience. With responsive Customer Service support and effective communication to build strong, long-term relationships with clients. By focusing on these key elements, Skanem establish and maintain its position as a leading supplier in the medical packaging and consumables sector within plastics.\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dqvju.framer-1mco29u, .framer-dqvju .framer-1mco29u { display: block; }\",\".framer-dqvju.framer-irbmgn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 465px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1140px; }\",\".framer-dqvju .framer-2cynjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; text-decoration: none; width: 60%; }\",\".framer-dqvju .framer-17053mn-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-dqvju .framer-1glm1fn { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-dqvju .framer-1hcai2v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dqvju .framer-14maron { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-dqvju .framer-1r5btrh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dqvju .framer-1mcngr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 30px; }\",\".framer-dqvju .framer-ujxa7y, .framer-dqvju .framer-ktam4l { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-dqvju .framer-sov5m9, .framer-dqvju .framer-1tdn0rr, .framer-dqvju .framer-h1v17n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-dqvju .framer-wtpsk8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-dqvju .framer-lc3s39 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-dqvju .framer-1qdajd5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-dqvju .framer-8oc2sz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dqvju .framer-1s9x6ga { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-dqvju .framer-hh2cww { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 30px; min-width: 30px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dqvju.framer-irbmgn, .framer-dqvju .framer-2cynjr, .framer-dqvju .framer-14maron, .framer-dqvju .framer-1r5btrh, .framer-dqvju .framer-1mcngr5, .framer-dqvju .framer-lc3s39, .framer-dqvju .framer-8oc2sz, .framer-dqvju .framer-1s9x6ga, .framer-dqvju .framer-hh2cww { gap: 0px; } .framer-dqvju.framer-irbmgn > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-dqvju.framer-irbmgn > :first-child, .framer-dqvju .framer-2cynjr > :first-child, .framer-dqvju .framer-1r5btrh > :first-child, .framer-dqvju .framer-1mcngr5 > :first-child, .framer-dqvju .framer-lc3s39 > :first-child, .framer-dqvju .framer-1s9x6ga > :first-child, .framer-dqvju .framer-hh2cww > :first-child { margin-left: 0px; } .framer-dqvju.framer-irbmgn > :last-child, .framer-dqvju .framer-2cynjr > :last-child, .framer-dqvju .framer-1r5btrh > :last-child, .framer-dqvju .framer-1mcngr5 > :last-child, .framer-dqvju .framer-lc3s39 > :last-child, .framer-dqvju .framer-1s9x6ga > :last-child, .framer-dqvju .framer-hh2cww > :last-child { margin-right: 0px; } .framer-dqvju .framer-2cynjr > *, .framer-dqvju .framer-1r5btrh > *, .framer-dqvju .framer-1mcngr5 > *, .framer-dqvju .framer-lc3s39 > *, .framer-dqvju .framer-1s9x6ga > *, .framer-dqvju .framer-hh2cww > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dqvju .framer-14maron > *, .framer-dqvju .framer-8oc2sz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-dqvju .framer-14maron > :first-child, .framer-dqvju .framer-8oc2sz > :first-child { margin-top: 0px; } .framer-dqvju .framer-14maron > :last-child, .framer-dqvju .framer-8oc2sz > :last-child { margin-bottom: 0px; } }\",\".framer-dqvju.framer-v-1pix2hy .framer-2cynjr { width: 70%; }\",\".framer-dqvju.framer-v-1pix2hy .framer-1qdajd5, .framer-dqvju.framer-v-3qg98g .framer-1qdajd5 { max-width: unset; }\",\".framer-dqvju.framer-v-3qg98g .framer-2cynjr { width: 50%; }\",\".framer-dqvju.framer-v-12da5sc.framer-irbmgn { flex-direction: column; height: min-content; width: 390px; }\",\".framer-dqvju.framer-v-12da5sc .framer-2cynjr { height: min-content; padding: 20px; width: 100%; }\",\".framer-dqvju.framer-v-12da5sc .framer-1hcai2v, .framer-dqvju.framer-v-12da5sc .framer-1qdajd5 { gap: 40px; height: min-content; justify-content: flex-start; }\",\".framer-dqvju.framer-v-12da5sc .framer-lc3s39 { flex: none; height: min-content; width: 100%; }\",\".framer-dqvju.framer-v-12da5sc .framer-hh2cww, .framer-dqvju.framer-v-ho76dq .framer-hh2cww { order: 0; }\",\".framer-dqvju.framer-v-12da5sc .framer-ktam4l, .framer-dqvju.framer-v-ho76dq .framer-ktam4l { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dqvju.framer-v-12da5sc.framer-irbmgn, .framer-dqvju.framer-v-12da5sc .framer-1hcai2v, .framer-dqvju.framer-v-12da5sc .framer-1qdajd5 { gap: 0px; } .framer-dqvju.framer-v-12da5sc.framer-irbmgn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-dqvju.framer-v-12da5sc.framer-irbmgn > :first-child, .framer-dqvju.framer-v-12da5sc .framer-1hcai2v > :first-child, .framer-dqvju.framer-v-12da5sc .framer-1qdajd5 > :first-child { margin-top: 0px; } .framer-dqvju.framer-v-12da5sc.framer-irbmgn > :last-child, .framer-dqvju.framer-v-12da5sc .framer-1hcai2v > :last-child, .framer-dqvju.framer-v-12da5sc .framer-1qdajd5 > :last-child { margin-bottom: 0px; } .framer-dqvju.framer-v-12da5sc .framer-1hcai2v > *, .framer-dqvju.framer-v-12da5sc .framer-1qdajd5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-dqvju.framer-v-ho76dq.framer-irbmgn { height: 382px; width: 810px; }\",\".framer-dqvju.framer-v-ho76dq .framer-2cynjr, .framer-dqvju.framer-v-ho76dq .framer-lc3s39 { padding: 30px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 465\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vSl_uE9G9\":{\"layout\":[\"fixed\",\"fixed\"]},\"IROTnZCKL\":{\"layout\":[\"fixed\",\"fixed\"]},\"YFSgWacwo\":{\"layout\":[\"fixed\",\"auto\"]},\"ZJ_p9ZEf6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZUD194KHH\":\"kicker1\",\"txU41EXxq\":\"title1\",\"fOL4E3bIt\":\"text1\",\"GPWHu7TKu\":\"link1\",\"HAFouTv82\":\"kicker2\",\"ZMCqPPmS2\":\"title2\",\"sOUlRsVeC\":\"text2\",\"JsVG9egTq\":\"icon1\",\"MoW6QWLtk\":\"icon2\",\"Iy6p21Nwf\":\"file1\",\"z2VgMhuy3\":\"icon11\",\"GdQ_jd9zU\":\"icon21\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framera6xXtTtEq=withCSS(Component,css,\"framer-dqvju\");export default Framera6xXtTtEq;Framera6xXtTtEq.displayName=\"2 hover cards - video\";Framera6xXtTtEq.defaultProps={height:465,width:1140};addPropertyControls(Framera6xXtTtEq,{variant:{options:[\"l_ypoZdK0\",\"vSl_uE9G9\",\"IROTnZCKL\",\"YFSgWacwo\",\"ZJ_p9ZEf6\"],optionTitles:[\"Desktop-1\",\"Desktop-2\",\"Desktop-3\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},ZUD194KHH:{defaultValue:\"Caps, Closure & Tubes\",displayTextArea:false,title:\"Kicker 1\",type:ControlType.String},txU41EXxq:{defaultValue:\"Using plastic caps and tubes for packaging offers several key benefits.\",displayTextArea:true,title:\"Title 1\",type:ControlType.String},fOL4E3bIt:{defaultValue:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",displayTextArea:true,title:\"Text 1\",type:ControlType.String},GPWHu7TKu:{title:\"Link 1\",type:ControlType.Link},HAFouTv82:{defaultValue:\"Medical Packaging & Lab Consumables\",displayTextArea:false,title:\"Kicker 2\",type:ControlType.String},ZMCqPPmS2:{defaultValue:\"Skanem a leading supplier within medical packaging and consumables in plastics.\",displayTextArea:true,title:\"Title 2\",type:ControlType.String},sOUlRsVeC:{defaultValue:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",displayTextArea:true,title:\"Text 2\",type:ControlType.String},JsVG9egTq:{title:\"Icon 1\",type:ControlType.ResponsiveImage},MoW6QWLtk:{title:\"Icon 2\",type:ControlType.ResponsiveImage},Iy6p21Nwf:(Video1Controls===null||Video1Controls===void 0?void 0:Video1Controls[\"srcFile\"])&&{...Video1Controls[\"srcFile\"],__defaultAssetReference:\"data:framer/asset-reference,ZqoqCgtCrjmhLetkTTOdc1QvqQo.mp4?originalFilename=Hands_Squeezing_Toothpaste_On_Toothbrush_uhd_1448141+%281%29.mp4\",description:undefined,hidden:undefined,title:\"File 1\"},z2VgMhuy3:{defaultValue:true,title:\"Icon 1\",type:ControlType.Boolean},GdQ_jd9zU:{defaultValue:true,title:\"Icon 2\",type:ControlType.Boolean}});addFonts(Framera6xXtTtEq,[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/WsY0IloA51whSGpR8LmI19yURlM.woff2\"},{family:\"Sarvatrik Devanagari Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/n5QUiniVdRDQedzg2ASjIlpJJE.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera6xXtTtEq\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vSl_uE9G9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IROTnZCKL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YFSgWacwo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZJ_p9ZEf6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"465\",\"framerVariables\":\"{\\\"ZUD194KHH\\\":\\\"kicker1\\\",\\\"txU41EXxq\\\":\\\"title1\\\",\\\"fOL4E3bIt\\\":\\\"text1\\\",\\\"GPWHu7TKu\\\":\\\"link1\\\",\\\"HAFouTv82\\\":\\\"kicker2\\\",\\\"ZMCqPPmS2\\\":\\\"title2\\\",\\\"sOUlRsVeC\\\":\\\"text2\\\",\\\"JsVG9egTq\\\":\\\"icon1\\\",\\\"MoW6QWLtk\\\":\\\"icon2\\\",\\\"Iy6p21Nwf\\\":\\\"file1\\\",\\\"z2VgMhuy3\\\":\\\"icon11\\\",\\\"GdQ_jd9zU\\\":\\\"icon21\\\"}\",\"framerIntrinsicWidth\":\"1140\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./a6xXtTtEq.map", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"sDM4UkJ1f\",\"nrngR1DOm\",\"kA1NzRUP_\",\"Kr8l3JspA\",\"Y_zVcMYpH\",\"kbjoYg8Ds\",\"lNhu4X6TI\",\"fRxVtCfZc\",\"fOyfKh169\",\"YfE7GkIgs\",\"FIp5KhDpS\",\"bCFPhWM8I\",\"RAFY1xfFk\",\"DwTeWiL0Y\",\"GrEtKwZpV\",\"sgNeSsJit\",\"fwjGreM5L\",\"q3F4wrWgL\",\"nfyAuZwZ2\",\"zP6hFYX4o\",\"YN6rrL7bf\",\"tSBbfveCG\",\"Bd8SD_6RF\"];const serializationHash=\"framer-pEkur\";const variantClassNames={bCFPhWM8I:\"framer-v-29qfo4\",Bd8SD_6RF:\"framer-v-pttsh\",DwTeWiL0Y:\"framer-v-1dn7tir\",FIp5KhDpS:\"framer-v-1bgyh0i\",fOyfKh169:\"framer-v-hsn56u\",fRxVtCfZc:\"framer-v-1aveo25\",fwjGreM5L:\"framer-v-169jebk\",GrEtKwZpV:\"framer-v-9hv4lv\",kA1NzRUP_:\"framer-v-41r2sa\",kbjoYg8Ds:\"framer-v-qhd80m\",Kr8l3JspA:\"framer-v-1j447x6\",lNhu4X6TI:\"framer-v-wui0au\",nfyAuZwZ2:\"framer-v-17yg8g8\",nrngR1DOm:\"framer-v-18o3pra\",q3F4wrWgL:\"framer-v-1l40p82\",RAFY1xfFk:\"framer-v-e6qh3p\",sDM4UkJ1f:\"framer-v-lmkala\",sgNeSsJit:\"framer-v-m4ooeh\",tSBbfveCG:\"framer-v-15e14lz\",Y_zVcMYpH:\"framer-v-cj7g39\",YfE7GkIgs:\"framer-v-1qesme4\",YN6rrL7bf:\"framer-v-d4p103\",zP6hFYX4o:\"framer-v-6ixrsn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const transition3={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"nrngR1DOm\",\"10-90\":\"RAFY1xfFk\",\"100-90\":\"tSBbfveCG\",\"2\":\"kA1NzRUP_\",\"20-90\":\"DwTeWiL0Y\",\"3\":\"Kr8l3JspA\",\"30-90\":\"GrEtKwZpV\",\"4\":\"Y_zVcMYpH\",\"40-90\":\"sgNeSsJit\",\"5\":\"kbjoYg8Ds\",\"50-90\":\"fwjGreM5L\",\"6\":\"lNhu4X6TI\",\"60-90\":\"q3F4wrWgL\",\"7\":\"fRxVtCfZc\",\"70-90\":\"nfyAuZwZ2\",\"8\":\"fOyfKh169\",\"80-90\":\"zP6hFYX4o\",\"9\":\"YfE7GkIgs\",\"90-90\":\"YN6rrL7bf\",\"Start 50\":\"bCFPhWM8I\",\"Start 60\":\"sDM4UkJ1f\",End:\"FIp5KhDpS\",Pause:\"Bd8SD_6RF\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sDM4UkJ1f\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sDM4UkJ1f\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1g0jzkg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nrngR1DOm\"),50);});const onAppear14obnar=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kA1NzRUP_\"),100);});const onAppear1vknx6m=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Kr8l3JspA\"),150);});const onAppear704159=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Y_zVcMYpH\"),200);});const onAppear1dgh7a1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kbjoYg8Ds\"),250);});const onAppearymoxwi=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lNhu4X6TI\"),300);});const onAppear12pcqq4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fRxVtCfZc\"),350);});const onAppeartg6m39=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fOyfKh169\"),400);});const onAppear9spovy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YfE7GkIgs\"),450);});const onAppear11a2t5b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"FIp5KhDpS\"),500);});const onAppear161x3w7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"RAFY1xfFk\"),50);});const onAppear5z2wbl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DwTeWiL0Y\"),100);});const onAppear1pmdxp9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GrEtKwZpV\"),150);});const onAppear1jxgcp3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"sgNeSsJit\"),200);});const onAppeare5q9x8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fwjGreM5L\"),250);});const onAppear1wzqas6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"q3F4wrWgL\"),300);});const onAppear1g21x9e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nfyAuZwZ2\"),350);});const onAppearbku99n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"zP6hFYX4o\"),400);});const onAppearh5exzj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YN6rrL7bf\"),450);});const onAppear8dxvr7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tSBbfveCG\"),500);});useOnVariantChange(baseVariant,{bCFPhWM8I:onAppear161x3w7,Bd8SD_6RF:undefined,default:onAppear1g0jzkg,DwTeWiL0Y:onAppear1pmdxp9,FIp5KhDpS:undefined,fOyfKh169:onAppear9spovy,fRxVtCfZc:onAppeartg6m39,fwjGreM5L:onAppear1wzqas6,GrEtKwZpV:onAppear1jxgcp3,kA1NzRUP_:onAppear1vknx6m,kbjoYg8Ds:onAppearymoxwi,Kr8l3JspA:onAppear704159,lNhu4X6TI:onAppear12pcqq4,nfyAuZwZ2:onAppearbku99n,nrngR1DOm:onAppear14obnar,q3F4wrWgL:onAppear1g21x9e,RAFY1xfFk:onAppear5z2wbl,sgNeSsJit:onAppeare5q9x8,tSBbfveCG:undefined,Y_zVcMYpH:onAppear1dgh7a1,YfE7GkIgs:onAppear11a2t5b,YN6rrL7bf:onAppear8dxvr7,zP6hFYX4o:onAppearh5exzj});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({DwTeWiL0Y:{value:transition2},FIp5KhDpS:{value:transition3},fOyfKh169:{value:transition2},fRxVtCfZc:{value:transition2},fwjGreM5L:{value:transition2},GrEtKwZpV:{value:transition2},kA1NzRUP_:{value:transition2},kbjoYg8Ds:{value:transition2},Kr8l3JspA:{value:transition2},lNhu4X6TI:{value:transition2},nfyAuZwZ2:{value:transition2},nrngR1DOm:{value:transition2},q3F4wrWgL:{value:transition2},RAFY1xfFk:{value:transition2},sgNeSsJit:{value:transition2},tSBbfveCG:{value:transition3},Y_zVcMYpH:{value:transition2},YfE7GkIgs:{value:transition2},YN6rrL7bf:{value:transition2},zP6hFYX4o:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-lmkala\",className,classNames),\"data-framer-name\":\"Start 60\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sDM4UkJ1f\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bCFPhWM8I:{\"data-framer-name\":\"Start 50\"},Bd8SD_6RF:{\"data-framer-name\":\"Pause\",\"data-highlight\":undefined},DwTeWiL0Y:{\"data-framer-name\":\"20-90\"},FIp5KhDpS:{\"data-framer-name\":\"End\",\"data-highlight\":undefined},fOyfKh169:{\"data-framer-name\":\"8\"},fRxVtCfZc:{\"data-framer-name\":\"7\"},fwjGreM5L:{\"data-framer-name\":\"50-90\"},GrEtKwZpV:{\"data-framer-name\":\"30-90\"},kA1NzRUP_:{\"data-framer-name\":\"2\"},kbjoYg8Ds:{\"data-framer-name\":\"5\"},Kr8l3JspA:{\"data-framer-name\":\"3\"},lNhu4X6TI:{\"data-framer-name\":\"6\"},nfyAuZwZ2:{\"data-framer-name\":\"70-90\"},nrngR1DOm:{\"data-framer-name\":\"1\"},q3F4wrWgL:{\"data-framer-name\":\"60-90\"},RAFY1xfFk:{\"data-framer-name\":\"10-90\"},sgNeSsJit:{\"data-framer-name\":\"40-90\"},tSBbfveCG:{\"data-framer-name\":\"100-90\",\"data-highlight\":undefined},Y_zVcMYpH:{\"data-framer-name\":\"4\"},YfE7GkIgs:{\"data-framer-name\":\"9\"},YN6rrL7bf:{\"data-framer-name\":\"90-90\"},zP6hFYX4o:{\"data-framer-name\":\"80-90\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"0%\"})}),className:\"framer-16x36kb\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"mCxH3wvTF\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DwTeWiL0Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"20%\"})})},FIp5KhDpS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"60%\"})})},fOyfKh169:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"56%\"})})},fRxVtCfZc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"54%\"})})},fwjGreM5L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"40%\"})})},GrEtKwZpV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"30%\"})})},kA1NzRUP_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"20%\"})})},kbjoYg8Ds:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"50%\"})})},Kr8l3JspA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"30%\"})})},lNhu4X6TI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"52%\"})})},nfyAuZwZ2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"44%\"})})},nrngR1DOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"10%\"})})},q3F4wrWgL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"42%\"})})},RAFY1xfFk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"10%\"})})},sgNeSsJit:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"35%\"})})},tSBbfveCG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"50%\"})})},Y_zVcMYpH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"40%\"})})},YfE7GkIgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"58%\"})})},YN6rrL7bf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"48%\"})})},zP6hFYX4o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"46%\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pEkur.framer-1dtyh7w, .framer-pEkur .framer-1dtyh7w { display: block; }\",\".framer-pEkur.framer-lmkala { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 130px; }\",\".framer-pEkur .framer-16x36kb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pEkur.framer-lmkala { gap: 0px; } .framer-pEkur.framer-lmkala > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pEkur.framer-lmkala > :first-child { margin-top: 0px; } .framer-pEkur.framer-lmkala > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nrngR1DOm\":{\"layout\":[\"fixed\",\"fixed\"]},\"kA1NzRUP_\":{\"layout\":[\"fixed\",\"fixed\"]},\"Kr8l3JspA\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y_zVcMYpH\":{\"layout\":[\"fixed\",\"fixed\"]},\"kbjoYg8Ds\":{\"layout\":[\"fixed\",\"fixed\"]},\"lNhu4X6TI\":{\"layout\":[\"fixed\",\"fixed\"]},\"fRxVtCfZc\":{\"layout\":[\"fixed\",\"fixed\"]},\"fOyfKh169\":{\"layout\":[\"fixed\",\"fixed\"]},\"YfE7GkIgs\":{\"layout\":[\"fixed\",\"fixed\"]},\"FIp5KhDpS\":{\"layout\":[\"fixed\",\"fixed\"]},\"bCFPhWM8I\":{\"layout\":[\"fixed\",\"fixed\"]},\"RAFY1xfFk\":{\"layout\":[\"fixed\",\"fixed\"]},\"DwTeWiL0Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"GrEtKwZpV\":{\"layout\":[\"fixed\",\"fixed\"]},\"sgNeSsJit\":{\"layout\":[\"fixed\",\"fixed\"]},\"fwjGreM5L\":{\"layout\":[\"fixed\",\"fixed\"]},\"q3F4wrWgL\":{\"layout\":[\"fixed\",\"fixed\"]},\"nfyAuZwZ2\":{\"layout\":[\"fixed\",\"fixed\"]},\"zP6hFYX4o\":{\"layout\":[\"fixed\",\"fixed\"]},\"YN6rrL7bf\":{\"layout\":[\"fixed\",\"fixed\"]},\"tSBbfveCG\":{\"layout\":[\"fixed\",\"fixed\"]},\"Bd8SD_6RF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerj9NBevuvT=withCSS(Component,css,\"framer-pEkur\");export default Framerj9NBevuvT;Framerj9NBevuvT.displayName=\"Percentage\";Framerj9NBevuvT.defaultProps={height:80,width:130};addPropertyControls(Framerj9NBevuvT,{variant:{options:[\"sDM4UkJ1f\",\"nrngR1DOm\",\"kA1NzRUP_\",\"Kr8l3JspA\",\"Y_zVcMYpH\",\"kbjoYg8Ds\",\"lNhu4X6TI\",\"fRxVtCfZc\",\"fOyfKh169\",\"YfE7GkIgs\",\"FIp5KhDpS\",\"bCFPhWM8I\",\"RAFY1xfFk\",\"DwTeWiL0Y\",\"GrEtKwZpV\",\"sgNeSsJit\",\"fwjGreM5L\",\"q3F4wrWgL\",\"nfyAuZwZ2\",\"zP6hFYX4o\",\"YN6rrL7bf\",\"tSBbfveCG\",\"Bd8SD_6RF\"],optionTitles:[\"Start 60\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"End\",\"Start 50\",\"10-90\",\"20-90\",\"30-90\",\"40-90\",\"50-90\",\"60-90\",\"70-90\",\"80-90\",\"90-90\",\"100-90\",\"Pause\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerj9NBevuvT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj9NBevuvT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nrngR1DOm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kA1NzRUP_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Kr8l3JspA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y_zVcMYpH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kbjoYg8Ds\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lNhu4X6TI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fRxVtCfZc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fOyfKh169\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YfE7GkIgs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FIp5KhDpS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bCFPhWM8I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RAFY1xfFk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DwTeWiL0Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GrEtKwZpV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sgNeSsJit\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fwjGreM5L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q3F4wrWgL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nfyAuZwZ2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zP6hFYX4o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YN6rrL7bf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tSBbfveCG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Bd8SD_6RF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"130\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./j9NBevuvT.map", "// Generated by Framer (63c002f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"FjzwCl8FM\",\"rIIUpeu9e\",\"d93QAwKEb\",\"ASFQXJ4jN\",\"CF8B6NQgu\",\"Q2gQIXV3Z\",\"CD4ej9nUi\",\"ias20a6SU\",\"BVbxZWKNF\"];const serializationHash=\"framer-ImwO5\";const variantClassNames={ASFQXJ4jN:\"framer-v-120zqli\",BVbxZWKNF:\"framer-v-vnd9i8\",CD4ej9nUi:\"framer-v-rz8fp5\",CF8B6NQgu:\"framer-v-whah8s\",d93QAwKEb:\"framer-v-k18ox3\",FjzwCl8FM:\"framer-v-vfix2w\",ias20a6SU:\"framer-v-1cdl0i9\",Q2gQIXV3Z:\"framer-v-c2hjbd\",rIIUpeu9e:\"framer-v-59ogc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:.1,duration:2.8,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"End-Environment\":\"rIIUpeu9e\",\"End-labour\":\"ASFQXJ4jN\",\"End-procurement\":\"CD4ej9nUi\",\"Pause-environment\":\"CF8B6NQgu\",\"Pause-labour\":\"ias20a6SU\",\"Pause-Procurement\":\"BVbxZWKNF\",\"Start-Environment\":\"FjzwCl8FM\",\"Start-labour\":\"d93QAwKEb\",\"Start-procurement\":\"Q2gQIXV3Z\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FjzwCl8FM\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FjzwCl8FM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1q4wm84=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rIIUpeu9e\"),200);});const onAppear588j1t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ASFQXJ4jN\"),500);});const onAppear1wyaxlj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CD4ej9nUi\"),500);});useOnVariantChange(baseVariant,{ASFQXJ4jN:undefined,BVbxZWKNF:undefined,CD4ej9nUi:undefined,CF8B6NQgu:undefined,d93QAwKEb:onAppear588j1t,default:onAppear1q4wm84,ias20a6SU:undefined,Q2gQIXV3Z:onAppear1wyaxlj});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vfix2w\",className,classNames),\"data-framer-name\":\"Start-Environment\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FjzwCl8FM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(132, 166, 166, 0.3)\",...style},variants:{ASFQXJ4jN:{backgroundColor:\"var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, rgb(191, 222, 243))\"},BVbxZWKNF:{backgroundColor:\"rgba(240, 245, 215, 0.8)\"},CD4ej9nUi:{backgroundColor:\"rgba(240, 245, 215, 0.8)\"},d93QAwKEb:{backgroundColor:\"var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, rgb(191, 222, 243))\"},ias20a6SU:{backgroundColor:\"var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, rgb(191, 222, 243))\"},Q2gQIXV3Z:{backgroundColor:\"rgba(240, 245, 215, 0.8)\"}},...addPropertyOverrides({ASFQXJ4jN:{\"data-framer-name\":\"End-labour\",\"data-highlight\":undefined},BVbxZWKNF:{\"data-framer-name\":\"Pause-Procurement\",\"data-highlight\":undefined},CD4ej9nUi:{\"data-framer-name\":\"End-procurement\",\"data-highlight\":undefined},CF8B6NQgu:{\"data-framer-name\":\"Pause-environment\",\"data-highlight\":undefined},d93QAwKEb:{\"data-framer-name\":\"Start-labour\"},ias20a6SU:{\"data-framer-name\":\"Pause-labour\",\"data-highlight\":undefined},Q2gQIXV3Z:{\"data-framer-name\":\"Start-procurement\"},rIIUpeu9e:{\"data-framer-name\":\"End-Environment\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-met0ty\",\"data-framer-name\":\"Slide\",layoutDependency:layoutDependency,layoutId:\"s8teOtbmo\",style:{backgroundColor:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},variants:{ASFQXJ4jN:{backgroundColor:\"var(--token-b7d9282d-37be-4c6b-abb9-934ca67cde7a, rgb(128, 188, 230))\"},BVbxZWKNF:{backgroundColor:\"var(--token-5b6be914-4cd6-4b87-8045-98a098cc25cf, rgb(240, 245, 215))\"},CD4ej9nUi:{backgroundColor:\"rgb(201, 217, 124)\"},CF8B6NQgu:{backgroundColor:\"rgba(132, 166, 166, 0.6)\"},d93QAwKEb:{backgroundColor:\"var(--token-b7d9282d-37be-4c6b-abb9-934ca67cde7a, rgb(128, 188, 230))\"},ias20a6SU:{backgroundColor:\"rgba(191, 222, 243, 0.8)\"},Q2gQIXV3Z:{backgroundColor:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\"}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ImwO5.framer-18smxe6, .framer-ImwO5 .framer-18smxe6 { display: block; }\",\".framer-ImwO5.framer-vfix2w { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-ImwO5 .framer-met0ty { flex: none; height: 100%; overflow: hidden; position: relative; width: 0%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ImwO5.framer-vfix2w { gap: 0px; } .framer-ImwO5.framer-vfix2w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ImwO5.framer-vfix2w > :first-child { margin-left: 0px; } .framer-ImwO5.framer-vfix2w > :last-child { margin-right: 0px; } }\",\".framer-ImwO5.framer-v-59ogc .framer-met0ty { width: 60%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ImwO5.framer-v-k18ox3 .framer-met0ty { z-index: 2; }\",\".framer-ImwO5.framer-v-120zqli .framer-met0ty { width: 60%; }\",\".framer-ImwO5.framer-v-c2hjbd .framer-met0ty { z-index: 6; }\",\".framer-ImwO5.framer-v-rz8fp5 .framer-met0ty { width: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rIIUpeu9e\":{\"layout\":[\"fixed\",\"fixed\"]},\"d93QAwKEb\":{\"layout\":[\"fixed\",\"fixed\"]},\"ASFQXJ4jN\":{\"layout\":[\"fixed\",\"fixed\"]},\"CF8B6NQgu\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q2gQIXV3Z\":{\"layout\":[\"fixed\",\"fixed\"]},\"CD4ej9nUi\":{\"layout\":[\"fixed\",\"fixed\"]},\"ias20a6SU\":{\"layout\":[\"fixed\",\"fixed\"]},\"BVbxZWKNF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertUB56J4OC=withCSS(Component,css,\"framer-ImwO5\");export default FramertUB56J4OC;FramertUB56J4OC.displayName=\"Slider\";FramertUB56J4OC.defaultProps={height:30,width:800};addPropertyControls(FramertUB56J4OC,{variant:{options:[\"FjzwCl8FM\",\"rIIUpeu9e\",\"d93QAwKEb\",\"ASFQXJ4jN\",\"CF8B6NQgu\",\"Q2gQIXV3Z\",\"CD4ej9nUi\",\"ias20a6SU\",\"BVbxZWKNF\"],optionTitles:[\"Start-Environment\",\"End-Environment\",\"Start-labour\",\"End-labour\",\"Pause-environment\",\"Start-procurement\",\"End-procurement\",\"Pause-labour\",\"Pause-Procurement\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertUB56J4OC,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertUB56J4OC\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rIIUpeu9e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d93QAwKEb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ASFQXJ4jN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CF8B6NQgu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q2gQIXV3Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CD4ej9nUi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ias20a6SU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BVbxZWKNF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"30\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tUB56J4OC.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/anOAoTYVc10Hf6q8MEBZ/k01nwtyeQPQp2ViNgmiZ/J6PlvhcBO.js\";import Percentage from\"https://framerusercontent.com/modules/fD0Zrsv7ojgVUo7tSokR/RnHWFo1h6iHB3sLdFMZG/j9NBevuvT.js\";import Slider from\"https://framerusercontent.com/modules/oM6BAnNfTiTLulyXEaEg/37FE9y9sU5Y5unIoLImg/tUB56J4OC.js\";const PercentageFonts=getFonts(Percentage);const PercentageWithVariantAppearEffect=withVariantAppearEffect(Percentage);const SliderFonts=getFonts(Slider);const SliderWithVariantAppearEffect=withVariantAppearEffect(Slider);const MotionDivWithFX=withFX(motion.div);const PercentageControls=getPropertyControls(Percentage);const cycleOrder=[\"qr0HxE88e\",\"zYgFrz5z7\",\"AodtiN51P\",\"YIU7SxPgg\"];const serializationHash=\"framer-thlRz\";const variantClassNames={AodtiN51P:\"framer-v-184nqo\",qr0HxE88e:\"framer-v-12ej2ns\",YIU7SxPgg:\"framer-v-bbsiru\",zYgFrz5z7:\"framer-v-vs6in2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition2={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"1\":\"nrngR1DOm\",\"10-90\":\"RAFY1xfFk\",\"100-90\":\"tSBbfveCG\",\"2\":\"kA1NzRUP_\",\"20-90\":\"DwTeWiL0Y\",\"3\":\"Kr8l3JspA\",\"30-90\":\"GrEtKwZpV\",\"4\":\"Y_zVcMYpH\",\"40-90\":\"sgNeSsJit\",\"5\":\"kbjoYg8Ds\",\"50-90\":\"fwjGreM5L\",\"6\":\"lNhu4X6TI\",\"60-90\":\"q3F4wrWgL\",\"7\":\"fRxVtCfZc\",\"70-90\":\"nfyAuZwZ2\",\"8\":\"fOyfKh169\",\"80-90\":\"zP6hFYX4o\",\"9\":\"YfE7GkIgs\",\"90-90\":\"YN6rrL7bf\",\"Start 50\":\"bCFPhWM8I\",\"Start 60\":\"sDM4UkJ1f\",End:\"FIp5KhDpS\",Pause:\"Bd8SD_6RF\"};const humanReadableVariantMap={Desktop:\"qr0HxE88e\",Mobile:\"YIU7SxPgg\",Tablet:\"AodtiN51P\",Wide:\"zYgFrz5z7\"};const getProps=({height,id,percentage1,percentage2,percentage3,percentage4,text1,text2,text3,text4,title1,title2,title3,title4,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableEnumMap_percentage4,_ref4,_ref5,_ref6,_humanReadableEnumMap_percentage2,_ref7,_ref8,_humanReadableEnumMap_percentage3,_ref9,_ref10,_ref11,_ref12,_humanReadableVariantMap_props_variant,_ref13,_ref14,_humanReadableEnumMap_percentage1,_ref15,_ref16;return{...props,bNKrstIYo:(_ref=text2!==null&&text2!==void 0?text2:props.bNKrstIYo)!==null&&_ref!==void 0?_ref:\"Skanem's ECOVADIS Score\",EqF4aKnDZ:(_ref1=text3!==null&&text3!==void 0?text3:props.EqF4aKnDZ)!==null&&_ref1!==void 0?_ref1:\"Skanem's ECOVADIS Score\",FmjzvddTS:(_ref2=text4!==null&&text4!==void 0?text4:props.FmjzvddTS)!==null&&_ref2!==void 0?_ref2:\"Skanem's ECOVADIS Score\",hf38HtGPP:(_ref3=text1!==null&&text1!==void 0?text1:props.hf38HtGPP)!==null&&_ref3!==void 0?_ref3:\"Skanem's ECOVADIS Score\",HFnPurKa1:(_ref5=(_ref4=(_humanReadableEnumMap_percentage4=humanReadableEnumMap[percentage4])!==null&&_humanReadableEnumMap_percentage4!==void 0?_humanReadableEnumMap_percentage4:percentage4)!==null&&_ref4!==void 0?_ref4:props.HFnPurKa1)!==null&&_ref5!==void 0?_ref5:\"Bd8SD_6RF\",Ii30H6ag3:(_ref6=title1!==null&&title1!==void 0?title1:props.Ii30H6ag3)!==null&&_ref6!==void 0?_ref6:\"Environment\",KbU7WRg1H:(_ref8=(_ref7=(_humanReadableEnumMap_percentage2=humanReadableEnumMap[percentage2])!==null&&_humanReadableEnumMap_percentage2!==void 0?_humanReadableEnumMap_percentage2:percentage2)!==null&&_ref7!==void 0?_ref7:props.KbU7WRg1H)!==null&&_ref8!==void 0?_ref8:\"Bd8SD_6RF\",O_J71RmVa:(_ref10=(_ref9=(_humanReadableEnumMap_percentage3=humanReadableEnumMap[percentage3])!==null&&_humanReadableEnumMap_percentage3!==void 0?_humanReadableEnumMap_percentage3:percentage3)!==null&&_ref9!==void 0?_ref9:props.O_J71RmVa)!==null&&_ref10!==void 0?_ref10:\"Bd8SD_6RF\",Tmzl95VgL:(_ref11=title4!==null&&title4!==void 0?title4:props.Tmzl95VgL)!==null&&_ref11!==void 0?_ref11:\"Sustainable Procurement\",uwbjz0ZGZ:(_ref12=title2!==null&&title2!==void 0?title2:props.uwbjz0ZGZ)!==null&&_ref12!==void 0?_ref12:\"Labour & Human Rights\",variant:(_ref13=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref13!==void 0?_ref13:\"qr0HxE88e\",ym04hdrNm:(_ref14=title3!==null&&title3!==void 0?title3:props.ym04hdrNm)!==null&&_ref14!==void 0?_ref14:\"Ethics\",zn4052RA5:(_ref16=(_ref15=(_humanReadableEnumMap_percentage1=humanReadableEnumMap[percentage1])!==null&&_humanReadableEnumMap_percentage1!==void 0?_humanReadableEnumMap_percentage1:percentage1)!==null&&_ref15!==void 0?_ref15:props.zn4052RA5)!==null&&_ref16!==void 0?_ref16:\"Bd8SD_6RF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Ii30H6ag3,hf38HtGPP,zn4052RA5,uwbjz0ZGZ,bNKrstIYo,KbU7WRg1H,ym04hdrNm,EqF4aKnDZ,O_J71RmVa,Tmzl95VgL,FmjzvddTS,HFnPurKa1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qr0HxE88e\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12ej2ns\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qr0HxE88e\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AodtiN51P:{\"data-framer-name\":\"Tablet\"},YIU7SxPgg:{\"data-framer-name\":\"Mobile\"},zYgFrz5z7:{\"data-framer-name\":\"Wide\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hxe3y9\",\"data-framer-name\":\"Cost and frustration container\",layoutDependency:layoutDependency,layoutId:\"y9SX3MXHt\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-qxd2wz\",\"data-framer-name\":\"Cost saved\",layoutDependency:layoutDependency,layoutId:\"iDj1Xgbzz\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ltc3j\",layoutDependency:layoutDependency,layoutId:\"l8VVQxvib\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kkaii8\",layoutDependency:layoutDependency,layoutId:\"ujc6lNBix\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIEJvbGQ=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Bold\", \"Sarvatrik Devanagari Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Environment\"})}),className:\"framer-8v8kpl\",fonts:[\"CUSTOM;Sarvatrik Devanagari Bold\"],layoutDependency:layoutDependency,layoutId:\"Dua8pPtGE\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Ii30H6ag3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"Skanem's ECOVADIS Score\"})}),className:\"framer-1sdkm03\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OnAE2UGDa\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hf38HtGPP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0,...addPropertyOverrides({AodtiN51P:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+0},YIU7SxPgg:{height:333,width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px) * 0.3)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vulfwp-container\",layoutDependency:layoutDependency,layoutId:\"JKBhUhQdq-container\",children:/*#__PURE__*/_jsx(PercentageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Bd8SD_6RF\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"sDM4UkJ1f\",height:\"100%\",id:\"JKBhUhQdq\",layoutId:\"JKBhUhQdq\",style:{height:\"100%\",width:\"100%\"},variant:zn4052RA5,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:`min(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 2, 1px), 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+129,...addPropertyOverrides({AodtiN51P:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+129},YIU7SxPgg:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+362}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-prv3h0-container\",layoutDependency:layoutDependency,layoutId:\"CMmoU9PuI-container\",children:/*#__PURE__*/_jsx(SliderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"CF8B6NQgu\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"FjzwCl8FM\",height:\"100%\",id:\"CMmoU9PuI\",layoutId:\"CMmoU9PuI\",style:{width:\"100%\"},variant:\"CF8B6NQgu\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-153z7ei\",\"data-framer-name\":\"Cost saved\",layoutDependency:layoutDependency,layoutId:\"LnqwZA1ex\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-120ktq0\",layoutDependency:layoutDependency,layoutId:\"qbJq10Wv1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-menzim\",layoutDependency:layoutDependency,layoutId:\"OUrSNugyh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIEJvbGQ=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Bold\", \"Sarvatrik Devanagari Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Labour & Human Rights\"})}),className:\"framer-hqoq46\",fonts:[\"CUSTOM;Sarvatrik Devanagari Bold\"],layoutDependency:layoutDependency,layoutId:\"mZn8MyFyB\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:uwbjz0ZGZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"Skanem's ECOVADIS Score\"})}),className:\"framer-1e3jxe8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aSiurQd4s\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:bNKrstIYo,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+0,...addPropertyOverrides({AodtiN51P:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+199+0+0+0+0},YIU7SxPgg:{height:333,width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px) * 0.3)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+432+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uu3hcj-container\",layoutDependency:layoutDependency,layoutId:\"gWnsvqLDI-container\",children:/*#__PURE__*/_jsx(PercentageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Bd8SD_6RF\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"sDM4UkJ1f\",height:\"100%\",id:\"gWnsvqLDI\",layoutId:\"gWnsvqLDI\",style:{height:\"100%\",width:\"100%\"},variant:KbU7WRg1H,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:`min(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 2, 1px), 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+129,...addPropertyOverrides({AodtiN51P:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+199+0+129},YIU7SxPgg:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+432+0+362}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19ukh8g-container\",layoutDependency:layoutDependency,layoutId:\"kL4oJG3vT-container\",children:/*#__PURE__*/_jsx(SliderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"ias20a6SU\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"d93QAwKEb\",height:\"100%\",id:\"kL4oJG3vT\",layoutId:\"kL4oJG3vT\",style:{width:\"100%\"},variant:\"ias20a6SU\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uqy1pn\",\"data-framer-name\":\"Cost and frustration container\",layoutDependency:layoutDependency,layoutId:\"tjzG0FGpy\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-18id4fl\",\"data-framer-name\":\"Cost saved\",layoutDependency:layoutDependency,layoutId:\"SGeiSMROK\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qcm6rv\",layoutDependency:layoutDependency,layoutId:\"P7fDlDgw3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1frydkg\",layoutDependency:layoutDependency,layoutId:\"v4un3es31\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIEJvbGQ=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Bold\", \"Sarvatrik Devanagari Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Ethics\"})}),className:\"framer-quye9z\",fonts:[\"CUSTOM;Sarvatrik Devanagari Bold\"],layoutDependency:layoutDependency,layoutId:\"C1ygNvJyf\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ym04hdrNm,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"Skanem's ECOVADIS Score\"})}),className:\"framer-8e5i1m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RIeqGnxGa\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EqF4aKnDZ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+159+0+0+0+0+0,...addPropertyOverrides({AodtiN51P:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+398+0+0+0+0+0+0},YIU7SxPgg:{height:333,width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px) * 0.3)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+864+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mibxng-container\",layoutDependency:layoutDependency,layoutId:\"ix6y18anN-container\",children:/*#__PURE__*/_jsx(PercentageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Bd8SD_6RF\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"sDM4UkJ1f\",height:\"100%\",id:\"ix6y18anN\",layoutId:\"ix6y18anN\",style:{height:\"100%\",width:\"100%\"},variant:O_J71RmVa,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:`min(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 2, 1px), 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+159+0+0+129,...addPropertyOverrides({AodtiN51P:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+398+0+0+0+129},YIU7SxPgg:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+864+0+0+0+362}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ar5ogs-container\",layoutDependency:layoutDependency,layoutId:\"cjk9jgIHf-container\",children:/*#__PURE__*/_jsx(SliderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"CF8B6NQgu\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"FjzwCl8FM\",height:\"100%\",id:\"cjk9jgIHf\",layoutId:\"cjk9jgIHf\",style:{width:\"100%\"},variant:\"CF8B6NQgu\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-x3m4uh\",\"data-framer-name\":\"Cost saved\",layoutDependency:layoutDependency,layoutId:\"rpQs6KENU\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1grprcm\",layoutDependency:layoutDependency,layoutId:\"zYjQyPZml\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w3ehoc\",layoutDependency:layoutDependency,layoutId:\"yJZzxWURw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIEJvbGQ=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Bold\", \"Sarvatrik Devanagari Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78)))\"},children:\"Sustainable Procurement\"})}),className:\"framer-g9y44i\",fonts:[\"CUSTOM;Sarvatrik Devanagari Bold\"],layoutDependency:layoutDependency,layoutId:\"cpdH_aoJE\",style:{\"--extracted-r6o4lv\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Tmzl95VgL,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"Skanem's ECOVADIS Score\"})}),className:\"framer-2610dl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FXIEwGnT5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:FmjzvddTS,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"130px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+159+0+0+0+0+0,...addPropertyOverrides({AodtiN51P:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+398+0+199+0+0+0+0},YIU7SxPgg:{height:333,width:`calc(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px) * 0.3)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+864+0+432+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h1bu9k-container\",layoutDependency:layoutDependency,layoutId:\"c04pFPIZn-container\",children:/*#__PURE__*/_jsx(PercentageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Bd8SD_6RF\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"bCFPhWM8I\",height:\"100%\",id:\"c04pFPIZn\",layoutId:\"c04pFPIZn\",style:{height:\"100%\",width:\"100%\"},variant:HFnPurKa1,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:`min(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 2, 1px), 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+159+0+0+129,...addPropertyOverrides({AodtiN51P:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+398+0+199+0+129},YIU7SxPgg:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1500px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+864+0+432+0+362}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1epujmi-container\",layoutDependency:layoutDependency,layoutId:\"N48wOAbn7-container\",children:/*#__PURE__*/_jsx(SliderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"BVbxZWKNF\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"Q2gQIXV3Z\",height:\"100%\",id:\"N48wOAbn7\",layoutId:\"N48wOAbn7\",style:{width:\"100%\"},variant:\"BVbxZWKNF\",width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-thlRz.framer-sypmoj, .framer-thlRz .framer-sypmoj { display: block; }\",\".framer-thlRz.framer-12ej2ns { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-thlRz .framer-1hxe3y9, .framer-thlRz .framer-1uqy1pn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-thlRz .framer-qxd2wz, .framer-thlRz .framer-153z7ei, .framer-thlRz .framer-18id4fl, .framer-thlRz .framer-x3m4uh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; max-width: 1500px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-thlRz .framer-3ltc3j, .framer-thlRz .framer-120ktq0, .framer-thlRz .framer-1qcm6rv, .framer-thlRz .framer-1grprcm { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-thlRz .framer-kkaii8, .framer-thlRz .framer-menzim, .framer-thlRz .framer-1frydkg, .framer-thlRz .framer-w3ehoc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 327px; }\",\".framer-thlRz .framer-8v8kpl, .framer-thlRz .framer-1sdkm03, .framer-thlRz .framer-hqoq46, .framer-thlRz .framer-1e3jxe8, .framer-thlRz .framer-quye9z, .framer-thlRz .framer-8e5i1m, .framer-thlRz .framer-g9y44i, .framer-thlRz .framer-2610dl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-thlRz .framer-1vulfwp-container, .framer-thlRz .framer-1uu3hcj-container, .framer-thlRz .framer-mibxng-container, .framer-thlRz .framer-h1bu9k-container { flex: none; height: 100px; position: relative; width: 130px; }\",\".framer-thlRz .framer-prv3h0-container, .framer-thlRz .framer-19ukh8g-container, .framer-thlRz .framer-ar5ogs-container, .framer-thlRz .framer-1epujmi-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-thlRz.framer-12ej2ns, .framer-thlRz .framer-1hxe3y9, .framer-thlRz .framer-qxd2wz, .framer-thlRz .framer-kkaii8, .framer-thlRz .framer-153z7ei, .framer-thlRz .framer-menzim, .framer-thlRz .framer-1uqy1pn, .framer-thlRz .framer-18id4fl, .framer-thlRz .framer-1frydkg, .framer-thlRz .framer-x3m4uh, .framer-thlRz .framer-w3ehoc { gap: 0px; } .framer-thlRz.framer-12ej2ns > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-thlRz.framer-12ej2ns > :first-child, .framer-thlRz .framer-qxd2wz > :first-child, .framer-thlRz .framer-kkaii8 > :first-child, .framer-thlRz .framer-153z7ei > :first-child, .framer-thlRz .framer-menzim > :first-child, .framer-thlRz .framer-18id4fl > :first-child, .framer-thlRz .framer-1frydkg > :first-child, .framer-thlRz .framer-x3m4uh > :first-child, .framer-thlRz .framer-w3ehoc > :first-child { margin-top: 0px; } .framer-thlRz.framer-12ej2ns > :last-child, .framer-thlRz .framer-qxd2wz > :last-child, .framer-thlRz .framer-kkaii8 > :last-child, .framer-thlRz .framer-153z7ei > :last-child, .framer-thlRz .framer-menzim > :last-child, .framer-thlRz .framer-18id4fl > :last-child, .framer-thlRz .framer-1frydkg > :last-child, .framer-thlRz .framer-x3m4uh > :last-child, .framer-thlRz .framer-w3ehoc > :last-child { margin-bottom: 0px; } .framer-thlRz .framer-1hxe3y9 > *, .framer-thlRz .framer-1uqy1pn > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-thlRz .framer-1hxe3y9 > :first-child, .framer-thlRz .framer-1uqy1pn > :first-child { margin-left: 0px; } .framer-thlRz .framer-1hxe3y9 > :last-child, .framer-thlRz .framer-1uqy1pn > :last-child { margin-right: 0px; } .framer-thlRz .framer-qxd2wz > *, .framer-thlRz .framer-153z7ei > *, .framer-thlRz .framer-18id4fl > *, .framer-thlRz .framer-x3m4uh > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-thlRz .framer-kkaii8 > *, .framer-thlRz .framer-menzim > *, .framer-thlRz .framer-1frydkg > *, .framer-thlRz .framer-w3ehoc > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-thlRz.framer-v-vs6in2.framer-12ej2ns { width: 1920px; }\",\".framer-thlRz.framer-v-184nqo.framer-12ej2ns { gap: 40px; width: 810px; }\",\".framer-thlRz.framer-v-184nqo .framer-1hxe3y9, .framer-thlRz.framer-v-184nqo .framer-1uqy1pn, .framer-thlRz.framer-v-bbsiru .framer-1hxe3y9, .framer-thlRz.framer-v-bbsiru .framer-1uqy1pn { flex-direction: column; gap: 40px; }\",\".framer-thlRz.framer-v-184nqo .framer-qxd2wz, .framer-thlRz.framer-v-184nqo .framer-153z7ei, .framer-thlRz.framer-v-184nqo .framer-18id4fl, .framer-thlRz.framer-v-184nqo .framer-x3m4uh, .framer-thlRz.framer-v-bbsiru .framer-qxd2wz, .framer-thlRz.framer-v-bbsiru .framer-153z7ei, .framer-thlRz.framer-v-bbsiru .framer-18id4fl, .framer-thlRz.framer-v-bbsiru .framer-x3m4uh { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-thlRz.framer-v-184nqo.framer-12ej2ns, .framer-thlRz.framer-v-184nqo .framer-1hxe3y9, .framer-thlRz.framer-v-184nqo .framer-1uqy1pn { gap: 0px; } .framer-thlRz.framer-v-184nqo.framer-12ej2ns > *, .framer-thlRz.framer-v-184nqo .framer-1hxe3y9 > *, .framer-thlRz.framer-v-184nqo .framer-1uqy1pn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-thlRz.framer-v-184nqo.framer-12ej2ns > :first-child, .framer-thlRz.framer-v-184nqo .framer-1hxe3y9 > :first-child, .framer-thlRz.framer-v-184nqo .framer-1uqy1pn > :first-child { margin-top: 0px; } .framer-thlRz.framer-v-184nqo.framer-12ej2ns > :last-child, .framer-thlRz.framer-v-184nqo .framer-1hxe3y9 > :last-child, .framer-thlRz.framer-v-184nqo .framer-1uqy1pn > :last-child { margin-bottom: 0px; } }\",\".framer-thlRz.framer-v-bbsiru.framer-12ej2ns { gap: 40px; width: 390px; }\",\".framer-thlRz.framer-v-bbsiru .framer-kkaii8 { order: 0; width: 70%; }\",\".framer-thlRz.framer-v-bbsiru .framer-8v8kpl, .framer-thlRz.framer-v-bbsiru .framer-1sdkm03, .framer-thlRz.framer-v-bbsiru .framer-hqoq46, .framer-thlRz.framer-v-bbsiru .framer-1e3jxe8, .framer-thlRz.framer-v-bbsiru .framer-quye9z, .framer-thlRz.framer-v-bbsiru .framer-8e5i1m, .framer-thlRz.framer-v-bbsiru .framer-g9y44i, .framer-thlRz.framer-v-bbsiru .framer-2610dl { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-thlRz.framer-v-bbsiru .framer-1vulfwp-container { align-self: stretch; height: auto; order: 1; width: 30%; }\",\".framer-thlRz.framer-v-bbsiru .framer-menzim, .framer-thlRz.framer-v-bbsiru .framer-1frydkg, .framer-thlRz.framer-v-bbsiru .framer-w3ehoc { width: 70%; }\",\".framer-thlRz.framer-v-bbsiru .framer-1uu3hcj-container, .framer-thlRz.framer-v-bbsiru .framer-mibxng-container, .framer-thlRz.framer-v-bbsiru .framer-h1bu9k-container { align-self: stretch; height: auto; width: 30%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-thlRz.framer-v-bbsiru.framer-12ej2ns, .framer-thlRz.framer-v-bbsiru .framer-1hxe3y9, .framer-thlRz.framer-v-bbsiru .framer-1uqy1pn { gap: 0px; } .framer-thlRz.framer-v-bbsiru.framer-12ej2ns > *, .framer-thlRz.framer-v-bbsiru .framer-1hxe3y9 > *, .framer-thlRz.framer-v-bbsiru .framer-1uqy1pn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-thlRz.framer-v-bbsiru.framer-12ej2ns > :first-child, .framer-thlRz.framer-v-bbsiru .framer-1hxe3y9 > :first-child, .framer-thlRz.framer-v-bbsiru .framer-1uqy1pn > :first-child { margin-top: 0px; } .framer-thlRz.framer-v-bbsiru.framer-12ej2ns > :last-child, .framer-thlRz.framer-v-bbsiru .framer-1hxe3y9 > :last-child, .framer-thlRz.framer-v-bbsiru .framer-1uqy1pn > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 318\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zYgFrz5z7\":{\"layout\":[\"fixed\",\"auto\"]},\"AodtiN51P\":{\"layout\":[\"fixed\",\"auto\"]},\"YIU7SxPgg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Ii30H6ag3\":\"title1\",\"hf38HtGPP\":\"text1\",\"zn4052RA5\":\"percentage1\",\"uwbjz0ZGZ\":\"title2\",\"bNKrstIYo\":\"text2\",\"KbU7WRg1H\":\"percentage2\",\"ym04hdrNm\":\"title3\",\"EqF4aKnDZ\":\"text3\",\"O_J71RmVa\":\"percentage3\",\"Tmzl95VgL\":\"title4\",\"FmjzvddTS\":\"text4\",\"HFnPurKa1\":\"percentage4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWnsUkocGf=withCSS(Component,css,\"framer-thlRz\");export default FramerWnsUkocGf;FramerWnsUkocGf.displayName=\"Slider section x4\";FramerWnsUkocGf.defaultProps={height:318,width:1200};addPropertyControls(FramerWnsUkocGf,{variant:{options:[\"qr0HxE88e\",\"zYgFrz5z7\",\"AodtiN51P\",\"YIU7SxPgg\"],optionTitles:[\"Desktop\",\"Wide\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},Ii30H6ag3:{defaultValue:\"Environment\",displayTextArea:false,title:\"Title 1\",type:ControlType.String},hf38HtGPP:{defaultValue:\"Skanem's ECOVADIS Score\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},zn4052RA5:(PercentageControls===null||PercentageControls===void 0?void 0:PercentageControls[\"variant\"])&&{...PercentageControls[\"variant\"],defaultValue:\"Bd8SD_6RF\",description:undefined,hidden:undefined,title:\"Percentage 1\"},uwbjz0ZGZ:{defaultValue:\"Labour & Human Rights\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},bNKrstIYo:{defaultValue:\"Skanem's ECOVADIS Score\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},KbU7WRg1H:(PercentageControls===null||PercentageControls===void 0?void 0:PercentageControls[\"variant\"])&&{...PercentageControls[\"variant\"],defaultValue:\"Bd8SD_6RF\",description:undefined,hidden:undefined,title:\"Percentage 2\"},ym04hdrNm:{defaultValue:\"Ethics\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},EqF4aKnDZ:{defaultValue:\"Skanem's ECOVADIS Score\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},O_J71RmVa:(PercentageControls===null||PercentageControls===void 0?void 0:PercentageControls[\"variant\"])&&{...PercentageControls[\"variant\"],defaultValue:\"Bd8SD_6RF\",description:undefined,hidden:undefined,title:\"Percentage 3\"},Tmzl95VgL:{defaultValue:\"Sustainable Procurement\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},FmjzvddTS:{defaultValue:\"Skanem's ECOVADIS Score\",displayTextArea:false,title:\"Text 4\",type:ControlType.String},HFnPurKa1:(PercentageControls===null||PercentageControls===void 0?void 0:PercentageControls[\"variant\"])&&{...PercentageControls[\"variant\"],defaultValue:\"Bd8SD_6RF\",description:undefined,hidden:undefined,title:\"Percentage 4\"}});addFonts(FramerWnsUkocGf,[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/uAWukGa6WciQIIURoilldBf5Y7I.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PercentageFonts,...SliderFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWnsUkocGf\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Ii30H6ag3\\\":\\\"title1\\\",\\\"hf38HtGPP\\\":\\\"text1\\\",\\\"zn4052RA5\\\":\\\"percentage1\\\",\\\"uwbjz0ZGZ\\\":\\\"title2\\\",\\\"bNKrstIYo\\\":\\\"text2\\\",\\\"KbU7WRg1H\\\":\\\"percentage2\\\",\\\"ym04hdrNm\\\":\\\"title3\\\",\\\"EqF4aKnDZ\\\":\\\"text3\\\",\\\"O_J71RmVa\\\":\\\"percentage3\\\",\\\"Tmzl95VgL\\\":\\\"title4\\\",\\\"FmjzvddTS\\\":\\\"text4\\\",\\\"HFnPurKa1\\\":\\\"percentage4\\\"}\",\"framerIntrinsicHeight\":\"318\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zYgFrz5z7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AodtiN51P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YIU7SxPgg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WnsUkocGf.map", "// Generated by Framer (1be12e0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={mPSPXmlJG:{hover:true},tzPXYeQ1S:{hover:true},XDtDD20Oc:{hover:true}};const cycleOrder=[\"XDtDD20Oc\",\"tzPXYeQ1S\",\"mPSPXmlJG\"];const serializationHash=\"framer-AZfxk\";const variantClassNames={mPSPXmlJG:\"framer-v-1j6cndb\",tzPXYeQ1S:\"framer-v-o4uqvi\",XDtDD20Oc:\"framer-v-4ptff6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone - Pillars\":\"mPSPXmlJG\",Desktop:\"XDtDD20Oc\",Phone:\"tzPXYeQ1S\"};const getProps=({color,height,id,intro,label,link,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,H8mvus_GY:(_ref=label!==null&&label!==void 0?label:props.H8mvus_GY)!==null&&_ref!==void 0?_ref:\"what we do\",nnmtdphEy:(_ref1=color!==null&&color!==void 0?color:props.nnmtdphEy)!==null&&_ref1!==void 0?_ref1:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",P74BETmPA:(_ref2=intro!==null&&intro!==void 0?intro:props.P74BETmPA)!==null&&_ref2!==void 0?_ref2:\"Find out more about\",q9e5LTnHt:link!==null&&link!==void 0?link:props.q9e5LTnHt,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"XDtDD20Oc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,P74BETmPA,nnmtdphEy,H8mvus_GY,q9e5LTnHt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XDtDD20Oc\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tzPXYeQ1S-hover\",\"mPSPXmlJG-hover\"].includes(gestureVariant))return false;if([\"tzPXYeQ1S\",\"mPSPXmlJG\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:q9e5LTnHt,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4ptff6\",className,classNames)} framer-g2ch8q`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XDtDD20Oc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"mPSPXmlJG-hover\":{\"data-framer-name\":undefined},\"tzPXYeQ1S-hover\":{\"data-framer-name\":undefined},\"XDtDD20Oc-hover\":{\"data-framer-name\":undefined},mPSPXmlJG:{\"data-framer-name\":\"Phone - Pillars\"},tzPXYeQ1S:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Find out more about\"})}),className:\"framer-3xijkx\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"UbptH20zM\",style:{\"--extracted-r6o4lv\":\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:P74BETmPA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gaivb\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"DaVgIf7hM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-nnmtdphEy-a2VJDegfY))\"},children:\"what we do\"})}),className:\"framer-1rcy26v\",fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"],layoutDependency:layoutDependency,layoutId:\"lhjEwRe7F\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-nnmtdphEy-a2VJDegfY)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-nnmtdphEy-a2VJDegfY\":nnmtdphEy},text:H8mvus_GY,variants:{mPSPXmlJG:{\"--extracted-r6o4lv\":\"var(--token-f775d073-7a62-4c81-9606-a9f7ff05f17b, rgb(81, 41, 54))\"},tzPXYeQ1S:{\"--extracted-r6o4lv\":\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mPSPXmlJG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f775d073-7a62-4c81-9606-a9f7ff05f17b, rgb(81, 41, 54)))\"},children:\"Sustainable Pillars\"})})},tzPXYeQ1S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)))\"},children:\"What we do\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11bqua3-container\",layoutDependency:layoutDependency,layoutId:\"N_6bgtAnz-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"N_6bgtAnz\",layoutId:\"N_6bgtAnz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({mPSPXmlJG:{color:\"var(--token-f775d073-7a62-4c81-9606-a9f7ff05f17b, rgb(81, 41, 54))\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AZfxk.framer-g2ch8q, .framer-AZfxk .framer-g2ch8q { display: block; }\",\".framer-AZfxk.framer-4ptff6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-AZfxk .framer-3xijkx, .framer-AZfxk .framer-1rcy26v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-AZfxk .framer-1gaivb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 30px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-AZfxk .framer-11bqua3-container { flex: none; height: 30px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AZfxk.framer-4ptff6, .framer-AZfxk .framer-1gaivb { gap: 0px; } .framer-AZfxk.framer-4ptff6 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-AZfxk.framer-4ptff6 > :first-child, .framer-AZfxk .framer-1gaivb > :first-child { margin-left: 0px; } .framer-AZfxk.framer-4ptff6 > :last-child, .framer-AZfxk .framer-1gaivb > :last-child { margin-right: 0px; } .framer-AZfxk .framer-1gaivb > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-AZfxk.framer-v-4ptff6.hover .framer-1gaivb, .framer-AZfxk.framer-v-o4uqvi.hover.framer-4ptff6, .framer-AZfxk.framer-v-o4uqvi.hover .framer-1gaivb, .framer-AZfxk.framer-v-1j6cndb.hover .framer-1gaivb { gap: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AZfxk.framer-v-4ptff6.hover .framer-1gaivb { gap: 0px; } .framer-AZfxk.framer-v-4ptff6.hover .framer-1gaivb > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-AZfxk.framer-v-4ptff6.hover .framer-1gaivb > :first-child { margin-left: 0px; } .framer-AZfxk.framer-v-4ptff6.hover .framer-1gaivb > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AZfxk.framer-v-o4uqvi.hover.framer-4ptff6, .framer-AZfxk.framer-v-o4uqvi.hover .framer-1gaivb { gap: 0px; } .framer-AZfxk.framer-v-o4uqvi.hover.framer-4ptff6 > *, .framer-AZfxk.framer-v-o4uqvi.hover .framer-1gaivb > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-AZfxk.framer-v-o4uqvi.hover.framer-4ptff6 > :first-child, .framer-AZfxk.framer-v-o4uqvi.hover .framer-1gaivb > :first-child { margin-left: 0px; } .framer-AZfxk.framer-v-o4uqvi.hover.framer-4ptff6 > :last-child, .framer-AZfxk.framer-v-o4uqvi.hover .framer-1gaivb > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AZfxk.framer-v-1j6cndb.hover .framer-1gaivb { gap: 0px; } .framer-AZfxk.framer-v-1j6cndb.hover .framer-1gaivb > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-AZfxk.framer-v-1j6cndb.hover .framer-1gaivb > :first-child { margin-left: 0px; } .framer-AZfxk.framer-v-1j6cndb.hover .framer-1gaivb > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 383\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tzPXYeQ1S\":{\"layout\":[\"auto\",\"auto\"]},\"mPSPXmlJG\":{\"layout\":[\"auto\",\"auto\"]},\"h4irSVwkV\":{\"layout\":[\"auto\",\"auto\"]},\"csU8tSdcM\":{\"layout\":[\"auto\",\"auto\"]},\"TOXi28n3p\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"P74BETmPA\":\"intro\",\"nnmtdphEy\":\"color\",\"H8mvus_GY\":\"label\",\"q9e5LTnHt\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framera2VJDegfY=withCSS(Component,css,\"framer-AZfxk\");export default Framera2VJDegfY;Framera2VJDegfY.displayName=\"button_front\";Framera2VJDegfY.defaultProps={height:30,width:383};addPropertyControls(Framera2VJDegfY,{variant:{options:[\"XDtDD20Oc\",\"tzPXYeQ1S\",\"mPSPXmlJG\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone - Pillars\"],title:\"Variant\",type:ControlType.Enum},P74BETmPA:{defaultValue:\"Find out more about\",displayTextArea:false,title:\"Intro\",type:ControlType.String},nnmtdphEy:{defaultValue:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",title:\"Color\",type:ControlType.Color},H8mvus_GY:{defaultValue:\"what we do\",displayTextArea:false,title:\"Label\",type:ControlType.String},q9e5LTnHt:{title:\"Link\",type:ControlType.Link}});addFonts(Framera2VJDegfY,[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/n5QUiniVdRDQedzg2ASjIlpJJE.woff2\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera2VJDegfY\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"P74BETmPA\\\":\\\"intro\\\",\\\"nnmtdphEy\\\":\\\"color\\\",\\\"H8mvus_GY\\\":\\\"label\\\",\\\"q9e5LTnHt\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"30\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tzPXYeQ1S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mPSPXmlJG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"h4irSVwkV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"csU8tSdcM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TOXi28n3p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"383\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./a2VJDegfY.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import Button_front from\"https://framerusercontent.com/modules/a3ToMO3isHeNQ4l6vaga/gOK2N9JQPlhaBf0kh2i0/a2VJDegfY.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const Button_frontFonts=getFonts(Button_front);const VideoControls=getPropertyControls(Video);const cycleOrder=[\"lhZ6WVt5k\",\"jOurdJnmG\",\"Gqmg7NNzu\",\"GbyDkVqcp\"];const serializationHash=\"framer-vYjyw\";const variantClassNames={GbyDkVqcp:\"framer-v-1f3vrm1\",Gqmg7NNzu:\"framer-v-1uun8ta\",jOurdJnmG:\"framer-v-kbybl4\",lhZ6WVt5k:\"framer-v-ls1cw4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:10,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"lhZ6WVt5k\",Phone:\"GbyDkVqcp\",Tablet:\"Gqmg7NNzu\",Wide:\"jOurdJnmG\"};const getProps=({height,id,intro,label,link,title,video,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,RNzTJQH74:(_ref=title!==null&&title!==void 0?title:props.RNzTJQH74)!==null&&_ref!==void 0?_ref:\"Creating a responsible future in packaging\",TKBbIkqr1:(_ref1=intro!==null&&intro!==void 0?intro:props.TKBbIkqr1)!==null&&_ref1!==void 0?_ref1:\"Find out more about\",TOA4HiGSG:link!==null&&link!==void 0?link:props.TOA4HiGSG,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"lhZ6WVt5k\",yC3HEl8xs:(_ref3=video!==null&&video!==void 0?video:props.yC3HEl8xs)!==null&&_ref3!==void 0?_ref3:\"https://framerusercontent.com/assets/slJxIPyCH93131r2L9h2Oj4w.mp4\",zXYMYl0ww:(_ref4=label!==null&&label!==void 0?label:props.zXYMYl0ww)!==null&&_ref4!==void 0?_ref4:\"what we do\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,yC3HEl8xs,RNzTJQH74,TKBbIkqr1,zXYMYl0ww,TOA4HiGSG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lhZ6WVt5k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ls1cw4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"lhZ6WVt5k\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",...style},...addPropertyOverrides({GbyDkVqcp:{\"data-framer-name\":\"Phone\"},Gqmg7NNzu:{\"data-framer-name\":\"Tablet\"},jOurdJnmG:{\"data-framer-name\":\"Wide\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-151w7zp\",\"data-framer-appear-id\":\"151w7zp\",\"data-framer-name\":\"Graphic\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"FXrSO1zAj\",optimized:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1sdhe09\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hTVaQTV9o\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 704 704\"><path d=\"M 351.966 0.714 C 157.971 0.714 0.714 157.971 0.714 351.966 C 0.714 545.961 157.971 703.218 351.966 703.218 C 545.961 703.218 703.218 545.961 703.218 351.966 C 703.218 157.971 545.941 0.714 351.966 0.714 Z M 351.966 562.717 C 235.581 562.717 141.215 468.371 141.215 351.966 C 141.215 235.561 235.561 141.215 351.966 141.215 C 468.371 141.215 562.717 235.561 562.717 351.966 C 562.717 468.371 468.371 562.717 351.966 562.717 Z\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {&quot;name&quot;:&quot;Skanem Sustainable Beige&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9348684093,withExternalLayout:true,...addPropertyOverrides({GbyDkVqcp:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 407 407\"><path d=\"M 963.934 747.652 C 852.49 747.652 762.151 837.991 762.151 949.435 C 762.151 1060.879 852.49 1151.218 963.934 1151.218 C 1075.378 1151.218 1165.717 1060.879 1165.717 949.435 C 1165.717 837.991 1075.367 747.652 963.934 747.652 Z M 974.294 1080.855 C 907.434 1080.855 853.224 1026.656 853.224 959.785 C 853.224 892.914 907.422 838.715 974.294 838.715 C 1041.165 838.715 1095.364 892.914 1095.364 959.785 C 1095.364 1026.656 1041.165 1080.855 974.294 1080.855 Z\" fill=\"transparent\" stroke-width=\"0.76\" stroke=\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {&quot;name&quot;:&quot;Skanem Sustainable Beige&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8740035771},Gqmg7NNzu:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 704 704\"><path d=\"M 354.385 3.134 C 160.39 3.134 3.133 160.391 3.133 354.387 C 3.133 548.382 160.39 705.639 354.385 705.639 C 548.381 705.639 705.638 548.382 705.638 354.387 C 705.638 160.391 548.361 3.134 354.385 3.134 Z M 372.419 583.155 C 256.033 583.155 161.667 488.809 161.667 372.404 C 161.667 255.998 256.013 161.652 372.419 161.652 C 488.824 161.652 583.17 255.998 583.17 372.404 C 583.17 488.809 488.824 583.155 372.419 583.155 Z\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {&quot;name&quot;:&quot;Skanem Sustainable Beige&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11032368213},jOurdJnmG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 704 704\"><path d=\"M 354.385 3.134 C 160.39 3.134 3.133 160.391 3.133 354.387 C 3.133 548.382 160.39 705.639 354.385 705.639 C 548.381 705.639 705.638 548.382 705.638 354.387 C 705.638 160.391 548.361 3.134 354.385 3.134 Z M 372.419 583.155 C 256.033 583.155 161.667 488.809 161.667 372.404 C 161.667 255.998 256.013 161.652 372.419 161.652 C 488.824 161.652 583.17 255.998 583.17 372.404 C 583.17 488.809 488.824 583.155 372.419 583.155 Z\" fill=\"transparent\" stroke-width=\"1.33\" stroke=\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {&quot;name&quot;:&quot;Skanem Sustainable Beige&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11032368213}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rk6jnv-container\",layoutDependency:layoutDependency,layoutId:\"ZTvQ0korh-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ZTvQ0korh\",isMixedBorderRadius:false,layoutId:\"ZTvQ0korh\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:yC3HEl8xs,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t6po29\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"GjxYgUz5S\",style:{background:\"linear-gradient(205deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%)\"}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation2},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hd3q9e\",\"data-framer-name\":\"Grow-circle\",layoutDependency:layoutDependency,layoutId:\"Bq11Kb4ex\",style:{backgroundColor:\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14l26a5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"frVOTusWb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIE1lZGl1bQ==\",\"--framer-font-family\":'\"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Creating a responsible future in packaging\"})}),className:\"framer-e5fqgg\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Sarvatrik Devanagari Medium\"],layoutDependency:layoutDependency,layoutId:\"aC1AJDfbH\",style:{\"--extracted-r6o4lv\":\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\"},text:RNzTJQH74,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GbyDkVqcp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIE1lZGl1bQ==\",\"--framer-font-family\":'\"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Creating a responsible future in packaging\"})})},jOurdJnmG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIE1lZGl1bQ==\",\"--framer-font-family\":'\"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif',\"--framer-font-size\":\"130px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)))\"},children:\"Creating a responsible future in packaging\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||706)-180-530+0+0)+0+500,...addPropertyOverrides({GbyDkVqcp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-200-325.00000000000006+0+0)+0+295.00000000000006},Gqmg7NNzu:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||972)-220-530+0+0)+0+500},jOurdJnmG:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1172)-220-830+0+0)+0+800}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z3z5vy-container\",\"data-framer-name\":\"BTN Front\",layoutDependency:layoutDependency,layoutId:\"qNiZQRTMY-container\",name:\"BTN Front\",children:/*#__PURE__*/_jsx(Button_front,{H8mvus_GY:zXYMYl0ww,height:\"100%\",id:\"qNiZQRTMY\",layoutId:\"qNiZQRTMY\",name:\"BTN Front\",nnmtdphEy:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",P74BETmPA:TKBbIkqr1,q9e5LTnHt:TOA4HiGSG,variant:\"XDtDD20Oc\",width:\"100%\",...addPropertyOverrides({GbyDkVqcp:{variant:\"tzPXYeQ1S\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vYjyw.framer-k8b5xb, .framer-vYjyw .framer-k8b5xb { display: block; }\",\".framer-vYjyw.framer-ls1cw4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 706px; justify-content: flex-end; overflow: hidden; padding: 120px 60px 60px 60px; position: relative; width: 1200px; }\",\".framer-vYjyw .framer-151w7zp { bottom: -100px; flex: none; height: 745px; left: -193px; mix-blend-mode: soft-light; overflow: hidden; position: absolute; width: 793px; z-index: 3; }\",\".framer-vYjyw .framer-1sdhe09 { flex: none; height: 704px; left: calc(50.072072072072096% - 704px / 2); position: absolute; top: calc(50.201342281879214% - 704px / 2); width: 704px; z-index: 2; }\",\".framer-vYjyw .framer-rk6jnv-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-vYjyw .framer-t6po29 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-vYjyw .framer-hd3q9e { bottom: -95px; flex: none; height: 150px; left: calc(51.16666666666669% - 150px / 2); overflow: hidden; position: absolute; width: 150px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-vYjyw .framer-14l26a5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 80%; z-index: 3; }\",\".framer-vYjyw .framer-e5fqgg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-vYjyw .framer-z3z5vy-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vYjyw.framer-ls1cw4, .framer-vYjyw .framer-14l26a5 { gap: 0px; } .framer-vYjyw.framer-ls1cw4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-vYjyw.framer-ls1cw4 > :first-child, .framer-vYjyw .framer-14l26a5 > :first-child { margin-top: 0px; } .framer-vYjyw.framer-ls1cw4 > :last-child, .framer-vYjyw .framer-14l26a5 > :last-child { margin-bottom: 0px; } .framer-vYjyw .framer-14l26a5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-vYjyw.framer-v-kbybl4.framer-ls1cw4 { height: 1172px; padding: 120px 100px 100px 100px; width: 1920px; }\",\".framer-vYjyw.framer-v-kbybl4 .framer-1sdhe09, .framer-vYjyw.framer-v-1uun8ta .framer-1sdhe09 { left: calc(50.06305170239599% - 704px / 2); }\",\".framer-vYjyw.framer-v-kbybl4 .framer-14l26a5 { width: 85%; }\",\".framer-vYjyw.framer-v-1uun8ta.framer-ls1cw4 { height: 972px; padding: 120px 40px 100px 40px; width: 810px; }\",\".framer-vYjyw.framer-v-1uun8ta .framer-14l26a5 { width: 100%; }\",\".framer-vYjyw.framer-v-1f3vrm1.framer-ls1cw4 { height: 760px; padding: 120px 20px 80px 20px; width: 390px; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-151w7zp { height: 472px; order: 0; width: 502px; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-1sdhe09 { height: 407px; left: unset; right: 0px; top: calc(-180.72033898305082% - 407px / 2); width: 407px; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-rk6jnv-container { order: 1; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-t6po29 { order: 3; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-hd3q9e { bottom: -73px; height: 110px; left: calc(51.02564102564104% - 110px / 2); order: 2; width: 110px; }\",\".framer-vYjyw.framer-v-1f3vrm1 .framer-14l26a5 { order: 4; width: 90%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 706\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jOurdJnmG\":{\"layout\":[\"fixed\",\"fixed\"]},\"Gqmg7NNzu\":{\"layout\":[\"fixed\",\"fixed\"]},\"GbyDkVqcp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"yC3HEl8xs\":\"video\",\"RNzTJQH74\":\"title\",\"TKBbIkqr1\":\"intro\",\"zXYMYl0ww\":\"label\",\"TOA4HiGSG\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermELEXBhEU=withCSS(Component,css,\"framer-vYjyw\");export default FramermELEXBhEU;FramermELEXBhEU.displayName=\"Hero-video\";FramermELEXBhEU.defaultProps={height:706,width:1200};addPropertyControls(FramermELEXBhEU,{variant:{options:[\"lhZ6WVt5k\",\"jOurdJnmG\",\"Gqmg7NNzu\",\"GbyDkVqcp\"],optionTitles:[\"Desktop\",\"Wide\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},yC3HEl8xs:(VideoControls===null||VideoControls===void 0?void 0:VideoControls[\"srcFile\"])&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"data:framer/asset-reference,slJxIPyCH93131r2L9h2Oj4w.mp4?originalFilename=Woman_Serving_Dinner_For_Family_fhd_1253218.mp4\",description:undefined,hidden:undefined,title:\"Video\"},RNzTJQH74:{defaultValue:\"Creating a responsible future in packaging\",displayTextArea:true,title:\"Title\",type:ControlType.String},TKBbIkqr1:{defaultValue:\"Find out more about\",displayTextArea:false,title:\"Intro\",type:ControlType.String},zXYMYl0ww:{defaultValue:\"what we do\",displayTextArea:false,title:\"Label\",type:ControlType.String},TOA4HiGSG:{title:\"Link\",type:ControlType.Link}});addFonts(FramermELEXBhEU,[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/WsY0IloA51whSGpR8LmI19yURlM.woff2\"}]},...VideoFonts,...Button_frontFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermELEXBhEU\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"706\",\"framerVariables\":\"{\\\"yC3HEl8xs\\\":\\\"video\\\",\\\"RNzTJQH74\\\":\\\"title\\\",\\\"TKBbIkqr1\\\":\\\"intro\\\",\\\"zXYMYl0ww\\\":\\\"label\\\",\\\"TOA4HiGSG\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jOurdJnmG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Gqmg7NNzu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GbyDkVqcp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mELEXBhEU.map", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/anOAoTYVc10Hf6q8MEBZ/k01nwtyeQPQp2ViNgmiZ/J6PlvhcBO.js\";import BTNPrimary from\"https://framerusercontent.com/modules/bRP8Kbu6hJolyQdsgGZu/FsjeDqXzzMKU4V0OGtt4/q5zbsDBos.js\";const IconoirFonts=getFonts(Iconoir);const MotionDivWithFX=withFX(motion.div);const BTNPrimaryFonts=getFonts(BTNPrimary);const BTNPrimaryControls=getPropertyControls(BTNPrimary);const cycleOrder=[\"ZjQMv5Rqr\",\"zWTKHLwmi\",\"gnUryTiiw\",\"RL2WOjAri\"];const serializationHash=\"framer-jxiSZ\";const variantClassNames={gnUryTiiw:\"framer-v-oin3e4\",RL2WOjAri:\"framer-v-7rcivg\",ZjQMv5Rqr:\"framer-v-15n2h5l\",zWTKHLwmi:\"framer-v-b51yo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:38,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"body-normal\":\"x5kND_qx8\",\"BTN-dark-normal\":\"yFz5h2H6f\",\"BTN-dark-small\":\"MJeEogQLV\",\"BTN-L-Friendly-Genuine\":\"Q_5bZIVhV\",\"BTN-large\":\"wlRa49exK\",\"BTN-M-Frindly-Genuine\":\"gHdbPeXUC\",\"BTN-normal-dark\":\"OyEbNuHAQ\",\"BTN-normal\":\"t5v_UrWyY\",\"BTN-S-Friendly-Genuine\":\"BeTIp8B6U\",\"BTN-small\":\"z96rBYeJc\",\"Chips-normal\":\"WRE3nRmkG\",\"Chips-small\":\"nn0B394Ag\",body:\"HiDU8qiad\"};const humanReadableVariantMap={Desktop:\"ZjQMv5Rqr\",Phone:\"RL2WOjAri\",Tablet:\"gnUryTiiw\",Wide:\"zWTKHLwmi\"};const getProps=({bTNLabel,bTNType,height,id,image,link,padding,text,width,...props})=>{var _humanReadableEnumMap_bTNType,_ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,Coze9tx4a:(_ref1=(_ref=(_humanReadableEnumMap_bTNType=humanReadableEnumMap[bTNType])!==null&&_humanReadableEnumMap_bTNType!==void 0?_humanReadableEnumMap_bTNType:bTNType)!==null&&_ref!==void 0?_ref:props.Coze9tx4a)!==null&&_ref1!==void 0?_ref1:\"x5kND_qx8\",d_VxGIxld:(_ref2=image!==null&&image!==void 0?image:props.d_VxGIxld)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/qqKoRMYndtxVNIiNOUAnM3KP5o.jpg 4896w\"},lu9Ze6Q6u:(_ref3=text!==null&&text!==void 0?text:props.lu9Ze6Q6u)!==null&&_ref3!==void 0?_ref3:\"We are pioneers in the European plastic industry, providing child-safe packaging, thin-walled food packaging, technical packaging, caps, closures and tubes. \\n\\nWe are also market leaders in the supply of plastic items for laboratories within hospitals, universities and other research facilities.\\xa0\\xa0\",uOl7qcFaU:(_ref4=bTNLabel!==null&&bTNLabel!==void 0?bTNLabel:props.uOl7qcFaU)!==null&&_ref4!==void 0?_ref4:\"More about Skanem\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"ZjQMv5Rqr\",w9fBjR2Ke:(_ref6=padding!==null&&padding!==void 0?padding:props.w9fBjR2Ke)!==null&&_ref6!==void 0?_ref6:\"150px 150px 120px 30px\",Y3fXHdnU7:link!==null&&link!==void 0?link:props.Y3fXHdnU7};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,lu9Ze6Q6u,d_VxGIxld,Coze9tx4a,uOl7qcFaU,Y3fXHdnU7,w9fBjR2Ke,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZjQMv5Rqr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"gnUryTiiw\",\"RL2WOjAri\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15n2h5l\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZjQMv5Rqr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--peyfcw\":numberToPixelString(w9fBjR2Ke),backgroundColor:\"var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223))\",...style},...addPropertyOverrides({gnUryTiiw:{\"data-framer-name\":\"Tablet\"},RL2WOjAri:{\"data-framer-name\":\"Phone\"},zWTKHLwmi:{\"data-framer-name\":\"Wide\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1qfu427\",\"data-framer-name\":\"Image-container\",layoutDependency:layoutDependency,layoutId:\"DWxILxJm2\",style:{borderBottomLeftRadius:189,borderBottomRightRadius:189,borderTopLeftRadius:189,borderTopRightRadius:189,rotate:33},variants:{gnUryTiiw:{borderBottomLeftRadius:250,borderBottomRightRadius:250,borderTopLeftRadius:250,borderTopRightRadius:250},RL2WOjAri:{borderBottomLeftRadius:250,borderBottomRightRadius:250,borderTopLeftRadius:250,borderTopRightRadius:250},zWTKHLwmi:{borderBottomLeftRadius:250,borderBottomRightRadius:250,borderTopLeftRadius:250,borderTopRightRadius:250}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+60+4.672986418818937),pixelHeight:3264,pixelWidth:4896,sizes:\"430px\",...toResponsiveImage(d_VxGIxld),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-dh9n49\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"JPVTkHiFx\",style:{rotate:-33},...addPropertyOverrides({gnUryTiiw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-170-387.82816229116946)/2)+-4.1752133612499165),pixelHeight:3264,pixelWidth:4896,sizes:\"363px\",...toResponsiveImage(d_VxGIxld),...{positionX:\"center\",positionY:\"center\"}}},RL2WOjAri:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+70+0+10.500000000000085),pixelHeight:3264,pixelWidth:4896,sizes:\"388px\",...toResponsiveImage(d_VxGIxld),...{positionX:\"center\",positionY:\"center\"}}},zWTKHLwmi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+70+0),pixelHeight:3264,pixelWidth:4896,sizes:\"619px\",...toResponsiveImage(d_VxGIxld),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ojljhg\",\"data-framer-name\":\"Placeholder-frame\",layoutDependency:layoutDependency,layoutId:\"SJ1OdOh_J\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1xna0vm\",\"data-framer-name\":\"Arrow-btn-container\",layoutDependency:layoutDependency,layoutId:\"EDzjIcZXf\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JTcwj7wA5\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-twp0gk framer-rwonba\",\"data-framer-name\":\"Background-container\",layoutDependency:layoutDependency,layoutId:\"qbWobkPdh\",style:{backgroundColor:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-995k1j-container\",layoutDependency:layoutDependency,layoutId:\"N4eg9_gIu-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"N4eg9_gIu\",layoutId:\"N4eg9_gIu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c3rync\",\"data-framer-name\":\"Content container\",layoutDependency:layoutDependency,layoutId:\"yTZRafUQP\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pcf5tl\",\"data-framer-name\":\"Content container\",layoutDependency:layoutDependency,layoutId:\"N2hIaStCF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"We are pioneers in the European plastic industry, providing child-safe packaging, thin-walled food packaging, technical packaging, caps, closures and tubes. \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-137uzyr\",\"data-styles-preset\":\"J6PlvhcBO\",children:\"We are also market leaders in the supply of plastic items for laboratories within hospitals, universities and other research facilities.\\xa0\\xa0\"})]}),className:\"framer-1eirbcg\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fpoA2TWka\",text:lu9Ze6Q6u,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(120+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||617)-240-265)/2)+0+0+0+217,...addPropertyOverrides({gnUryTiiw:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(100+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-170-285)/2)+0+0+20+217},RL2WOjAri:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+70+418+0+0+0+237},zWTKHLwmi:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgrizb-container\",layoutDependency:layoutDependency,layoutId:\"Krlu36b6n-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(BTNPrimary,{aD6Y1As9w:Y3fXHdnU7,height:\"100%\",i6vBw2MVs:true,id:\"Krlu36b6n\",layoutId:\"Krlu36b6n\",v2JpTq8_v:uOl7qcFaU,variant:Coze9tx4a,width:\"100%\",yvnvmAhBY:false,...addPropertyOverrides({gnUryTiiw:{variant:\"x5kND_qx8\"},RL2WOjAri:{variant:\"z96rBYeJc\"},zWTKHLwmi:{variant:\"HiDU8qiad\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jxiSZ.framer-rwonba, .framer-jxiSZ .framer-rwonba { display: block; }\",\".framer-jxiSZ.framer-15n2h5l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 88px; height: min-content; justify-content: flex-start; max-width: 2100px; overflow: visible; padding: 120px 30px 120px 30px; position: relative; width: 1200px; }\",\".framer-jxiSZ .framer-1qfu427 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 495px; justify-content: flex-end; left: 109px; overflow: hidden; padding: 20px; position: absolute; top: 60px; width: 321px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jxiSZ .framer-dh9n49 { flex: none; height: 479px; left: -56px; overflow: hidden; position: absolute; right: -53px; top: 5px; z-index: 1; }\",\".framer-jxiSZ .framer-1ojljhg { flex: 2 0 0px; height: 165px; overflow: visible; position: relative; width: 1px; }\",\".framer-jxiSZ .framer-1xna0vm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; left: 298px; overflow: hidden; padding: 0px; position: absolute; top: 150px; width: 150px; z-index: 1; }\",\".framer-jxiSZ .framer-twp0gk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-jxiSZ .framer-995k1j-container { flex: none; height: 85px; position: relative; width: 85px; }\",\".framer-jxiSZ .framer-c3rync { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 81px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-jxiSZ .framer-1pcf5tl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jxiSZ .framer-1eirbcg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jxiSZ .framer-rgrizb-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jxiSZ.framer-15n2h5l, .framer-jxiSZ .framer-1qfu427, .framer-jxiSZ .framer-1xna0vm, .framer-jxiSZ .framer-twp0gk, .framer-jxiSZ .framer-c3rync, .framer-jxiSZ .framer-1pcf5tl { gap: 0px; } .framer-jxiSZ.framer-15n2h5l > * { margin: 0px; margin-left: calc(88px / 2); margin-right: calc(88px / 2); } .framer-jxiSZ.framer-15n2h5l > :first-child, .framer-jxiSZ .framer-1xna0vm > :first-child, .framer-jxiSZ .framer-twp0gk > :first-child { margin-left: 0px; } .framer-jxiSZ.framer-15n2h5l > :last-child, .framer-jxiSZ .framer-1xna0vm > :last-child, .framer-jxiSZ .framer-twp0gk > :last-child { margin-right: 0px; } .framer-jxiSZ .framer-1qfu427 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-jxiSZ .framer-1qfu427 > :first-child, .framer-jxiSZ .framer-c3rync > :first-child, .framer-jxiSZ .framer-1pcf5tl > :first-child { margin-top: 0px; } .framer-jxiSZ .framer-1qfu427 > :last-child, .framer-jxiSZ .framer-c3rync > :last-child, .framer-jxiSZ .framer-1pcf5tl > :last-child { margin-bottom: 0px; } .framer-jxiSZ .framer-1xna0vm > *, .framer-jxiSZ .framer-twp0gk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jxiSZ .framer-c3rync > * { margin: 0px; margin-bottom: calc(81px / 2); margin-top: calc(81px / 2); } .framer-jxiSZ .framer-1pcf5tl > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-jxiSZ.framer-v-b51yo.framer-15n2h5l { padding: var(--peyfcw); width: 1920px; }\",\".framer-jxiSZ.framer-v-b51yo .framer-1qfu427 { height: 650px; left: 173px; padding: 30px; top: 70px; width: 419px; }\",\".framer-jxiSZ.framer-v-b51yo .framer-dh9n49 { bottom: -20px; height: unset; left: -100px; right: unset; top: 0px; width: 619px; }\",\".framer-jxiSZ.framer-v-b51yo .framer-1xna0vm { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); left: 423px; top: 100px; width: 200px; }\",\".framer-jxiSZ.framer-v-b51yo .framer-twp0gk { order: 0; }\",\".framer-jxiSZ.framer-v-b51yo .framer-995k1j-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 123px); width: 120px; }\",\".framer-jxiSZ.framer-v-oin3e4.framer-15n2h5l { padding: 100px 30px 70px 60px; width: 810px; }\",\".framer-jxiSZ.framer-v-oin3e4 .framer-1qfu427 { aspect-ratio: 0.6446153846153846 / 1; height: var(--framer-aspect-ratio-supported, 388px); left: unset; padding: 30px; position: relative; top: unset; width: 250px; }\",\".framer-jxiSZ.framer-v-oin3e4 .framer-dh9n49 { bottom: -2px; height: unset; left: -48px; right: unset; top: -4px; width: 363px; }\",\".framer-jxiSZ.framer-v-oin3e4 .framer-1pcf5tl { padding: 20px 0px 0px 0px; }\",\".framer-jxiSZ.framer-v-7rcivg.framer-15n2h5l { flex-direction: column; gap: 60px; padding: 70px 20px 60px 20px; width: 390px; }\",\".framer-jxiSZ.framer-v-7rcivg .framer-1qfu427 { align-content: flex-end; align-items: flex-end; aspect-ratio: 0.6446153846153846 / 1; height: var(--framer-aspect-ratio-supported, 358px); justify-content: flex-start; left: unset; order: 1; padding: 30px; position: relative; top: unset; width: 231px; }\",\".framer-jxiSZ.framer-v-7rcivg .framer-dh9n49 { height: 339px; left: unset; right: -79px; top: calc(50.279329608938575% - 339px / 2); width: 168%; }\",\".framer-jxiSZ.framer-v-7rcivg .framer-c3rync { flex: none; order: 2; width: 100%; }\",\".framer-jxiSZ.framer-v-7rcivg .framer-1pcf5tl { gap: 50px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jxiSZ.framer-v-7rcivg.framer-15n2h5l, .framer-jxiSZ.framer-v-7rcivg .framer-1pcf5tl { gap: 0px; } .framer-jxiSZ.framer-v-7rcivg.framer-15n2h5l > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-jxiSZ.framer-v-7rcivg.framer-15n2h5l > :first-child, .framer-jxiSZ.framer-v-7rcivg .framer-1pcf5tl > :first-child { margin-top: 0px; } .framer-jxiSZ.framer-v-7rcivg.framer-15n2h5l > :last-child, .framer-jxiSZ.framer-v-7rcivg .framer-1pcf5tl > :last-child { margin-bottom: 0px; } .framer-jxiSZ.framer-v-7rcivg .framer-1pcf5tl > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 617\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"2100px\",null,null]},\"zWTKHLwmi\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"2100px\",null,null]},\"gnUryTiiw\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"2100px\",null,null]},\"RL2WOjAri\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"2100px\",null,null]}}}\n * @framerVariables {\"lu9Ze6Q6u\":\"text\",\"d_VxGIxld\":\"image\",\"Coze9tx4a\":\"bTNType\",\"uOl7qcFaU\":\"bTNLabel\",\"Y3fXHdnU7\":\"link\",\"w9fBjR2Ke\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUJjyLp_2n=withCSS(Component,css,\"framer-jxiSZ\");export default FramerUJjyLp_2n;FramerUJjyLp_2n.displayName=\"Section: Image (oval)+P+BTN\";FramerUJjyLp_2n.defaultProps={height:617,width:1200};addPropertyControls(FramerUJjyLp_2n,{variant:{options:[\"ZjQMv5Rqr\",\"zWTKHLwmi\",\"gnUryTiiw\",\"RL2WOjAri\"],optionTitles:[\"Desktop\",\"Wide\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},lu9Ze6Q6u:{defaultValue:\"We are pioneers in the European plastic industry, providing child-safe packaging, thin-walled food packaging, technical packaging, caps, closures and tubes. \\n\\nWe are also market leaders in the supply of plastic items for laboratories within hospitals, universities and other research facilities.\\xa0\\xa0\",displayTextArea:true,title:\"Text\",type:ControlType.String},d_VxGIxld:{__defaultAssetReference:\"data:framer/asset-reference,qqKoRMYndtxVNIiNOUAnM3KP5o.jpg?originalFilename=photo-1528183429752-a97d0bf99b5a%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw4fHx0cmVlfGVufDB8fHx8MTcyNTk3NzkyN3ww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Coze9tx4a:(BTNPrimaryControls===null||BTNPrimaryControls===void 0?void 0:BTNPrimaryControls[\"variant\"])&&{...BTNPrimaryControls[\"variant\"],defaultValue:\"x5kND_qx8\",description:undefined,hidden:undefined,title:\"BTN Type\"},uOl7qcFaU:{defaultValue:\"More about Skanem\",displayTextArea:false,placeholder:\"Button title\",title:\"BTN Label\",type:ControlType.String},Y3fXHdnU7:{title:\"Link\",type:ControlType.Link},w9fBjR2Ke:{defaultValue:\"150px 150px 120px 30px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerUJjyLp_2n,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...IconoirFonts,...BTNPrimaryFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUJjyLp_2n\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"2100px\\\",null,null]},\\\"zWTKHLwmi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"2100px\\\",null,null]},\\\"gnUryTiiw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"2100px\\\",null,null]},\\\"RL2WOjAri\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"2100px\\\",null,null]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"617\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"lu9Ze6Q6u\\\":\\\"text\\\",\\\"d_VxGIxld\\\":\\\"image\\\",\\\"Coze9tx4a\\\":\\\"bTNType\\\",\\\"uOl7qcFaU\\\":\\\"bTNLabel\\\",\\\"Y3fXHdnU7\\\":\\\"link\\\",\\\"w9fBjR2Ke\\\":\\\"padding\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UJjyLp_2n.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={KJvAnX6A0:{hover:true},o39C2zxVp:{hover:true},WTgHaw6lK:{hover:true}};const cycleOrder=[\"o39C2zxVp\",\"WTgHaw6lK\",\"KJvAnX6A0\"];const serializationHash=\"framer-S3p7t\";const variantClassNames={KJvAnX6A0:\"framer-v-444axq\",o39C2zxVp:\"framer-v-1270707\",WTgHaw6lK:\"framer-v-fsmes9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"o39C2zxVp\",\"Variant 3\":\"KJvAnX6A0\",Phone:\"WTgHaw6lK\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"o39C2zxVp\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o39C2zxVp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1270707\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"o39C2zxVp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"KJvAnX6A0-hover\":{\"data-framer-name\":undefined},\"o39C2zxVp-hover\":{\"data-framer-name\":undefined},\"WTgHaw6lK-hover\":{\"data-framer-name\":undefined},KJvAnX6A0:{\"data-framer-name\":\"Variant 3\"},WTgHaw6lK:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vzr1bv\",layoutDependency:layoutDependency,layoutId:\"VNN9mJHba\",style:{backgroundColor:\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\",borderBottomLeftRadius:47,borderBottomRightRadius:47,borderTopLeftRadius:47,borderTopRightRadius:47},variants:{KJvAnX6A0:{backgroundColor:\"var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, rgb(191, 222, 243))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2wr2pe-container\",layoutDependency:layoutDependency,layoutId:\"QQ5NCCJaV-container\",...addPropertyOverrides({\"KJvAnX6A0-hover\":{transformTemplate:transformTemplate1},\"WTgHaw6lK-hover\":{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"QQ5NCCJaV\",layoutId:\"QQ5NCCJaV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S3p7t.framer-1sm3y8z, .framer-S3p7t .framer-1sm3y8z { display: block; }\",\".framer-S3p7t.framer-1270707 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 93px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 93px; }\",\".framer-S3p7t .framer-vzr1bv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-S3p7t .framer-2wr2pe-container { flex: none; height: 53px; position: relative; width: 53px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S3p7t.framer-1270707, .framer-S3p7t .framer-vzr1bv { gap: 0px; } .framer-S3p7t.framer-1270707 > *, .framer-S3p7t .framer-vzr1bv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-S3p7t.framer-1270707 > :first-child, .framer-S3p7t .framer-vzr1bv > :first-child { margin-left: 0px; } .framer-S3p7t.framer-1270707 > :last-child, .framer-S3p7t .framer-vzr1bv > :last-child { margin-right: 0px; } }\",\".framer-S3p7t.framer-v-fsmes9.framer-1270707, .framer-S3p7t.framer-v-444axq.framer-1270707 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 50px); width: 50px; }\",\".framer-S3p7t.framer-v-fsmes9 .framer-2wr2pe-container, .framer-S3p7t.framer-v-444axq .framer-2wr2pe-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 37px); width: 34px; }\",\".framer-S3p7t.framer-v-1270707.hover.framer-1270707 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 93px); justify-content: flex-start; }\",\".framer-S3p7t.framer-v-1270707.hover .framer-vzr1bv { gap: 0px; }\",\".framer-S3p7t.framer-v-1270707.hover .framer-2wr2pe-container { order: 1; position: absolute; right: 0px; top: calc(50.53763440860217% - 53px / 2); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S3p7t.framer-v-1270707.hover .framer-vzr1bv { gap: 0px; } .framer-S3p7t.framer-v-1270707.hover .framer-vzr1bv > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-S3p7t.framer-v-1270707.hover .framer-vzr1bv > :first-child { margin-left: 0px; } .framer-S3p7t.framer-v-1270707.hover .framer-vzr1bv > :last-child { margin-right: 0px; } }\",\".framer-S3p7t.framer-v-fsmes9.hover .framer-2wr2pe-container { position: absolute; right: 0px; top: 50%; z-index: 1; }\",\".framer-S3p7t.framer-v-444axq.hover.framer-1270707 { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-end; }\",\".framer-S3p7t.framer-v-444axq.hover .framer-vzr1bv { height: 1px; width: 100%; }\",\".framer-S3p7t.framer-v-444axq.hover .framer-2wr2pe-container { order: 0; position: absolute; right: 0px; top: 50%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S3p7t.framer-v-444axq.hover.framer-1270707 { gap: 0px; } .framer-S3p7t.framer-v-444axq.hover.framer-1270707 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-S3p7t.framer-v-444axq.hover.framer-1270707 > :first-child { margin-top: 0px; } .framer-S3p7t.framer-v-444axq.hover.framer-1270707 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 93\n * @framerIntrinsicWidth 93\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WTgHaw6lK\":{\"layout\":[\"fixed\",\"fixed\"]},\"KJvAnX6A0\":{\"layout\":[\"fixed\",\"fixed\"]},\"HujE070oq\":{\"layout\":[\"fixed\",\"fixed\"]},\"mBT9AmYMv\":{\"layout\":[\"fixed\",\"fixed\"]},\"RQ00ZFomM\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAvTgAluvb=withCSS(Component,css,\"framer-S3p7t\");export default FramerAvTgAluvb;FramerAvTgAluvb.displayName=\"article_buttin\";FramerAvTgAluvb.defaultProps={height:93,width:93};addPropertyControls(FramerAvTgAluvb,{variant:{options:[\"o39C2zxVp\",\"WTgHaw6lK\",\"KJvAnX6A0\"],optionTitles:[\"Variant 1\",\"Phone\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAvTgAluvb,[{explicitInter:true,fonts:[]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAvTgAluvb\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"93\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WTgHaw6lK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KJvAnX6A0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HujE070oq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mBT9AmYMv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RQ00ZFomM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"93\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AvTgAluvb.map", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sarvatrik Devanagari Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/WsY0IloA51whSGpR8LmI19yURlM.woff2\"}]}];export const css=['.framer-IimNM .framer-styles-preset-vxnol9:not(.rich-text-wrapper), .framer-IimNM .framer-styles-preset-vxnol9.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1200px) { .framer-IimNM .framer-styles-preset-vxnol9:not(.rich-text-wrapper), .framer-IimNM .framer-styles-preset-vxnol9.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-IimNM .framer-styles-preset-vxnol9:not(.rich-text-wrapper), .framer-IimNM .framer-styles-preset-vxnol9.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-IimNM .framer-styles-preset-vxnol9:not(.rich-text-wrapper), .framer-IimNM .framer-styles-preset-vxnol9.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Medium\", \"Sarvatrik Devanagari Medium Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-IimNM\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sarvatrik Devanagari Regular\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sarvatrik Devanagari Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/n5QUiniVdRDQedzg2ASjIlpJJE.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-b4Rzs .framer-styles-preset-xlq3g:not(.rich-text-wrapper), .framer-b4Rzs .framer-styles-preset-xlq3g.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-b4Rzs .framer-styles-preset-xlq3g:not(.rich-text-wrapper), .framer-b4Rzs .framer-styles-preset-xlq3g.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 640px) { .framer-b4Rzs .framer-styles-preset-xlq3g:not(.rich-text-wrapper), .framer-b4Rzs .framer-styles-preset-xlq3g.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 639px) and (min-width: 0px) { .framer-b4Rzs .framer-styles-preset-xlq3g:not(.rich-text-wrapper), .framer-b4Rzs .framer-styles-preset-xlq3g.rich-text-wrapper h3 { --framer-font-family: \"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-b4Rzs\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Blog from\"https://framerusercontent.com/modules/80dP2Xf7Vo2iv2bu3gjE/pOnMZo0gvEHfVv6y2ge0/BzxVuWaVG.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import TextKickerTextLarge from\"https://framerusercontent.com/modules/gyWr5a2lINylYx1R72UX/SZzXJnYiDvKIZ5AKIlIH/UR9z2R2WW.js\";import TitleSubheadingAndBodyText from\"https://framerusercontent.com/modules/HxI42INt2M7s7dMKgUCe/KiPtnvhXoRQZRTSf8QTZ/tKsrJvZEW.js\";import HoverCardsVideo from\"https://framerusercontent.com/modules/mlvDuaIV4mqDFw5bH5QL/8TXnihwcBHOsXgP37H4v/a6xXtTtEq.js\";import SliderSectionX4 from\"https://framerusercontent.com/modules/ngkQKNyjWb99aegkYxnv/Hr0dB3LwPWolCjWr5Xff/WnsUkocGf.js\";import HoverCards from\"https://framerusercontent.com/modules/rEpfHpT3BdQ7clCa7mKz/EBv8J6kUr3ix7EVsBzRp/cZk_HUSEX.js\";import HeroVideo from\"https://framerusercontent.com/modules/uztSQy2q4yYD5nPeGsVw/GgYuaZLqus5VkimKwu2y/mELEXBhEU.js\";import SectionImageOvalPBTN from\"https://framerusercontent.com/modules/Wf2kxJvv01tZDKnhDxzJ/9S63PHB1aw5549LuBlKu/UJjyLp_2n.js\";import Article_buttin from\"#framer/local/canvasComponent/AvTgAluvb/AvTgAluvb.js\";import Skanem_footer from\"#framer/local/canvasComponent/l6JpIvE1P/l6JpIvE1P.js\";import Nav from\"#framer/local/canvasComponent/LwUKeWyn5/LwUKeWyn5.js\";import BTNPrimary from\"#framer/local/canvasComponent/q5zbsDBos/q5zbsDBos.js\";import QuotesAndTestimonials from\"#framer/local/collection/q1z5P0LJR/q1z5P0LJR.js\";import Articles,{enumToDisplayNameFunctions}from\"#framer/local/collection/Q4KFVcsMX/Q4KFVcsMX.js\";import*as sharedStyle2 from\"#framer/local/css/e8oXfxwH_/e8oXfxwH_.js\";import*as sharedStyle4 from\"#framer/local/css/FLTqA1v0a/FLTqA1v0a.js\";import*as sharedStyle1 from\"#framer/local/css/HEz12ihUH/HEz12ihUH.js\";import*as sharedStyle7 from\"#framer/local/css/i8eoVzIbv/i8eoVzIbv.js\";import*as sharedStyle5 from\"#framer/local/css/ic4c1kFrY/ic4c1kFrY.js\";import*as sharedStyle from\"#framer/local/css/NGa7Pfn7q/NGa7Pfn7q.js\";import*as sharedStyle6 from\"#framer/local/css/Rp3X4irSy/Rp3X4irSy.js\";import*as sharedStyle3 from\"#framer/local/css/se5GgCWCZ/se5GgCWCZ.js\";import metadataProvider from\"#framer/local/webPageMetadata/Zquyxrmh2/Zquyxrmh2.js\";const HeroVideoFonts=getFonts(HeroVideo);const SectionImageOvalPBTNFonts=getFonts(SectionImageOvalPBTN);const TextKickerTextLargeFonts=getFonts(TextKickerTextLarge);const HoverCardsFonts=getFonts(HoverCards);const HoverCardsVideoFonts=getFonts(HoverCardsVideo);const TickerFonts=getFonts(Ticker);const MotionDivWithFX=withFX(motion.div);const Article_buttinFonts=getFonts(Article_buttin);const SliderSectionX4Fonts=getFonts(SliderSectionX4);const TitleSubheadingAndBodyTextFonts=getFonts(TitleSubheadingAndBodyText);const BTNPrimaryFonts=getFonts(BTNPrimary);const NavFonts=getFonts(Nav);const NavWithVariantAppearEffect=withVariantAppearEffect(Nav);const ContainerWithFX=withFX(Container);const Skanem_footerFonts=getFonts(Skanem_footer);const breakpoints={gQxnKP0_w:\"(min-width: 1200px) and (max-width: 1919px)\",HH2D6a4mp:\"(max-width: 809px)\",nJMyL2i4C:\"(min-width: 1920px)\",xVXvXVo0a:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZILLM\";const variantClassNames={gQxnKP0_w:\"framer-v-iyv91p\",HH2D6a4mp:\"framer-v-1vcx43q\",nJMyL2i4C:\"framer-v-eyb2ln\",xVXvXVo0a:\"framer-v-d9atlg\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-10};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale,{JaPhIxIS5rkwbLH1lG})=>{if(value){return{pathVariables:{JaPhIxIS5:JaPhIxIS5rkwbLH1lG},webPageId:\"FLd7i6dzq\"};}else{return{webPageId:\"Zquyxrmh2\"};}};const animation1={opacity:1,rotate:33,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-16};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const convertFromBoolean1=(value,activeLocale,{JaPhIxIS5Z1j3wPbzM})=>{if(value){return{pathVariables:{JaPhIxIS5:JaPhIxIS5Z1j3wPbzM},webPageId:\"FLd7i6dzq\"};}else{return{webPageId:\"Zquyxrmh2\"};}};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-3};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"gQxnKP0_w\",Phone:\"HH2D6a4mp\",Tablet:\"xVXvXVo0a\",Wide:\"nJMyL2i4C\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"gQxnKP0_w\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JaPhIxIS5rkwbLH1lG,adhopnOxCrkwbLH1lG,cTPV9QpTNrkwbLH1lG,zwW9PwZbkrkwbLH1lG,idrkwbLH1lG,JaPhIxIS5XmafHzmby,cTPV9QpTNXmafHzmby,zwW9PwZbkXmafHzmby,idXmafHzmby,JaPhIxIS5Z1j3wPbzM,adhopnOxCZ1j3wPbzM,cTPV9QpTNZ1j3wPbzM,zwW9PwZbkZ1j3wPbzM,idZ1j3wPbzM,vhLy0TtfCMZPndqGQA,idMZPndqGQA,nBRMteW23rD4BYxUE3,FMa3Jthc6rD4BYxUE3,Pc0N2sprOrD4BYxUE3,lIJRvSWCNrD4BYxUE3,XhksY2kjYrD4BYxUE3,sF3ONP_MXrD4BYxUE3,idrD4BYxUE3,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);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);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-ZILLM`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-ZILLM`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const router=useRouter();const elementId=useRouteElementId(\"AMO2diOYg\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"Qiawcxngm\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"gDchGTmHu\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"xVXvXVo0a\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"nJMyL2i4C\",\"HH2D6a4mp\",\"xVXvXVo0a\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"gQxnKP0_w\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-iyv91p\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{height:900},xVXvXVo0a:{height:900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19v23kw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{TOA4HiGSG:resolvedLinks[2],variant:\"GbyDkVqcp\"},nJMyL2i4C:{TOA4HiGSG:resolvedLinks[1],variant:\"jOurdJnmG\"},xVXvXVo0a:{TOA4HiGSG:resolvedLinks[3],variant:\"Gqmg7NNzu\"}},children:/*#__PURE__*/_jsx(HeroVideo,{height:\"100%\",id:\"dF1xtyRqn\",layoutId:\"dF1xtyRqn\",RNzTJQH74:\"Creating a responsible \\nfuture in packaging\",style:{height:\"100%\",width:\"100%\"},TKBbIkqr1:\"Find out more about\",TOA4HiGSG:resolvedLinks[0],variant:\"lhZ6WVt5k\",width:\"100%\",yC3HEl8xs:\"https://framerusercontent.com/assets/Gg3cy8Zt8lcxjjRTmX5YoDFcwtI.mp4\",zXYMYl0ww:\"what we do\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined},{href:{webPageId:\"JTcwj7wA5\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{y:900},nJMyL2i4C:{height:800},xVXvXVo0a:{y:900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:617,width:\"100vw\",y:1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f1zuuw-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"RL2WOjAri\",Y3fXHdnU7:resolvedLinks1[2]},nJMyL2i4C:{style:{height:\"100%\",width:\"100%\"},variant:\"zWTKHLwmi\",Y3fXHdnU7:resolvedLinks1[1]},xVXvXVo0a:{variant:\"gnUryTiiw\",Y3fXHdnU7:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(SectionImageOvalPBTN,{Coze9tx4a:\"x5kND_qx8\",d_VxGIxld:addImageAlt({src:\"https://framerusercontent.com/images/Zxq1QGbZMD2uIAIxEnTSpyKze4k.jpg\",srcSet:\"https://framerusercontent.com/images/Zxq1QGbZMD2uIAIxEnTSpyKze4k.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Zxq1QGbZMD2uIAIxEnTSpyKze4k.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/Zxq1QGbZMD2uIAIxEnTSpyKze4k.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/Zxq1QGbZMD2uIAIxEnTSpyKze4k.jpg 3388w\"},\"\"),height:\"100%\",id:\"AMO2diOYg\",layoutId:\"AMO2diOYg\",lu9Ze6Q6u:\"We are pioneers in the European plastic industry, providing child-safe packaging, thin-walled food packaging, technical packaging, caps, closures and tubes. We are also market leaders in the supply of plastic items for laboratories within hospitals, universities and other research facilities.\\xa0\\xa0\",style:{width:\"100%\"},uOl7qcFaU:\"More about Skanem\",variant:\"ZjQMv5Rqr\",w9fBjR2Ke:\"150px 150px 120px 30px\",width:\"100%\",Y3fXHdnU7:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14mr1ng\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DJKW0OXWR:\"food-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"Whsd8wXYR\"}},webPageId:\"NWTgA_BcT\"},nodeId:\"ZW4fDzfug\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13ob31v framer-yxlud3\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-qcfmmy\",\"data-framer-name\":\"Asset_2\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:70,name:\"Asset_2\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.46 70.46\"><g data-name=\"Layer 1\"><path d=\"M35.23 0C15.77 0 0 15.77 0 35.23c0 19.46 15.77 35.23 35.23 35.23s35.23-15.77 35.23-35.23C70.46 15.77 54.69 0 35.23 0Zm0 56.37c-11.67 0-21.14-9.46-21.14-21.14 0-11.67 9.46-21.14 21.14-21.14s21.14 9.46 21.14 21.14c0 11.67-9.46 21.14-21.14 21.14Z\" style=\"fill:#e1ebae;stroke-width:0\"/><path d=\"M57.24 42v15.56H13.22V42h44.03Zm-.09-1.14H35.79c0-.66.01-7.65-.01-11.11v-.88c4.14.04 9.81.02 13.95.01l.29.47c2.31 3.73 7.03 11.33 7.14 11.51Zm-43.93 0h21.36c0-.66-.01-7.65.01-11.11v-.88c-4.14.04-9.81.02-13.95.01l-.29.47c-2.31 3.73-7.03 11.33-7.14 11.51Zm35.96-30.53S34 6.87 34 25.51c18.64 0 15.18-15.18 15.18-15.18ZM23.3 7.57s-2.33 10.22 10.22 10.22C33.52 5.24 23.3 7.57 23.3 7.57Z\" style=\"fill:#0e4e4e;stroke-width:0\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Food \",/*#__PURE__*/_jsx(\"br\",{}),\"Packaging\"]})})},xVXvXVo0a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Thin-Walled\",/*#__PURE__*/_jsx(\"br\",{}),\"Packaging\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:\"Food Packaging\"})}),className:\"framer-83h11w\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DJKW0OXWR:\"child-safe\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"hs4iDCaxX\"}},webPageId:\"NWTgA_BcT\"},nodeId:\"sKNM1J15n\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1hw8x49 framer-yxlud3\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xe3ju3\",\"data-framer-name\":\"Asset_1\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:70,name:\"Asset_1\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.46 70.46\"><g data-name=\"Layer 1\"><path d=\"M35.23 0C15.77 0 0 15.77 0 35.23c0 19.46 15.77 35.23 35.23 35.23s35.23-15.77 35.23-35.23C70.46 15.77 54.69 0 35.23 0Zm0 56.37c-11.67 0-21.14-9.46-21.14-21.14 0-11.67 9.46-21.14 21.14-21.14s21.14 9.46 21.14 21.14c0 11.67-9.46 21.14-21.14 21.14Z\" style=\"fill:#e1ebae;stroke-width:0\"/><path d=\"M35.16 10.13c4.86 0 8.81 3.97 8.8 8.83 0 4.88-3.97 8.81-8.87 8.8-4.83-.01-8.77-3.98-8.76-8.83 0-4.86 3.97-8.81 8.84-8.8ZM56.5 34.97c-2.54-4.39-8.34-7.77-14.51-5.02-1.35.6-2.73 1.18-4.12 1.7-.99.37-2.03.64-3.09.51-.8-.1-1.62-.25-2.38-.53-1.46-.53-2.88-1.17-4.32-1.77-1.84-.77-3.75-1.11-5.73-.8-3.28.51-5.88 2.18-7.84 4.83-2.21 3-2.78 6.41-2.34 10.04.43 3.54 1.92 6.62 4.21 9.33 2.87 3.39 6.44 5.81 10.54 7.48 2.63 1.07 5.35 1.73 8.68 1.78.57-.06 1.63-.1 2.66-.3 6.07-1.19 11.25-4.02 15.37-8.66 2.83-3.18 4.46-6.9 4.6-11.2.09-2.62-.43-5.1-1.75-7.39ZM40.73 54.99c-.74.58-1.77.84-2.61 1.07-1.26.33-2.36.37-4.22.24-3.54-.33-8.04-3.03-9.81-6.65-.6-.95-1.04-2.01-1.21-3.21-.39-2.68 1.9-4.68 4.09-4.16 1.62.32 2.4 1.22 2.83 1.94.5.83.9 3.88 2.23 5.28 1.61 1.69 3.62 2.55 6.21 2.72 1.8.12 2.11.23 2.56.7.68.66.48 1.63-.08 2.07Zm4.88-2.81c-2.78-.01-5.05-2.32-5.04-5.13 0-2.81 2.31-5.11 5.12-5.09a5.11 5.11 0 0 1 5.09 5.12c0 2.85-2.29 5.11-5.16 5.1Z\" style=\"fill:#0e4e4e;stroke-width:0\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nJMyL2i4C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhcnZhdHJpayBEZXZhbmFnYXJpIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Sarvatrik Devanagari Regular\", \"Sarvatrik Devanagari Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},children:\"Child Safe Packaging\"})}),fonts:[\"CUSTOM;Sarvatrik Devanagari Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:\"Child Safe Packaging\"})}),className:\"framer-16on4dc\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DJKW0OXWR:\"technical-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"d6SnACSs8\"}},webPageId:\"NWTgA_BcT\"},nodeId:\"tgh2hDele\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1f0hhf6 framer-yxlud3\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19bt7kc\",\"data-framer-name\":\"Technical\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:70,name:\"Technical\",svg:'<svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.46 70.46\"><defs><style>.cls-2{stroke-width:0;fill:#0e4e4e}</style></defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><path class=\"cls-2\" d=\"M40.6 41.79c0 1.64-1.36 2.98-3.04 2.98H32.9c-1.68 0-3.04-1.33-3.04-2.98v-.94h-9.87l3.47 14.77c.26.45.71.73 1.2.73h21.13c.49 0 .95-.28 1.2-.73l3.47-14.77h-9.87v.94h.01Z\"/><path class=\"cls-2\" d=\"M33.27 43.53h3.91c1.1 0 1.99-.86 1.99-1.91v-.77h-7.89v.77c0 1.05.89 1.91 1.99 1.91Z\"/><path d=\"M35.23 0C15.77 0 0 15.77 0 35.23s15.77 35.23 35.23 35.23 35.23-15.77 35.23-35.23S54.69 0 35.23 0Zm0 56.36c-11.67 0-21.14-9.46-21.14-21.14 0-11.67 9.46-21.14 21.14-21.14s21.14 9.46 21.14 21.14c0 11.67-9.46 21.14-21.14 21.14Z\" style=\"stroke-width:0;fill:#e1ebae\"/><path class=\"cls-2\" d=\"M22.25 25.16c.88-.15 1.75-.31 2.63-.44 2.39-.35 3.7-1.53 4.07-3.45.17-.9.3-1.8.47-2.7.08-.44.2-.87.3-1.3h.29c.11.46.24.91.34 1.37.24 1.12.43 2.25.71 3.36.34 1.34 1.4 2.17 3.01 2.53.75.17 1.51.3 2.26.44.4.08.81.14 1.22.21v.2c-.68.1-1.37.21-2.05.32-3.15.5-4.16 1.32-4.74 3.89-.18.82-.26 1.65-.42 2.48-.07.39-.2.78-.31 1.16-.09 0-.19 0-.28.02-.1-.39-.23-.78-.31-1.17-.2-1.02-.35-2.05-.57-3.07-.37-1.78-1.69-2.82-3.85-3.17-.93-.15-1.86-.31-2.78-.46 0-.07 0-.13.02-.2v-.02Zm20.09-11.38c-.96.17-1.93.33-2.88.52-1.57.31-2.57 1.12-2.92 2.4-.27.98-.42 1.99-.63 2.99-.08.4-.18.8-.27 1.2-.11 0-.22 0-.33.02l-.3-1.51c-.16-.82-.3-1.65-.5-2.46-.38-1.5-1.51-2.4-3.35-2.72-.86-.15-1.72-.28-2.61-.58.52-.1 1.04-.21 1.56-.3 3.3-.55 4.15-1.26 4.68-3.97.19-.95.34-1.9.51-2.85h.32c.1.38.21.76.29 1.14.19.94.34 1.88.56 2.82.34 1.44 1.43 2.3 3.17 2.64.91.18 1.83.35 2.74.52-.01.06-.02.12-.04.18v-.04ZM38 21.61c1.54-.49 3.42-.27 4.06-1.63.54-1.13.72-2.36 1.09-3.66.36 1.3.53 2.54 1.07 3.67.65 1.34 2.53 1.13 4 1.68-4.47-.08-4.65 2.53-4.88 5.12-.1-.02-.21-.05-.31-.07-.08-.39-.18-.77-.23-1.16-.33-2.76-.85-3.25-4.14-3.82-.15-.03-.31-.06-.66-.13Z\"/><rect class=\"cls-2\" x=\"17.11\" y=\"34.64\" width=\"36.24\" height=\"4.81\" rx=\"1.69\" ry=\"1.69\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xVXvXVo0a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Technical \",/*#__PURE__*/_jsx(\"br\",{}),\"Packaging &\",/*#__PURE__*/_jsx(\"br\",{}),\" Solutions\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:\"Technical Packaging & Solutions\"})}),className:\"framer-tpcm1i\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DJKW0OXWR:\"caps-closures-tubes\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"mVtBrmAIB\"}},webPageId:\"NWTgA_BcT\"},nodeId:\"I3fIUcbEE\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1sx8f4d framer-yxlud3\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-coa06v\",\"data-framer-name\":\"Asset_3\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:70,name:\"Asset_3\",svg:'<svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.46 70.46\"><defs><style>.cls-1{fill:#0e4e4e;stroke-width:0}</style></defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><path class=\"cls-1\" d=\"M52.14 57.06 49.3 29.01c-.18-1.8-1.45-3.16-2.96-3.16H24.12c-1.51 0-2.78 1.36-2.96 3.16l-2.84 28.05c-.22 2.14 1.17 4.03 2.96 4.03h27.9c1.79 0 3.18-1.89 2.96-4.03Zm-16.91-8.53c-2.28 0-4.13-1.86-4.13-4.13s2.87-6.33 3.46-7.17c.34-.42 1.1-.42 1.35 0 .59.84 3.46 5.14 3.46 7.17s-1.86 4.13-4.13 4.13Z\"/><path d=\"M35.23 0C15.77 0 0 15.77 0 35.23c0 19.46 15.77 35.23 35.23 35.23s35.23-15.77 35.23-35.23C70.46 15.77 54.69 0 35.23 0Zm0 56.37c-11.67 0-21.14-9.46-21.14-21.14 0-11.67 9.46-21.14 21.14-21.14s21.14 9.46 21.14 21.14c0 11.67-9.46 21.14-21.14 21.14Z\" style=\"fill:#e1ebae;stroke-width:0\"/><path class=\"cls-1\" d=\"M39.65 9.94h-8.83c-2.28 0-3.61 1.6-3.61 4.22v6.37c0 .98.71 1.63 1.42 1.63h13.2c.71 0 1.42-.65 1.42-1.63v-6.37c0-2.61-1.33-4.22-3.61-4.22Z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Caps, Closure \",/*#__PURE__*/_jsx(\"br\",{}),\"& Tubes\"]})}),className:\"framer-1c4wuyi\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DJKW0OXWR:\"medical-packaging-and-consumables\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"JjkoJamz_\"}},webPageId:\"NWTgA_BcT\"},nodeId:\"jwPvTVCp7\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1eyh13j framer-yxlud3\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-78s3wy\",\"data-framer-name\":\"Asset_4\",fill:\"black\",intrinsicHeight:70,intrinsicWidth:70,name:\"Asset_4\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.46 70.46\"><g data-name=\"Layer 1\"><path d=\"M35.23 0C15.77 0 0 15.77 0 35.23c0 19.46 15.77 35.23 35.23 35.23s35.23-15.77 35.23-35.23C70.46 15.77 54.69 0 35.23 0Zm0 56.37c-11.67 0-21.14-9.46-21.14-21.14 0-11.67 9.46-21.14 21.14-21.14s21.14 9.46 21.14 21.14c0 11.67-9.46 21.14-21.14 21.14Z\" style=\"fill:#e1ebae;stroke-width:0\"/><path d=\"M35.19 10.13c4.86 0 8.81 3.97 8.8 8.83 0 4.88-3.97 8.81-8.87 8.8-4.83-.01-8.77-3.98-8.76-8.83 0-4.86 3.97-8.81 8.84-8.8Zm21.34 24.84c-2.54-4.39-8.34-7.77-14.51-5.02-1.35.6-2.73 1.18-4.12 1.7-.99.37-2.03.64-3.09.51-.8-.1-1.62-.25-2.38-.53-1.46-.53-2.88-1.17-4.32-1.77-1.84-.77-3.75-1.11-5.73-.8-3.28.51-5.88 2.18-7.84 4.83-2.21 3-2.78 6.41-2.34 10.04.43 3.54 1.92 6.62 4.21 9.33 2.87 3.39 6.44 5.81 10.54 7.48 2.63 1.07 5.35 1.73 8.68 1.78.57-.06 1.63-.1 2.66-.3 6.07-1.19 11.25-4.02 15.37-8.66 2.83-3.18 4.46-6.9 4.6-11.2.09-2.62-.43-5.1-1.75-7.39ZM42.62 50.11h-4.78v4.78h-5.47v-4.78h-4.65v-5.33h4.65V40h5.47v4.78h4.78v5.33Z\" style=\"fill:#0e4e4e;stroke-width:0\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xVXvXVo0a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Medical \",/*#__PURE__*/_jsx(\"br\",{}),\"Packaging & Lab Consumables\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-dt78ya\",\"data-styles-preset\":\"NGa7Pfn7q\",style:{\"--framer-text-alignment\":\"center\"},children:\"Medical Packaging & Lab Consumables\"})}),className:\"framer-42yjd6\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{y:2191.2},nJMyL2i4C:{y:2231.4},xVXvXVo0a:{y:2099.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,width:\"100vw\",y:1988.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bei7g6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"sU61AyGft\"},nJMyL2i4C:{variant:\"YybNAfS8v\"},xVXvXVo0a:{variant:\"oj1JUq3EG\"}},children:/*#__PURE__*/_jsx(TextKickerTextLarge,{BAq28qbGg:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",cHABn9XBG:\"30px\",height:\"100%\",IAvrFp3f2:\"Our packaging and laboratory solution portfolio\",id:\"SudLCw4JX\",layoutId:\"SudLCw4JX\",P5PuhBMxb:\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\",style:{width:\"100%\"},us9d84reH:true,variant:\"bzFleszZs\",width:\"100%\",Xk6z_DQUM:\"Our designs have enhanced the safety and sustainability of products, and we are continuously implementing and introducing innovative solutions to the market. \"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lusbf\",\"data-framer-name\":\"Section cards\",name:\"Section cards\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{DJKW0OXWR:\"food-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"Whsd8wXYR\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"child-safe\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"hs4iDCaxX\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"technical-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"d6SnACSs8\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"food-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"Whsd8wXYR\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"child-safe\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"hs4iDCaxX\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"technical-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"d6SnACSs8\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"food-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"Whsd8wXYR\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"child-safe\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"hs4iDCaxX\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"technical-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"d6SnACSs8\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"food-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"Whsd8wXYR\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"child-safe\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"hs4iDCaxX\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"technical-packaging\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"d6SnACSs8\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{height:1e3,y:2562.2},nJMyL2i4C:{height:1054,y:2602.4},xVXvXVo0a:{height:750,y:2470.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:850,width:\"calc(100vw - 60px)\",y:2359.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m0mmov-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{BS1ZWfc6v:resolvedLinks2[6],sNxfY7son:resolvedLinks2[7],style:{width:\"100%\"},Us5hg9qcI:resolvedLinks2[8],variant:\"qn3g1MIPD\"},nJMyL2i4C:{BS1ZWfc6v:resolvedLinks2[3],sNxfY7son:resolvedLinks2[4],Us5hg9qcI:resolvedLinks2[5]},xVXvXVo0a:{BS1ZWfc6v:resolvedLinks2[9],sNxfY7son:resolvedLinks2[10],Us5hg9qcI:resolvedLinks2[11],variant:\"Vz5xkySol\"}},children:/*#__PURE__*/_jsx(HoverCards,{bEPxITljI:\"Achieve benefits like; Enhanced Product Protection - Customization and Flexibility - Efficiency and Cost Savings - Improved Branding and Market Appeal.\",BS1ZWfc6v:resolvedLinks2[0],C9tNpQnVD:addImageAlt({src:\"https://framerusercontent.com/images/IC1lCxt1arckpFjzBRQMg8XIdPM.svg\"},\"\"),eMlYnh1_4:\"var(--token-b7d9282d-37be-4c6b-abb9-934ca67cde7a, rgb(128, 188, 230))\",fC_zF5zjt:true,height:\"100%\",i0h8w4r2M:\"Since 2005, we have been developing and manufacturing products and solutions that have become the market standard for some of the biggest brands and private label holders in Europe.\",id:\"orHtaRNSa\",jrM2xOS7j:\"With state-of-the-art, energy efficient equipment in our purpose-built facilities, we manufacture the thinnest and most lightweight packaging in the industry.\",layoutId:\"orHtaRNSa\",NWyQmeqUK:addImageAlt({src:\"https://framerusercontent.com/images/93Pi3dUIf8Zh2bpoIEfdykUE5As.svg\"},\"\"),OFxdPwcsu:false,QaOoFP0mK:addImageAlt({src:\"https://framerusercontent.com/images/E8qKtYf6IsAz1xgISqEuMfqkcVk.svg\"},\"\"),rk1xwkEKJ:\"Discover the benefits of our food packaging solutions, designed for durability and efficiency\u2014explore more to see how they can revolutionise your packaging needs.\",rzOlRdxex:\"Technical Packaging & Solutions\",sNxfY7son:resolvedLinks2[1],style:{height:\"100%\",width:\"100%\"},Us5hg9qcI:resolvedLinks2[2],variant:\"yFwtZ1W4U\",vv0QZStDS:\"Child Safe Packaging\",width:\"100%\",wuQFLSK3_:\"var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, rgb(191, 222, 243))\",wvoQnAHdb:\"Read more about our advanced technical packaging options, tailored for specialised products.\",x3O7tuuDX:\"Food Packaging\",zzzNdGvQn:\"Innovative child-safe packaging solutions, precisely crafted to ensure safety and peace of mind.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{DJKW0OXWR:\"caps-closures-tubes\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"mVtBrmAIB\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"caps-closures-tubes\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"mVtBrmAIB\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"caps-closures-tubes\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"mVtBrmAIB\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined},{href:{pathVariables:{DJKW0OXWR:\"caps-closures-tubes\"},unresolvedPathSlugs:{DJKW0OXWR:{collectionId:\"Cxz7cGZ9a\",collectionItemId:\"mVtBrmAIB\"}},webPageId:\"NWTgA_BcT\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{y:3582.2},nJMyL2i4C:{height:543,y:3676.4},xVXvXVo0a:{y:3240.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:465,width:\"calc(100vw - 60px)\",y:3229.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ga6wrt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{GPWHu7TKu:resolvedLinks3[2],style:{width:\"100%\"},variant:\"YFSgWacwo\"},nJMyL2i4C:{GPWHu7TKu:resolvedLinks3[1]},xVXvXVo0a:{GPWHu7TKu:resolvedLinks3[3],style:{width:\"100%\"},variant:\"ZJ_p9ZEf6\"}},children:/*#__PURE__*/_jsx(HoverCardsVideo,{fOL4E3bIt:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",GdQ_jd9zU:true,GPWHu7TKu:resolvedLinks3[0],HAFouTv82:\"Medical Packaging & Lab Consumables\",height:\"100%\",id:\"d8fn8JKuc\",layoutId:\"d8fn8JKuc\",sOUlRsVeC:\"This is a teaser text on this topic that can give the reader more context and knowledge about thin-walled  packaging.\",style:{height:\"100%\",width:\"100%\"},txU41EXxq:\"Using plastic caps and tubes for packaging offers several key benefits.\",variant:\"l_ypoZdK0\",width:\"100%\",z2VgMhuy3:true,ZMCqPPmS2:\"Skanem a leading supplier within medical packaging and consumables in plastics.\",ZUD194KHH:\"Caps, Closure & Tubes\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qr4ep1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w8pcyg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xVXvXVo0a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-yizixp\",\"data-styles-preset\":\"e8oXfxwH_\",children:[\"\\xa0We act in a responsible way, and build trusted \",/*#__PURE__*/_jsx(\"br\",{}),\"connections with our clients.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wgsd2w\",\"data-styles-preset\":\"HEz12ihUH\",style:{\"--framer-text-color\":\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\"},children:\"\\xa0We act in a responsible way, and build trusted connections with our clients.\"})}),className:\"framer-1umdnyn\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hgc5em-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{gap:50},xVXvXVo0a:{gap:80}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:10,overflow:false},gap:150,height:\"100%\",hoverFactor:1,id:\"Qiawcxngm\",layoutId:\"Qiawcxngm\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klp8ut\",\"data-framer-name\":\"Synn\\xf8ve Finden\",name:\"Synn\\xf8ve Finden\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:273,pixelWidth:723,positionX:\"center\",positionY:\"center\",sizes:\"141px\",src:\"https://framerusercontent.com/images/yP7R64N9IEFelV0lwLYv4dIthTM.png\",srcSet:\"https://framerusercontent.com/images/yP7R64N9IEFelV0lwLYv4dIthTM.png?scale-down-to=512 512w,https://framerusercontent.com/images/yP7R64N9IEFelV0lwLYv4dIthTM.png 723w\"},className:\"framer-h7wrvd\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:220,pixelWidth:291,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bfyRBbnAC9puBVXYdLzQWFtKE.png\"},className:\"framer-82kkjp\",\"data-framer-name\":\"Tine\",name:\"Tine\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rx3ptn\",\"data-framer-name\":\"Orkla\",name:\"Orkla\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:320,pixelWidth:748,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/XfZYie28v1Jm4BE6LjA3vfsEY.png\",srcSet:\"https://framerusercontent.com/images/XfZYie28v1Jm4BE6LjA3vfsEY.png?scale-down-to=512 512w,https://framerusercontent.com/images/XfZYie28v1Jm4BE6LjA3vfsEY.png 748w\"},className:\"framer-it262o\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w5bs7k\",\"data-framer-name\":\"Henning Olsen\",name:\"Henning Olsen\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:324,pixelWidth:844,positionX:\"center\",positionY:\"center\",sizes:\"136px\",src:\"https://framerusercontent.com/images/h114dxZDaN3XFFg9Qor9RDmlE.png\",srcSet:\"https://framerusercontent.com/images/h114dxZDaN3XFFg9Qor9RDmlE.png?scale-down-to=512 512w,https://framerusercontent.com/images/h114dxZDaN3XFFg9Qor9RDmlE.png 844w\"},className:\"framer-1o4mp3q\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w0imcg\",\"data-framer-name\":\"SSI Diagnostica\",name:\"SSI Diagnostica\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:219,pixelWidth:844,positionX:\"center\",positionY:\"center\",sizes:\"162px\",src:\"https://framerusercontent.com/images/KlepzNglGj9XbaUf8LncQZQfU.png\",srcSet:\"https://framerusercontent.com/images/KlepzNglGj9XbaUf8LncQZQfU.png?scale-down-to=512 512w,https://framerusercontent.com/images/KlepzNglGj9XbaUf8LncQZQfU.png 844w\"},className:\"framer-kqvpdx\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ocryrf\",\"data-framer-name\":\"Helse Vest\",name:\"Helse Vest\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:876,pixelWidth:3335,positionX:\"center\",positionY:\"center\",sizes:\"162px\",src:\"https://framerusercontent.com/images/LkmP83b5ha63vBybxniDtQ1TTE.png\",srcSet:\"https://framerusercontent.com/images/LkmP83b5ha63vBybxniDtQ1TTE.png?scale-down-to=512 512w,https://framerusercontent.com/images/LkmP83b5ha63vBybxniDtQ1TTE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LkmP83b5ha63vBybxniDtQ1TTE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LkmP83b5ha63vBybxniDtQ1TTE.png 3335w\"},className:\"framer-vxzxhw\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-133n3hk\",\"data-framer-name\":\"Unilever\",name:\"Unilever\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:274,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:\"138px\",src:\"https://framerusercontent.com/images/q5aprY4QYCutou4ElysONANvi28.png\",srcSet:\"https://framerusercontent.com/images/q5aprY4QYCutou4ElysONANvi28.png?scale-down-to=512 512w,https://framerusercontent.com/images/q5aprY4QYCutou4ElysONANvi28.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q5aprY4QYCutou4ElysONANvi28.png 1280w\"},className:\"framer-15tq9wj\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yhdo8b\",\"data-framer-name\":\"Mc Bride\",name:\"Mc Bride\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:419,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"128px\",src:\"https://framerusercontent.com/images/iiyeJ6iYKAlqBUs82tAjYnMAZew.png\",srcSet:\"https://framerusercontent.com/images/iiyeJ6iYKAlqBUs82tAjYnMAZew.png?scale-down-to=512 512w,https://framerusercontent.com/images/iiyeJ6iYKAlqBUs82tAjYnMAZew.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iiyeJ6iYKAlqBUs82tAjYnMAZew.png 1200w\"},className:\"framer-wdqti2\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1duqldn\",\"data-framer-name\":\"Sundolitt\",name:\"Sundolitt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:150,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"154px\",src:\"https://framerusercontent.com/images/BDJiF5IpTil8nUSvezJDjkQYt0.png\",srcSet:\"https://framerusercontent.com/images/BDJiF5IpTil8nUSvezJDjkQYt0.png?scale-down-to=512 512w,https://framerusercontent.com/images/BDJiF5IpTil8nUSvezJDjkQYt0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BDJiF5IpTil8nUSvezJDjkQYt0.png 1080w\"},className:\"framer-qr8wwo\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19af097\",\"data-framer-name\":\"Incasa\",name:\"Incasa\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:230,pixelWidth:844,positionX:\"center\",positionY:\"center\",sizes:\"128px\",src:\"https://framerusercontent.com/images/MpGCFHpZGnh0LamuHN2jR4KGHPg.png\",srcSet:\"https://framerusercontent.com/images/MpGCFHpZGnh0LamuHN2jR4KGHPg.png?scale-down-to=512 512w,https://framerusercontent.com/images/MpGCFHpZGnh0LamuHN2jR4KGHPg.png 844w\"},className:\"framer-1s3iwf1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d25990\",\"data-framer-name\":\"Berner\",name:\"Berner\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:206,pixelWidth:820,positionX:\"center\",positionY:\"center\",sizes:\"128px\",src:\"https://framerusercontent.com/images/akfSEAzKiYfNjqsoqY83qGjC6kE.png\",srcSet:\"https://framerusercontent.com/images/akfSEAzKiYfNjqsoqY83qGjC6kE.png?scale-down-to=512 512w,https://framerusercontent.com/images/akfSEAzKiYfNjqsoqY83qGjC6kE.png 820w\"},className:\"framer-wgalip\"})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13cmtyf\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-596iw4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-xlq3g\",\"data-styles-preset\":\"se5GgCWCZ\",style:{\"--framer-text-color\":\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174))\"},children:\"News & stories from Skanem\"})}),className:\"framer-105z9e8\",\"data-framer-name\":\"Kundenavn\",fonts:[\"Inter\"],name:\"Kundenavn\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qzijg1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s3mvd\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rkwbLH1lG\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"rkwbLH1lG\",name:\"JaPhIxIS5\",type:\"Identifier\"},{collection:\"rkwbLH1lG\",name:\"adhopnOxC\",type:\"Identifier\"},{collection:\"rkwbLH1lG\",name:\"cTPV9QpTN\",type:\"Identifier\"},{collection:\"rkwbLH1lG\",name:\"zwW9PwZbk\",type:\"Identifier\"},{collection:\"rkwbLH1lG\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"rkwbLH1lG\",name:\"HK7ms2cOf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"z0aLhlsV8\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({adhopnOxC:adhopnOxCrkwbLH1lG,cTPV9QpTN:cTPV9QpTNrkwbLH1lG,id:idrkwbLH1lG,JaPhIxIS5:JaPhIxIS5rkwbLH1lG,zwW9PwZbk:zwW9PwZbkrkwbLH1lG},i)=>{var _enumToDisplayNameFunctions_cTPV9QpTN;JaPhIxIS5rkwbLH1lG!==null&&JaPhIxIS5rkwbLH1lG!==void 0?JaPhIxIS5rkwbLH1lG:JaPhIxIS5rkwbLH1lG=\"\";zwW9PwZbkrkwbLH1lG!==null&&zwW9PwZbkrkwbLH1lG!==void 0?zwW9PwZbkrkwbLH1lG:zwW9PwZbkrkwbLH1lG=\"\";const textContent=(_enumToDisplayNameFunctions_cTPV9QpTN=enumToDisplayNameFunctions[\"cTPV9QpTN\"])===null||_enumToDisplayNameFunctions_cTPV9QpTN===void 0?void 0:_enumToDisplayNameFunctions_cTPV9QpTN.call(enumToDisplayNameFunctions,cTPV9QpTNrkwbLH1lG,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`rkwbLH1lG-${idrkwbLH1lG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{JaPhIxIS5:JaPhIxIS5rkwbLH1lG},children:/*#__PURE__*/_jsx(Link,{href:convertFromBoolean(isSet(JaPhIxIS5rkwbLH1lG),activeLocale,{JaPhIxIS5rkwbLH1lG}),nodeId:\"R6brD2hq_\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-dhbnv3 framer-yxlud3\",children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-p8l5vm\",style:{rotate:33},whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"312px\",...toResponsiveImage(adhopnOxCrkwbLH1lG)}},nJMyL2i4C:{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"513px\",...toResponsiveImage(adhopnOxCrkwbLH1lG)}},xVXvXVo0a:{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"312px\",...toResponsiveImage(adhopnOxCrkwbLH1lG)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"338.5px\",...toResponsiveImage(adhopnOxCrkwbLH1lG)},className:\"framer-13c2bfl\",style:{rotate:-33}})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bcftfj\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a91aos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ybt7pv\",\"data-styles-preset\":\"FLTqA1v0a\",style:{\"--framer-text-color\":\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\"},children:\"Content\"})}),className:\"framer-lzg39n\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ma1nod\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-vxnol9\",\"data-styles-preset\":\"ic4c1kFrY\",children:\"Title\"})}),className:\"framer-u018zk\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:zwW9PwZbkrkwbLH1lG,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})},idrkwbLH1lG);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r5z4za\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XmafHzmby\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"XmafHzmby\",name:\"JaPhIxIS5\",type:\"Identifier\"},{collection:\"XmafHzmby\",name:\"cTPV9QpTN\",type:\"Identifier\"},{collection:\"XmafHzmby\",name:\"zwW9PwZbk\",type:\"Identifier\"},{collection:\"XmafHzmby\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XmafHzmby\",name:\"cTPV9QpTN\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"TajivNlaG\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({cTPV9QpTN:cTPV9QpTNXmafHzmby,id:idXmafHzmby,JaPhIxIS5:JaPhIxIS5XmafHzmby,zwW9PwZbk:zwW9PwZbkXmafHzmby},i)=>{var _enumToDisplayNameFunctions_cTPV9QpTN;JaPhIxIS5XmafHzmby!==null&&JaPhIxIS5XmafHzmby!==void 0?JaPhIxIS5XmafHzmby:JaPhIxIS5XmafHzmby=\"\";zwW9PwZbkXmafHzmby!==null&&zwW9PwZbkXmafHzmby!==void 0?zwW9PwZbkXmafHzmby:zwW9PwZbkXmafHzmby=\"\";const textContent1=(_enumToDisplayNameFunctions_cTPV9QpTN=enumToDisplayNameFunctions[\"cTPV9QpTN\"])===null||_enumToDisplayNameFunctions_cTPV9QpTN===void 0?void 0:_enumToDisplayNameFunctions_cTPV9QpTN.call(enumToDisplayNameFunctions,cTPV9QpTNXmafHzmby,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`XmafHzmby-${idXmafHzmby}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{JaPhIxIS5:JaPhIxIS5XmafHzmby},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zf423h\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{JaPhIxIS5:JaPhIxIS5XmafHzmby},webPageId:\"FLd7i6dzq\"},nodeId:\"kxvE8NOYS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rcbfw2 framer-yxlud3\",\"data-border\":true,style:{rotate:33},whileHover:animation1,children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1vb7ffw\",style:{rotate:-33}})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x6yo1x\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i9jv1m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ybt7pv\",\"data-styles-preset\":\"FLTqA1v0a\",style:{\"--framer-text-color\":\"var(--token-b7d9282d-37be-4c6b-abb9-934ca67cde7a, rgb(128, 188, 230))\"},children:\"Content\"})}),className:\"framer-urjnph\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-vxnol9\",\"data-styles-preset\":\"ic4c1kFrY\",children:\"Title\"})}),className:\"framer-u1gq31\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:zwW9PwZbkXmafHzmby,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})},idXmafHzmby);})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13oqk1b hidden-d9atlg\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Z1j3wPbzM\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"Z1j3wPbzM\",name:\"JaPhIxIS5\",type:\"Identifier\"},{collection:\"Z1j3wPbzM\",name:\"adhopnOxC\",type:\"Identifier\"},{collection:\"Z1j3wPbzM\",name:\"cTPV9QpTN\",type:\"Identifier\"},{collection:\"Z1j3wPbzM\",name:\"zwW9PwZbk\",type:\"Identifier\"},{collection:\"Z1j3wPbzM\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Z1j3wPbzM\",name:\"HK7ms2cOf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"z0aLhlsV8\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({adhopnOxC:adhopnOxCZ1j3wPbzM,cTPV9QpTN:cTPV9QpTNZ1j3wPbzM,id:idZ1j3wPbzM,JaPhIxIS5:JaPhIxIS5Z1j3wPbzM,zwW9PwZbk:zwW9PwZbkZ1j3wPbzM},i)=>{var _enumToDisplayNameFunctions_cTPV9QpTN;JaPhIxIS5Z1j3wPbzM!==null&&JaPhIxIS5Z1j3wPbzM!==void 0?JaPhIxIS5Z1j3wPbzM:JaPhIxIS5Z1j3wPbzM=\"\";zwW9PwZbkZ1j3wPbzM!==null&&zwW9PwZbkZ1j3wPbzM!==void 0?zwW9PwZbkZ1j3wPbzM:zwW9PwZbkZ1j3wPbzM=\"\";const textContent2=(_enumToDisplayNameFunctions_cTPV9QpTN=enumToDisplayNameFunctions[\"cTPV9QpTN\"])===null||_enumToDisplayNameFunctions_cTPV9QpTN===void 0?void 0:_enumToDisplayNameFunctions_cTPV9QpTN.call(enumToDisplayNameFunctions,cTPV9QpTNZ1j3wPbzM,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Z1j3wPbzM-${idZ1j3wPbzM}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{JaPhIxIS5:JaPhIxIS5Z1j3wPbzM},children:/*#__PURE__*/_jsx(Link,{href:convertFromBoolean1(isSet(JaPhIxIS5Z1j3wPbzM),activeLocale,{JaPhIxIS5Z1j3wPbzM}),nodeId:\"oZo6yvMR_\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1snb3wu framer-yxlud3\",children:[/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1f6lose\",style:{rotate:33},whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"312px\",...toResponsiveImage(adhopnOxCZ1j3wPbzM)}},nJMyL2i4C:{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"513px\",...toResponsiveImage(adhopnOxCZ1j3wPbzM)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3648,pixelWidth:5472,sizes:\"338.5px\",...toResponsiveImage(adhopnOxCZ1j3wPbzM)},className:\"framer-17c7amj\",style:{rotate:-33}})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jhx782\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12styb8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ybt7pv\",\"data-styles-preset\":\"FLTqA1v0a\",style:{\"--framer-text-color\":\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\"},children:\"Content\"})}),className:\"framer-1hm5kf7\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kke66r\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-vxnol9\",\"data-styles-preset\":\"ic4c1kFrY\",children:\"Title\"})}),className:\"framer-1oqd4ei\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:zwW9PwZbkZ1j3wPbzM,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})},idZ1j3wPbzM);})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.4,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:0,className:\"framer-vgap97 hidden-eyb2ln hidden-1vcx43q hidden-d9atlg\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dm9ik\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 706 706\"><path d=\"M 352.966 1.714 C 158.971 1.714 1.714 158.971 1.714 352.966 C 1.714 546.961 158.971 704.218 352.966 704.218 C 546.961 704.218 704.218 546.961 704.218 352.966 C 704.218 158.971 546.941 1.714 352.966 1.714 Z M 352.966 563.717 C 236.581 563.717 142.215 469.371 142.215 352.966 C 142.215 236.561 236.561 142.215 352.966 142.215 C 469.371 142.215 563.717 236.561 563.717 352.966 C 563.717 469.371 469.371 563.717 352.966 563.717 Z\" fill=\"transparent\" stroke-width=\"2.33\" stroke=\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)) /* {&quot;name&quot;:&quot;Skanem Friendly Bright Green&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12812699939,withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pkadzi\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vjA1B3fOh\"},nodeId:\"fXfANqvWB\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-18cwdp2 framer-yxlud3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-vxnol9\",\"data-styles-preset\":\"ic4c1kFrY\",style:{\"--framer-text-color\":\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\"},children:\"More News & Stories\"})}),className:\"framer-wi59e5\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{height:40,width:\"40px\",y:4546.8},nJMyL2i4C:{y:5359},xVXvXVo0a:{y:4667.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",y:4427.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q3ncit-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"WTgHaw6lK\"}},children:/*#__PURE__*/_jsx(Article_buttin,{height:\"100%\",id:\"Y9o7Lubnu\",layoutId:\"Y9o7Lubnu\",style:{height:\"100%\",width:\"100%\"},variant:\"o39C2zxVp\",width:\"100%\"})})})})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-87ju70\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14vq9nl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{width:\"calc(min(100vw, 2100px) - 40px)\",y:4666.8},nJMyL2i4C:{y:5575},xVXvXVo0a:{y:4833.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:341,width:\"calc(min(100vw, 2100px) - 60px)\",y:4602.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vxrcoz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"sU61AyGft\"},nJMyL2i4C:{variant:\"YybNAfS8v\"},xVXvXVo0a:{variant:\"oj1JUq3EG\"}},children:/*#__PURE__*/_jsx(TextKickerTextLarge,{BAq28qbGg:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",cHABn9XBG:\"0px\",height:\"100%\",IAvrFp3f2:\"Working with sustainability in packaging\",id:\"TDvUuaEfw\",layoutId:\"TDvUuaEfw\",P5PuhBMxb:\"var(--token-d1ef26dd-057e-4bd1-a145-0c9ae571b79c, rgb(132, 166, 166))\",style:{width:\"100%\"},us9d84reH:true,variant:\"bzFleszZs\",width:\"100%\",Xk6z_DQUM:\"Companies are increasingly adopting sustainable packaging solutions, catering to the demand for recyclable, biodegradable, or renewable materials.  \"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{width:\"calc(min(100vw, 2100px) - 40px)\",y:5047.8},nJMyL2i4C:{y:5986},xVXvXVo0a:{y:5214.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:318,width:\"calc(min(100vw, 2100px) - 60px)\",y:4983.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vm01to-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"YIU7SxPgg\"},nJMyL2i4C:{variant:\"zYgFrz5z7\"},xVXvXVo0a:{variant:\"AodtiN51P\"}},children:/*#__PURE__*/_jsx(SliderSectionX4,{bNKrstIYo:\"Skanem's ECOVADIS Score\",EqF4aKnDZ:\"Skanem's ECOVADIS Score\",FmjzvddTS:\"Skanem's ECOVADIS Score\",height:\"100%\",hf38HtGPP:\"Skanem's ECOVADIS Score\",HFnPurKa1:\"Bd8SD_6RF\",id:\"I0ll_gDCA\",Ii30H6ag3:\"Environment\",KbU7WRg1H:\"Bd8SD_6RF\",layoutId:\"I0ll_gDCA\",O_J71RmVa:\"Bd8SD_6RF\",style:{width:\"100%\"},Tmzl95VgL:\"Sustainable Procurement\",uwbjz0ZGZ:\"Labour & Human Rights\",variant:\"qr0HxE88e\",width:\"100%\",ym04hdrNm:\"Ethics\",zn4052RA5:\"Bd8SD_6RF\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1heb2ar\",\"data-framer-name\":\"Cards-Duo\",name:\"Cards-Duo\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gygb6s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{width:\"calc(min(100vw, 2100px) - 40px)\",y:5405.8},nJMyL2i4C:{width:\"max((min(100vw, 2100px) - 180px) / 2, 1px)\",y:6374},xVXvXVo0a:{y:5572.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:\"calc(min(100vw, 2100px) - 60px)\",y:5341.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yevnac-container\",children:/*#__PURE__*/_jsx(TitleSubheadingAndBodyText,{CHy_akynG:\"rcdIrcmXs\",dUpWoup3h:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",height:\"100%\",id:\"xA83_s_89\",JL9Z56yCW:\"var(--token-f775d073-7a62-4c81-9606-a9f7ff05f17b, rgb(81, 41, 54))\",kUFs_sXCb:\"The adoption of more sustainable practices enables a more positive contribution to sustainability, but also appeals to environmentally conscious consumers while strengthening the responsible and forward-thinking approach of our customers. \",layoutId:\"xA83_s_89\",M9Lq7vpoM:\"rgb(0, 0, 0)\",qcRbYF6Cf:\"V1v9smTa0\",rBh6Frjsq:\"\",RxUs_ptq_:\"\",style:{width:\"100%\"},TqGVpW0Ga:\"rgb(0, 0, 0)\",width:\"100%\",WIvQ5zsrd:\"\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{width:\"calc(min(100vw, 2100px) - 40px)\",y:5651.8},nJMyL2i4C:{width:\"max((min(100vw, 2100px) - 180px) / 2, 1px)\",y:6374},xVXvXVo0a:{y:5818.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:\"calc(min(100vw, 2100px) - 60px)\",y:5587.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zoa049-container\",children:/*#__PURE__*/_jsx(TitleSubheadingAndBodyText,{CHy_akynG:\"rcdIrcmXs\",dUpWoup3h:\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\",height:\"100%\",id:\"hgcRXn4wY\",JL9Z56yCW:\"var(--token-f775d073-7a62-4c81-9606-a9f7ff05f17b, rgb(81, 41, 54))\",kUFs_sXCb:\"While sustainable packaging and products present certain challenges, such as cost and availability, technological advancements and heightened awareness are making sustainable options more feasible for businesses, aligning brand values with consumer expectations in an environmentally-conscious marketplace.\\xa0\",layoutId:\"hgcRXn4wY\",M9Lq7vpoM:\"rgb(0, 0, 0)\",qcRbYF6Cf:\"V1v9smTa0\",rBh6Frjsq:\"\",RxUs_ptq_:\"\",style:{width:\"100%\"},TqGVpW0Ga:\"rgb(0, 0, 0)\",width:\"100%\",WIvQ5zsrd:\"\"})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cuj3vu\",\"data-framer-name\":\"Cards-Duo\",name:\"Cards-Duo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5897.8),pixelHeight:1718,pixelWidth:3e3,sizes:\"calc(min(100vw, 2100px) - 40px)\",src:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg\",srcSet:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg 3000w\"}},nJMyL2i4C:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6640),pixelHeight:1718,pixelWidth:3e3,sizes:\"calc((min(100vw, 2100px) - 60px) * 0.6)\",src:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg\",srcSet:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg 3000w\"}},xVXvXVo0a:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6064.6),pixelHeight:1718,pixelWidth:3e3,sizes:\"calc(min(100vw, 2100px) - 60px)\",src:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg\",srcSet:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg 3000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5833.2),pixelHeight:1718,pixelWidth:3e3,sizes:\"calc((min(100vw, 2100px) - 60px) * 0.6)\",src:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg\",srcSet:\"https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tD5WvGTRPvrCl4Sp2YxwRHyGLCU.jpg 3000w\"},className:\"framer-sidg2h\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"MZPndqGQA\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"MZPndqGQA\",name:\"vhLy0TtfC\",type:\"Identifier\"},{collection:\"MZPndqGQA\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3.map(({id:idMZPndqGQA,vhLy0TtfC:vhLy0TtfCMZPndqGQA},i)=>{vhLy0TtfCMZPndqGQA!==null&&vhLy0TtfCMZPndqGQA!==void 0?vhLy0TtfCMZPndqGQA:vhLy0TtfCMZPndqGQA=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`MZPndqGQA-${idMZPndqGQA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{vhLy0TtfC:vhLy0TtfCMZPndqGQA},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-131jhl4\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Dj00Jxamt\"},implicitPathVariables:undefined},{href:{webPageId:\"Dj00Jxamt\"},implicitPathVariables:undefined},{href:{webPageId:\"Dj00Jxamt\"},implicitPathVariables:undefined},{href:{webPageId:\"Dj00Jxamt\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14gm3f9-container\",whileHover:animation2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{aD6Y1As9w:resolvedLinks4[2],variant:\"x5kND_qx8\"},nJMyL2i4C:{aD6Y1As9w:resolvedLinks4[1],variant:\"wlRa49exK\"},xVXvXVo0a:{aD6Y1As9w:resolvedLinks4[3],variant:\"x5kND_qx8\"}},children:/*#__PURE__*/_jsx(BTNPrimary,{aD6Y1As9w:resolvedLinks4[0],height:\"100%\",i6vBw2MVs:true,id:\"I4034D2pG\",layoutId:\"I4034D2pG\",v2JpTq8_v:\"More about sustainability\",variant:\"t5v_UrWyY\",width:\"100%\",yvnvmAhBY:false})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xyfhbe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 236 237\"><path d=\"M 118.47 1.212 C 53.646 1.212 1.099 53.815 1.099 118.706 C 1.099 183.597 53.646 236.2 118.47 236.2 C 183.294 236.2 235.842 183.597 235.842 118.706 C 235.842 53.815 183.287 1.212 118.47 1.212 Z M 118.47 189.202 C 79.58 189.202 48.047 157.643 48.047 118.706 C 48.047 79.768 79.573 48.21 118.47 48.21 C 157.367 48.21 188.893 79.768 188.893 118.706 C 188.893 157.643 157.367 189.202 118.47 189.202 Z\" fill=\"transparent\" stroke-width=\"0.92\" stroke=\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)) /* {&quot;name&quot;:&quot;Skanem Friendly Bright Green&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11831104267},nJMyL2i4C:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 526 527\"><path d=\"M 262.983 2.296 C 118.731 2.296 1.796 119.292 1.796 263.621 C 1.796 407.949 118.731 524.946 262.983 524.946 C 407.236 524.946 524.171 407.949 524.171 263.621 C 524.171 119.292 407.221 2.296 262.983 2.296 Z M 262.983 420.416 C 176.441 420.416 106.271 350.224 106.271 263.621 C 106.271 177.017 176.426 106.826 262.983 106.826 C 349.541 106.826 419.696 177.017 419.696 263.621 C 419.696 350.224 349.541 420.416 262.983 420.416 Z\" fill=\"transparent\" stroke-width=\"3.22\" stroke=\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)) /* {&quot;name&quot;:&quot;Skanem Friendly Bright Green&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9728925924},xVXvXVo0a:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 363 363\"><path d=\"M 180.804 2.887 C 82.076 2.887 2.045 82.96 2.045 181.74 C 2.045 280.521 82.076 360.594 180.804 360.594 C 279.533 360.594 359.564 280.521 359.564 181.74 C 359.564 82.96 279.522 2.887 180.804 2.887 Z M 180.804 289.053 C 121.573 289.053 73.549 241.013 73.549 181.74 C 73.549 122.468 121.563 74.428 180.804 74.428 C 240.045 74.428 288.06 122.468 288.06 181.74 C 288.06 241.013 240.045 289.053 180.804 289.053 Z\" fill=\"transparent\" stroke-width=\"0.83\" stroke=\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)) /* {&quot;name&quot;:&quot;Skanem Friendly Bright Green&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10447520609}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14smd99\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 382 383\"><path d=\"M 190.982 1.427 C 86.07 1.427 1.027 86.515 1.027 191.482 C 1.027 296.448 86.07 381.536 190.982 381.536 C 295.893 381.536 380.936 296.448 380.936 191.482 C 380.936 86.515 295.882 1.427 190.982 1.427 Z M 190.982 305.514 C 128.041 305.514 77.009 254.466 77.009 191.482 C 77.009 128.497 128.031 77.449 190.982 77.449 C 253.933 77.449 304.954 128.497 304.954 191.482 C 304.954 254.466 253.933 305.514 190.982 305.514 Z\" fill=\"transparent\" stroke-width=\"1.26\" stroke=\"var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, rgb(225, 235, 174)) /* {&quot;name&quot;:&quot;Skanem Friendly Bright Green&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9035777634,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j0guwt\"})]})})},idMZPndqGQA);})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jrbaxn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rD4BYxUE3\",data:QuotesAndTestimonials,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"rD4BYxUE3\",name:\"nBRMteW23\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"FMa3Jthc6\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"Pc0N2sprO\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"lIJRvSWCN\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"XhksY2kjY\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"sF3ONP_MX\",type:\"Identifier\"},{collection:\"rD4BYxUE3\",name:\"id\",type:\"Identifier\"}],where:{collection:\"rD4BYxUE3\",name:\"tRngtAOFH\",type:\"Identifier\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4.map(({FMa3Jthc6:FMa3Jthc6rD4BYxUE3,id:idrD4BYxUE3,lIJRvSWCN:lIJRvSWCNrD4BYxUE3,nBRMteW23:nBRMteW23rD4BYxUE3,Pc0N2sprO:Pc0N2sprOrD4BYxUE3,sF3ONP_MX:sF3ONP_MXrD4BYxUE3,XhksY2kjY:XhksY2kjYrD4BYxUE3},i)=>{FMa3Jthc6rD4BYxUE3!==null&&FMa3Jthc6rD4BYxUE3!==void 0?FMa3Jthc6rD4BYxUE3:FMa3Jthc6rD4BYxUE3=\"\";Pc0N2sprOrD4BYxUE3!==null&&Pc0N2sprOrD4BYxUE3!==void 0?Pc0N2sprOrD4BYxUE3:Pc0N2sprOrD4BYxUE3=\"\";lIJRvSWCNrD4BYxUE3!==null&&lIJRvSWCNrD4BYxUE3!==void 0?lIJRvSWCNrD4BYxUE3:lIJRvSWCNrD4BYxUE3=\"\";XhksY2kjYrD4BYxUE3!==null&&XhksY2kjYrD4BYxUE3!==void 0?XhksY2kjYrD4BYxUE3:XhksY2kjYrD4BYxUE3=\"\";sF3ONP_MXrD4BYxUE3!==null&&sF3ONP_MXrD4BYxUE3!==void 0?sF3ONP_MXrD4BYxUE3:sF3ONP_MXrD4BYxUE3=\"\";const textContent3=suffix(prefix(FMa3Jthc6rD4BYxUE3,\"\\xab\"),\"\\xbb\");const textContent4=suffix(Pc0N2sprOrD4BYxUE3,\",\");const textContent5=prefix(XhksY2kjYrD4BYxUE3,\"at \");return /*#__PURE__*/_jsx(LayoutGroup,{id:`rD4BYxUE3-${idrD4BYxUE3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{sF3ONP_MX:sF3ONP_MXrD4BYxUE3},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gx27wi\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hrrzw5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2kudvc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yho0r9\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3023,pixelWidth:3023,sizes:\"74px\",...toResponsiveImage(nBRMteW23rD4BYxUE3)},className:\"framer-qurf5t\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ivr70c\",\"data-styles-preset\":\"Rp3X4irSy\",style:{\"--framer-text-color\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},children:\"\\xab\\xbb\"})}),className:\"framer-iwzutq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ojo26j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e2eos4\",\"data-styles-preset\":\"i8eoVzIbv\",style:{\"--framer-text-color\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},children:\"CEO, Skanem Norway\"})}),className:\"framer-1xwkk3r\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xz9oqm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e2eos4\",\"data-styles-preset\":\"i8eoVzIbv\",style:{\"--framer-text-color\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},children:\"CEO, Skanem Norway\"})}),className:\"framer-wk6m7f\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:lIJRvSWCNrD4BYxUE3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-e2eos4\",\"data-styles-preset\":\"i8eoVzIbv\",style:{\"--framer-text-color\":\"var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, rgb(14, 78, 78))\"},children:\"CEO, Skanem Norway\"})}),className:\"framer-1wlnhdo\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent5,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})},idrD4BYxUE3);})})})})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:113,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation3},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wlwi8t-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"kTQ07GYeR\"},xVXvXVo0a:{variant:\"MA7ou11dg\"}},children:/*#__PURE__*/_jsx(NavWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"dTERx1cSd\",layoutId:\"dTERx1cSd\",style:{width:\"100%\"},variant:\"ZJmjnLdbI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{y:6212.799999999999},nJMyL2i4C:{y:6700},xVXvXVo0a:{y:6544.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:758,width:\"100vw\",y:5893.200000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kaey52-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HH2D6a4mp:{variant:\"iimnlyU28\"},nJMyL2i4C:{variant:\"t__ujNuh1\"},xVXvXVo0a:{variant:\"EAxSx6Qjs\"}},children:/*#__PURE__*/_jsx(Skanem_footer,{height:\"100%\",id:\"m2hn3_Je7\",layoutId:\"m2hn3_Je7\",style:{width:\"100%\"},variant:\"T5r6Pl3Ad\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-ZILLM { background: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {\"name\":\"Skanem Sustainable Beige\"} */; }`,\".framer-ZILLM.framer-yxlud3, .framer-ZILLM .framer-yxlud3 { display: block; }\",\".framer-ZILLM.framer-iyv91p { align-content: center; align-items: center; background-color: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, #fff2df); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-ZILLM .framer-19v23kw-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1f1zuuw-container, .framer-ZILLM .framer-bei7g6-container, .framer-ZILLM .framer-1vxrcoz-container, .framer-ZILLM .framer-vm01to-container, .framer-ZILLM .framer-1yevnac-container, .framer-ZILLM .framer-zoa049-container, .framer-ZILLM .framer-1kaey52-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ZILLM .framer-14mr1ng { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-13ob31v { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZILLM .framer-qcfmmy, .framer-ZILLM .framer-xe3ju3, .framer-ZILLM .framer-19bt7kc, .framer-ZILLM .framer-coa06v, .framer-ZILLM .framer-78s3wy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 120px); position: relative; width: 120px; }\",\".framer-ZILLM .framer-83h11w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 132px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZILLM .framer-1hw8x49 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZILLM .framer-16on4dc, .framer-ZILLM .framer-tpcm1i, .framer-ZILLM .framer-42yjd6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 148px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZILLM .framer-1f0hhf6, .framer-ZILLM .framer-1sx8f4d, .framer-ZILLM .framer-1eyh13j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZILLM .framer-1c4wuyi, .framer-ZILLM .framer-lzg39n, .framer-ZILLM .framer-urjnph, .framer-ZILLM .framer-1hm5kf7, .framer-ZILLM .framer-wi59e5, .framer-ZILLM .framer-1xwkk3r, .framer-ZILLM .framer-wk6m7f, .framer-ZILLM .framer-1wlnhdo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZILLM .framer-lusbf { align-content: center; align-items: center; background-color: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, #fff2df); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-m0mmov-container { flex: none; height: 850px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1ga6wrt-container { flex: none; height: 465px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1qr4ep1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 2100px; overflow: hidden; padding: 0px 30px 60px 30px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-w8pcyg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 70px 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1umdnyn, .framer-ZILLM .framer-105z9e8, .framer-ZILLM .framer-u1gq31, .framer-ZILLM .framer-iwzutq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZILLM .framer-hgc5em-container { flex: none; height: 78px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1klp8ut { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 141px; }\",\".framer-ZILLM .framer-h7wrvd, .framer-ZILLM .framer-it262o, .framer-ZILLM .framer-1o4mp3q, .framer-ZILLM .framer-kqvpdx, .framer-ZILLM .framer-vxzxhw, .framer-ZILLM .framer-15tq9wj, .framer-ZILLM .framer-wdqti2, .framer-ZILLM .framer-qr8wwo, .framer-ZILLM .framer-1s3iwf1, .framer-ZILLM .framer-wgalip { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-ZILLM .framer-82kkjp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 61px; justify-content: center; padding: 0px; position: relative; width: 96px; }\",\".framer-ZILLM .framer-1rx3ptn, .framer-ZILLM .framer-1w5bs7k { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 53px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 136px; }\",\".framer-ZILLM .framer-w0imcg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 162px; }\",\".framer-ZILLM .framer-ocryrf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 53px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 162px; }\",\".framer-ZILLM .framer-133n3hk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 138px; }\",\".framer-ZILLM .framer-yhdo8b, .framer-ZILLM .framer-19af097, .framer-ZILLM .framer-1d25990 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 128px; }\",\".framer-ZILLM .framer-1duqldn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 154px; }\",\".framer-ZILLM .framer-13cmtyf { align-content: flex-end; align-items: flex-end; background-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 589px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZILLM .framer-596iw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1qzijg1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: 367px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ZILLM .framer-s3mvd, .framer-ZILLM .framer-1r5z4za, .framer-ZILLM .framer-13oqk1b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-ZILLM .framer-dhbnv3, .framer-ZILLM .framer-1snb3wu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 367px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 247px; }\",\".framer-ZILLM .framer-p8l5vm, .framer-ZILLM .framer-1f6lose { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 150px; border-bottom-right-radius: 150px; border-top-left-radius: 150px; border-top-right-radius: 150px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZILLM .framer-13c2bfl, .framer-ZILLM .framer-1vb7ffw, .framer-ZILLM .framer-17c7amj { align-content: center; align-items: center; bottom: -23px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: -51px; overflow: hidden; padding: 0px; position: absolute; right: -41px; top: 3px; z-index: 1; }\",\".framer-ZILLM .framer-bcftfj, .framer-ZILLM .framer-1x6yo1x, .framer-ZILLM .framer-1jhx782 { align-content: center; align-items: center; bottom: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 53%; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -56px; width: 77%; z-index: 1; }\",\".framer-ZILLM .framer-1a91aos { align-content: center; align-items: center; background-color: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, #fff2df); border-bottom-left-radius: 127px; border-bottom-right-radius: 127px; border-top-left-radius: 127px; border-top-right-radius: 127px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; padding: 20px; position: relative; width: 1px; }\",\".framer-ZILLM .framer-ma1nod, .framer-ZILLM .framer-1kke66r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-u018zk { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZILLM .framer-zf423h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 367px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 247px; }\",\".framer-ZILLM .framer-1rcbfw2 { --border-bottom-width: 22px; --border-color: var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, #e1ebae); --border-left-width: 22px; --border-right-width: 22px; --border-style: solid; --border-top-width: 22px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 124px; border-bottom-right-radius: 124px; border-top-left-radius: 124px; border-top-right-radius: 124px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 20px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZILLM .framer-i9jv1m { align-content: center; align-items: center; background-color: var(--token-63214be8-5fbe-41e2-9829-7f51ec7cd1f8, #bfdef3); border-bottom-left-radius: 127px; border-bottom-right-radius: 127px; border-top-left-radius: 127px; border-top-right-radius: 127px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; padding: 20px 20px 40px 20px; position: relative; width: 1px; }\",\".framer-ZILLM .framer-12styb8 { align-content: center; align-items: center; background-color: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, #fff2df); border-bottom-left-radius: 127px; border-bottom-right-radius: 127px; border-top-left-radius: 127px; border-top-right-radius: 127px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; padding: 20px 20px 40px 20px; position: relative; width: 1px; }\",\".framer-ZILLM .framer-1oqd4ei { flex: 1 0 0px; height: auto; max-height: 193px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZILLM .framer-vgap97 { align-content: center; align-items: center; bottom: -180px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; mix-blend-mode: soft-light; opacity: 0; overflow: hidden; padding: 0px; position: absolute; right: -353px; width: min-content; z-index: 0; }\",\".framer-ZILLM .framer-1dm9ik { flex: none; height: 706px; position: relative; width: 706px; z-index: 0; }\",\".framer-ZILLM .framer-1pkadzi { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-18cwdp2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 365px; }\",\".framer-ZILLM .framer-q3ncit-container { flex: none; height: 56px; position: relative; width: 56px; z-index: 1; }\",\".framer-ZILLM .framer-87ju70 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-14vq9nl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1heb2ar { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1gygb6s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-cuj3vu { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-sidg2h { align-content: flex-start; align-items: flex-start; align-self: stretch; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 60%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZILLM .framer-131jhl4 { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 1px; justify-content: flex-start; padding: 40px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-14gm3f9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZILLM .framer-xyfhbe { align-content: center; align-items: center; bottom: -95px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 391px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -181px; width: 393px; z-index: 1; }\",\".framer-ZILLM .framer-14smd99 { flex: none; height: 383px; position: relative; width: 382px; z-index: 2; }\",\".framer-ZILLM .framer-j0guwt { aspect-ratio: 1 / 1; background-color: var(--token-2c6b3561-0c9f-4523-9d86-0be6e76fc3b6, #0e4e4e); border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; border-top-left-radius: 42px; border-top-right-radius: 42px; bottom: 226px; flex: none; height: var(--framer-aspect-ratio-supported, 84px); overflow: hidden; position: absolute; right: 55px; width: 84px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-ZILLM .framer-1jrbaxn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ZILLM .framer-gx27wi { align-content: flex-start; align-items: flex-start; background-color: var(--token-212ee4a0-dd74-44bb-93db-02dcb86c0e21, #e1ebae); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-ZILLM .framer-hrrzw5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZILLM .framer-2kudvc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1yho0r9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-qurf5t { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 73px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 74px; z-index: 1; }\",\".framer-ZILLM .framer-ojo26j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-1xz9oqm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZILLM .framer-wlwi8t-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZILLM.framer-iyv91p, .framer-ZILLM .framer-14mr1ng, .framer-ZILLM .framer-13ob31v, .framer-ZILLM .framer-1hw8x49, .framer-ZILLM .framer-1f0hhf6, .framer-ZILLM .framer-1sx8f4d, .framer-ZILLM .framer-1eyh13j, .framer-ZILLM .framer-lusbf, .framer-ZILLM .framer-1qr4ep1, .framer-ZILLM .framer-w8pcyg, .framer-ZILLM .framer-1klp8ut, .framer-ZILLM .framer-82kkjp, .framer-ZILLM .framer-1rx3ptn, .framer-ZILLM .framer-1w5bs7k, .framer-ZILLM .framer-w0imcg, .framer-ZILLM .framer-ocryrf, .framer-ZILLM .framer-133n3hk, .framer-ZILLM .framer-yhdo8b, .framer-ZILLM .framer-1duqldn, .framer-ZILLM .framer-19af097, .framer-ZILLM .framer-1d25990, .framer-ZILLM .framer-13cmtyf, .framer-ZILLM .framer-596iw4, .framer-ZILLM .framer-1qzijg1, .framer-ZILLM .framer-s3mvd, .framer-ZILLM .framer-dhbnv3, .framer-ZILLM .framer-p8l5vm, .framer-ZILLM .framer-13c2bfl, .framer-ZILLM .framer-bcftfj, .framer-ZILLM .framer-1a91aos, .framer-ZILLM .framer-ma1nod, .framer-ZILLM .framer-1r5z4za, .framer-ZILLM .framer-zf423h, .framer-ZILLM .framer-1rcbfw2, .framer-ZILLM .framer-1vb7ffw, .framer-ZILLM .framer-1x6yo1x, .framer-ZILLM .framer-i9jv1m, .framer-ZILLM .framer-13oqk1b, .framer-ZILLM .framer-1snb3wu, .framer-ZILLM .framer-1f6lose, .framer-ZILLM .framer-17c7amj, .framer-ZILLM .framer-1jhx782, .framer-ZILLM .framer-12styb8, .framer-ZILLM .framer-1kke66r, .framer-ZILLM .framer-vgap97, .framer-ZILLM .framer-1pkadzi, .framer-ZILLM .framer-18cwdp2, .framer-ZILLM .framer-87ju70, .framer-ZILLM .framer-14vq9nl, .framer-ZILLM .framer-1heb2ar, .framer-ZILLM .framer-1gygb6s, .framer-ZILLM .framer-cuj3vu, .framer-ZILLM .framer-sidg2h, .framer-ZILLM .framer-131jhl4, .framer-ZILLM .framer-xyfhbe, .framer-ZILLM .framer-1jrbaxn, .framer-ZILLM .framer-gx27wi, .framer-ZILLM .framer-hrrzw5, .framer-ZILLM .framer-2kudvc, .framer-ZILLM .framer-1yho0r9, .framer-ZILLM .framer-qurf5t, .framer-ZILLM .framer-ojo26j, .framer-ZILLM .framer-1xz9oqm { gap: 0px; } .framer-ZILLM.framer-iyv91p > *, .framer-ZILLM .framer-1qr4ep1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZILLM.framer-iyv91p > :first-child, .framer-ZILLM .framer-13ob31v > :first-child, .framer-ZILLM .framer-1hw8x49 > :first-child, .framer-ZILLM .framer-1f0hhf6 > :first-child, .framer-ZILLM .framer-1sx8f4d > :first-child, .framer-ZILLM .framer-1eyh13j > :first-child, .framer-ZILLM .framer-lusbf > :first-child, .framer-ZILLM .framer-1qr4ep1 > :first-child, .framer-ZILLM .framer-w8pcyg > :first-child, .framer-ZILLM .framer-13cmtyf > :first-child, .framer-ZILLM .framer-596iw4 > :first-child, .framer-ZILLM .framer-s3mvd > :first-child, .framer-ZILLM .framer-p8l5vm > :first-child, .framer-ZILLM .framer-1a91aos > :first-child, .framer-ZILLM .framer-1r5z4za > :first-child, .framer-ZILLM .framer-1rcbfw2 > :first-child, .framer-ZILLM .framer-i9jv1m > :first-child, .framer-ZILLM .framer-13oqk1b > :first-child, .framer-ZILLM .framer-1f6lose > :first-child, .framer-ZILLM .framer-12styb8 > :first-child, .framer-ZILLM .framer-87ju70 > :first-child, .framer-ZILLM .framer-14vq9nl > :first-child, .framer-ZILLM .framer-1heb2ar > :first-child, .framer-ZILLM .framer-1gygb6s > :first-child, .framer-ZILLM .framer-sidg2h > :first-child, .framer-ZILLM .framer-1jrbaxn > :first-child, .framer-ZILLM .framer-hrrzw5 > :first-child, .framer-ZILLM .framer-2kudvc > :first-child, .framer-ZILLM .framer-1yho0r9 > :first-child, .framer-ZILLM .framer-qurf5t > :first-child, .framer-ZILLM .framer-ojo26j > :first-child { margin-top: 0px; } .framer-ZILLM.framer-iyv91p > :last-child, .framer-ZILLM .framer-13ob31v > :last-child, .framer-ZILLM .framer-1hw8x49 > :last-child, .framer-ZILLM .framer-1f0hhf6 > :last-child, .framer-ZILLM .framer-1sx8f4d > :last-child, .framer-ZILLM .framer-1eyh13j > :last-child, .framer-ZILLM .framer-lusbf > :last-child, .framer-ZILLM .framer-1qr4ep1 > :last-child, .framer-ZILLM .framer-w8pcyg > :last-child, .framer-ZILLM .framer-13cmtyf > :last-child, .framer-ZILLM .framer-596iw4 > :last-child, .framer-ZILLM .framer-s3mvd > :last-child, .framer-ZILLM .framer-p8l5vm > :last-child, .framer-ZILLM .framer-1a91aos > :last-child, .framer-ZILLM .framer-1r5z4za > :last-child, .framer-ZILLM .framer-1rcbfw2 > :last-child, .framer-ZILLM .framer-i9jv1m > :last-child, .framer-ZILLM .framer-13oqk1b > :last-child, .framer-ZILLM .framer-1f6lose > :last-child, .framer-ZILLM .framer-12styb8 > :last-child, .framer-ZILLM .framer-87ju70 > :last-child, .framer-ZILLM .framer-14vq9nl > :last-child, .framer-ZILLM .framer-1heb2ar > :last-child, .framer-ZILLM .framer-1gygb6s > :last-child, .framer-ZILLM .framer-sidg2h > :last-child, .framer-ZILLM .framer-1jrbaxn > :last-child, .framer-ZILLM .framer-hrrzw5 > :last-child, .framer-ZILLM .framer-2kudvc > :last-child, .framer-ZILLM .framer-1yho0r9 > :last-child, .framer-ZILLM .framer-qurf5t > :last-child, .framer-ZILLM .framer-ojo26j > :last-child { margin-bottom: 0px; } .framer-ZILLM .framer-14mr1ng > *, .framer-ZILLM .framer-1qzijg1 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-ZILLM .framer-14mr1ng > :first-child, .framer-ZILLM .framer-1klp8ut > :first-child, .framer-ZILLM .framer-82kkjp > :first-child, .framer-ZILLM .framer-1rx3ptn > :first-child, .framer-ZILLM .framer-1w5bs7k > :first-child, .framer-ZILLM .framer-w0imcg > :first-child, .framer-ZILLM .framer-ocryrf > :first-child, .framer-ZILLM .framer-133n3hk > :first-child, .framer-ZILLM .framer-yhdo8b > :first-child, .framer-ZILLM .framer-1duqldn > :first-child, .framer-ZILLM .framer-19af097 > :first-child, .framer-ZILLM .framer-1d25990 > :first-child, .framer-ZILLM .framer-1qzijg1 > :first-child, .framer-ZILLM .framer-dhbnv3 > :first-child, .framer-ZILLM .framer-13c2bfl > :first-child, .framer-ZILLM .framer-bcftfj > :first-child, .framer-ZILLM .framer-ma1nod > :first-child, .framer-ZILLM .framer-zf423h > :first-child, .framer-ZILLM .framer-1vb7ffw > :first-child, .framer-ZILLM .framer-1x6yo1x > :first-child, .framer-ZILLM .framer-1snb3wu > :first-child, .framer-ZILLM .framer-17c7amj > :first-child, .framer-ZILLM .framer-1jhx782 > :first-child, .framer-ZILLM .framer-1kke66r > :first-child, .framer-ZILLM .framer-vgap97 > :first-child, .framer-ZILLM .framer-1pkadzi > :first-child, .framer-ZILLM .framer-18cwdp2 > :first-child, .framer-ZILLM .framer-cuj3vu > :first-child, .framer-ZILLM .framer-131jhl4 > :first-child, .framer-ZILLM .framer-xyfhbe > :first-child, .framer-ZILLM .framer-gx27wi > :first-child, .framer-ZILLM .framer-1xz9oqm > :first-child { margin-left: 0px; } .framer-ZILLM .framer-14mr1ng > :last-child, .framer-ZILLM .framer-1klp8ut > :last-child, .framer-ZILLM .framer-82kkjp > :last-child, .framer-ZILLM .framer-1rx3ptn > :last-child, .framer-ZILLM .framer-1w5bs7k > :last-child, .framer-ZILLM .framer-w0imcg > :last-child, .framer-ZILLM .framer-ocryrf > :last-child, .framer-ZILLM .framer-133n3hk > :last-child, .framer-ZILLM .framer-yhdo8b > :last-child, .framer-ZILLM .framer-1duqldn > :last-child, .framer-ZILLM .framer-19af097 > :last-child, .framer-ZILLM .framer-1d25990 > :last-child, .framer-ZILLM .framer-1qzijg1 > :last-child, .framer-ZILLM .framer-dhbnv3 > :last-child, .framer-ZILLM .framer-13c2bfl > :last-child, .framer-ZILLM .framer-bcftfj > :last-child, .framer-ZILLM .framer-ma1nod > :last-child, .framer-ZILLM .framer-zf423h > :last-child, .framer-ZILLM .framer-1vb7ffw > :last-child, .framer-ZILLM .framer-1x6yo1x > :last-child, .framer-ZILLM .framer-1snb3wu > :last-child, .framer-ZILLM .framer-17c7amj > :last-child, .framer-ZILLM .framer-1jhx782 > :last-child, .framer-ZILLM .framer-1kke66r > :last-child, .framer-ZILLM .framer-vgap97 > :last-child, .framer-ZILLM .framer-1pkadzi > :last-child, .framer-ZILLM .framer-18cwdp2 > :last-child, .framer-ZILLM .framer-cuj3vu > :last-child, .framer-ZILLM .framer-131jhl4 > :last-child, .framer-ZILLM .framer-xyfhbe > :last-child, .framer-ZILLM .framer-gx27wi > :last-child, .framer-ZILLM .framer-1xz9oqm > :last-child { margin-right: 0px; } .framer-ZILLM .framer-13ob31v > *, .framer-ZILLM .framer-1hw8x49 > *, .framer-ZILLM .framer-1f0hhf6 > *, .framer-ZILLM .framer-1sx8f4d > *, .framer-ZILLM .framer-1eyh13j > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-ZILLM .framer-lusbf > *, .framer-ZILLM .framer-p8l5vm > *, .framer-ZILLM .framer-1rcbfw2 > *, .framer-ZILLM .framer-1f6lose > *, .framer-ZILLM .framer-sidg2h > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZILLM .framer-w8pcyg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ZILLM .framer-1klp8ut > *, .framer-ZILLM .framer-82kkjp > *, .framer-ZILLM .framer-1rx3ptn > *, .framer-ZILLM .framer-1w5bs7k > *, .framer-ZILLM .framer-w0imcg > *, .framer-ZILLM .framer-ocryrf > *, .framer-ZILLM .framer-133n3hk > *, .framer-ZILLM .framer-yhdo8b > *, .framer-ZILLM .framer-1duqldn > *, .framer-ZILLM .framer-19af097 > *, .framer-ZILLM .framer-1d25990 > *, .framer-ZILLM .framer-dhbnv3 > *, .framer-ZILLM .framer-13c2bfl > *, .framer-ZILLM .framer-bcftfj > *, .framer-ZILLM .framer-ma1nod > *, .framer-ZILLM .framer-zf423h > *, .framer-ZILLM .framer-1vb7ffw > *, .framer-ZILLM .framer-1x6yo1x > *, .framer-ZILLM .framer-1snb3wu > *, .framer-ZILLM .framer-17c7amj > *, .framer-ZILLM .framer-1jhx782 > *, .framer-ZILLM .framer-1kke66r > *, .framer-ZILLM .framer-vgap97 > *, .framer-ZILLM .framer-xyfhbe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZILLM .framer-13cmtyf > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-ZILLM .framer-596iw4 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-ZILLM .framer-s3mvd > *, .framer-ZILLM .framer-1r5z4za > *, .framer-ZILLM .framer-13oqk1b > *, .framer-ZILLM .framer-87ju70 > *, .framer-ZILLM .framer-14vq9nl > *, .framer-ZILLM .framer-1gygb6s > *, .framer-ZILLM .framer-1jrbaxn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZILLM .framer-1a91aos > *, .framer-ZILLM .framer-i9jv1m > *, .framer-ZILLM .framer-12styb8 > *, .framer-ZILLM .framer-ojo26j > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-ZILLM .framer-1pkadzi > *, .framer-ZILLM .framer-18cwdp2 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-ZILLM .framer-1heb2ar > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ZILLM .framer-cuj3vu > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ZILLM .framer-131jhl4 > *, .framer-ZILLM .framer-gx27wi > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-ZILLM .framer-hrrzw5 > *, .framer-ZILLM .framer-1yho0r9 > *, .framer-ZILLM .framer-qurf5t > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZILLM .framer-2kudvc > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-ZILLM .framer-1xz9oqm > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",`@media (min-width: 1920px) { .${metadata.bodyClassName}-framer-ZILLM { background: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {\"name\":\"Skanem Sustainable Beige\"} */; } .framer-ZILLM.framer-iyv91p { width: 1920px; } .framer-ZILLM .framer-1f1zuuw-container { height: 800px; } .framer-ZILLM .framer-14mr1ng { gap: 120px; padding: 100px 0px 80px 0px; } .framer-ZILLM .framer-13ob31v, .framer-ZILLM .framer-16on4dc, .framer-ZILLM .framer-1f0hhf6, .framer-ZILLM .framer-1sx8f4d { width: 200px; } .framer-ZILLM .framer-qcfmmy, .framer-ZILLM .framer-xe3ju3, .framer-ZILLM .framer-19bt7kc, .framer-ZILLM .framer-coa06v, .framer-ZILLM .framer-78s3wy { height: var(--framer-aspect-ratio-supported, 200px); width: 200px; } .framer-ZILLM .framer-83h11w, .framer-ZILLM .framer-tpcm1i { width: 100%; } .framer-ZILLM .framer-1c4wuyi { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-ZILLM .framer-42yjd6 { width: 220px; } .framer-ZILLM .framer-m0mmov-container { height: 1054px; } .framer-ZILLM .framer-1ga6wrt-container { height: 543px; } .framer-ZILLM .framer-w8pcyg { order: 0; padding: 0px 0px 120px 0px; } .framer-ZILLM .framer-13cmtyf { gap: 0px; height: min-content; order: 1; } .framer-ZILLM .framer-596iw4 { gap: 120px; } .framer-ZILLM .framer-1qzijg1 { gap: 130px; height: 650px; } .framer-ZILLM .framer-s3mvd { order: 0; } .framer-ZILLM .framer-dhbnv3, .framer-ZILLM .framer-zf423h, .framer-ZILLM .framer-1snb3wu { aspect-ratio: 0.670299727520436 / 1; height: var(--framer-aspect-ratio-supported, 597px); width: 400px; } .framer-ZILLM .framer-p8l5vm, .framer-ZILLM .framer-1f6lose { border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; } .framer-ZILLM .framer-13c2bfl, .framer-ZILLM .framer-17c7amj { bottom: -17px; left: -52px; right: -61px; top: -3px; } .framer-ZILLM .framer-bcftfj, .framer-ZILLM .framer-1jhx782 { aspect-ratio: 0.9840764331210191 / 1; height: var(--framer-aspect-ratio-supported, 203px); width: 74%; } .framer-ZILLM .framer-1a91aos, .framer-ZILLM .framer-i9jv1m, .framer-ZILLM .framer-12styb8 { border-bottom-left-radius: 148px; border-bottom-right-radius: 148px; border-top-left-radius: 148px; border-top-right-radius: 148px; } .framer-ZILLM .framer-ma1nod { align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-height: 173px; } .framer-ZILLM .framer-1r5z4za { order: 1; } .framer-ZILLM .framer-1rcbfw2 { --border-bottom-width: 35px; --border-left-width: 35px; --border-right-width: 35px; --border-top-width: 35px; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; order: 0; } .framer-ZILLM .framer-1x6yo1x { aspect-ratio: 0.9840764331210191 / 1; height: var(--framer-aspect-ratio-supported, 203px); order: 1; width: 74%; } .framer-ZILLM .framer-13oqk1b { order: 2; } .framer-ZILLM .framer-1kke66r { align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-height: 158px; } .framer-ZILLM .framer-87ju70 { gap: 60px; order: 2; } .framer-ZILLM .framer-14vq9nl { gap: 70px; padding: 120px 0px 0px 0px; } .framer-ZILLM .framer-1heb2ar { gap: 80px; } .framer-ZILLM .framer-1gygb6s { flex-direction: row; gap: 120px; } .framer-ZILLM .framer-1yevnac-container, .framer-ZILLM .framer-zoa049-container { flex: 1 0 0px; width: 1px; } .framer-ZILLM .framer-xyfhbe { bottom: -132px; height: 545px; right: -245px; width: 649px; } .framer-ZILLM .framer-14smd99 { height: 527px; order: 0; width: 526px; } .framer-ZILLM .framer-j0guwt { bottom: 348px; right: 102px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZILLM .framer-14mr1ng, .framer-ZILLM .framer-13cmtyf, .framer-ZILLM .framer-596iw4, .framer-ZILLM .framer-1qzijg1, .framer-ZILLM .framer-87ju70, .framer-ZILLM .framer-14vq9nl, .framer-ZILLM .framer-1heb2ar, .framer-ZILLM .framer-1gygb6s { gap: 0px; } .framer-ZILLM .framer-14mr1ng > *, .framer-ZILLM .framer-1gygb6s > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-ZILLM .framer-14mr1ng > :first-child, .framer-ZILLM .framer-1qzijg1 > :first-child, .framer-ZILLM .framer-1gygb6s > :first-child { margin-left: 0px; } .framer-ZILLM .framer-14mr1ng > :last-child, .framer-ZILLM .framer-1qzijg1 > :last-child, .framer-ZILLM .framer-1gygb6s > :last-child { margin-right: 0px; } .framer-ZILLM .framer-13cmtyf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZILLM .framer-13cmtyf > :first-child, .framer-ZILLM .framer-596iw4 > :first-child, .framer-ZILLM .framer-87ju70 > :first-child, .framer-ZILLM .framer-14vq9nl > :first-child, .framer-ZILLM .framer-1heb2ar > :first-child { margin-top: 0px; } .framer-ZILLM .framer-13cmtyf > :last-child, .framer-ZILLM .framer-596iw4 > :last-child, .framer-ZILLM .framer-87ju70 > :last-child, .framer-ZILLM .framer-14vq9nl > :last-child, .framer-ZILLM .framer-1heb2ar > :last-child { margin-bottom: 0px; } .framer-ZILLM .framer-596iw4 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-ZILLM .framer-1qzijg1 > * { margin: 0px; margin-left: calc(130px / 2); margin-right: calc(130px / 2); } .framer-ZILLM .framer-87ju70 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ZILLM .framer-14vq9nl > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-ZILLM .framer-1heb2ar > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-ZILLM { background: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {\"name\":\"Skanem Sustainable Beige\"} */; } .framer-ZILLM.framer-iyv91p { width: 390px; } .framer-ZILLM .framer-19v23kw-container { height: 90vh; } .framer-ZILLM .framer-14mr1ng { align-content: unset; align-items: unset; display: grid; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(2, min-content); padding: 100px 0px 0px 0px; } .framer-ZILLM .framer-13ob31v { align-self: start; justify-content: flex-start; justify-self: start; padding: 0px 0px 20px 0px; width: 100%; } .framer-ZILLM .framer-qcfmmy, .framer-ZILLM .framer-xe3ju3, .framer-ZILLM .framer-19bt7kc, .framer-ZILLM .framer-coa06v, .framer-ZILLM .framer-78s3wy { height: var(--framer-aspect-ratio-supported, 100px); width: 100px; } .framer-ZILLM .framer-83h11w { width: 100%; } .framer-ZILLM .framer-1hw8x49 { align-self: start; justify-self: start; padding: 0px 0px 20px 0px; width: 100%; } .framer-ZILLM .framer-1f0hhf6, .framer-ZILLM .framer-1sx8f4d, .framer-ZILLM .framer-1eyh13j { align-self: start; height: auto; justify-self: start; padding: 0px 0px 20px 0px; width: 100%; } .framer-ZILLM .framer-m0mmov-container, .framer-ZILLM .framer-1ga6wrt-container { height: auto; } .framer-ZILLM .framer-1qr4ep1 { gap: 20px; padding: 0px 20px 60px 20px; } .framer-ZILLM .framer-w8pcyg { order: 0; padding: 0px 0px 40px 0px; } .framer-ZILLM .framer-13cmtyf { gap: 40px; height: min-content; order: 1; padding: 20px; } .framer-ZILLM .framer-596iw4 { gap: 70px; } .framer-ZILLM .framer-1qzijg1 { align-content: center; align-items: center; flex-direction: column; gap: 50px; height: min-content; padding: 0px 20px 0px 0px; } .framer-ZILLM .framer-s3mvd { order: 0; } .framer-ZILLM .framer-dhbnv3, .framer-ZILLM .framer-zf423h, .framer-ZILLM .framer-1snb3wu { aspect-ratio: 0.670299727520436 / 1; height: var(--framer-aspect-ratio-supported, 328px); width: 220px; } .framer-ZILLM .framer-bcftfj, .framer-ZILLM .framer-1x6yo1x, .framer-ZILLM .framer-1jhx782 { aspect-ratio: 0.9883720930232558 / 1; height: var(--framer-aspect-ratio-supported, 202px); width: 88%; } .framer-ZILLM .framer-1r5z4za { order: 1; } .framer-ZILLM .framer-1rcbfw2 { border-bottom-left-radius: 110px; border-bottom-right-radius: 110px; border-top-left-radius: 110px; border-top-right-radius: 110px; } .framer-ZILLM .framer-13oqk1b, .framer-ZILLM .framer-87ju70 { order: 2; } .framer-ZILLM .framer-1kke66r { align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-height: 90px; } .framer-ZILLM .framer-q3ncit-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 40px; } .framer-ZILLM .framer-14vq9nl { padding: 40px 0px 0px 0px; } .framer-ZILLM .framer-1heb2ar { gap: 65px; } .framer-ZILLM .framer-cuj3vu { flex-direction: column; } .framer-ZILLM .framer-sidg2h { align-self: unset; height: 235px; width: 100%; } .framer-ZILLM .framer-131jhl4, .framer-ZILLM .framer-gx27wi { padding: 20px; } .framer-ZILLM .framer-14gm3f9-container { z-index: 2; } .framer-ZILLM .framer-xyfhbe { bottom: -81px; height: 266px; right: -114px; width: 269px; z-index: 0; } .framer-ZILLM .framer-14smd99 { height: 237px; order: 0; width: 236px; } .framer-ZILLM .framer-j0guwt { bottom: 131px; height: var(--framer-aspect-ratio-supported, 40px); right: 63px; width: 40px; } .framer-ZILLM .framer-1jrbaxn { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZILLM .framer-14mr1ng, .framer-ZILLM .framer-1qr4ep1, .framer-ZILLM .framer-13cmtyf, .framer-ZILLM .framer-596iw4, .framer-ZILLM .framer-1qzijg1, .framer-ZILLM .framer-1heb2ar, .framer-ZILLM .framer-cuj3vu { gap: 0px; } .framer-ZILLM .framer-14mr1ng > *, .framer-ZILLM .framer-14mr1ng > :first-child, .framer-ZILLM .framer-14mr1ng > :last-child { margin: 0px; } .framer-ZILLM .framer-1qr4ep1 > *, .framer-ZILLM .framer-cuj3vu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZILLM .framer-1qr4ep1 > :first-child, .framer-ZILLM .framer-13cmtyf > :first-child, .framer-ZILLM .framer-596iw4 > :first-child, .framer-ZILLM .framer-1qzijg1 > :first-child, .framer-ZILLM .framer-1heb2ar > :first-child, .framer-ZILLM .framer-cuj3vu > :first-child { margin-top: 0px; } .framer-ZILLM .framer-1qr4ep1 > :last-child, .framer-ZILLM .framer-13cmtyf > :last-child, .framer-ZILLM .framer-596iw4 > :last-child, .framer-ZILLM .framer-1qzijg1 > :last-child, .framer-ZILLM .framer-1heb2ar > :last-child, .framer-ZILLM .framer-cuj3vu > :last-child { margin-bottom: 0px; } .framer-ZILLM .framer-13cmtyf > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZILLM .framer-596iw4 > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-ZILLM .framer-1qzijg1 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-ZILLM .framer-1heb2ar > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-ZILLM { background: var(--token-966f696b-7071-48d5-aa75-1fe6d0631704, rgb(255, 242, 223)) /* {\"name\":\"Skanem Sustainable Beige\"} */; } .framer-ZILLM.framer-iyv91p { width: 810px; } .framer-ZILLM .framer-19v23kw-container { height: 90vh; } .framer-ZILLM .framer-14mr1ng { align-content: unset; align-items: unset; display: grid; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); padding: 100px 0px 0px 0px; } .framer-ZILLM .framer-13ob31v, .framer-ZILLM .framer-1hw8x49, .framer-ZILLM .framer-1f0hhf6, .framer-ZILLM .framer-1sx8f4d { align-self: start; height: 100%; justify-self: start; padding: 0px 0px 60px 0px; width: 100%; } .framer-ZILLM .framer-83h11w, .framer-ZILLM .framer-tpcm1i { align-self: stretch; width: auto; } .framer-ZILLM .framer-coa06v { order: 0; } .framer-ZILLM .framer-1c4wuyi { order: 1; } .framer-ZILLM .framer-1eyh13j { align-self: start; height: 100%; justify-self: start; padding: 0px 0px 60px 0px; } .framer-ZILLM .framer-42yjd6 { width: 200px; } .framer-ZILLM .framer-m0mmov-container { height: 750px; } .framer-ZILLM .framer-1ga6wrt-container { height: auto; } .framer-ZILLM .framer-1qr4ep1 { gap: 10px; } .framer-ZILLM .framer-w8pcyg { order: 0; padding: 40px 0px 60px 0px; } .framer-ZILLM .framer-13cmtyf { gap: 0px; height: min-content; order: 1; } .framer-ZILLM .framer-596iw4 { gap: 70px; } .framer-ZILLM .framer-1qzijg1 { gap: 120px; } .framer-ZILLM .framer-dhbnv3, .framer-ZILLM .framer-zf423h { aspect-ratio: 0.670299727520436 / 1; height: var(--framer-aspect-ratio-supported, 328px); width: 220px; } .framer-ZILLM .framer-bcftfj, .framer-ZILLM .framer-1x6yo1x { aspect-ratio: 0.9826589595375722 / 1; height: var(--framer-aspect-ratio-supported, 204px); width: 90%; } .framer-ZILLM .framer-1rcbfw2 { border-bottom-left-radius: 110px; border-bottom-right-radius: 110px; border-top-left-radius: 110px; border-top-right-radius: 110px; } .framer-ZILLM .framer-87ju70 { order: 2; } .framer-ZILLM .framer-14vq9nl { padding: 60px 0px 0px 0px; } .framer-ZILLM .framer-1heb2ar { gap: 65px; } .framer-ZILLM .framer-cuj3vu { flex-direction: column; } .framer-ZILLM .framer-sidg2h { align-self: unset; height: 400px; width: 100%; } .framer-ZILLM .framer-131jhl4 { flex: none; height: 400px; padding: 20px; } .framer-ZILLM .framer-14gm3f9-container { z-index: 2; } .framer-ZILLM .framer-xyfhbe { bottom: -127px; height: unset; right: -246px; top: 0px; width: 532px; } .framer-ZILLM .framer-14smd99 { height: 363px; order: 0; width: 363px; } .framer-ZILLM .framer-j0guwt { aspect-ratio: unset; bottom: 224px; height: 50px; right: 102px; width: 50px; } .framer-ZILLM .framer-1jrbaxn { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZILLM .framer-14mr1ng, .framer-ZILLM .framer-1qr4ep1, .framer-ZILLM .framer-13cmtyf, .framer-ZILLM .framer-596iw4, .framer-ZILLM .framer-1qzijg1, .framer-ZILLM .framer-1heb2ar, .framer-ZILLM .framer-cuj3vu { gap: 0px; } .framer-ZILLM .framer-14mr1ng > *, .framer-ZILLM .framer-14mr1ng > :first-child, .framer-ZILLM .framer-14mr1ng > :last-child { margin: 0px; } .framer-ZILLM .framer-1qr4ep1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZILLM .framer-1qr4ep1 > :first-child, .framer-ZILLM .framer-13cmtyf > :first-child, .framer-ZILLM .framer-596iw4 > :first-child, .framer-ZILLM .framer-1heb2ar > :first-child, .framer-ZILLM .framer-cuj3vu > :first-child { margin-top: 0px; } .framer-ZILLM .framer-1qr4ep1 > :last-child, .framer-ZILLM .framer-13cmtyf > :last-child, .framer-ZILLM .framer-596iw4 > :last-child, .framer-ZILLM .framer-1heb2ar > :last-child, .framer-ZILLM .framer-cuj3vu > :last-child { margin-bottom: 0px; } .framer-ZILLM .framer-13cmtyf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZILLM .framer-596iw4 > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-ZILLM .framer-1qzijg1 > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-ZILLM .framer-1qzijg1 > :first-child { margin-left: 0px; } .framer-ZILLM .framer-1qzijg1 > :last-child { margin-right: 0px; } .framer-ZILLM .framer-1heb2ar > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-ZILLM .framer-cuj3vu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-ZILLM[data-border=\"true\"]::after, .framer-ZILLM [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6674\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nJMyL2i4C\":{\"layout\":[\"fixed\",\"auto\"]},\"HH2D6a4mp\":{\"layout\":[\"fixed\",\"auto\"]},\"xVXvXVo0a\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerZquyxrmh2=withCSS(Component,css,\"framer-ZILLM\");export default FramerZquyxrmh2;FramerZquyxrmh2.displayName=\"Home\";FramerZquyxrmh2.defaultProps={height:6674,width:1200};addFonts(FramerZquyxrmh2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Sarvatrik Devanagari Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/n5QUiniVdRDQedzg2ASjIlpJJE.woff2\"}]},...HeroVideoFonts,...SectionImageOvalPBTNFonts,...TextKickerTextLargeFonts,...HoverCardsFonts,...HoverCardsVideoFonts,...TickerFonts,...Article_buttinFonts,...SliderSectionX4Fonts,...TitleSubheadingAndBodyTextFonts,...BTNPrimaryFonts,...NavFonts,...Skanem_footerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZquyxrmh2\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nJMyL2i4C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HH2D6a4mp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xVXvXVo0a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6674\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "e", "C", "R", "H", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "ae", "o", "i", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "fontStore", "fonts", "css", "className", "VideoFonts", "getFonts", "Video", "Video1Controls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "file1", "height", "icon1", "icon11", "icon2", "icon21", "id", "kicker1", "kicker2", "link1", "text1", "text2", "title1", "title2", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "_ref8", "_ref9", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZUD194KHH", "txU41EXxq", "fOL4E3bIt", "GPWHu7TKu", "HAFouTv82", "ZMCqPPmS2", "sOUlRsVeC", "JsVG9egTq", "MoW6QWLtk", "Iy6p21Nwf", "z2VgMhuy3", "GdQ_jd9zU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1ayu1a2", "args", "onMouseLeave7gileg", "onMouseEnter1mg993a", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framera6xXtTtEq", "withCSS", "a6xXtTtEq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1g0jzkg", "args", "onAppear14obnar", "onAppear1vknx6m", "onAppear704159", "onAppear1dgh7a1", "onAppearymoxwi", "onAppear12pcqq4", "onAppeartg6m39", "onAppear9spovy", "onAppear11a2t5b", "onAppear161x3w7", "onAppear5z2wbl", "onAppear1pmdxp9", "onAppear1jxgcp3", "onAppeare5q9x8", "onAppear1wzqas6", "onAppear1g21x9e", "onAppearbku99n", "onAppearh5exzj", "onAppear8dxvr7", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "Framerj9NBevuvT", "withCSS", "j9NBevuvT_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1q4wm84", "args", "onAppear588j1t", "onAppear1wyaxlj", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramertUB56J4OC", "withCSS", "tUB56J4OC_default", "addPropertyControls", "ControlType", "addFonts", "PercentageFonts", "getFonts", "j9NBevuvT_default", "PercentageWithVariantAppearEffect", "withVariantAppearEffect", "SliderFonts", "tUB56J4OC_default", "SliderWithVariantAppearEffect", "MotionDivWithFX", "withFX", "motion", "PercentageControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "percentage1", "percentage2", "percentage3", "percentage4", "text1", "text2", "text3", "text4", "title1", "title2", "title3", "title4", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableEnumMap_percentage4", "_ref4", "_ref5", "_ref6", "_humanReadableEnumMap_percentage2", "_ref7", "_ref8", "_humanReadableEnumMap_percentage3", "_ref9", "_ref10", "_ref11", "_ref12", "_humanReadableVariantMap_props_variant", "_ref13", "_ref14", "_humanReadableEnumMap_percentage1", "_ref15", "_ref16", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ii30H6ag3", "hf38HtGPP", "zn4052RA5", "uwbjz0ZGZ", "bNKrstIYo", "KbU7WRg1H", "ym04hdrNm", "EqF4aKnDZ", "O_J71RmVa", "Tmzl95VgL", "FmjzvddTS", "HFnPurKa1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerWnsUkocGf", "withCSS", "WnsUkocGf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "intro", "label", "link", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "P74BETmPA", "nnmtdphEy", "H8mvus_GY", "q9e5LTnHt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Framera2VJDegfY", "withCSS", "a2VJDegfY_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "VideoFonts", "getFonts", "Video", "MotionDivWithFX", "Button_frontFonts", "a2VJDegfY_default", "VideoControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "intro", "label", "link", "title", "video", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yC3HEl8xs", "RNzTJQH74", "TKBbIkqr1", "zXYMYl0ww", "TOA4HiGSG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramermELEXBhEU", "withCSS", "mELEXBhEU_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "BTNPrimaryFonts", "q5zbsDBos_default", "BTNPrimaryControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "toResponsiveImage", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "bTNLabel", "bTNType", "height", "id", "image", "link", "padding", "text", "width", "props", "_humanReadableEnumMap_bTNType", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lu9Ze6Q6u", "d_VxGIxld", "Coze9tx4a", "uOl7qcFaU", "Y3fXHdnU7", "w9fBjR2Ke", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "Link", "ComponentViewportProvider", "RichText2", "css", "FramerUJjyLp_2n", "withCSS", "UJjyLp_2n_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerAvTgAluvb", "withCSS", "AvTgAluvb_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "HeroVideoFonts", "getFonts", "mELEXBhEU_default", "SectionImageOvalPBTNFonts", "UJjyLp_2n_default", "TextKickerTextLargeFonts", "UR9z2R2WW_default", "HoverCardsFonts", "cZk_HUSEX_default", "HoverCardsVideoFonts", "a6xXtTtEq_default", "TickerFonts", "Ticker", "MotionDivWithFX", "withFX", "motion", "Article_buttinFonts", "AvTgAluvb_default", "SliderSectionX4Fonts", "WnsUkocGf_default", "TitleSubheadingAndBodyTextFonts", "tKsrJvZEW_default", "BTNPrimaryFonts", "q5zbsDBos_default", "NavFonts", "LwUKeWyn5_default", "NavWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithFX", "Container", "Skanem_footerFonts", "l6JpIvE1P_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transition1", "animation", "isSet", "value", "convertFromBoolean", "activeLocale", "JaPhIxIS5rkwbLH1lG", "animation1", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "convertFromBoolean1", "JaPhIxIS5Z1j3wPbzM", "animation2", "prefix", "suffix", "animation3", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "adhopnOxCrkwbLH1lG", "cTPV9QpTNrkwbLH1lG", "zwW9PwZbkrkwbLH1lG", "idrkwbLH1lG", "JaPhIxIS5XmafHzmby", "cTPV9QpTNXmafHzmby", "zwW9PwZbkXmafHzmby", "idXmafHzmby", "adhopnOxCZ1j3wPbzM", "cTPV9QpTNZ1j3wPbzM", "zwW9PwZbkZ1j3wPbzM", "idZ1j3wPbzM", "vhLy0TtfCMZPndqGQA", "idMZPndqGQA", "nBRMteW23rD4BYxUE3", "FMa3Jthc6rD4BYxUE3", "Pc0N2sprOrD4BYxUE3", "lIJRvSWCNrD4BYxUE3", "XhksY2kjYrD4BYxUE3", "sF3ONP_MXrD4BYxUE3", "idrD4BYxUE3", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "ComponentViewportProvider", "resolvedLinks1", "Link", "SVG", "x", "RichText2", "resolvedLinks2", "resolvedLinks3", "Image2", "ChildrenCanSuspend", "Q4KFVcsMX_default", "collection", "paginationInfo", "loadMore", "l", "i", "_enumToDisplayNameFunctions_cTPV9QpTN", "textContent", "enumToDisplayNameFunctions", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "textContent1", "collection2", "paginationInfo2", "loadMore2", "textContent2", "getLoadingLazyAtYPosition", "BzxVuWaVG_default", "collection3", "paginationInfo3", "loadMore3", "resolvedLinks4", "q1z5P0LJR_default", "collection4", "paginationInfo4", "loadMore4", "textContent3", "textContent4", "textContent5", "css", "FramerZquyxrmh2", "withCSS", "Zquyxrmh2_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
