@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.form-element-type-reCaptcha.error-field .captcha-placeholder
{
border: 1px solid red;
}
html .formcraft-css .form-cover-builder .fc-form .form-element.form-element-type-reCaptcha {
display: inline-block;
}
.form-cover-builder .form-element-type-reCaptcha .captcha-placeholder
{
display: flex;
align-items: center;
justify-content: center;
border: 1px dashed #ccc;
border-radius: 2px;
width: 100%;
height: 75px;
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;	
}
html .formcraft-css .fc-form .form-element.form-element-type-reCaptcha {
display: none;
}