/* subscribe */
.subscribe_style1{
	position: relative;
	top:82px;
	text-align:center;
	align-items:center;
	margin: 0 auto;
	color: #FFF;
	font-family: Nunito;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subscribe_style2{
	position: absolute;
	left: 257px;
	top:163px;
	width: 888px;
	text-align:center;
	color: #FFF;
	font-family: Nunito;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subscribe_style3{
	position: absolute;
	left:432px;
	top:337px;
	display: inline-flex;
	padding: 9px 13px 8px 43px;
	justify-content: flex-end;
	align-items: center;
	width:482px;
	height:52px;
	border-radius: 50px;
	background: #FFF;
	color: #84A2A0;
	font-family: Nunito;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.subscribe_style4{
	position: absolute;
	left:905px;
	top:346px;
	width: 52px;
	height: 52px;
	background-color: #84A2A0;
	border-radius: 100px;
	color: #FFFFFF;
	font-family: Nunito;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border-style: none;
}
.subscribe_style5{
	position:absolute;
	left:654px;
	top:493px;
	width: 37px;
	height: 24px;
	flex-shrink: 0;
	fill: #FFF;
}
.subscribe_style6{
	position:absolute;
	left:720px;
	top:492px;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	fill: #FFF;
}
.checkbox_label{
	position:absolute;
	left: 480px;
	top: 480px;
	color: #7F896A;
	font-family: Nunito;
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-align:left;	
}
.checkbox-round {
    position:absolute;
    left: 440px;
    top: 480px;
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}