{"5d47b2-1d80-0f43-fd45-10780e5b34ae":"{\"idPage\":\"5d47b2-1d80-0f43-fd45-10780e5b34ae\",\"idApplication\":\"A9A7B8BB520F94F\",\"dsDisplayName\":\"Footer\",\"dsName\":\"Footer\",\"dsDescription\":\"\",\"url\":\"\",\"title\":\"New Page\",\"image\":{},\"images\":{},\"cdState\":1,\"accessLevel\":0,\"sourceCode\":\"// This method is called after the page load, before any rendering\\nfunction onInit() {\\n\\t// const lang \\u003d $d.getCurrentUser().getLanguage();\\n // const myvar \\u003d $d.getVariable(\\\"myvar\\\").getValue();\\n}\\n\\n// This method is called after the page is rendered\\nfunction afterViewInit() {\\n\\t\\n}\\n\\n// This method is called when the page is about to be unloaded\\nfunction beforeViewUnload() {\\n\\t\\n}\",\"dataSources\":[],\"params\":[],\"variables\":[],\"lsPermissionAssignment\":[{\"idPermission\":\"MODELADOR\",\"idApplication\":\"GLOBAL\",\"lsCodeFunctions\":[\"PG_@@@N000_@@@\",\"PG_@@@_MODELER\",\"PG_@@@_V001\",\"PG_@@@_MG1\",\"PG_@@@_G004\",\"PG_@@@_ST1\",\"PG_@@@_ST2\",\"PG_@@@_ST4\",\"PG_@@@_ST5\",\"PG_@@@USE\",\"PG_@@@_U001\"]},{\"idPermission\":\"COMMONUSER\",\"idApplication\":\"A9A7B8BB520F94F\",\"lsCodeFunctions\":[\"PG_@@@_U001\"]},{\"idPermission\":\"ANONYMOUS\",\"idApplication\":\"GLOBAL\",\"lsCodeFunctions\":[\"PG_@@@_U001\",\"PG_@@@USE\",\"PG_@@@N000_@@@\"]}],\"cdUserLastUpdate\":\"AFARIAS\",\"dtLastUpdate\":\"2025-07-02 00:42:59.0\",\"cdUserStore\":\"AFARIAS\",\"dtStore\":\"2025-06-13 14:12:48.0\",\"elements\":{\"components\":{\"1fd86a-0d10-3a10-5006-aacaa8130d83\":{\"type\":\"section\",\"subitems\":[\"76f78ac-104-cdb1-dea1-e57f16b202f\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"height\":\"10px\",\"minHeight\":\"unset\"},\"position\":{\"position\":\"relative\"}}}},\"props\":{},\"uuid\":\"1fd86a-0d10-3a10-5006-aacaa8130d83\",\"id\":\"section1\",\"name\":\"section1\"},\"root\":{\"uuid\":\"root\",\"id\":\"root\",\"name\":\"root\",\"type\":\"root\",\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\"}}}}},\"76f78ac-104-cdb1-dea1-e57f16b202f\":{\"uuid\":\"76f78ac-104-cdb1-dea1-e57f16b202f\",\"id\":\"Copyright2025L\",\"name\":\"Copyright2025L\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"position\":{\"alignSelf\":\"stretch\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"14px\"}}},\"MOBILE\":{\"style\":{\"font\":{\"size\":\"13px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"h5\",\"props\":{\"value\":{\"props\":{\"value\":\"Copyright 2025 Locker Diligence Inc. All rights reserved.\"},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"1fd86a-0d10-3a10-5006-aacaa8130d83\"}},\"root\":[\"1fd86a-0d10-3a10-5006-aacaa8130d83\"]},\"breakpoints\":{},\"linkDependencies\":{},\"events\":{\"beforeViewUnload\":\"beforeViewUnload\",\"onInit\":\"onInit\",\"afterViewInit\":\"afterViewInit\"},\"buildingBlocks\":[],\"isBuildingBlock\":true,\"isReferable\":true,\"translatedObjects\":{},\"translatable\":false,\"prompts\":[],\"ssr\":false,\"globalStyles\":\"/* \\nYou can put your page styles here\\n\\nYou can access your elements by using their name or id\\n\\nIf you override a style, make sure to use the \\u0027!important\\u0027 declaration\\n*/\",\"version\":3}"}
{"idPage":"883d017-a24-340b-271-7f3d0ecae32","idApplication":"A9A7B8BB520F94F","dsDisplayName":"Create a Locker","dsName":"CreateaLocker","dsDescription":"","url":"createalocker","title":"Create a Locker","image":{},"images":{},"cdState":1,"accessLevel":0,"sourceCode":"let onlineUser;\nlet checkout \u003d \"\";\nlet lockerRequestId;\nlet APP_LINK;\n// This method is called after the page load, before any rendering\nfunction onInit() {\n APP_LINK \u003d document.querySelector(\"#APPLICATION_LINK\").value;\n const thumbnail \u003d $d.getCurrentUser().getThumbnail();\n $d.getVariable(\"userThumbnail\").setValue(thumbnail);\n document.querySelector(\"#translationLangHIDDEN\").value \u003d \"en_US\";\n onlineUser \u003d $d.getCurrentUser().getUsername();\n if (\"ANONYMOUS\" !\u003d\u003d onlineUser) {\n $d.executeRule(\"getUserData\", 1, {\n userCode: onlineUser,\n }, callback);\n\n function callback(result, error) {\n if (error) console.log(error);\n else {\n $d.getInput(\"firstName\").setValue(result.firstName);\n $d.getInput(\"lastName\").setValue(result.lastName);\n $d.getInput(\"email\").setValue(result.email);\n }\n }\n }\n}\n\n// This method is called after the page is rendered\nfunction afterViewInit() {\n\n}\n\n// This method is called when the page is about to be unloaded\nfunction beforeViewUnload() {\n\n}\n\nfunction nextSection_onClick_1(event) {\n $d.executeRule(\"createLockerRequest\", 1, {\n firstName: $d.getInput(\"firstName\").getValue(),\n lastName: $d.getInput(\"lastName\").getValue(),\n companyName: $d.getInput(\"companyName\").getValue(),\n linkedinUrl: $d.getInput(\"linkedinUrl\").getValue(),\n affiliationCompany: $d.getInput(\"affilationCompany\").getValue(),\n mobilePhone: $d.getInput(\"mobilePhone\").getValue(),\n referralCode: $d.getInput(\"referralCode\").getValue(),\n email: $d.getInput(\"email\").getValue(),\n }, callbackCreateLockerRequest);\n\n function callbackCreateLockerRequest(result, error) {\n if (error) console.log(error);\n else {\n lockerRequestId \u003d result.lockerRequestId;\n //antes de enviar payment link o al checkout, creamos el lockerRequest\n //en lugar de mandar todos los parametros a la url, le mandamos solo el lockerrequestid\n let objectParams \u003d {\n // firstName: $d.getInput(\"firstName\").getValue(),\n // lastName: $d.getInput(\"lastName\").getValue(),\n // companyName: $d.getInput(\"companyName\").getValue(),\n // linkedinUrl: $d.getInput(\"linkedinUrl\").getValue(),\n // affiliationCompany: $d.getInput(\"affilationCompany\").getValue(),\n // mobilePhone: $d.getInput(\"mobilePhone\").getValue(),\n // referralCode: $d.getInput(\"referralCode\").getValue(),\n email: $d.getInput(\"email\").getValue(),\n lockerRequestId,\n productCode: \"prod_SPICEKc6RBSGZm\"//create a locker\n };\n const params \u003d new URLSearchParams(objectParams);\n\n const url \u003d APP_LINK + `/pages/StripeCheckout?${params.toString()}`;\n\n if (\"ANONYMOUS\" \u003d\u003d\u003d onlineUser) {\n //Send paymentlink\n $d.executeRule(\"sendPaymentLink\", 1, {\n pCreateLocker: true,\n pPaymentLink: url\n }, callbackPayment);\n\n function callbackPayment(result, error) {\n if (error) console.log(error);\n else {\n $d.getModal(\"paymentLinkSentModal\").setVisible(true);\n console.log(\"PaymentLink sent\");\n }\n }\n } else {\n //Redirect to stripe checkout\n $d.redirectToPage(\"d4c5ae-6500-28ba-3037-0f3fd5a23112\", \"_self\", objectParams);\n }\n }\n }\n}\n\nwindow.translateText \u003d function translateTextOverride(code) {\n switch (code) {\n case \"El campo es obligatorio\":\n return \"The field is required.\";\n case \"PAGE_MODELER_UPLOAD_FROM_DESKTOP\":\n return \"Upload from desktop\";\n case \"PAGE_MODELER_SELECT\":\n return \"Select\";\n case \"PAGE_MODELER_DRAG_AND_DROP_FILE\":\n return \"Drag and drop a file to upload.\";\n case \"PAGE_MODELER_DOWNLOAD\":\n return \"Download\";\n case \"Eliminar\":\n return \"Delete\";\n case \"PAGE_MODELER_FILE_PREVIEW\":\n return \"Preview\";\n case \"PAGE_MODELER_NO_PREVIEW_AVAILABLE\":\n return \"No Preview Available\";\n case \"Cargando\":\n return \"Loading\";\n case \"No hay resultados\":\n return \"No results\";\n default:\n //console.log(\"Missing translation: \" + code);\n }\n throw \"Not found\";\n};\n","dataSources":[],"params":[],"variables":[{"uuid":"a4887-16c7-8a8-a67d-ea52a8b0158d","id":"userLogin","name":"userLogin","type":"string","initialValue":"__userCode"},{"uuid":"3653b16-115e-ba68-1a08-c446d120313","id":"userThumbnail","name":"userThumbnail","type":"string"}],"lsPermissionAssignment":[{"idPermission":"MODELADOR","idApplication":"GLOBAL","lsCodeFunctions":["PG_@@@N000_@@@","PG_@@@_MODELER","PG_@@@_V001","PG_@@@_MG1","PG_@@@_G004","PG_@@@_ST1","PG_@@@_ST2","PG_@@@_ST4","PG_@@@_ST5","PG_@@@USE","PG_@@@_U001"]},{"idPermission":"COMMONUSER","idApplication":"A9A7B8BB520F94F","lsCodeFunctions":["PG_@@@_U001"]},{"idPermission":"ANONYMOUS","idApplication":"GLOBAL","lsCodeFunctions":["PG_@@@_U001","PG_@@@USE","PG_@@@N000_@@@"]}],"cdUserLastUpdate":"AFARIAS","dtLastUpdate":"2025-07-02 00:43:02.0","cdUserStore":"AFARIAS","dtStore":"2025-06-13 14:13:53.0","elements":{"components":{"root":{"uuid":"root","id":"root","name":"root","type":"root","layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto"}}}}},"3352662-8f73-3742-2d1-1bf155762718":{"type":"section","subitems":["ad2a2-8eee-1c07-54b7-8282e812b85e"],"layout":{"DESKTOP":{"structure":{"size":{"minHeight":"unset"},"position":{"position":"relative"}}}},"props":{},"uuid":"3352662-8f73-3742-2d1-1bf155762718","id":"section2","name":"section2"},"ad2a2-8eee-1c07-54b7-8282e812b85e":{"uuid":"ad2a2-8eee-1c07-54b7-8282e812b85e","id":"page1","name":"page1","type":"page","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"28.94%","height":"18px"},"position":{"justifySelf":"center"}}}},"modifiedName":false,"modifiedId":false,"subtype":"page","props":{"value":{"props":{"idPage":"5d47b2-1d80-0f43-fd45-10780e5b34ae","params":{}},"type":"LITERAL"},"autoHeight":false,"scrolling":"hidden"},"hyperLink":{"destinityType":"_self"},"parent":"3352662-8f73-3742-2d1-1bf155762718"},"5f42e41-eef3-878d-e435-685ebdaac20":{"type":"section","subitems":["c7b622-35a-16f1-47f4-d6726d55da7b"],"layout":{"DESKTOP":{"structure":{"size":{"minHeight":"unset"},"position":{"marginBottom":"10px","position":"relative"}}}},"props":{},"uuid":"5f42e41-eef3-878d-e435-685ebdaac20","id":"sectionCreateLocker","name":"sectionCreateLocker","modifiedName":true,"modifiedId":true},"c7b622-35a-16f1-47f4-d6726d55da7b":{"template":"vlayout","uuid":"c7b622-35a-16f1-47f4-d6726d55da7b","id":"layout12","name":"layout12","type":"layout","subitems":["f0e6e31-7b22-6fda-0fcb-26334add532b","c724243-4886-c8-73a0-a7ee8a1db","a38d2d5-ab82-08dd-4f43-3e7fd8a62"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"auto","minHeight":"unset"},"position":{"marginLeft":"5%","marginRight":"5%","alignSelf":"stretch","justifySelf":"stretch"}},"style":{"regular":{"padding":{"paddingTop":"15px","paddingBottom":"15px","paddingLeft":"20px","paddingRight":"20px"},"border":{"top":{"color":"#8ed1fc","opacity":"7f"},"left":{"color":"#8ed1fc","opacity":"7f"},"bottom":{"color":"#8ed1fc","opacity":"7f"},"right":{"color":"#8ed1fc","opacity":"7f"},"radius":{"topRight":"10px","topLeft":"10px","bottomRight":"10px","bottomLeft":"10px"}}},"gap":"0px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"TABLET":{"structure":{"position":{"justifySelf":"center"},"size":{"width":"100%"}}},"MOBILE":{"style":{"regular":{"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"5f42e41-eef3-878d-e435-685ebdaac20"},"f0e6e31-7b22-6fda-0fcb-26334add532b":{"uuid":"f0e6e31-7b22-6fda-0fcb-26334add532b","id":"item20","name":"item20","type":"item","subitems":["24c446a-af2b-44e6-ad33-f3516a340c31"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"70px"},"position":{"marginBottom":"20px","position":"relative"}},"style":{"regular":{"background":{"color":"#4cbb17"}}}},"TABLET":{"structure":{"size":{"minHeight":"20px"},"position":{"marginBottom":0.0}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"c7b622-35a-16f1-47f4-d6726d55da7b"},"24c446a-af2b-44e6-ad33-f3516a340c31":{"uuid":"24c446a-af2b-44e6-ad33-f3516a340c31","id":"layout11","name":"layout11","type":"layout","subitems":["70ef3cd-10f-3882-aaf2-f064604b7dc","0bbc7a0-4b48-8c1-73ce-65d4b1d7614"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"auto","minWidth":"unset","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"background":{"color":"#4cbb17","opacity":"ff"}}}},"TABLET":{"structure":{"size":{"width":"100%"},"position":{"alignSelf":"center"}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"f0e6e31-7b22-6fda-0fcb-26334add532b"},"70ef3cd-10f-3882-aaf2-f064604b7dc":{"uuid":"70ef3cd-10f-3882-aaf2-f064604b7dc","id":"item21","name":"item21","type":"item","subitems":["a0a36-eac8-a76c-8e0f-ba52634f6e6a"],"layout":{"DESKTOP":{"structure":{"size":{"width":"20%","height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#4cbb17"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"24c446a-af2b-44e6-ad33-f3516a340c31"},"a0a36-eac8-a76c-8e0f-ba52634f6e6a":{"uuid":"a0a36-eac8-a76c-8e0f-ba52634f6e6a","id":"icon1","name":"icon1","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"45px"},"position":{"justifySelf":"center"}},"style":{"color":{"color":"#ffffff"}}},"TABLET":{"structure":{"size":{"height":"35px","width":"35px"}}},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"medium_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_mas"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"70ef3cd-10f-3882-aaf2-f064604b7dc"},"0bbc7a0-4b48-8c1-73ce-65d4b1d7614":{"uuid":"0bbc7a0-4b48-8c1-73ce-65d4b1d7614","id":"item22","name":"item22","type":"item","subitems":["cdbfb71-c741-6112-d1e-b70eeed17a7"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#4cbb17"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"24c446a-af2b-44e6-ad33-f3516a340c31"},"cdbfb71-c741-6112-d1e-b70eeed17a7":{"uuid":"cdbfb71-c741-6112-d1e-b70eeed17a7","id":"CreateaLocker","name":"CreateaLocker","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"font":{"weight":"bold","family":"Inter","size":"35px"},"regular":{"font":{"color":"#ffffff"}}}},"TABLET":{},"MOBILE":{"style":{"font":{"size":"30px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h3","props":{"value":{"props":{"value":"Create a Locker"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"0bbc7a0-4b48-8c1-73ce-65d4b1d7614"},"c724243-4886-c8-73a0-a7ee8a1db":{"uuid":"c724243-4886-c8-73a0-a7ee8a1db","id":"item18","name":"item18","type":"item","subitems":["2ff0aa-3fd0-5d17-4de7-4dfe8817a701"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"border":{"top":{"width":"1px"},"left":{"width":"1px"},"bottom":{"width":"1px"},"right":{"width":"1px"}}}}},"MOBILE":{"style":{"regular":{"border":{"top":{"width":"0px"},"right":{"width":"0px"},"bottom":{"width":"0px"},"left":{"width":"0px"}}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"c7b622-35a-16f1-47f4-d6726d55da7b"},"2ff0aa-3fd0-5d17-4de7-4dfe8817a701":{"uuid":"2ff0aa-3fd0-5d17-4de7-4dfe8817a701","id":"layout8","name":"layout8","type":"layout","subitems":["62577-c507-b2b6-4ab-bb884dca1cd"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"gap":"0px"}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c724243-4886-c8-73a0-a7ee8a1db"},"62577-c507-b2b6-4ab-bb884dca1cd":{"uuid":"62577-c507-b2b6-4ab-bb884dca1cd","id":"item24","name":"item24","type":"item","subitems":["61cab21-a4ac-6cd6-b47-7b745625d6d6"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"18px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"border":{"bottom":{"width":0.0}}}}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"unset"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"2ff0aa-3fd0-5d17-4de7-4dfe8817a701"},"61cab21-a4ac-6cd6-b47-7b745625d6d6":{"template":"vlayout","uuid":"61cab21-a4ac-6cd6-b47-7b745625d6d6","id":"layout14","name":"layout14","type":"layout","subitems":["2adce3-e65-6cb0-13e-11de0546c7b","6dc5-dca-8b2b-47cc-37fb1f36afa","bd4a1b-8aee-1fd5-84ed-f47f32456fe4","413607-f6c7-d660-35ac-7ca24528da3","cc1fee-1a3a-645-1b5b-31e8c8341451","ad06be-0d2c-76cd-3fd8-ecb68bd526bf"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset","maxWidth":"1100px"},"position":{"justifySelf":"center"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"border":{"top":{"color":"#8ed1fc","opacity":"7f"},"left":{"color":"#8ed1fc","opacity":"7f"},"bottom":{"color":"#8ed1fc","opacity":"7f"},"right":{"color":"#8ed1fc","opacity":"7f"},"radius":{"topRight":"10px","topLeft":"10px","bottomRight":"10px","bottomLeft":"10px"}}},"gap":"0px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"TABLET":{"structure":{"size":{"maxWidth":"unset"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"62577-c507-b2b6-4ab-bb884dca1cd"},"2adce3-e65-6cb0-13e-11de0546c7b":{"uuid":"2adce3-e65-6cb0-13e-11de0546c7b","id":"item72","name":"item72","type":"item","subitems":["7a02a1-1481-d816-a6e-114f5b70e6a"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"7a02a1-1481-d816-a6e-114f5b70e6a":{"uuid":"7a02a1-1481-d816-a6e-114f5b70e6a","id":"layout42","name":"layout42","type":"layout","subitems":["01f375-1071-7b63-0d0-13eb53e5ea23"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"2adce3-e65-6cb0-13e-11de0546c7b"},"01f375-1071-7b63-0d0-13eb53e5ea23":{"uuid":"01f375-1071-7b63-0d0-13eb53e5ea23","id":"item73","name":"item73","type":"item","subitems":["1622d2b-fbcc-7a35-27e0-a3aeec3ad2cf"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"7a02a1-1481-d816-a6e-114f5b70e6a"},"1622d2b-fbcc-7a35-27e0-a3aeec3ad2cf":{"uuid":"1622d2b-fbcc-7a35-27e0-a3aeec3ad2cf","id":"layout43","name":"layout43","type":"layout","subitems":["f5de6f-bef7-eec7-f30e-ef01815002"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"01f375-1071-7b63-0d0-13eb53e5ea23"},"f5de6f-bef7-eec7-f30e-ef01815002":{"uuid":"f5de6f-bef7-eec7-f30e-ef01815002","id":"item74","name":"item74","type":"item","subitems":["6f057a3-eec1-a63a-6e40-5b580f2c53"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{"structure":{"size":{"minHeight":"52px"}}},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"1622d2b-fbcc-7a35-27e0-a3aeec3ad2cf"},"6f057a3-eec1-a63a-6e40-5b580f2c53":{"template":"title","uuid":"6f057a3-eec1-a63a-6e40-5b580f2c53","id":"text5","name":"text5","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch","justifySelf":"stretch"}},"style":{"font":{"family":"Inter","size":"16px","align":"center","color":"#000000","opacity":"ff"},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h1","props":{"value":{"props":{"value":"Please provide your contact information below to create Your Locker."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"f5de6f-bef7-eec7-f30e-ef01815002"},"6dc5-dca-8b2b-47cc-37fb1f36afa":{"uuid":"6dc5-dca-8b2b-47cc-37fb1f36afa","id":"item25","name":"item25","type":"item","subitems":["ec0db-65c4-a78a-e785-725aac6ec"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"ec0db-65c4-a78a-e785-725aac6ec":{"uuid":"ec0db-65c4-a78a-e785-725aac6ec","id":"layout15","name":"layout15","type":"layout","subitems":["d5655c3-ffda-870b-08f-c4fd7ff0da7e","cc41ed-5031-5565-645e-eea4384fe56e"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"6dc5-dca-8b2b-47cc-37fb1f36afa"},"d5655c3-ffda-870b-08f-c4fd7ff0da7e":{"uuid":"d5655c3-ffda-870b-08f-c4fd7ff0da7e","id":"item26","name":"item26","type":"item","subitems":["15ae3aa-b6d4-645-6db4-aa23d1127e2"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"ec0db-65c4-a78a-e785-725aac6ec"},"15ae3aa-b6d4-645-6db4-aa23d1127e2":{"uuid":"15ae3aa-b6d4-645-6db4-aa23d1127e2","id":"layout16","name":"layout16","type":"layout","subitems":["71bdff-bd34-b87a-046e-b672e625770"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"d5655c3-ffda-870b-08f-c4fd7ff0da7e"},"71bdff-bd34-b87a-046e-b672e625770":{"uuid":"71bdff-bd34-b87a-046e-b672e625770","id":"item27","name":"item27","type":"item","subitems":["0f8aa15-4d60-8f1-c1e0-706224dca074"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"15ae3aa-b6d4-645-6db4-aa23d1127e2"},"0f8aa15-4d60-8f1-c1e0-706224dca074":{"uuid":"0f8aa15-4d60-8f1-c1e0-706224dca074","id":"firstName","name":"firstName","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"text","props":{"label":"First Name","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"disabled","rules":{"editable":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"userLogin \u003d\u003d \"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"userLogin","range":[0.0,9.0],"code":"userLogin"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[13.0,24.0]},"range":[0.0,24.0]},"range":[0.0,24.0]}],"sourceType":"script","range":[0.0,24.0]}},"readOnly":false,"idTarget":"firstName","formName":false,"action":"editable","tpRule":"EDITABLE","new":false,"expressionParser":"userLogin \u003d\u003d \"ANONYMOUS\""}]}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"71bdff-bd34-b87a-046e-b672e625770","events":{}},"cc41ed-5031-5565-645e-eea4384fe56e":{"uuid":"cc41ed-5031-5565-645e-eea4384fe56e","id":"item28","name":"item28","type":"item","subitems":["eff0d17-341d-056-2c3c-f6260500d28"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"ec0db-65c4-a78a-e785-725aac6ec"},"eff0d17-341d-056-2c3c-f6260500d28":{"uuid":"eff0d17-341d-056-2c3c-f6260500d28","id":"layout17","name":"layout17","type":"layout","subitems":["0fce381-04-a7f-e806-c2b4a4741a17"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"cc41ed-5031-5565-645e-eea4384fe56e"},"0fce381-04-a7f-e806-c2b4a4741a17":{"uuid":"0fce381-04-a7f-e806-c2b4a4741a17","id":"item29","name":"item29","type":"item","subitems":["56f5f3-b2c6-0b4-cc6-a4d286b75055"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"eff0d17-341d-056-2c3c-f6260500d28"},"56f5f3-b2c6-0b4-cc6-a4d286b75055":{"uuid":"56f5f3-b2c6-0b4-cc6-a4d286b75055","id":"companyName","name":"companyName","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Company Name","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"0fce381-04-a7f-e806-c2b4a4741a17","events":{}},"bd4a1b-8aee-1fd5-84ed-f47f32456fe4":{"uuid":"bd4a1b-8aee-1fd5-84ed-f47f32456fe4","id":"item30","name":"item30","type":"item","subitems":["d8520bf-166c-cd62-287d-bca5f31c07d"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"d8520bf-166c-cd62-287d-bca5f31c07d":{"uuid":"d8520bf-166c-cd62-287d-bca5f31c07d","id":"layout18","name":"layout18","type":"layout","subitems":["a8816c4-3f6-7f3d-3d6-8eb77e86ed0"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"bd4a1b-8aee-1fd5-84ed-f47f32456fe4"},"a8816c4-3f6-7f3d-3d6-8eb77e86ed0":{"uuid":"a8816c4-3f6-7f3d-3d6-8eb77e86ed0","id":"item31","name":"item31","type":"item","subitems":["cda4a42-fc54-ffaa-51c2-23e5b707517"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"d8520bf-166c-cd62-287d-bca5f31c07d"},"cda4a42-fc54-ffaa-51c2-23e5b707517":{"uuid":"cda4a42-fc54-ffaa-51c2-23e5b707517","id":"layout19","name":"layout19","type":"layout","subitems":["ec073f-5e1b-846b-a836-26535b4560ae","801d141-637d-3e20-0336-ae67d4d3dde"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"a8816c4-3f6-7f3d-3d6-8eb77e86ed0"},"ec073f-5e1b-846b-a836-26535b4560ae":{"uuid":"ec073f-5e1b-846b-a836-26535b4560ae","id":"item32","name":"item32","type":"item","subitems":["dd2d52f-b13c-d6a-fa14-5370b0587a6"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"unset"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"cda4a42-fc54-ffaa-51c2-23e5b707517"},"dd2d52f-b13c-d6a-fa14-5370b0587a6":{"uuid":"dd2d52f-b13c-d6a-fa14-5370b0587a6","id":"lastName","name":"lastName","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"text","props":{"label":"Last Name","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"disabled","rules":{"editable":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"userLogin \u003d\u003d \"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"userLogin","range":[0.0,9.0],"code":"userLogin"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[13.0,24.0]},"range":[0.0,24.0]},"range":[0.0,24.0]}],"sourceType":"script","range":[0.0,24.0]}},"readOnly":false,"idTarget":"lastName","formName":false,"action":"editable","tpRule":"EDITABLE","new":false,"expressionParser":"userLogin \u003d\u003d \"ANONYMOUS\""}]}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"ec073f-5e1b-846b-a836-26535b4560ae","events":{}},"801d141-637d-3e20-0336-ae67d4d3dde":{"uuid":"801d141-637d-3e20-0336-ae67d4d3dde","id":"item1","name":"item1","type":"item","subitems":["ea7aec-c2c4-8166-1aed-c7711b261850"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"unset"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"cda4a42-fc54-ffaa-51c2-23e5b707517"},"ea7aec-c2c4-8166-1aed-c7711b261850":{"uuid":"ea7aec-c2c4-8166-1aed-c7711b261850","id":"affilationCompany","name":"affiliationCompany","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"},"position":{"marginTop":"0px"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Affiliation With the Company","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"regular","rules":{},"disabledMap":{},"perPage":20.0,"maxPerList":5.0},"relationConfig":{"type":"VALUE_LIST","idObject":"6c3d6b4-a6a-f4b1-2324-c8be1b810cc","idRelation":"5d86130-34b6-c0f8-372f-8c311850ba74","showIcon":false},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"801d141-637d-3e20-0336-ae67d4d3dde","events":{}},"413607-f6c7-d660-35ac-7ca24528da3":{"uuid":"413607-f6c7-d660-35ac-7ca24528da3","id":"item2","name":"item2","type":"item","subitems":["2fe1ad7-0e38-7ad4-c0b-fb46113f686"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"2fe1ad7-0e38-7ad4-c0b-fb46113f686":{"uuid":"2fe1ad7-0e38-7ad4-c0b-fb46113f686","id":"layout1","name":"layout1","type":"layout","subitems":["2b30c7-fff1-1b01-e38e-01a7a581ed0"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"413607-f6c7-d660-35ac-7ca24528da3"},"2b30c7-fff1-1b01-e38e-01a7a581ed0":{"uuid":"2b30c7-fff1-1b01-e38e-01a7a581ed0","id":"item3","name":"item3","type":"item","subitems":["3aa00f-352b-a75-aaff-7c80283eb41"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"2fe1ad7-0e38-7ad4-c0b-fb46113f686"},"3aa00f-352b-a75-aaff-7c80283eb41":{"uuid":"3aa00f-352b-a75-aaff-7c80283eb41","id":"layout2","name":"layout2","type":"layout","subitems":["5c4f66-f8b-4daf-eb6e-05dae633f42","f3808e-6f-7e6-434-d12eb3750f3"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"2b30c7-fff1-1b01-e38e-01a7a581ed0"},"5c4f66-f8b-4daf-eb6e-05dae633f42":{"uuid":"5c4f66-f8b-4daf-eb6e-05dae633f42","id":"item4","name":"item4","type":"item","subitems":["502d6e-dddc-8bc5-f00-a32663a8fcef"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"unset"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"3aa00f-352b-a75-aaff-7c80283eb41"},"502d6e-dddc-8bc5-f00-a32663a8fcef":{"uuid":"502d6e-dddc-8bc5-f00-a32663a8fcef","id":"email","name":"email","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"text","props":{"label":"Email","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"disabled","rules":{"editable":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"userLogin \u003d\u003d \"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"userLogin","range":[0.0,9.0],"code":"userLogin"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[13.0,24.0]},"range":[0.0,24.0]},"range":[0.0,24.0]}],"sourceType":"script","range":[0.0,24.0]}},"readOnly":false,"idTarget":"email","formName":false,"action":"editable","tpRule":"EDITABLE","new":false,"expressionParser":"userLogin \u003d\u003d \"ANONYMOUS\""}],"cond":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"SI(validateUserEmail(email.value, userLogin),\"There\u0027s already a user with that email address. If that\u0027s you, please log in.\")","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"SI","range":[0.0,2.0]},"arguments":[{"type":"CallExpression","callee":{"type":"DeyelRuleIdentifier","name":"validateUserEmail","range":[3.0,20.0],"version":"1"},"arguments":[{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"email","range":[21.0,26.0],"code":"email","elemType":"input"},"property":{"type":"ElementPropertyIdentifier","name":"value","range":[27.0,32.0],"propID":"value"},"range":[21.0,32.0]},{"type":"PageVariableIdentifier","name":"userLogin","range":[34.0,43.0],"code":"userLogin"}],"range":[3.0,44.0]},{"type":"Literal","value":"There\u0027s already a user with that email address. If that\u0027s you, please log in.","raw":"\"There\u0027s already a user with that email address. If that\u0027s you, please log in.\"","range":[45.0,124.0]}],"range":[0.0,125.0]},"range":[0.0,125.0]}],"sourceType":"script","range":[0.0,125.0]}},"readOnly":false,"idTarget":"email","formName":false,"action":"cond","tpRule":"COND","new":false,"expressionParser":"SI(validateUserEmail(email.value, userLogin),\"There\u0027s already a user with that email address. If that\u0027s you, please log in.\")"}]}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"5c4f66-f8b-4daf-eb6e-05dae633f42","events":{}},"f3808e-6f-7e6-434-d12eb3750f3":{"uuid":"f3808e-6f-7e6-434-d12eb3750f3","id":"item5","name":"item5","type":"item","subitems":["1058d04-ead-a0b4-3501-8758cea0dc74"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"52px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{"structure":{"size":{"minHeight":"55px"}}},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","minHeight":"unset","flexGrow":"1","flexShrink":"1","minWidth":"527px"}},"style":{"props":{"type":"COLUMN"}},"visible":false}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"3aa00f-352b-a75-aaff-7c80283eb41"},"1058d04-ead-a0b4-3501-8758cea0dc74":{"uuid":"1058d04-ead-a0b4-3501-8758cea0dc74","id":"linkedinUrl","name":"linkedinUrl","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Linkedin URL","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":false,"multiline":false,"initialState":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"f3808e-6f-7e6-434-d12eb3750f3","events":{}},"cc1fee-1a3a-645-1b5b-31e8c8341451":{"uuid":"cc1fee-1a3a-645-1b5b-31e8c8341451","id":"item6","name":"item6","type":"item","subitems":["26da035-8562-db8b-82f-050b8ce1c2fd"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"26da035-8562-db8b-82f-050b8ce1c2fd":{"uuid":"26da035-8562-db8b-82f-050b8ce1c2fd","id":"layout3","name":"layout3","type":"layout","subitems":["2f22ebe-84eb-58ef-1acb-32bf7ec2ef4"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"cc1fee-1a3a-645-1b5b-31e8c8341451"},"2f22ebe-84eb-58ef-1acb-32bf7ec2ef4":{"uuid":"2f22ebe-84eb-58ef-1acb-32bf7ec2ef4","id":"item7","name":"item7","type":"item","subitems":["2e556e3-4452-0d2-b34b-c0728cfadb80"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"26da035-8562-db8b-82f-050b8ce1c2fd"},"2e556e3-4452-0d2-b34b-c0728cfadb80":{"uuid":"2e556e3-4452-0d2-b34b-c0728cfadb80","id":"layout4","name":"layout4","type":"layout","subitems":["222a82b-5f0e-d62e-8fb0-fff7ace0f7","641a83-65e8-c0b2-de61-0584e4be1b"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"2f22ebe-84eb-58ef-1acb-32bf7ec2ef4"},"222a82b-5f0e-d62e-8fb0-fff7ace0f7":{"uuid":"222a82b-5f0e-d62e-8fb0-fff7ace0f7","id":"item8","name":"item8","type":"item","subitems":["4265607-38d5-5df1-6201-ee20803dee"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"55px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"2e556e3-4452-0d2-b34b-c0728cfadb80"},"4265607-38d5-5df1-6201-ee20803dee":{"uuid":"4265607-38d5-5df1-6201-ee20803dee","id":"mobilePhone","name":"mobilePhone","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"text","props":{"label":"Mobile","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"222a82b-5f0e-d62e-8fb0-fff7ace0f7","events":{}},"641a83-65e8-c0b2-de61-0584e4be1b":{"uuid":"641a83-65e8-c0b2-de61-0584e4be1b","id":"item9","name":"item9","type":"item","subitems":["a40880-eaac-057-7c5e-dd54dbb2436f"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"55px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{"structure":{"size":{"minHeight":"52px"}},"visible":false},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"2e556e3-4452-0d2-b34b-c0728cfadb80"},"a40880-eaac-057-7c5e-dd54dbb2436f":{"uuid":"a40880-eaac-057-7c5e-dd54dbb2436f","id":"referralCode","name":"referralCode","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Referral Code","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":false,"multiline":false,"initialState":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"641a83-65e8-c0b2-de61-0584e4be1b","events":{}},"ad06be-0d2c-76cd-3fd8-ecb68bd526bf":{"uuid":"ad06be-0d2c-76cd-3fd8-ecb68bd526bf","id":"item10","name":"item10","type":"item","subitems":["053b6e2-ddb7-0fa2-86e4-e1447d06a01"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"61cab21-a4ac-6cd6-b47-7b745625d6d6"},"053b6e2-ddb7-0fa2-86e4-e1447d06a01":{"uuid":"053b6e2-ddb7-0fa2-86e4-e1447d06a01","id":"layout5","name":"layout5","type":"layout","subitems":["34b41c8-ab0d-5606-f77-33014aa0258d"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"ad06be-0d2c-76cd-3fd8-ecb68bd526bf"},"34b41c8-ab0d-5606-f77-33014aa0258d":{"uuid":"34b41c8-ab0d-5606-f77-33014aa0258d","id":"item11","name":"item11","type":"item","subitems":["b0b33e2-a3d2-e2b1-eab-42f5b701b6c"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"}},"structure":{"size":{"height":"100%","width":"auto","flexGrow":"1","flexShrink":"1"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"053b6e2-ddb7-0fa2-86e4-e1447d06a01"},"b0b33e2-a3d2-e2b1-eab-42f5b701b6c":{"uuid":"b0b33e2-a3d2-e2b1-eab-42f5b701b6c","id":"layout6","name":"layout6","type":"layout","subitems":["8f51df4-fca6-e675-f8-d3c05482e854"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"34b41c8-ab0d-5606-f77-33014aa0258d"},"8f51df4-fca6-e675-f8-d3c05482e854":{"uuid":"8f51df4-fca6-e675-f8-d3c05482e854","id":"item12","name":"item12","type":"item","subitems":["0736a5d-5d46-b05a-bc-e1d7bded31fc"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"20px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"TABLET":{},"MOBILE":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"b0b33e2-a3d2-e2b1-eab-42f5b701b6c"},"0736a5d-5d46-b05a-bc-e1d7bded31fc":{"uuid":"0736a5d-5d46-b05a-bc-e1d7bded31fc","id":"isInfoVerified","name":"isInfoVerified","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"alignSelf":"center"}},"style":{"font":{"label":{"family":"Inter"},"placeholder":{}},"regular":{"background":{"type":"solid"},"padding":{},"shadow":{}},"disabled":{"background":{"type":"gradient"}}}},"TABLET":{"structure":{"position":{"marginLeft":"0px"}}}},"modifiedName":true,"modifiedId":true,"subtype":"checkbox","props":{"label":"I verify that the information being provided on this form and all forms related to the Locker are accurate and I am authorized to act on behalf of the Company.","contentType":"normal","value":{"props":{"value":false},"type":"LITERAL"},"labelPosition":"align_right","required":true,"multiline":false,"initialState":"regular","rules":{}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"8f51df4-fca6-e675-f8-d3c05482e854","events":{}},"a38d2d5-ab82-08dd-4f43-3e7fd8a62":{"uuid":"a38d2d5-ab82-08dd-4f43-3e7fd8a62","id":"item13","name":"item13","type":"item","subitems":["44bba1e-6a35-7f33-e817-bd2dcab28d7c"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"marginBottom":"10px","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"c7b622-35a-16f1-47f4-d6726d55da7b"},"44bba1e-6a35-7f33-e817-bd2dcab28d7c":{"uuid":"44bba1e-6a35-7f33-e817-bd2dcab28d7c","id":"layout7","name":"layout7","type":"layout","subitems":["c64de5-c5c6-d23-f8-06c268b1a"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}},"gap":"20px","props":{"type":"ROW"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}},"MOBILE":{"style":{"props":{"type":"COLUMN"},"gap":"0px"}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"a38d2d5-ab82-08dd-4f43-3e7fd8a62"},"c64de5-c5c6-d23-f8-06c268b1a":{"uuid":"c64de5-c5c6-d23-f8-06c268b1a","id":"item14","name":"item14","type":"item","subitems":["60bced3-bcc0-3ab-b243-503ce4dfe83"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"border":{"left":{"width":"1px"},"bottom":{"width":"1px"},"right":{"width":"1px"}}}}},"TABLET":{"structure":{"size":{"minHeight":"18px"}},"style":{"regular":{"border":{"left":{"width":"0px"},"bottom":{"width":0.0},"right":{"width":"0px"}}}}},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"unset"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"44bba1e-6a35-7f33-e817-bd2dcab28d7c"},"60bced3-bcc0-3ab-b243-503ce4dfe83":{"uuid":"60bced3-bcc0-3ab-b243-503ce4dfe83","id":"nextSection","name":"nextSection","type":"button","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"60px","minWidth":"unset"},"position":{"marginRight":"10px","marginTop":"10px","marginBottom":"10px","justifySelf":"end"}},"style":{"regular":{"background":{"color":"#000000"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"button_primary","props":{"value":{"props":{"value":"Next"},"type":"LITERAL"},"validateEnabled":true},"relatedAttribute":{},"hyperLink":{"destinityType":"_modal","modalSize":{"x":"md","y":"md"}},"parent":"c64de5-c5c6-d23-f8-06c268b1a","events":{"onClick":"nextSection_onClick_1"}},"22b1c65-fb2e-bde6-e770-7686712ee0":{"uuid":"22b1c65-fb2e-bde6-e770-7686712ee0","id":"paymentLinkSentModal","name":"paymentLinkSentModal","type":"modal","subitems":["0013ef1-a53-57ec-bb6b-5562e313b84"],"layout":{"DESKTOP":{"style":{"background":{"color":"#f3f3f3","blur":"5px"},"animations":{"show":"fade-show","hide":"fade-hide"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"standard_modal","props":{"allowScroll":false},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"}},"events":{}},"0013ef1-a53-57ec-bb6b-5562e313b84":{"uuid":"0013ef1-a53-57ec-bb6b-5562e313b84","id":"layout9","name":"layout9","type":"layout","subitems":["e52414f-6480-43ef-8827-aca4b4108ea","3cc2f21-5c4e-673e-2e4b-8704631c321","d1d562-18fb-2b3a-a2-6d66450dd57"],"layout":{"DESKTOP":{"structure":{"size":{"width":"500px"},"position":{"marginTop":"100px","justifySelf":"center"}},"style":{"regular":{"padding":{"paddingTop":"15px","paddingBottom":"15px","paddingLeft":"15px","paddingRight":"15px"},"shadow":{"x":"2px","y":"2px","blur":"8px","opacity":"4c"},"background":{"opacity":"ff"},"border":{"radius":{"topRight":"20px","topLeft":"20px","bottomRight":"20px","bottomLeft":"20px"}},"gap":"10px","props":{"type":"COLUMN"},"hover":{"padding":{"paddingTop":"15px","paddingBottom":"15px","paddingLeft":"15px","paddingRight":"15px"},"shadow":{"x":"2px","y":"2px","blur":"8px","spread":"0px","inset":"","color":"#000000","opacity":"4c"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"5px","topLeft":"5px","bottomRight":"5px","bottomLeft":"5px"}},"gap":"10px","props":{"type":"COLUMN"},"animations":{"show":"scale-show","hide":"scale-hide"}},"animations":{"show":"scale-show","hide":"scale-hide"}},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"},"shadow":{"x":"0px","y":"0px","blur":"0px","spread":"0px","inset":"","color":"#000000","opacity":"00"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}},"hover":{"padding":{"paddingTop":"15px","paddingBottom":"15px","paddingLeft":"15px","paddingRight":"15px"},"shadow":{"x":"2px","y":"2px","blur":"8px","spread":"0px","inset":"","color":"#000000","opacity":"4c"},"background":{"type":"solid","gradient":{"type":"linear","degree":"0deg","points":[{"color":"#eeeeee","opacity":"ff","left":0.0},{"color":"#ffffff","opacity":"ff","left":100.0}]},"color":"#ffffff","opacity":"ff","url":"","size":"cover","repeat":"no-repeat","position":{"y":"center","x":"center"}},"border":{"top":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"left":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"bottom":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"right":{"color":"#cccccc","width":"0px","opacity":"ff","style":"solid"},"radius":{"topRight":"20px","topLeft":"20px","bottomRight":"20px","bottomLeft":"20px"}},"gap":"10px","props":{"type":"COLUMN"},"animations":{"show":"scale-show","hide":"scale-hide"}},"animations":{"show":"scale-show","hide":"scale-hide"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"paymentLinkSentModal.visible","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"paymentLinkSentModal","range":[0.0,20.0],"code":"paymentLinkSentModal","elemType":"modal"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[21.0,28.0],"propID":"visible"},"range":[0.0,28.0]},"range":[0.0,28.0]}],"sourceType":"script","range":[0.0,28.0]}},"readOnly":false,"expressionParser":"paymentLinkSentModal.visible","idTarget":"layout9","formName":false,"action":"view","tpRule":"VIEW","new":false}]}},"hyperLink":{"destinityType":"_self"},"parent":"22b1c65-fb2e-bde6-e770-7686712ee0","events":{}},"e52414f-6480-43ef-8827-aca4b4108ea":{"uuid":"e52414f-6480-43ef-8827-aca4b4108ea","id":"item15","name":"item15","type":"item","subitems":["bf5484c-b73-c374-2848-fa45f4a823fb","a18c658-04aa-d71-51e3-76d054072427"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingBottom":"5px"},"props":{"type":"COLUMN"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"0013ef1-a53-57ec-bb6b-5562e313b84","events":{}},"bf5484c-b73-c374-2848-fa45f4a823fb":{"uuid":"bf5484c-b73-c374-2848-fa45f4a823fb","id":"icon2","name":"icon2","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"16px","height":"16px"},"position":{"justifySelf":"end"}},"style":{"color":{"color":"#333333"}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"fontawesome","value":["fas","times"]}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"link":{"operation":"HIDE","type":"ELEMENT","idObject":"22b1c65-fb2e-bde6-e770-7686712ee0"}},"parent":"e52414f-6480-43ef-8827-aca4b4108ea","events":{}},"d1d562-18fb-2b3a-a2-6d66450dd57":{"uuid":"d1d562-18fb-2b3a-a2-6d66450dd57","id":"item16","name":"item16","type":"item","subitems":["840742f-00-ac2a-502e-ddbb6e8b1b"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingTop":"5px"},"props":{"type":"COLUMN"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"0013ef1-a53-57ec-bb6b-5562e313b84","events":{}},"840742f-00-ac2a-502e-ddbb6e8b1b":{"uuid":"840742f-00-ac2a-502e-ddbb6e8b1b","id":"text2","name":"text2","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%"},"position":{"justifySelf":"center"}},"style":{"font":{"family":"Inter","size":"17px","align":"center"},"regular":{"font":{"color":"#666666"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h3","props":{"value":{"props":{"value":"We?ve just sent the payment link to your email.\nCan?t find it? Check your Spam folder too!"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"d1d562-18fb-2b3a-a2-6d66450dd57","events":{}},"a18c658-04aa-d71-51e3-76d054072427":{"uuid":"a18c658-04aa-d71-51e3-76d054072427","id":"icon3","name":"icon3","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"50px","height":"50px"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"color":{"color":"#43b055"}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_mp_crear"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"e52414f-6480-43ef-8827-aca4b4108ea"},"3cc2f21-5c4e-673e-2e4b-8704631c321":{"uuid":"3cc2f21-5c4e-673e-2e4b-8704631c321","id":"item17","name":"item17","type":"item","subitems":["ac37e87-f204-447a-5eed-545d81dee0e1"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingTop":"5px"},"props":{"type":"COLUMN"}}}},"TABLET":{},"MOBILE":{}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"0013ef1-a53-57ec-bb6b-5562e313b84","events":{}},"ac37e87-f204-447a-5eed-545d81dee0e1":{"uuid":"ac37e87-f204-447a-5eed-545d81dee0e1","id":"text1","name":"text1","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"font":{"family":"Inter","size":"22px"},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h1","props":{"value":{"props":{"value":"Payment Link Sent!"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"3cc2f21-5c4e-673e-2e4b-8704631c321","events":{}}},"root":["22b1c65-fb2e-bde6-e770-7686712ee0","5f42e41-eef3-878d-e435-685ebdaac20","3352662-8f73-3742-2d1-1bf155762718"]},"breakpoints":{},"linkDependencies":{},"events":{"beforeViewUnload":"beforeViewUnload","onInit":"onInit","afterViewInit":"afterViewInit"},"buildingBlocks":["5d47b2-1d80-0f43-fd45-10780e5b34ae"],"isBuildingBlock":false,"isReferable":true,"translatedObjects":{},"translatable":false,"prompts":[],"ssr":false,"globalStyles":"/* \nYou can put your page styles here\n\nYou can access your elements by using their name or id\n\nIf you override a style, make sure to use the \u0027!important\u0027 declaration\n*/\n\n.label + div {\n flex-shrink: 0;\n}\n\ndiv:has(\u003e [id^\u003d\"page-notification\"]) {\n transform: translateY(100px);\n}","version":3}