@font-face {
  font-family: Gotham;
  src: url(../font/Gotham-Medium.otf);
}

@font-face {
  font-family: Gotham-Book;
  src: url(../font/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Bold;
  src: url(../font/Gotham-Ultra.otf);
}

body{
	font-family: 'Gotham';
	font-size: 18px;
}


img{
	max-width: 100%;
}
h1.white {
    font-size: 64px;
    font-family: Gotham-Bold;
    margin: 0;
}
.white-line{
	background-color: #fff;
	height: 80px;
	width: 100%;
	float: left;
	position: absolute;
}

.banner{
  background-image: url(../image/header_202402.png);
  height: 535px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #050013;
}


.banner-content {
    margin-bottom: 35px;
}

.logo{
	z-index: 9;
    position: relative;
}

.logo a{
	position: fixed;
  right: 0;
}

.legion-logo{
	margin-top: 35px;
}

.white{
	color:#fff;
	margin: 20px 0;
}

.intel{
	margin-left: 25px;
}

.btn.btn-primary{
	border-radius: 0px;
	background-color: #df231b;
	border-color: #df231b;
}

.banner-button {

}

.no-padding-left{
	padding-left: 0px;
}

.no-padding-right{
	padding-right: 0px;
}

.banner-button a.btn{
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
}

.banner-button a.btn:after {
	content: '';
    position: absolute;
    left: 47%;
    top: 60px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #ffffff;
    clear: both;
}

.legion-banner{
	padding: 60px 0 0;
    background-color: #050013;
    background-position: center;
    background-size: cover;
}

.rdp2-banner{
	padding: 40px 0 20px;
	background-color: #050013;
}

.legion-banner-logo{
	margin-bottom: 22px;
}

.legion-banner p{
	font-size: 18px;
}

.notebook {
    float: right;
    margin-bottom: 30px;
}

.competition{
	background: #050013;
	padding: 90px 0 25px;
}

.competition-desc{
	padding: 70px 0px;
}

.competition-desc{
	background-image: url('../image/content_background.png');
	background-size: contain;
}

li{
	color: #fff;
}

.game {
    margin: 25px 0 35px;
    border: 1px solid white;
    padding: 20px;
}

.small, small {
    font-size: 80%;
    font-family: Gotham-Book;
}

footer .o-mainFooter__footerLinksColumn h2:before{
	line-height: 8px;
}

.white-text,
label{
	color:#fff;
}

.rdp2-banner .white-text {
    line-height: 1.2;
}

.form-control{
	margin-bottom: 15px;
}

.note{
	float: right;
	/*background-color: #fff;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#3e8ddd;
	padding: 0px 9px;
	cursor: pointer;
	position: absolute;
    top: 15px;
    right: 0;
}

#frm-competitionsForm-file_upload{
	opacity: 0;
	position: absolute;
	left: 0;
}

.upload_file{
	background-color: #fff;
	color:#786a6a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
	cursor: pointer;
}

.upload-input{
	color:#fff;
}

.upload-input p{
	margin-top: 10px;
}

#frm-competitionsForm{
	padding: 15px 0px;
	position: relative;
}

#frm-competitionsForm .btn{
	width: 100%;
	color:#fff;
	border-color:#fff;
	background-color: transparent;
	padding: 10px 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#frm-competitionsForm input.form-control{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 23px 15px;
}

.gdpr{
	margin-top: 25px;
	margin-bottom: 10px;
}

.gdpr label{
	margin-left: 25px;
}

#frm-competitionsForm-gdpr{
	position: absolute;
    left: 15px;
    top: 15px;
}

.red-text{
	color:#ff0000;
}

.black-text{
	color:#000;
}

.banner .container{
	padding-top: 40px;
}

.form-result h1,
.form-result h2{
	margin-top: 10px;
	margin-bottom: 51px;
}

.form-result h1{
	font-size: 70px;
}

.form-result.win h1{
	font-size: 1.9rem
}

.form-result.win h1{
	margin-top: 0px;
	margin-bottom: 27.5px;
}

.form-result.win .win-box{
	background-color: #fff;
	color:#786a6a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px 0px;
	font-size: 30px;
	margin-bottom: 27.5px;
}


.sn-help{
	width: 300px;
    position: absolute;
    z-index: 9;
    right: 37px;
    top: 0px;
    padding: 10px;
    background-color: #fff;
    display: none;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.note:hover .sn-help{
	display: block;
}

.filename{
	margin-top:0px !important;
	margin-bottom: 0px;
	position: absolute;
	top: -8px;
	font-size: 12px;
}

.form-result{
	padding: 100px 0px;
}

.form-result a{
	text-decoration: underline;
	color:#fff;
}

.gdpr label{
	margin: 0px;
}

.gdpr input{
	margin-right: 10px;
}

.reload-button{
	margin-top: 25px;
}

.reload-button a{
	background-color: #fff;
	color:#786a6a !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
	text-decoration: none;
}
