*{
    box-sizing: border-box;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tcenter{
    text-align: center;
}

.st0{
    fill: #FFFFFF !important;
}

#overlay{
    position:fixed;
    z-index:100000000000000000;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.9);
    transition: 1s 0.4s;
}

#progress{
    position: relative;
    transition: 1.2s ease-in-out;
    /* height: 100px; */
    top: 0 !important;
    width: 100%;
    /* width: calc(100% - 40px) !important;
}

.loaded{
    /*background:#fff;*/
    /*top:0 !important;*/
}

.loaded .svgs{
    width: 250px !important;
    height: 250px !important;
}

.loaded .svgs svg:last-of-type{
    animation: none !important;
}

#progstat{
    font-size:0.7em;
    letter-spacing: 3px;
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:100%;
    text-align:center;
    color:#fff;
    display: none;
}

.fadeInLoaded{
    opacity: 0;
    transition: 1.2s ease-in-out;
}

#progress .svgs{
    /* position: absolute; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
    /* height: 250px !important; */
    /* transition: 1s ease-in-out;
}

#progress .svgs svg:last-of-type{
    /*animation: 1.5s infinite rotateH;*/
}

#progress .svgs svg{
    /*position: absolute;*/
}

@keyframes rotateH {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

p{
    color: #333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px rgba(255,255,255,0) inset !important;
    background-color: #fafafa !important;
    background-clip: content-box !important;
}

html{
    float: left;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

body{
    position: relative;
    margin: 0 !important;
    float: left;
    width: 100%;
    /*overflow: hidden;*/
}

header{
    float: left;
    width: 100%;
    height: 100vh;
}

header .centerElements{
    position: fixed;
    top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*height: 250px;*/
    max-width: 800px;
    z-index: 100000000000;
    /*pointer-events: none;*/
}

header .centerElements p{
    margin-top: -45px;
}

#mc_embed_signup #mce-error-response {
    position: absolute;
    bottom: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    background: rgba(255,255,255,0) !important;
    position: absolute;
    bottom: -10px;
    padding-left: 0 !important;
}

.formFields div.mce_inline_error {
    display: block !important;
}

#mc_embed_signup div#mce-responses{
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

#mc_embed_signup div.response{
    font-family: montserrat, sans-serif !important;
    /*color: #f428fc !important;*/
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.response a{
    font-size: 14px !important;
}

div.mce_inline_error {
    font-family: montserrat, sans-serif !important;
    /*color: #f428fc !important;*/
    color: #FFFFFF !important;
    display: none !important;
}

.formFields{
    float: left;
    width: calc(100% - 200px) !important;
}

.formFields input{
    border: 2px solid rgba(255,255,255,0.8) !important;
    color: rgba(255,255,255,0.8) !important;
}

.formFields input::-webkit-input-placeholder{
    color: rgba(255,255,255,0.8) !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{
    border: 2px solid #f428fc !important;
}

.mc-field-group input{
    font-family: montserrat, sans-serif !important;
    background: rgba(255,255,255,0) !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
    outline: none !important;
    /* float: left !important; */
    /* width: 100% !important; */
    border-radius: 4px !important;
    height: 60px;
}

.mc-field-group input:focus{
    border: 2px solid #31d6ef !important;
}

input[type='checkbox']{
    position: relative;
    -webkit-appearance: none !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    border-radius: 50px !important;
}

input[type='checkbox']:checked:after{
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    top: 4.2px;
    left: 4.5px;
    font-size: 11px;
}

.submit{
    float: left;
    width: 200px;
    padding-left: 20px;
}

.submit input{
    font-family: montserrat, sans-serif !important;
    float: left !important;
    width: 100% !important;
    background: #f428fc !important;
    padding: 15px 10px !important;
    border-radius: 4px !important;
    line-height: 10px !important;
    display: block !important;
    margin: 0 !important;
    outline: none !important;
    /*box-shadow: 0px 0px 7px 3px #f428fc;*/
    transition: 1s ease-in-out;
    -webkit-appearance: none;
    height: 60px !important;
}

.submit input:hover{
    background: #31d6ef !important;
    /*box-shadow: 0px 0px 7px 3px #f428fc;*/
}

.input-group{
    float: left !important;
    width: auto !important;
    clear: none !important;
    padding-right: 10px;
}

.input-group ul{
    padding: 0 !important;
}

.input-group ul li{
    padding: 0 !important;
}

.gdpr-mergeRow{
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    width: auto !important;
    clear: none !important;
}

#mc_embed_signup form {
    padding: 20px !important;
}

.gdpr-mergeRow fieldset{
    width: 100% !important;
}

.input-group label{
    font-family: montserrat, sans-serif !important;
    color: #FFFFFF;
    float: left;
    line-height: 30px;
}

.mc-field-group.col6-12{
    width:  50% !important;
    float: left !important;
    clear: none !important;
}

.gdprRequired{
    margin: 0 !important;
    padding: 0 !important;
}

.gdprRequired span{
    font-family: montserrat, sans-serif !important;
    color: #FFFFFF;
    float: left;
    line-height: 30px;
}

.gdprRequired span a{
    font-size: 14px !important;
}

#mc_embed_signup{
    background: rgba(255,255,255,0) !important;
}

