{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OhxR7UWvDZj6eEFyl54s/6c6qIObp40oSx6f4gB5K/Ghoul_Priest_Form.js", "ssg:https://framerusercontent.com/modules/NlJE33nmSvtSFg1ym5ge/wad3JNDBvKLru6wGfqBP/cff3SixMX.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export function Ghoul_Priest_Form(){const formId=\"cap-inb-captacao-de-lead-arkham-horror-2d407a7ae56ff16a8ccb\";// Load the RDStation Forms script and initialize the form\nuseEffect(()=>{// Check if the script is already loaded\nif(document.querySelector(`script[src*=\"rdstation-forms.min.js\"]`))return;const script=document.createElement(\"script\");script.src=\"https://d335luupugsy2.cloudfront.net/js/rdstation-forms/stable/rdstation-forms.min.js\";script.async=true;script.onload=()=>{// Initialize the form after the script loads\nnew window.RDStationForms(formId,\"null\").createForm();// Adjust the form after it loads\nsetTimeout(adjustRdFormPostLoad,2e3);};document.body.appendChild(script);// Cleanup the script on component unmount\nreturn()=>{document.body.removeChild(script);};},[]);// Add custom styles (unchanged from your original)\nuseEffect(()=>{const style=document.createElement(\"style\");style.innerHTML=`\n      /* Your original CSS styles here */\n      /* Defini\\xe7\\xe3o da fonte utilizada no t\\xedtulo do form */\n      .bricks--component-embeddable-form .bricks--column>div>.bricks--component-text:first-of-type>p {\n        font-family: 'Jost', sans-serif !important;\n        text-transform: uppercase !important;\n      }\n\n      /* Defini\\xe7\\xe3o da fonte principal utilizada no form */\n      .bricks--component-embeddable-form .bricks-form__field>.bricks-form__label,\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__privacy>.bricks-form__label,\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__terms>.bricks-form__static,\n      .bricks--component-embeddable-form .bricks-form__submit>.bricks--component-button {\n        font-family: 'Jost', sans-serif !important;\n      }\n\n      /* Defini\\xe7\\xe3o da setinha pra baixo de cada um dos campos de select do form */\n      .bricks--component-embeddable-form .bricks-form__field>select.bricks-form__input {\n        background-position: calc(100% - 15px) center !important;\n        background: rgb(252, 252, 252, 0.1) url('https://ac-landing-pages-user-uploads-production.s3.amazonaws.com/0000053950/6099279b-1841-4418-8209-879756507de4.png') no-repeat;\n        -webkit-appearance: none !important;\n        -moz-appearance: none !important;\n        appearance: none !important;\n      }\n\n      /* Setinha pra direita do bot\\xe3o de submit do form */\n      .bricks--component-embeddable-form .bricks-form__submit>.bricks--component-button::after {\n        content: url('https://ac-landing-pages-user-uploads-production.s3.amazonaws.com/0000053950/a6fa72d0-cd98-4409-bd11-e1301840f228.png') !important;\n        position: absolute !important;\n        margin-top: 1px !important;\n        margin-left: 14px !important;\n      }\n\n      /* --- CONTAINERS DO FORM --- */\n      .bricks--component-embeddable-form .bricks--section {\n        background-color: transparent !important;\n      }\n\n      .bricks--component-embeddable-form .bricks--column {\n        display: flex !important;\n        flex-direction: column !important;\n        align-items: center !important;\n      }\n\n      .bricks--component-embeddable-form .bricks--column>div {\n        position: relative !important;\n        right: 0 !important;\n        display: flex !important;\n        flex-direction: column !important;\n        padding: 26px 21px 32px 21px !important;\n        max-width: 100%;\n        width: auto;\n        border-radius: 13px !important;\n        background-image: linear-gradient(to right bottom, rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.1)) !important;\n        box-shadow: 0 4px 24px rgb(0, 0, 0, 0.2) !important;\n        backdrop-filter: blur(20px) !important;\n      }\n\n      .bricks--component-embeddable-form .bricks--column>div::before {\n        content: '' !important;\n        position: absolute !important;\n        inset: 0 !important;\n        border-radius: 13px !important;\n        padding: 1px !important;\n        background: linear-gradient(to right bottom, #fff, transparent) !important;\n        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;\n        -webkit-mask-composite: xor !important;\n        mask-composite: exclude !important;\n        z-index: -1 !important;\n      }\n\n      @media screen and (min-width: 768px) {\n        .bricks--component-embeddable-form .bricks--column {\n          align-items: flex-end !important;\n        }\n\n        .bricks--component-embeddable-form .bricks--column>div {\n          width: 350px !important;\n        }\n      }\n\n      /* --- T\\xcdTULO DO FORM --- */\n      .bricks--component-embeddable-form .bricks--column>div>.bricks--component-text:first-of-type {\n        margin: 0 !important;\n        padding-bottom: 30px !important;\n        max-width: unset !important;\n      }\n\n      .bricks--component-embeddable-form .bricks--column>div>.bricks--component-text:first-of-type>p {\n        margin: 0 !important;\n        text-align: center !important;\n      }\n\n      /* --- CONTAINERS DOS CAMPOS DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form {\n        max-width: unset !important;\n        margin-top: unset !important;\n        margin-bottom: unset !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form>form {\n        margin-bottom: 0 !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__fieldset>.bricks-form__field {\n        padding-bottom: 24px !important;\n        margin-bottom: 0 !important;\n      }\n\n      /* --- LABELS DOS CAMPOS DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form__field>.bricks-form__label {\n        display: block !important;\n        padding-bottom: 4px !important;\n        margin-bottom: 0 !important;\n        letter-spacing: 0.25px !important;\n      }\n\n      /* --- CAMPOS DE INPUTS DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form__field>input.bricks-form__input {\n        width: 100% !important;\n        height: unset !important;\n        padding: 12px !important;\n        background-color: rgb(252, 252, 252, 0.1) !important;\n        box-shadow: inset 0px 1px 1px rgb(200, 200, 200, 1) !important;\n        border-radius: 8px !important;\n        border-width: 0 !important;\n        font-family: sans-serif !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field>input.bricks-form__input::placeholder {\n        color: #fcfcfc !important;\n        opacity: 0.8 !important;\n      }\n\n      /* --- CAMPOS DE SELECT DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form__field>select.bricks-form__input {\n        width: 100% !important;\n        padding: 12px !important;\n        background-color: rgb(252, 252, 252, 0.1) !important;\n        box-shadow: inset 0px 1px 1px rgb(200, 200, 200, 1) !important;\n        border-radius: 8px !important;\n        border-width: 0 !important;\n        font-family: sans-serif !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field>select.bricks-form__input>option {\n        color: #2e2e2e !important;\n      }\n\n      /* --- ELEMENTOS DE TERMOS E PRIVACIDADE DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__privacy {\n        margin-bottom: 0 !important;\n        padding-bottom: 0 !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__privacy>.bricks-form__field__option {\n        display: flex !important;\n        margin: 0 0 4px 0 !important;\n        padding-left: 0 !important;\n        padding-right: 0 !important;\n        border: none !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__privacy>.bricks-form__field__option>.bricks-form__label {\n        display: flex !important;\n        justify-content: center !important;\n        column-gap: 8px !important;\n        margin: 0 !important;\n        padding-left: 0 !important;\n        font-weight: unset !important;\n        line-height: 1 !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__privacy>.bricks-form__field__option>.bricks-form__label>.bricks-form__field__option__input {\n        margin: 0 !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__field.bricks-form__terms>.bricks-form__static {\n        margin: 0 !important;\n        font-weight: unset !important;\n      }\n\n      /* --- BOT\\xc3O DE SUBMIT DO FORM --- */\n      .bricks--component-embeddable-form .bricks-form__submit {\n        display: flex !important;\n        justify-content: center !important;\n      }\n\n      .bricks--component-embeddable-form .bricks-form__submit>.bricks--component-button {\n        margin-top: 0 !important;\n        padding: 16px 40px 16px 21px !important;\n        width: unset !important;\n        height: unset !important;\n        line-height: normal !important;\n        border: none !important;\n        border-radius: 8px !important;\n        box-shadow: 0px 1.25px 2px rgba(0, 0, 0, 0.15), inset 0px 1.25px 1.25px rgba(255, 255, 255, 0.15), inset 0px -1.25px 1.25px rgba(0, 0, 0, 0.15) !important;\n        cursor: pointer !important;\n      }\n    `;document.head.appendChild(style);// Cleanup the style on component unmount\nreturn()=>{document.head.removeChild(style);};},[]);// Add Jost font\nuseEffect(()=>{const link=document.createElement(\"link\");link.href=\"https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap\";link.rel=\"stylesheet\";document.head.appendChild(link);// Cleanup the link on component unmount\nreturn()=>{document.head.removeChild(link);};},[]);// Function to adjust the form after it loads\nconst adjustRdFormPostLoad=()=>{const formContainer=document.querySelector(\".rd-form\");if(formContainer){// Translate \"Nome\" to \"Name\"\nconst fieldLabels=Array.from(formContainer.querySelectorAll(\".bricks-form__label\"));fieldLabels.forEach(fieldLabel=>{if(fieldLabel.innerText==\"Nome*\"){fieldLabel.innerText=\"Name*\";}});// Translate placeholder\nconst nameInputField=formContainer.querySelector('input[placeholder=\"Nome *\"]');if(nameInputField){nameInputField.placeholder=\"Name *\";}// Translate select options\nconst formSelectOptions=Array.from(formContainer.querySelectorAll(\"option\"));formSelectOptions.forEach(option=>{if(option.value==\"\"){option.text=\"Select\";}});// Mark the legal checkbox as required\nconst legalCheckboxField=document.querySelector(\".bricks-form__privacy\");if(legalCheckboxField){const legalCheckbox=legalCheckboxField.querySelector(\"input\");if(legalCheckbox){legalCheckbox.setAttribute(\"required\",\"required\");}}// Attach error message handler\nconst formSubmitButton=document.querySelector(\".rd-button\");if(formSubmitButton){formSubmitButton.addEventListener(\"click\",handleAdjustRdFormPostSubmit);}}};// Function to handle form submission errors\nconst handleAdjustRdFormPostSubmit=()=>{const adjustRdFormPostSubmit=()=>{const formContainer=document.querySelector(\".rd-form\");if(formContainer){const formErrorMessages=Array.from(formContainer.querySelectorAll(\"label.error\"));formErrorMessages.forEach(errorMessage=>errorMessage.innerText=\"Required field\");}};setTimeout(adjustRdFormPostSubmit,100);};return /*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsx(\"div\",{role:\"main\",id:formId,style:{width:\"100%\",height:\"100%\"}})});}\nexport const __FramerMetadata__ = {\"exports\":{\"Ghoul_Priest_Form\":{\"type\":\"reactComponent\",\"name\":\"Ghoul_Priest_Form\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ghoul_Priest_Form.map", "// Generated by Framer (b5638f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import LootLogo from\"#framer/local/canvasComponent/NHesFGvAM/NHesFGvAM.js\";import{Ghoul_Priest_Form}from\"#framer/local/codeFile/r6Sxob4/Ghoul_Priest_Form.js\";import*as sharedStyle from\"#framer/local/css/OwGE6GE_j/OwGE6GE_j.js\";import metadataProvider from\"#framer/local/webPageMetadata/cff3SixMX/cff3SixMX.js\";const LootLogoFonts=getFonts(LootLogo);const MaterialFonts=getFonts(Material);const Ghoul_Priest_FormFonts=getFonts(Ghoul_Priest_Form);const breakpoints={DMiIyhjSt:\"(min-width: 1400px)\",HOWNZQHGq:\"(max-width: 1399px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bMvao\";const variantClassNames={DMiIyhjSt:\"framer-v-1dunlkv\",HOWNZQHGq:\"framer-v-1c7zv38\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"DMiIyhjSt\",Phone:\"HOWNZQHGq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DMiIyhjSt\"};};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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"SGNeMSGH5\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"MSgISY4Gp\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"cT8yNqAG_\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"HOWNZQHGq\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"HOWNZQHGq\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"DMiIyhjSt\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1dunlkv\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1080,pixelWidth:1920,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rJM3X8FSwu53NRhyFULIfInmadk.png\",srcSet:\"https://framerusercontent.com/images/rJM3X8FSwu53NRhyFULIfInmadk.png?scale-down-to=512 512w,https://framerusercontent.com/images/rJM3X8FSwu53NRhyFULIfInmadk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rJM3X8FSwu53NRhyFULIfInmadk.png 1920w\"},className:\"framer-rhj5n6\",\"data-framer-name\":\"Header\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1g0aq04\",\"data-framer-name\":\"Logos\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{height:57,width:\"124px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"184px\",y:(componentViewport?.y||0)+0+0+0+0+16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f8xh47-container\",nodeId:\"e75LazB6E\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(LootLogo,{height:\"100%\",id:\"e75LazB6E\",layoutId:\"e75LazB6E\",style:{height:\"100%\",width:\"100%\"},variant:\"oskO_QER6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+19.5),pixelHeight:215,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bWmME90aKotu2QEMRbxq5lStdS0.png\"}}},children:/*#__PURE__*/_jsx(Image,{\"aria-label\":\"Arkham Horror Logo\",as:\"figure\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+21.5),pixelHeight:215,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bWmME90aKotu2QEMRbxq5lStdS0.png\"},className:\"framer-18uh3qj\",\"data-framer-name\":\"Arkham Logo\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8tfczj\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO1RldXRvbmljIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Teutonic Regular\", \"Teutonic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 230, 187)\",\"--framer-text-transform\":\"uppercase\"},children:\"Arkham Horror Official Printable Miniatures\"})}),className:\"framer-1mynhdg\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Teutonic Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+373),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png\",srcSet:\"https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png?scale-down-to=512 512w,https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png 1920w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"main\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+377),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png\",srcSet:\"https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png?scale-down-to=512 512w,https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HrB5fdbHLOuK2uBZWjaKuXhoECc.png 1920w\"},className:\"framer-1r4zlvf\",\"data-framer-name\":\"Hero\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2o5ds\",\"data-framer-name\":\"Div\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yduozd\",\"data-framer-name\":\"Contet\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1218bfu\",\"data-framer-name\":\"Left Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO1RldXRvbmljIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Teutonic Regular\", \"Teutonic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:[\"3D Print the True Horror with a\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"Free Mini!\"]})}),className:\"framer-1sggjmp\",fonts:[\"CUSTOM;Teutonic Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"Embrace the pulp and the grotesque with the Ghoul Priest, the first official 3D printable model of Arkham Horror: The Roleplaying Game, available for free!\"})}),className:\"framer-1tfwp4t\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tn2kxk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqe84m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vg5c0s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LGvan9VGY\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(235, 182, 91)\",height:\"100%\",iconSearch:\"arrow right\",iconSelection:\"ArrowBack\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"LGvan9VGY\",layoutId:\"LGvan9VGY\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"Insanely detailed miniature\"})}),className:\"framer-hk4b9z\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mcdjcj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vrogs3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HH8H8IHE_\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(235, 182, 91)\",height:\"100%\",iconSearch:\"arrow right\",iconSelection:\"ArrowBack\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"HH8H8IHE_\",layoutId:\"HH8H8IHE_\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"Pre-supported & ready-to-print file \\xa0\"})}),className:\"framer-14oz2zj\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7pkgqv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ov4z75-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QT01Y5OCK\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(235, 182, 91)\",height:\"100%\",iconSearch:\"arrow right\",iconSelection:\"ArrowBack\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QT01Y5OCK\",layoutId:\"QT01Y5OCK\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"Official model in 42 mm\"})}),className:\"framer-ae2ghz\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+373+0+88+0+784),pixelHeight:1500,pixelWidth:1200,sizes:\"363px\",src:\"https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?scale-down-to=1024&lossless=1 819w,https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?lossless=1 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{\"aria-label\":\"Image of the 3D printed Sand Dweller\",as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+377+0+88+109.0665),pixelHeight:1500,pixelWidth:1200,sizes:\"425px\",src:\"https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?scale-down-to=1024&lossless=1 819w,https://framerusercontent.com/images/kQT838de4HsfRmOPswyM9vO1A.png?lossless=1 1200w\"},className:\"framer-5x3ikf\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w24m9-container\",isAuthoredByUser:true,nodeId:\"keVEofUMz\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(Ghoul_Priest_Form,{height:\"100%\",id:\"keVEofUMz\",layoutId:\"keVEofUMz\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xg785m\"})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-14iywa7\",\"data-framer-name\":\"Bottom section\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7hs1y3\",\"data-framer-name\":\"Left Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO1RldXRvbmljIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Teutonic Regular\", \"Teutonic Regular Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"The more you look the more terrified you will be\"})}),className:\"framer-1191njs\",fonts:[\"CUSTOM;Teutonic Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Loot Studios\"}),\"\\xa0and\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"Asmodee\"}),\"\\xa0partnered up during an eldritch eclipse to awaken long-lost nightmares!\"]}),/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:[\"After the prophetic meeting, a Chthonian idea consumed us all: telling mind-shattering tales not only through words and images, but also through 3D models as well. And that is how the first official miniatures for\\xa0\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Arkham Horror: The Roleplaying Game\"})}),\"\\xa0were finally born.\"]}),/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"As you would expect from the insane quality that Loot Studios always offers to its nearly 30K subscribers, the models are absolutely hideous. So prepare your sanity and call your players to get the miniature versions of these beloved characters and feared monsters before the Ancient Ones rise!\"})]}),className:\"framer-1jq7zoa\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xkyyrl\",\"data-framer-name\":\"Image and buttom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2016.55+0+780+0+0),pixelHeight:738,pixelWidth:1228,positionX:\"center\",positionY:\"center\",sizes:\"694px\",src:\"https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png\",srcSet:\"https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png?scale-down-to=512 512w,https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png 1228w\"}}},children:/*#__PURE__*/_jsx(Image,{\"aria-label\":\"Image with a girl about to move her miniature in a game of Arkham Horror\",as:\"figure\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1313+214+0+0),pixelHeight:738,pixelWidth:1228,positionX:\"center\",positionY:\"center\",sizes:\"694px\",src:\"https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png\",srcSet:\"https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png?scale-down-to=512 512w,https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AsgsvMuYdsz5kStlLbZYsdHw9A.png 1228w\"},className:\"framer-13gy24s\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cff3SixMX\"},motionChild:true,nodeId:\"Mk9i4Y6tj\",openInNewTab:false,scopeId:\"cff3SixMX\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qxd3xp framer-1jn94bk\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Cormorant Garamond SemiBold\", \"Cormorant Garamond SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get your FREE Mini\"})}),className:\"framer-lra99k\",\"data-framer-name\":\"Button\",fonts:[\"CUSTOM;Cormorant Garamond SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-8zuxcs hidden-1c7zv38\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,width:\"161px\",y:(componentViewport?.y||0)+0+2083+24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-47w4ip-container\",nodeId:\"flyz9wv80\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(LootLogo,{height:\"100%\",id:\"flyz9wv80\",layoutId:\"flyz9wv80\",style:{height:\"100%\",width:\"100%\"},variant:\"oskO_QER6\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z06cci\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://lootstudios.com/terms-of-service/\",motionChild:true,nodeId:\"q9PnHz7Li\",openInNewTab:false,scopeId:\"cff3SixMX\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rhovei\",\"data-styles-preset\":\"OwGE6GE_j\",children:\"Terms of Service\"})}),\" | \",/*#__PURE__*/_jsx(Link,{href:\"https://app.lootstudios.com/privacy-policy-asmodee/\",motionChild:true,nodeId:\"q9PnHz7Li\",openInNewTab:false,scopeId:\"cff3SixMX\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rhovei\",\"data-styles-preset\":\"OwGE6GE_j\",children:\"Privacy Policy\"})})]})}),className:\"framer-17ty34\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"All content copyrighted by Loot Studios\"})}),className:\"framer-yjcycg\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2083+28.5),pixelHeight:215,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bWmME90aKotu2QEMRbxq5lStdS0.png\"},className:\"framer-1udgn4y\",\"data-framer-name\":\"Srkham\"})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fem1jf hidden-1dunlkv\",\"data-framer-name\":\"Footer Mobile\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9wzyt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{y:(componentViewport?.y||0)+0+3138.55+24+64+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"173px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u1pliv-container\",nodeId:\"C72dnJKmO\",scopeId:\"cff3SixMX\",children:/*#__PURE__*/_jsx(LootLogo,{height:\"100%\",id:\"C72dnJKmO\",layoutId:\"C72dnJKmO\",style:{height:\"100%\",width:\"100%\"},variant:\"oskO_QER6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HOWNZQHGq:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3138.55+24+64+26),pixelHeight:215,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bWmME90aKotu2QEMRbxq5lStdS0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:215,pixelWidth:416,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bWmME90aKotu2QEMRbxq5lStdS0.png\"},className:\"framer-h51ltm\",\"data-framer-name\":\"Srkham\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f3duiu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://lootstudios.com/terms-of-service/\",motionChild:true,nodeId:\"rFxbf8S2L\",openInNewTab:false,scopeId:\"cff3SixMX\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rhovei\",\"data-styles-preset\":\"OwGE6GE_j\",children:\"Terms of Service\"})}),\" | \",/*#__PURE__*/_jsx(Link,{href:\"https://app.lootstudios.com/privacy-policy-asmodee/\",motionChild:true,nodeId:\"rFxbf8S2L\",openInNewTab:false,scopeId:\"cff3SixMX\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-rhovei\",\"data-styles-preset\":\"OwGE6GE_j\",children:\"Privacy Policy\"})})]})}),className:\"framer-1pvewu7\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvcm1vcmFudCBHYXJhbW9uZCBSZWd1bGFy\",\"--framer-font-family\":'\"Cormorant Garamond Regular\", \"Cormorant Garamond Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 230, 187)\"},children:\"All content copyrighted by Loot Studios\"})}),className:\"framer-x1ksvh\",fonts:[\"CUSTOM;Cormorant Garamond Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bMvao.framer-1jn94bk, .framer-bMvao .framer-1jn94bk { display: block; }\",\".framer-bMvao.framer-1dunlkv { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-bMvao .framer-rhj5n6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bMvao .framer-1g0aq04 { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.05) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1f8xh47-container { flex: none; height: 61px; position: relative; width: 184px; }\",\".framer-bMvao .framer-18uh3qj, .framer-bMvao .framer-1udgn4y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 230px; }\",\".framer-bMvao .framer-8tfczj { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgb(0, 0, 0) 80%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1mynhdg, .framer-bMvao .framer-hk4b9z, .framer-bMvao .framer-14oz2zj, .framer-bMvao .framer-ae2ghz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bMvao .framer-1r4zlvf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1q2o5ds { align-content: flex-start; align-items: flex-start; background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 88px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bMvao .framer-yduozd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 112px 0px 122px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1218bfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 391px; }\",\".framer-bMvao .framer-1sggjmp, .framer-bMvao .framer-1tfwp4t, .framer-bMvao .framer-1191njs, .framer-bMvao .framer-1jq7zoa { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bMvao .framer-tn2kxk { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1eqe84m, .framer-bMvao .framer-mcdjcj, .framer-bMvao .framer-7pkgqv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1vg5c0s-container, .framer-bMvao .framer-1vrogs3-container, .framer-bMvao .framer-ov4z75-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 22px; }\",\".framer-bMvao .framer-5x3ikf { align-content: center; align-items: center; aspect-ratio: 0.7861635220125787 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 541px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 425px; }\",\".framer-bMvao .framer-1w24m9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bMvao .framer-xg785m { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 88px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1400px; z-index: 1; }\",\".framer-bMvao .framer-14iywa7 { 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 112px 0px 122px; position: relative; width: 100%; }\",\".framer-bMvao .framer-7hs1y3 { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bMvao .framer-xkyyrl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bMvao .framer-13gy24s { flex: none; height: 266px; overflow: hidden; position: relative; width: 694px; }\",\".framer-bMvao .framer-qxd3xp { align-content: center; align-items: center; background-color: #017472; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 20px 8px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-bMvao .framer-lra99k, .framer-bMvao .framer-17ty34, .framer-bMvao .framer-yjcycg, .framer-bMvao .framer-1pvewu7, .framer-bMvao .framer-x1ksvh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bMvao .framer-8zuxcs { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.05) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 24px 80px 16px 80px; position: relative; width: 100%; }\",\".framer-bMvao .framer-47w4ip-container { flex: none; height: 59px; position: relative; width: 161px; }\",\".framer-bMvao .framer-1z06cci { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bMvao .framer-1fem1jf { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.05) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-bMvao .framer-1e9wzyt { 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-bMvao .framer-u1pliv-container { flex: none; height: 100px; position: relative; width: 173px; }\",\".framer-bMvao .framer-h51ltm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bMvao .framer-f3duiu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bMvao.framer-1dunlkv, .framer-bMvao .framer-rhj5n6, .framer-bMvao .framer-18uh3qj, .framer-bMvao .framer-8tfczj, .framer-bMvao .framer-1r4zlvf, .framer-bMvao .framer-1q2o5ds, .framer-bMvao .framer-1218bfu, .framer-bMvao .framer-tn2kxk, .framer-bMvao .framer-1eqe84m, .framer-bMvao .framer-mcdjcj, .framer-bMvao .framer-7pkgqv, .framer-bMvao .framer-5x3ikf, .framer-bMvao .framer-xg785m, .framer-bMvao .framer-14iywa7, .framer-bMvao .framer-7hs1y3, .framer-bMvao .framer-xkyyrl, .framer-bMvao .framer-qxd3xp, .framer-bMvao .framer-1z06cci, .framer-bMvao .framer-1udgn4y, .framer-bMvao .framer-1fem1jf, .framer-bMvao .framer-1e9wzyt, .framer-bMvao .framer-h51ltm, .framer-bMvao .framer-f3duiu { gap: 0px; } .framer-bMvao.framer-1dunlkv > *, .framer-bMvao .framer-rhj5n6 > *, .framer-bMvao .framer-1r4zlvf > *, .framer-bMvao .framer-1z06cci > *, .framer-bMvao .framer-f3duiu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bMvao.framer-1dunlkv > :first-child, .framer-bMvao .framer-rhj5n6 > :first-child, .framer-bMvao .framer-1r4zlvf > :first-child, .framer-bMvao .framer-1218bfu > :first-child, .framer-bMvao .framer-tn2kxk > :first-child, .framer-bMvao .framer-7hs1y3 > :first-child, .framer-bMvao .framer-xkyyrl > :first-child, .framer-bMvao .framer-1z06cci > :first-child, .framer-bMvao .framer-1fem1jf > :first-child, .framer-bMvao .framer-f3duiu > :first-child { margin-top: 0px; } .framer-bMvao.framer-1dunlkv > :last-child, .framer-bMvao .framer-rhj5n6 > :last-child, .framer-bMvao .framer-1r4zlvf > :last-child, .framer-bMvao .framer-1218bfu > :last-child, .framer-bMvao .framer-tn2kxk > :last-child, .framer-bMvao .framer-7hs1y3 > :last-child, .framer-bMvao .framer-xkyyrl > :last-child, .framer-bMvao .framer-1z06cci > :last-child, .framer-bMvao .framer-1fem1jf > :last-child, .framer-bMvao .framer-f3duiu > :last-child { margin-bottom: 0px; } .framer-bMvao .framer-18uh3qj > *, .framer-bMvao .framer-5x3ikf > *, .framer-bMvao .framer-14iywa7 > *, .framer-bMvao .framer-qxd3xp > *, .framer-bMvao .framer-1udgn4y > *, .framer-bMvao .framer-1e9wzyt > *, .framer-bMvao .framer-h51ltm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bMvao .framer-18uh3qj > :first-child, .framer-bMvao .framer-8tfczj > :first-child, .framer-bMvao .framer-1q2o5ds > :first-child, .framer-bMvao .framer-1eqe84m > :first-child, .framer-bMvao .framer-mcdjcj > :first-child, .framer-bMvao .framer-7pkgqv > :first-child, .framer-bMvao .framer-5x3ikf > :first-child, .framer-bMvao .framer-xg785m > :first-child, .framer-bMvao .framer-14iywa7 > :first-child, .framer-bMvao .framer-qxd3xp > :first-child, .framer-bMvao .framer-1udgn4y > :first-child, .framer-bMvao .framer-1e9wzyt > :first-child, .framer-bMvao .framer-h51ltm > :first-child { margin-left: 0px; } .framer-bMvao .framer-18uh3qj > :last-child, .framer-bMvao .framer-8tfczj > :last-child, .framer-bMvao .framer-1q2o5ds > :last-child, .framer-bMvao .framer-1eqe84m > :last-child, .framer-bMvao .framer-mcdjcj > :last-child, .framer-bMvao .framer-7pkgqv > :last-child, .framer-bMvao .framer-5x3ikf > :last-child, .framer-bMvao .framer-xg785m > :last-child, .framer-bMvao .framer-14iywa7 > :last-child, .framer-bMvao .framer-qxd3xp > :last-child, .framer-bMvao .framer-1udgn4y > :last-child, .framer-bMvao .framer-1e9wzyt > :last-child, .framer-bMvao .framer-h51ltm > :last-child { margin-right: 0px; } .framer-bMvao .framer-8tfczj > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-bMvao .framer-1q2o5ds > *, .framer-bMvao .framer-1eqe84m > *, .framer-bMvao .framer-mcdjcj > *, .framer-bMvao .framer-7pkgqv > *, .framer-bMvao .framer-xg785m > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bMvao .framer-1218bfu > *, .framer-bMvao .framer-tn2kxk > *, .framer-bMvao .framer-7hs1y3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bMvao .framer-xkyyrl > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-bMvao .framer-1fem1jf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,\"@media (max-width: 1399px) { .framer-bMvao.framer-1dunlkv { width: 390px; } .framer-bMvao .framer-1g0aq04 { padding: 16px 8px 40px 8px; } .framer-bMvao .framer-1f8xh47-container { aspect-ratio: 2 / 1; height: var(--framer-aspect-ratio-supported, 62px); width: 124px; } .framer-bMvao .framer-18uh3qj { width: 100px; } .framer-bMvao .framer-yduozd { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 0px 8px 0px 8px; } .framer-bMvao .framer-1218bfu { width: 374px; } .framer-bMvao .framer-5x3ikf { aspect-ratio: 0.7877358490566038 / 1; height: var(--framer-aspect-ratio-supported, 461px); width: 363px; } .framer-bMvao .framer-xg785m { width: 100%; } .framer-bMvao .framer-14iywa7 { flex-direction: column; padding: 0px 8px 0px 8px; } .framer-bMvao .framer-7hs1y3, .framer-bMvao .framer-xkyyrl { flex: none; width: 100%; } .framer-bMvao .framer-1e9wzyt { order: 1; } .framer-bMvao .framer-f3duiu { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bMvao .framer-yduozd, .framer-bMvao .framer-14iywa7 { gap: 0px; } .framer-bMvao .framer-yduozd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bMvao .framer-yduozd > :first-child, .framer-bMvao .framer-14iywa7 > :first-child { margin-top: 0px; } .framer-bMvao .framer-yduozd > :last-child, .framer-bMvao .framer-14iywa7 > :last-child { margin-bottom: 0px; } .framer-bMvao .framer-14iywa7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1646\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HOWNZQHGq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"SGNeMSGH5\":{\"pattern\":\":SGNeMSGH5\",\"name\":\"header\"},\"MSgISY4Gp\":{\"pattern\":\":MSgISY4Gp\",\"name\":\"hero\"},\"cT8yNqAG_\":{\"pattern\":\":cT8yNqAG_\",\"name\":\"bottom\"}}\n * @framerResponsiveScreen\n */const Framercff3SixMX=withCSS(Component,css,\"framer-bMvao\");export default Framercff3SixMX;Framercff3SixMX.displayName=\"Arkham Horror Free Mini Sand Dweller\";Framercff3SixMX.defaultProps={height:1646,width:1400};addFonts(Framercff3SixMX,[{explicitInter:true,fonts:[{family:\"Teutonic Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/C1VzACHBr1N7XulZRmI1jFg2N8.woff2\"},{family:\"Cormorant Garamond Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/65koo9kVnbw3gnUPWZjdzwWJrXQ.woff2\"},{family:\"Cormorant Garamond SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4yGOWF9pLtasfoJ3uUDfthsmgHw.woff2\"}]},...LootLogoFonts,...MaterialFonts,...Ghoul_Priest_FormFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercff3SixMX\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1646\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"SGNeMSGH5\\\":{\\\"pattern\\\":\\\":SGNeMSGH5\\\",\\\"name\\\":\\\"header\\\"},\\\"MSgISY4Gp\\\":{\\\"pattern\\\":\\\":MSgISY4Gp\\\",\\\"name\\\":\\\"hero\\\"},\\\"cT8yNqAG_\\\":{\\\"pattern\\\":\\\":cT8yNqAG_\\\",\\\"name\\\":\\\"bottom\\\"}}\",\"framerIntrinsicWidth\":\"1400\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HOWNZQHGq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Ghoul_Priest_Form", "formId", "ue", "script", "window", "adjustRdFormPostLoad", "style", "link", "formContainer", "fieldLabel", "nameInputField", "option", "legalCheckboxField", "legalCheckbox", "formSubmitButton", "handleAdjustRdFormPostSubmit", "errorMessage", "p", "LootLogoFonts", "getFonts", "NHesFGvAM_default", "MaterialFonts", "Icon", "Ghoul_Priest_FormFonts", "Ghoul_Priest_Form", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "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", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "Link", "css", "Framercff3SixMX", "withCSS", "cff3SixMX_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
