.vnth-pg,
.vnth-pg * {
	box-sizing: border-box;
}

.vnth-pg {
	width: 100%;
}

.vnth-pg__grid {
	display: grid;
	grid-template-columns: repeat(var(--vnth-pg-columns, 5), minmax(0, 1fr));
	column-gap: 22px;
	row-gap: 54px;
	width: 100%;
}

.vnth-pg__item[hidden] {
	display: none !important;
}

.vnth-pg__item.vnth-pg__item--revealed {
	animation: vnth-pg-reveal 300ms ease both;
}

.vnth-pg__card {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	text-decoration: none !important;
}

button.vnth-pg__card,
a.vnth-pg__card {
	cursor: pointer;
}

button.vnth-pg__card:focus-visible,
a.vnth-pg__card:focus-visible {
	outline: 2px solid #3798ef;
	outline-offset: 5px;
}

.vnth-pg__image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eaf3fd;
}

.vnth-pg__image,
.vnth-pg__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.vnth-pg__image {
	object-fit: cover;
	object-position: center;
	transition: transform 350ms ease;
}

a.vnth-pg__card:hover .vnth-pg__image,
button.vnth-pg__card:hover .vnth-pg__image {
	transform: scale(1.025);
}

.vnth-pg__name {
	margin-top: 17px;
	color: #3798ef;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	transition: color 200ms ease;
}
.vnth-pg__card:hover{
	background-color:transparent !important;
}
.vnth-pg__role {
	margin-top: 7px;
	color: #17243b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	    display: block;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.4;
}

body.vnth-pg-modal-open {
	overflow: hidden;
}

.vnth-pg__modal[hidden] {
	display: none !important;
}

.vnth-pg__modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
	overflow: hidden;
}

.vnth-pg__modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 29, 55, 0.72);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	cursor: pointer;
	opacity: 0;
	transition: opacity 220ms ease;
}

.vnth-pg__modal-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
	gap: 40px;
	width: min(920px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	padding: 40px;
	overflow: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 24px 80px rgba(7, 32, 58, 0.24);
	opacity: 0;
	transform: translateY(16px) scale(0.985);
	transition: opacity 220ms ease, transform 220ms ease;
	-webkit-overflow-scrolling: touch;
}

.vnth-pg__modal.is-open .vnth-pg__modal-overlay,
.vnth-pg__modal.is-open .vnth-pg__modal-dialog {
	opacity: 1;
}

.vnth-pg__modal.is-open .vnth-pg__modal-dialog {
	transform: translateY(0) scale(1);
}

.vnth-pg__modal-dialog:focus {
	outline: none;
}

.vnth-pg__modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #17243b;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease;
	appearance: none;
}

.vnth-pg__modal-close:hover,
.vnth-pg__modal-close:focus-visible {
	background: #edf6fe;
	color: #1686e8;
}

.vnth-pg__modal-close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.vnth-pg__modal-close svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.vnth-pg__modal-media {
	align-self: start;
}

.vnth-pg__modal-image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #eaf3fd;
	border: 4px solid #fff;
	border-radius: 9px;
	box-shadow: 0 2px 12px rgba(16, 39, 67, 0.2);
}

.vnth-pg__modal-image-wrap .vnth-pg__image,
.vnth-pg__modal-image-wrap .vnth-pg__image-placeholder {
	width: 100%;
	height: 100%;
}

.vnth-pg__modal-image-wrap .vnth-pg__image {
	object-fit: cover;
	object-position: center;
}

.vnth-pg__modal-info {
	align-self: center;
	min-width: 0;
	padding-right: 10px;
	text-align: left;
}

.vnth-pg__modal-name {
	margin: 0;
	color: #1686e8;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.vnth-pg__modal-role {
	margin-top: 5px;
	color: #102743;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.vnth-pg__modal-content {
	margin-top: 22px;
	color: #17243b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.vnth-pg__modal-content > :first-child {
	margin-top: 0;
}

.vnth-pg__modal-content > :last-child {
	margin-bottom: 0;
}

.vnth-pg__modal-content a {
	color: #1686e8;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vnth-pg__toggle-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 54px;
}

.vnth-pg__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 8px 12px;
	border: 0;
	background: transparent;
	color: #17243b;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
	appearance: none;
}

.vnth-pg__toggle[hidden] {
	display: none !important;
}

.vnth-pg__toggle:hover,
.vnth-pg__toggle:focus-visible {
	color: #3798ef;
}

.vnth-pg__toggle:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.vnth-pg__toggle-icon {
	display: block;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 220ms ease;
}

.vnth-pg[data-expanded="true"] .vnth-pg__toggle-icon {
	transform: rotate(180deg);
}

@keyframes vnth-pg-reveal {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.vnth-pg__grid {
		--vnth-pg-columns: 3;
	}
}

@media (max-width: 767px) {
	.vnth-pg__grid {
		--vnth-pg-columns: 2;
		column-gap: 14px;
		row-gap: 34px;
	}

	.vnth-pg__name {
		font-size: 13px;
	}

	.vnth-pg__role {
		font-size: 11px;
	}

	.vnth-pg__toggle-wrap {
		margin-top: 34px;
	}

	.vnth-pg__modal {
		padding: 16px;
	}

	.vnth-pg__modal-dialog {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		width: calc(100vw - 32px) !important;
		max-height: calc(100vh - 32px);
		max-height: calc(100dvh - 32px);
		padding: 52px 22px 28px;
	}

	.vnth-pg__modal-media {
		width: min(190px, 62vw);
		margin: 0 auto;
	}

	.vnth-pg__modal-info {
		padding-right: 0;
	}

	.vnth-pg__modal-name {
		font-size: 16px;
	}

	.vnth-pg__modal-role,
	.vnth-pg__modal-content {
		font-size: 13px;
	}

	.vnth-pg__modal-content {
		margin-top: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vnth-pg__item.vnth-pg__item--revealed {
		animation: none;
	}

	.vnth-pg__image,
	.vnth-pg__toggle-icon,
	.vnth-pg__modal-overlay,
	.vnth-pg__modal-dialog {
		transition: none;
	}
}

