.background{
	background: #eef7fb
}
.agent-background{
	background: url("../images/agent-banner.png");
	background-size: cover;
	    padding-bottom: 16%;
}

.agent-content{
	text-align: center
}

.agent-content h1{
	margin: 0;
	color: #5ed0fa;
	font-family: "Inter", sans-serif;
	padding-top: 5%
}

.login-button-agent{
	background: rgb(94,208,249);
    background: linear-gradient(180deg, rgba(94,208,249,1) 0%, rgba(49,148,184,1) 100%);
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1%;
	margin-top: 3%
}

.login-button-agent p{
	text-align: center;
	margin: 0;
	color: white;
	font-family: "Inter", sans-serif;
	font-size: 16pt;
}

.become-agent{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 5%;
	position: relative
}

.become-agent h1{
	font-family: "Inter", sans-serif;
	color: #5ed0fa;
	padding-top: 3%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0
}

.become-agent p{
	margin: 0;
	text-align: center;
	font-family: "Inter", sans-serif;
	color: #777777;
	font-size: 16pt;
	padding-bottom: 2%
}

.become-agent .video{
	position: absolute;
    top: 23%;
    left: 23%;
	
}

.video video{
	    width: 50vw;
}

.profit{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3%
}

.profit h1{
	font-family: "Inter", sans-serif;
	color: #5ed0fa;
	padding-top: 3%;
	padding-bottom: 1%;
	text-transform: uppercase;
	text-align: center
}

.play-container{
	width: 75%;
	margin-left:auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.play-container h2{
	color: #5ed0fa;
	font-family: "Inter", sans-serif;
	font-size: 35pt;
	margin: 0
}

.play-container h3{
	color: #454545;
	font-family: "Inter", sans-serif;
	font-size: 35pt;
}

.play-container p{
	font-family: "Inter", sans-serif;
	color: #777777;
	font-style: normal;
	font-size: 16pt;
}

.play-container span{
	color: #5ed0fa;
}

.contact-us {
    background: rgb(94, 208, 249);
    background: linear-gradient(180deg, rgba(94, 208, 249, 1) 0%, rgba(49, 148, 184, 1) 100%);
    width: 50%;
    padding: 2%;
	margin-bottom: 3%;
}
.contact-us p{
	margin: 0;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 18pt;
}

.play-container a{
	text-decoration: none
}

.agent-background a{
	text-decoration: none
}

.player-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%
}
footer{
	margin-top: 0 !important
}