html {
  scroll-behavior: smooth
}

/*-- Common --*/
body {
  font-family: "Open Sans", sans-serif;
  background: #F1F3F5;
  overflow-x: hidden;
  max-width: 100%;
  margin-left: calc(100vw - 100%);
}

h1 {
  color: #fff;
  font-size: 58px;
  line-height: 72px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}

h2:before {
  content: '';
  height: 5px;
  max-width: 100px;
  background: #B83F3F;
  display: block;
  margin-bottom: 30px;
}

h2 {
  color: #334F59;
  font-size: 36px;
  line-height: 49px;
  font-weight: 700;
}

@media (max-width: 576px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

p {
  color: #334F59;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

a {
  color: #334F59;
  text-decoration: underline;
}

a:hover {
  color: #559f69;
}

.wrapper {
  max-width: 1340px;
  margin: 0 auto;
}

.white-bg {
  background: #fff;
}

/*-- margins + paddings --*/
.p90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .p90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p120 {
  padding-top: 140px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .p120 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/*-- topbar --*/
.topbar {
  background: #F1F3F5;
  height: 100px;
  padding: 0;
  transition: all 0.2s ease;
}

@media (max-width: 576px) {
  .topbar {
    height: 70px;
  }
}

.topbar ul {
  list-style: none;
  margin: auto 50px auto 0;
  padding: 0;
}

@media (max-width: 576px) {
  .topbar ul {
    margin: auto 16px auto 0;
  }
}

.topbar ul .jobad-element-company-profile,
.topbar ul .jobad-element-company-follow,
.topbar ul .jobad-element-share {
  display: none;
}

.topbar ul li a {
  color: #698592;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (max-width: 576px) {
  .topbar ul li a {
    font-size: 13px;
    line-height: 13px;
  }
}

.topbar ul li a svg {
  margin: 0 6px 0;
}

.topbar ul li a:hover {
  color: #698592;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.topbar ul li a:hover svg {
  margin: 0 6px 0;
}

.topbar .logo {
  width: 320px;
  transition: all 0.2s ease;
}

@media (max-width: 576px) {
  .topbar .logo {
    width: 132px;
  }
}

.topbar-scroll {
  transition: all 0.2s ease;
  background: #fff;
}

/*-- hero --*/
.hero {
  margin-top: 100px;
  padding-top: 60vh;
  position: relative;
  background: url(../img/rep-AST-hero.jpg) no-repeat center;
  background-size: cover;
}

@media (min-width: 1920px) {
  .hero {
    padding-top: 40vh;
  }
}

@media (max-width: 992px) {
  .hero {
    padding-top: 30vh;
  }
}

@media (max-width: 576px) {
  .hero {
    margin-top: 70px;
    padding-top: 30vh;
    background: url(../img/rep-AST-hero-sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.hero .graddy {
  background: #2E526F;
  background: linear-gradient(0deg, #2E526F 15%, rgba(0, 78, 81, 0) 70%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-- subheader -- */
.subheader {
  background: #2E526F;
  padding-bottom: 90px;
}

@media (max-width: 576px) {
  .subheader {
    padding-bottom: 40px;
  }
}

.subheader p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .subheader p {
    font-size: 18px;
    line-height: 28px;
  }

  .subheader img {
    height: 28px;
  }
}

/*-- intro --*/
.intro p {
  text-align: center;
}

@media (max-width: 576px) {
  .intro p {
    text-align: start;
  }
}

/*-- quote --*/
.quote p {
  color: #334F59;
  font-size: 32px;
  line-height: 43px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .quote p {
    font-size: 28px;
    line-height: 38px;
  }
}

.quote span {
  color: #334F59;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .quote span {
    font-size: 16px;
    line-height: 36px;
  }
}

.text-quote p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

.text-quote span {
  color: #334F59;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

/*-- hold --*/
.hold .blue-box {
  background: #2E526F;
  border-radius: 6px;
  padding: 40px;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .hold .blue-box {
    padding: 30px;
  }
}

.hold .blue-box p {
  color: #fff;
  margin-bottom: 0;
}

/*-- ansvar --*/
.ansvar {
  position: relative;
}

.ansvar .lov-ikon {
  position: absolute;
  bottom: 0px;
  right: 15%;
}

@media (max-width: 768px) {
  .ansvar .lov-ikon {
    display: none;
  }
}

/*-- dig --*/
.dig .box {
  border-radius: 6px;
  padding: 20px 30px;
}

@media (max-width: 576px) {
  .dig .box {
    padding: 20px;
  }
}

.dig .dark-blue {
  background: #2E526F;
}

.dig .petroleum {
  background: #698592;
}

.dig .light-blue {
  background: #3E9DC1;
}

.dig .box p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.dig .text-quote {
  margin-top: 40px;
}

/*-- boxes --*/
.boxes .white-box {
  background: #fff;
  border-left: 5px solid #3E9DC1;
  padding: 30px;
}

.boxes .white-box p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .boxes .white-box p {
    word-break: break-word;
  }
}

/*-- apply box --*/
.apply-box {
  position: relative;
  z-index: 1000;
}

.apply-box .apply-link {
  background: #B83F3F;
  padding: 30px;
  border-radius: 6px;
}

.apply-box .apply-link p {
  color: #fff;
  margin-bottom: 0;
}

.apply-box .apply-link a,
.apply-box .apply-link a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

/*-- apply --*/
.apply {
  background: url(../img/rep-AST-apply-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 576px) {
  .apply {
    background: url(../img/rep-AST-apply-bg-sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.apply h2,
.apply p {
  color: #fff;
  position: relative;
  z-index: 100;
}

.apply h2:before {
  background: #3E9DC1;
}

.apply .overlay {
  background-color: rgba(77, 112, 143, 0.70);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/*-- footer --*/
.footer {
  background: #4D708F;
  padding-top: 180px;
  padding-bottom: 60px;
  margin-top: -120px;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
    margin-top: 0;
  }
}

.footer .adress {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 576px) {
  .footer .adress {
    justify-content: center;
  }

  .footer .adress img {
    height: 50px;
  }
}

.footer p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .footer p {
    font-size: 13px;
    line-height: 23px;
  }
}

/*-- apply btn --*/
.jix_onlineapplication_button .button {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 30px;
  border: 0;
  margin: 0;
  padding: 15px 50px;
  background: #B83F3F;
  transition: all 0.2s ease;
  position: relative;
}

@media (max-width: 576px) {
  .jix_onlineapplication_button .button {
    font-size: 13px;
    line-height: 13px;
    border-radius: 30px;
    padding: 10px 16px;
  }
}

.cta:hover,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
  transition: all 0.2s ease;
  color: #fff;
  background: #952D2D;
  box-shadow: none;
}



/*-- ScrollTrigger gsap --*/
.slide-up {
  opacity: 0;
  transform: translate(0, 70px);
}

.fade-in,
.fade-in-two {
  opacity: 0;
  position: relative;
  z-index: 60;
}

.fade-in {
  opacity: 0
}

.fade-down {
  opacity: 0;
  transform: translate(0, -30px)
}

.fade-delay-one,
.fade-delay-two,
.fade-delay-three,
.fade-delay-four,
.fade-delay-five,
.fade-delay-six {
  opacity: 0;
  transform: translate(0, 10px)
}

.right-to-left {
  transform: translate(250px, 0);
  opacity: 0
}

@media (max-width: 768px) {
  .right-to-left {
      transform: translate(0px, 0px) !important;
      opacity: 1 !important
  }
}

.left-to-right {
  transform: translate(-200px, 0);
  opacity: 0
}

@media (max-width: 768px) {
  .left-to-right {
      transform: translate(0px, 0px) !important;
      opacity: 1 !important
  }
}