@font-face {
    font-family: 'StagSansMedium';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StagSans-Medium.woff") format("woff"), url("fonts/StagSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'StagSansLight';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StagSans-Light.woff") format("woff"), url("fonts/StagSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'StagSansBook';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StagSans-Book.woff") format("woff"), url("fonts/StagSans-Book.ttf") format("truetype");
}

.light {
    font-family: 'StagSansLight', sans-serif;
}

.book {
    font-family: 'StagSansBook', sans-serif;
}

.medium {
    font-family: 'StagSansMedium', sans-serif;
}

.semiBold,
.semibold {
    font-family: 'StagSansSemiBold', sans-serif;
}

.invisibleStart {
    opacity: 0;
}

/*.tintWhite {*/
/*  -webkit-filter: brightness(0%) invert(100%);*/
/*  filter: brightness(0%) invert(100%); }*/

.altGray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,c4c2c2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 20%, #c4c2c2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 20%, #c4c2c2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 20%, #c4c2c2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.altBlue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,c4c2c2+100 */
    background: #7fd2ed;
    background: -moz-radial-gradient(center, ellipse cover, #7fd2ed 53%, #32b7ea 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #7fd2ed 53%, #32b7ea 100%);
    background: radial-gradient(ellipse at center, #7fd2ed 53%, #32b7ea 100%);
}

.altRed {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec2e40+20,ec2e40+100 */
    background: #ec2e40; /* Old browsers */
    background: -moz-linear-gradient(top, #ec2e40 20%, #ec2e40 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec2e40 20%, #ec2e40 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec2e40 20%, #ec2e40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec2e40', endColorstr='#ec2e40', GradientType=0); /* IE6-9 */
}

#blueBar {
    position: absolute;
    width: 100%;
    height: 43px;
    left: 0px;
    top: 186px;
    background-color: rgba(204, 33, 49, 0.8);
    z-index: 2;
}


#blueBarImage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#backVid {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}


#snowflakes {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
}

.flake {
    position: absolute;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
    pointer-events: none;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.cellBack {
    background: #000;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 8px;
    width: 80%;
    height: 100%;
    border-radius: 5px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/***************************************************************
*
* STANDARD BANNER CONTAINERS AND ASSETS
*
***************************************************************/
sup,
sub {
    vertical-align: baseline;
    position: relative;
}

sup {
    top: -0.4em;
    font-size: 0.65em;
}

body {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

#bg {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

#container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#lockout {
    position: absolute;
    display: block;
    height: 100%;
}

#cta_btn {
    z-index: 121;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 300px;
    height: 36px;
    padding: 0px;
    margin: 0px;
    border: white solid 1px;
    color: white;
    background: #05549c;
    text-align: center;
    user-select: none;
    pointer-events: none;
}

.cta-text {
    align-self: center;
    font-family: "StagSansMedium";
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 0 0 2px;
    user-select: none;
    pointer-events: none;
}

.cta-text .ctaArrow {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#cta_gradient {
    position: absolute;
    top: -50px;
    left: -60px;
    width: 60px;
    height: 100px;
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 60%);
}

#whiteTop_gradient {
    position: absolute;
    top: -20px;
    left: -100px;
    width: 50px;
    height: 100px;
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(59, 121, 177, 0) 0%, rgba(59, 121, 177, 0.2) 60%);
}


#legal_text {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    padding: 3px;
    box-sizing: border-box;
    margin: 0;
    font-family: sans-serif;
    font-size: 8px;
    text-align: left;
    color: #FFF;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transform: translateX(0px) translateY(0px);
}

#legal_ia_text .legal_link:hover {
    color: black;
}

#legal_details {
    display: none;
    position: absolute;
    z-index: 1001;
    visibility: hidden;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#legal_details_text {
    padding: 5px;
    margin: 0;
    font-family: sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

#legal_details_text a {
    color: #ffffff;
    text-decoration: none;
}

.text-1,
.text-2,
.text-3,
.text-4 {
    position: absolute;
    display: block;
    font-family: "StagSansLight", sans-serif;
    text-align: center;
    margin: 0 auto;
    right: 0;
    z-index: 3;
}

.text-1,
.text-2 {
    width: 100%;
}

.line {
    position: absolute;
    width: 0px;
    height: 1px;
    background-color: purple;
}

/***************************************************************
*
* SPECIFIC TO THIS CREATIVE
*
***************************************************************/

/* -- -- -- -- */

/***************************************************************
*
* SVG ANIMATION
*
***************************************************************/


/* -------------------------------------------- */

.fiftysvg {
    position: relative;
    width: 33px;
    top: -133px;
    z-index: 5;
}


#svgl-t1 {
    left: 14px;
}

#svgl-t2 {
    left: 37px;
}

#svgl-t3 {
    left: 67px;
}

#svgl-t4 {
    left: 108px;
}

#svgl-t5 {
    left: 141px;
}

#svgl-t6 {
    left: 165px;
}


.layer {
    position: absolute;
}

.layer.extrusion {
    fill: #114777;
    z-index: 2;
}

.layer.shadow {
    fill: #bd2633;
    z-index: 1;
}

.layer.letter {
    fill: #FFF;
    z-index: 3;
}


/***************************************************************
*
* CAROUSEL
*
***************************************************************/
#device_carousel {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#device_carousel #device_sets_container {
    position: relative;
    flex: 1 1 84%;
    align-items: center;
    height: 100%;
    overflow: hidden;
    padding: 0 5px;
}

#device_carousel .carousel-controls {
    display: block;
    flex: 1 1 8%;
    margin: 0 2px;
}

#device_carousel .device {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#device_carousel #left-button,
#device_carousel #right-button {
    flex: 1 1 100%;
    align-self: center;
    opacity: 0.5;
    cursor: pointer;
    z-index: 100;
}

#device_carousel #left-button:hover,
#device_carousel #right-button:hover {
    transition: all 0.3s ease;
    opacity: 1;
}

#device_carousel #left-button {
    transform: scaleX(-1);
}

#carousel_logo_holder {
    visibility: hidden;
    position: absolute;
    display: block;
    overflow: hidden;
}

.devicelogo {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/***************************************************************
*
* SNIPE
*
***************************************************************/
#snipe {
    z-index: 11;
    background-color: #0b4a7b;
    width: 160px;
    height: 16px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: -52px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#snipeText {
    color: white;
    font-family: "StagSansMedium", Arial, sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1.5px;
}

#snipeGradient {
    position: absolute;
    top: -50px;
    left: -60px;
    width: 60px;
    height: 100px;
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 60%);
}

#snipe .snipeBold {
    /*font-weight: bold;*/
    font-family: "StagSansMedium", Arial, sans-serif;
}


#wrap-gradient {
    overflow: hidden;
    max-height: 62px;
    height: 62px;
    position: relative;
}