body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}

.wrapper{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header{
	position: relative;
	text-align: right;
	padding-top: 0px;
	margin-top: 10px;
}

.tagline{
	height: 40px;
	background-color: #FF7300;
	color: white;
	margin-top: 5px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
}

.hero{
	position: relative;
}

.hero-img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	mix-blend-mode: multiply;

}

.hero-img-overlay{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	mix-blend-mode: darken;

}

.logo{
	height: 40px;
	position: absolute;
	left: 20px;
	top: 0;

}

.hero-txt{
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.hero-logo{
	height: 80px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.hero-link{
	margin-top: 40px;
}

.hero-link{
	display: inline-block;
	width: 50%;
}

.hero-link img{
	width: 100%;
	margin-bottom: 0;
}

.hero-bar{
	height: 40px;
	background: linear-gradient(to right, #ff7300 0%,#f9d9c0 50%);
	color: white;
	margin-top: 0;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
}

.menu{
	text-align: right;
	padding-left: 270px;
	padding-right: 20px;
}

.menu-item{
	display: inline-block;
	margin-left: 10px;
	color: #FF7300;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.90rem;
	line-height: 40px;
	vertical-align: middle;
}

.menu-item i{
	font-size: 1.8em;
}

.footer-col-2 .menu-item, .footer-col-3 .menu-item{
	color: black;
	display: block;
	font-size: 0.85rem;
	line-height: 1.8em;
}

.menu-item:hover{
	filter: brightness(0.85)
}



.content{
	padding: 30px;
	background-color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.blocks{
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.block{
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.footer{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	color: rgb(122, 122, 122)
}

a{
	text-decoration: none;
	color: #5E7977;
}

hr{
	border: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

h1{
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.2em;
}

h2{
	margin-top: 0px;
	color: #FF7300;
	font-size: 1.4rem;
	font-weight: 600;
}

.block h2{
	margin-bottom : 0;
}

h3{
	margin-top: 0px;

	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.3em;
}

.subtitle{
	color: #FF7300;
	font-weight: 600;
	margin-bottom: 20px;
}

p{
	margin: 0;
}

.img{
	border-radius: 12px;
	margin-bottom: 5px;
}

.footer-logo{
	width: 200px;
}

.footer-col-1{
	display: inline-block;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 30px;
	vertical-align: top;
}

.footer-col-1 i{
	font-size: 2.2em;
	margin-right: 4px;
	margin-top: 10px;
}

.footer-social{
	padding-top: 10px;
}

.footer-col-2, .footer-col-3{
	display: inline-block;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 30px;
}

.sytral{
	width: 150px;
}






