@font-face {
	font-family: Sora-Bold;
	src: url('../fonts/Sora-Bold.ttf');
}

@font-face {
	font-family: Sora-Regular;
	src: url('../fonts/Sora-Regular.ttf');
}

@font-face {
	font-family: Sora-SemiBold;
	src: url('../fonts/Sora-SemiBold.ttf');
}

html, body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	background-color: #FFF!important;
	-webkit-user-select: none!important;
}

#ipageSection {
	opacity: 0;
}

.ipageSection {
	margin: 0;
	width: 100vw;
	height: auto;
	max-width: 100%;
	padding: 50px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: #F0FBF6;
	overflow: hidden!important;
	background-size: auto 175%;
	background-repeat: no-repeat;
	background-position: right -85px center;
	background-image: url("../img/logo_circles.svg");
}

.ipageSection_boxed {
	height: 100%;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	flex-wrap: wrap;
	min-height: 130px;
	max-width: 1400px;
	align-items: center;
	justify-content: space-between;
}

.ipageSection_info {
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 10px 40px 10px 0;
}

.ipageSection_button {
	margin: 0;
	color: #FFF;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	border: 2px solid #FFF;
	font-family: Sora-Regular;
	text-align: -webkit-center;
	background-color: transparent;
}

.ipageSection_button:hover {
	color: #39AC75FF;
	border: 2px solid #FFF;
	background-color: #FFF;
}

.ipageSection_Div1 {
	padding: 0;
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 16px 0;
	border-radius: 30px;
	align-items: center;
	background-color: #6BD9A6;
	overflow: hidden!important;
	justify-content: flex-start;
}

.ipageSection_Div1 span {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	min-width: 30px;
	max-height: 30px;
	border-radius: 50%;
	background-color: #33B79B;
}

.ipageSection_Div1 h1 {
	padding: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
	margin: 0 30px 0 20px;
	transition: 0.2s ease;
	word-break: break-word;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: Sora-SemiBold;
}

.ipageSection_Div2 {
	margin: 0;
	padding: 0;
	width: auto;
}

.ipageSection_Div2 p {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 30px;
	text-align: left;
	max-width: 450px;
	line-height: 32px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-SemiBold;
}

@media screen and (max-width: 490px) {
	.ipageSection_info {
		margin: 10px 0;
	}
}