.ldbg-contact {
	background: linear-gradient(180deg, #3f3f3f 0%, #292929 24%, #0d0d0d 62%, #000000 100%);
	border: 0;
	box-sizing: border-box;
	color: #e8e8e8;
	margin: 18px 0 28px;
	max-width: none !important;
	padding: 38px 40px 58px;
	width: 100%;
}

.ldbg-contact * {
	box-sizing: border-box;
}

.ldbg-contact__intro {
	align-items: end;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 24px;
}

.ldbg-contact__eyebrow {
	color: #ffad83;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ldbg-contact h2,
.ldbg-contact h3,
.ldbg-contact p {
	margin-top: 0;
}

.ldbg-contact h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 1.15;
	margin-bottom: 8px;
}

.ldbg-contact__intro p,
.ldbg-contact__person p,
.ldbg-contact__privacy {
	text-align: justify;
	text-align-last: left;
}

.ldbg-contact__direct {
	background: #000000;
	border: 1px solid #008000;
	min-width: 210px;
	padding: 14px 16px;
}

.ldbg-contact__direct p {
	margin: 0 0 10px;
}

.ldbg-contact__direct p:last-child {
	margin-bottom: 0;
}

.ldbg-contact__direct span {
	color: #d3d3d3;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ldbg-contact__direct a {
	align-items: center;
	color: #ffad83;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	text-decoration: none;
}

.ldbg-contact__direct svg {
	fill: none;
	flex: 0 0 auto;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 19px;
}

.ldbg-contact__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
}

.ldbg-contact__person {
	background: #000000;
	border: 1px solid #008000;
}

.ldbg-contact__person img {
	display: block;
	height: auto;
	width: 100%;
}

.ldbg-contact__person div {
	padding: 16px;
}

.ldbg-contact__person h3 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 8px;
}

.ldbg-contact__form {
	background: #000000;
	border: 1px solid #008000;
	padding: 18px;
}

.ldbg-contact__row {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ldbg-contact label {
	color: #ffffff;
	display: block;
	font-weight: 700;
	margin-bottom: 14px;
}

.ldbg-contact input,
.ldbg-contact textarea {
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(0, 128, 0, .75);
	color: #1f1f1f;
	display: block;
	font: inherit;
	margin-top: 6px;
	padding: 11px 12px;
	width: 100%;
}

.ldbg-contact textarea {
	resize: vertical;
}

.ldbg-contact input:focus,
.ldbg-contact textarea:focus {
	border-color: #30f8ff;
	box-shadow: 0 0 0 2px rgba(0, 128, 0, .32);
	outline: none;
}

.ldbg-contact button {
	background: #008000;
	border: 1px solid #30f8ff;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 18px;
}

.ldbg-contact button:hover,
.ldbg-contact button:focus {
	background: #006a00;
}

.ldbg-contact__privacy {
	color: #d3d3d3;
	font-size: 13px;
	margin: 12px 0 0;
}

.ldbg-contact__notice {
	border-left: 4px solid;
	margin-bottom: 14px;
	padding: 11px 12px;
}

.ldbg-contact__notice--large {
	border: 1px solid #008000;
	border-left: 6px solid #30f8ff;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 22px;
	padding: 15px 18px;
}

.ldbg-contact__notice--large strong {
	color: #ffffff;
	display: block;
	font-size: 19px;
	margin-bottom: 3px;
}

.ldbg-contact__notice--success {
	background: rgba(0, 128, 0, .18);
	border-color: #008000;
}

.ldbg-contact__notice--success.ldbg-contact__notice--large {
	border-left-color: #30f8ff;
}

.ldbg-contact__notice--error {
	background: rgba(179, 74, 38, .22);
	border-color: #ffad83;
}

.ldbg-contact__hidden {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

@media (max-width: 760px) {
	.ldbg-contact {
		padding: 18px;
	}

	.ldbg-contact__intro,
	.ldbg-contact__grid,
	.ldbg-contact__row {
		grid-template-columns: 1fr;
	}

	.ldbg-contact__direct {
		min-width: 0;
	}
}
