*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}
:where(:root) {
    cursor: default;
    line-height: 1.5;
    word-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}
html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
}
#__layout,
#__nuxt,
.l-wrapper,
body,
html {
    height: 100%;
}
#__layout .l-wrapper > div,
#__layout > div {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    line-height: normal;
}
input,
textarea {
    font-family: inherit;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select {
    background: #fff;
}
.h-overflow-hidden {
    overflow: hidden;
}
.h-hidden {
    display: none;
}