/*! based over the work of:
 * normalize.css v8.0.1 | MIT license | github.com/necolas/normalize.css
 * bootstrap reboot.scss | MIT license | github.com/twbs/bootstrap/blob/v4-dev/scss/_reboot.scss
 */

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

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

summary {
    display: list-item;
    cursor: pointer;
}

ol,
ul {
    margin-top: 0px;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0px;
}

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

address {
    margin-bottom: 0px;
    font-style: inherit;
    line-height: inherit;
}

blockquote {
    margin: 0px;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0px;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
    font-weight: 300;
}

a {
    background-color: transparent;
    text-decoration:none;
    cursor:pointer;
}

img {
    border-style: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0px !important;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

output {
    display: inline-block;
}

button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    border-radius: 0px;
}

button:not(:disabled) {
    cursor: pointer;
}

button:focus:not(:focus-visible) {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
}

figure {
    margin: 0px;
}

/*  */

body,
#__next,
html {
    height: 100%;
}

* {
    box-sizing: border-box;
}

li {
    list-style: none;
    width: fit-content;
}

ul,
p {
    margin: 0px;
    padding: 0px;
}