.cm_team_wrp.text_right .cm_team_image svg {
	right: 0;
	left: auto;
	transform: none;
}

.cm_team_wrp .cm_team_image img {
	width: auto;
	max-width: 185px;
	height: 100%;
	max-height: 258px;
	object-fit: contain;
}

.cm_team_wrp.text_right .cm_team_image > a, .cm_team_wrp.text_right .cm_team_image {
	display: flex;
	justify-content: end;
	padding-right: 5px;
}

.cm_team_wrp.text_left .cm_team_image > a, .cm_team_wrp.text_left .cm_team_image {
	display: flex;
	justify-content: flex-start;
	padding-left: 34px;
}

.cm_team_wrp.text_left .cm_team_image svg {
	left: 0;
	transform: none;
}

.cm_team_wrp .cm_team_image {
	margin-bottom: 14px;
	position: relative;
}

.cm_team_wrp.text_right .cm_team_icons {
	justify-content: flex-end;
}

.cm_team_wrp .flex_row {
	row-gap: 40px;
}

.cm_team_wrp.text_left .cm_team_icons {
	justify-content: flex-start;
}

.cm_team_wrp .cm_team_image {
	position: relative;
	line-height: 0;
	min-height: 265px;
	display: flex;
	justify-content: center;
	align-items: self-end;
	padding-bottom: 10px;
}

.cm_team_wrp .cm_team_image svg {
	width: auto;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	fill: inherit;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	max-height: 100%;
}

.cm_team_wrp .cm_team_cont.cm_color h3 {
	margin-bottom: 4px;
}

.cm_team_wrp .cm_team_image a {
	position: relative;
	width: 100%;
	min-height: 265px;
	display: flex;
	justify-content: center;
	align-items: self-end;
}

.cm_team_wrp .cm_mod_buton {
	margin-top: 30px;
}

.cm_team_wrp .cm_team_cont h5 {
	margin-bottom: 4px;
}

.cm_team_wrp .cm_team_icons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.cm_team_wrp .cm_team_cont p {
	margin-bottom: 8px;
	font-size: 0.875em;
}

.cm_team_wrp .team_trigger {
	cursor: pointer;
}

.cm_team_wrp .cm_team_icons a {
	display: inline-flex;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}

.cm_team_wrp .cm_team_icons a * {
	width: 25px;
	height: 25px;
}

.cm_team_wrp .cm_team_text {
	margin-bottom: 20px;
}

