/*reset*/

html,
body,
label,
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
a,
blockquote,
figure,
pre {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
  text-transform: inherit;
  white-space: inherit;
}

html,
body {
  /* display: initial; */
  padding: 0;
  margin: 0;
  width: 100%;
}

ul,
ol {
  list-style: none;
}

label,
input,
button,
textarea,
pre {
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

textarea {
  resize: unset;
}

input,
button {
  -webkit-appearance: none;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

label,
input,
button,
textarea,
a,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  font: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

* body *,
body *,
*,
* body *:before,
body *:before,
*:before,
* body *:after,
body *:after,
*:after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-webkit-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input::-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:-ms-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

input:focus::-webkit-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:focus::-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:focus:-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
input:focus:-ms-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

textarea::-webkit-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
}
textarea::-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
}
textarea:-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
}
textarea:-ms-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #bdbdbd;
  transition: color .3s ease;
}

textarea:focus::-webkit-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
}
textarea:focus::-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
}
textarea:focus:-moz-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
}
textarea:focus:-ms-input-placeholder {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  transition: color .3s ease;
}
