[data-section-id] {
     animation: fadeIn 1s linear;
}

[data-section-id]:not(.is-active)  {
    display: none!important;
    opacity: 0;
 }

