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 .frames .frame .cta {
  background-color: #032334;
}

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

.frames .frame {
  position: absolute;
}

.frames .frame img {
  width: 100%;
}

.frames .frame:nth-of-type(1) {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 152px;
  transition: all 1s ease-in-out;
}

.frames .frame:nth-of-type(2) {
  top: 50%;
  left: 263px;
  transform: translateY(-50%);
  width: 428px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.frames .frame:nth-of-type(2).in {
  opacity: 1;
}

.frames .frame:nth-of-type(3) {
  top: 18px;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  overflow: hidden;
  width: calc(100% + 233px);
  height: 90px;
}

.frames .frame:nth-of-type(3) img {
  position: absolute;
  top: 0;
  left: 269px;
  width: 320px;
}

.frames .frame:nth-of-type(3).in {
  opacity: 1;
}

.frames .frame:nth-of-type(3).out {
  width: 233px;
}

.frames .frame:nth-of-type(4) {
  top: 7px;
  left: 936px;
  transition: left 1s ease-in-out;
  height: 90px;
}

.frames .frame:nth-of-type(4).in {
  left: 208px;
}

.frames .frame:nth-of-type(4) .award {
  position: absolute;
  left: 0;
  width: 88px;
  z-index: 10;
}

.frames .frame:nth-of-type(4) .rankTextContainer {
  position: absolute;
  top: 13px;
  left: 70px;
  width: 284px;
  height: 90px;
  overflow: hidden;
}

.frames .frame:nth-of-type(4) .rankTextContainer .rankText {
  width: auto;
  position: absolute;
  left: -284px;
  transition: left .5s ease-in-out;
  top: 0;
}

.frames .frame:nth-of-type(4) .rankTextContainer .rankText:nth-of-type(2) {
  top: 28px;
}

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

.frames .frame:nth-of-type(4) .cta {
  position: relative;
  top: 26px;
  left: 388px;
  background-color: #0078c1;
  width: 107px;
  height: 25px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.frames .frame:nth-of-type(4) .cta.in {
  opacity: 1;
}

.frames .frame:nth-of-type(4) .cta img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  opacity: 1;
}
