/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2023 | 07:19:33 */
.section__profile-team {
	padding-bottom: 10vh;	
}

.section__profile-team .carousel-cell {
	padding: 72px 86px;
	width: 50%;
	margin-right: 10px;
	border-radius: 5px;
	
	--progress: 1;
	opacity: calc((var(--progress-0-1) * -0.7) + .99);
	will-change: opacity;
	--abs: Max(var(--progress) , var(--progress) * -1);
    --progress-0-1: clamp(0, var(--abs), 1);
    --progress-1-1: clamp(-1, var(--progress), 1);
	transition: opacity 0.3s ease-in-out;
}

.section__profile-team .carousel-cell.is-selected {
	opacity: 1;
}

.section__profile-team .carousel-cell:nth-child(even) {
	color: #fff;
	background-color: #444578;
}

.section__profile-team .carousel-cell:nth-child(odd) {
	background-color: #afd9ea;
}

.section__profile-team .flickity-button {
	background-color: #123045;
}

.section__profile-team .flickity-button:focus,
.section__profile-team .flickity-button:focus-visible {
	outline: none;
	box-shadow: none;
}

.section__profile-team .flickity-button.flickity-prev-next-button:hover .arrow {
	fill: #123045;
}

.section__profile-team .flickity-prev-next-button .arrow {
	fill: #fff;
}

.section__profile-team .name {
	font-size: 16px;
    font-weight: 400;
	line-height: 1;
    margin-top: 0;
    margin-bottom: 5px;
}

.section__profile-team .position {
	font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.section__profile-team .bio * {
	margin: 0;
	
	font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 1;
}

/* @media (min-width: 992px) {
	.section__profile-team .carousel-cell {
		height: 25vw;
	}
} */

@media (max-width: 767px) {
	.section__profile-team .carousel-cell {
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
	}
	
	.section__profile-team .bio * {
		font-size: 12px;
	}
	
	.section__profile-team .flickity-prev-next-button {
		width: 30px;
		height: 30px;
	}
	
	.section__profile-team .flickity-page-dots {
		display: none;
	}
}