
.prevent_mainpage_scroll, .prevent_content_scroll {
	overflow: hidden;
}

.dipi-popup-container .dipi_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(61, 61, 61, .9);
	left: 0;
	top: 0;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.dipi_popup.dipi_popup.dipi_popup:not(.open) * {
	visibility: unset;
}

.dipi-popup-container .dipi_popup::-webkit-scrollbar {
	display: none;
}

.dipi-popup-container .dipi_popup.close, .dipi-popup-container .dipi_popup.open {
	z-index: 9999999;
}

.dipi-popup-container .dipi_popup-close {
	align-items: center;
	display: flex;
	justify-content: center;
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 10px;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 999990;
	font-size: 100px;
	min-height: 15px;
	min-width: 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	font-family: inherit;
	font-weight: 300;
	line-height: 1em;
	width: 1em;
	height: 1em;
	cursor: pointer;
	padding-inline: unset;
}

.dipi_popup-hugeinc {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s;
}

.dipi_popup-hugeinc.open {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s, visibility 1s;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	min-width: 100%;
}

.dipi-popup-container .dipi_popup .dipi-popup-wrapper {
	max-width: 100%;
}

.closebtn-within-popup .dipi-popup-wrapper {
	position: relative;
}

.closebtn-within-popup .dipi-popup-wrapper .dipi_popup-close {
	position: absolute;
	cursor: pointer;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner .et_pb_section.dipi_popup_section {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	min-width: 100px;
}

.dipi-popup-container .dipi_popup .dipi-popup-inner .et_pb_section.dipi_popup_section>.et_pb_row {
	width: 100%;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay {
	pointer-events: none;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay .dipi-popup-wrapper {
	pointer-events: none;
}

.dipi-popup-container .dipi_popup.clickable-under-overlay .dipi-popup-wrapper>* {
	pointer-events: all;
}

.dipi-popup-wrapper .dipi_popup_row.et_pb_row .dipi_popup_column.et_pb_column {
	margin: auto !important;
	float: none !important;
	width: -moz-fit-content;
	width: fit-content;
}
