.contact-from-wrap{border:1px solid #fde9e5;border-radius:10px;padding:50px}@media only screen and (min-width:768px) and (max-width:991px){.contact-from-wrap{padding:30px}}@media only screen and (max-width:767px){.contact-from-wrap{margin-top:30px;padding:40px 30px}}.contact-from-wrap form{background-color:var(--form-bg-color);border:1px solid var(--form-borderColor)}.contact-from-wrap form .hs-form-field{margin:0 0 20px}.contact-from-wrap form .hs-form-field.hs-fieldtype-textarea{margin:0 0 33px}.contact-from-wrap form .hs-form-field input,.contact-from-wrap form .hs-form-field textarea{background-color:var(--form-fieldInput-bg-color);border:1px solid var(--form-input-border-color);border-radius:4px;-webkit-box-shadow:none;box-shadow:none;color:var(--form-inputs-text-color);font-size:15px;height:50px;line-height:50px;padding:2px 24px;width:100%}.contact-from-wrap form .hs-form-field input:focus,.contact-from-wrap form .hs-form-field textarea:focus{border:1px solid var(--form-input-focus-border-color)}.contact-from-wrap form .hs-form-field input::-moz-input-placeholder,.contact-from-wrap form .hs-form-field input::-webkit-input-placeholder,.contact-from-wrap form .hs-form-field textarea::-moz-input-placeholder,.contact-from-wrap form .hs-form-field textarea::-webkit-input-placeholder{color:var(--form-inputs-text-color);opacity:1}.contact-from-wrap form .hs-form-field textarea{height:120px}.contact-from-wrap form .hs-submit input{background-color:var(--form-btn-bg-color);border:1px solid var(--form-btn-border-color);border-radius:4px;box-shadow:none;color:var(--form-btn-text-color);font-size:15px;height:50px;line-height:50px;padding:2px 24px;text-align:center;transition:all .3s linear;width:100%}.contact-from-wrap form .hs-submit input:hover{background-color:var(--form-btn-hover-bg-color);border:1px solid var(--form-btn-hover-border-color)}:focus{outline:none}