#about-us .s1 {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  position: relative;
  height: 716px;
  background: #0F1E3A;
  padding-top: 337px;
  text-align: center;
}
#about-us .s1 p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
#about-us .s1 h1 {
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #fff;
}
#about-us .s1 .container {
  max-width: 1000px;
}
#about-us .s3, #about-us .s5 {
  padding: 50px 0;
}
#about-us .panel {
  height: calc(100vh - 128px);
  z-index: 1;
  position: relative;
  background: #162A52;
}
#about-us .panel .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  gap: 4rem;
  height: 100%;
  position: relative;
  max-width: calc(100% - 100px);
}
#about-us .panel .img {
  height: 100%;
  background: url(/i/whoweare-card1.jpg) no-repeat center/cover;
  width: calc(50% - 2rem);
  display: grid;
  grid-template-columns: repeat(8, 12.51%);
  grid-template-rows: repeat(8, 12.51%);
}
#about-us .panel .img > div {
  background-color: #162A52;
}
#about-us .panel .img.in-view > div {
  opacity: 0;
  transition: opacity 0.25s linear;
}
#about-us .panel .content {
  width: calc(50% - 2rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-us .panel .content h3 {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
  color: #C0DBFD;
}
#about-us .panel .content p {
  color: #fff;
  padding-right: 60px;
}
#about-us .panel .overlay {
  width: 100%;
  height: 100%;
  background: rgba(15, 30, 58, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#about-us .wrap {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
}
#about-us .bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
#about-us .s2, #about-us .s4 {
  position: relative;
}
#about-us .first .bg {
  background: url(/i/about-1.png) no-repeat center/cover;
}
#about-us .third .bg {
  background: url(/i/about-2.png) no-repeat center/cover;
}
#about-us .fourth .img {
  background-image: url(/i/whoweare-card2.jpg);
}
#about-us .s6 {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#about-us .s6 .container {
  z-index: 1;
  height: 100%;
  position: relative;
  max-width: 1400px;
}
#about-us .s6 video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
#about-us .s6 .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  filter: blur(20px);
}
#about-us .s6 .text h2 {
  font-size: 1.7rem;
  line-height: 2.3rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
#about-us .s6 .text p {
  color: #fff;
}
#about-us .s6 .text .p1 {
  margin-top: 50px;
}
#about-us .s6 .text .p1, #about-us .s6 .text .p2, #about-us .s6 .text .p3 {
  position: relative;
  max-width: 600px;
}
#about-us .s6 .text .p2 {
  right: 0;
  position: absolute;
  margin-top: -100px;
}
#about-us .s6 .text .p3 {
  margin-top: 120px;
}
#about-us .s6 .one {
  text-align: center;
  max-width: none;
}
#about-us .s6 .one h2 {
  font-size: 4rem;
  line-height: 4.5rem;
}
#about-us .s6 .three {
  right: 0;
}

/***** MEDIA *****/
@media screen and (max-width: 980px) {
  #about-us .s1 h1 {
    font-size: 3rem;
    line-height: 3.65rem;
  }
}
@media screen and (max-height: 900px) {
  #who-we-are .panel {
    min-height: 837px;
    max-height: 837px;
  }
  #who-we-are .panel .img {
    height: 630px;
    width: 500px;
  }
  #who-we-are .panel .content h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1600px) {
  #about-us .s6 .video {
    height: 100%;
  }
  #about-us .s6 .text h2 br {
    display: none;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p2, #about-us .s6 .text .p3 {
    max-width: 520px;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p3 {
    margin-left: 40px;
  }
  #about-us .s6 .text .p2 {
    margin-right: 40px;
  }
  #about-us .s6 .text.one h2 br {
    display: initial;
  }
}
@media screen and (max-width: 1270px) {
  #about-us .panel {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 50px 0;
  }
  #about-us .panel .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: auto;
    position: relative;
    transform: none;
    gap: 2rem;
  }
  #about-us .panel .img {
    width: 100%;
    height: 500px;
  }
  #about-us .panel .content {
    width: 100%;
    padding: 0;
  }
  #about-us .panel .content h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  #about-us .panel .content h3 br {
    display: none;
  }
  #about-us .panel .content p {
    width: 100%;
    padding-right: 0;
  }
  #about-us .full {
    height: 100vh;
  }
  #about-us .s6 .text.one h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-height: 880px) {
  #about-us .s6 {
    padding: 5rem 0;
    height: auto;
  }
  #about-us .s6 .text {
    opacity: 1;
    filter: blur(0);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    /* margin-bottom: 3rem; */
  }
  #about-us .s6 .text h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: left;
  }
  #about-us .s6 .text h2 br {
    display: none;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p2, #about-us .s6 .text .p3 {
    position: relative !important;
    right: initial;
    margin-top: 0;
    max-width: 800px;
    margin-left: 0;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p2 {
    margin-bottom: 3rem;
  }
  #about-us .s6 .text.one {
    margin-bottom: 3rem;
  }
  #about-us .s6 .text:last-of-type {
    margin-bottom: 0;
  }
  #about-us .s6 .one h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 1200px) {
  #about-us .s6 {
    padding: 5rem 0;
    height: auto;
  }
  #about-us .s6 .video {
    height: 100%;
  }
  #about-us .s6 .text {
    opacity: 1;
    filter: blur(0);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    /* margin-bottom: 3rem; */
  }
  #about-us .s6 .text h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: left;
  }
  #about-us .s6 .text h2 br {
    display: none;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p2, #about-us .s6 .text .p3 {
    position: relative !important;
    right: initial;
    margin-top: 0;
    max-width: 800px;
    margin-left: 0;
  }
  #about-us .s6 .text .p1, #about-us .s6 .text .p2 {
    margin-bottom: 3rem;
  }
  #about-us .s6 .text.one {
    margin-bottom: 3rem;
  }
  #about-us .s6 .text:last-of-type {
    margin-bottom: 0;
  }
  #about-us .s6 .one h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #about-us .s1 {
    height: 500px;
    padding-top: 250px;
  }
  #about-us .s1 p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  #about-us .s1 h1 {
    font-size: 2rem;
    line-height: 2.65rem;
  }
  #about-us .s3, #about-us .s5 {
    padding: 3rem 0 1rem 0;
  }
  #about-us .panel .img {
    height: 400px;
  }
  #about-us .panel .container {
    max-width: calc(100% - 2rem);
  }
  #about-us .full {
    height: 400px;
  }
  #about-us .s6 video {
    min-height: 100%;
  }
}

/*# sourceMappingURL=who-we-are.css.map */
