.stackWrap {
  animation:foldFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s forwards;
}
#layer3.fold-active #stage3 .grid>.copy {
  animation:foldElIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.30s forwards;
}
#layer5.fold-active #stage5 .grid>.darkTitle {
  animation:foldElIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
}
#layer5.fold-active #stage5 .grid>.phone {
  animation:foldFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s forwards;
}
#layer5.fold-active #stage5 .grid>.copy {
  animation:foldElIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.30s forwards;
}
#layer6.fold-active .faq-fold-container .faq-title {
  animation:foldElIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
}
#layer6.fold-active .faq-fold-container .faq-list {
  animation:foldElIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s forwards;
}