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: 728px;
    height: 90px;
    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: 375px; height: 259px; background-size: 375px 259px;  } 
.sprite.cta-hover { background-position: 0 0; width: 70px; height: 14px; } 
.sprite.cta-text { background-position: 0 -19px; width: 70px; height: 14px; } 
.sprite.t1-1 { background-position: 0 -38px; width: 366px; height: 29px; } 
.sprite.t1-2 { background-position: 0 -72px; width: 163px; height: 29px; } 
.sprite.t2-1 { background-position: 0 -106px; width: 375px; height: 29px; } 
.sprite.t3-1 { background-position: 0 -140px; width: 72px; height: 37px; } 
.sprite.t4-1 { background-position: 0 -182px; width: 209px; height: 20px; } 
.sprite.t4-2 { background-position: 0 -207px; width: 83px; height: 20px; } 
.sprite.t4-3 { background-position: 0 -232px; width: 120px; height: 27px; } 

/*--------- SPRITE POSITION ---------*/
.t1-1 {
    top: 12px;
    left: 34px;
}
.t1-2 {
    top: 48px;
    left: 34px;
}
.t2-1 {
    top: 12px;
    left: 32px;
}
.t3-1 {
    top: 73px;
    left: 116px;
}
.t4-1 {
    top: 22px;
    left: 32px;
}
.t4-2 {
    top: 47px;
    left: 33px;
}
.t4-3 {
    top: 2px;
    left: 0px;
}



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

.bg1 {
    width: 728px;
    height: 90px;
}

.blk {
    background-color: white;
    width: 186px;
    height: 90px;
    top:0px;
    right:0px;
}

.bg2 {
    width: 728px;
    height: 90px;
}
.logo{
    top: 15px;
    right: 5px;
    width: 174px;
    height: 58px;
}

.create{
    top: -19px;
    left: -58px;
    width: calc(190px/2);
    height: calc(58px/2);
}

/*-------- ROBOT --------*/
.arm1{
    top: 90px;
    left: 109px;
    width: calc(93px/2);
    height: calc(138px/2);
}

.arm2{
    top: 112px;
    left: 237px;
    width: calc(143px/2);
    height: calc(89px/2);
}

.base1{
    top: 141px;
    left: 134px;
    width: 30px;
    height: 45px;
}

.base2{
    top: 141px;
    left: 242px;
    width: 30px;
    height: 45px;
}

.hand1{
    top: -46px;
    left: 1px;
    width: calc(157px/2);
    height: calc(115px/2);
}

.hand2{
    top: -56px;
    left: 2px;
    width: calc(139px/2);
    height: calc(141px/2);
}

.shadow{
    top: 180px;
    left: 109px;
    width: 179px;
    height: 9px;
}

.robot{
    top: -25px;
    left: 94px;
    width: 728px;
    height: 90px;
}





/*-------- CTA --------*/
#cta{width: 100px;height: 31px;top: 28px;left: 416px;}

.cta-text,.cta-hover{top: 9px;left: 16px;}

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


/*-------- IDs --------*/
#redLine {
    top: 29px;
    left: 262px;
    width: 1px;
    height: 30px;
    background-color: #f4f5f6;
}

#goMask{
    top: 29px;
    left: 268px;
    width: 205px;
    height: 29px;
    overflow: hidden;
}