.panel_custom_footer {
	position: relative;
}

#custom-cta-popup-widget {
	position: fixed;
	bottom: -10px;
	right: 0;
	padding: 20px 20px 30px 20px;
	width: 100%;
	max-width: 330px;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	transition: transform 0.5s;
	transform: translateY(100%);
	z-index: 9999; /* 2147483640 */
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#custom-cta-popup-widget.in-view {
	transform: translateY(-2%);
}
#custom-cta-popup-widget .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
#custom-cta-popup-widget.left {
	left: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 0;
}

#custom-cta-popup-widget .slide-content {
	flex: 1 1 auto;
	position: relative;
	padding: 0 0;
}

#custom-cta-popup-widget .headline {
	color: inherit;
	position: relative;
	max-width: 275px;
	z-index: 50;
	padding-bottom: 15px;
}

#custom-cta-popup-widget .headline h3 {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-family: var(--font-display-alt);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25em;
}

#custom-cta-popup-widget .close {
	position: absolute;
	top: -20px;
	right: -25px;
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
	color: white;
}

#custom-cta-popup-widget .inner-section .slide-content .desc {
	color: #fff;
	padding-bottom: 10px;
}

#custom-cta-popup-widget .inner-section .inputs {
	display: flex;
	margin: 0 auto;
}

#custom-cta-popup-widget .inner-section .inputs input {
	height: 54px;
	border: none;
	width: 100%;
}

#custom-cta-popup-widget .inner-section .inputs input::placeholder {
	padding-left: 10px;
	font-size: 16px;
}

#custom-cta-popup-widget .inner-section .submit {
	background: var(--background-gradient);
	padding: 10px 50px;
	text-transform: none;
	max-width: 250px;
	margin: 10px auto;
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: 600;
}

#custom-cta-popup-widget .newsletter-signup{
	position: relative;
	z-index: 50;
}
@media (min-width: 640px) {
	#custom-cta-popup-widget {
		right: 4%;
	}
}