html {
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
    margin: 0px;
    background-color: #FFFFFF;
}
div,
span {
    margin: 0px;
    padding: 0px;
}
img {
    border: none;
    vertical-align: top;
}
p {
    margin: 0;
    padding: 0;
}
a:link {
    text-decoration: none;
    z-index: 10;
}
svg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

#wrapper {
    position: relative;
    width: 728px;
    height: 90px;
    background-color: #1f5aa5;
    overflow: hidden;
}

#banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #415A68;
}

#bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anim {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-container {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header {
    position: absolute;
    font-weight: 600;
    z-index: 3;
    left: 0;
    top: 0;
    width: 186px;
    height: 25px;
    background: #f8db00;
    color: #1f5aa5;
    font-size: 15px;
    line-height: 9px;
    padding: 8px;
    text-align: center;
}

.textbox {
    position: absolute;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 3;
    right: 0px;
    bottom: 0;
    width: 304px;
    height: 90px;
    color: #FFF;
    font-size: 21px;
    line-height: 28px;
    opacity: 0;
}

.textbox .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

#textbox-bg {
    z-index: 3;
    background: #1f5aa5;    
}

#slide-4 {
    z-index: 4;
    background: #1f5aa5;
    display: none;
}

.logo {
    position: absolute;
    left: 130px;
    top: 14px;
    width: 110px;
    height: 86px;
}

.cta {
    position: absolute;
    left: 70%;
    top: 30px;
    transform: translateX(-50%);
    width: 185px;
    height: 32px;
    background: #f8db00;
    color: #1f5aa5;
    font-size: 0;
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.cta .icon,
.cta .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.cta .icon {
    width: 8px;
    height: 12px;
    margin: 1px 8px 0 16px
}

.cta .text {
    font-size: 16px;
    font-weight: 600;
}

.cta .shimmer {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 20%,rgba(255,255,255,0.3) 55%,rgba(255,255,255,0.3) 67%,rgba(255,255,255,0.4) 76%,rgba(255,255,255,0.4) 84%,rgba(255,255,255,0) 100%);
    transform: skewX(-50deg) translateX(-100%);
}

.apple, .lemon {
    display: none;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}

#apple-shimmer{
    position: absolute;
    left: -50px;
    top:13px;
    z-index: 1;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.3) 55%,rgba(255,255,255,0.4) 67%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 84%,rgba(255,255,255,0) 100%);
    transform: skewX(-50deg) translateX(-100%);
    opacity: 1;
}

#apple-1 {
    left: 245px;
    top: -90px;
}
#apple-2 {
    display: block;
    left: 325px;
    top: 9px;
    opacity: 0;
    overflow: hidden;
}
#lemon-1 {
    left: 244px;
    top: 16px;
}

#shadow-1{
    position: absolute;
    left:230px;
    top:61px;
    transform: scale(0);
}

#shadow-2{
    position: absolute;
    left:306px;
    top:62px;
    opacity: 0;
}


