.fancybox-popup,
.fancybox__content .fancybox-popup,
.fancybox__html .fancybox-popup {
	display: block;
	background: #163561;
	color: #fff;
	max-width: 90% !important;
	outline: none;
	padding: 40px 40px 20px 40px !important;
	width: 80%;
	max-height: 90%;
	overflow-y: auto !important;
	max-width: 1100px !important;
}

.pop-up-cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.pop-up-cont .pop-up-content {
	width: 100%;
}

.pop-up-cont img {
	margin-right: 50px;
	max-width: 35%;
}

.pop-up-cont h2,
.pop-up-cont h3,
.pop-up-cont h4 {
	color: #fff !important;
	text-align: left !important;
}

.pop-up-cont p,
.pop-up-cont li {
	color: #fff !important;
}

.wplightbox-content-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	border-radius: 8px;
}

.fancybox-slide--html .fancybox-close-small,
.fancybox__button--close {
	right: 10px !important;
	top: 10px !important;
}

.fancybox-content-box img {
	width: 100%;
	height: auto;
}

.fancybox-content-box span,
.fancybox-button-text {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	color: #444444;
	margin-bottom: 30px;
	text-decoration: none;
}

.fancybox-content-box a {
	text-decoration: none;
}

.fancybox-content-trigger:focus-visible {
	outline: 3px solid #163561;
}

.fancybox-content-trigger.square img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.fancybox-content-trigger.three_four img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.fancybox-content-trigger.custom img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
