html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

h7, h8, h9 {
  font-size: 14px;
}

a, a:hover, a:visited, a:link, a:active {
  color: inherit;
  text-decoration-line: none;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

.hide {
  overflow: hidden;
}

.scroll-none {
  overflow-y: hidden;
  transition: all 1s ease 1s;
}

.scroll-auto {
  overflow-y: auto;
  transition: all 2s ease 1s;
}

.top {
  position: fixed;
  z-index: 500;
  width: 35px;
  height: 35px;
  background-color: #d14871;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}

/*# sourceMappingURL=child-bundle.css.map */
