.our-team {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}

/*.our-team::before {*/
/*	content: ' ';*/
/*	background-color: #fff;*/
/*	position: absolute;*/
/*	width: 100vw;*/
/*	left: 50%;*/
/*	right: 50%;*/
/*	margin-left: -50vw;*/
/*	margin-right: -50vw;*/
/*	height: 100%;*/
/*	z-index: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*}*/

.our-team-subtitle {
	font-family: Epilogue, Sans-Serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #28C66E;
	margin-bottom: 8px;
	text-transform: uppercase;
	position: relative;
}

.our-team-title {
	font-family: Epilogue, Sans-Serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: -0.6111111044883728px;
	color: #2E3192;
	margin-bottom: 15px;
	position: relative;
}

.our-team-members {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.our-team-members.slick-initialized {
	display: block;
}

.our-team-member {
	box-shadow: 0px 1px 2px 0px #333F4429;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 12px;
	display: flex !important;
	justify-content: space-between;
	background-color: #fff;
}

.our-team-member-name {
	font-family: Epilogue, Sans-Serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	text-align: left;
	color: #2E3192;
	margin-bottom: 7px;
}

.our-team-member-occupation {
	color: #5C5E9B;
	font-family: Epilogue, Sans-Serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 100%;
}

.our-team-member-name-occupation-socials-parent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.our-team-member-photo img {
	width: 97px;
	height: 97px;
	object-fit: cover;
	background-color: #f8f8f9;
	border-radius: 6px;
}

.our-team-member-linkedin {
	border: 2px solid #28C66E;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
}

/*.our-team-members .slick-list {*/
/*	overflow: visible;*/
/*	margin-left: -10px;*/
/*}*/

/*.our-team-members .slick-slide {*/
/*	width: 331px !important;*/
/*}*/


/*.our-team-members .slick-track {*/
/*	display: block !important; !* Not flex *!*/
/*}*/

/*.our-team-members .slick-slide {*/
/*	!*width: auto !important;*!*/
/*	box-sizing: border-box;*/
/*}*/

/*.our-team-arrows-parent {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	gap: 12px;*/
/*	margin-top: 18px;*/
/*}*/

.our-team-arrows-parent-tablet {
	margin-top: -15px;
}

.our-team-arrow-left {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.our-team-arrow-left:hover {
	background-color: #F3FAF6;
}


.our-team-arrow-right {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.our-team-arrow-right:hover {
	background-color: #F3FAF6;
}

.our-team-arrows-parent-tablet {
	display: none;
}

.our-team .title-arrows-parent-flex {
	margin-bottom: unset;
}

.our-team .title-arrows-parent-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-team .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.our-team-member {
	cursor: pointer;
}

.single-landingpages .our-team-member {
	cursor: default;
}

.our-team-arrows-parent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.our-team .slick-arrow.slick-disabled {
	/*display: none !important;*/
	opacity: 0.5;
}

.our-team-title-arrows-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-team-arrow-left {
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: relative;
	/*z-index: 1;*/
	/*border-radius: 50%;*/
	/*background-color: #E9EEFF;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.internal-linking-arrow-left:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/


.our-team-arrow-right {
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: relative;
	/*border-radius: 50%;*/
	/*background-color: #E9EEFF;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.internal-linking-arrow-right:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/

.our-team .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	gap: 6px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	padding-inline-start: 0;
	margin-top: 20px;
}

.our-team .slick-dots li button {
	background: url(slick-dot.svg);
	text-indent: -9999px;
	overflow: hidden;
	border: unset;
	background-repeat: no-repeat;
}

.our-team .slick-dots li.slick-active button {
	background: url(slick-dot-active.svg);
	text-indent: -9999px;
	overflow: hidden;
	border: unset;
	background-repeat: no-repeat;
}

.our-team-arrows-parent {
	display: none;
}

.our-team-show-more-button {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-family: Epilogue, Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 16px;
	border: 2px solid #28c66e;
	color: #28C66E;
	background-color: #fff;
}

.our-team-member.member-hidden {
	display: none !important;
}

.our-team .slick-slide {
	margin: 0 8px;
	float: left;
	display: inline-block;
}

.our-team .slick-list {
	margin: 0 -8px;
	/*overflow: visible;*/
	height: 170px;
	display: flex;
	align-items: center;
}

.our-team .slick-track {
	margin-top: 0;
	display: flex !important;
}









@media (min-width: 768px) {
	.our-team-arrows-parent {
		display: flex;
	}

	/*.our-team-arrow-left {*/
	/*	width: 56px;*/
	/*	height: 56px;*/
	/*}*/

	/*.our-team-arrow-right {*/
	/*	width: 56px;*/
	/*	height: 56px;*/
	/*}*/

	.our-team {
		padding-bottom: 90px;
	}

	.our-team-members {
		display: block;
	}

	.our-team-member {
		/*width: 275px !important;*/
		/*width: 50%;*/
		/*height: 125px;*/
		/*height: 145px;*/
		/*width: 331px !important;*/
		/*padding: 24px;*/
	}

	/*.our-team-members .slick-slide > div {*/
	/*	height: 128px;*/
	/*}*/

	/*.our-team-members {*/
	/*	flex-direction: row;*/
	/*	gap: 12px;*/
	/*}*/

	.our-team-member-photo img {
		width: 97px;
		height: 97px;
	}

	.our-team-title {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 0;
	}

	.our-team-member-name {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 3px;
	}

	.our-team-member-occupation {
		font-size: 13px;
		line-height: 18px;
	}

	.our-team-member-linkedin {
		/*box-shadow: 0px 1px 2px 0px #333F4429;*/
		/*border: unset;*/
		width: 44px;
		height: 44px;
	}

	.our-team-arrows-parent-tablet {
		display: flex;
		gap: 12px;
	}

	.our-team .title-arrows-parent-flex {
		margin-bottom: 15px;
		align-items: end;
	}

	.our-team-show-more-button {
		display: none;
	}

	.our-team-member.member-hidden {
		display: flex !important;
	}

	/*.our-team .slick-slide {*/
	/*	margin: 0 8px;*/
	/*}*/

	/*.our-team-arrows-parent-tablet {*/
	/*	display: flex;*/
	/*	gap: 12px;*/
	/*}*/
}

@media (min-width: 1250px) {
	.our-team {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.our-team-arrow-left {
		width: 56px;
		height: 56px;
	}

	.our-team-arrow-right {
		width: 56px;
		height: 56px;
	}

	/*.our-team-members {*/
	/*	display: flex;*/
	/*}*/

	.our-team-member {
		/*width: 360px !important;*/
		/*width: 50%;*/
		/*height: 145px;*/
		/*width: unset;*/
		min-height: 133px;
	}

	.our-team-member-photo img {
		width: 97px;
		height: 97px;
	}

	.our-team-members {
		/*flex-direction: row;*/
	}

	.our-team-title {
		font-size: 44px;
		line-height: 50px;
		/*margin-bottom: 20px;*/
	}

	/*.our-team-member-name {*/
	/*	font-size: 20px;*/
	/*	line-height: 28px;*/
	/*	margin-bottom: 3px;*/
	/*}*/

	/*.our-team-member-linkedin {*/
	/*	width: 50px;*/
	/*	height: 50px;*/
	/*}*/

	/*.our-team-arrows-parent-tablet {*/
	/*	display: none;*/
	/*}*/

}
