.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: 'proxima-nova', arial, sans-serif;
}

p {
  margin: 0px !important;
  font-weight: 600;
}

.banner {
  width: 980px;
  height: 300px;
  background-image: linear-gradient(#084875, #021e40);
}

.banner:after {
  content: '';
  width: 40%;
  height: 150%;
  background: linear-gradient(#03417f, #021e40, #021e40);
  position: absolute;
  right: -160px;
  bottom: -100px;
  transform: rotate(13deg);
  z-index: 1;
}

.logo {
  position: absolute;
  right: 40px;
  top: 48px;
  max-width: 150px;
  z-index: 2;
}

.scale-orange {
  color: #ff6422;
  font-size: 24px;
}

#text2,
#text3,
#text4 {
  opacity: 0;
}

.text-container .text {
  position: absolute;
  max-width: 800px;
  left: 48px;
  bottom: 48px;
  font-weight: 700;
}

.text-container .text h1 {
  font-size: 4.5rem;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1;
}

.text-container .text h2 {
  font-size: 2.8rem;
  line-height: 1.05;
  margin-bottom: 0px;
  margin-top: 8px;
  font-weight: 400;
}

.frist {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 32px;
  left: 48px;
}

.image-container img {
  position: absolute;
  width: 990px;
}

.image-2,
.image-3,
.image-4 {
  opacity: 0;
}

.cta {
  position: absolute;
  right: 35px;
  bottom: 30px;
  background: #ff6422;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  padding: 0.2em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 6;
}

.cta:hover {
  opacity: .7;
}

.crop {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.hover{
  position: absolute;
  background: #021E40;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
  transition: .3s opacity ease;
  background-image: linear-gradient(#084875, #021E40);
}

.hover img{
  width:55%;
  position: absolute;
  left:0;
  right:0;
  top:16px;
  bottom:20px;
  margin:auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

.banner:hover .hover {
  opacity: 1;
}

.banner:hover .hover img {
  opacity: 1;
}