html {
	width: 100%;
	font-family: "Muli" !important;
}


.row_section_3 .none {
	display: none;
}

#banner {
	margin-top: 3rem;
}

.img_banner {
	background-size: 100% 100%;
}



/*SECTION_1*/

.section_1 {
	width: 100%;
	/*    padding-top: 20%;*/
	text-align: center;
	font-size: 1.5vw;
	position: relative;
}

.content_section_1 {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 4rem 10%;
}

.content_section_1 p:first-child {
	padding-bottom: 0;
}

.img_banner {
	background-position: center bottom;
}

/*SECTION_1*/


/*SECTION_2*/

.section_2 {
	width: 100%;
	padding-top: 20%;
	background-image: url('../images/receipt.jpg');
	background-size: 100% auto;
	background-position: center;
	position: relative;
}

.content_section_2 p {
	text-align: center;
	font-size: 1.5vw;
}

.content_section_2 p:first-child {
	text-transform: uppercase;
	font-weight: bold;
}

.content_section_2 {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}


/*SECTION_2*/

/*SECTION_3*/

.section_3 {
	width: 100%;
	position: relative;
	/* padding-top: 5%; */
	/* padding-bottom: 5%; */
	padding-top: 4rem;
}

.section_3 p:first-child {
	text-transform: uppercase;
	font-size: 2vw;
	font-weight: 700;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* padding-top: 5%; */
	padding-bottom: 4rem;
	font-family: "Muli";

}

#profile-wrapper {
	width: 100%;
	float: left;
	padding-left: 6.8%;
	padding-right: 6.7%;
	line-height: 2vw;
	font-size: 1.5vw;
}

.avatar {
	width: 50%;
	position: relative;
	display: block;
	float: left;
}

.avatar::before {
	margin-top: 100%;
	content: '';
	display: block;
}

