
@media (min-width: 48rem) {
  .animateIn {
    transform: none;
  }
}@media (min-width: 64rem) {
  :root {
    --header-stuck-height: 3.25rem;
  }
}