/* @animation */
.wpb_content_element .wpb_wrapper, .vc_btn3-container:not(.block_btn),
.animation_el, .vc_tta-container, .wpforms-container, .wpcf7{
  transform: translateY(56px) translateZ(0);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
	opacity: 0;
  will-change: opacity, transform;
}

.wpb_content_element.is_shown .wpb_wrapper, .vc_btn3-container.is_shown:not(.block_btn),
.animation_el.is_shown, .vc_tta-container.is_shown, .wpforms-container.is_shown, .wpcf7.is_shown{
	opacity: 1;
	transform: translateY(0) translateZ(0);
  transition-duration: .8s, .8s;
}
.animation_el .wpb_content_element .wpb_wrapper, .animation_el .vc_btn3-container, .animation_el .vc_tta-container, .animation_el .animation_el,
.static_el .vc_tta-container, .static_el.vc_tta-container, .static_el .wpb_content_element .wpb_wrapper, .static_el .vc_btn3-container, .static_el.wpb_content_element .wpb_wrapper, .static_el.vc_btn3-container, .static_el .animation_el,
.static_wrapper .wpb_content_element .wpb_wrapper, .static_wrapper.wpb_content_element .wpb_wrapper,
.no-js .vc_tta-container, .no-js .wpb_content_element .wpb_wrapper, .no-js .vc_btn3-container, .no-js .wpforms-container, .no-js .wpcf7, .no-js .animation_el,
.static_wrapper .animation_el{
  transform: unset;
  will-change: unset;
  opacity: unset;
  transition: unset;
}


.statement_inner.animation_el{
  transform: translateY(24px) translateZ(0) scale(.75);
  transform-origin: 50% 100%;
}

.statement_inner.animation_el.is_shown{
	opacity: 1;
	transform: translateY(0) translateZ(0) scale(1);
    transition-duration: .8s, .8s;
  /* transition-duration: .6s, .4s;
  transition-delay: .6s, .6s; */
}

@media screen and (max-width: 991px){
 .back_button_wrapper_bot .animation_el{
   opacity: 1;
   transform: translateY(0) translateZ(0);
    transition-duration: .8s, .8s;
 }
}