.profile {
	width: 25%;
	padding-right: 2%;
	padding-bottom: 0;
	float: left;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profile img {
	width: 100%;
	border-radius: 100px;
	filter: grayscale(1);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.name {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.5vw;
	color: #31bee7;
	margin-top: .25rem;
}

.position {
	width: 100%;
	font-weight: bold;
	font-size: 1.32vw;
	padding: 5% 0;
}

.description {
	/*    background: red;*/
	text-align: left center;
	width: 100%;
	font-size: 1.155vw;
	line-height: 1.5;
}


.table_section_3 {
	display: table;
	width: 100%;
	height: auto;
	padding: 5% 12%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	overflow-y: hidden;
}

.row_section_3:first-child {
	width: 75%;
}

.row-teams.first {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}

.row-teams.first .profile {
	width: 40%;
}

.row_section_3 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}


.col_section_3 {
	display: table-cell;
	width: 20%;
	height: auto;
	padding-top: 5%;
	padding-left: 1%;
	padding-right: 1%;
}

.content_item {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	line-height: 2.5vw;
}

.content_item img {
	border-radius: 50%;
	/*    border: 2px solid #0072bb;*/
	width: 50%;
	height: auto;
	height: 40%;
	/*    padding: 25%;*/
}

.name_item_section_3 {
	color: #31bee7;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3vw;
	font-family: "Muli";
}

.position_item_section_3 {
	font-size: 1.3vw;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.8vw;
}


.country_item_section_3 {
	color: #9edae4;
	font-size: 1vw;
	font-weight: bold;
	text-transform: uppercase;
	visibility: hidden;
}

.description_item_section_3 {
	font-size: 1.2vw;
	line-height: 1.5vw;
	padding: 0 3%;
}

.section_3::after {
	content: '';
	display: block;
	clear: both;
	padding-top: 4rem;
}

/*SECTION_3*/


/*SECTION_WE_LOOKING_FOR*/

.fullgrey {
	background-color: #f2f2f2;
	padding-bottom: 30px;
	display: block;
	font-size: 16px;
}

.pplcontainer {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.pplcontainer .poptext {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative !important;
}

.poptext {
	width: 100%;
	font-size: 1.5em;
	padding-top: 60px;
	padding-bottom: 24px;
	margin: 0 auto;
}

.acc {
	overflow: hidden;
	padding: 0;
	margin-top: 14px;
}

user agent stylesheet ul,
menu,
dir {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.acc * {
	transition: .5s ease-in-out height;
}

.acc li {
	list-style-type: none;
	padding: 0;
	border: solid 1px #dddddd;
	margin-bottom: 10px;
}

li {
	list-style: none;
}

user agent stylesheet li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.acc_ctrl {
	background: #ffffff;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 2em;
	padding-right: 5em;
	color: #000000;
	position: relative;
	text-align: left;
	width: 100%;
	border: none;
	font-size: 16px;
}

.acc_ctrl h2 {
	font-weight: bold;
	font-size: 1.2em;
}

#country {
	font-weight: normal;
}

h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.acc_ctrl.active {
	background: #38b3e7;
	color: #ffffff;

}

.acc_panel {
	background: #f9f9f9;
	transition: .5s ease-in-out all;
	;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	box-sizing: border-box;
	height: auto;
}

.acc_panel ul {
	position: relative;
	display: block;
}

.acc_panel_active {
	position: relative;
	z-index: 1;
}

.acc_panel_active ul {
	height: 100%;
	overflow: hidden
}

.acc_ctrl.active:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.acc_ctrl:before {
	background: #38b3e7;
	content: "";
	height: 2px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 14px;
}



.acc_ctrl:after {
	background: #38b3e7;
	content: "";
	height: 2px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
}

.acc li {
	overflow: hidden;
	display: block;
	position: relative;

}

.acc_ctrl.active:after {
	background-color: #ffffff;
}

.acc_panel ul {
	font-size: 1.2em;
	padding: 2% 10%;
	width: 80%;
	margin: auto;
}

.acc_panel li {
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.6em;
	list-style: circle !important;
	margin-bottom: 10px;
	margin-left: 16px;
	border: none;
	display: list-item;
	overflow: visible;
}


.acc_panel .ctabtn {
	margin: 10px 0 30px;
	display: inline-block;
}

.ctabtn {
	color: #fff;
	text-decoration: none;
	padding: 14px 40px;
	border-radius: 25px;
	background-color: #38b3e7;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 0.8em;
	cursor: pointer;
	background-blend-mode: multiply;
}


/*SECTION_WE_LOOKING_FOR*/






/* FOOTER */

#footer {
	/*    float: left;*/
}


/*FOOTER*/


/* Enhancement - 21 Otc 2022 */

@media screen and (min-width: 1280px) {

	.acc_panel li,
	.ctabtn {
		font-size: 0.8rem;
	}

	.acc_ctrl h2 {
		font-weight: bold;
		font-size: .9rem;
	}

	.description {
		font-size: .8rem;
	}

	.description_item_section_3 {
		font-size: 0.75rem;
	}



	.position,
	.name_item_section_3,
	.position_item_section_3 {
		font-size: 0.8rem;
	}

	.poptext,
	.pplcontainer .poptext,
	h2 {
		font-size: 1.5em;
	}

	#profile-wrapper,
	.content_section_2 p,
	.name,
	.section_1 {
		font-size: .9rem;
		line-height: 1.5;
	}

	.acc_ctrl,
	.fullgrey {
		font-size: 0.8rem;
	}

	.country_item_section_3 {
		font-size: 0.65rem;
	}

	.section_3 p:first-child {
		font-size: 1.3rem;
	}

	.section_3 p.title_section_3{
		/* font-family: 'multi'; */
		font-size: 2.1rem;
	}

	.pplcontainer h3 {
		font-size: .9rem;
	}

	.acc_panel h5 {
		font-size: .8rem;
		margin-top: .5em;
		margin-bottom: .5em;
	}

	.content_section_1 {
		font-size: .9rem;
	}
}