body {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.63;
    color: #000000;
    background-color: var(--wdtBodyBGColor);
    letter-spacing: 0;
    text-transform: none;
    overflow-x: hidden;
    width: 100%;
    display: block;
}

body,
button,
input,
textarea,
select,
optgroup {
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    letter-spacing: 0;
    text-transform: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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,
input,
textarea,
select {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    /* vertical-align: baseline; */
}

html {
    cursor: default;
    height: 100%;
    scroll-behavior: smooth;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit;
}



.inner-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

body.home:not(.blog) #header-wrapper {
    margin: 0;
}