@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer,
header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
					font-family: 'Montserrat', sans-serif;
					font-weight: 400;
}

body,p{
	font-size: 15px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
span{
	display: inline-block;
}
br{
	line-height: 0;
}
ul li {
	list-style: none;
}
a{
	text-decoration:none;
	color: inherit;
	font-size: inherit;
	display: inline-block;
}

input:focus{
	outline: none;
}

input,select,textarea,button{
	margin:0;
	padding:0;
	border:0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
} 
button{
	cursor: pointer;
}
img{
	vertical-align:middle;
}