.fade-in-section :where(h1,h2,h3,h4,h5,h6){color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.fade-in-section :where(p){margin:0}.fade-in-section{background-color:var(--fade-bg-color,transparent)}@media (min-width:1024px){.fade-in-section{background-color:transparent}}.fade-in-section__panel{background-color:var(--fade-bg-color,transparent);overflow:hidden;position:relative}.fade-in-section__panel:before{background-image:var(--fade-noise-url,none);background-repeat:repeat;background-size:100px 100px;content:"";inset:0;opacity:.7;pointer-events:none;position:absolute}.fade-in-section__text :where(h1,h2,h3,h4,h5,h6){color:var(--fade-heading-color,#428eff)}.fade-in-section__text :where(p){color:var(--fade-text-color,#f5edcd)}.fade-in-section__text h1,.fade-in-section__text h2,.fade-in-section__text h3,.fade-in-section__text p{opacity:0;transform:translateY(50px);transition:opacity .8s ease .1s,transform .8s ease .1s}.fade-in-section__text p{transition-delay:.2s}.fade-in-section__panel.is-active .fade-in-section__text h1,.fade-in-section__panel.is-active .fade-in-section__text h2,.fade-in-section__panel.is-active .fade-in-section__text h3,.fade-in-section__panel.is-active .fade-in-section__text p{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in-section__text h1,.fade-in-section__text h2,.fade-in-section__text h3,.fade-in-section__text p{opacity:1;transform:none;transition:none}}