* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}

body { 
	width: 100%;
	background: #000;
	color: #fff;
	text-align:center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.block.content { 
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

img { 
	width: 100%;
	height: auto;
}

p {padding: 0; margin: 0;}
	
li { list-style:none;
	padding-top: 15px;}
	
#header, #footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	}

.text-intro {
	padding: 5px;
	background-color: #F00;
	font-size: 19px;
	line-height: 22px;
}

.text-intro span {
	color: #FF0;
	font-weight: bold;
}

.footer-links {
	margin-top: 10px;
	padding: 5px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

.footer-links a {
	color: #FF0;
	text-decoration: none;
}

.footer-links span {
	color: #07a8f9;
}

.footer-links p {
	padding: 5px;
}
	
	
#footer {
	font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}

.sticky-term {
	background-color:rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	width: 100%;
	padding: 3px 0 2px 0;
    text-align: center;
	z-index: 1;
}

.sticky-term a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.videoWrapper{position:relative;padding-bottom:55.11%;padding-top:0;height:0;}
.videoWrapper img{width:100%;height:auto;}
.videoWrapper video{position:absolute;top:0;left:0;width:100% !important;height:100% !important;}

.term {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-align: center;
	font-weight: bold;
    margin-top: -13px;
	}

		/* email capture popup START */

#exit-popup {
            display: none;
            position: fixed;
            width: 90%;
            max-width: 450px;
            top: 20%;
            left: 50%;
            transform: translateX(-50%);
            background: black;
            color: white;
            border: 2px solid #333;
            padding: 5px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            text-align: center;
            z-index: 1000;
            max-height: 80vh;
            overflow-y: auto;
            box-sizing: border-box;
        }

        #popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 999;
        }

        #popup-image {
            width: 100%;
            height: auto;
            margin-bottom: -14px;
        }

        .email-container {
            position: relative;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
        }

        input[type="email"] {
            width: 100%;
            padding: 12px;
            margin-top: 5px;
            border: solid 2px #000;
            font-size: 16px;
            box-sizing: border-box;
        }

        button[type="submit"] {
            margin: 10px 0 5px 0;
            background-color: red;
            color: white;
            border: none;
            padding: 10px 30px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            font-family: Arial, sans-serif;
            font-weight: bold;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            color: #fff;
            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
            border: none;
            font-size: 60px;
            font-weight: bold;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            #exit-popup {
                top: auto;
                bottom: 0;
                transform: translateX(-50%);
                max-height: 50vh;
            }
        }
		
/* email capture popup FINISH */