.cm_form_wrapper{background:#fff;border-radius:8px;margin:0 auto;max-width:500px;padding:1.5rem;position:relative;z-index:9}.form_header_text{animation-duration:1s;animation-name:fadein;background:#006eff;border:3px solid #006eff;border-bottom:none;border-radius:8px 8px 0 0;color:#fff;margin-bottom:-8px;padding:32px;transition:all .3s ease-in-out}.form_header_text h1{color:#fff!important;font-size:36px;font-weight:600;margin-top:0}.form_header_text p{font-size:24px;margin:0}.cm_step_marker{display:flex;justify-content:space-between;padding:24px 0;position:relative;width:100%}.cm_step_marker span{background:#fff;border:3px solid;border-radius:50%;color:#707070;display:block;font-size:14px;font-weight:700;height:24px;line-height:19px;text-align:center;width:24px}.cm_step_marker span.cm_step_marker_active{color:#003da5}.cm_step_marker span:first-child:after{background:#707070;content:"";display:block;height:3px;left:0;margin-top:-1.5px;position:absolute;top:50%;width:100%;z-index:-1}.cm_step_marker span.cm_step_marker_active:nth-child(2):after{background:#006eff;content:"";display:block;height:3px;left:0;margin-top:-1.5px;position:absolute;top:50%;width:50%;z-index:-1}.cm_step_marker span.cm_step_marker_active:nth-child(3):after{background:#006eff;content:"";display:block;height:3px;left:0;margin-top:-1.5px;position:absolute;top:50%;width:100%;z-index:-1}#multistep-form h2{font-size:24px;margin:0;text-align:center}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}to{opacity:1}}@-o-keyframes fadein{0%{opacity:0}to{opacity:1}}.hs-fieldtype-checkbox,.hs-fieldtype-radio{align-items:center;display:grid;grid-template-columns:70% 30%}.hs-fieldtype-checkbox>label,.hs-fieldtype-radio>label{color:#707070;font-size:14px;margin:0}.hs-fieldtype-checkbox .inputs-list,.hs-fieldtype-radio .inputs-list{display:flex;gap:16px;justify-content:end;list-style:none;margin:0;padding:0}.hs-fieldtype-checkbox .inputs-list li,.hs-fieldtype-radio .inputs-list li{width:100%}.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label,.hs-fieldtype-radio .inputs-list li.hs-form-radio label{height:56px;line-height:53px;margin:0;position:relative;text-align:center;text-transform:uppercase;width:100%}.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label span,.hs-fieldtype-radio .inputs-list li.hs-form-radio label span{background:#fff;border:2px solid #707070;border-radius:8px;color:#707070;font-size:14px;height:56px;left:0;line-height:53px;margin:0;position:absolute;text-align:center;text-transform:uppercase;top:0;transition:all .2s ease-in-out;width:100%}.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label input[type=checkbox],.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label input[type=radio],.hs-fieldtype-radio .inputs-list li.hs-form-radio label input[type=radio]{cursor:pointer;left:0;line-height:normal;margin:4px 0 0;opacity:0;position:absolute;top:0}.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label input[type=checkbox]:checked+span,.hs-fieldtype-checkbox .inputs-list li.hs-form-checkbox label input[type=checkbox]:hover+span,.hs-fieldtype-radio .inputs-list li.hs-form-radio label input[type=radio]:checked+span,.hs-fieldtype-radio .inputs-list li.hs-form-radio label input[type=radio]:hover+span{background:#006eff;border:2px solid #006eff;color:#fff;cursor:pointer}.hs-fieldtype-radio .inputs-list li.hs-form-radio label input[value=No]:checked+span,.hs-fieldtype-radio .inputs-list li.hs-form-radio label input[value=No]:hover+span{background:red;border:2px solid red;color:#fff;cursor:pointer}form{transition:all .3s ease-in-out}.slide-in{transform:translateX(0)}.slide-out{opacity:0;transform:translateX(100%)}.hs_submit{align-items:center;display:flex;gap:32px;justify-content:space-between;width:100%}.back-button{background:#fff;border:2px solid #d3d3d3;border-radius:8px;color:#d3d3d3;display:block;font-family:IBM Plex Sans,sans-serif;font-size:18px;font-weight:500;min-height:56px;padding:0 16px;position:relative;text-transform:uppercase;transition:all .3s ease-in-out;width:auto}.back-button:hover{border:2px solid #707070;color:#707070}.actions{width:100%}