body {margin: 0px;}

#container {
    background-color: black;
    border: 1px solid gray;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 300px;
    height: 600px;
    pointer-events: none;
}

#container * {
    position: absolute;
}

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

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 265px; height: 474px; background-size: 265px 474px;  } 
.sprite.cta-hover { background-position: 0 0; width: 93px; height: 17px; } 
.sprite.cta-text { background-position: 0 -22px; width: 93px; height: 17px; } 
.sprite.t1-1 { background-position: 0 -44px; width: 263px; height: 36px; } 
.sprite.t1-2 { background-position: 0 -85px; width: 265px; height: 36px; } 
.sprite.t1-3 { background-position: 0 -126px; width: 135px; height: 36px; } 
.sprite.t2-1 { background-position: 0 -167px; width: 248px; height: 36px; } 
.sprite.t2-2 { background-position: 0 -208px; width: 223px; height: 36px; } 
.sprite.t3-1 { background-position: 0 -249px; width: 104px; height: 52px; } 
.sprite.t4-1 { background-position: 0 -306px; width: 171px; height: 37px; } 
.sprite.t4-2 { background-position: 0 -348px; width: 224px; height: 37px; } 
.sprite.t4-3 { background-position: 0 -390px; width: 161px; height: 37px; } 
.sprite.t4-4 { background-position: 0 -432px; width: 188px; height: 42px; } 

/*--------- SPRITE POSITION ---------*/
.t1-1 {
    top: 156px;
    left: 15px;
}
.t1-2 {
    top: 206px;
    left: 15px;
}
.t1-3 {
    top: 256px;
    left: 17px;
}
.t2-1 {
    top: 156px;
    left: 15px;
}
.t2-2 {
    top: 206px;
    left: 15px;
}
.t3-1 {
    top: 73px;
    left: 116px;
}
.t4-1 {
    top: 125px;
    left: 15px;
}
.t4-2 {
    top: 175px;
    left: 17px;
}
.t4-3 {
    top: 225px;
    left: 17px;
}
.t4-4 {
    top: 2px;
    left: 0px;
}



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

.bg1 {
    width: 300px;
    height: 600px;
}

.bg2 {
    width: 300px;
    height: 600px;
}
.logo{
    bottom: 25px;
    left: 17px;
    width: 212px;
    height: 67px;
}

.create{
    top: -22px;
    left: -73px;
    width: 121px;
    height: 36px;
}

/*-------- ROBOT --------*/
.arm1{
    top: 311px;
    left: 10px;
    width: 72px;
    height: 90px;
}

.arm2{
    top: 297px;
    left: 194px;
    width: 54px;
    height: 104px;
}

.base1{
    top: 372px;
    left: 50px;
    width: 36px;
    height: 56px;
    z-index: 3;
}

.base2{
    top: 372px;
    left: 191px;
    width: 36px;
    height: 56px;
}

.hand1{
    top: -97px;
    left: -3px;
    width: 74px;
    height: 117px;
}

.hand2{
    top: -70px;
    left: -55px;
    width: 106px;
    height: 91px;
}

.shadow{
    top: 422px;
    left: 18px;
    width: 232px;
    height: 11px;
}

.robot{
    top: 0px;
    left: 2px;
    width: 300px; 
    height: 600px;
}

.lef{
    top: 0px;
    left: 0px;
}


.right{
    top: 0px;
    left: 0px;
}



/*-------- CTA --------*/
#cta{width: 262px;height: 45px;top: 438px;left: 18px;}

.cta-text,.cta-hover{top: 12px;left: 84px;}

.cta-in{
    width: 260px;
    height: 42px;
    background-color: #a41034;
    border: 1px solid #a41034;
}
.cta-out{
    width: 260px;
    height: 42px;
    background-color: #000000;
    border: 1px solid #000000;
}


/*-------- IDs --------*/
#redLine {
    top: 303px;
    left: 19px;
    width: 2px;
    height: 52px;
    background-color: #f4f5f6;
}

#goMask{
    top: 308px;
    left: 30px;
    width: 205px;
    height: 45px;
    overflow: hidden;
}