@charset "UTF-8";

.people-detail-profile.enterprise {
	position: relative;
	height: calc(100vh - 170px);
	max-height: 704px;
	overflow: hidden;
}

@media all and (min-width: 1400px) {
	.people-detail-profile.enterprise {
		min-height: 704px;
	}
}

@media (max-width: 1200px) {
	.people-detail-profile.enterprise {
		height: auto;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise {
		max-height: 100%;
		height: auto;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .container {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block > .row {
		height: auto !important;
	}
}

.people-detail-profile.enterprise .left-block .d-block {
	position: absolute;
	left: 0;
	margin-right: auto;
	width: 49%;
	overflow: hidden;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block .d-block {
		width: 100%;
		position: relative;
	}
}

.people-detail-profile.enterprise .left-block .d-block img {
	height: 100%;
	width: calc(100vw - 50%);
	object-fit: cover;
	object-position: top;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block .d-block img {
		width: 100%;
		height: 361px;
		max-height: 361px;
		object-fit: contain;
	}
}

.people-detail-profile.enterprise .right-block .d-block {
	margin-left: -38px;
	z-index: 2;
	position: absolute;
	height: 513px;
	background: #F5F4F4;
	border: 1px solid #EBEBED;
	width: 100%;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block {
		margin-left: 0;
		left: 0;
		width: 100%;
		position: relative;
		height: auto;
	}
}

.people-detail-profile.enterprise .right-block .d-block .vertical-line-left {
	position: absolute;
	width: 6px;
	height: 348px;
	left: -4px;
	top: 96px;
	background: #00ADEF;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block .vertical-line-left {
		display: none;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content {
	margin-top: 102px;
	margin-left: 71px;
}

@media (max-width: 1024px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		margin-left: 45px;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		margin: 0;
		padding: 30px 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
	}
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content h1 {
	font-size: 3.75em;
	margin-bottom: 10px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content h1 {
		font-size: 40px;
		line-height: 49.6px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office {
		margin-bottom: 21px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li {
	display: inline;
	white-space: break-spaces;
	font-size: 24px;
	color: #001F49;
	font-weight: 300;
}


@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li {
		font-size: 18px;
		line-height: 25.92px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li:after {
	content: "•";
	padding: 0 3px 0 8px;
	color: #00ADEF;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li:last-child:after {
	content: none;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons {
	width: 461px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons {
		max-width: 100%;
		width: 100%;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-6 .btn-theme-white {
	color: #00ADEF;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn {
	padding: 10px 32px 11px 32px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn {
        white-space: nowrap;
        padding: 11px 13px!important;
        font-size: 16px !important;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn.btn-theme-cyan {
	font-size: 17.5px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn i.mini-icn {
	margin-right: 8px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-12 {
	margin-top: 12px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-12 {
		margin-top: 8px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews {
	max-width: 461px;
	margin-top: 42px;
	margin-left: 2px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews {
		margin-top: 26px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .text-nowrap {
		padding-right: 12.44px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .mini-icn.icon-star-blue {
	margin-right: 5px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .col:last-child {
    width: 190px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews a.review-link {
    color: #001f49;
    margin-left: 3px;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #00ADEF;
    border-radius: 20px;
}

.people-detail-profile.enterprise .right-block .profile-socials {
	margin-top: 513px;
	padding-top: 66px;
	padding-left: 44px;
}

@media (max-width: 1400px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		margin-top: 485px;
	}
}

@media (max-width: 1024px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		padding-left: 10px;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		padding: 30px 24px;
		margin-top: 0;
	}
}

.people-detail-profile.enterprise .right-block .profile-socials h6 {
	margin-bottom: 1.25rem;
}

@media (max-width: 414px) {
	.people-detail-profile.enterprise .right-block .profile-socials h6 {
		margin-bottom: 19px;
		font-size: 20px;
		line-height: 32px;
		font-weight: 400;
	}
}

.people-detail-profile.enterprise .right-block .profile-socials .btn {
	padding: 0.29rem 0.76rem;
}

.people-detail-profile.enterprise .right-block .profile-socials .btn .fab {
	font-size: 12px;
	margin-right: 8px;
}
.people-detail-about {
	padding: 20px 0 20px 0;
}

@media (max-width: 991px) {
	.people-detail-about {
		padding: 0 0 39px 0;
	}
}

.people-detail-about .about-video {
	width: 558px;
	height: 371px;
	position: relative;
}

@media (max-width: 1200px) {
	.people-detail-about .about-video {
		width: 100%;
		margin-bottom: 39px;
	}
}

@media (max-width: 414px) {
	.people-detail-about .about-video {
		max-height: 235px;
	}
}

.people-detail-about .about-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 414px) {
	.people-detail-about .about-video img {
		max-height: 235px;
	}
}

.people-detail-about .about-video .btn-article-play {
	position: absolute;
	height: 58px;
	width: 58px;
	border-radius: 100%;
	background-color: rgba(8, 30, 59, 0.9);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}

@media (max-width: 414px) {
	.people-detail-about .about-video .btn-article-play {
		top: 43%;
	}
}

.people-detail-about .about-video .btn-article-play i.mini-icn {
	height: 20.11px;
	width: 16.71px;
	position: relative;
	top: 9px;
	left: 7px;
}

.people-detail-about .about-video .btn-article-play:hover {
	background-color: rgba(0, 173, 239, 0.9);
}

.people-detail-about .about-content {
	margin-top: 3px;
    color: #6C6C6C!important;
}

.people-detail-about .about-content h5 {
	margin-bottom: 16px;
}

.people-detail-about .about-content .description p {
	line-height: 25.6px;
	color: #6C6C6C;
	max-height: 999px;
	transition: max-height 0.25s ease-in;
}

.people-detail-about .about-content .description div.readmore {
	max-height: 225px;
	overflow: hidden;
	mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	-webkit-mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	transition: max-height 0.15s ease-out;
}

@media (max-width: 414px) {
	.people-detail-about .about-content .description div.readmore {
		max-height: 273px;
	}
}

.people-detail-about .about-content .description .btn-readmore {
	font-size: 16px;
	margin-top: 16px;
	padding: 11px 0.85rem;
}

@media (max-width: 414px) {
	.people-detail-about .about-content .description .btn-readmore {
		width: 100%;
	}
}

.people-detail-about.people-basic-tier-variation {
	padding: 90px 0 99px 0;
}

@media (max-width: 575px) {
	.people-detail-about.people-basic-tier-variation {
		padding: 39px 0;
	}
}

@media all and (min-width: 1400px) {
	.people-detail-about .container {
		max-width: 1216px;
	}

	.people-detail-about .about-content {
		margin-left: -20px;
	}

	.people-detail-about .about-content p {
		max-width: 592px;
	}
}

@media all and (max-width: 991px) {
	.people-detail-about .about-video {
		width: 100%;
		height: 100%;
		max-height: 532px;
		padding-bottom: 20px;
	}
}

@media (max-width: 414px) {
	.people-detail-about .about-video {
        padding-bottom: 11px;
        padding-top: 18px;
        height: 59vw;
	}
}
._content-card-stats-counter {position: relative;padding: 80px 0 0 0;}@media (max-width: 575px) {._content-card-stats-counter {padding: 30px 0 0 0;}._content-card-stats-counter .container {background-color: #fafafa;display: inline-block;}}@media only screen and (min-width: 576px) and (max-width: 991px) {._content-card-stats-counter .row {margin-left: -24px;margin-right: -24px;}}@media only screen and (max-width: 575px) {._content-card-stats-counter .row:first-child {flex-direction: column;margin: 0;}._content-card-stats-counter .row:last-child {width: fit-content;padding: 0;margin: 0;}._content-card-stats-counter .row [class*=col-] {width: 100%;}}._content-card-stats-counter .row.bg-secondary {background-color: #fafafa !important;}._content-card-stats-counter .row.bg-secondary:first-child {padding-top: 68px;padding-bottom: 28.5px;}._content-card-stats-counter .row.bg-secondary:nth-child(2) {padding-top: 28.5px;padding-bottom: 52px;}._content-card-stats-counter .row:last-child {padding-bottom: 13px;}@media (max-width: 575px) {._content-card-stats-counter .row .position-relative {margin-bottom: 23px;}}._content-card-stats-counter h2 {font-size: 3.75rem;font-weight: 400;margin-bottom: 13px;}@media only screen and (max-width: 991px) {._content-card-stats-counter h2 {font-size: 2.125em;}}@media (max-width: 575px) {._content-card-stats-counter h2 {font-size: 34px;line-height: 44.2px;}}._content-card-stats-counter p {font-size: 0.875rem;}._content-card-stats-counter .text-muted {color: #6C6C6C !important;}._content-card-stats-counter .text-muted p {margin-top: 26px;margin-bottom: 70px;font-size: 1rem;}@media (max-width: 575px) {._content-card-stats-counter .text-muted p {margin-bottom: 30px;}}._content-card-stats-counter .grid-divider {overflow-x: hidden;position: relative;}._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {content: "";background-color: #e1e1e1;position: absolute;top: 24px;bottom: 0;}@media (max-width: 992px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {top: 6px;}}@media (max-width: 767px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {width: 100%;height: 5px;left: 0;top: -4px;}}@media (min-width: 768px) {._content-card-stats-counter .grid-divider > [class*=col-]:nth-child(n+2):after {width: 2px;height: 106px;left: 5px;}}@media (max-width: 992px) {._content-card-stats-counter .grid-divider > [class*=col-]:after {display: none;}}
@charset "UTF-8";.people-detail-reviews{padding:45px 0}@media (max-width:414px){.people-detail-reviews{padding:43px 0 0 0}}.people-detail-reviews .heading{margin-bottom:59px}@media (max-width:414px){.people-detail-reviews .heading{align-items:center!important}}.people-detail-reviews .heading .heading-title{margin-bottom:13.1px}@media (max-width:414px){.people-detail-reviews .heading .heading-title{font-size:34px;line-height:44.2px}}@media (max-width:414px){.people-detail-reviews .heading .heading-title::before{display:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u{text-decoration:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u small{font-size:14px;line-height:25.2px}}.people-detail-reviews .heading .mini-icn.icon-star-blue{margin-right:3px}.people-detail-reviews .row.review-list .col>.review-item{padding:27px 24px 29px 29px;margin-bottom:34px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item{padding:0 8px 0 8px;margin-bottom:36px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item:last-child{margin-bottom:30px}}.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:1px #ebebed solid!important}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:none!important}}.people-detail-reviews .row.review-list .col>.review-item .position-relative{margin-bottom:0!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .agent-name{display:block;text-align:left;font-size:18px;color:#001f49;padding-bottom:9px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{display:flex;justify-content:flex-start;width:100%;padding-bottom:12px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{margin-bottom:14px}}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .star{display:inline-block}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin{color:#b8b8b8;font-size:14px;padding-left:9px;margin-top:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin:before{content:" ";background-image:url("https://resources.cloudhi.io/images/icon-google.png");width:33px;height:21px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:relative;top:-1px;left:-2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{text-align:left;width:100%;display:inline-block;font-size:16px;color:#6c6c6c;padding-right:10px}@media (min-width:768px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{padding-right:30px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{display:block}}.people-detail-reviews .row.review-list .col>.review-item .position-relative a.read-more{white-space:nowrap;color:#102e54;text-decoration:none;font-weight:600;font-size:16px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location{text-align:left;width:100%;display:inline-block;color:#b8b8b8;padding-top:10px;padding-left:3px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location:before{content:"—";margin-right:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .quotes{background-image:url("https://resources.cloudhi.io/images/quote_big.png");width:35px;height:30px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:-8px;right:5px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn{padding-left:0;padding-right:0}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-cyan{color:#fff;font-weight:400;font-size:16px!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-light{font-weight:600;font-size:16px!important;color:#00adef}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-theme-gray{font-weight:600;font-size:16px!important;color:#001f49}.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{height:16px;width:16px;margin-right:3px}@media (max-width:414px){.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{width:18px;height:18px}}.people-detail-reviews .review-show-more{margin-top:15px;margin-bottom:75px}@media (max-width:414px){.people-detail-reviews .review-show-more{margin-bottom:38px}}.people-detail-reviews .review-show-more .btn{font-size:18px;padding:10px 16px;color:#001f49}h3.review-item-heading{display:none}@media (max-width:414px){h3.review-item-heading{display:block;font-size:18px!important;line-height:25.92px!important;color:#001f49;font-weight:400;margin-bottom:6px;text-align:left}}.people-detail-reviews .total-reviews{position: relative;top: 5px;}
.people-detail-resources {
	padding: 47px 0;
}

.people-detail-resources .resource-carousel.owl-carousel {
    justify-content: flex-start;
}

.people-detail-resources .title-block {
	margin-bottom: 24px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block h3 {
		font-size: 28px;
		line-height: 36.4px;
	}
}

.people-detail-resources .title-block .col.text-end a.btn {
	position: relative;
	top: -14px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block .col.text-end a.btn {
		padding: 6px 12px;
		top: 0;
	}
}
.people-detail-cta {padding: 92px 0 122px 0;background-color: #F5F4F4;}@media (max-width: 414px) {.people-detail-cta {padding: 76px 0 75px 0;}}.people-detail-cta .cta-content {max-width: 430px;padding-right: 12px;}.people-detail-cta .cta-content h2 {line-height: 52px;margin-bottom: 36px;}@media (max-width: 414px) {.people-detail-cta .cta-content h2 {font-size: 28px;line-height: 36.4px;margin-bottom: 31px;}}.people-detail-cta .cta-content .btn {padding: 14px 63px 15px 63px;}
