.nut-sticky {
  &--stickyed {
    display: flex;
    position: sticky;
  }
  &--fixed {
    display: flex;
    position: fixed;
  }
}
