{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Q9DZEumFtOf83wmIGayD/cD9dZ90f2SIR1FTmAFhf/Countdown.js", "ssg:https://framerusercontent.com/modules/RwOLmjOSzleyzTCu80pg/E7TIxcQA6T0r0NrH05aK/jeg8e5b3O.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function Countdown({fontSize,fontFamily,fontColor,fontWeight,displayDays,displayHours,displayMinutes,displaySeconds,endDate,endTime,endMessage}){const[timeLeft,setTimeLeft]=useState(calculateTimeLeft());useEffect(()=>{const timer=setTimeout(()=>{setTimeLeft(calculateTimeLeft());},1e3);return()=>clearTimeout(timer);});function calculateTimeLeft(){const difference=+new Date(`${endDate}T${endTime}`)-+new Date;let timeLeft={};if(difference>0){timeLeft={days:displayDays?Math.floor(difference/(1e3*60*60*24)):null,hours:displayHours?Math.floor(difference/(1e3*60*60)%24):null,minutes:displayMinutes?Math.floor(difference/1e3/60%60):null,seconds:displayMinutes?Math.floor(difference/1e3%60):null};}return timeLeft;}const timerComponents=[];Object.keys(timeLeft).forEach(interval=>{if(!timeLeft[interval]){return;}timerComponents.push(/*#__PURE__*/_jsxs(\"span\",{style:{display:\"flex\",alignItems:\"center\",flexDirection:\"column\"},children:[timeLeft[interval],/*#__PURE__*/_jsx(\"span\",{style:{fontSize:`${fontSize/2.5}px`},children:interval.toLowerCase()})]},interval));});return /*#__PURE__*/_jsx(\"div\",{style:{fontSize,fontFamily,color:fontColor,fontWeight,display:\"flex\",gap:\"20px\"},children:timerComponents.length?timerComponents:/*#__PURE__*/_jsx(\"span\",{children:endMessage})});}addPropertyControls(Countdown,{fontSize:{type:ControlType.Number,unit:\"px\",defaultValue:30},fontFamily:{type:ControlType.String,defaultValue:\"Inter\"},fontColor:{type:ControlType.Color,defaultValue:\"black\"},fontWeight:{type:ControlType.Enum,defaultValue:400,options:[\"normal\",\"bold\",\"bolder\",\"lighter\",100,200,300,400,500,600,700,800,900]},displayDays:{type:ControlType.Boolean,defaultValue:true},displayHours:{type:ControlType.Boolean,defaultValue:true},displayMinutes:{type:ControlType.Boolean,defaultValue:true},displaySeconds:{type:ControlType.Boolean,defaultValue:true},endDate:{type:ControlType.String,defaultValue:\"2023-04-25\",description:\"YYYY-MM-DD\"},endTime:{type:ControlType.String,defaultValue:\"00:00:00\",description:\"HH:MM:SS\"},endMessage:{type:ControlType.String,defaultValue:\"Time's up!\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Countdown\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Countdown.map", "// Generated by Framer (f76946f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import PrimaryButton from\"#framer/local/canvasComponent/E9F07RC61/E9F07RC61.js\";import AccordionA from\"#framer/local/canvasComponent/uwCy6VdSV/uwCy6VdSV.js\";import Countdown from\"#framer/local/codeFile/OrHiFTa/Countdown.js\";import*as sharedStyle3 from\"#framer/local/css/pSJDNPqzg/pSJDNPqzg.js\";import*as sharedStyle from\"#framer/local/css/SvIp7CV3d/SvIp7CV3d.js\";import*as sharedStyle2 from\"#framer/local/css/v6EsIEaxy/v6EsIEaxy.js\";import*as sharedStyle1 from\"#framer/local/css/ZPhacaHNC/ZPhacaHNC.js\";import metadataProvider from\"#framer/local/webPageMetadata/jeg8e5b3O/jeg8e5b3O.js\";const PrimaryButtonFonts=getFonts(PrimaryButton);const CountdownFonts=getFonts(Countdown);const AccordionAFonts=getFonts(AccordionA);const breakpoints={E4CKYsbvb:\"(max-width: 809px)\",lOZ7lDbNM:\"(min-width: 810px) and (max-width: 1199px)\",OBu9wx2mx:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qp53c\";const variantClassNames={E4CKYsbvb:\"framer-v-1k5d1bs\",lOZ7lDbNM:\"framer-v-1l3lvgj\",OBu9wx2mx:\"framer-v-d58nw3\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"OBu9wx2mx\",Phone:\"E4CKYsbvb\",Tablet:\"lOZ7lDbNM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OBu9wx2mx\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"E4CKYsbvb\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"lOZ7lDbNM\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"lOZ7lDbNM\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OBu9wx2mx\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-d58nw3\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c4ok2b hidden-1k5d1bs\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jzaprc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qdfnev\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lOZ7lDbNM:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+-61+0+0),pixelHeight:422,pixelWidth:3767,positionX:\"center\",positionY:\"center\",sizes:\"516px\",src:\"https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png\",srcSet:\"https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=512 512w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png 3767w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+-59+0+0),pixelHeight:422,pixelWidth:3767,sizes:\"516px\",src:\"https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png\",srcSet:\"https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=512 512w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4OpTB9GboPBkrsxy9L5AkfWHNg.png 3767w\"},className:\"framer-bxvglg hidden-1k5d1bs\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlETXlMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'cv01' on, 'cv09' on, 'cv11' on, 'cv05' on, 'ss03' on\",\"--framer-font-size\":\"32px\",\"--framer-font-variation-axes\":'\"opsz\" 32, \"wght\" 700',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(223, 21, 47)\"},children:\"Arc\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(95, 255, 255)\"},children:\"Raiders\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\",\"--framer-text-color\":\"rgb(255, 234, 0)\"},children:\"Sverige\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Taktik. Kaos. Kontroll.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlETXlMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'cv01' on, 'cv09' on, 'cv11' on, 'cv05' on, 'ss03' on\",\"--framer-font-size\":\"40px\",\"--framer-font-variation-axes\":'\"opsz\" 32, \"wght\" 700',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(223, 21, 47)\"},children:\"Arc\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(95, 255, 255)\"},children:\"Raiders\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 234, 0)\"},children:\"Sverige\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Taktik. Kaos. Kontroll.\"]})}),className:\"framer-180bv3m\",fonts:[\"Inter-Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{y:(componentViewport?.y||0)+0+0+0+-59.5+16+114},lOZ7lDbNM:{y:(componentViewport?.y||0)+0+0+0+-61+0+159}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"185px\",y:(componentViewport?.y||0)+0+0+0+-59+0+181,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zapcjr-container\",nodeId:\"fBu_n85Oe\",scopeId:\"jeg8e5b3O\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"fBu_n85Oe\",layoutId:\"fBu_n85Oe\",PxVwQzVbO:\"https://discord.gg/cYEwQ6xaAs\",style:{width:\"100%\"},variant:\"GMbnBHGmA\",width:\"100%\",xGEcpCpyp:\"Join Discord\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tuzj6i\",\"data-styles-preset\":\"SvIp7CV3d\",children:\"Release\"})}),className:\"framer-1hxgxew\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19mkh5z\",\"data-styles-preset\":\"ZPhacaHNC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Baserat p\\xe5 rykten\"})}),className:\"framer-1n0jiw5 hidden-d58nw3 hidden-1k5d1bs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-166c15j-container\",isAuthoredByUser:true,nodeId:\"o5angbUIN\",scopeId:\"jeg8e5b3O\",children:/*#__PURE__*/_jsx(Countdown,{displayDays:true,displayHours:true,displayMinutes:true,displaySeconds:false,endDate:\"2025-06-06\",endMessage:\"Time's up!\",endTime:\"00:00:00\",fontColor:\"rgb(255, 255, 255)\",fontFamily:\"Inter\",fontSize:30,fontWeight:700,height:\"100%\",id:\"o5angbUIN\",layoutId:\"o5angbUIN\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19mkh5z\",\"data-styles-preset\":\"ZPhacaHNC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Baserat p\\xe5 rykten\"})}),className:\"framer-16dtm7h hidden-1l3lvgj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aeq0dl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lp0tta\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ryz2e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1aeat6t\",\"data-styles-preset\":\"v6EsIEaxy\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Stamina & R\\xf6rlighet\"})})}),className:\"framer-gkqmit\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:\"Optimera dodge rolls, slides & v\\xe4ggkl\\xe4ttring f\\xf6r att \\xe5terf\\xe5 stamina och n\\xe5 loot andra bara ser p\\xe5 YouTube.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:\"\uD83D\uDCA1 Pro Tip: \u201CCarry the Momentum\u201D l\\xe5ter dig sprinta gratis efter dodge \u2013 perfekt vid extraction-kaos.\"})]}),className:\"framer-1kwsyu1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qlsel7 hidden-1k5d1bs\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lOZ7lDbNM:{background:{alt:\"Square\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+417+0+0+122.85+-108.75),pixelHeight:1080,pixelWidth:1920,sizes:\"414px\",src:\"https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png\",srcSet:\"https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png?scale-down-to=512 512w,https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Square\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+443+0+0+122.85+-108.75),pixelHeight:1080,pixelWidth:1920,sizes:\"414px\",src:\"https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png\",srcSet:\"https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png?scale-down-to=512 512w,https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xoPAJjOwI78muWXXjLVv3pIxl4E.png 1920w\"},className:\"framer-1froawa\",transformTemplate:transformTemplate1})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17sirqj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kik5h7\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{background:{alt:\"Circle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+407+0+477.2+0+329.2+-10),pixelHeight:720,pixelWidth:1280,sizes:`calc(min(960px, ${componentViewport?.width||\"100vw\"}) + 14px)`,src:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg\",srcSet:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg 1280w\"},transformTemplate:undefined},lOZ7lDbNM:{background:{alt:\"Circle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+417+0+442.2+56.35+-107.5432),pixelHeight:720,pixelWidth:1280,sizes:\"412px\",src:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg\",srcSet:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Circle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+443+0+442.2+56.35+-107.5432),pixelHeight:720,pixelWidth:1280,sizes:\"412px\",src:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg\",srcSet:\"https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EkpYLFErXMBZYxJ89Cgky6qRz2k.jpg 1280w\"},className:\"framer-jdqqlf\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1axkk5m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1aeat6t\",\"data-styles-preset\":\"v6EsIEaxy\",children:\"Vapen builds\"})}),className:\"framer-1xxat03\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:[\"Kettle med Extended Mag III. Ferro med pansarbrytare.\",/*#__PURE__*/_jsx(\"br\",{}),\"Spara Titanium Alloys till level 4 mods \u2013 resten \\xe4r skr\\xe4p.\"]}),/*#__PURE__*/_jsx(\"blockquote\",{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:\"\uD83C\uDFAF Headshots d\\xf6dar inte ARC. Men Hollow-Point Ammo g\\xf6r.\"})})]}),className:\"framer-ul36k0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1em4h5v\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7sifop\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1aeat6t\",\"data-styles-preset\":\"v6EsIEaxy\",children:\"Extraction Manipulation\"})}),className:\"framer-jubq5p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:[\"Sl\\xe5 ut fiender utan att skjuta.\",/*#__PURE__*/_jsx(\"br\",{}),\"F\\xe4llor, hissf\\xe4llor och fake keys \\xe4r b\\xe4ttre \\xe4n aim.\"]}),/*#__PURE__*/_jsx(\"blockquote\",{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qmgffh\",\"data-styles-preset\":\"pSJDNPqzg\",children:\"\uD83E\uDDE8 Dismantla v\\xe4rdesaker till craftingmaterial \u2013 s\\xe4lja \\xe4r f\\xf6r NPC:er.\"})})]}),className:\"framer-eb35ka\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s4rzyt\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{background:{alt:\"Triangle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+407+0+1042.9+0+329.2+-104.75),pixelHeight:675,pixelWidth:1200,sizes:\"438px\",src:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg\",srcSet:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg 1200w\"}},lOZ7lDbNM:{background:{alt:\"Triangle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+417+0+751.4+88.35+-86.5074),pixelHeight:675,pixelWidth:1200,sizes:\"400px\",src:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg\",srcSet:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg 1200w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Triangle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+443+0+751.4+88.35+-104.75),pixelHeight:675,pixelWidth:1200,sizes:\"438px\",src:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg\",srcSet:\"https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/EXqb3uaxmNy0m971HLeI2GcDbnw.jpg 1200w\"},className:\"framer-15wrv15\",transformTemplate:transformTemplate1})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1csa73x\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1aeat6t\",\"data-styles-preset\":\"v6EsIEaxy\",children:\"FAQ Tips\"})}),className:\"framer-8bkkgd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{width:\"389px\",y:(componentViewport?.y||0)+0+2015.6+40+55},lOZ7lDbNM:{y:(componentViewport?.y||0)+0+1541.6+0+122.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,y:(componentViewport?.y||0)+0+1567.6+0+132.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kwn7fw-container\",nodeId:\"gZgkUee5g\",scopeId:\"jeg8e5b3O\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{kr50LjJ8n:{duration:0,type:\"tween\"},style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(AccordionA,{f6MCfUa9_:\"Vi \\xe4r ett community. Vi snackar. Vi spelar. Och vi \\xf6verlever.\",height:\"100%\",HfER0Vust:\"\\xc4r det h\\xe4r ett klan eller en wiki?\",hx0b_8Yll:\"Hur levlar jag snabbt?\",id:\"gZgkUee5g\",kr50LjJ8n:{bounce:.2,delay:0,duration:.4,type:\"spring\"},layoutId:\"gZgkUee5g\",lvMeUTpra:\"Distrahera. Manipulera. Anv\\xe4nd ljud och ARC-f\\xe4llor.\",N1DFKMWNl:\"Hur f\\xe5r jag loot utan PvP-fajt?\",nNR17NJf8:\"World events + dismantle + boss kills. Inget grindschema, bara smart spel.\",variant:\"nqgPT50Mm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1aeat6t\",\"data-styles-preset\":\"v6EsIEaxy\",children:\"Vanliga fr\\xe5gor\"})}),className:\"framer-1881e00\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{width:\"389px\",y:(componentViewport?.y||0)+0+2015.6+40+260},lOZ7lDbNM:{y:(componentViewport?.y||0)+0+1541.6+0+338.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,y:(componentViewport?.y||0)+0+1567.6+0+348.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15mjbcl-container\",nodeId:\"vL1NUzNgU\",scopeId:\"jeg8e5b3O\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{kr50LjJ8n:{duration:0,type:\"tween\"},style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(AccordionA,{f6MCfUa9_:\"ARC Raiders \\xe4r ett extraction shooter-spel med b\\xe5de PvE (mot ARC-maskiner) och PvP (mot andra raiders).\",height:\"100%\",HfER0Vust:\"\\xc4r spelet PvE eller PvP?\",hx0b_8Yll:\"Var kan jag k\\xf6pa eller spela ARC Raiders?\",id:\"vL1NUzNgU\",kr50LjJ8n:{bounce:.2,delay:0,duration:.4,type:\"spring\"},layoutId:\"vL1NUzNgU\",lvMeUTpra:\"Ja, ARC Raiders har full crossplay mellan PC (Steam/Epic), PS5 och Xbox Series X|S. Du kan spela med v\\xe4nner oavsett plattform.\",N1DFKMWNl:\"Finns det crossplay i ARC Raiders?\",nNR17NJf8:\"Spelet sl\\xe4pps p\\xe5 Steam, Epic Games Store, PlayStation 5 och Xbox Series X|S.\",variant:\"nqgPT50Mm\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E4CKYsbvb:{y:(componentViewport?.y||0)+0+2485.6},lOZ7lDbNM:{y:(componentViewport?.y||0)+0+2049.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"185px\",y:(componentViewport?.y||0)+0+2095.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12bq4o4-container\",nodeId:\"ixU7ntIB7\",scopeId:\"jeg8e5b3O\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"ixU7ntIB7\",layoutId:\"ixU7ntIB7\",PxVwQzVbO:\"https://discord.gg/cYEwQ6xaAs\",style:{width:\"100%\"},variant:\"GMbnBHGmA\",width:\"100%\",xGEcpCpyp:\"Join Discord\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qp53c.framer-14fu4u3, .framer-qp53c .framer-14fu4u3 { display: block; }\",\".framer-qp53c.framer-d58nw3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 1200px; }\",\".framer-qp53c .framer-1c4ok2b { 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: 109px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qp53c .framer-jzaprc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 443px; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qp53c .framer-1qdfnev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qp53c .framer-bxvglg { flex: none; height: 57px; position: relative; width: 516px; }\",\".framer-qp53c .framer-180bv3m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 80px; position: relative; white-space: pre-wrap; width: 553px; word-break: break-word; word-wrap: break-word; }\",\".framer-qp53c .framer-zapcjr-container, .framer-qp53c .framer-12bq4o4-container { flex: none; height: auto; position: relative; width: 185px; }\",\".framer-qp53c .framer-1hxgxew, .framer-qp53c .framer-1n0jiw5, .framer-qp53c .framer-16dtm7h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 33px; position: relative; white-space: pre-wrap; width: 336px; word-break: break-word; word-wrap: break-word; }\",\".framer-qp53c .framer-166c15j-container, .framer-qp53c .framer-1kwn7fw-container, .framer-qp53c .framer-15mjbcl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qp53c .framer-1aeq0dl { 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: 100%; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-qp53c .framer-lp0tta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-qp53c .framer-12ryz2e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qp53c .framer-gkqmit, .framer-qp53c .framer-1xxat03, .framer-qp53c .framer-jubq5p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-qp53c .framer-1kwsyu1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 100%; position: relative; width: 429px; }\",\".framer-qp53c .framer-1qlsel7 { aspect-ratio: 1 / 1; background-color: rgba(255, 185, 99, 0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 10px; height: var(--framer-aspect-ratio-supported, 480px); overflow: visible; position: relative; width: 1px; }\",\".framer-qp53c .framer-1froawa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 414px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 414px; }\",\".framer-qp53c .framer-17sirqj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-qp53c .framer-kik5h7 { aspect-ratio: 1 / 1; background-color: rgba(245, 245, 245, 0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 10px; height: var(--framer-aspect-ratio-supported, 475px); overflow: visible; position: relative; width: 1px; }\",\".framer-qp53c .framer-jdqqlf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 412px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 412px; }\",\".framer-qp53c .framer-1axkk5m, .framer-qp53c .framer-7sifop { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qp53c .framer-ul36k0, .framer-qp53c .framer-eb35ka { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 100%; position: relative; width: 320px; }\",\".framer-qp53c .framer-1em4h5v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 960px; }\",\".framer-qp53c .framer-1s4rzyt { aspect-ratio: 1 / 1; background-color: rgba(245, 245, 245, 0); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 10px; height: var(--framer-aspect-ratio-supported, 480px); overflow: visible; position: relative; width: 1px; }\",\".framer-qp53c .framer-15wrv15 { aspect-ratio: 1.08 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 406px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 438px; }\",\".framer-qp53c .framer-1csa73x { --border-bottom-width: 0px; --border-color: #eeeeee; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 528px; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-qp53c .framer-8bkkgd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 63px; position: relative; white-space: pre-wrap; width: 251px; word-break: break-word; word-wrap: break-word; }\",\".framer-qp53c .framer-1881e00 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 46px; position: relative; white-space: pre-wrap; width: 251px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-qp53c[data-border=\"true\"]::after, .framer-qp53c [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-qp53c.framer-d58nw3 { width: 810px; } .framer-qp53c .framer-jzaprc { height: 417px; } .framer-qp53c .framer-1qdfnev { order: 0; width: 810px; z-index: 1; } .framer-qp53c .framer-bxvglg { height: 35px; order: 0; } .framer-qp53c .framer-180bv3m { order: 1; } .framer-qp53c .framer-zapcjr-container { order: 2; } .framer-qp53c .framer-1hxgxew { order: 3; } .framer-qp53c .framer-1n0jiw5 { order: 5; } .framer-qp53c .framer-166c15j-container { order: 4; } .framer-qp53c .framer-1kwsyu1 { width: 356px; } .framer-qp53c .framer-1qlsel7, .framer-qp53c .framer-1s4rzyt { height: var(--framer-aspect-ratio-supported, 405px); } .framer-qp53c .framer-kik5h7 { height: var(--framer-aspect-ratio-supported, 400px); } .framer-qp53c .framer-15wrv15 { height: var(--framer-aspect-ratio-supported, 370px); left: unset; right: 0px; top: 50%; transform: translateY(-50%); width: 400px; } .framer-qp53c .framer-1csa73x { height: 508px; width: 810px; }}\",\"@media (max-width: 809px) { .framer-qp53c.framer-d58nw3 { width: 390px; } .framer-qp53c .framer-jzaprc { align-content: flex-start; align-items: flex-start; height: 407px; } .framer-qp53c .framer-1qdfnev { padding: 16px 0px 16px 0px; } .framer-qp53c .framer-180bv3m { height: 92px; width: 389px; } .framer-qp53c .framer-lp0tta { flex-direction: column; gap: 20px; order: 0; padding: 0px 0px 40px 0px; } .framer-qp53c .framer-12ryz2e { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; justify-content: flex-start; order: 0; width: 100%; } .framer-qp53c .framer-gkqmit, .framer-qp53c .framer-1xxat03, .framer-qp53c .framer-jubq5p { order: 0; width: 390px; } .framer-qp53c .framer-1kwsyu1 { order: 1; } .framer-qp53c .framer-17sirqj { flex-direction: column; gap: 20px; order: 1; padding: 0px 0px 40px 0px; } .framer-qp53c .framer-kik5h7, .framer-qp53c .framer-1s4rzyt { flex: none; height: var(--framer-aspect-ratio-supported, 390px); order: 1; width: 100%; } .framer-qp53c .framer-jdqqlf { height: var(--framer-aspect-ratio-supported, 404px); left: -7px; right: -7px; top: -10px; transform: unset; width: unset; } .framer-qp53c .framer-1axkk5m, .framer-qp53c .framer-7sifop { align-content: flex-start; align-items: flex-start; flex: none; justify-content: flex-start; order: 0; width: 100%; } .framer-qp53c .framer-ul36k0, .framer-qp53c .framer-eb35ka { order: 1; width: 390px; } .framer-qp53c .framer-1em4h5v { flex-direction: column; gap: 20px; order: 2; padding: 0px 0px 40px 0px; } .framer-qp53c .framer-1csa73x { align-content: flex-start; align-items: flex-start; height: min-content; justify-content: flex-start; padding: 40px 0px 40px 0px; } .framer-qp53c .framer-8bkkgd { height: 35px; order: 0; width: 389px; } .framer-qp53c .framer-1kwn7fw-container { order: 1; width: 389px; } .framer-qp53c .framer-1881e00 { height: 35px; order: 2; width: 389px; } .framer-qp53c .framer-15mjbcl-container { order: 3; width: 389px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3006\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lOZ7lDbNM\":{\"layout\":[\"fixed\",\"auto\"]},\"E4CKYsbvb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerjeg8e5b3O=withCSS(Component,css,\"framer-qp53c\");export default Framerjeg8e5b3O;Framerjeg8e5b3O.displayName=\"Page\";Framerjeg8e5b3O.defaultProps={height:3006,width:1200};const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(Framerjeg8e5b3O,[{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...PrimaryButtonFonts,...CountdownFonts,...AccordionAFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjeg8e5b3O\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"3006\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lOZ7lDbNM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E4CKYsbvb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Countdown", "fontSize", "fontFamily", "fontColor", "fontWeight", "displayDays", "displayHours", "displayMinutes", "displaySeconds", "endDate", "endTime", "endMessage", "timeLeft", "setTimeLeft", "ye", "calculateTimeLeft", "ue", "timer", "difference", "timerComponents", "interval", "u", "p", "addPropertyControls", "ControlType", "PrimaryButtonFonts", "getFonts", "E9F07RC61_default", "CountdownFonts", "Countdown", "AccordionAFonts", "uwCy6VdSV_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "x", "RichText2", "ComponentViewportProvider", "Container", "css", "Framerjeg8e5b3O", "withCSS", "jeg8e5b3O_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
