:root {
  --box-shadow-x: 0px;
  --button-text-color: #fff;
  --about-us-nav-color: #fff;
  --white: white;
  --black: black;
}

.first-bage-background {
  width: auto;
  height: 100vh;
  padding: 7% 10%;
}

.first-page-content-container {
  height: 100%;
  justify-content: space-around;
  display: flex;
}

.first-page-image-container {
  width: 100%;
  border: 1px #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.first-page-info-container {
  width: 100%;
  border: 1px #fff;
  flex: 0 auto;
  display: block;
}

.body {
  max-width: 100vw;
  pointer-events: auto;
  background-color: #171c22;
  overflow: auto;
}

.image {
  width: 50%;
}

.paragraph {
  max-width: 70%;
  color: #fff;
  margin-top: 96px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  width: 220px;
  height: 72px;
  box-shadow: inset var(--box-shadow-x) 0 0 0 #fff;
  color: var(--button-text-color);
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.image-2 {
  z-index: 5;
  width: 80%;
  position: relative;
}

.shadow-border {
  width: 80%;
  height: 100%;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: 0%;
  left: 10%;
  right: 0%;
}

.first-page-image-border-shadow-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-us-page-container {
  width: auto;
  height: 200vh;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 16px;
}

.navbar {
  width: 100%;
  height: 64px;
  color: #fff;
  background-color: #242f3b;
  border: 1px solid rgba(240, 248, 255, .15);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.our-product-nav-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: border-color .2s;
}

.our-product-nav-link:hover {
  border-bottom-color: #fff;
}

.our-product-nav-link.w--current {
  color: #fff;
  border-color: #fff;
}

.product-nav-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: border-color .2s;
}

.product-nav-link:hover {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
}

.product-nav-link.w--current {
  color: #fff;
  border: 1px solid #fff;
  transition: border .2s;
}

.about-us-nav-link {
  color: var(--about-us-nav-color);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: border .2s cubic-bezier(.165, .84, .44, 1);
}

.about-us-nav-link:hover {
  border-bottom-color: #fff;
}

.about-us-nav-link.w--current {
  color: #fff;
  border: 1px solid #fff;
  transition-property: border-color;
  transition-duration: .5s;
}

