@font-face{font-family:BasisGrotesque-Regular-Pro; 
    src:url("BasisGrotesquePro-Regular.subset.woff") format("woff")}


body {
    margin: 0px;
}


/* ~ OVERALL BANNER SPECS ~ */

#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 600px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* box-sizing: border-box; */
}

/*default setup*/

#border{
    position: absolute;
    display: block;
    width: 300px;
    height: 600px;
    border: rgb(145, 153, 153) 1px solid;
    box-sizing:border-box;
    top: 0;
    left: 0;
    z-index:999;
}

#banner {
    position: relative;
    display: block;
    width: 300px;
    height: 600px;
    background-color: #E6ECF3;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}


/* ~ LAYER PROPERTIES ~ */

#logo{
    background: url(logo.png) no-repeat center;
    position: absolute;
    width: 600px;
    height: 1200px;
    top: 0px;
    left: 0px;
    opacity: 1;
    transform: scale(0.5);
    transform-origin: 0% 0%;
    z-index: 3;
}

.object{
    width: 600px;
    height: 1200px;
    position: absolute;
    opacity: 1;
    transform: scale(0.5);
    transform-origin: 0% 0%;
    z-index: 4;
}




#balloon1{
    background:url(balloon1.png) center no-repeat;
    top: 465px;
    left: -32px;
    width: 192px;
    height: 192px;
    transform: scale(0);
    transform-origin: 50% 50%;
}

#balloon2{
    background:url(balloon2.png) center no-repeat;
    top: 409px;
    left: -8px;
    width: 100px;
    height: 126px;
    transform: scale(0);
    transform-origin: 50% 50%;
}

#balloon3{
    background:url(balloon3.png) center no-repeat;
    top: 390px;
    left: 127px;
    width: 72px;
    height: 81px;
    transform: scale(0);
    transform-origin: 50% 50%;
}

#calendar{
    background:url(calendar.png) center no-repeat;
    top: 0px;
    left: -300px;
}


.coin{
    background:url(box.png) center no-repeat;
    top: 0px;
    left: 0px;
} 

#c-1{
    top:0px;
    z-index:90;
}


.mask{
    width: 300px;
    position:absolute;
    top:0px;
    left:0px;
    opacity: 1;
    overflow: hidden;
}

#txt-mask1{
    height: 72px;
}

#txt-mask2{
    height: 104px;
}

#mask-rate-top{
    height: 138px;
}

#mask-rate-bottom{
    top: 196px;
    height: 200px;
}



#mask3{
    height: 520px;
}

#expiration{
    background: url(expiration.svg) no-repeat center;
    position: absolute;
    width: 300px;
    height: 600px;
    top: -196px;/*-228px*/
    left: 0px;
    opacity: 0;
    transform: scale(1);
    transform-origin: 0% 0%;
    z-index: 4;
}

#month{
    background: url(month.svg) no-repeat center;
    position: absolute;
    width: 300px;
    height: 600px;
    top: 30px;
    left: 0px;
    opacity: 1;
    transform: scale(1);
    transform-origin: 0% 0%;
    z-index: 4;
}

.txt1{
    position: absolute;
    width: 300px;
    height: 600px;
    top: 100px;
    left: 0px;
    opacity: 0;
    transform: scale(1);
    transform-origin: 0% 0%;
    z-index: 3;
   
}

#txt1-a{
    background:url(txt1-a.svg) center no-repeat;   
}

#txt1-b{
    background:url(txt1-b.svg) center no-repeat;
}

#txt1-c{
    background:url(txt1-c.svg) center no-repeat;
}

#rate{
    position: absolute;
    top: 161px;
    /* top: 130px; */
    left: 28px;
    width: auto;
    z-index: 999;
    opacity: 0;
}

#rate-span{
    position: relative;
    font-family: BasisGrotesque-Regular-Pro; 
    font-size: 60px;
    color: #22263f;
    z-index: 12;
    opacity: 1;
    width: auto;
    height: 69px;
    /* letter-spacing: -1.1px; */
    letter-spacing: -2.45px;
    float: left;
}

#apy{
    position: relative;
    background:url(apy.svg) center no-repeat;
    width: 26px;
    height: 46px;
    top:11px;
    opacity: 1;
    z-index: 12;
    float: left;
}




/*CTA*/

#cta{
    background:url(cta.svg) center no-repeat;
    width: 156px;
    height: 40px;
    position: absolute;
    top: 210px;
    left: 30px;
    opacity: 1;
    transform: scale(0);
    transform-origin: 50% 50%;
    z-index: 12;
}

/*TrustArc holder*/

#trustArc{
    width: 300px;
    height: 600px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;

}

