* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: SFProText;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    color: #000;
    line-height: 1;
    font-family: "";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    font-family: "";
    font-size: inherit;
    outline: none;
}
input,
textarea {
    font-size: 16px!important;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    outline: none;
    font-family: inherit;
}
a {
    color: inherit;
}
a:link,
a:visited {
    text-decoration: none;
}
*:focus,
*:focus-visible {
    outline: none;
    border: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
p {
    word-wrap: break-word;
}