.clickTagLink {
  position: absolute;
}

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

body {
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size: 18px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #fff;
}

h1,
h2,
h3 {
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

h1.bold {
  font-weight: bold;
}

button {
  font-family: 'proxima-nova', arial, sans-serif;
}
a {
  text-decoration: none;
}

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

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

.banner:after {
  content: '';
  width: 32%;
  height: 150%;
  background: linear-gradient(#03417f, #021e40, #021e40);
  position: absolute;
  left: -82px;
  bottom: -100px;
  transform: rotate(12deg);
  z-index: 10;
}

.logo {
  position: absolute;
  left: 10px;
  top: 30px;
  max-width: 25px;
  z-index: 11;
}
.inner-banner-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.frame-container {
  flex: 1;
  height: 100%;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
}

#frame1 .frame-inner {
  position: absolute;
  background: rgba(2, 30, 64, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

#frame1,
#frame2,
#frame3,
#frame4,
#frame5,
#frame6 {
  opacity: 0;
}

#frame3 {
  opacity: 1;
}

.logo-scaleaq {
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 10px;
  max-width: 40px;
}

.full-width .frame-1 {
  z-index: 2;
  width: 100%;
  left: 0px;
  background: rgba(2, 30, 64, 0.5);
}

.full-width .frame-1 .text-inner {
  margin-left: 30px;
}
.full-width .frame-2 {
  width: 100%;
  left: 0;
  clip-path: none;
}

#frame1 .bilde1 {
  width: 60%;
  height: 100%;
  position: absolute;
  object-fit: cover;

  top: 0;
}
#frame1 .bilde2 {
  width: 60%;
  height: 100%;
  left: 40%;
  object-fit: cover;
  position: absolute;
  top: 0;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
}

#frame1 h1 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  max-width: 80%;
  font-size: 30px;
}

.logo-cotnainer {
  max-width: 50px;
  background: #021e40;
  position: relative;
  z-index: 5;
}

.logo-cotnainer:before {
  content: '';
  width: 100px;
  height: 100%;
  background: #021e40;
  left: -99px;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.frame-1 {
  width: 55%;
  height: 100%;
  position: absolute;
}

.frame-2 {
  width: 55%;
  height: 100%;
  left: 45%;
  position: absolute;
  background: blue;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

#frame2 .frame-1-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 30px;
  right: 0;
}

.image1-bg {
  background-image: url('assets/bilde1.jpeg');
  background-position: center;
}

.image2-bg {
  background-image: url('assets/bilde2.jpeg');
  background-position: center;
}

.logo-cotnainer {
  display: none;
}

.logo-cotnainer img {
  max-width: 40px;
}

.inner-logo-container {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.text-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  position: absolute;
  left: 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: 600;
  z-index: 11;
}

.orange {
  color: #ff6422;
}

.blue {
  color: #6cbee6;
}

.bold {
  font-weight: bold;
}

.hover {
  position: absolute;
  background: #021e40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  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;
}
