@charset "UTF-8";

/*
=============================================================
***** Fonts *************************************************
=============================================================
*/
@font-face {
    font-family: "ciscosansttmedium";
    src: url("ciscosansttmedium-webfont.woff") format("woff");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;

}



/*
=============================================================
***** Text **************************************************
=============================================================
*/
.txt {
    width: auto;
    height: auto;
    position: absolute;

    font-size: 32px;
    font-family: "ciscosansttmedium", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: -.25px;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    line-height: 1.08;
    white-space: nowrap;
    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    will-change: transform;
}

#txt1a, #txt2a { top: 262px; left: 32px; }
#txt1b { top: 22px; right: 29px; font-size: 10px; letter-spacing: 0px; text-shadow: 0px 0px 3px black; text-align: right}
#txt3a { top: 144px; left: 31px; font-size: 42px; letter-spacing: -.5px; line-height: 1.15; }

.gradient_txt {
    background-image: 
        linear-gradient(180deg, 
            /* rgba(130,207,95,1) 0%, */
            rgba(93,202,138,1) 0%,
            rgba(0,188,245,1) 110%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

.letterspacing-3 { letter-spacing: -3px; }



/*
=============================================================
***** Assets ************************************************
=============================================================
*/
#logo_mc {  
    bottom: 18px; 
    right: 29px; 
    overflow: visible;
}
#logo {
    width: calc(130px*1);
    height: calc(40px*1);
}



#aurora_mc {
    left: 0;
    bottom: 0;
    width: calc(600px*.5);
    height: calc(500px*.5);
    background-image: url("aurora.jpg");
    background-size: cover;
}


#image1_mc,
#image2_mc {
    width: 300px;
    height: 237px;
    overflow: hidden;
}
#image1,
#image2 {
    width: calc(670px*.5);
    height: calc(560px*.5);
    background-size: cover;
}
#image1 {
    left: -17px;
    top: -10px;
    background-image: url("image1.jpg");
}
#image2 {
    width: calc(670px*.5);
    height: calc(560px*.5);
    left: -17px;
    top: -10px;
    background-image: url("image2.jpg");
}




#frame3_bg { background-color: black; }
.frame_alpha_mask {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 700px 450px;
    -webkit-mask-position: -700px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 70%);
            mask-size: 700px 450px;
            mask-position: -700px 0px;
            mask-repeat: no-repeat
}
.frame_alpha_mask_flipped {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 55%, rgba(0,0,0,0) 70%);
    -webkit-mask-size: 700px 450px;
    -webkit-mask-position: 0px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 55%, rgba(0,0,0,0) 70%);
            mask-size: 700px 450px;
            mask-position: 0px 0px;
            mask-repeat: no-repeat
}




    
/*
=============================================================
***** Buttons ***********************************************
=============================================================
*/
#cta_btn {
    width: 131px;
    height: 44px;
    top: 272px;
    left: 34px;
    border: solid 1px #FFF;
    border-radius: 40px;
    background-color: #FFF;
    background-color: rgba(255,255,255,0);
    overflow: hidden;
}
#cta_txt {
    top: 13px;
    left: 15px;
    font-size: 15px;
    letter-spacing: .1px;
}
#cta_arrow { 
    width: calc(18px *.6); 
    height: calc(20px *.6); 
    top: 12px; 
    right: 14px;
    fill: white;
}



















