.fc_team_slider {
	position: relative;
}
.fc_team_slider .inner-container {
	overflow: hidden;
}
.people.my-slider {
	display: flex;
	gap: 40px;
}
.single_post_list.people > a {
	text-decoration: none;
}
.single_post_list.people > a .post_thumb {
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
}
.single_post_list.people > a .post_data {
	margin-top: 20px;
}
.single_post_list.people > a .post_data h3 {
	margin-bottom: 10px;
	color: var(--white);
	font-weight: 700;
	transition: all .3s ease-in-out;
}
.single_post_list.people > a:hover .post_data h3 {
	color: var(--teal);
	transition: all .3s ease-in-out;
}
.single_post_list.people > a .post_data .role {
	color: var(--white);
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
.single_post_list.people > a .post_thumb::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.64.286h22.5a2.5 2.5 0 0 1 2.5 2.5v22.5a2.5 2.5 0 0 1-5 0V8.82L4.554 39.91a2.5 2.5 0 0 1-3.535-3.536L32.105 5.286H15.641a2.5 2.5 0 0 1 0-5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	max-width: 41px;
	width: 2.5vw;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.single_post_list.people > a:hover .post_thumb::after {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.intro_controls_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.intro_controls_container .controls {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}
.intro_controls_container .controls > div {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' fill='none'%3E%3Ccircle cx='30' cy='30' r='29' stroke='%2300B3BA' stroke-width='2' transform='matrix(-1 0 0 1 60 .652)'/%3E%3Cpath fill='%2300B3BA' d='M41.25 29.652a1 1 0 1 1 0 2v-2Zm-23.207 1.707a1 1 0 0 1 0-1.414l6.364-6.364a1 1 0 0 1 1.414 1.414l-5.657 5.657 5.657 5.657a1 1 0 0 1-1.414 1.414l-6.364-6.364Zm23.207.293h-22.5v-2h22.5v2Z'/%3E%3C/svg%3E");
	width: 60px;
	height: 61px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	display: block;
	transition: all .3s ease-in-out;
}
.intro_controls_container .controls > div.next {
	transform: rotate(180deg);
}
.intro_controls_container .controls > div:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Ccircle cx='30' cy='30' r='30' fill='%2300B3BA' transform='rotate(180 30 30)'/%3E%3Cpath fill='%23fff' d='M41.25 31a1 1 0 1 0 0-2v2Zm-23.207-1.707a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L20.164 30l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM41.25 29h-22.5v2h22.5v-2Z'/%3E%3C/svg%3E");
	transition: all .3s ease-in-out;
}

.fc_team_slider.slant_right, .fc_team_slider.slant_left {
	margin-top: 4.6vw;
}
.fc_team_slider.slant_right::before, .fc_team_slider.slant_left::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23242526' fill-rule='evenodd' d='M1918 88V0L.766 88H1918Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	content: '';
	aspect-ratio: 64 / 3;
	position: absolute;
	width: 100%;
	left: 0;
	background-size: cover;
	top: -4.6vw;
	background-position: right bottom;
}
.fc_team_slider.slant_right.bg_teal::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%2300B3BA' fill-rule='evenodd' d='M1918 88V0L.766 88H1918Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_right.bg_grey::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23F2F2F2' fill-rule='evenodd' d='M1918 88V0L.766 88H1918Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_right.bg_white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M1918 88V0L.766 88H1918Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_left::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23242526' fill-rule='evenodd' d='M.766 88V0L1918 88H.766Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_left.bg_teal::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%2300B3BA' fill-rule='evenodd' d='M.766 88V0L1918 88H.766Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_left.bg_grey::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23F2F2F2' fill-rule='evenodd' d='M.766 88V0L1918 88H.766Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_left.bg_white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1918' height='88' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.766 88V0L1918 88H.766Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.fc_team_slider.slant_bg_teal.slant_right::before, .fc_team_slider.slant_bg_teal.slant_left::before {
	background-color: var(--teal);
}
.fc_team_slider.slant_bg_black.slant_right::before, .fc_team_slider.slant_bg_black.slant_left::before {
	background-color: var(--black);
}
.fc_team_slider.slant_bg_grey.slant_right::before, .fc_team_slider.slant_bg_grey.slant_left::before {
	background-color: #F2F2F2;
}

@media (max-width: 1024px) {
	.intro_controls_container {
		flex-direction: column;
	}
	.intro_controls_container > div {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}
