*,
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;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    transition: all 0.2s linear;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
}

h1 {
    font-size: 4.5vh;
    font-family: "Bold", sans-serif;
    color: #000;
}

h2 {
    font-size: 3.2vh;
    color: #000;
    font-family: "Bold", sans-serif;
}

h3 {
    font-size: 2vh;
    font-family: "SemiBold", sans-serif;
}

p {
    font-size: 1.6vh;
    font-family: "Roboto-regular", sans-serif;
    font-weight: 0;
}

h4 {
    font-size: 1.3vh;
    margin: 2vh 0;
    font-family: "Regular", sans-serif;
}

button,
input,
textarea {
    outline: none;
    border: none;
}

input::placeholder {
    font-size: 1.6vh;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
button,
a {}

button {
    background-color: transparent;
}

.mb-1 {
    margin-bottom: 1vh;
}

.mb-2 {
    margin-bottom: 2vh;
}

.mb-3 {
    margin-bottom: 3vh;
}

.mb-4 {
    margin-bottom: 4vh;
}

.mb-5 {
    margin-bottom: 5vh;
}

.mb-6 {
    margin-bottom: 6vh;
}

.mt-1 {
    margin-top: 1vh;
}

.mt-2 {
    margin-top: 2vh;
}

.mt-3 {
    margin-top: 3vh;
}

.mt-4 {
    margin-top: 4vh;
}

.mt-5 {
    margin-top: 5vh;
}

.mt-6 {
    margin-top: 6vh;
}

.ml-1 {
    margin-left: 1vh;
}

.ml-2 {
    margin-left: 2vh;
}

.ml-3 {
    margin-left: 3vh;
}

.ml-4 {
    margin-left: 4vh;
}

.ml-5 {
    margin-left: 5vh;
}

.ml-6 {
    margin-left: 6vh;
}

.mr-1 {
    margin-right: 1vh;
}

.mr-2 {
    margin-right: 2vh;
}

.mr-3 {
    margin-right: 3vh;
}

.mr-4 {
    margin-right: 4vh;
}

.mr-5 {
    margin-right: 5vh;
}

.mr-6 {
    margin-right: 6vh;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.4vh;
        font-family: "Bold", sans-serif;
        color: #000;
    }

    h2 {
        font-size: 2vh;
        color: #000;
        font-family: "Bold", sans-serif;
    }

    h3 {
        font-size: 1.4vh;
        font-family: "SemiBold", sans-serif;
    }

    p {
        font-size: 1.4vh;
        font-family: "Roboto-regular", sans-serif;
        font-weight: 0;
    }

    h4 {
        font-size: 1.3vh;
        margin: 2vh 0;
        font-family: "Regular", sans-serif;
    }
}