.popup-exit {
	background: #160647;
	max-width: 700px;
	padding: 20px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.popup-exit:before {
	position: absolute;
	content: "";
	width: 310px;
	height: 392px;
	background: url(../images/video-icon-landing.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	right: -121px;
	top: -93px;
}
.popup-exit ._form-content input[type="text"],
.popup-exit ._form-content ._submit {
	max-width: 320px;
	width: 100%;
}
/* .popup-exit:after { position: absolute; content: ""; width: 310px; height: 392px; background: url(../images/magnet-icon.png) no-repeat; background-size: auto; background-size: auto; background-size: contain; left: -127px; bottom: -191px; }
*/
.popup-exit .link-full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup-exit h2 {
	color: #fff;
	font-family: "sofia-pro", sans-serif;
	font-size: 42px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	font-weight: 600;
	padding-bottom: 10px;
}
.popup-exit h3 {
	color: #fff;
	font-family: "sofia-pro", sans-serif;
	font-size: 30px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	font-weight: 600;
}
.popup-exit .color {
	color: #a499d1;
}
.popup-exit .content-hdr2 {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	width: fit-content;
}
.popup-exit .info-hdr2 {
	width: 100%;
	text-align: left;
}
.popup-exit .info-hdr2 p {
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 20px;
	color: #fff;
}
.popup-exit .info-hdr2 .logo-small {
	padding: 10px 0 0 15px;
}
.popup-exit .info-hdr2 .logo-small img {
	max-width: 130px;
}
.popup-exit .hdr-img2 {
	width: 100px;
}
.popup-exit .hdr-img2 img {
	border-radius: 100px;
	max-width: 70px;
	max-height: 70px;
	object-fit: contain;
	width: 100%;
	height: auto;
}
.popup-exit ._form-content ._html-code p {
	color: #fff;
	text-align: center;
}

.popup-home-new-dec24 {
	background: #29255b url(../images/popup-bg-home-dec24.svg) no-repeat bottom;
	max-width: 409px;
	border-radius: 15px;
	padding: 30px 30px 30px 30px;
	width: 100%;
	background-size: cover;
}
.popup-home-new-dec24 h2 {
	color: #fff;
	font-family: "sofia-pro", sans-serif;
	font-size: 46px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	font-weight: 700;
	padding-bottom: 10px;
}
.popup-home-new-dec24 h2 .span {
	color: #b8a8fa;
}
.popup-home-new-dec24 .btn-start a {
	background: #e0115e;
	color: #fff !important;
	font-size: 1rem;
	display: block;
	padding: 14px 20px 14px 20px;
	text-align: center;
	border-radius: 40px;
	font-weight: bold;
	margin-top: 25px;
}
.popup-home-new-dec24 ul {
	padding: 0;
	margin: 0;
}
.popup-home-new-dec24 li {
	line-height: 1.4;
	margin: 0;
	padding: 4px 0 5px 30px;
	font-size: 18px;
	color: #fff;
	list-style-type: none;
	position: relative;
}
.popup-home-new-dec24 li:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	top: 7px;
	background: url(../images/red-bullet.svg) no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#sgpb-popup-dialog-main-div-wrapper {
		display: none;
	}
}
