body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  background-color: #fdf6ec;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  width: 728px;
  height: 90px;
  box-sizing: border-box;
}

a:hover .cta {
  background-color: #032334;
}

.frames {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frames .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.frames .frame img {
  position: absolute;
}

.frames .frame.in {
  opacity: 1;
}

.frames .frame:nth-of-type(1) img {
  width: 152px;
  top: 18px;
  left: 25px;
}

.frames .frame:nth-of-type(2) {
  transition: width .9s linear .25s;
}

.frames .frame:nth-of-type(2).out {
  width: 0;
}

.frames .frame:nth-of-type(2) img:nth-of-type(1) {
  top: 17px;
  left: 263px;
  width: 428px;
}

.frames .frame:nth-of-type(3) .textHider {
  position: absolute;
  top: 7px;
  left: 834px;
  height: 74px;
  width: 45px;
  background-color: #fdf6ec;
  transition: left 1s ease-in-out;
  z-index: 10;
}

.frames .frame:nth-of-type(3) .textHider.in {
  left: 234px;
}

.frames .frame:nth-of-type(3) .award {
  z-index: 11;
  top: 7px;
  left: 810px;
  width: 88px;
  transition: left 1s ease-in-out;
}

.frames .frame:nth-of-type(3) .award.in {
  left: 210px;
}

.frames .frame:nth-of-type(3) .rankTextContainer {
  position: relative;
  top: -5px;
  right: -280px;
  width: 284px;
  height: 90px;
  overflow: hidden;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText {
  position: absolute;
  left: -100%;
  transition: left 0.5s ease-out 1s;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText:nth-of-type(1) {
  top: 22px;
  width: 264px;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText:nth-of-type(2) {
  top: 48px;
  width: 216px;
}

.frames .frame:nth-of-type(3) .rankTextContainer.in .rankText {
  left: 20px;
}

.cta {
  background-color: #0078c1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  opacity: 0;
  transition: opacity 1s ease-in-out 1.7s;
  max-height: 26px;
}

.cta.in {
  opacity: 1;
}

.cta img {
  padding: 8px;
  opacity: 0;
  width: 90px;
}

.cta img.visible {
  opacity: 1;
}

.cta img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