#webgl{
    /*filter: hue-rotate(38deg) opacity(1);*/
}

header .image{
    float: left;
    width: 100%;
    padding-top: 75px;
    margin-bottom: -40px;
    /*animation: 10s ease-in-out infinite floatingAni;*/
}

header img{
    float: left;
    width: 100%;
    /*animation: 20s infinite easeAni;*/
    transition: 1s ease-in-out;
    transform: scale(0);
}

header .visible img{
    transform: scale(1);
}

@keyframes floatingAni {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
}

@keyframes easeAni{
    from{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    to{
        transform: scale(1);
    }
}

footer{
    position: fixed;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    float: left;
    width: 100%;
    z-index: 1;
    text-align: center;
}

footer li{
    font-family: montserrat, sans-serif;
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
    font-size: 14px;
    color: #FFFFFF;
}

footer li:last-of-type{
    padding-right: 0 !important;
}

footer li:last-of-type:after{
    display: none !important;
}

footer li:after{
    content: "|";
    padding-left: 5px;
}

footer p{
    margin: 0 !important;
    color: #FFFFFF;
}

footer a{
    font-family: montserrat, sans-serif;
    /*margin: 0 !important;*/
    color: #FFFFFF;
    font-size: 14px;
}

.mainContent{
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(0,0,0,0.7);
    /*display: none;*/
}

.footerLogo{
    float: left;
    width: 100%;
    max-width: 200px;
}

.footerLogo .mob_hide{
    padding-top: 25px;
}

.footerLogo img{
    width: 100%;
}

.container{
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 50px;
    overflow: visible;
}

.col1-12 {
    width: 8.333%;
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 10px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    padding: 0 10px;
}

.col25-12 {
    width: 20%;
    width: calc(100% / 12 * 2.4);
    width: -webkit-calc(100% / 12 * 2.4);
    width: -moz-calc(100% / 12 * 2.4);
    padding: 0 30px !important;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 10px;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
    padding: 0 10px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 10px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 10px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 10px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 10px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 10px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 10px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 10px;
}

.col12-12 {
    width: 100%;
    padding: 10px 0
}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

.contactInfo{
    float: right;
    width: 100%;
    max-width: 460px;
    padding-top: 15px;
}

.contactInfo .col6-12:first-of-type{
    padding-left: 20px;
    padding-right: 20px;
    border-left: 3px solid #c39a7a;
    border-right: 3px solid #c39a7a;
}

.contactInfo .col6-12:last-of-type{
    padding-left: 20px;
}

.heroIcon{
    max-width: 100px;
    display: inline-block;
}

.heroIcon svg{
    width: 100%;
}

.app{
    margin-top: -50px;
}

.appLogo{
    margin-top: 35px;
}

.signUpForm{
    opacity: 0;
    transition: 1s ease-in-out;
    overflow: visible !important;
    padding-top: 200px;
}

.signUpForm.visible{
    opacity: 1;
}

.firstToKnow{
    opacity: 0;
    transition: 1s ease-in-out;
}

.firstToKnow.visible{
    opacity: 1;
}

.theApp{
    opacity: 0;
    max-width: 200px;
    display: inline-block;
    transition: 1s ease-in-out;
}

.theApp.visible{
    opacity: 1;
}

.theApp svg{
    width: 100%;
}

.icons{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

#mc_embed_signup{
    margin-top: 40px;
}

#mc_embed_signup .mc-field-group{
    padding-bottom: 35px !important;
}

.content__gdpr a{
    cursor: pointer !important;
}

header svg{
    width: 100%;
}