{# popup #}

.cm_team_wrp .team_popup-modal {
	background: rgb(0 ,0 ,0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: .1s ease;
	-o-transition: .1s ease;
	transition: .1s ease;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.cm_team_wrp .team_popup-modal.show {
	display: block;
}

.cm_team_wrp .team_popup-modal.active_show {
	opacity: 1;
	visibility: visible;
}

.cm_team_wrp .team_popup-modal .modal__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	overflow-y: auto;
	padding: 50px 20px;
	width: 100%;
}

.cm_team_wrp .team_popup-modal .modal__box {
	margin: 0 auto;
	max-width: 1024px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
	width: 100%;

	border-radius: 5px;
	overflow: hidden;
}

.cm_team_wrp .team_popup-modal.active_show .modal__box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.cm_team_wrp .inner_spacer {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.cm_team_wrp .closeIcon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 35px;
	font-weight: 700;
	height: 35px;
	width: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 11;
}

.cm_team_wrp .closeIcon i {
	font-weight: 700;
}

.cm_team_wrp .team_popup-modal .inner_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 400px;
}

.cm_team_wrp .team_popup-moda .mem_imng {
	width: 40%;
}

.cm_team_wrp .team_popup-modal .mem_bio_wrap {
	width: 60%;
}
.cm_team_wrp .team_popup-modal .mem_bio_wrap:only-child {
	width: 100%;
}

.cm_team_wrp .team_popup-modal .mem_imng {
	width: 40%;
	position: relative;
}

.cm_team_wrp .team_popup-modal .imgn_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.cm_team_wrp .team_popup-modal .bio_inner {
	padding: 40px;
	text-align: left;
}

.cm_team_wrp .team_popup-modal .desig {
	margin-bottom: 0;
}

.cm_team_wrp .social-icons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.cm_team_wrp .social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.cm_team_wrp .social-icons a svg {
	width: 20px;
	display: block;
	height: 20px;
}

.cm_team_wrp .col2 .cm_team_image img {
	width: 100%;
}

.cm_team_wrp.removeCard_bg_svg .cm_team_image svg {
	display: none;
}

.cm_team_wrp.removeCard_bg_svg .cm_team_image, 
.cm_team_wrp.removeCard_bg_svg .cm_team_image > a {
	min-height: auto;
}




@media(min-width: 768px) {
	.cm_team_wrp .team_popup-modal .imgn_box img {
		display: none;
	}
}

@media(max-width: 991px) {
	.cm_team_wrp .team_popup-modal .mem_imng {
		width: 50%;
	}

	.cm_team_wrp .team_popup-modal .mem_bio_wrap {
		width: 50%;
	}
}

@media(max-width: 767px) {
	.cm_team_wrp .team_popup-modal .mem_bio_wrap, .cm_team_wrp .team_popup-modal .mem_imng {
		width: 100%;
	}

	.cm_team_wrp .team_popup-modal .imgn_box {
		background: none !important;
		position: static;
	}

	.cm_team_wrp .team_popup-modal .mem_imng img {
		max-width: 100%;
		height: auto;
	}

	.cm_team_wrp .team_popup-modal .imgn_box img {
		width: auto;
		height: 100%;
		max-height: 300px;
		max-width: none;
	}

	.cm_team_wrp .team_popup-modal .modal__box {
		width: 70%;
	}

	.cm_team_wrp .team_popup-modal .bio_inner {
		font-size: 0.9em;
	}

	.cm_team_wrp .team_popup-modal .mem_bio_wrap p {
		margin-bottom: 10px;
	}

	.cm_team_wrp .team_popup-modal h2.name {
		margin-bottom: 10px;
	}

	.cm_team_wrp .closeIcon {
		right: 20px;
		top: 20px;
	}

	.cm_team_wrp .team_popup-modal .bio_inner {
		padding: 20px;
	}
}

@media(max-width: 600px) {
	.cm_team_wrp .team_popup-modal .modal__box {
		width: 90%;
	}

	.cm_team_wrp .team_popup-modal .modal__container {
		padding-left: 0;
		padding-right: 0;
	}

	.cm_team_wrp .link_text_wrap a {
		padding: 8px 18px;
	}
}

{# endpopup #}

.cm_team_wrp .glide__bullets {
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
}

.cm_team_wrp .cm_team_image.noBgAdded {
	min-height: auto;
}

.cm_team_wrp .cm_team_image.noBgAdded img {
	max-width: 100%;
	max-height: none;
	object-fit: unset;
}

.cm_team_image.noBgAdded img {
	overflow: hidden;
}

.cm_team_image.noBgAdded {
	overflow: hidden;
}

.cm_team_wrp.text_left .cm_team_image.noBgAdded {
	padding-left: 0;
}

/* type 2 */

.cm_team_wrp.type2:before {
	background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.6), rgba(255, 255, 255, 0.6), rgba(250, 250, 250, 0.6));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.cm_team_wrp.type2 .cm_team_card_inner {
	position: relative;
}

.cm_team_wrp.type2 .team_content_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 1.25rem;

}

.cm_team_wrp.type2 .cm_team_image {
	margin-bottom: 0;
}

.about-page .cm_team_wrp.type2 .cm_team_image {
	padding-bottom: 0;
	height: 100%;
}

.cm_team_wrp.type2 .team_content_wrap .btn_row {
	margin-top: 0;
}

.cm_team_wrp.type2 .cm_team_cont h3 {
	margin-bottom: 24px;
}

.cm_team_wrp.type2 .cm_team_cont p {
	margin-bottom: 24px;

}

.cm_team_wrp.type2 .top_content h6 span {
	font-family: "Funnel Sans";
	background: #042b2b;
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: .85rem;
	font-weight: 500;
	padding: .25rem 1.25rem;
	border: 1px solid rgba(45, 45, 45, 0.2);
	line-height: 1.6;
}

.cm_team_wrp.type2 .top_content p {
	font-size: 1.125rem;
	opacity: .7;
}

.cm_team_wrp.type2 .top_content h6 {
	margin-bottom: 24px;
}

.cm_team_wrp.type2 .top_content h2 {
	margin-bottom: 24px;
}

.cm_team_wrp.type2 .top_content p:last-child {
	margin-bottom: 0;
}

.cm_team_wrp.type2 .team_content_wrap * {
	color: #fff;
}


.cm_team_wrp.type2 .top_sec.noButton {
	margin-bottom: 32px;
}


