form input[type=submit]:hover{background-color:transparent;color:#000;transition:background-color .3s,color .3s}input:not([type=checkbox]):not([type=submit]){background-color:var(--Off-Grey,#e4eeee);border:none;border-bottom:1px solid;width:100%}form{background:var(--Off-Grey,#e4eeee);border-radius:16px;box-sizing:border-box;display:grid;gap:24px;grid-template-columns:1fr 1fr;grid-template-rows:auto!important;grid-template-rows:repeat(4,1fr);margin:auto;max-width:1440px;padding:104px 153px}svg.svgLogo{position:absolute;right:max(40px,calc(50% - 600px))}@media screen and (min-width:769px){form div:nth-child(-n+4){grid-row:auto}form div:nth-child(n+5){grid-column:span 2}}input{outline:none;padding:8px}label.hs-form-booleancheckbox-display{display:inline-block;width:50%!important}input[type=checkbox]{margin-right:5px}form .hs-richtext{opacity:.3}form h3{margin:24px auto!important;max-width:1360px!important}form input[type=submit]{align-items:center;background-color:var(--black);border-radius:8px;box-sizing:border-box;color:var(--Grey,#dce6e6);cursor:pointer;display:flex;gap:8px;height:18px;height:auto;justify-content:center;padding:8px 64px;width:fit-content}@media screen and (max-width:768px){form{grid-template-columns:1fr!important;padding:48px 16px}label.hs-form-booleancheckbox-display{display:inline-block;width:100%!important}form input[type=submit]{width:100%}}