MktoForms2.whenReady(function (form) {
let message = { height: document.querySelector('html').scrollHeight, width: document.querySelector('html').scrollWidth, pfdimensions: true };
window.parent.postMessage(message, "*");
})
form.mktoForm .mktoFieldWrap:has(#LblSingle_OptIn__c) {
flex-wrap: nowrap!important;
display:flex;
flex-direction: row-reverse;
}
form.mktoForm .mktoFieldWrap:has(#LblSingle_OptIn__c) input {
height:1rem;
}
.mktoHtmlText a,.mktoHtmlText strong {
padding: 0;
}