@font-face {
  font-family: 'Archer';
  src: url("../Archer-Medium.woff");
  font-weight: normal;
}

body {
  font-family: 'Archer', times, serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 970px;
  height: 250px;
  letter-spacing: 0.1em;
}

a:hover .blueContainer .cta .button {
  background-color: #AFD7EF;
}

.logoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 268px;
  z-index: 100;
  background-color: white;
}

.logoContainer .logo {
  width: 235px;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.main {
  position: absolute;
  left: 268px;
  top: 0;
  transition: all 11s ease-out;
}

.main.active {
  transform: scale(1.1);
}

.blueContainer {
  position: absolute;
  z-index: 50;
  left: -700px;
  top: 0;
  transition: left .5s ease-in-out;
  width: 703px;
  height: 100%;
  background-color: #0079c2;
}

.blueContainer.active {
  left: 268px;
}

.blueContainer img {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 521px;
  opacity: 0;
  transition: opacity .25s ease-in-out .5s;
}

.blueContainer img.active {
  opacity: 1;
}

.blueContainer .cta {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .25s ease-in-out .5s;
}

.blueContainer .cta.active {
  opacity: 1;
}

.blueContainer .cta .button {
  width: 193px;
  height: 35px;
  background-color: white;
  position: relative;
  border-radius: 16px;
}

.blueContainer .cta .button svg {
  width: 143px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.blueContainer .cta .link {
  position: absolute;
  top: 47px;
  left: -40px;
  color: white;
  font-size: 15px;
  margin: 0;
  opacity: 1;
  white-space: nowrap;
}

.whiteContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 360px;
  z-index: 10;
  background-color: white;
}

.whiteContainer .textFrames {
  position: relative;
  height: 100%;
}

.whiteContainer .textFrames img {
  position: absolute;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.whiteContainer .textFrames img.active {
  opacity: 1;
}

.whiteContainer .textFrames img:nth-of-type(1) {
  width: 267px;
}

.whiteContainer .textFrames img:nth-of-type(2) {
  width: 297px;
}