header p{
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

header a{
    font-family: montserrat, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    cursor: text !important;
}

header a strong{
    font-family: montserrat, sans-serif;
    font-weight: 700;
}

@keyframes flicker{
    0%{
        opacity: 1;
    }
    3%{
        opacity: 0;
    }
    6%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
    43%{
        opacity: 1;
    }
    46%{
        opacity: 0;
    }
    49%{
        opacity: 1;
    }
}

/*svg .st0{*/
/*    fill: rgb(195, 154, 122);*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

.mob_show{
    display: none;
}

.mob_hide{
    display: block;
}

#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0.5px)
}
.earthSection canvas {
    width: 100% !important;
    height: 100vh;
}

.backgroundVideo{
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*filter: grayscale();*!*/
    /*background-size: cover;*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*!*z-index: 1000;*!*/
    /*pointer-events: none;*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    background-image: url("/img/EBL2_1.20.1.jpg");
    background-size: cover;
    background-position: center;
}

.backgroundVideo video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.earthSection{
    position: fixed;
    bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding-top: 53.25%; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    pointer-events: none;
    background-size: 100% auto;
    display: none;
}

.earthSection .overlay{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #27166e;
    /* border-radius: 49%; */
    opacity: 0.6;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/img/Hero_BG_-NO-STARS_4K.jpg);
    display: none;
}

.earthSection video{
    float: left;
    width: 100%;
    height: auto;
}

.earth {
    display: block;
    width: 124%;
    height: 65%;
    position: fixed;
    /* top: 0; */
    bottom: -49%;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px #000 inset, 0 0 20px 2px #000;
}

.earth:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: -20px 15px 50px 2px #000 inset;
    border-radius: 50%;
}

.earth > div {
    width: 200%;
    height: 100%;
    animation: spin 60s linear alternate infinite;
    background: url('/img/earthMap.jpg');
    /*orginal image at https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Earthmap1000x500compac.jpg/640px-Earthmap1000x500compac.jpg */
    background-size: cover;
}
@keyframes spin {
    to {
        transform: translateY(-50%);
    }
}

#mce-success-response{
    text-align: center;
    font-size: 18px;
}

.zoomIn{
    animation-name: zoomText;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes zoomText {

    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.25);
    }

}


iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

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

    header{
       height: auto !important;
    }

    header .image{
        margin-bottom: -20px;
    }

    header img{
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

    /*header .centerElements {*/
    /*    position: relative;*/
    /*    top: auto !important;*/
    /*    margin: 0 auto;*/
    /*    height: 100vh;*/
    /*    left: auto !important;*/
    /*    transform: none !important;*/
    /*    width: 100%;*/
    /*    max-width: 800px;*/
    /*    margin-top: 50px !important;*/
    /*}*/

    #mc_embed_signup_scroll .gdprBoxes .mc-field-group{
        padding-bottom: 0 !important;
        width: 100% !important;
    }

    #mc_embed_signup div#mce-responses{
        padding-top: 20px !important;
    }

    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
        bottom: -10px;
    }

    #mc_embed_signup form {
        padding: 0 !important;
    }

    .input-group label{
        width: calc(100% - 50px);
        float: left;
        line-height: 30px;
        text-align: left;
    }

    /*.gdprRequired span{*/
    /*    width: calc(100% - 50px);*/
    /*    float: left;*/
    /*}*/

    .formFields{
        width: 100% !important;
        padding-top: 35px;
    }

    .centerElements{
        padding: 0 20px;
    }

    #mc_embed_signup {
        margin-top: 15px;
    }

    #mc_embed_signup form{
        float: left;
        width: 100%;
        padding: 0 !important;
    }

    .submit{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .mc-field-group.col6-12{
        width: 100% !important;
        padding: 0 !important;
    }

    .icons{
        padding-top: 60px;
    }

    .container{
        padding: 0 20px;
    }

    .contactInfo{
        max-width: 100%;
    }

    .contactInfo .col6-12{
        float: left;
        /*width: 100%;*/
        padding-left: 0 !important;
        /*text-align: center;*/
    }

    .contactInfo .col6-12:first-of-type{
        padding-bottom: 20px;
    }

    .mob_hide{
        display: none;
    }

    .mob_show{
        display: block;
    }

    .footerLogo{
        max-width: 100%;
        padding-bottom: 30px;
        border-bottom: 3px solid #c39a7a;
        margin-bottom: 15px;
    }

    .contactInfo .col6-12{
        border: none !important;
    }

    .contactInfo{
        border: none !important;
    }

    .footerLogo img{
        max-width: 175px;
    }

}