@charset "UTF-8";
/* CSS Document */
/* ===================================================================================================================== */
/* ================================================= **** MODbg **** ================================================== */
/* ===================================================================================================================== */

.ModulContent{
	position: relative;
	z-index: 4;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.ModulBgVideo{
	
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	
}
.ModulBgImage{
	
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	
}


blockquote ul{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
}


blockquote ul li{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
	padding-bottom: 1.5625vw;
}
blockquote ul li:last-child{
	padding-bottom: 0vw;
}


blockquote ol{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
}


blockquote ol li{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
	padding-bottom: 1.5625vw;
}

blockquote ol li:last-child{
	padding-bottom: 0vw;
}


blockquote a:hover{
	text-decoration: underline;
}



.sticky-content{
	display: block !important;
	height: auto;
	max-width: 100%;
	top:3.125vw;
	position: sticky;
	position: -webkit-sticky;
    
	
}

.BoxRadius{
	border-radius: 5px;
	overflow: hidden;
}
/* ===================================================================================================================== */
/* ================================================= **** TABLET **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 1199.98px) {


}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
@media screen and (max-width:  767.98px) {

	


blockquote ul{
	padding-left: 3.125vw;
}


blockquote ul li{
	padding-left: 3.125vw;
}
.sticky-content{
	display: block !important;
	height: auto;
	max-width: 100%;
	top:0px;
	position: relative;
    
	
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */