.exit-popup * {
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
}
.exit-popup {
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
    background-image: none;
	color: #202020;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 10;
	display: none;
}
#j-exit-popup-btnText {
    display: none;
}
.exit-popup-bg {
	position: absolute;
	display: flex;
    height: auto;
    top: -120%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none transparent;
    margin: 0 auto;
    padding: 0px;
    width: 570px;
    max-width: 570px;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
}
.active .exit-popup-bg {
	top: 50%;
}
.exit-popup-bg .close {
	background-image: url("close.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
    right: 16px;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    transform-origin: 50%;
    transform:  rotate(0);
}
.dir-rtl .exit-popup-bg .close {
	left: 10px;
	top: 10px;
	right: unset;
}
.exit-popup-bg .close:hover {
	transform:  rotate(90deg);
}
.exit-popup .e-col {
	flex: 1 0 auto;
	padding: 24px;
	max-width: 50%;
}
.exit-popup .e-col-1 {
	background-color: #D7E6F5;
	color: #191D25;
}
.exit-popup .e-col-2 {
	background: linear-gradient(75.87deg, #285595 6.48%, #3772BD 96.19%);
	color: #ffffff;
}
.exit-popup .e-head {
	/*min-height: 95px;*/
	min-height: 75px;
}
.exit-popup.du .e-head {
	min-height: 100px;
}
.exit-popup .e-title {
	font-weight: bold;
	font-size: 28px;
	line-height: 110%;
	margin-bottom: 12px;
}
.exit-popup.du .e-title {
	color: #191D25;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	margin-bottom: 28px;
}
.exit-popup .e-subhead {
	color: #285595;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 30px;
}
.exit-popup .e-text,
.exit-popup .action-text {
	font-weight: 500;
	font-size: 21px;
	line-height: 130%;
	letter-spacing: 0.01em;
}
.exit-popup .product-logo {
	/*height: 99px;*/
	height: 75px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 42px;
	width: 100%;
	position: relative;
}
.exit-popup.pcr .product-logo {
	background-image: url('pcr.svg');
}
.exit-popup.du .product-logo {
	background-image: url('du.svg');
	background-size: auto 36px;
}
.exit-popup .e-text b,
.exit-popup .action-text b {
	font-weight: inherit;
	font-style: inherit;
}
.exit-popup .e-text b {
	color: #285595;
}
.exit-popup .action-text b {
	color: #FFDD33;
}
.exit-popup .action-text {
	margin-bottom: 16px;
}
.exit-popup .exit-popup-btn {
	display: block;
	background: #FFDD33;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	color: #292929;
	letter-spacing: -0.03em;
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	padding: 12px 32px 16px 32px;
	text-decoration: none;
	text-align: center;
	outline: none;
	transition: all 0.3s;
}
.exit-popup .exit-popup-btn:hover {
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
	background-color: #ffdc5d;
}

.lang-br .exit-popup .e-head,
.lang-de .exit-popup .e-head,
.lang-es .exit-popup .e-head,
.lang-fr .exit-popup .e-head,
.lang-he .exit-popup .e-head,
.lang-it .exit-popup .e-head,
.lang-ja .exit-popup .e-head,
.lang-pl .exit-popup .e-head,
.lang-zh .exit-popup .e-head {
	min-height: 75px;
}
/*.lang-br .exit-popup.pcr .e-head,
.lang-de .exit-popup.pcr .e-head,
.lang-es .exit-popup.pcr .e-head,
.lang-fr .exit-popup.pcr .e-head,
.lang-he .exit-popup.pcr .e-head,
.lang-it .exit-popup.pcr .e-head,
.lang-ja .exit-popup.pcr .e-head {
	min-height: 75px;
}*/
.lang-ar .exit-popup.du .e-title {
	font-size: 32px;
}
.lang-de .exit-popup.du .e-title,
.lang-it .exit-popup.du .e-title,
.lang-pl .exit-popup.du .e-title {
	font-size: 30px;
}
.lang-de .exit-popup.du .action-text {
	font-size: 20px;
}
.lang-fr .exit-popup .e-title {
	font-size: 26px;
	letter-spacing: -0.01em;
}
.lang-fr .exit-popup .e-subhead {
	font-size: 17px;
	letter-spacing: -0.01em;
}
.lang-fr .exit-popup .e-text,
.lang-fr .exit-popup .action-text,
.lang-it .exit-popup .e-text,
.lang-it .exit-popup .action-text {
	letter-spacing: -0.01em;
}
.lang-ja .exit-popup .e-title {
	letter-spacing: -0.07em;
    font-size: 27px;
}
.lang-pl .exit-popup .e-text,
.lang-pl .exit-popup .action-text {
	font-size: 18px;
    letter-spacing: 0;
}
@media (max-width: 570px) {
	.exit-popup {
		overflow: auto;
	}
	.exit-popup-bg {
		left: 285px;
	}
	.dir-rtl .exit-popup-bg {
		left: unset;
		right: -285px;
	}
}