/* CSS Document */

html,body,div,span,
applet,object,iframe,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	color: #40302A;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-family: 'Lexend', sans-serif;
	outline: none;
	text-decoration: none;
	list-style: none;
	-webkit-text-size-adjust:none;
	line-height: normal;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-family: 'Lexend', sans-serif;
	outline: none;
	text-decoration: none;
	list-style: none;
	-webkit-text-size-adjust:none;
}


.clr { clear: both; }

.container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	padding: 20px 20px;
}

h1 {
	display: none;
}

h2 {
	color: #40302A;
	font-size: 48px;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 5px;
}

h2 span {
	color: #F66D16;
	font-size: 48px;
	line-height: normal;
	font-weight: 700;
}

h3 {
	color: #40302A;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
}

h3 span {
	color: #F66D16;
	font-size: 36px;
	font-weight: 700;
}

h4 {
	color: #40302A;
	font-size: 26px;
	line-height: 48px;
	font-weight: 400;
	margin-bottom: 30px;
}

h5 {
	color: #FFD60A;
	font-size: 24px;
	font-weight: bold;
}

strong {
	font-weight: 700;
}

a {
	display: inline-block;
	cursor: pointer;
	z-index: 999;
}

img {
	max-width: 100%;
	height: auto;
}

.kn-section-title {
	font-size: 26px;
	line-height: 48px;
	font-weight: 400;
	text-align: center;
	color: #40302A;
	margin-bottom: 80px;
}

.kn-button {
	font-size: 22px;
	line-height: 54px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #F66D16;
	border-radius: 14px;
	width: 200px;
	height: 54px;
	cursor: pointer;
	align-self: end;
	transition: 0.3s;
}

.kn-button:hover {
	transform: scale(1.1);
}

button {
	outline: none;
}

p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
	color: #40302A;
	margin-bottom: 40px;
}


p strong {
	font-size: 16px;
	line-height: 28px;
	color: #F66D16;
}

.kn-orange {
	color: #F66D16;
}

@media only screen
and (max-width: 1024px){
	h3, h3 span {
		font-size: 32px;
		line-height: 48px;
	}

	.kn-section-title {
		margin-bottom: 40px;
	}

	.kn-button:hover {
		transform: scale(1);
	}
}

@media only screen
and (max-width: 767px){
	h2 {
		margin-top: 20px;
	}

	h2, h2 span {
		font-size: 40px;
		line-height: 44px;
	}

	h3, h3 span {
		font-size: 30px;
		line-height: 48px;
	}

	p {
		margin-bottom: 20px;
	}

	.kn-section-title {
		font-size: 20px;
		line-height: 26px;
	}

	.kn-button {
		width: 100%;
		font-size: 20px;
		height: 44px;
		line-height: 44px;
	}
}