@media screen and (min-width: 1024px) {
  body {
    position: inherit !important;
  }
}
.intercom-app .intercom-messenger-frame {
  z-index: 998 !important;
}

.intercom-app iframe {
  z-index: 998 !important;
}

.ReactModalPortal {
  position: relative;
  z-index: 300;
}

