section{
    background: #000000;
}
.container{
    max-width: 1590px;

}
.hero{
    background-size: cover;
    background-position: center;
    position: relative;
	margin-top: 40px;
}

.hero:before{
    content:"";
    display: block;
    padding-bottom: 100vw;
}
.hero p{
    font-size:  30px;
    letter-spacing: .6em;
    width: 100%;

}
.img-title{
    font-size: 0 !important;    
}

h1.img-title img{
    width: 86vw;
    max-width: 1665px;
}
h2.img-title{
    width: 36vw;
    max-width: 688px;
}
.hero .bottom{
    position: absolute;
    width: 100%;
    bottom: 0;

}
.hero .bottom p{
    margin-bottom: 0;
    padding-bottom: 19%;
}
.hero .bottom p span{
    padding-left: 1em;
    padding-right: 1em;
}
.hero img.sunseeker-logo{
    width: 86vw;
    display: block;
    max-width: 1665px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13.5vw;
}
.fh-logo{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}
.fh-logo img{
    width: 3.4vw;
    max-width: 65px;
    display: block;
    margin-bottom: 1vw;
}
.fh-logo span{
    font-size: 14px;
    letter-spacing: .6em;
}

section *{
    color: white;
}
#sunseeker input{
    border: 1px solid #707070;
    line-height: 4em;
    background: #000;
}
#sunseeker input,
#sunseeker input::placeholder{
    color: white !important;
    text-transform: capitalize;

}
#sunseeker div.skin-checkbox label,
#sunseeker .spanbroker{
    color: white;
}
#sunseeker div.skin-radio label, #sunseeker #fRegister span.spanbroker{
    color: white;
}
#sunseeker div.skin-radio label:before{
    border-radius: 50%;
    box-sizing: border-box;
    background-color: black;
    width: 16px;
    height: 16px;

    left: 2px;
    top: 2px;
}
#sunseeker div.skin-radio label:after{
    content:"";
    border-radius: 50%;
    box-sizing: border-box;
    background-color: black;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
#sunseeker div.skin-radio input[type="radio"]:checked + label:before{
    background-image: none;
    background-color:white;
        width: 16px;
    height: 16px;

    z-index: 9;
    border: 2px solid black;
}
#frmRegister .skin-checkbox{
    padding-top: 0;
}
div.skin-checkbox input[type="checkbox"]:checked + label:before{
    z-index: 2;
    background-size: 90%;
}
div.skin-checkbox input[type="checkbox"]:checked + label:after{
    content:"";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: white;
}
div.skin-checkbox label:before{
    background: none;
    border-color: #707070;
	
}
#frmRegister .skin-checkbox label{
    font-size: 1em;

}
#frmRegister{
    max-width: 1600px;
}
div.registration{
    max-width: unset;
}
.select2-container--default .select2-selection--single{
 background-color: black;   
}
#sunseeker #frmRegister input[type="submit"]{
    display: block;
    margin: auto;
    background: transparent;
    border: 1px solid white;
}
.share-btn{
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    border: 1px solid #707070;
    font-size: 0;
}
.share-btn:hover{
    background-color: #333;
}
.share-btn.copy{
    width: 200px;
}
div.skin-checkbox.missing label{
    color: red !important;
}
#sunseeker .container-broker {
	min-height: 60px;
}
#sunseeker .rico{
	display: none;
}
#sunseeker #Reco{
	margin-top: 0;
}

@media only screen and (max-width: 1920px) {
    .fh-logo{
        top: 3vw;
    }
}
@media only screen and (max-width: 1400px) {
    .hero p{
        font-size: 2vw;
    }
}

@media only screen and (max-width: 1063px) {
   .hero{
	   margin-top: 0;
	}
}


@media only screen and (max-width: 768px) {
    h2.img-title{
        width: 80vw;
    }
    .hero .bottom p {
        font-size: 4vw;
    }
    .hero .bottom p span{
        font-size: 0;
        display: block;
        width: 100%;
    }
    .hero:before{
        padding-bottom: 140vw;
    }
}
,
#sunseeker div.skin-radio label, #sunseeker #fRegister span.spanbroker {
    text-transform: none;
}