.ca-lp-countdown {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 99999;
	width: 340px;
	max-width: calc(100vw - 24px);
	padding: 20px 24px 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #161616;
	box-shadow: 0 14px 32px -16px rgba(0, 0, 0, .28);
	color: #2e2e2e;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
	transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
}
.ca-lp-countdown:empty {
	display: none;
}
.ca-lp-countdown.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity .3s ease, transform .3s ease, visibility 0s;
}
.ca-lp-countdown p {
	margin: 0;
	padding: 0;
}
.ca-lp-countdown__close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #6b6b6b;
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 32px;
	cursor: pointer;
}
.ca-lp-countdown__close:hover,
.ca-lp-countdown__close:focus-visible {
	background: #f2f2f2;
	color: #161616;
}
.ca-lp-countdown__close:focus-visible {
	outline: 2px solid #161616;
	outline-offset: 2px;
}
.ca-lp-countdown .ca-lp-countdown__title {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-right: 28px;
	color: #161616;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}
.ca-lp-countdown .ca-lp-countdown__title--last {
	display: block;
	font-size: 19px;
	line-height: 1.3;
	text-wrap: balance;
}
.ca-lp-countdown__number {
	flex: 0 0 auto;
	font-size: 56px;
	line-height: 1;
	letter-spacing: -.02em;
}
.ca-lp-countdown__label {
	font-size: 16px;
	line-height: 1.25;
	text-wrap: balance;
}
.ca-lp-countdown__meter {
	display: flex;
	gap: 6px;
	margin: 14px 0 12px;
}
.ca-lp-countdown__meter span {
	flex: 1 1 0;
	height: 4px;
	border-radius: 2px;
	background: #d9d9d9;
}
.ca-lp-countdown__meter span.is-used {
	background: #161616;
}
.ca-lp-countdown .ca-lp-countdown__text {
	margin-bottom: 16px;
	color: #4a4a4a;
}
.ca-lp-countdown .ca-lp-countdown__button {
	display: block;
	padding: 12px 16px;
	background: #161616;
	border: 2px solid #161616;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .12em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.ca-lp-countdown .ca-lp-countdown__button:hover,
.ca-lp-countdown .ca-lp-countdown__button:focus-visible {
	background: #3a3a3a;
	border-color: #3a3a3a;
	color: #fff;
}
.ca-lp-countdown .ca-lp-countdown__button:focus-visible {
	outline: 2px solid #161616;
	outline-offset: 2px;
}
.ca-lp-countdown .ca-lp-countdown__button--secondary {
	margin-top: 8px;
	background: #fff;
	color: #161616;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
}
.ca-lp-countdown .ca-lp-countdown__button--secondary:hover,
.ca-lp-countdown .ca-lp-countdown__button--secondary:focus-visible {
	background: #161616;
	border-color: #161616;
	color: #fff;
}
.ca-lp-paywall {
	padding: 28px 24px 24px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #161616;
	box-shadow: 0 14px 32px -16px rgba(0, 0, 0, .28);
	color: #2e2e2e;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}
.ca-lp-paywall p {
	margin: 0;
	padding: 0;
}
.ca-lp-paywall .ca-lp-paywall__title {
	margin-bottom: 8px;
	color: #161616;
	font-family: Montserrat, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-wrap: balance;
}
.ca-lp-paywall .ca-lp-paywall__text {
	margin-bottom: 20px;
	color: #4a4a4a;
}
.ca-lp-paywall a.ca-lp-paywall__button {
	display: block;
	max-width: 320px;
	margin: 0 auto;
	padding: 13px 16px;
	background: #161616;
	border: 2px solid #161616;
	box-shadow: none;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .12em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.ca-lp-paywall a.ca-lp-paywall__button:hover,
.ca-lp-paywall a.ca-lp-paywall__button:focus-visible {
	background: #3a3a3a;
	border-color: #3a3a3a;
	color: #fff;
	text-decoration: none;
}
.ca-lp-paywall a.ca-lp-paywall__button:focus-visible {
	outline: 2px solid #161616;
	outline-offset: 2px;
}
.ca-lp-paywall a.ca-lp-paywall__button--secondary {
	margin-top: 10px;
	background: #fff;
	color: #161616;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
}
.ca-lp-paywall a.ca-lp-paywall__button--secondary:hover,
.ca-lp-paywall a.ca-lp-paywall__button--secondary:focus-visible {
	background: #161616;
	border-color: #161616;
	color: #fff;
}
@media (max-width: 600px) {
	.ca-lp-countdown .ca-lp-countdown__title--last {
		font-size: 17px;
	}
	.ca-lp-paywall {
		padding: 22px 16px 18px;
	}
	.ca-lp-paywall .ca-lp-paywall__title {
		font-size: 19px;
	}
	.ca-lp-countdown {
		left: 12px;
		right: 12px;
		bottom: 12px;
		width: auto;
		max-width: none;
		padding: 14px 16px 14px;
	}
	.ca-lp-countdown__number {
		font-size: 44px;
	}
	.ca-lp-countdown__label {
		font-size: 15px;
	}
	.ca-lp-countdown__meter {
		margin: 10px 0 12px;
	}
	.ca-lp-countdown .ca-lp-countdown__text {
		display: none;
	}
	.ca-lp-countdown .ca-lp-countdown__button {
		padding: 10px 14px;
	}
	.ca-lp-countdown .ca-lp-countdown__button--secondary {
		margin-top: 6px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.ca-lp-countdown,
	.ca-lp-countdown.is-open {
		transform: none;
		transition: none;
	}
}
@media print {
	.ca-lp-countdown {
		display: none;
	}
}
