* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
:active,
:focus {
  outline: 0
}
aside,
footer,
header,
nav {
  display: block
}
body,
html {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
button,
input,
select,
textarea {
  font-family: inherit
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input {
  border-radius: 0
}
textarea {
  resize: none
}
input[type=number] {
  -moz-appearance: textfield
}
input::-ms-clear {
  display: none
}
button {
  cursor: pointer
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
a {
  text-decoration: none;
  color: inherit
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}
ul li {
  list-style: none
}
img {
  vertical-align: top;
  user-select: none;
  pointer-events: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400
}
.swiper {
  touch-action: pan-y
}
.swiper-wrapper {
  display: inline-flex
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}