<lottie-player
  {{animation_autoplay}}
  {{animation_repet}}
  {{animation_hover}}
  speed={{animation_speed}}
  direction={{animation_direction}}
  mode="{{animation_play_mode}}"
  src="{{animation_url.url}}"
  background="{{background_color}}"
  style="width: {{animation_width.size}}{{animation_width.unit}}; height: {{animation_height.size}}{{animation_height.unit}};"
>
</lottie-player>