.cm_team_wrp.type2 .team_content_wrap p.desgn {
	font-weight: 500;
	border: 1px solid #FFFFFF33;
	border-radius: 100vh;
	background-color: transparent;
	text-align: center;
	font-size: 0.9rem;
	transition: all .25s;
	padding: 4px 20px;
	display: inline-block;
	margin: 0 auto 24px;
}


.cm_team_wrp.type2 .team_content_wrap .btn_row a.hs-button {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9rem;
	background: unset;
	padding: 0;
	line-height: 1.6;
}

.cm_team_wrp.type2 .team_content_wrap .cm_team_cont {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.cm_team_wrp.type2 .team_content_wrap .cm_team_cont h3 {
	order: 2;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	font-family: "Funnel Display";
	line-height: 1.6;
	display: inline-block;
}
.cm_team_wrp.type2 .team_content_wrap .btn_wrapper {
	max-height: 0;
	transition: all .25s;
	visibility: hidden;
	opacity: 0;
}

.cm_team_wrp.type2 .cm_team_card_inner:hover .team_content_wrap .btn_wrapper {
	max-height: 100px !important;
	height: auto;
	opacity: 1 !important;
	visibility: visible !important;
}

.cm_team_wrp.type2 .cm_team_card_inner:hover  .team_content_wrap p.desgn {
	background: #e3f271;
	color: #0a0d2d;
}
.cm_team_wrp.type2 .team_content_wrap .btn_row a.hs-button:hover {
	margin-right: 0.35em;
}

.cm_team_wrp.type2 .cm_team_card_inner {
	border-radius: 1.5em;
	overflow: hidden;
	position: relative;
	background-color: #0a0d2d;
	height: 100%;
}

.cm_team_wrp.type2 .cm_team_card_inner:before {
	height: 45%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0a0d2d 100%);
	transition: height 0.3s;
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.cm_team_wrp.type2 .cm_team_card_inner:hover:before {
	height: 100%;

}
.cm_team_wrp.type2 .flex_row {
	row-gap: 16px;
	justify-content: flex-start;
}

.cm_team_wrp.type2 .cm_team_image.noBgAdded img {
	object-fit: cover;
}


.cm_team_wrp.type2 .cm_team_card_inner:hover .cm_team_image img{
	filter: blur(2px);
	opacity: .7;

}

.cm_team_wrp.type2.hover_change .cm_team_text {
	order: 3;
	text-align: left;
}

.cm_team_wrp.type2.hover_change .team_content_wrap .btn_wrapper {
	max-height: unset;
	visibility: visible;
	opacity: 1;
}

.cm_team_wrp.type2.hover_change .cm_team_card_inner:hover .team_content_wrap .btn_wrapper {
	max-height: unset !IMPORTANT;
}

.cm_team_wrp.type2.hover_change .cm_team_text {
	max-height: 0;
	height: auto;
	transition: all .25s;
	opacity: 0;
	visibility: 0;
	margin-bottom: 0;
}

.cm_team_wrp.type2.hover_change .cm_team_card_inner:hover .cm_team_text {
	max-height: 500px;
	height: auto;
	opacity: 1;
	visibility: 1;
}

.cm_team_wrp.type2.hover_change .cm_team_text p {
	font-size: 0.9rem;
}

.cm_team_wrp.type2.hover_change {
	border-top: 1px solid rgba(45, 45, 45, 0.10);
}

.cm_team_wrp.type2.hover_change {
	background-size: 250px;
	background-position: top right;
	background-repeat: no-repeat;
}

.cm_team_wrp.type2.hover_change:before {
	background: unset;
}
.cm_team_wrp .top_sec.noButton {
	padding-left: 12px;
	padding-right: 12px;
}

.cm_team_wrp.type2 .cm_team_image.noBgAdded img{
	aspect-ratio: 3 / 4;
}
@media (min-width:768px){
	.cm_team_wrp.type2.hover_change .cm_team_card.col4 {
		padding-left: 8px;
		padding-right: 8px;
	}

}

@media(max-width: 1230px) {
	.cm_team_wrp .glide__arrow.glide__arrow--right {
		right: 0;
	}

	.cm_team_wrp .glide .glide__arrow--left {
		left: 0;
	}
}


@media (max-width:767px){
	.cm_team_wrp.type2 .cm_team_text {
		overflow-y: auto;
	}

	.cm_team_wrp.type2.hover_change .cm_team_card_inner:hover .cm_team_text {
		max-height: 150px;
	}

}