@charset "utf-8";
html {
 width: calc(100% + calc(100vw - 100%));
 overflow-x: hidden;
	padding: 0!important;
	margin: 0!important;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ul, ol, li, article, aside, footer, header, nav, section, picture, menu, main, form {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-hyphens: none;
 -moz-hyphens: none;
 hyphens: none;
 -ms-hyphens: none;
}
aside, footer, header, nav, section, menu, picture, article, main, ul, ol, li, h1, h2, h3, h4, form {
 display: block;
}
body {
 line-height: 1;
 margin-bottom: 0 !important;
 display: none;
}
ul {
 list-style: none;
}
u {
 text-decoration: underline !important;
}
em, i {
 font-style: italic;
}
body{
	margin-top: 0!important;
}