#rec2373367971 {
  position: sticky !important;
  top: 40px !important;
  z-index: 9998;
  transition: box-shadow 0.45s ease, backdrop-filter 0.45s ease;
}

#rec2373367971.is-stuck {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

@media screen and (min-width: 769px) {
  #rec2373367971 {
    position: static !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}