@charset "utf-8";
::-webkit-scrollbar {
  background-color: #ffffff;
  width: 6px;
  overflow: visible;
}
::-webkit-scrollbar-thumb {
  /*  border: solid 3px #000000;*/
  border-radius: 3px;
  background-color: transparent;
}
.show-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
}
.show-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.8);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: none;
  color: inherit;
  font: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  border: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  outline: none;
  border-style: none;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cccccc;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.clearfix::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: "";
}
.roboto-<uniquifier > {
  font-style: normal;
  font-weight: <weight>;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.poppins-thin {
  font-style: normal;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
}
.poppins-extralight {
  font-style: normal;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}
.poppins-light {
  font-style: normal;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.poppins-regular {
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.poppins-medium {
  font-style: normal;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.poppins-semibold {
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.poppins-bold {
  font-style: normal;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.poppins-extrabold {
  font-style: normal;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.poppins-black {
  font-style: normal;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
.poppins-thin-italic {
  font-style: italic;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
}
.poppins-extralight-italic {
  font-style: italic;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}
.poppins-light-italic {
  font-style: italic;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.poppins-regular-italic {
  font-style: italic;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.poppins-medium-italic {
  font-style: italic;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.poppins-semibold-italic {
  font-style: italic;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.poppins-bold-italic {
  font-style: italic;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.poppins-extrabold-italic {
  font-style: italic;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.poppins-black-italic {
  font-style: italic;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
