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: 300px;
  height: 600px;
  box-sizing: border-box;
}

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

.logoTop {
  position: absolute;
  top: 18px;
  left: 23px;
  width: 99px;
  opacity: 0;
}

.logoTop.in {
  opacity: 1;
}

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

.frames .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: width 1s linear .25s;
  overflow: hidden;
  opacity: 0;
}

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

.frames .frame img {
  position: absolute;
}

.frames .frame:nth-of-type(1) img:nth-of-type(1) {
  width: 174px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.frames .frame:nth-of-type(2) {
  transition: opacity .3s ease-in-out;
}

.frames .frame:nth-of-type(2) img:nth-of-type(1) {
  width: 222px;
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
}

.frames .frame:nth-of-type(3) {
  z-index: 11;
}

.frames .frame:nth-of-type(3) .award {
  z-index: 11;
  top: 600px;
  left: calc(50% - 7px);
  transform: translateX(-50%);
  width: 230px;
  transition: top 1s ease-in-out;
}

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

.frames .frame:nth-of-type(3) .rankTextContainer {
  position: relative;
  top: 367px;
  left: 62px;
  opacity: 0;
  transition: opacity .5s ease-in-out 1.3s;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText {
  position: absolute;
}

.frames .frame:nth-of-type(3) .rankTextContainer .rankText:nth-of-type(1) {
  top: 0;
  left: 10px;
}

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

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

.text {
  position: absolute;
  top: 228px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out .3s;
}

.text.in {
  opacity: 1;
}

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

.cta.in {
  opacity: 1;
}

.cta img {
  padding: 10px;
  opacity: 0;
  width: 117px;
}

.cta img.visible {
  opacity: 1;
}

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