#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width:728px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    transform-origin: 0% 0%;
    /* visibility: hidden; */
}

@font-face {
    font-family: 'NPONovaSansHeadline';
    src: url('NPONovaSansHeadline-Bold.woff2') format('woff2'),
        url('NPONovaSansHeadline-Bold.woff') format('woff');
}

@font-face {
    font-family: 'NPONova3FM';
    src: url('NPONova3FM-Black.woff2') format('woff2'),
        url('NPONova3FM-Black.woff') format('woff');
}




#border {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #000;
    z-index: 999;	
}

.images{
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    z-index: 0;
    transform-origin: 50% 50%;
}

#gradient{
    position: absolute;
    width: 900px;
    height: 900px;
    top: -300px;
    left: -80px;
    z-index: 0;
    transform-origin: 50% 50%;
    background: #35D227;
background: linear-gradient(124deg, rgba(53, 210, 39, 1) 38%, rgba(191, 197, 69, 1) 82%);
}

#bg{
    transform-origin: 40% 10%;
}


#txt1, #txt2, #txt4 {
    position: absolute;
    width: 728px; 
    left: 40px;
    top:14px;
    line-height: 0.9;
    font-size: 60px;
    text-align: center;
    visibility: hidden;
    color: white;
    z-index: 2;
    font-family: NPONovaSansHeadline;
    white-space: nowrap;
}

#txt1, #txt2{
    top:29px;
font-size: 33px;
}

#txt3 {
    position: absolute;
    width: 728px; 
    left: 40px;
    top: 26px;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: white;
    z-index: 2;
    visibility: hidden;
    letter-spacing: 0px;
    font-family: NPONova3FM;
    filter: blur(0px);
    white-space: nowrap;

}


