@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;
}

@media only screen and (min-width: 2024px) {
    .people-detail-profile.enterprise .left-block .d-block {
        text-align: right;
        padding-right: 50px;
    }
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 76%;
    }
}
@media only screen and (min-width: 2200px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 62%;
    }
}
@media only screen and (min-width: 2600px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 52%;
    }
}
@media only screen and (min-width: 3000px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: auto;
    }
}
