<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">._successModal {
	margin-left: -400px;
	margin-top: -295px;
	top: 50% !important;
	width: 800px;
	left: 50%;
}
._successModal .close {
	margin: 5px 10px 0 0;
}
.thank-you-container {
	background-color: #f2f2f2;
	border-radius: 6px;
}
.thank-you-container .box-header {
	padding: 40px 20px;
}
.thank-you-container .box-header .title {
	color: #5c6a79;
	font-family: "Bitter", serif;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 5px;
}
.thank-you-container .box-header .message {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 auto;
	width: 80%;
}
.thank-you-container .box-header .title,  .thank-you-container .box-header .message {
	color: #5c6a79;
	font-family: "Bitter", serif;
	font-weight: 400;
	text-align: center;
}
.thank-you-success-icon {
	background-color: #ffffff;
	border-radius: 100%;
	display: block;
	height: 118px;
	line-height: 135px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 118px;
}
 .thank-you-success-icon::after {
	 background: rgba(0, 0, 0, 0) url("../images/box-shadow-172x172.png") no-repeat scroll 0 0;
	 content: "";
	 display: block;
	 height: 178px;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 178px;
}
.thank-you-success-icon .success-icon {
	background: #ffffff url("../images/onboarding-success.png") no-repeat scroll center center;
	border-radius: 100%;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.thank-you-container .box-header .title {
	font-family: "Bitter", serif;
	margin-bottom: 5px;
}
.thank-you-container .box-header .message {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
.thank-you-container .box-header .title,
.thank-you-container .box-header .message {
	color: #5c6a79;
}

 @media (max-width: 767px) {
 ._successModal {
	 bottom: 0;
	 margin-left: auto;
	 margin-top: 10px;
	 top: 0 !important;
	 width: 100%;
	}
}
 @media (max-width: 991px) {
 .thank-you-success-icon::after {
	 background-image: url("../images/box-shadow-129x129.png");
	 height: 129px;
	 width: 129px;
	}
 .thank-you-success-icon .success-icon {
	 background-image: url("../images/onboarding-success-sm.png");
	}
 .thank-you-container .box-header {
	 padding: 30px 10px 0;
	}
 .thank-you-container .box-header .title {
	 font-size: 24px;
	}
 .thank-you-container .box-header .message {
	 font-size: 16px;
	 line-height: 1.6;
	 width: 80%;
	}
}
</pre></body></html>