
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size:16px;
  font-family: 'Arial', sans-serif;

}

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

.banner{
  width: 320px;
  height: 250px;
  background-image: linear-gradient(#084875, #021E40);
}

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

.logo{
  position:absolute;
  right: 20px;
  top: 30px;
  max-width: 40px;
  z-index: 1;
}

#text2,
#text3{
  opacity: 0;
}

.text-container .text{
  position: absolute;
  max-width: 320px;
  left: 20px;
  top: 120px;
  font-weight:700;
}

.text-container .text h1{
  font-size: 3rem;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
}

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

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

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

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



.hover{
  position: absolute;
  background: #021E40;
 /*background-image: linear-gradient(#021E40 100%, #fff 0%);
  background: linear-gradient(to right, #021E40 80%, #fff 20%);*/
  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: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;
}

#text1alt, #text2alt {
  opacity: 0;
}

#text1alt, #text2alt {
  margin-left: -35px;
  margin-top: -50px;
  border-left: none;
}

.fordeler li{
  font-size: 12px;
  line-height: 16px;;
  font-weight: 400;
}

.text i span {
  color: #FF6422;
  font-size: 14px;
  font-weight: 600;
}

.meetus {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 16px;
}

.meetus h5 {
  margin-bottom: 1px;
}

.bluuuue {
  color: #95D3E6;
  font-size: 14px;
}

#text3 h1 {
  font-size: 1.70rem !important;
}

#text3 .orange {
  margin-top: -30px;
}

#text3 .orange span {
  color: #FF6422;
  font-weight: 600;
}

#text1 h1 span {
  font-size: 24px;
  position: relative;
  top: -16px;
  font-weight: 100;
}