<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	an_style.css
	AdBlock Notify
	Copyright: (c) 2016 Themeisle, themeisle.com
	Version: 2.2.3
*/
.ylZfbHQyIRfA-bg {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.75);
}

.ylZfbHQyIRfA {
	visibility: hidden;
	position: fixed;
	z-index: 101;
	top: 100px;
	right: 0;
	left: 0;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0 3px 5px 2px rgba(0,0,0,0.25);
	font-family: Arial, Helvetica, sans-serif;
}

.ylZfbHQyIRfA-default,
.ylZfbHQyIRfA-ok {
	padding: 30px 30px 15px;
}

.ylZfbHQyIRfA-image {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ylZfbHQyIRfA-image .ylZfbHQyIRfA-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.ylZfbHQyIRfA-image .ylZfbHQyIRfA-right {
	float: right;
	width: 50%;
	padding: 30px;
}

.ylZfbHQyIRfA.small {
	width: 200px;
	margin-left: -140px;
}

.ylZfbHQyIRfA.medium {
	width: 400px;
	margin-left: -240px;
}

.ylZfbHQyIRfA.large {
	width: 600px;
	margin-left: -340px;
}

.ylZfbHQyIRfA.xlarge {
	width: 800px;
	margin-left: -440px;
}

.close-ylZfbHQyIRfA {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	color: #bbb;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.close-ylZfbHQyIRfA:hover {
	color: #252b37;
}

.ylZfbHQyIRfA h1 {
	margin-bottom: 15px;
	padding: 0 30px;
	color: #252b37;
	font-size: 28px;
	line-height: 1.25;
	text-align: center;
}

.ylZfbHQyIRfA-right h1 {
	padding: 0 30px 0 0;
	text-align: left;
}

.ylZfbHQyIRfA p {
	margin-bottom: 15px;
	color: #333745;
	font-size: 14px;
}

.ylZfbHQyIRfA p a {
	color: #ff6160;
}

.ylZfbHQyIRfA-right .close-modal,
.ylZfbHQyIRfA-footer .close-modal {
	padding: 15px !important;
	border-radius: 0 !important;
	background-color: #ff6160;
	font-size: 14px;
	letter-spacing: 2px !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ylZfbHQyIRfA-right .close-modal:hover,
.ylZfbHQyIRfA-footer .close-modal:hover {
	background-color: #252b37 !important;
}

.ylZfbHQyIRfA-footer .grey-button-modal {
	margin-right: 15px;
	background-color: #a5a5a5;
}

.ylZfbHQyIRfA-footer {
	display: block;
	padding: 15px 30px;
	background-color: #eff4f7;
	text-align: right;
}

@media only screen and (max-width: 640px) {
	.ylZfbHQyIRfA {
		right: 5%;
		left: 5%;
		max-width: 90%;
	}

	.ylZfbHQyIRfA-default {
		padding: 20px;
	}

	.ylZfbHQyIRfA-image .ylZfbHQyIRfA-left {
		width: 100%;
		height: 250px;
	}

	.ylZfbHQyIRfA-image .ylZfbHQyIRfA-right {
		float: left;
		width: 100%;
		margin-top: 250px;
		padding: 20px;
	}

	.ylZfbHQyIRfA h1 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.ylZfbHQyIRfA-right h1 {
		padding: 0;
	}

	.ylZfbHQyIRfA p {
		margin-bottom: 10px;
	}

	.close-ylZfbHQyIRfA {
		color: #fcfcfc;
		background-color: #252b37;
	}

	.close-ylZfbHQyIRfA:hover {
		color: #252b37;
		background-color: #fcfcfc;
	}

	.ylZfbHQyIRfA-footer {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 480px) {
	.ylZfbHQyIRfA-image .ylZfbHQyIRfA-left {
		height: 200px;
	}

	.ylZfbHQyIRfA-image .ylZfbHQyIRfA-right {
		margin-top: 200px;
	}

	.ylZfbHQyIRfA-footer {
		text-align: center;
	}

	.ylZfbHQyIRfA-footer .close-modal {
		width: 80%;
		margin: 5px 10%;
	}
}
</pre></body></html>