.nav-seperator {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.container {
  width: 80%;
  min-width: 80%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.image-3 {
  height: 48px;
}

.brand {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.who-we-are-container {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12% 11% 8% 20%;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.who-we-are-image {
  width: 100%;
  height: auto;
  max-height: 75vh;
  max-width: none;
  min-height: auto;
  font-size: 2vw;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.who-we-are-text-container {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 55%;
  aspect-ratio: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
  position: absolute;
  left: -15%;
  right: 0;
}

.who-we-are-text {
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(58, 57, 57, .5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10% 10%;
  display: flex;
  position: relative;
}

.who-we-are-text-shadowed-border {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.who-we-are-info-container {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.paragraph-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.our-team-container {
  width: 100%;
  height: 100vh;
  max-width: none;
  flex-direction: column;
  align-items: center;
  padding: 10% 10% 0%;
  display: flex;
  position: relative;
}

.our-team-info-container {
  z-index: 5;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 1200px;
  background-color: rgba(58, 57, 57, 0);
  justify-content: space-between;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.our-team-shodowed-border {
  z-index: 3;
  width: 100%;
  height: 35%;
  max-width: 1200px;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: 40%;
}

.leaders-card {
  width: 30%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(58, 57, 57, .5);
  border: 1px #fff;
  flex-flow: column;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.leader, .div-block-12 {
  width: 30%;
  background-color: rgba(58, 57, 57, .5);
  border: 1px #fff;
}

.potential-customers-container {
  width: auto;
  height: 100vh;
  padding-top: 10%;
}

.potential-customers-background {
  height: 100%;
  background-image: url('../images/third2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.potential-customers-info-container {
  width: 35%;
  height: 75%;
  max-width: 512px;
  min-width: 420px;
  position: absolute;
  right: 20%;
}

.potential-customers-info {
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(58, 57, 57, .5);
  padding: 5% 10% 10%;
  position: relative;
}

.potential-customers-info-shadowed-border {
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.heading-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.list {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item {
  padding-top: 18px;
  padding-bottom: 18px;
}

.list-item-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.our-product-container {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.our-product-info-container {
  z-index: 5;
  width: 100%;
  height: auto;
  max-height: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(58, 57, 57, .5);
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 10%;
  display: flex;
  position: relative;
}

.our-product-info-shadowed-border {
  width: 30%;
  height: 70%;
  border: 2px solid #fff;
  position: absolute;
  top: 17%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.heading-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.efi-accordion-paragraph {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.efi-ft-09-content {
  overflow: hidden;
}

.efi-plus-icon {
  filter: invert();
}

.efi-h4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.efi-ft-09-bar {
  color: #1a1e27;
  border: 1px #fff;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-accordion-bottom-bar {
  width: 100%;
  height: 1px;
}

.efi-ft-09-accordion {
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09 {
  width: 65%;
  max-height: none;
  padding: 0 0%;
  overflow: hidden;
}

.contact-container {
  width: auto;
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.contact-background {
  width: 100%;
  height: 100%;
  background-image: url('../images/third.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-13 {
  width: 100%;
  height: 256px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(58, 57, 57, .5);
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
}

.div-block-14 {
  max-width: 300px;
}

.paragraph-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  color: #d8d8d8;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-5 {
  color: #e4e4e4;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-16 {
  max-width: 300px;
}

.div-block-17 {
  margin-left: 20%;
}

.image-4 {
  display: none;
}

.leader-image {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.leader-desc {
  margin-top: 45%;
}

.image-5 {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 65%;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.leader-header {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.leader-desc-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .about-us-page-container {
    height: 350vh;
  }

  .who-we-are-text-container {
    max-height: none;
    max-width: 65%;
  }

  .who-we-are-text {
    max-height: 100%;
    min-height: 100%;
  }

  .our-team-container {
    height: 200vh;
    padding-top: 0%;
  }

  .our-team-info-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .leaders-card {
    width: 60%;
    margin-top: 25%;
  }

  .potential-customers-background {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .potential-customers-info-container {
    position: relative;
    right: auto;
  }

  .efi-ft-09-accordion-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .efi-ft-09 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .leader-desc {
    margin-top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .who-we-are-text-shadowed-border {
    display: none;
  }

  .our-team-container {
    height: 250vh;
  }

  .our-team-shodowed-border {
    display: none;
  }

  .leaders-card {
    margin-top: 30%;
  }

  .potential-customers-background {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .potential-customers-info-container {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .potential-customers-info-shadowed-border {
    display: none;
  }

  .efi-ft-09-grid {
    grid-template-columns: 1fr;
  }

  .leader-desc {
    margin-top: 40%;
  }
}

@media screen and (max-width: 479px) {
  .first-page-image-container {
    display: none;
    position: relative;
  }

  .paragraph {
    max-width: 100%;
    margin-top: 36px;
  }

  .button {
    width: 100%;
    margin-top: 32px;
  }

  .about-us-page-container {
    height: 350vh;
  }

  .nav-seperator {
    background-color: rgba(255, 255, 255, 0);
  }

  .who-we-are-container {
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 12%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .who-we-are-image {
    width: 120%;
    margin-top: 10%;
    position: static;
  }

  .who-we-are-text-container {
    max-width: 100%;
    position: relative;
    left: 0%;
  }

  .who-we-are-text-shadowed-border {
    display: none;
  }

  .who-we-are-info-container {
    flex-flow: column;
  }

  .our-team-container {
    height: 250vh;
    padding-top: 0%;
  }

  .our-team-info-container {
    height: 100%;
    flex-flow: column;
  }

  .our-team-shodowed-border {
    display: none;
  }

  .leaders-card {
    width: 100%;
    height: 100%;
    margin-top: 50%;
  }

  .potential-customers-container {
    flex-flow: column;
    margin-top: 10%;
    display: flex;
  }

  .potential-customers-background {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .potential-customers-info-container {
    width: 100%;
    height: 100%;
    min-width: 0;
    position: relative;
    left: auto;
    right: auto;
  }

  .potential-customers-info {
    padding-left: 5%;
    padding-right: 5%;
  }

  .potential-customers-info-shadowed-border {
    display: none;
  }

  .our-product-info-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .efi-ft-09 {
    width: 100%;
  }

  .div-block-13 {
    height: 360px;
    flex-flow: column;
    padding-top: 10px;
  }

  .image-4 {
    margin-top: 16px;
    display: block;
  }

  .leader-desc {
    margin-top: 40%;
  }

  .leader-header {
    font-size: 20px;
  }
}


