html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

html {height: 100%;}

body {
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 200px;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
}
p, li {
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	font-size: 18px;
	margin: 0 0 20px 0;
}
i, em {font-style: italic;}

.full-width {
	width: 100%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

video {
	width: 100%;
	max-width: 1920px;
	height: auto;
	max-height: 100vh;
	margin: 0 auto;
	display: block;
	object-fit: cover;
	object-position: 50% 65%;
	display: block;
	border: none;
	outline: none;
	background-color: transparent;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform;
}