/**
 * Themify flex utilities (from live tf_lazy_common)
 * Required for .tf_in_flx button layout on hero START A PROJECT
 */
:where(.tf_in_flx, .tf_flx) {
  display: inline-flex;
  flex-wrap: wrap;
  place-items: center;
}

:where(.tf_flx),
.tf_swiper-wrapper {
  display: flex;
}

.tf_fa,
:is(em, i) tf-lottie {
  display: inline-block;
  vertical-align: middle;
}

.tf_fa {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  overflow: visible;
  fill: currentColor;
  pointer-events: none;
}
