{"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":"af4e375-e27b-d0a-4066-e0eedf85a4ab","idApplication":"A9A7B8BB520F94F","dsDisplayName":"Find a Locker","dsName":"FindaLocker","dsDescription":"","url":"viewalocker","title":"Find a Locker","image":{},"images":{},"cdState":1,"accessLevel":0,"sourceCode":"// This method is called after the page load, before any rendering\nlet onlineUser;\nfunction onInit() {\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\t\n}\n\n// This method is called when the page is about to be unloaded\nfunction beforeViewUnload() {\n\t\n}\n\nfunction searchLocker_onClick(event) {\n\t$d.getSection(\"sectionCompleteData\").setVisible(true);\n $d.getSection(\"sectionViewLocker\").setVisible(false);\n}\n\nfunction submitButton_onClick(event) {\n $d.showLoading(true);\n $d.executeRule(\n \"createAccessRecord\",\n 1,\n {\n lockerKey: $d.getInput(\"lockerKey\").getValue(),\n firstName: $d.getInput(\"firstName\").getValue(),\n lastName: $d.getInput(\"lastName\").getValue(),\n companyName: $d.getInput(\"companyName\").getValue(),\n email: $d.getInput(\"email\").getValue(),\n linkedInUrl: $d.getInput(\"linkedinUrl\").getValue(),\n status: \"1\",\n accessRecordId: null,\n },\n (result, error) \u003d\u003e {\n if (error) {\n $d.showLoading(false);\n $d.showNotify(\n \"An error has occurred when submitting the information. Try again later.\",\n 10000,\n {\n color: \"black\",\n backgroundColor: \"#ff000080\",\n }\n );\n return;\n }\n\n const { lockerId, outAccessRecordId } \u003d result;\n // usar locker id\n $d.redirectToPage(\"41e1-57ab-27f4-15d-d4e0b6ce00\", \"_self\", {lockerId, accessRecordId: outAccessRecordId});\n }\n);\n\n}","dataSources":[],"params":[],"variables":[{"uuid":"460062-5165-8721-2db2-cb8670d60115","id":"userLogin","name":"userLogin","type":"string","initialValue":"__userCode"}],"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:14:10.0","elements":{"components":{"root":{"uuid":"root","id":"root","name":"root","type":"root","layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto"}}}}},"61cab21-a4ac-6cd6-b47-7b745625d6d6":{"template":"vlayout","uuid":"61cab21-a4ac-6cd6-b47-7b745625d6d6","id":"layout14","name":"layout14","type":"layout","subitems":["ad06be-0d2c-76cd-3fd8-ecb68bd526bf","2adce3-e65-6cb0-13e-11de0546c7b","6dc5-dca-8b2b-47cc-37fb1f36afa"],"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":{},"MOBILE":{"structure":{"size":{"maxWidth":"unset"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"505105a-fbf-c1f0-1616-582f82740a05"},"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":["ff5624e-4e56-bca-8efd-a2f4ceabc2f"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"18px"},"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"},"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":["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"},"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":["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":{}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"eff0d17-341d-056-2c3c-f6260500d28"},"ad06be-0d2c-76cd-3fd8-ecb68bd526bf":{"uuid":"ad06be-0d2c-76cd-3fd8-ecb68bd526bf","id":"item46","name":"item46","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":"layout24","name":"layout24","type":"layout","subitems":["34b41c8-ab0d-5606-f77-33014aa0258d"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"}},"style":{"regular":{"padding":{"paddingBottom":0.0}},"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":"item47","name":"item47","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":"layout25","name":"layout25","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":"item48","name":"item48","type":"item","subitems":["1887734-d4b2-ec6-3425-86423135864c"],"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"},"a38d2d5-ab82-08dd-4f43-3e7fd8a62":{"uuid":"a38d2d5-ab82-08dd-4f43-3e7fd8a62","id":"item49","name":"item49","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":"e43c7c-ad38-65a-c077-46b201867380"},"44bba1e-6a35-7f33-e817-bd2dcab28d7c":{"uuid":"44bba1e-6a35-7f33-e817-bd2dcab28d7c","id":"layout26","name":"layout26","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":"item50","name":"item50","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":"searchLocker","name":"searchLocker","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":"Search"},"type":"LITERAL"},"validateEnabled":true,"validate":["dd2d52f-b13c-d6a-fa14-5370b0587a6"]},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"c64de5-c5c6-d23-f8-06c268b1a","events":{"onClick":"searchLocker_onClick"}},"4e2bffe-f006-67e-8435-ef7885c256":{"type":"section","subitems":["e43c7c-ad38-65a-c077-46b201867380"],"layout":{"DESKTOP":{"structure":{"size":{"minHeight":"unset"},"position":{"marginBottom":"10px","position":"relative"}},"style":{"padding":{"paddingLeft":"20px","paddingRight":"20px"}}},"MOBILE":{"style":{"padding":{"paddingLeft":"10px","paddingRight":"10px"}}}},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"Y(sectionCompleteData.visible\u003d\u003dfalse, sectionThankyou.visible\u003d\u003dfalse)","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"Y","range":[0.0,1.0]},"arguments":[{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"sectionCompleteData","range":[2.0,21.0],"code":"sectionCompleteData","elemType":"section"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[22.0,29.0],"propID":"visible"},"range":[2.0,29.0]},"right":{"type":"Literal","value":false,"raw":"false","range":[31.0,36.0]},"range":[2.0,36.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"sectionThankyou","range":[38.0,53.0],"code":"sectionThankyou","elemType":"section"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[54.0,61.0],"propID":"visible"},"range":[38.0,61.0]},"right":{"type":"Literal","value":false,"raw":"false","range":[63.0,68.0]},"range":[38.0,68.0]}],"range":[0.0,69.0]},"range":[0.0,69.0]}],"sourceType":"script","range":[0.0,69.0]}},"readOnly":false,"idTarget":"sectionViewLocker","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"Y(sectionCompleteData.visible\u003d\u003dfalse, sectionThankyou.visible\u003d\u003dfalse)"}]}},"uuid":"4e2bffe-f006-67e-8435-ef7885c256","id":"sectionViewLocker","name":"sectionViewLocker","modifiedName":true,"modifiedId":true},"e43c7c-ad38-65a-c077-46b201867380":{"template":"vlayout","uuid":"e43c7c-ad38-65a-c077-46b201867380","id":"layout12","name":"layout12","type":"layout","subitems":["046fae-52b-e5b4-7b4-db38e35e0f","74d065-4e84-d84f-551-4fb8f77fbdf","a38d2d5-ab82-08dd-4f43-3e7fd8a62"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset","maxWidth":"1400px"},"position":{"justifySelf":"center"}},"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":{},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"4e2bffe-f006-67e-8435-ef7885c256"},"046fae-52b-e5b4-7b4-db38e35e0f":{"uuid":"046fae-52b-e5b4-7b4-db38e35e0f","id":"item24","name":"item24","type":"item","subitems":["50dc5c3-0d26-142c-86a5-fa45645682c"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"70px"},"position":{"marginBottom":"20px","position":"relative"}},"style":{"regular":{"background":{"color":"#f4f7f8"}}}},"TABLET":{"structure":{"size":{"minHeight":"20px"},"position":{"marginBottom":0.0}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"e43c7c-ad38-65a-c077-46b201867380"},"50dc5c3-0d26-142c-86a5-fa45645682c":{"uuid":"50dc5c3-0d26-142c-86a5-fa45645682c","id":"layout10","name":"layout10","type":"layout","subitems":["5cd068-8e6f-45fe-2b78-42201c5fac45","5b6255-b61a-566-43f5-e68deb40a74"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"auto","minWidth":"unset","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"background":{"color":"#9fc5da"}}}},"MOBILE":{"structure":{"size":{"width":"100%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"046fae-52b-e5b4-7b4-db38e35e0f"},"5cd068-8e6f-45fe-2b78-42201c5fac45":{"uuid":"5cd068-8e6f-45fe-2b78-42201c5fac45","id":"item33","name":"item33","type":"item","subitems":["1ca2b1-2374-34e-e15-768cd8ce"],"layout":{"DESKTOP":{"structure":{"size":{"width":"20%","height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"50dc5c3-0d26-142c-86a5-fa45645682c"},"1ca2b1-2374-34e-e15-768cd8ce":{"uuid":"1ca2b1-2374-34e-e15-768cd8ce","id":"icon2","name":"icon2","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"45px"},"position":{"justifySelf":"center"}},"style":{"color":{"color":"#22516b"}}}},"modifiedName":false,"modifiedId":false,"subtype":"medium_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_reglas_visible"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"5cd068-8e6f-45fe-2b78-42201c5fac45"},"5b6255-b61a-566-43f5-e68deb40a74":{"uuid":"5b6255-b61a-566-43f5-e68deb40a74","id":"item34","name":"item34","type":"item","subitems":["05b835f-a12-c201-b32b-1d1ae86bbac"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"50dc5c3-0d26-142c-86a5-fa45645682c"},"05b835f-a12-c201-b32b-1d1ae86bbac":{"uuid":"05b835f-a12-c201-b32b-1d1ae86bbac","id":"ViewaLocker","name":"ViewaLocker","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":"#22516b"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"h3","props":{"value":{"props":{"value":"View a Locker"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"5b6255-b61a-566-43f5-e68deb40a74"},"74d065-4e84-d84f-551-4fb8f77fbdf":{"uuid":"74d065-4e84-d84f-551-4fb8f77fbdf","id":"item35","name":"item35","type":"item","subitems":["82e1a6-737-8766-38f-0555c23db4f"],"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"}}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"e43c7c-ad38-65a-c077-46b201867380"},"82e1a6-737-8766-38f-0555c23db4f":{"uuid":"82e1a6-737-8766-38f-0555c23db4f","id":"layout13","name":"layout13","type":"layout","subitems":["505105a-fbf-c1f0-1616-582f82740a05"],"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":"74d065-4e84-d84f-551-4fb8f77fbdf"},"505105a-fbf-c1f0-1616-582f82740a05":{"uuid":"505105a-fbf-c1f0-1616-582f82740a05","id":"item36","name":"item36","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":"82e1a6-737-8766-38f-0555c23db4f"},"ff5624e-4e56-bca-8efd-a2f4ceabc2f":{"template":"title","uuid":"ff5624e-4e56-bca-8efd-a2f4ceabc2f","id":"text1","name":"text1","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch","justifySelf":"stretch"}},"style":{"font":{"family":"Inter","size":"13px","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":"To get started, please enter the Locker Key you\u0027ve been provided."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"f5de6f-bef7-eec7-f30e-ef01815002"},"1887734-d4b2-ec6-3425-86423135864c":{"template":"title","uuid":"1887734-d4b2-ec6-3425-86423135864c","id":"text2","name":"text2","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"font":{"weight":"bold","family":"Inter","size":"15px","color":"#000000","opacity":"ff"},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"position":{"marginTop":"0px","marginBottom":"0px"}}},"MOBILE":{"structure":{"size":{"width":"100%"}},"style":{"font":{"align":"center"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h1","props":{"value":{"props":{"value":"Welcome!"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"8f51df4-fca6-e675-f8-d3c05482e854"},"dd2d52f-b13c-d6a-fa14-5370b0587a6":{"uuid":"dd2d52f-b13c-d6a-fa14-5370b0587a6","id":"lockerKey","name":"lockerKey","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"40%"},"position":{"justifySelf":"center"}},"style":{"font":{"family":"Inter","label":{"family":"Inter"}}}},"MOBILE":{"structure":{"size":{"width":"100%"}}}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Locker Key","contentType":"normal","placeholder":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"required":true,"multiline":false,"initialState":"regular","rules":{"cond":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"SI(NO(validateLockerKey(lockerKey.value)), \"The Locker Key entered was not found.\")","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"SI","range":[0.0,2.0]},"arguments":[{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"NO","range":[3.0,5.0]},"arguments":[{"type":"CallExpression","callee":{"type":"DeyelRuleIdentifier","name":"validateLockerKey","range":[6.0,23.0],"version":"1"},"arguments":[{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"lockerKey","range":[24.0,33.0],"code":"lockerKey","elemType":"input"},"property":{"type":"ElementPropertyIdentifier","name":"value","range":[34.0,39.0],"propID":"value"},"range":[24.0,39.0]}],"range":[6.0,40.0]}],"range":[3.0,41.0]},{"type":"Literal","value":"The Locker Key entered was not found.","raw":"\"The Locker Key entered was not found.\"","range":[43.0,82.0]}],"range":[0.0,83.0]},"range":[0.0,83.0]}],"sourceType":"script","range":[0.0,83.0]}},"readOnly":false,"expressionParser":"SI(NO(validateLockerKey(lockerKey.value)), \"The Locker Key entered was not found.\")","idTarget":"lockerKey","formName":false,"action":"cond","tpRule":"COND"},{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"SI(validateUniqueLockerView(usuarioActual(), lockerKey.value), \"You are the admin of this Locker, go to the Locker Room\")","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":"validateUniqueLockerView","range":[3.0,27.0],"version":"1"},"arguments":[{"type":"CallExpression","callee":{"type":"DeyelFunctionIdentifier","name":"usuarioActual","range":[28.0,41.0],"idFunction":"ONLINE_USER"},"arguments":[],"range":[28.0,43.0]},{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"lockerKey","range":[45.0,54.0],"code":"lockerKey","elemType":"input"},"property":{"type":"ElementPropertyIdentifier","name":"value","range":[55.0,60.0],"propID":"value"},"range":[45.0,60.0]}],"range":[3.0,61.0]},{"type":"Literal","value":"You are the admin of this Locker, go to the Locker Room","raw":"\"You are the admin of this Locker, go to the Locker Room\"","range":[63.0,120.0]}],"range":[0.0,121.0]},"range":[0.0,121.0]}],"sourceType":"script","range":[0.0,121.0]}},"readOnly":false,"expressionParser":"SI(validateUniqueLockerView(usuarioActual(), lockerKey.value), \"You are the admin of this Locker, go to the Locker Room\")","idTarget":"lockerKey","formName":false,"action":"cond","tpRule":"COND","new":false}]}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"0fce381-04-a7f-e806-c2b4a4741a17","events":{}},"5f42e41-eef3-878d-e435-685ebdaac20":{"type":"section","subitems":["c7b622-35a-16f1-47f4-d6726d55da7b"],"layout":{"DESKTOP":{"structure":{"size":{"minHeight":"unset"},"position":{"marginBottom":"10px","position":"relative"}},"style":{"padding":{"paddingLeft":"20px","paddingRight":"20px"}},"visible":false}},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"Y(sectionViewLocker.visible\u003d\u003dfalse, sectionThankyou.visible\u003d\u003dfalse)","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"Y","range":[0.0,1.0]},"arguments":[{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"sectionViewLocker","range":[2.0,19.0],"code":"sectionViewLocker","elemType":"section"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[20.0,27.0],"propID":"visible"},"range":[2.0,27.0]},"right":{"type":"Literal","value":false,"raw":"false","range":[29.0,34.0]},"range":[2.0,34.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"sectionThankyou","range":[36.0,51.0],"code":"sectionThankyou","elemType":"section"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[52.0,59.0],"propID":"visible"},"range":[36.0,59.0]},"right":{"type":"Literal","value":false,"raw":"false","range":[61.0,66.0]},"range":[36.0,66.0]}],"range":[0.0,67.0]},"range":[0.0,67.0]}],"sourceType":"script","range":[0.0,67.0]}},"readOnly":false,"idTarget":"sectionCompleteData","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"Y(sectionViewLocker.visible\u003d\u003dfalse, sectionThankyou.visible\u003d\u003dfalse)"}]}},"uuid":"5f42e41-eef3-878d-e435-685ebdaac20","id":"sectionCompleteData","name":"sectionCompleteData","modifiedName":true,"modifiedId":true},"c7b622-35a-16f1-47f4-d6726d55da7b":{"template":"vlayout","uuid":"c7b622-35a-16f1-47f4-d6726d55da7b","id":"layout5","name":"layout5","type":"layout","subitems":["f0e6e31-7b22-6fda-0fcb-26334add532b","c724243-4886-c8-73a0-a7ee8a1db","ad7e87-b4a8-1c1a-f41-d546b515b53e"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset","maxWidth":"1400px"},"position":{"justifySelf":"center"}},"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":{},"MOBILE":{}},"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":["265c8e4-1a12-6b48-7fc1-6864380c0cf"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"70px"},"position":{"marginBottom":"20px","position":"relative"}},"style":{"regular":{"background":{"color":"#f4f7f8"}}}},"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"},"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"}}}}}},"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":"item10","name":"item10","type":"item","subitems":["65ab3f5-d527-7115-dfb3-a587dbae1a02"],"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"},"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":"13px","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":"We found the Locker you\u0027re looking for. To gain access to the Locker Dashboard, please provide your contact information below. This information will be provided to CrowdCheck, Inc.."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"28e32b1-07c3-162-fb54-806aa5c7a45e"},"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":"70a58c2-ca2-2ca8-fddc-2f855c07da3"},"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":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"71bdff-bd34-b87a-046e-b672e625770","events":{}},"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":"7be810d-068b-036c-a815-37e36863d0a5","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":"65ab3f5-d527-7115-dfb3-a587dbae1a02"},"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":["f3c45a-10b7-1713-67f4-be4b8aacdf8"],"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"},"801d141-637d-3e20-0336-ae67d4d3dde":{"uuid":"801d141-637d-3e20-0336-ae67d4d3dde","id":"item1","name":"item1","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":{},"MOBILE":{"structure":{"size":{"width":"auto","height":"100%","flexGrow":"1","flexShrink":"1","minWidth":"527px"}},"style":{"props":{"type":"COLUMN"}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"cda4a42-fc54-ffaa-51c2-23e5b707517"},"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":"65ab3f5-d527-7115-dfb3-a587dbae1a02"},"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":{"cond":[],"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\""}]}},"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":[],"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"},"65ab3f5-d527-7115-dfb3-a587dbae1a02":{"template":"vlayout","uuid":"65ab3f5-d527-7115-dfb3-a587dbae1a02","id":"layout6","name":"layout6","type":"layout","subitems":["43aedbf-20a1-64b-185e-840f8aa150c","14f6b77-bbb8-5582-1eec-b07141855ad1","bd4a1b-8aee-1fd5-84ed-f47f32456fe4","413607-f6c7-d660-35ac-7ca24528da3"],"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"},"43aedbf-20a1-64b-185e-840f8aa150c":{"uuid":"43aedbf-20a1-64b-185e-840f8aa150c","id":"item11","name":"item11","type":"item","subitems":["73a432-a624-bb2a-23db-fb1c06fe"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"65ab3f5-d527-7115-dfb3-a587dbae1a02"},"73a432-a624-bb2a-23db-fb1c06fe":{"uuid":"73a432-a624-bb2a-23db-fb1c06fe","id":"layout7","name":"layout7","type":"layout","subitems":["327de0-ab27-dd74-ebcc-64bab5847073"],"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":"43aedbf-20a1-64b-185e-840f8aa150c"},"327de0-ab27-dd74-ebcc-64bab5847073":{"uuid":"327de0-ab27-dd74-ebcc-64bab5847073","id":"item12","name":"item12","type":"item","subitems":["e37fe2-ec68-ccd3-45b-a855b67dc80"],"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":"73a432-a624-bb2a-23db-fb1c06fe"},"e37fe2-ec68-ccd3-45b-a855b67dc80":{"uuid":"e37fe2-ec68-ccd3-45b-a855b67dc80","id":"layout9","name":"layout9","type":"layout","subitems":["28e32b1-07c3-162-fb54-806aa5c7a45e"],"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":"327de0-ab27-dd74-ebcc-64bab5847073"},"28e32b1-07c3-162-fb54-806aa5c7a45e":{"uuid":"28e32b1-07c3-162-fb54-806aa5c7a45e","id":"item13","name":"item13","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":"e37fe2-ec68-ccd3-45b-a855b67dc80"},"14f6b77-bbb8-5582-1eec-b07141855ad1":{"uuid":"14f6b77-bbb8-5582-1eec-b07141855ad1","id":"item14","name":"item14","type":"item","subitems":["70a58c2-ca2-2ca8-fddc-2f855c07da3"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"65ab3f5-d527-7115-dfb3-a587dbae1a02"},"70a58c2-ca2-2ca8-fddc-2f855c07da3":{"uuid":"70a58c2-ca2-2ca8-fddc-2f855c07da3","id":"layout20","name":"layout20","type":"layout","subitems":["d5655c3-ffda-870b-08f-c4fd7ff0da7e","680114-ef55-e5d4-ccaf-ddbf2a303fa"],"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":"14f6b77-bbb8-5582-1eec-b07141855ad1"},"680114-ef55-e5d4-ccaf-ddbf2a303fa":{"uuid":"680114-ef55-e5d4-ccaf-ddbf2a303fa","id":"item15","name":"item15","type":"item","subitems":["40d4d80-5a3f-e43f-ff63-4a327152fc15"],"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":"70a58c2-ca2-2ca8-fddc-2f855c07da3"},"40d4d80-5a3f-e43f-ff63-4a327152fc15":{"uuid":"40d4d80-5a3f-e43f-ff63-4a327152fc15","id":"layout21","name":"layout21","type":"layout","subitems":["7be810d-068b-036c-a815-37e36863d0a5"],"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":"680114-ef55-e5d4-ccaf-ddbf2a303fa"},"7be810d-068b-036c-a815-37e36863d0a5":{"uuid":"7be810d-068b-036c-a815-37e36863d0a5","id":"item16","name":"item16","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":"40d4d80-5a3f-e43f-ff63-4a327152fc15"},"f3c45a-10b7-1713-67f4-be4b8aacdf8":{"uuid":"f3c45a-10b7-1713-67f4-be4b8aacdf8","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":"regular","rules":{}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"ec073f-5e1b-846b-a836-26535b4560ae","events":{}},"ad7e87-b4a8-1c1a-f41-d546b515b53e":{"uuid":"ad7e87-b4a8-1c1a-f41-d546b515b53e","id":"item37","name":"item37","type":"item","subitems":["a2d13-a2b6-67e-cda-3a405184141"],"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"},"a2d13-a2b6-67e-cda-3a405184141":{"uuid":"a2d13-a2b6-67e-cda-3a405184141","id":"layout27","name":"layout27","type":"layout","subitems":["2e5e525-ab57-f6-028b-f4f4e1bd51b"],"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":"ad7e87-b4a8-1c1a-f41-d546b515b53e"},"2e5e525-ab57-f6-028b-f4f4e1bd51b":{"uuid":"2e5e525-ab57-f6-028b-f4f4e1bd51b","id":"item38","name":"item38","type":"item","subitems":["e16ef47-2a6-a7ba-f1e8-e68febc2ca"],"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":"a2d13-a2b6-67e-cda-3a405184141"},"e16ef47-2a6-a7ba-f1e8-e68febc2ca":{"uuid":"e16ef47-2a6-a7ba-f1e8-e68febc2ca","id":"submitButton","name":"submitButton","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":"Submit"},"type":"LITERAL"},"validateEnabled":true,"validate":["0f8aa15-4d60-8f1-c1e0-706224dca074","56f5f3-b2c6-0b4-cc6-a4d286b75055","502d6e-dddc-8bc5-f00-a32663a8fcef","f3c45a-10b7-1713-67f4-be4b8aacdf8"]},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"2e5e525-ab57-f6-028b-f4f4e1bd51b","events":{"onClick":"submitButton_onClick"}},"265c8e4-1a12-6b48-7fc1-6864380c0cf":{"uuid":"265c8e4-1a12-6b48-7fc1-6864380c0cf","id":"layout11","name":"layout11","type":"layout","subitems":["f171ec1-b112-272-cebc-4fd85ad0c70","bd05ef-3585-b1f-2bec-cb2db165284"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"auto","minWidth":"unset","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"background":{"color":"#9fc5da"}}}},"MOBILE":{"structure":{"size":{"width":"100%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"f0e6e31-7b22-6fda-0fcb-26334add532b"},"f171ec1-b112-272-cebc-4fd85ad0c70":{"uuid":"f171ec1-b112-272-cebc-4fd85ad0c70","id":"item21","name":"item21","type":"item","subitems":["81777bd-2cc2-2218-a528-14e1b5cd177"],"layout":{"DESKTOP":{"structure":{"size":{"width":"20%","height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"265c8e4-1a12-6b48-7fc1-6864380c0cf"},"81777bd-2cc2-2218-a528-14e1b5cd177":{"uuid":"81777bd-2cc2-2218-a528-14e1b5cd177","id":"icon1","name":"icon1","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"45px"},"position":{"justifySelf":"center"}},"style":{"color":{"color":"#22516b"}}}},"modifiedName":false,"modifiedId":false,"subtype":"medium_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_reglas_visible"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"f171ec1-b112-272-cebc-4fd85ad0c70"},"bd05ef-3585-b1f-2bec-cb2db165284":{"uuid":"bd05ef-3585-b1f-2bec-cb2db165284","id":"item22","name":"item22","type":"item","subitems":["0f6585e-aab-1aaa-85a4-62f2b0ba2e"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"265c8e4-1a12-6b48-7fc1-6864380c0cf"},"0f6585e-aab-1aaa-85a4-62f2b0ba2e":{"uuid":"0f6585e-aab-1aaa-85a4-62f2b0ba2e","id":"text3","name":"text3","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":"#22516b"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"h3","props":{"value":{"props":{"value":"View a Locker"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"bd05ef-3585-b1f-2bec-cb2db165284"},"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":"801d141-637d-3e20-0336-ae67d4d3dde","events":{}},"ad68ea5-fed6-fda-8d51-d61c044a4e0":{"type":"section","subitems":["deea28-4f42-1e05-aac1-446a8c45715"],"layout":{"DESKTOP":{"structure":{"size":{"minHeight":"unset"},"position":{"marginBottom":"10px","position":"relative"}},"style":{"padding":{"paddingLeft":"20px","paddingRight":"20px"}},"visible":false}},"props":{},"uuid":"ad68ea5-fed6-fda-8d51-d61c044a4e0","id":"sectionThankyou","name":"sectionThankyou","modifiedName":true,"modifiedId":true},"deea28-4f42-1e05-aac1-446a8c45715":{"template":"vlayout","uuid":"deea28-4f42-1e05-aac1-446a8c45715","id":"layout3","name":"layout3","type":"layout","subitems":["f7c48d2-3111-348c-5a84-dba415ed5c2","cd0d68-e30-4fb1-e8a7-3fbc3fdbdcc7","ae831b4-131b-d57-c5fa-e582a27e8c0"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset","maxWidth":"1400px"},"position":{"justifySelf":"center"}},"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":{},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"ad68ea5-fed6-fda-8d51-d61c044a4e0"},"f7c48d2-3111-348c-5a84-dba415ed5c2":{"uuid":"f7c48d2-3111-348c-5a84-dba415ed5c2","id":"item6","name":"item6","type":"item","subitems":["6eca3-1d8c-eaf2-32b-01acb13301e"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"70px"},"position":{"marginBottom":"20px","position":"relative"}},"style":{"regular":{"background":{"color":"#f4f7f8"}}}},"TABLET":{"structure":{"size":{"minHeight":"20px"},"position":{"marginBottom":0.0}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}},"MOBILE":{}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"deea28-4f42-1e05-aac1-446a8c45715"},"6eca3-1d8c-eaf2-32b-01acb13301e":{"uuid":"6eca3-1d8c-eaf2-32b-01acb13301e","id":"layout4","name":"layout4","type":"layout","subitems":["61b7bd-afe-5630-b83d-6703c6fff5b","44dbefd-541-3150-020-37b30b151"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"auto","minWidth":"unset","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"background":{"color":"#9fc5da"}}}},"MOBILE":{"structure":{"size":{"width":"100%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"f7c48d2-3111-348c-5a84-dba415ed5c2"},"61b7bd-afe-5630-b83d-6703c6fff5b":{"uuid":"61b7bd-afe-5630-b83d-6703c6fff5b","id":"item7","name":"item7","type":"item","subitems":["57fa13b-7e11-264b-daeb-dc803104602d"],"layout":{"DESKTOP":{"structure":{"size":{"width":"20%","height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"6eca3-1d8c-eaf2-32b-01acb13301e"},"57fa13b-7e11-264b-daeb-dc803104602d":{"uuid":"57fa13b-7e11-264b-daeb-dc803104602d","id":"icon3","name":"icon3","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"45px"},"position":{"justifySelf":"center"}},"style":{"color":{"color":"#22516b"}}}},"modifiedName":false,"modifiedId":false,"subtype":"medium_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_reglas_visible"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"61b7bd-afe-5630-b83d-6703c6fff5b"},"44dbefd-541-3150-020-37b30b151":{"uuid":"44dbefd-541-3150-020-37b30b151","id":"item8","name":"item8","type":"item","subitems":["b117dd-51-ca20-11da-8ca1eca0c084"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto","minHeight":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#9fc5da","opacity":"00"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"6eca3-1d8c-eaf2-32b-01acb13301e"},"b117dd-51-ca20-11da-8ca1eca0c084":{"uuid":"b117dd-51-ca20-11da-8ca1eca0c084","id":"text4","name":"text4","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":"#22516b"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"h3","props":{"value":{"props":{"value":"View a Locker"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"44dbefd-541-3150-020-37b30b151"},"cd0d68-e30-4fb1-e8a7-3fbc3fdbdcc7":{"uuid":"cd0d68-e30-4fb1-e8a7-3fbc3fdbdcc7","id":"item9","name":"item9","type":"item","subitems":["1ccc2f0-107d-d182-a2b-34db737c2fc3"],"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"}}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"deea28-4f42-1e05-aac1-446a8c45715"},"1ccc2f0-107d-d182-a2b-34db737c2fc3":{"uuid":"1ccc2f0-107d-d182-a2b-34db737c2fc3","id":"layout22","name":"layout22","type":"layout","subitems":["e232be-12e1-6fb-4d38-47fd10f25ad"],"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":"cd0d68-e30-4fb1-e8a7-3fbc3fdbdcc7"},"e232be-12e1-6fb-4d38-47fd10f25ad":{"uuid":"e232be-12e1-6fb-4d38-47fd10f25ad","id":"item17","name":"item17","type":"item","subitems":["a8140ab-c454-3eb3-52da-c4c737c4c5ea"],"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":"1ccc2f0-107d-d182-a2b-34db737c2fc3"},"a8140ab-c454-3eb3-52da-c4c737c4c5ea":{"template":"vlayout","uuid":"a8140ab-c454-3eb3-52da-c4c737c4c5ea","id":"layout23","name":"layout23","type":"layout","subitems":["260fe71-1f34-20f7-620b-8aee3f458a5","35203e6-55c5-a5d-efc2-28533b833f","c761da6-0ff4-25d6-0b25-325d48b072d3","eba78e4-466-b078-dd88-507487167"],"layout":{"DESKTOP":{"structure":{"size":{"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":"e232be-12e1-6fb-4d38-47fd10f25ad"},"260fe71-1f34-20f7-620b-8aee3f458a5":{"uuid":"260fe71-1f34-20f7-620b-8aee3f458a5","id":"item19","name":"item19","type":"item","subitems":["7175ba-5f87-a562-e0fe-87713f33048f"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"a8140ab-c454-3eb3-52da-c4c737c4c5ea"},"7175ba-5f87-a562-e0fe-87713f33048f":{"uuid":"7175ba-5f87-a562-e0fe-87713f33048f","id":"layout28","name":"layout28","type":"layout","subitems":["72338a-8ee5-1d70-42d6-2c73b101bee"],"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":"260fe71-1f34-20f7-620b-8aee3f458a5"},"72338a-8ee5-1d70-42d6-2c73b101bee":{"uuid":"72338a-8ee5-1d70-42d6-2c73b101bee","id":"item23","name":"item23","type":"item","subitems":["0086ca0-2f-7d8c-653d-855132f80ab"],"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":"7175ba-5f87-a562-e0fe-87713f33048f"},"0086ca0-2f-7d8c-653d-855132f80ab":{"uuid":"0086ca0-2f-7d8c-653d-855132f80ab","id":"layout29","name":"layout29","type":"layout","subitems":["8fa8808-b158-b40d-76d3-3eef7dceba6"],"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":"72338a-8ee5-1d70-42d6-2c73b101bee"},"8fa8808-b158-b40d-76d3-3eef7dceba6":{"uuid":"8fa8808-b158-b40d-76d3-3eef7dceba6","id":"item39","name":"item39","type":"item","subitems":["5d0221a-b3ee-3fe3-ed6c-851b8245aa6"],"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":"0086ca0-2f-7d8c-653d-855132f80ab"},"5d0221a-b3ee-3fe3-ed6c-851b8245aa6":{"template":"title","uuid":"5d0221a-b3ee-3fe3-ed6c-851b8245aa6","id":"text6","name":"text6","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch"}},"style":{"font":{"weight":"bold","family":"Inter","size":"15px","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":"Thank you!"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"8fa8808-b158-b40d-76d3-3eef7dceba6"},"ae831b4-131b-d57-c5fa-e582a27e8c0":{"uuid":"ae831b4-131b-d57-c5fa-e582a27e8c0","id":"item58","name":"item58","type":"item","subitems":["ee66376-60b3-1faa-3408-40ce316b851"],"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":"deea28-4f42-1e05-aac1-446a8c45715"},"ee66376-60b3-1faa-3408-40ce316b851":{"uuid":"ee66376-60b3-1faa-3408-40ce316b851","id":"layout37","name":"layout37","type":"layout","subitems":["ccd5b7-f32f-cb7-3051-caad55bb3d35"],"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":"ae831b4-131b-d57-c5fa-e582a27e8c0"},"ccd5b7-f32f-cb7-3051-caad55bb3d35":{"uuid":"ccd5b7-f32f-cb7-3051-caad55bb3d35","id":"item59","name":"item59","type":"item","subitems":["b0116d-ff3-23-01b1-1f4c5c412843"],"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":"ee66376-60b3-1faa-3408-40ce316b851"},"b0116d-ff3-23-01b1-1f4c5c412843":{"uuid":"b0116d-ff3-23-01b1-1f4c5c412843","id":"doneButton","name":"doneButton","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":"Done"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"ccd5b7-f32f-cb7-3051-caad55bb3d35"},"35203e6-55c5-a5d-efc2-28533b833f":{"uuid":"35203e6-55c5-a5d-efc2-28533b833f","id":"item40","name":"item40","type":"item","subitems":["dea8c6d-8ebc-8125-a5e4-00a166de4e7"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"a8140ab-c454-3eb3-52da-c4c737c4c5ea"},"dea8c6d-8ebc-8125-a5e4-00a166de4e7":{"uuid":"dea8c6d-8ebc-8125-a5e4-00a166de4e7","id":"layout30","name":"layout30","type":"layout","subitems":["332a177-ae3e-a11-d7fb-864fe8311c"],"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":"35203e6-55c5-a5d-efc2-28533b833f"},"332a177-ae3e-a11-d7fb-864fe8311c":{"uuid":"332a177-ae3e-a11-d7fb-864fe8311c","id":"item41","name":"item41","type":"item","subitems":["a80daf2-7335-c6cc-462e-5ab4512ad41"],"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":"dea8c6d-8ebc-8125-a5e4-00a166de4e7"},"a80daf2-7335-c6cc-462e-5ab4512ad41":{"uuid":"a80daf2-7335-c6cc-462e-5ab4512ad41","id":"layout31","name":"layout31","type":"layout","subitems":["2c2bad-3bd7-cab-cac-c7aadfb80d"],"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":"332a177-ae3e-a11-d7fb-864fe8311c"},"2c2bad-3bd7-cab-cac-c7aadfb80d":{"uuid":"2c2bad-3bd7-cab-cac-c7aadfb80d","id":"item42","name":"item42","type":"item","subitems":["140a740-8346-d30e-0773-3c2af5e5e48c"],"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":"a80daf2-7335-c6cc-462e-5ab4512ad41"},"140a740-8346-d30e-0773-3c2af5e5e48c":{"template":"title","uuid":"140a740-8346-d30e-0773-3c2af5e5e48c","id":"text7","name":"text7","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch"}},"style":{"font":{"family":"Inter","size":"13px","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":"A request for full locker access has been sent to the Locker Administrator. You\u0027ll receive confirmation of the Locker Access Request via email."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"2c2bad-3bd7-cab-cac-c7aadfb80d"},"c761da6-0ff4-25d6-0b25-325d48b072d3":{"uuid":"c761da6-0ff4-25d6-0b25-325d48b072d3","id":"item43","name":"item43","type":"item","subitems":["bfc34b1-7a4-0b37-a5d-01af6e787a5"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"a8140ab-c454-3eb3-52da-c4c737c4c5ea"},"bfc34b1-7a4-0b37-a5d-01af6e787a5":{"uuid":"bfc34b1-7a4-0b37-a5d-01af6e787a5","id":"layout32","name":"layout32","type":"layout","subitems":["26ed242-8e6f-e6a-cdb-4d4c4c6ff1f1"],"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":"c761da6-0ff4-25d6-0b25-325d48b072d3"},"26ed242-8e6f-e6a-cdb-4d4c4c6ff1f1":{"uuid":"26ed242-8e6f-e6a-cdb-4d4c4c6ff1f1","id":"item44","name":"item44","type":"item","subitems":["ae673e3-7f73-4403-031f-e28112efb722"],"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":"bfc34b1-7a4-0b37-a5d-01af6e787a5"},"ae673e3-7f73-4403-031f-e28112efb722":{"uuid":"ae673e3-7f73-4403-031f-e28112efb722","id":"layout33","name":"layout33","type":"layout","subitems":["75adce-1b2-416-a2db-ec8075132414"],"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":"26ed242-8e6f-e6a-cdb-4d4c4c6ff1f1"},"75adce-1b2-416-a2db-ec8075132414":{"uuid":"75adce-1b2-416-a2db-ec8075132414","id":"item45","name":"item45","type":"item","subitems":["46eb08-f057-eb4-43c-dc1217be3de7"],"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":"ae673e3-7f73-4403-031f-e28112efb722"},"46eb08-f057-eb4-43c-dc1217be3de7":{"template":"title","uuid":"46eb08-f057-eb4-43c-dc1217be3de7","id":"text8","name":"text8","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch"}},"style":{"font":{"family":"Inter","size":"13px","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":"If approved for full access, an email will be sent with a payment link. Please complete the payment step and follow necessary instructions."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"75adce-1b2-416-a2db-ec8075132414"},"eba78e4-466-b078-dd88-507487167":{"uuid":"eba78e4-466-b078-dd88-507487167","id":"item51","name":"item51","type":"item","subitems":["7d84a7-77b6-dd2-753c-371182332b"],"layout":{"DESKTOP":{"structure":{"size":{"height":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"a8140ab-c454-3eb3-52da-c4c737c4c5ea"},"7d84a7-77b6-dd2-753c-371182332b":{"uuid":"7d84a7-77b6-dd2-753c-371182332b","id":"layout34","name":"layout34","type":"layout","subitems":["6f54d45-bced-5bfb-1e47-dce6e776d73"],"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":"eba78e4-466-b078-dd88-507487167"},"6f54d45-bced-5bfb-1e47-dce6e776d73":{"uuid":"6f54d45-bced-5bfb-1e47-dce6e776d73","id":"item52","name":"item52","type":"item","subitems":["5aba6b6-6ae5-6b1-7bce-d388b103fe4"],"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":"7d84a7-77b6-dd2-753c-371182332b"},"5aba6b6-6ae5-6b1-7bce-d388b103fe4":{"uuid":"5aba6b6-6ae5-6b1-7bce-d388b103fe4","id":"layout35","name":"layout35","type":"layout","subitems":["7fd186-384-86f-57de-15e25e7d652"],"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":"6f54d45-bced-5bfb-1e47-dce6e776d73"},"7fd186-384-86f-57de-15e25e7d652":{"uuid":"7fd186-384-86f-57de-15e25e7d652","id":"item53","name":"item53","type":"item","subitems":["1260110-36a-b487-7ad8-1e7ed18c0535"],"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":"5aba6b6-6ae5-6b1-7bce-d388b103fe4"},"1260110-36a-b487-7ad8-1e7ed18c0535":{"template":"title","uuid":"1260110-36a-b487-7ad8-1e7ed18c0535","id":"text9","name":"text9","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"stretch"}},"style":{"font":{"family":"Inter","size":"13px","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":"If your request is not approved, you\u0027ll receive an email confirming this decision. No payment will be requested."},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"7fd186-384-86f-57de-15e25e7d652"},"1b48065-d637-3738-7bae-c07d8f325180":{"type":"section","subitems":["ffc7ac-ad16-77f3-d68-803444ff1373"],"layout":{"DESKTOP":{"structure":{"size":{"height":"20px","minHeight":"unset"},"position":{"marginTop":"auto","position":"relative"}},"style":{"padding":{"paddingLeft":"20px","paddingRight":"20px"}}}},"props":{},"uuid":"1b48065-d637-3738-7bae-c07d8f325180","id":"sectionFooter","name":"sectionFooter","modifiedName":true,"modifiedId":true},"ffc7ac-ad16-77f3-d68-803444ff1373":{"uuid":"ffc7ac-ad16-77f3-d68-803444ff1373","id":"page1","name":"page1","type":"page","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"20px"},"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":"1b48065-d637-3738-7bae-c07d8f325180"}},"root":["4e2bffe-f006-67e-8435-ef7885c256","5f42e41-eef3-878d-e435-685ebdaac20","ad68ea5-fed6-fda-8d51-d61c044a4e0","1b48065-d637-3738-7bae-c07d8f325180"]},"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#elements-container {\n display: flex;\n flex-direction: column;\n min-height: 100vh;\n}","version":3}