@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}.elementor-sticky--active {
z-index: 99;
}
.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
display: none;
}
.e-con.elementor-sticky--active {
z-index: var(--z-index, 99);
}