.clickTagLink {
  position: absolute;
  text-decoration: none !important;
}

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

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

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

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

.headline {
  color: #6cbee6;
  font-weight: bold;
}

.text-container {
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}

.outer-text-container {
  background: #021e40;
  height: 100%;
  max-width: fit-content;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 100px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.outer-text-container:before {
  position: absolute;
  content: '';
  top: -50px;
  right: -0px;
  width: 50px;
  height: 200%;
  background: #021e40;
  z-index: -1;
  transform: rotate(5deg);
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  max-width: 970px;
}

#text1 {
  font-size: 40px;
  opacity: 0;
}

#text2 {
  font-size: 25px;
  line-height: 1.1;
  opacity: 1;
}

.text-container div {
  position: absolute;
}

.text-container {
  min-width: 300px;
}

.outer-text-container {
}
.image {
  /* width: 400px; */
  width: 100%;
}

.image img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.payoff {
  background: #021e40;
  padding: 20px;
  text-align: center;
  padding-top: 60px;
  width: 140px;
  position: relative;
}

.payoff:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 200%;
  background: #021e40;
  transform: rotate(5deg);
}

.payoff img {
  max-width: 150px;
  position: relative;
  right: 30px;
}

.container .image img {
  animation: scaleImage 10s infinite ease-in-out;
}

@keyframes scaleImage {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

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

.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: 40%;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 20px;
  margin: auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

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

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

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