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

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

body {
  width: 800px;
  height: 800px;
  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: 800px;
  height: 800px;
  /* background-image: linear-gradient(#084875, #021e40);
   background-image: linear-gradient(#084875, #021e40); */

  background-image: linear-gradient(#021e40, #084875);
  text-decoration: none !important;
}

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

.headline {
  color: #6cbee6;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

#slide1 {
  opacity: 1;
}

#slide2 {
  opacity: 0;
}
#slide3 {
  opacity: 0;
}

.container {
  display: flex;
  height: 100%;
}

#slide2,
#slide3 {
  margin-top: 300px;
  margin-left: 258px;
}

#text1 {
  font-size: 60px;
}

#text2 {
  font-size: 50px;
}

.slide {
  position: absolute;
  width: 100%;

  height: 100%;
}

#slide1 img {
  animation: scaleImage 10s infinite ease-in-out;
}

.payoff {
  height: 100%;
  max-width: 100px;
  padding: 20px;
  position: relative;
  z-index: 1;
  background: transparent;
  position: absolute;
}

.payoff:before {
  content: '';
  position: absolute;
  top: -40px;
  left: -200px;
  width: 300px;
  height: 200%;
  z-index: -1;
  transform: rotate(10deg);
  background-image: linear-gradient(#084875, #021e40);
  /* background: #084875; */
}

.payoff img {
  max-width: 150px;
  margin-left: 30px;
  margin-top: 30px;
}

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

#slide1 {
  width: 100%;
}

#slide1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {
  margin-top: 20px;
  background: #ff6422;
  border: 0px;
  color: #021e40;
  border-radius: 30px;
  font-size: 30px;
  padding: 0.4em 1.5em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 2;
  position: absolute;
  bottom: 80px;
  width: 100%;
  width: 250px;
  left: 50px;
}

.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: 80%;
  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;
}
