@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: 38px;
    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.05;
    white-space: nowrap;
    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    will-change: transform;
}

#txt1_mc, #txt2_mc { width: 544px; height: 250px; top: 0; left: 0; overflow: hidden; }

#txt1a, #txt2a { top: 30px; left: 40px; }
#txt1b { bottom: 30px; right: 20px; font-size: 10.5px; letter-spacing: -.18px; text-shadow: 0px 0px 5px rgba(0,0,0,1); text-align: left}
#txt3a { top: 57px; left: 39px; font-size: 48px; letter-spacing: -.4px; line-height: 1.2; }


.gradient_txt {
    background-image: 
        linear-gradient(90deg, 
            /* rgba(130,207,95,1) 0%, */
            rgba(74,199,160,1) 10%,
            rgba(0,188,245,1) 80%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

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



/*
=============================================================
***** Assets ************************************************
=============================================================
*/
#logo_mc {  
    bottom: 17px; 
    right: 36px; 
    overflow: visible;
}
#logo {
    width: calc(165px*1);
    height: calc(50px*1);
}


#aurora_mc {
    width: 545px;
    height: 250px;
    overflow: hidden;
}
#aurora {
    width: calc(800px*.5);
    height: calc(500px*.5);
    background-image: url("aurora.jpg");
    background-size: cover;
}



#image1_mc,
#image2_mc {
    right: 0;
    top: 0;
    width: 425px;
    height: 250px;
    overflow: hidden;
}
#image1,
#image2 {
    width: calc(930px*.5);
    height: calc(580px*.5);
    background-size: cover;
}
#image1 {
    left: -17px;
    top: -15px;
    background-image: url("image1.jpg");
}
#image2 {
    left: -17px;
    top: -18px;
    background-image: url("image2.jpg");
}




#frame3_bg { background-color: black; }
.frame_alpha_mask {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 60%);
    -webkit-mask-size: 1900px 100%;
    -webkit-mask-position: -1900px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 60%);
            mask-size: 1900px 100%;
            mask-position: -1900px 0px;
            mask-repeat: no-repeat
}
.frame_alpha_mask_flipped {
    -webkit-mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 60%);
    -webkit-mask-size: 1900px 100%;
    -webkit-mask-position: 0px 0px;
    -webkit-mask-repeat: no-repeat;
    
            mask-image: linear-gradient(-60deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 60%);
            mask-size: 1900px 100%;
            mask-position: 0px 0px;
            mask-repeat: no-repeat
}




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



















