#about2 .hero {
  height: 780px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/i/About_hero.jpg) no-repeat center/cover;
}
#about2 .hero .contain {
  padding-top: 100px;
}
#about2 .hero h1 {
  font-family: "sofia-pro";
  font-weight: 500;
  letter-spacing: 8.4px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#about2 .hero h2 {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  line-height: 65px;
  text-align: center;
  margin: 20px auto 0 auto;
  max-width: 1050px;
  font-family: "PP Eiko Thin";
}
#about2 .sn2 {
  position: relative;
  padding: 170px 0;
  background: #fff;
}
#about2 .sn2 h3 {
  color: #134F5C;
  font-size: 38px;
  font-weight: 100;
  line-height: 53px;
  margin: 0 auto;
  max-width: 800px;
  font-family: "PP Eiko Thin";
}
#about2 .sn3 {
  position: relative;
  background: #F9F9F9;
  display: flex;
  flex-direction: row;
}
#about2 .sn3 > div {
  width: 50%;
}
#about2 .sn3 > div:nth-child(2) {
  position: relative;
  z-index: 1;
  background: #F9F9F9;
}
#about2 .sn3 .contain {
  padding: 160px 0;
  margin-left: 100px;
  max-width: 621px;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}
#about2 .sn3 > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#about2 .sn3 > div:nth-child(1) .contain {
  margin-left: auto;
}
#about2 .sn3 .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
}
#about2 .sn3 .bg {
  z-index: -1;
  position: fixed;
  background-image: url(/i/About_parallax_image2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
#about2 .sn3 h3 {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  line-height: 73px;
  text-align: left;
  font-family: "PP Eiko Thin";
}
#about2 .sn3 h4 {
  margin-bottom: 2em;
  font-family: "sofia-pro";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  font-weight: 500;
  line-height: 36px;
  color: #4B909F;
}
#about2 .sn3 h5 {
  margin-bottom: 1em;
  color: #134F5C;
  font-size: 38px;
  font-weight: 100;
  line-height: 53px;
  font-family: "PP Eiko Thin";
}
#about2 .sn3 p {
  font-family: "sofia-pro";
  color: #626567;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
#about2 .sn4 {
  padding: 160px 0;
}
#about2 .sn4 h4 {
  margin-bottom: 2em;
  font-family: "sofia-pro";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  font-weight: 500;
  line-height: 36px;
  color: #4B909F;
  margin: 0 auto 1em auto;
  max-width: 885px;
}
#about2 .sn4 h3 {
  font-size: 60px;
  font-weight: 100;
  color: #134F5C;
  line-height: 73px;
  text-align: left;
  font-family: "PP Eiko Thin";
  margin: 0 auto 0.5em auto;
  max-width: 885px;
}
#about2 .sn4 p {
  font-family: "sofia-pro";
  color: #626567;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 auto;
  max-width: 885px;
}
#about2 .sn4 .cols {
  gap: 18px;
  margin-top: 80px;
  flex-wrap: wrap;
}
#about2 .sn4 .cols > div {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #D0CFCF;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 224px;
  width: calc(33.33% - 12px);
  box-sizing: border-box;
  padding: 10px;
}
#about2 .sn4 .cols h4 {
  line-height: 24px;
  margin: 20% auto 0 auto;
  max-width: 252px;
}
#about2 .sn4 .cols > div:nth-child(1) {
  background: url(/i/01_familyOffice.svg) no-repeat center 30%/47px auto;
}
#about2 .sn4 .cols > div:nth-child(2) {
  background: url(/i/02_investmentManagement.svg) no-repeat center 30%/47px auto;
}
#about2 .sn4 .cols > div:nth-child(3) {
  background: url(/i/03_goalsBased.svg) no-repeat center 30%/47px auto;
}
#about2 .sn4 .cols > div:nth-child(4) {
  background: url(/i/04_trust.svg) no-repeat center 30%/47px auto;
}
#about2 .sn4 .cols > div:nth-child(5) {
  background: url(/i/05_governance.svg) no-repeat center 30%/47px auto;
}
#about2 .sn4 .cols > div:nth-child(6) {
  background: url(/i/06_charitable.svg) no-repeat center 30%/47px auto;
}

@media all and (max-width: 1500px) {
  #about2 .sn3 > div:nth-child(1) .contain {
    width: calc(100% - 70px - 1rem);
    margin-right: 70px;
    margin-left: 1rem;
  }
  #about2 .sn3 > div:nth-child(2) .contain {
    width: calc(100% - 70px - 1rem);
    margin-right: 1rem;
    margin-left: 70px;
  }
}
@media all and (max-width: 979px) {
  #about2 .sn3 {
    flex-direction: column;
  }
  #about2 .sn3 .bg {
    background-image: url(/i/About_parallax_image.jpg);
  }
  #about2 .sn3 > div {
    width: 100% !important;
  }
  #about2 .sn3 > div .contain {
    width: calc(100% - 2rem) !important;
    margin: 0 auto !important;
    max-width: 100%;
  }
  #about2 .sn4 .cols > div {
    width: calc(50% - 9px);
  }
}
@media all and (max-width: 767px) {
  #about2 .hero h2 {
    font-size: 35px;
    line-height: 45px;
  }
  #about2 .sn2 {
    padding: 100px 0;
  }
  #about2 .sn2 h3 {
    font-size: 25px;
    line-height: 38px;
  }
  #about2 .sn3 .contain {
    padding: 100px 0;
  }
  #about2 .sn4 h3 {
    font-size: 40px;
    line-height: 50px;
  }
  #about2 .sn4 {
    padding: 100px 0;
  }
  #about2 .sn3 p, #about2 .sn4 p {
    font-size: 20px;
    line-height: 30px;
  }
  #about2 .sn3 h5 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media all and (max-width: 600px) {
  #about2 .sn4 .cols > div {
    width: 100%;
  }
}

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