.clickTagLink {
  position: absolute;
}

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

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 18px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1;
}

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

.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);
}

.logo {
  position: absolute;
  right: 30px;
  top: 50px;
  max-width: 160px;
  z-index: 1;
}
.text-container .text {
  position: absolute;
  left: 50px;
  top: 120px;
  z-index: 1;
  max-width: 600px;
}

.text .title {
  color: #6cbee6;
  font-size: 20px;
  font-style: italic;
}
.text .content {
  font-size: 30px;
}

#text1 .content {
  font-size: 50px;
}

#text1 {
  opacity: 1;
}

#text2 {
  opacity: 0;
}

#text3 {
  opacity: 0;
}

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

video {
  height: 444px;
  position: absolute;
}

.cta {
  position: absolute;
  right: 35px;
  bottom: 30px;
  background: #ff6422;
  border: 0px;
  color: #021e40;
  border-radius: 30px;
  font-size: 20px;
  padding: 0.4em 1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 2;
}

.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: 0.3s opacity ease;
  background-image: linear-gradient(#084875, #021e40);
}

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

.we-are {
  padding-top: 120px;
}

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

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

.text i span {
  color: #6cbee6;
  font-size: 18px;
  font-weight: 400;
}

.bluuue-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 300px;
  background: linear-gradient(90deg, #021e40cc, #021e4020);
  opacity: 0;
}
