* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: rgba(0, 0, 0, 0.05);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

html {
  overflow-x: hidden;
}

html.home {
  overflow: hidden;
}

html.modal {
  overflow: hidden;
}

svg {
  vertical-align: top;
}

.mojs {
  z-index: 10000;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
