.about-us-page h2 {
  margin-top: 0;
}
.about-us-page section:not(#banner-section) {
  padding: 48px 0;
}
.about-us-page .panel {
  position: relative;
  padding: 48px;
}
.about-us-page .panel .rounded-corners {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: url("#goo");
}
.about-us-page .panel .content {
  position: relative;
  z-index: 1;
}
.about-us-page .panel .background-1,
.about-us-page .panel .background-2 {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.about-us-page .panel .background-1 {
  background: #7ec3c1;
  transform: translateY(18px);
  opacity: 0.8;
  clip-path: polygon(32px 11px, calc(100% - 14px) 26px, calc(100% - 4px) calc(100% - 10px), 4px calc(100% - 2px));
}
.about-us-page .panel .background-2 {
  background: #fff;
  clip-path: polygon(12px 26px, calc(100% - 27px) 6px, calc(100% - 31px) calc(100% + 2px), 26px calc(100% - 23px));
}
.about-us-page .panel.reverse {
  text-align: right;
}
.about-us-page .panel.reverse .background-1 {
  clip-path: polygon(12px 26px, calc(100% - 27px) 6px, calc(100% - 31px) calc(100% + 2px), 26px calc(100% - 23px));
}
.about-us-page .panel.reverse .background-2 {
  clip-path: polygon(32px 11px, calc(100% - 14px) 26px, calc(100% - 4px) calc(100% - 10px), 4px calc(100% - 2px));
}
.about-us-page #banner-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #27b6b3;
}
.about-us-page #banner-section h1 {
  color: #fff;
  font-size: 5.5em;
  margin: 0;
  line-height: 1;
  font-weight: 900;
}
.about-us-page #banner-section h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.about-us-page #banner-section .heading {
  position: absolute;
  z-index: 2;
  width: calc(100% - 50vh - 80px);
  max-width: 850px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .about-us-page #banner-section .heading {
    margin: 0 auto;
    width: calc(100% - 48px);
    max-width: 650px;
    left: 0;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .about-us-page #banner-section .heading h1 {
    font-size: 3.5em;
  }
  .about-us-page #banner-section .heading h3 {
    font-size: 1.8em;
  }
}
.about-us-page #banner-section .logo-background {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translate(50%, -50%);
  height: calc(100% - 150px);
  width: auto;
  max-width: none;
  max-height: none;
  opacity: 0.4;
  z-index: 1;
  filter: brightness(1.3);
}
@media (max-width: 1000px) {
  .about-us-page #banner-section .logo-background {
    opacity: 0.2;
  }
}
.about-us-page #mission-section {
  background: #e6ffff;
  min-height: 100vh;
  overflow: hidden;
}
.about-us-page #mission-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
}
@media (max-width: 1100px) {
  .about-us-page #mission-section .container {
    grid-template-columns: 1fr;
  }
  .about-us-page #mission-section .container .rocket-mission-img-container {
    margin-top: -320px;
  }
  .about-us-page #mission-section .container img {
    max-width: calc(100% - 48px);
  }
  .about-us-page #mission-section .container img.mission-success-img {
    transform: translate(50%, -30%);
  }
  .about-us-page #mission-section .container img.rocket-mission-img {
    transform: translate(-50%, 24%);
  }
}
@media (max-width: 991px) {
  .about-us-page #mission-section .container img.mission-success-img {
    transform: translate(40%, -30%);
  }
  .about-us-page #mission-section .container img.rocket-mission-img {
    transform: translate(-36%, 24%);
  }
}
@media (max-width: 767px) {
  .about-us-page #mission-section .container .rocket-mission-img-container {
    margin-top: -300px;
  }
  .about-us-page #mission-section .container img {
    max-height: 350px;
  }
  .about-us-page #mission-section .container img.mission-success-img {
    transform: translate(40%, -34%);
  }
}
@media (max-width: 574px) {
  .about-us-page #mission-section .container .rocket-mission-img-container {
    margin-top: -60%;
  }
  .about-us-page #mission-section .container img {
    max-height: 350px;
  }
  .about-us-page #mission-section .container img.mission-success-img {
    transform: translate(33%, -34%);
  }
}
@media (max-width: 487px) {
  .about-us-page #mission-section .container .rocket-mission-img-container {
    margin-top: -55%;
  }
  .about-us-page #mission-section .container img.mission-success-img {
    transform: translate(25%, -37%);
  }
  .about-us-page #mission-section .container img.rocket-mission-img {
    transform: translate(-30%, 26%);
  }
}
.about-us-page #mission-section h2 {
  color: #148f8d;
  font-size: 2.2em;
  margin: 0;
  line-height: 1;
  font-weight: 900;
}
.about-us-page #mission-section p {
  color: #148f8d;
  font-weight: 500;
  font-size: 1.1em;
}
.about-us-page #mission-section .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-page #mission-section .image-panel img {
  margin: 0 auto;
  display: block;
  transform: translateY(-30px);
}
.about-us-page #team-story-section h2 {
  color: #148f8d;
  font-size: 2.5em;
  margin: 32px auto;
  text-align: center;
}
.about-us-page #team-story-section p {
  margin: 0 auto 24px;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  color: #148f8d;
  max-width: 850px;
}
.about-us-page #team-story-section #team-members {
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-us-page #team-story-section #team-members {
    grid-template-columns: 1fr;
  }
  .about-us-page #team-story-section #team-members img {
    max-width: calc(100% - 24px);
    width: 350px;
  }
  .about-us-page #team-story-section #team-members .member {
    margin-bottom: 24px;
  }
}
.about-us-page #team-story-section #team-members img {
  max-width: calc(100% - 24px);
  width: 420px;
}
.about-us-page #team-story-section #team-members h3 {
  color: #148f8d;
  font-size: 1.5em;
  margin: 0;
}
.about-us-page #team-story-section #team-members h4 {
  color: #148f8d;
  font-size: 1.1em;
  margin: 0;
}

/*# sourceMappingURL=about.css.map */
