.fwpl-layout .fwpl-result {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fwpl-layout .fwpl-result:nth-child(1).in-view {
  transition-delay: 0.2s;
}
.fwpl-layout .fwpl-result:nth-child(2).in-view {
  transition-delay: 0.4s;
}
.fwpl-layout .fwpl-result:nth-child(3).in-view {
  transition-delay: 0.6s;
}
.fwpl-layout .fwpl-result:nth-child(4).in-view {
  transition-delay: 0.8s;
}
.fwpl-layout .fwpl-result:nth-child(5).in-view {
  transition-delay: 1s;
}
.fwpl-layout .fwpl-result:nth-child(6).in-view {
  transition-delay: 1.2s;
}
.fwpl-layout .fwpl-result:nth-child(7).in-view {
  transition-delay: 1.4s;
}
.fwpl-layout .fwpl-result:nth-child(8).in-view {
  transition-delay: 1.6s;
}
.fwpl-layout .fwpl-result:nth-child(9).in-view {
  transition-delay: 1.8s;
}
.fwpl-layout .fwpl-result:nth-child(10).in-view {
  transition-delay: 2s;
}
.fwpl-layout .fwpl-result:nth-child(11).in-view {
  transition-delay: 2.2s;
}
.fwpl-layout .fwpl-result:nth-child(12).in-view {
  transition-delay: 2.4s;
}
.fwpl-layout .fwpl-result:nth-child(13).in-view {
  transition-delay: 2.6s;
}
.fwpl-layout .fwpl-result:nth-child(14).in-view {
  transition-delay: 2.8s;
}
.fwpl-layout .fwpl-result:nth-child(15).in-view {
  transition-delay: 3s;
}
.fwpl-layout .fwpl-result:nth-child(16).in-view {
  transition-delay: 3.2s;
}
.fwpl-layout .fwpl-result:nth-child(17).in-view {
  transition-delay: 3.4s;
}
.fwpl-layout .fwpl-result:nth-child(18).in-view {
  transition-delay: 3.6s;
}
.fwpl-layout .fwpl-result:nth-child(19).in-view {
  transition-delay: 3.8s;
}
.fwpl-layout .fwpl-result:nth-child(20).in-view {
  transition-delay: 4s;
}
.fwpl-layout .fwpl-result.in-view {
  opacity: 1;
  transform: translateY(0);
}
