.flex-columns{display:flex;display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;justify-content:space-between;margin-top:18px}.flex-columns.make-col{grid-template-columns:1fr;flex-direction:column}.flex-columns>div.flex-text{padding-top:0px}.flex-columns>div.flex-form{border:1px solid #f0eeef;padding:32px}h1,h2,h3,h4{color:#6bab53}h1,.flex-form h3{font-size:36px;margin:0px;padding:0px;margin-bottom:18px}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:none;padding:12px 24px;background:#5fab5e;border:0;border-bottom:6px solid #1e6535;margin-top:32px;color:#fff;font-size:22px}button:hover,html [type="button"]:hover,[type="reset"]:hover,[type="submit"]:hover{background:#113c1f;cursor:pointer}body input[type="text"],body input[type="password"],body input[type="datetime"],body input[type="datetime-local"],body input[type="date"],body input[type="month"],body input[type="time"],body input[type="week"],body input[type="number"],body input[type="email"],body input[type="url"],body input[type="search"],body input[type="tel"],body input[type="color"],body input[type="file"],body textarea{-webkit-appearance:none;width:100%;height:48px;line-height:48px;display:block;border:1px solid #f0eeef;border-radius:0;background:#fff;padding:0px 18px}select{-webkit-appearance:none;width:100%;height:48px;line-height:48px;display:block;border:1px solid #f0eeef;border-radius:0;padding:0px 18px;background-image:linear-gradient(45deg,transparent 50%,#aaa 50%),linear-gradient(135deg,#aaa 50%,transparent 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 25px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;background-size:10px 10px,10px 10px,1px 1.5em;background-repeat:no-repeat}.hs-form-radio,.hs-form-checkbox{list-style-type:none;margin-left:-40px}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;margin-right:18px;display:inline-block}.hs-form-field>label{margin-top:18px}.hs-error-msgs li{color:red;list-style-type:none;margin-left:-40px;padding-left:0}@media(max-width:760px){.flex-columns{grid-template-columns:1fr;flex-direction:column}h1,.flex-form h3{font-size:24px}}