.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 0.875em;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.35em;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.25em;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.image-30 {
  width: 230px;
  height: 80%;
}

.navbar {
  overflow: hidden;
  width: 100%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0.7);
  background-image: linear-gradient(83deg, #fff 15%, hsla(0, 0%, 100%, 0.5));
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.navbar.fix {
  position: fixed;
}

.navbar.landing {
  width: 100vw;
  height: 100px;
  margin-left: 0px;
  background-color: #fff;
  background-image: linear-gradient(83deg, #fff 15%, hsla(0, 0%, 100%, 0.5));
}

.superscript {
  position: relative;
  top: -0.3em;
  margin-right: 3px;
  font-size: 0.625em;
}

.simple-menu-button-2 {
  display: none;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button-2.w--open {
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: grey;
}

.nav-link:hover {
  color: #752149;
}

.nav-link:focus {
  color: #752149;
}

.nav-link.w--current {
  color: #752149;
}

.nav-link.w--current:active {
  color: #752149;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Sapura, sans-serif;
  font-size: 1.05em;
  line-height: 1.25em;
}

.body.black {
  background-color: #000;
}

.progress {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  width: 100vw;
  height: 5px;
  background-color: #e2373b;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.progress.blank {
  position: fixed;
  background-color: #e7e7e7;
}

.background-video {
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.italic-text-4 {
  font-weight: 300;
}

.container-four-decades {
  position: static;
  left: 0px;
  top: 4%;
  right: 0px;
  bottom: 4%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-shadow: 0 1px 6px #000;
}

.container-four-decades.landing {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.scroll-line {
  width: 2px;
  height: 40vh;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.text-block-3 {
  margin-top: 20px;
  text-shadow: 0 0 6px #000;
}

.heading-1 {
  font-size: 4.5em;
  line-height: 1em;
}

.heading-1.landing {
  margin-top: 0px;
  color: #f3bd42;
}

.text-block-12 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.slider {
  width: 100%;
  height: 82px;
  margin-top: -25px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.scroll-link {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-decoration: none;
}

.landing-image {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  color: #fff;
  font-size: 16px;
}

.scroll-discover {
  position: absolute;
  left: 0px;
  top: 80%;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-bottom: -30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  width: 100%;
  margin-top: 0px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
}

.heading-4.white {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #f3bd42;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.heading-4.bl {
  display: inline;
  margin-right: 5px;
  margin-bottom: 0px;
  clear: left;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
}

.heading-4.bold {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.container-four-decades__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  color: #fff;
  font-weight: 300;
}

.heading-3._60 {
  width: 60%;
  float: left;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Sapura, sans-serif;
  font-size: 4.5em;
  line-height: 0.5em;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 0 #000;
}

.heading-3._60.slide {
  width: 100%;
  margin-top: 30px;
  color: #f3bd42;
  font-size: 4.5em;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.header-1__bold {
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}

.core-icon {
  position: absolute;
  max-height: 60%;
  text-decoration: none;
}

.core-icon.page {
  min-height: 0px;
  -webkit-filter: invert(50%);
  filter: invert(50%);
}

.text-block-11 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  margin-bottom: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #535353;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.nav-core__container {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.7);
}

.nav-core__container.bg {
  position: absolute;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: none;
}

.nav-overlay__container {
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 0;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #ad93b8;
  opacity: 1;
}

.transition {
  position: fixed;
  left: -100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 61;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.nav-core__icon {
  position: relative;
  z-index: 62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.nav-core__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.nav-core__wrapper.w--current {
  background-color: #fff;
}

.core-navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.section-1 {
  margin-top: 100px;
  background-color: #000;
}

.section-2 {
  height: 100vh;
  background-image: url('../images/KIDEF-579-sq.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-quote {
  position: relative;
  overflow: hidden;
  width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.heading-quote.by {
  margin-top: 20px;
  font-weight: 700;
}

.heading-quote.quote {
  font-size: 2em;
  line-height: 1em;
}

.scroll-container {
  height: 120vh;
  background-image: none;
}

.sticky-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.sticky-container.sticky._2 {
  position: -webkit-sticky;
  position: sticky;
  width: 100vw;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #f1f1f1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.sticky-container.sticky {
  position: absolute;
  background-color: transparent;
}

.fixed {
  position: absolute;
  bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2__bg {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-2__bg.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.section-2__fg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50vh;
  margin-bottom: -10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #000), to(transparent));
  background-image: linear-gradient(0deg, #000 40%, transparent);
}

.scroll-container-2 {
  height: 500vh;
}

.scroll-container-2.core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f1f1;
}

.sites-scroll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fixed-boxes {
  display: -ms-grid;
  display: grid;
  margin-top: 16px;
  margin-right: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fixed-boxes._2 {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: none;
  filter: none;
}

.fixed-boxes._2.hide {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.fixed-boxes.shamsuddin {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.fixed-boxes._3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -webkit-filter: none;
  filter: none;
}

.fixed-boxes._4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
  -webkit-filter: none;
  filter: none;
}

.photo-card {
  display: inline-block;
  width: 100%;
  height: 125px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-radius: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.photo-card._1 {
  background-image: url('../images/sapura-lima-squashed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-card._1._2 {
  background-image: url('../images/opening-PKNS-squashed.jpg');
  background-position: 50% 0px;
}

.photo-card._1._3 {
  background-image: url('../images/tsss-3-sq.jpg');
  background-position: 50% 0px;
}

.photo-card._1._4 {
  background-image: url('../images/signing-JV-squashed.jpg');
}

.photo-card._1._5 {
  background-image: url('../images/tsss-5-sq.jpg');
}

.photo-card._1._6 {
  height: 30vw;
  background-image: url('../images/tssk-0.jpg');
  background-position: 50% 0px;
}

.photo-card._1._01 {
  height: 30vw;
}

.photo-card._2-1 {
  height: 30vw;
  background-image: url('../images/TSS-6-sq.jpg');
  background-position: 33% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-2 {
  background-image: url('../images/TSS-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-3 {
  background-image: url('../images/TSS-4-sq.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-4 {
  background-image: url('../images/TSS-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-6 {
  height: 250px;
  background-image: url('../images/74d21ff3-80ec-47f6-8939-c6f785e1b7dc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._3-1 {
  width: 30vw;
  height: 30vw;
  background-image: url('../images/dss-1e-sq.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._3-2 {
  background-image: url('../images/dss-3-sq.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._3-3 {
  background-image: url('../images/dss-2-sq.jpg');
  background-position: 0% 14%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._3-4 {
  width: 30vw;
  height: 20vw;
  background-image: url('../images/dato_shahriman-sq.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._4-1 {
  display: block;
  width: 30vw;
  height: 30vw;
  background-image: url('../images/photo_2018-11-23_12-27-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._4-2 {
  background-image: url('../images/dzh-13.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._4-3 {
  background-image: url('../images/DCEO_in_the_Boat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-5-copy {
  background-image: url('../images/TSS-1-sq.jpg');
  background-position: 50% 29%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-7 {
  background-image: url('../images/TSS-5-sq.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._2-7._6 {
  height: 30vw;
}

.photo-card._4-4 {
  background-image: url('../images/DCEO_BFF-sq.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-card._4-5 {
  background-image: url('../images/DCEO-2-sq.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.actual-site {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #78c9ff;
  opacity: 0;
}

.heading-8 {
  font-family: Sapura, sans-serif;
  color: #1d1f21;
  font-size: 26px;
  text-align: center;
  text-transform: none;
}

.heading-8.maroon {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.35em;
  line-height: 1em;
  text-align: left;
}

.image-40 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.feature1-2 {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 15px 0px;
  padding: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.text-block-7 {
  font-family: Sapura, sans-serif;
  text-align: center;
}

.text-block-7.maroon {
  color: #f3bd42;
  font-size: 1.5em;
  line-height: 1em;
  text-align: left;
}

.text-span-13 {
  display: inline-block;
  margin-left: 20px;
}

.text-line-1-1 {
  position: relative;
  z-index: 2;
  width: 100vw;
  color: #fff;
  font-size: 8vw;
  line-height: 8.5vw;
  font-weight: 500;
  text-align: center;
}

.section-hello {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #0c0c0c;
}

.text-span-11 {
  display: inline-block;
}

.text-raw {
  position: absolute;
}

.text-line-2-2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  width: 100vw;
  color: #fff;
  font-size: 7vw;
  line-height: 7.5vw;
  font-weight: 500;
  text-align: center;
}

.text-line-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.bgbgbg {
  width: 50%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/KIDEF-579-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/KIDEF-579-sq.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-line-4-4 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 7vw;
  line-height: 7.5vw;
  font-weight: 500;
  text-align: center;
}

.text-span-25 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.text-block-13 {
  overflow: hidden;
  font-size: 80px;
  line-height: 90px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bf-hello {
  display: none;
  height: 100vh;
  background-color: #0c0c0c;
}

.text-span-17 {
  display: inline-block;
  color: #df4a7f;
}

.text-block-2 {
  overflow: hidden;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  text-align: left;
}

.text-span-16 {
  display: inline-block;
  color: #df4a7f;
  font-weight: 400;
}

.div-block-5 {
  position: absolute;
  right: -45%;
  bottom: -7%;
  width: 80%;
  height: 90%;
  background-image: url('../images/5bb28e5c16b213502b9ff8a2_photo-1535320903710-d993d3d77d29.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: rotateX(-7deg) rotateY(-37deg) rotateZ(0deg);
  transform: rotateX(-7deg) rotateY(-37deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-4 {
  overflow: hidden;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
}

.fixed-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-right: 100px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 28px 28px 80px 0 rgba(0, 0, 0, 0.2);
}

.fixed-3.photo {
  overflow: hidden;
  width: 50vw;
  height: 350px;
  padding: 0vw;
  border-style: none;
  border-radius: 25px;
  box-shadow: 28px 28px 80px 0 rgba(0, 0, 0, 0.2);
}

.fixed-3.dna {
  height: 220px;
}

.scroll-container-3 {
  height: 200vh;
  background-color: #f1f1f1;
}

.sticky-container-2 {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
}

.sticky-container-2.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274b7d;
}

.sticky-container-2.sticky.dna {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  padding-right: 5vw;
  padding-left: 5vw;
}

.sticky-container-2.sticky.career {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-perspective: none;
  perspective: none;
}

.sticky-container-2.sticky.leader {
  position: -webkit-sticky;
  position: sticky;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-container-2.sticky {
  position: absolute;
  background-color: transparent;
}

.sticky-container-2.sticky {
  overflow: hidden;
  width: 100vw;
  padding-top: 100px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sticky-container-2.sticky.core {
  position: -webkit-sticky;
  position: sticky;
  width: 50vw;
  padding: 100px 0px 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-container-2.sticky.discover {
  position: -webkit-sticky;
  position: sticky;
  padding-right: 0vw;
  padding-left: 0vw;
}

.heading-10 {
  margin-top: 0px;
  color: #333;
  font-size: 2.35em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
}

.heading-11 {
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

.heading-11.normal {
  margin-top: 0px;
  font-weight: 400;
  text-align: center;
}

.text-line-3-3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  width: 100vw;
  color: #fff;
  font-size: 7vw;
  line-height: 7.5vw;
  font-weight: 500;
  text-align: center;
}

.text-line-5-5 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 7vw;
  line-height: 7.5vw;
  font-weight: 500;
  text-align: center;
}

.text-line-6-6 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 7vw;
  line-height: 7.5vw;
  font-weight: 500;
  text-align: center;
}

.div-block-89 {
  display: block;
  margin-top: 100px;
}

.div-block-91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sites-scroll__container {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leaders-text__wrapper {
  position: static;
  bottom: 170px;
  z-index: 100;
  display: block;
  width: 60vw;
  height: auto;
  max-height: none;
  margin-top: -50vh;
  margin-left: 5vw;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-12 {
  max-width: 700px;
  margin-left: -25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #666;
  font-size: 1.5em;
  line-height: 1em;
}

.heading-12._2 {
  position: static;
  z-index: 200;
  margin-left: -5px;
}

.heading-12._3 {
  position: absolute;
  top: 0px;
  z-index: 200;
  margin-top: 0px;
  margin-left: -25px;
}

.heading-12.float {
  position: absolute;
  left: 5vw;
  top: 100px;
  z-index: 10;
}

.heading-12.float.contact {
  left: 5vw;
  top: 100px;
  margin-left: 0px;
  color: #fff;
}

.heading-12.float.mobile {
  left: 4vw;
}

.heading-12.float.un {
  margin-left: -25px;
}

.heading-12.white {
  color: hsla(0, 0%, 100%, 0.5);
}

.heading-12.leaders {
  max-width: none;
  margin-left: 0px;
  color: #274b7d;
}

.heading-12.careers {
  margin-top: 20px;
}

.heading-12.collage {
  color: #fff;
}

.heading-13 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 4.5em;
}

.heading-13.discover {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #274b7d;
  font-size: 2.35em;
  line-height: 1.5em;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.heading-13.discover.opacity {
  opacity: 0;
}

.heading-13.white {
  margin-bottom: 25px;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
}

.heading-13.leaders {
  max-width: none;
  font-size: 2.35em;
  line-height: 1em;
}

.heading-13.margin-bottom {
  margin-bottom: 40px;
}

.paragraph {
  margin-top: 25px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 300;
  text-align: justify;
}

.div-block-95 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  background-image: repeating-linear-gradient(180deg, #f1f1f1, hsla(0, 0%, 94.5%, 0) 38%, #f1f1f1 100%, #f1f1f1);
}

.fixed-35 {
  position: static;
  left: 75px;
  top: 34px;
  bottom: 34px;
  width: 40vw;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fixed-35.content {
  margin-right: 5vw;
  margin-bottom: 200px;
}

.fixed-35.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  margin-top: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fixed-35.core {
  width: 40vw;
}

.heading-14 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #274b7d;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-96.mobile {
  display: none;
}

.div-block-97 {
  height: auto;
  margin-top: 100px;
  padding-top: 50px;
}

.div-block-97.blue {
  border-top-color: #274b7d;
}

.div-block-97.red {
  border-top-color: #e2373b;
}

.div-block-97.purple {
  padding-top: 0px;
  border-top-color: #752149;
}

.heading-16 {
  margin-bottom: 20px;
  color: #666;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #666;
  border-radius: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
}

.button-wrapper.hidden {
  display: none;
}

.button-bottom-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}

.button-left-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: #666;
}

.button-right-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #666;
}

.button-top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}

.button-text {
  margin: 15px 25px;
  font-size: 1.05em;
}

.collage-fixed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scroll-container-4 {
  height: 500vh;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tick {
  position: absolute;
  left: 0px;
  z-index: 1000;
  width: 50px;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 2px solid #274b7d;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-101 {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-102 {
  margin-left: 25px;
}

.collage-image {
  position: absolute;
  width: 1050px;
  border: 15px solid #f1f1f1;
  box-shadow: 0 40px 160px 0 rgba(0, 0, 0, 0.2);
}

.collage-image._1 {
  z-index: 0;
  width: 800px;
  margin-top: -500px;
  margin-left: -900px;
}

.collage-image._0 {
  z-index: 20;
  width: 1300px;
  height: auto;
  max-width: none;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collage-image._2 {
  width: 600px;
  margin-top: -400px;
  margin-left: 850px;
  -webkit-transform: translate3d(0px, 0px, 90px);
  transform: translate3d(0px, 0px, 90px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collage-image._3 {
  z-index: 12;
  display: none;
  width: auto;
  height: 600px;
  max-width: none;
  margin-top: 950px;
  margin-left: 134px;
}

.collage-image._4 {
  position: absolute;
  z-index: 16;
  width: 1000px;
  max-width: 100%;
  margin-top: -888px;
  margin-left: 1567px;
}

.collage-image._5 {
  z-index: 10;
  display: block;
  width: 900px;
  margin-top: 32px;
  margin-left: -1500px;
}

.collage-image._6 {
  z-index: 13;
  width: 1400px;
  margin-top: -1122px;
  margin-left: -172px;
}

.collage-image._7 {
  z-index: 17;
  display: block;
  width: 1000px;
  margin-top: 766px;
  margin-left: 400px;
}

.collage-image._8 {
  z-index: 15;
  width: 1200px;
  margin-top: 89px;
  margin-left: 1600px;
}

.collage-image._9 {
  z-index: 13;
  margin-top: 686px;
  margin-left: 1937px;
}

.collage-image._10 {
  z-index: 11;
  display: block;
  width: 900px;
  margin-top: 666px;
  margin-left: -800px;
}

.collage-image._11 {
  z-index: 14;
  display: block;
  width: 900px;
  margin-top: 496px;
  margin-left: -1900px;
}

.collage-image._12 {
  width: 1200px;
  margin-top: -950px;
  margin-left: -1799px;
}

.collage-image._12 {
  z-index: 9;
  width: 1200px;
  margin-top: -950px;
  margin-left: -1799px;
}

.collage-image._13 {
  width: 1200px;
  margin-top: -1287px;
  margin-left: 1362px;
}

.section-2__bg--image {
  width: 100vw;
  height: 100vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 73%, #000), url('../images/KIDEF-579-sq2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-line-4-4-2 {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.text-line-1-1-2 {
  position: relative;
  z-index: 2;
  width: 100vw;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.text-line-2-2-2 {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100vw;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.fixed-37 {
  position: relative;
}

.sticky-container-4 {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.sticky-container-4.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274b7d;
}

.sticky-container-4.sticky {
  position: absolute;
  background-color: transparent;
}

.sticky-container-4.sticky {
  width: 100vw;
  padding-top: 50px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sticky-container-4.sticky {
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
  padding-top: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.scroll-container-5 {
  height: 150vh;
}

.div-block-104 {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.text-span-26 {
  display: inline-block;
}

.text-span-26.highlight {
  color: #f3bd42;
}

.leaders__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leaders__container._1 {
  display: block;
}

.leaders__container._2 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.leaders__container._3 {
  display: block;
}

.leaders__container._4 {
  display: block;
}

.flex-grid-wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-grid-wrapped.gutter-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200vh;
  margin-top: -50vh;
  margin-bottom: -50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.sidebar-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-wrapper {
  overflow: hidden;
  box-shadow: none;
}

.flex-item-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-item-20._40-percent {
  width: 25vw;
  height: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #333;
}

.div-block-105 {
  width: 46vw;
  margin-right: 100px;
  margin-left: 25px;
}

.div-block-105.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin: 100px 50px 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-22 {
  display: inline;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

.heading-22.button {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}

.arrow {
  display: inline-block;
  height: 24px;
  margin-bottom: 8px;
  margin-left: 6px;
}

.arrow.grey {
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-span-27 {
  color: #274b7d;
}

.text-span-27._50 {
  max-width: none;
}

.dna-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-106.dna {
  width: auto;
  background-color: transparent;
}

.div-block-106.vertical {
  color: #fff;
}

.core-navbar__container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: 120px;
}

.core-navbar__container.mobile {
  display: none;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  padding-right: 75px;
  padding-left: 75px;
}

.section-5.contact {
  display: none;
  height: 200vh;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #274b7d;
}

.cta-container {
  display: none;
  height: 40vh;
  margin-bottom: 78px;
  align-self: flex-end;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #274b7d;
}

.cta-wrapper {
  display: none;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.cta-wrapper:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.link-2 {
  text-decoration: none;
}

.link {
  display: inline;
  clear: none;
  color: #333;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.contact {
  clear: none;
}

.bold-text-6 {
  float: none;
  clear: none;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.image-45 {
  width: 60px;
}

.section-6 {
  display: none;
  height: 100vh;
  padding: 100px 75px 75px;
  background-color: #333;
}

.sapura-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 500px;
}

.sapura-line.b {
  position: absolute;
  left: -20vh;
  top: 5vh;
  bottom: auto;
  width: 55vh;
  height: 55vh;
  opacity: 0.7;
}

.sapura-line.b._1 {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 100px;
  width: 40vh;
  height: 40vh;
}

.sapura-line.b._2 {
  left: auto;
  top: auto;
  right: -20vh;
  bottom: 45vh;
  width: 45vh;
  height: 45vh;
}

.sapura-line.b._3 {
  left: 0vh;
  top: 50vh;
  right: auto;
  width: 55vh;
  height: 55vh;
}

.sapura-line.b._5 {
  left: auto;
  top: auto;
  right: 10vh;
  width: 35vh;
  height: 35vh;
}

.sapura-line.b._6 {
  left: 25vh;
  top: auto;
  width: 25vh;
  height: 25vh;
}

.sapura-line.b.career {
  position: static;
  width: 50%;
  height: 50%;
  margin: 40px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sapura-line.b._7 {
  width: 50vh;
  height: 50vh;
}

.sapura-line.load {
  position: static;
  display: block;
  width: 15vh;
  height: 15vh;
}

.div-block-109 {
  position: relative;
  z-index: 10;
  max-width: 50%;
  min-width: 500px;
  margin-right: 100px;
}

.patterns {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 100vw;
  height: 120vh;
}

.nav-core__icon-page {
  position: relative;
  z-index: 62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.nav-core__icon-page.page {
  width: 60px;
  height: 7.5vh;
  margin-right: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: -100px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.body-2 {
  font-family: Sapura, sans-serif;
  font-size: 16px;
}

.image-47 {
  width: 70vw;
  max-width: 1200px;
}

.text-block-15 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 30px;
}

.heading-23 {
  font-size: 74px;
  line-height: 74px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-3 {
  background-image: url('../images/IMG_1130-copy-sq.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3._1 {
  background-image: url('../images/IMG_1097-copy-sq.jpg');
}

.slide-3._2 {
  background-image: url('../images/IMG_1171-copy-sq.jpg');
}

.slide-3._4 {
  background-image: url('../images/IMG_1061-copy-sq.jpg');
  background-position: 50% 50%;
}

.slide-3._5 {
  background-image: url('../images/IMG_1082-copy-sq.jpg');
  background-position: 50% 25%;
}

.video-icon-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-values__link {
  position: static;
  left: 0px;
  top: 15px;
  right: 0px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-image: url('../images/IMG_1130-squashed-copy.jpg');
  background-position: 50% 24%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lightbox-values__link.simple {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 100%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: none;
  text-decoration: none;
}

.lightbox-values__link.simple.hide {
  display: none;
}

.image-34 {
  margin-bottom: 8px;
}

.text-block-8 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.image-48 {
  position: absolute;
  z-index: 0;
  box-shadow: -28px 28px 80px 0 rgba(0, 0, 0, 0.2);
}

.div-block-110 {
  position: absolute;
  right: 0px;
  bottom: 120px;
  z-index: -1;
  width: 50vw;
  height: 40vw;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotateX(55deg) rotateY(0deg) rotateZ(-45deg);
  transform: rotateX(55deg) rotateY(0deg) rotateZ(-45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram {
  position: absolute;
  right: 0%;
  bottom: -10%;
  z-index: 5;
  width: 110%;
  max-width: none;
}

.hologram._1 {
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._2 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._3 {
  -webkit-transform: translate3d(0px, 0px, 150px);
  transform: translate3d(0px, 0px, 150px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._4 {
  -webkit-transform: translate3d(0px, 0px, 200px);
  transform: translate3d(0px, 0px, 200px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._5 {
  -webkit-transform: translate3d(0px, 0px, 250px);
  transform: translate3d(0px, 0px, 250px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._6 {
  -webkit-transform: translate3d(0px, 0px, 300px);
  transform: translate3d(0px, 0px, 300px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hologram._7 {
  -webkit-transform: translate3d(0px, 0px, 350px);
  transform: translate3d(0px, 0px, 350px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scroll-container-6 {
  height: 300vh;
}

.sticky-container-6 {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.sticky-container-6.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274b7d;
}

.sticky-container-6.sticky {
  position: absolute;
  background-color: transparent;
}

.sticky-container-6.sticky {
  overflow: hidden;
  width: 100vw;
  padding-top: 100px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sticky-container-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  padding-right: 5vw;
  padding-bottom: 150px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-perspective: none;
  perspective: none;
}

.contact__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 53vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__container._1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  padding-right: 50px;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #a7a7a7;
}

.core-nav__marker {
  position: static;
  z-index: 2000;
  display: none;
  width: 5vw;
  height: 1850vh;
  background-color: #e2373b;
  color: #274b7d;
}

.core-nav__marker._4 {
  display: none;
  height: 950vh;
  background-color: #274b7d;
}

.core-nav__marker._0 {
  display: block;
  width: 10vw;
  height: 100vh;
  background-color: #752149;
}

.markers {
  position: absolute;
  z-index: 2000;
}

.text-span-28 {
  display: inline-block;
}

.scroll-container-7 {
  height: 300vh;
  background-color: #fff;
}

.image-container {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 50vw;
  height: 100vh;
  background-image: url('../images/S01-Sapura-8e-copy-sq.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container.contact {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 95vh;
  padding-top: 146px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_0057es2-sq.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.image-container.contact._2 {
  padding: 170px 5vw 35vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/sapura-getintouch-sq.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-113 {
  max-width: 400px;
}

.div-block-113._1 {
  max-width: none;
  margin-bottom: 20px;
}

.image-50 {
  position: static;
  display: none;
  width: 50vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heading-24 {
  margin-top: 0px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
}

.heading-24.margin-bottom {
  margin-bottom: 20px;
}

.capabilities-container {
  display: block;
  margin-bottom: 25px;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 13vw;
  min-width: 13vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #752149;
  background-image: url('../images/b.jpg');
  background-position: 50% 50%;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #d72426;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: #f3bd42;
  color: #752149;
}

.link-block-6.wide {
  width: 100%;
}

.link-block-6.og-5 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SKGE-3-ID10106-500x333.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SKGE-3-ID10106-500x333.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.og-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SKD-Esperanza-ID9725-500x333.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SKD-Esperanza-ID9725-500x333.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.og-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SKD-Berani-Worker-2-ID9532-500x375.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SKD-Berani-Worker-2-ID9532-500x375.JPG');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.im-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/precision-machining-1-100-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/precision-machining-1-100-sq.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.im-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/d.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/d.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.im-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hotcoldforming-2-100-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hotcoldforming-2-100-sq.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.im-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/f.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/f.png');
  background-size: auto, cover;
}

.link-block-6.pr-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/permata-construction.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/permata-construction.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.link-block-6.pr-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sapura-mines.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sapura-mines.jpg');
  background-size: auto, cover;
}

.link-block-6.av-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/aircraft-acquisition.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/aircraft-acquisition.jpg');
  background-size: auto, cover;
}

.link-block-6.av-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/aircraft-management.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/aircraft-management.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.link-block-6.av-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/mission-planning-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/mission-planning-2.jpg');
  background-position: 0px 0px, 30% 50%;
  background-size: auto, cover;
}

.link-block-6.av-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/charter-services.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/charter-services.jpg');
  background-size: auto, cover;
}

.link-block-6.av-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/DSC03532-s.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/DSC03532-s.jpg');
  background-size: auto, cover;
}

.link-block-6.av-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/hangar-facilities.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hangar-facilities.jpg');
  background-size: auto, cover;
}

.link-block-6.ds-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/R--D-03-s-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/R--D-03-s-sq.jpg');
  background-size: auto, cover;
}

.link-block-6.ds-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/s-gis-s-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/s-gis-s-sq.jpg');
  background-size: auto, cover;
}

.link-block-6.ds-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Sapura-22-copy-sq.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Sapura-22-copy-sq.jpg');
  background-size: auto, cover;
}

.link-block-6.ds-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/photo_2018-11-15_03-38-43.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/photo_2018-11-15_03-38-43.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-block-6.ds-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/S03-Sapura-17-sq.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/S03-Sapura-17-sq.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-9 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 600;
  text-shadow: none;
}

.image-39 {
  position: relative;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.capabilities-wrapper {
  display: inline-block;
  margin-right: 0.3vw;
  margin-bottom: 0.3vw;
}

.capabilities-wrapper.half {
  overflow: hidden;
  width: 19.5vw;
}

.capabilities-wrapper.half.hide {
  display: none;
}

.div-block-18 {
  position: relative;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40%;
  max-height: none;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: ltr;
  text-shadow: 1px 1px 0 #fff;
}

.div-block-18.leader {
  width: 600px;
  height: auto;
  margin-left: 0px;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: transparent;
  text-shadow: none;
}

.heading-26 {
  margin-top: 0px;
  font-size: 2em;
  line-height: 1em;
}

.heading-26.dna {
  font-size: 1.5em;
  line-height: 1em;
}

.div-block-121 {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-bottom: 25px;
  margin-left: -100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-51 {
  width: 30px;
  height: 30px;
  margin-right: 40px;
  margin-left: 40px;
}

.scroll-container-8 {
  display: block;
  width: 100vw;
  height: 100%;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #752149;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block-7:hover {
  background-color: #f3bd42;
}

.scroll-container-9 {
  height: 400vh;
  background-color: #f1f1f1;
}

.leaders__bg {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 150vw;
  height: 60%;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leaders__bg.opt2 {
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.leaders__bg.opt2._1 {
  width: auto;
  height: auto;
  margin-right: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leaders__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-image: url('../images/KIDEF-152-rs-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leaders__wrapper._1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  margin: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  box-shadow: 28px 28px 80px 0 rgba(0, 0, 0, 0.2);
}

.leaders__wrapper._1.tsk {
  background-image: url('../images/tssk-0.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.leaders__wrapper._1.tss {
  background-image: url('../images/KIDEF-152-rs-sq.jpg');
  background-position: 50% -37px;
  background-size: 150%;
}

.leaders__wrapper._1.dzh {
  background-image: url('../images/photo_2018-11-23_12-27-19.jpg');
  background-position: 50% 30%;
  background-size: 250%;
}

.leaders__wrapper._1.dss {
  background-image: url('../images/dss-1e-sq.jpg');
  background-position: 50% -50px;
  background-size: 220%;
}

.leaders__wrapper._5 {
  width: 100px;
  height: 150px;
  margin: 5px;
  background-image: url('../images/tsss-3-sq.jpg');
  -webkit-filter: none;
  filter: none;
}

.leaders__bg--container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 100vw;
  height: 70vh;
  margin-top: 80px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.leaders__bg--container.option-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.leaders__bg--container.option-1 {
  display: none;
}

.image-52 {
  height: 100%;
  max-width: none;
}

.image-52.w {
  width: 100%;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-52._2 {
  position: relative;
  top: -15%;
  height: 350%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-52._3 {
  position: relative;
  left: -30%;
  top: 20%;
  height: 180%;
  margin-top: 16px;
  margin-left: 158px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gradient__mask {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0)), to(#f1f1f1));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0), #f1f1f1);
}

.leaders__column._1 {
  margin-top: 200px;
}

.leaders__column._3 {
  position: relative;
  top: 50px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leaders__column._4 {
  position: relative;
  top: 0px;
  display: none;
  margin-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sites-scroll__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-mask {
  position: absolute;
  width: 13vw;
  height: 13vw;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.og-1 {
  border-radius: 10px;
  background-image: url('../images/SKGE-7-ID10110-500x333.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.og-2 {
  border-radius: 10px;
  background-image: url('../images/_55A9395-ID9287-500x333.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.og-3 {
  border-radius: 10px;
  background-image: url('../images/SKD-Berani-Worker-2-ID9532-500x375.JPG');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.im-1 {
  border-radius: 10px;
  background-image: url('../images/precision-machining-1-100-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.im-2 {
  border-radius: 10px;
  background-image: url('../images/d.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.im-3 {
  border-radius: 10px;
  background-image: url('../images/hotcoldforming-2-100-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.im-4 {
  border-radius: 10px;
  background-image: url('../images/b.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.im-5 {
  border-radius: 10px;
  background-image: url('../images/f.png');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-1 {
  border-radius: 10px;
  background-image: url('../images/c.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-1:hover {
  -webkit-filter: brightness(60%) blur(2px);
  filter: brightness(60%) blur(2px);
}

.image-mask.av-1 {
  border-radius: 10px;
  background-image: url('../images/aircraft-acquisition.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-1:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.av-2 {
  border-radius: 10px;
  background-image: url('../images/mission-planning-2.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-2:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.av-3 {
  border-radius: 10px;
  background-image: url('../images/aircraft-management.jpg');
  background-position: 85% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-3:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.ds-1 {
  border-radius: 10px;
  background-image: url('../images/s-gis-s-sq.jpg'), url('../images/S03-Sapura-11-500.jpg');
  background-position: 50% 50%, 18% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.ds-2 {
  border-radius: 10px;
  background-image: url('../images/Sapura-22-copy-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.ds-3 {
  border-radius: 10px;
  background-image: url('../images/photo_2018-11-15_03-38-43.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.ds-4 {
  border-radius: 10px;
  background-image: url('../images/defence.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.ds-5 {
  border-radius: 10px;
  background-image: url('../images/R--D-03-s-sq.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.ds-6 {
  border-radius: 10px;
  background-image: url('../images/S03-Sapura-17-sq.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.r-1 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/b4095758-a189-41e7-a652-0a977c8e131f.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.r-2 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/rail-2.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.r-3 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/rail-3.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.r-4 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/a500c9d3-07f4-4223-97d5-f88d45ae4be5.jpg');
  background-position: 50% 65%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-1 {
  border-radius: 10px;
  background-image: url('../images/prop-2.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-2 {
  border-radius: 10px;
  background-image: url('../images/prop-5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-3 {
  border-radius: 10px;
  background-image: url('../images/prop-1.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-4 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/sapura-mines.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.og-5 {
  position: static;
  width: auto;
  height: auto;
  border-radius: 10px;
  background-image: url('../images/SKGE-3-ID10106-500x333.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.og-6 {
  border-radius: 10px;
  background-image: url('../images/SKD-T-17-3-ID9854-500x334.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.og-7 {
  display: none;
  border-radius: 10px;
  background-image: url('../images/SKD-Esperanza-ID9725-500x333.jpg');
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-5 {
  width: 19.5vw;
  border-radius: 10px;
  background-image: url('../images/permata-construction.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-6 {
  border-radius: 10px;
  background-image: url('../images/AIZ07771-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.pr-7 {
  border-radius: 10px;
  background-image: url('../images/telco-sq.jpg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-6 {
  border-radius: 10px;
  background-image: url('../images/hangar-facilities.jpg');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-6:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.av-4 {
  border-radius: 10px;
  background-image: url('../images/charter-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-4:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.image-mask.av-5 {
  border-radius: 10px;
  background-image: url('../images/DSC03532-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.image-mask.av-5:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.indicator--h {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: none;
  width: 1366px;
  height: 10px;
  background-color: #43f5f2;
}

.indicator-v {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 10px;
  height: 768px;
  background-color: #43f5f2;
}

.transition-panel {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-53 {
  width: 45px;
  margin-bottom: 10px;
  -webkit-filter: none;
  filter: none;
}

.image-53.contact {
  display: none;
}

.div-block-133 {
  display: inline-block;
  margin-left: 10px;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-2 {
  display: inline;
  clear: none;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-28 {
  width: 450px;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-shadow: none;
}

.heading-28.black {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

.section-7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100vw;
  min-width: 100vw;
}

.section-8 {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: #9e9e9e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-8.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274b7d;
}

.section-8.sticky.career {
  position: static;
  display: block;
  padding-left: 0px;
  background-color: #f1f1f1;
}

.section-8.sticky {
  position: absolute;
  background-color: transparent;
}

.section-8.sticky {
  overflow: hidden;
  width: 100vw;
  padding-top: 100px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-143 {
  height: 100px;
}

.paper {
  position: absolute;
  width: 555px;
  height: 530px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
}

.paper._0 {
  z-index: 10;
  margin-left: -25px;
  background-color: transparent;
  box-shadow: none;
}

.hand {
  position: absolute;
  display: none;
  height: 400px;
  max-width: none;
  margin-top: -104px;
  margin-left: 448px;
}

.heading-29 {
  position: static;
  left: 100px;
  top: -150px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.div-block-145 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-strips__container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-bottom: 0vh;
  margin-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
}

.contact-strips {
  display: block;
  min-width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0.9);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #274b7d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-strips:hover {
  background-color: rgba(243, 189, 66, 0.9);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.contact-text {
  line-height: 1em;
  font-weight: 300;
}

.contact-head {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1em;
  font-weight: 700;
}

.contact-wrapper {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-29 {
  font-weight: 300;
}

.image-docs {
  position: absolute;
  display: none;
  height: 950px;
  max-width: none;
  margin-top: -200px;
  margin-left: -170px;
}

.papers {
  position: absolute;
  z-index: 4;
  width: 555px;
  height: 530px;
  margin-left: -10%;
  padding: 30px;
  box-shadow: none;
}

.paper-1 {
  position: absolute;
  width: 100%;
  height: 120%;
  margin-top: -15%;
  margin-left: 0%;
  border-left: 2px solid #f2f2f2;
  background-color: #e2e2e2;
  box-shadow: 6px 6px 20px 0 hsla(0, 0%, 40%, 0.5);
}

.paper-1._0 {
  margin-top: -14%;
  margin-left: -1%;
}

.paper-1._1 {
  margin-top: -13%;
  margin-left: -2%;
}

.clip {
  width: 30px;
  margin-top: -11px;
  margin-left: 30px;
}

.box {
  width: 100%;
  height: 50%;
  margin-left: -100px;
  background-image: none;
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.box.bottom {
  background-image: none;
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ballot-box {
  position: absolute;
  bottom: 200px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ballot-box.front {
  z-index: 10;
}

.box-behind {
  position: relative;
  height: 50%;
  background-color: #f1f1f1;
}

.box-front {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f1f1f1;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.div-block-148 {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 50%;
  height: 20px;
  background-color: #333;
}

.box-face {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e7e5e5;
  -webkit-transform: translate(0px, 0px) rotateX(110deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 0px) rotateX(110deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paper-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-image {
  position: absolute;
  z-index: 4;
  width: 100vw;
  height: 90vh;
  background-image: url('../images/sapura-loop-image-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-8 {
  line-height: 25px;
}

.bold-text-9 {
  text-decoration: underline;
}

.dna-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-scroll__anchor {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 10px;
  height: 25vh;
  margin-top: 175vh;
  background-color: #e2373b;
}

.link-block-8 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-block-8:hover {
  opacity: 1;
}

.text-block-16 {
  font-weight: 300;
  text-align: center;
}

.leaders-anchor {
  position: absolute;
  z-index: 100;
}

.leaders-anchor__vertical {
  width: 0px;
  height: 125vh;
  background-color: #4a8afc;
}

.leaders-anchor__vertical._1 {
  height: 135vh;
}

.leaders-anchor__vertical._2 {
  height: 100vh;
  background-color: #e9589c;
}

.leaders-anchor__vertical._3 {
  height: 100vh;
  background-color: #abfa7d;
}

.leaders-anchor__vertical._4 {
  height: 65vh;
  background-color: #f3bd42;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
}

.text-span-30 {
  display: none;
}

.leaders-photos__mobile {
  display: none;
}

.phone-menubar__tab {
  display: none;
  width: 100%;
  height: 50px;
  margin-top: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HP-ScrollTab2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-career {
  display: none;
}

.video {
  width: 100vw;
  height: 100vh;
}

.video-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
}

.mute-video {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  background-image: url('../images/unmute-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mute-video:active {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.audio__off {
  display: none;
}

.background-video-2 {
  display: none;
  width: 100vw;
  height: 100vh;
}

.intro-video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
  position: absolute;
  z-index: 10;
}

.four-decades__container {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 650px;
  height: 650px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(0, 0, 0, 0.75), transparent 70%);
  color: #fff;
}

.sapura-orb {
  position: absolute;
  width: 75vh;
  height: 75vh;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f3bd42;
  border-radius: 60px;
}

.button-wrap:hover {
  border-color: #f3bd42;
}

.button-wrap.in-page {
  border-radius: 10px;
}

.hover-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  height: 80px;
  background-color: #f3bd42;
}

.btn-text {
  position: relative;
  z-index: 1;
  color: #f3bd42;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-text-2 {
  position: absolute;
  top: 45px;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.video-controls {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  text-transform: uppercase;
}

.mines-bg__container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
}

.image-55 {
  height: 100%;
  max-width: none;
}

.mines-bg {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: none;
  background-position: 0px 0px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotateX(4deg) rotateY(0deg) rotateZ(-17.5deg) scale(0.6) perspective(2000px);
  transform: rotateX(4deg) rotateY(0deg) rotateZ(-17.5deg) scale(0.6) perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.markers-2 {
  position: absolute;
  z-index: 2000;
  margin-top: -150px;
}

.core-nav__marker-2 {
  position: static;
  z-index: 2000;
  display: none;
  width: 5vw;
  height: 1850vh;
  background-color: #e2373b;
  color: #274b7d;
}

.core-nav__marker-2._0 {
  display: block;
  width: 0vw;
  height: 100vh;
  background-color: #752149;
}

.core-nav__marker-2._4 {
  display: none;
  height: 950vh;
  background-color: #274b7d;
}

.tile__wrapper {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tile__wrapper._2 {
  background-image: url('../images/SK-Energy-Staff-Check-3-copy-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile__wrapper._3 {
  background-image: url('../images/KIDEF-17-rs-sq.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tile__wrapper._5 {
  background-image: url('../images/KIDEF-129-rs-sq.jpg');
  background-size: cover;
}

.tile__wrapper._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, #fff, #fff);
}

.tile__wrapper._7 {
  background-image: url('../images/001.1-sq.jpg');
  background-size: cover;
}

.tile__wrapper._8 {
  background-image: url('../images/Fabrication-Yard-Worker-1-copy-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._9 {
  background-image: url('../images/KIDEF-152-rs-sq.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.tile__wrapper._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tile__wrapper._11 {
  background-image: url('../images/SK-Energy-Staff-On-Platform-3-copy-sq.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._12 {
  background-image: url('../images/Innovation-Global-3-100-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile__wrapper._13 {
  position: relative;
  z-index: 100;
  background-image: url('../images/KIDEF-577-sq.jpg');
  background-size: cover;
}

.tile__wrapper._14 {
  background-image: url('../images/SKGE-3-ID10106-500x333.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile__wrapper._15 {
  background-image: url('../images/image-4-copy-sq.JPG');
  background-position: 0% 0%;
  background-size: cover;
}

.tile__wrapper._16 {
  background-image: url('../images/National-Security-1-100-sq.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._17 {
  background-image: url('../images/sapura-awards-100-sq.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.tile__wrapper._18 {
  background-image: url('../images/ROV1.2-sq.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._19 {
  background-image: url('../images/sapura-mines-1a-sq.jpg');
  background-position: 50% 50%;
  background-size: 446px;
  background-repeat: no-repeat;
}

.tile__wrapper._20 {
  background-image: url('../images/SKGE-7-copy-sq.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._21 {
  background-image: url('../images/DSC03938-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile__wrapper._22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tile__wrapper._24 {
  background-image: url('../images/DSC03532-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile__wrapper._25 {
  background-image: url('../images/Innovation-Indegenous-1-100-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile__wrapper._23 {
  background-image: url('../images/Header_Diamante.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.tile__wrapper._1 {
  background-image: url('../images/Public-Service-2-100-sq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-3 {
  color: #274b7d;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.values-video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lightbox-values {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-close {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  cursor: pointer;
}

.lightbox__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.sg-name {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: hsla(0, 0%, 100%, 0.5);
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.html-embed-2 {
  margin-right: 10px;
}

.text-footer {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 23px;
  color: hsla(0, 0%, 100%, 0.5);
}

.bold-text-10 {
  text-decoration: none;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
}

.heading-31.top {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-56 {
  height: 16px;
  margin-right: 10px;
  opacity: 0.5;
}

.image-57 {
  display: none;
  height: 50px;
  margin-bottom: 65px;
}

.footer-container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold-text-5 {
  color: #fff;
  text-decoration: none;
}

.columns-2 {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.div-block-151 {
  width: 100%;
}

.contact-strip__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span__superscript {
  position: relative;
  top: -4px;
  margin-right: 3px;
  font-size: 10px;
}

.heading-32 {
  margin-bottom: 0px;
  color: #e2373b;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 80px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button.margined {
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 45px 0px 15px;
  border: 1px none #000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.margined:hover {
  background-color: #d72426;
  color: #fff;
}

.button.margined.w--open {
  z-index: 10;
}

.button.margined._2 {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  border-style: solid;
  border-radius: 4px;
}

.button.margined._2:hover {
  background-color: #d72426;
  color: #fff;
}

.paragraph-4 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: justify;
}

.lightbox-panel__container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 70vh;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.panel-top-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-top-row.panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.panel-top-row.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.panel-top-row.panel-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}

.page-overlay.lightbox {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-panel {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 425px;
  padding-top: 72px;
}

.lightbox-panel.businesses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
}

.text-block-19 {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.text-block-19.absolute {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
}

.text-block-19.absolute.v2 {
  position: static;
  top: 0px;
  display: block;
  margin-left: 5px;
}

.close-button {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 32px;
  height: 32px;
}

.flex-exp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-exp.panel-2-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._01__lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-10 {
  width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-20 {
  width: 650px;
  margin-top: 10px;
  font-weight: 400;
  text-align: justify;
}

.panel-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.panel-col.lightbox {
  position: absolute;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.link-block {
  position: absolute;
  top: 10px;
  right: 15px;
}

.lightboxes {
  display: none;
}

.text__meet-leaders {
  display: inline;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

.text__meet-leaders.button {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}

.text-leaders-button {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

.text-leaders-button.button {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}

.div-block-154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-8 {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-5 {
  padding: 7px 9px;
  font-size: 28px;
  text-align: center;
}

.text-block-5.big {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 48px;
  line-height: auto;
}

.text-block-5.black {
  color: #939598;
}

.text-block-5.black._2 {
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._01__lightbox-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.globe-circle {
  position: absolute;
  width: 214px;
  height: 214px;
  border-radius: 500px;
  background-color: #d72426;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.globe-circle.d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 36, 38, 0)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(215, 36, 38, 0), rgba(0, 0, 0, 0.15));
  -webkit-transform: translate(0px, 224px) rotateX(-26.6deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, 224px) rotateX(-26.6deg) rotateY(0deg) rotateZ(0deg);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.globe-circle.d:hover {
  -webkit-transform: translate(0px, 224px) rotateX(-26.6deg) rotateY(0deg) rotateZ(0deg) scale(1.05);
  transform: translate(0px, 224px) rotateX(-26.6deg) rotateY(0deg) rotateZ(0deg) scale(1.05);
}

.image-31 {
  position: absolute;
  display: none;
  width: 200px;
  max-width: none;
}

.image-31:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  transform: rotate(-63deg);
}

.title-wrapper._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-87deg);
  -ms-transform: rotate(-87deg);
  transform: rotate(-87deg);
  color: #fff;
}

.div-block-155 {
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #274b7d;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #274b7d;
}

.div-block-157 {
  max-width: 700px;
}

.image-58 {
  width: 100%;
  border: 20px none #f1f1f1;
}

.tiles-bg__container {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.discover-bg {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-158 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-header {
  position: absolute;
  left: -100px;
  top: -90px;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
  opacity: 0.05;
}

.logo-header._1 {
  left: -25px;
  top: 30px;
}

.logo-header._1._2 {
  opacity: 0.1;
}

.lightbox-intro {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-video-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button-wrap__mobile {
  position: relative;
  display: none;
  overflow: hidden;
  min-height: 50px;
  min-width: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 60px;
}

.button-wrap__mobile:hover {
  border-color: #752149;
}

.button-2__mobile {
  display: none;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  text-transform: uppercase;
}

.mask-2 {
  border-radius: 20px;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 0px;
}

.divider {
  width: 100%;
  height: 10px;
  margin-bottom: 50px;
  background-color: #752149;
}

.divider.blue {
  background-color: #274b7d;
}

.divider.red {
  background-color: #e2373b;
}

.grid-capabilities {
  width: 100%;
  margin-bottom: 25px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-capabilities._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-capabilities-2 {
  width: 100%;
  margin-bottom: 25px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-capabilities-2._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 13vw;
  min-width: 13vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #752149;
  background-image: url('../images/b.jpg');
  background-position: 50% 50%;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #d72426;
  text-decoration: none;
}

.link-block-9:hover {
  background-color: #f3bd42;
  color: #752149;
}

.link-block-9.r-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/b4095758-a189-41e7-a652-0a977c8e131f.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/b4095758-a189-41e7-a652-0a977c8e131f.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.link-block-9.r-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/a500c9d3-07f4-4223-97d5-f88d45ae4be5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/a500c9d3-07f4-4223-97d5-f88d45ae4be5.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
}

@media (max-width: 991px) {
  .image-30 {
    width: 195px;
    height: 80%;
  }
  .navbar {
    overflow: visible;
    height: 85px;
  }
  .navbar.landing {
    height: 85px;
  }
  .superscript {
    top: -0.5em;
  }
  .simple-menu-button-2 {
    background-color: transparent;
  }
  .brand {
    width: auto;
    height: 100%;
  }
  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body {
    font-size: 0.875em;
  }
  .slider {
    width: 100vw;
    height: 80px;
  }
  .heading-3._60.slide {
    width: 100%;
    margin-top: 25px;
  }
  .text-block-11 {
    margin-bottom: 1vw;
    line-height: 14px;
  }
  .nav-core__container {
    overflow: visible;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
   