* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    --green: #46B749;
    --light: #fff;
    --dark: #333333;
}
ol, ul {
	list-style: none;
}
del {
	text-decoration: line-through;
}
body {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: var(--dark);
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
}
input,textarea,select{
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

a{
	color: var(--dark);
}
p{
	line-height:1.6em;
	font-size: 16px;
	font-family: "Nunito", Arial;
	font-weight: 500;
	color: var(--dark);
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
.flex-wrapper {
	display: flex;
	justify-content: space-between;
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Light.woff2") format("woff2");
    src: url("../fonts/Nunito-Light.woff") format("woff");
    font-weight: 500;
    font-style: light
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Medium.woff2") format("woff2");
    src: url("../fonts/Nunito-Medium.woff") format("woff"),;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-SemiBold.woff2") format("woff2");
    src: url("../fonts/Nunito-SemiBold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Bold.woff2") format("woff2");
    src: url("../fonts/Nunito-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}
::placeholder {
  color: #9B9B9B;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9B9B9B;
}

::-ms-input-placeholder {
  color: #9B9B9B;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



header{
	height: 100vh;
	background: var(--green);
}

header div.top{
	height: 80px;

}

header div.top h1{
	display: block;
}

header div.top h1 a{
	display: block;
}

header div.top h1 img{
	display: block;
	width: 80px;
	padding-top: 16px;
}

header div.bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header div.bottom div.left{
	width: 60%;
}

header div.bottom div.left h1{
	margin-top: 120px;
	font-size: 64px;
	font-weight: 700;
	color: var(--light);
}

header div.bottom div.left p{
	margin-top: 16px;
	font-size: 22px;
	font-weight: 600;
	color: var(--light);
	margin-bottom: 24px;
}

header div.bottom div.left div.buttons{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

header div.bottom div.left div.buttons a{
	display: block;
}

header div.bottom div.left div.buttons a img{
	display: block;
	width: 180px;
}

header div.bottom div.right{
	width: 40%;
	padding: 24px;
}

header div.bottom div.right img{
	display: block;
}

#contact{
	padding: 64px 0;
}

#contact .wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contact div.left{
	width: 46%;
}

#contact div.left div.field{
	padding: 16px 16px;
	border: 1px solid #E3E3E3;
	margin-bottom: 16px;
	border-radius: 8px;
	display: flex;
	justify-content: start;
	align-items: center;
}

#contact div.left div.field input{
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}

#contact div.left div.field textarea{
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	height: 160px;
}

div.button{
	text-align: center;
	margin-top: 24px;
}

button.submit{
	font-size: 16px;
	font-weight: 600;
	padding: 12px 12px;
	background: var(--green);
	border-radius: 4px;
	color: #fff;
    cursor: pointer;
}

#contact div.right{
	width: 50%;
}

#contact div.right span{
	font-size: 16px;
	font-weight: 700;
	color: #9B9B9B;
}

#contact div.right h3{
	font-size: 32px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 24px;
	width: 80%;
}

#contact div.right p{
	font-size: 16px;
	font-weight: 500;
	width: 80%;
}

footer{
	padding: 24px 0;
	background: var(--green);
	display: flex;
	align-items: center;
}

footer .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

footer div.left{
	
}

footer div.left img{
	width: 80px;
	margin-bottom: 24px;
}

footer div.left p{
	font-size: 16px;
	font-weight: 500;
	color: var(--light);
}

footer div.middle{}

footer div.middle h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	color: var(--light);
}

footer div.middle ul{}

footer div.middle ul li{
}

footer div.middle ul li a{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	color: var(--light);
}

footer div.right{}

footer div.right ul{
	display: flex;
	justify-content: start;
	align-items: center;
}

footer div.right ul li{
	margin-right: 8px;
}

footer div.right ul li a{
	border: 2px solid var(--dark);
	border-radius: 4px;
	padding: 4px;
	background: var(--dark);
	display: flex;
	align-items: center;
}

footer div.right ul li a img{}

#title{
	height: 80px;
	background-color: #46B749;
	text-align: center;
	display: flex;
	align-items: center;
}

#title h1 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

#content{
	margin: 24px 0;
}

#content p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}

#content p b{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

#content h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}




@media all and (max-width: 980px){
	header{
		height: auto;
		text-align: center;
	}
	header div.bottom div.left{
		width: 100%;
	}
	header div.bottom div.left div.buttons{
		display: flex;
		justify-content: center;
	}
	header div.bottom div.right{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	#contact div.left{
		width: 100%;
		margin-bottom: 24px;
	}
	#contact div.right{
		width: 100%;
		text-align: center;
	} 
	#contact div.right h3{
		width: 100%;
	}
	#contact div.right p{
		width: 100%;
	}

	footer{
		height: auto;
		padding-top: 16px;
	}

}


@media all and (max-width: 640px){
	footer{
		height: auto;
		padding-top: 16px;
	}
	footer div.left{
		width: 100%;
		margin-bottom: 16px;
	}
	footer div.middle{
		width: 100%;
		margin-bottom: 16px;
	}
}


@media all and (max-width: 480px){
	header div.bottom div.right img{
		width: 240px;
	}
	header div.bottom div.left h1{
		font-size: 48px;
	}
}



















