@keyframes rotate {from {transform: rotate(0);} to {transform: rotate(360deg);}}

.team {
	position: relative;
	padding: 5rem 0 8.3rem;
	background: var(--wsc-color-white);
}
@media (max-width:767px) {
	.team {
	padding: 4.56rem 0 5.47rem;
}
}

.team__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: difference;
	transform: translate3d(0, 0, 0);
	user-select: none;
	pointer-events: none;
}
.team__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: .2;
}
.team .container {
	position: relative;
	z-index: 2;
}
.team__tabs {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 4.25rem;
	padding: 1.2rem 2rem 0;
}
@media (max-width:1025px) {
	.team__tabs {
	gap: 2rem;
	padding: 1.2rem 0 0;
}
}@media (max-width:767px) {
	.team__tabs {
		display: none;
	}
}

.team__tabs button {
	background: 0 0;
	border: none;
	outline: 0;
	padding: 1rem 3.75rem;
	color: #16322d;
	text-align: center;
	font-family: "DM Sans";
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
	transition: color .3s ease-in-out;
	white-space: nowrap;
}
@media (max-width:1025px) {
	.team__tabs button {
	padding: 1rem 1.5rem;
}
}.team__tabs button.active {
	color: #e05e2f;
}

.team .articles-list__custom-select {
	display: none;
}
.team .articles-list__custom-select:after {
	content: '';
	position: absolute;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border: solid #000;
	border-width: 0 2px 2px 0;
	right: 1rem;
	top: calc(50% - 0.375rem);
	transform: rotate(45deg);
}
@media (max-width:767px) {
	.team .articles-list__custom-select {
		display: block;
	}
}

@media (max-width:767px) {
	.team__scrollbar {
		display: block;
		position: relative;
		width: 100%;
		height: .5rem;
		margin-top: .75rem;
		padding: 0 1rem;
		pointer-events: none;
	}
}
@media (max-width:767px) {
	.team__scrollbar-track {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(22, 50, 45, .1);
	border-radius: .25rem;
	overflow: visible;
}
}@media (max-width:767px) {
	.team__scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-width: 3rem;
	background: #e05e2f;
	border-radius: .25rem;
	transition: background .2s ease;
	pointer-events: all;
	cursor: grab;
}
.team__scrollbar-thumb:hover {
	background: #c54f26;
}
.team__scrollbar-thumb:active {
	background: #b04520;
	cursor: grabbing;
}
}.team__categories {
	margin-top: 6rem;
}
@media (max-width:767px) {
	.team__categories {
	margin-top: 3rem;
}
}.team__category {
	display: none;
	flex-direction: column;
	gap: 6rem;
}
@media (max-width:1025px) {
	.team__category {
	gap: 3rem;
}
}.team__category.active {
	display: flex;
}
.team__category-top {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
@media (max-width:767px) {
	.team__category-top {
	flex-direction: column;
	gap: 1rem;
}
}.team__category-top h3 {
	color: #16322d;
	font-family: Athelas;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 4.1875rem;
	letter-spacing: -.075rem;
}
@media (max-width:1025px) {
	.team__category-top h3 {
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: -.02rem;
}
}.team__category-description {
	max-width: 38rem;
}
.team__category-description * {
	color: #16322d;
	font-family: "DM Sans";
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
@media (max-width:1025px) {
	.team__category-description * {
	font-size: 1.25rem;
	line-height: 1.375rem;
}
}@media (max-width:767px) {
	.team__category-description * {
	font-size: 1rem;
	line-height: 1.375rem;
	max-width: 100%}
}.team__category-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
}
.team__item {
	display: flex;
	max-width: 83rem;
	max-height: 23rem;
	transition: max-height 1s ease-in-out;
	width: 100%;
	overflow: hidden;
}
.team__item.expanded {
	max-height: 80rem;
}
@media (max-width:767px) {
	.team__item {
	flex-direction: column;
	max-width: 100%;
	max-height: 45rem;
}
}
.team__item > img {
	width: 29rem;
	flex: 0 0 29rem;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: .5rem 0 0 .5rem;
}
@media (max-width:1025px) {
	.team__item > img {
		width: 15rem;
		flex: 0 0 15rem;
	}
}
@media (max-width:767px) {
	.team__item > img {
		width: 100%;
		height: 18rem;
		flex: 0 0 18rem;
		border-radius: .5rem .5rem 0 0;
	}
}
.team__item-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	
	padding: 4.6rem 2.7rem 1.4rem;
	border: 1px solid #16322d;
	border-radius: 0.5rem;
}
.team__item > img + .team__item-content {
	padding-left: 4rem;
	border-left: 0;
	border-radius: 0 .5rem .5rem 0;
}


@media (max-width:1025px) {
	.team__item-content {
		padding: 2rem 1.5rem 1rem;
	}
}
@media (max-width:767px) {
	.team__item-content {
		padding: 2rem 1.5rem 1rem;
	}
	.team__item > img + .team__item-content {
		padding: 2rem 1.5rem 1rem;
		border: 1px solid #16322d;
		border-top: 0;
		border-radius: 0 0 .5rem .5rem;
	}
}
.team__item-content h4 {
	color: #16322d;
	font-family: Athelas;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: -.025rem;
	margin-bottom: .6rem;
}
.team__item-content h6 {
	color: #16322d;
	font-family: "DM Sans";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	margin-bottom: 1.4rem;
}
.team__item-text {
	width: 100%;
	max-height: 7rem;
	overflow: hidden;
	position: relative;
	transition: max-height 1s ease-in-out;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.375rem;
}
@media (max-width:767px) {
	.team__item-text {
	max-height: 10rem;
	line-clamp: 7;
	-webkit-line-clamp: 7;
}
}.team__item-text.expanded {
	max-height: 50rem;
	display: block;
	line-clamp: none;
	-webkit-line-clamp: none;
	-webkit-box-orient: initial;
	overflow: visible;
}
.team__item-text * {
	color: #16322d;
	font-family: "DM Sans";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.team__item-text a {
	text-decoration: underline;
}
.team__item-text strong {
	font-weight: 700;
}
.team__item-text em {
	font-style: italic;
}
.team__item-btn {
	margin-top: auto;
	display: flex;
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	justify-content: flex-end;
}
@media (max-width:767px) {
	.team__item-btn {
	justify-content: center;
}
}.team__item-btn.visible {
	opacity: 1;
	pointer-events: all;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
}
.team__item-btn button {
	background: 0 0;
	border: none;
	outline: 0;
	padding: 0;
	cursor: pointer;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s ease;
}
.team__item-btn button:hover {
	transform: scale(1.1);
}
.team__item-btn button svg {
	width: 1.6rem;
	height: 1rem;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	transition: transform .3s ease;
}
.team__item-btn button.expanded svg {
	transform: rotate(180deg);
}