html,
body {
  width: 100%;
  height: auto;
  overflow-x: clip;
  font-size: 62.5%;
  /* 10px / 16px * 100 */
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 2.666vw;
    /* 10px / 375px * 100 */
  }
}

body {
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
  overflow-x: clip;
}

a:hover,
a:active,
a.active {
  color: rgb(113, 112, 112);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

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

a:hover {
  text-decoration: none;
}

.item-d-none {
  display: none;
}
.item-d-none a {
  pointer-events: none;
  display: none;
}

.swiper {
  position: relative;
  overflow: hidden;
  margin: auto;
  height: auto;
}

.swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=reset-freeTemplate.css.map */