.nv-cv-d:has(.tr-contact) {
	content-visibility: visible;
}

.tr-contact {
	align-items: center;
	background: var(--tr-color-brand-kwmk-dark, #383e42);
	border-radius: 0.25rem;
	color: #ffffff;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(12rem, 25%) minmax(0, 1fr) minmax(16rem, 1fr);
	margin-bottom: 4.5rem;
	margin-top: 4rem;
	min-height: 17.5rem;
	padding: 3rem 4.5rem;
	position: relative;
	width: 100%;
}

.tr-contact__image-wrap {
	align-self: start;
	margin-top: -6rem;
	position: relative;
}

.tr-contact__image {
	aspect-ratio: 1 / 1;
	background: #e5e5e5;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tr-contact__main,
.tr-contact__details {
	align-self: start;
}

.tr-contact__image-button {
	left: 1rem;
	position: absolute;
	top: 1rem;
	z-index: 2;
}

.tr-contact__topline {
	color: inherit;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.tr-contact__headline,
.tr-contact__name {
	color: inherit;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.tr-contact__headline {
	font-size: 2.3125rem;
	line-height: 1.2;
}

.tr-contact__name {
	font-size: 1.625rem;
	line-height: 1.2;
}

.tr-contact__items {
	display: grid;
	gap: 1rem;
	margin-top: 1.75rem;
}

.tr-contact__item {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.875rem;
	line-height: 1.2;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: fit-content;
}

.tr-contact__item-label {
	font-size: 1.625rem;
	line-height: 1.2;
}

.tr-contact__item::after {
	background: currentColor;
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 0.3s ease-in-out;
}

.tr-contact__item:hover,
.tr-contact__item:focus-visible {
	color: inherit;
	opacity: 1;
}

.tr-contact__item:hover::after,
.tr-contact__item:focus-visible::after {
	transform: scaleX(1);
}

.tr-contact__item-icon,
.tr-contact__item-svg,
.tr-contact__item-icon svg {
	display: block;
	height: 2rem;
	width: 2rem;
}

.tr-contact__button {
	background: #ffffff;
	border: 0.125rem solid #ffffff;
	border-radius: 0.125rem;
	color: #000000;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: normal;
	margin-top: 3rem;
	padding: 1rem 1.5rem;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.tr-contact__button:hover,
.tr-contact__button:focus-visible {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

@media (max-width: 64rem) {
	.tr-contact {
		gap: 2rem;
		grid-template-columns: minmax(10rem, 16rem) minmax(0, 1fr);
	}

	.tr-contact__details {
		grid-column: 2;
	}
}

@media (max-width: 47.9375rem) {
	.tr-contact {
		display: flex;
		flex-direction: column;
		gap: 2.5rem;
		margin-bottom: 3rem;
		margin-top: 5.5rem;
		padding: 0 1.5rem 3rem;
		text-align: center;
	}

	.tr-contact__image-wrap {
		align-self: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: -4.5rem;
		max-width: min(25rem, 80vw);
		width: 100%;
	}

	.tr-contact__main,
	.tr-contact__details {
		width: 100%;
	}

	.tr-contact__topline {
		font-family: var(--Plain, "Noto Sans");
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		letter-spacing: 0.02rem;
		line-height: normal;
		text-transform: uppercase;
	}

	.tr-contact__headline {
		font-family: var(--Brand, "Noto Sans");
		font-size: 1.5625rem;
		font-style: normal;
		font-weight: 700;
		letter-spacing: -0.015625rem;
		line-height: 1.2;
	}

	.tr-contact__name {
		font-family: var(--Brand, "Noto Sans");
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.2;
	}

	.tr-contact__items {
		justify-items: center;
	}

	.tr-contact__item {
		font-family: var(--Brand, "Noto Sans");
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		justify-content: center;
		line-height: 1.2;
		width: auto;
	}

	.tr-contact__item-label {
		font-family: var(--Brand, "Noto Sans");
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.2;
	}

	.tr-contact__button {
		align-self: center;
		font-family: var(--Brand, "Noto Sans");
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		justify-content: center;
		line-height: normal;
		margin-top: 2.5rem;
		padding: 1.375rem 1.5rem;
		width: min(100%, 19.5625rem);
		max-width: 100%;
	}
}
