.aquark-ppn[hidden] {
	display: none !important;
}

.aquark-ppn {
	position: relative;
	z-index: 30;
	width: 100%;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #d6e0e8;
	background: #ffffff;
	color: #1f2f3d;
	font-family: inherit;
	box-sizing: border-box;
}

.aquark-ppn,
.aquark-ppn * {
	box-sizing: border-box;
}

.aquark-ppn__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 16px;
	align-items: center;
	width: min(100%, 1440px);
	min-height: 50px;
	margin: 0 auto;
	padding: 5px 40px;
}

.aquark-ppn__message {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2px 8px;
	min-width: 0;
}

.aquark-ppn__title {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	color: #1f2f3d;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}

.aquark-ppn__text {
	flex: 1 1 520px;
	margin: 0;
	padding: 0;
	color: #34495a;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.aquark-ppn__link {
	display: inline;
	margin-left: 4px;
	color: #1c5d8f;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.aquark-ppn__link:hover {
	color: #123f62;
	text-decoration-thickness: 2px;
}

.aquark-ppn__link:focus-visible,
.aquark-ppn__close:focus-visible {
	outline: 3px solid #1c5d8f;
	outline-offset: 3px;
}

.aquark-ppn__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #1f2f3d;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.aquark-ppn__close:hover {
	background: #e2ebf1;
	color: #10202d;
}

@media (max-width: 1024px) {
	.aquark-ppn__inner {
		padding-right: 18px;
		padding-left: 24px;
	}
}

@media (max-width: 767px) {
	.aquark-ppn__inner {
		align-items: start;
		min-height: 0;
		padding: 14px 12px 14px 18px;
	}

	.aquark-ppn__message {
		display: block;
		padding-top: 2px;
	}

	.aquark-ppn__title {
		margin-bottom: 3px;
		font-size: 15px;
		line-height: 1.4;
	}

	.aquark-ppn__text {
		font-size: 13px;
		line-height: 1.55;
	}

	.aquark-ppn__link {
		white-space: nowrap;
	}
}

@media (forced-colors: active) {
	.aquark-ppn {
		border-bottom: 1px solid CanvasText;
	}

	.aquark-ppn__link,
	.aquark-ppn__close {
		color: LinkText;
	}

	.aquark-ppn__close {
		border: 1px solid ButtonText;
	}
}
