.lhbp-promo,
.lhbp-promo * {
	box-sizing: border-box;
}

.lhbp-promo[hidden] {
	display: none;
}

	.lhbp-promo {
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100vh;
		z-index: 2147483647;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
		pointer-events: none;
	}

html.lhbp-promo-open .crisp-client,
html.lhbp-promo-open #crisp-chatbox,
html.lhbp-promo-open [data-crisp-container],
html.lhbp-promo-open iframe[src*="crisp.chat"],
html.lhbp-promo-open iframe[src*="client.crisp.chat"] {
	z-index: 2147483640 !important;
}

.lhbp-promo.is-open {
	pointer-events: auto;
}

.lhbp-promo.is-done .lhbp-promo__mark,
.lhbp-promo.is-done #lhbp-promo-title,
.lhbp-promo.is-done .lhbp-promo__intro--header {
	display: none;
}

	.lhbp-promo__backdrop {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .34);
		opacity: 0;
		transition: opacity .22s ease;
	}

.lhbp-promo.is-open .lhbp-promo__backdrop {
	opacity: 1;
}

.lhbp-promo__panel {
	position: absolute;
	left: 18px;
	right: auto;
	bottom: 18px;
	width: min(420px, calc(100vw - 28px));
	color: #000;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .18);
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
	padding: 18px;
	transform: translateY(18px) scale(.98);
	opacity: 0;
	transition: transform .24s ease, opacity .24s ease;
}

.lhbp-promo.is-open .lhbp-promo__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.lhbp-promo__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: #000;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.lhbp-promo__close::before,
.lhbp-promo__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 3px;
	background: currentColor;
	border-radius: 999px;
	transform-origin: center;
}

.lhbp-promo__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.lhbp-promo__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.lhbp-promo__mark {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 42px 12px 0;
	padding: 5px 11px;
	color: #000;
	background: #ffc229;
	border: 1px solid rgba(0, 0, 0, .16);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.lhbp-promo h2 {
	margin: 0;
	color: #000;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.lhbp-promo__intro {
	margin: 10px 0 16px;
	color: rgba(0, 0, 0, .72);
	font-size: 15px;
	line-height: 1.45;
}

.lhbp-promo__form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 0;
}

.lhbp-promo__form input[type="text"],
.lhbp-promo__form input[type="email"] {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 13px;
	color: #000;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 8px;
	font-size: 15px;
	outline: none;
	transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.lhbp-promo__form input[type="text"]:focus,
.lhbp-promo__form input[type="email"]:focus {
	background: #fff;
	border-color: #000;
	box-shadow: 0 0 0 4px rgba(255, 194, 41, .28);
}

.lhbp-promo__consent {
	margin: 0;
	color: rgba(0, 0, 0, .66);
	font-size: 10px;
	line-height: 1.3;
}

.lhbp-promo__form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	margin: 2px 0 0;
	padding: 13px 18px;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .16s ease, background-color .16s ease;
}

.lhbp-promo__form button[type="submit"]:hover {
	background: #2e2e2e;
	transform: translateY(-1px);
}

.lhbp-promo__form button[type="submit"][disabled] {
	cursor: wait;
	opacity: .65;
	transform: none;
}

.lhbp-promo__message {
	min-height: 18px;
	margin: 0;
	color: #114e0b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.lhbp-promo__message:empty {
	display: none;
}

.lhbp-promo__message.is-error {
	color: #8b1f1f;
}

.lhbp-promo__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lhbp-woo-optin {
	padding: 12px 14px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px;
}

.lhbp-woo-optin span {
	font-weight: 700;
}

	@media (max-width: 640px) {
		.lhbp-promo {
			height: 100svh;
		}

		.lhbp-promo__panel {
			left: 10px;
			right: auto;
			bottom: 10px;
			width: calc(100vw - 20px);
		padding: 16px;
	}

	.lhbp-promo h2 {
		font-size: 24px;
	}
}
