.single_post_form{background:#fff;margin-top:82px;padding-block:60px}.single_post_form__area{background-color:#fff;border:1px solid #d6d6ec;border-radius:4px;box-shadow:0 0 80px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:30px;margin-inline:auto;max-width:600px;padding:40px;width:100%}.single_post_form__inner{display:flex;flex-direction:column;gap:40px}.single_post_form__header{text-align:center}.single_post_form__header h2{color:var(--clr_acnt_blue);font-size:30px;font-weight:600;line-height:1.2;margin-block:0;position:relative}.single_post_form__form form *{font-family:var(--font_p)}.single_post_form__form .form-title{display:none}.single_post_form__form form .hs-form-field{margin-bottom:20px}.single_post_form__form form .hs-form-field>label{color:#626364;display:block;font-size:14px;font-weight:600;line-height:14px;margin-bottom:8px}.single_post_form__form form .hs-input{background-color:hsla(0,0%,100%,.5);border:1px solid #d8d7d0;border-radius:4px;color:#1c1d23;font-size:14px;height:auto;line-height:1.2em;padding:12px;width:100%}.single_post_form__form form .hs-input:focus{border-color:#1c1d23;outline:none}.single_post_form__form .multi-container{display:flex;flex-direction:column;gap:5px;list-style:none;margin:12px 0 0;padding:0}.single_post_form__form .multi-container .hs-form-checkbox-display{align-items:flex-start;display:flex;gap:10px}.single_post_form__form .multi-container .hs-form-checkbox-display input{accent-color:var(--clr_text);flex-shrink:0;height:auto;margin:4px 0 0;width:auto}.single_post_form__form form input[type=submit]{background-color:#ffd3a8;border:0;border-bottom:1px solid #ff7e28;border-radius:5px;color:#000;cursor:pointer;font-size:14px;font-weight:500;line-height:1.143;padding-block:12px;width:100%}.single_post_form__form form input[type=submit]:hover{background-color:rgba(255,235,212,.85)}.single_post_form__form form .hs-error-msgs{color:red;font-size:12px;list-style:none;margin:8px 0 0;padding:0}.single_post_form__form form .hs-error-msgs label{margin-bottom:0}.single_post_form__form form .hs_error_rollup{display:none}.single_post_form__form .submitted-message{background-color:#ffd3a8;border-bottom:1px solid #ff7e28;border-radius:5px;color:#000;font-size:16px;font-weight:500;line-height:1.3;padding:20px;text-align:center;width:100%}body:has(.single_post_form) .rel__article-section{padding-bottom:0}@media(max-width:767px){.single_post_form{margin-top:60px}.single_post_form__area{padding:25px}}