body {margin: 0px;}

#container {
    background-color: #c2cfce;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 728px;
    height: 90px;
    pointer-events: none;
}

#border{
    border: 1px solid gray;  
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#container * {
    position: absolute;
}

#clickthru{
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 188px; height: 219px; background-size: 188px 219px;  } 
.sprite.cta-hover { background-position: 0 0; width: 54px; height: 11px; } 
.sprite.cta-text { background-position: 0 -16px; width: 54px; height: 11px; } 
.sprite.t1 { background-position: 0 -32px; width: 166px; height: 47px; } 
.sprite.t2 { background-position: 0 -84px; width: 156px; height: 47px; } 
.sprite.t3-1 { background-position: 0 -136px; width: 120px; height: 8px; } 
.sprite.t4-1 { background-position: 0 -149px; width: 94px; height: 11px; } 
.sprite.t4-2 { background-position: 0 -165px; width: 29px; height: 15px; } 
.sprite.t3-2 { background-position: 0 -185px; width: 188px; height: 34px; } 
/*--------- SPRITE POSITION ---------*/
.t1 {top: 21px;left: 17px;}
.t2 {top: 22px;left: 18px;}
.t3-1 {top: 5px;left: 13px;}
.t3-2 {top: 26px;left: 13px;}
.t4-1 {top: 4px;left: 4px;}
.t4-2 {top: 45px;left: 224px;}

/*-------- IMAGES | POSITION --------*/
img {
    width:100%;
    height:100%;
}


.bg1 {
    width: 444px;
    height: 90px;
    left: 270px;
}

.logo1{
    top: 19px;
    left: 11px;
    width: 165px;
    height: 52px;
}
.logo-text{
    top: 28px;
    left: 9px;
    width: 134px;
    height: 46px;
}
.logo-Anim {
    width: 100%;
    height: 75px;
    overflow: hidden;
    /* background-color: red; */
}

.logo-Mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 317px;
    /* background-color: yellow; */
}
#redLine-logo {
    width: 2px;
    height: 39px;
    left: 315px;
    top: 15px;
    background-color: #A41034;
}


/*-------- CTA --------*/
#cta{width: 147px;height: 24px;top: 57px;left: 20px;}

.cta-text,.cta-hover{top: 7px;left: 47px;}

.cta-in{
    width: 100%;
    height: 100%;
    background-color: #a41034;
    /* border: 1px solid #a41034; */
}
.cta-out{
    width: 100%;
    height: 100%;
    background-color: #000000;
    /* border: 1px solid #000000; */
}


/*-------- TEXT-CONTAINERS --------*/
.text1Cont {
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.text2Cont {
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.text3Cont {
    /* background-color: white; */
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
}
.text3-1Cont {
    background-color: #a41034;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#text1Mask {
    width: 270px;
    height: 100%;
    overflow: hidden;
    background-color: white;
}

#text2Mask {
    width: 270px;
    height: 100%;
    overflow: hidden;
}
#text3-1Mask {
    width: 100%;
    height: 16px;
    overflow: hidden;
}
/*-------- IDs --------*/
#redLine {
    top: 67px;
    left: 14px;
    width: 2px;
    height: 16px;
    background-color: #a41034;
}
#t4-mask{
    top: 66px;
    left: 16px;
    width: 100%;
    height: 16px;
    overflow: hidden;
    /* background-color: yellow; */
}

#boxEndframe {
    top: 21px;
    left: 117px;
    width: 183px;
    height: 157px;
    background-color: white;
}
#footer {
    width: 186px;
    height: 100%;
    background-color: white;
    right: 0px;
}