.brx-popup-content {
  transform: translateY(30px);
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.brx-popup[style*="display: block"] .brx-popup-content {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}