@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: 320px;
  height: 50px;
  letter-spacing: 0.1em;
}

a:hover .blueContainer .arrow svg path {
  fill: #cb3e37;
}

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

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

.logoContainer .redStrip {
  background-color: #cb3e37;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.blueContainer {
  position: absolute;
  top: 0;
  left: 112px;
  height: 100%;
  width: 208px;
  z-index: 10;
  background-color: #0079c2;
}

.blueContainer .textFrames {
  position: relative;
}

.blueContainer .textFrames img {
  position: absolute;
  left: 16px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  top: 10px;
}

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

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

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

.blueContainer .textFrames img:nth-of-type(3) {
  width: 152px;
}

.blueContainer .arrow {
  position: absolute;
  right: 12px;
  top: 18px;
}

.blueContainer .arrow svg {
  width: 8px;
}
