html, body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.site-shell,
.site-layout,
.page-shell,
.layout-shell,
.content-shell,
main,
.main-content,
.page-content,
.site-main,
.wrapper,
.container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header:first-child,
main:first-child,
.section:first-child,
.hero:first-child {
  margin-top: 0 !important;
}

body {
  overflow-x: hidden;
}
