.text-and-form{align-items:flex-start;display:flex;flex-direction:row;gap:100px}.text-and-form__column{width:50%}.text-and-form__column.text-and-form__column--content{padding-top:64px}.text-and-form__column.text-and-form__column--form{background-color:#fff;clip-path:polygon(0 0,100% 0,100% calc(100% - 64px),calc(100% - 64px) 100%,0 100%);padding:72px 48px;position:relative}.text-and-form__column-title{display:flex;flex-direction:column;justify-content:center;text-align:center}.text-and-form__column ul{margin-bottom:24px;padding-left:8px}.text-and-form__column--form.submitted .text-and-form__column-title{display:none}.submitted-message{color:#000;font-size:18px;text-align:center}.text-and-form__column.text-and-form__column--form .custom-message{bottom:20px;left:60px;position:absolute}.text-and-form__column .submitted-message{background:transparent;border:none;color:#fff;padding:0}.text-and-form__column .actions{margin-top:36px;pointer-events:auto}.text-and-form__column .hs-form-booleancheckbox-display{position:relative!important;transform:unset!important}.text-and-form__column .hs-form-field:not(.hs-fieldtype-checkbox),label:not(.hs-error-msg):not(.hs-form-radio-display){pointer-events:all!important}@media screen and (max-width:1080px){.text-and-form{gap:64px}.text-and-form__column:first-of-type{padding-right:30px}}@media screen and (max-width:767px){.text-and-form{flex-direction:column;gap:60px}.text-and-form__column:first-of-type{border:none;padding-top:0;width:100%}.text-and-form__column:last-of-type{width:100%}.text-and-form__column .hs-button,.text-and-form__column input[type=submit]{max-width:none;text-align:center;width:100%}}