:root {
  --light-grey: #ebebeb;
  --dark-grey: #242424;
  --blue: #1e60c3;
  --white: white;
  --dark-blue: #143e7f;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  background-color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 5px;
}

.section-inner-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: -200px;
  display: flex;
}

.section-inner-banner-img-b {
  z-index: -1;
  aspect-ratio: auto;
  flex: 1;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.all {
  z-index: 2;
  background-color: var(--light-grey);
  margin-top: 100vh;
  position: relative;
}

.container {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.subtxt {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.subtxt.align-center {
  text-align: center;
}

.inner-banner-content-b {
  width: 100%;
}

.section-content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content.bg-investment-management {
  background-image: url('../images/investment-management-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-content.bg-wealth-advisory {
  background-image: url('../images/wealth-advisory-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-content.bg-dark-grey {
  background-color: var(--dark-grey);
}

.section-content.home-service {
  background-color: var(--dark-grey);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-content.bg-about-team {
  background-image: url('../images/about-team-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-content.home-video-bg {
  background-image: url('../images/investment-management-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.temp01-row {
  flex-wrap: wrap;
  margin-bottom: -4%;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.temp01-col {
  width: 33.33%;
  margin-bottom: 4%;
  padding-left: 2%;
  padding-right: 2%;
}

.temp01-b {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.temp01-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.temp01-img-b {
  margin-bottom: 25px;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.temp01-title {
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.footer {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-col-l {
  width: 45%;
}

.footer-row {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.footer-txt {
  margin-top: 15px;
}

.footer-line-b {
  height: 5px;
  position: relative;
}

.footer-line {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-col-r {
  text-align: right;
  width: 55%;
}

.link-txt {
  color: var(--white);
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.link-txt:hover {
  color: var(--blue);
}

.social-btn {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  transition: all .6s;
  position: relative;
}

.social-btn:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}

.social-btn-img {
  position: absolute;
  inset: 0%;
}

.footer-social-b {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.inner-banner-line {
  background-color: var(--blue);
  text-transform: uppercase;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.inner-banner-content {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-banner-txt-b {
  z-index: 1;
  background-color: var(--light-grey);
  margin-top: 10px;
  margin-right: 5%;
  padding-left: 5%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.inner-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.esg-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.esg-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.temp03-list-icon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  padding-left: 125px;
  display: flex;
  position: relative;
}

.esg-img {
  background-image: url('../images/esg-banner-v02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.esg-img-animate-l {
  z-index: 1;
  background-color: var(--light-grey);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.esg-img-animate-r {
  z-index: 1;
  background-color: var(--light-grey);
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.list-icon-border {
  background-color: #1e60c380;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-title {
  width: 100%;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
}

.esg-list-icon {
  border: 1px solid var(--dark-grey);
  background-color: var(--light-grey);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
}

.contact-row {
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.contact-col {
  width: 33.33%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.txt-color-dark-grey {
  color: var(--dark-grey);
}

.contact-info-title {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Cormorant, sans-serif;
  font-weight: 700;
}

.contact-enquiry-row {
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: -5%;
  margin-right: -5%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.contact-enquiry-col {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.input {
  z-index: 2;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-grey);
  color: var(--dark-grey);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--blue);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  height: 150px;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.form-col {
  width: 50%;
  margin-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.form-col.full {
  width: 100%;
}

.contact-form {
  margin-bottom: 0;
}

.form {
  margin-top: 25px;
}

.contact-enquiry-line {
  background-color: var(--blue);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.btn {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 25px;
  text-decoration: none;
  position: relative;
}

.btn.full {
  display: block;
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.btn-hover {
  background-color: var(--dark-blue);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.contact-enquiry-line-mobile {
  width: 100%;
  height: 1px;
  display: none;
}

.temp02-row {
  flex-wrap: wrap;
  min-height: 100vh;
  display: flex;
}

.temp02-row.reverse {
  flex-direction: row-reverse;
}

.temp02-row.home-awards {
  min-height: 0;
}

.temp02-col {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark {
  background-color: var(--dark-grey);
  color: var(--white);
}

.temp02-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.temp02-container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.service-temp02-title {
  margin-bottom: 25px;
}

.temp02-img-mask-dark {
  z-index: 1;
  background-color: var(--dark-grey);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.temp02-img-mask-light {
  z-index: 1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.temp02-img-b {
  position: absolute;
  inset: 0%;
}

.home-content-title {
  margin-top: 15px;
  margin-bottom: 25px;
}

.btn-b {
  margin-top: 25px;
}

.list-txt {
  width: 100%;
  margin-top: 10px;
}

.txt-cap {
  text-transform: uppercase;
}

.temp03-row {
  flex-wrap: wrap;
  margin-bottom: -25px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.temp03-col {
  width: 50%;
  margin-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.list-icon-b {
  margin-top: 25px;
}

.list-icon-img {
  position: absolute;
  inset: 0%;
}

.home-banner-slider {
  background-color: var(--light-grey);
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.txt-color-white {
  color: var(--white);
}

.home-service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-esg {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.esg-content-b {
  z-index: 1;
  float: right;
  background-color: var(--white);
  width: 50%;
  padding: 100px 5%;
  position: relative;
}

.esg-caring-list {
  align-items: center;
  min-height: 50px;
  margin-top: 25px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.esg-caring-icon {
  width: 40px;
  margin-top: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.esg-caring-txt {
  width: 100%;
}

.esg-logo {
  width: 319px;
  margin-bottom: 25px;
}

.bg-dark-grey {
  color: var(--white);
}

.subtxt-b {
  margin-bottom: 10px;
}

.team-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.team-col01 {
  width: 33.33%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.team-link02 {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  color: var(--white);
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.team-img-b02 {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.team-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-txt-b02 {
  padding: 25px;
}

.subtitle {
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.team-line {
  z-index: 1;
  background-color: var(--blue);
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-title-b {
  margin-bottom: -15px;
}

.team-col02 {
  width: 25%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.header {
  z-index: 1000;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  width: 120px;
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.header-logo-img-white {
  width: 100%;
}

.header-logo-img {
  z-index: 1;
  opacity: 0;
  border-radius: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 84%;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link-b {
  position: relative;
}

.lang-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.lang-dropdown-toggle {
  color: var(--white);
  padding: 0;
  font-family: Cormorant, sans-serif;
}

.container-menu {
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  padding: 20px 5%;
  display: flex;
}

.lang-mobile-b {
  align-items: center;
  width: 100%;
  display: flex;
}

.lang-mobile-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cormorant, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.lang-mobile-link:hover {
  color: var(--blue);
}

.lang-mobile-line {
  background-color: var(--white);
  opacity: 1;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.font-chinese {
  font-family: Noto Serif HK, sans-serif;
}

.nav-menu-mobile-bottom {
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.nav-menu-mobile-bottom-content-b {
  border-top: 1px solid var(--white);
  background-color: var(--dark-grey);
  align-items: center;
  width: 100%;
  padding-right: 150px;
  position: relative;
}

.header-social-b {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.lang-mobile-link-active {
  opacity: .35;
}

.header-social-btn {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  transition: all .6s;
  position: relative;
}

.header-social-btn:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}

.menu-btn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-btn-line01, .menu-btn-line02 {
  background-color: var(--white);
  width: 34px;
  height: 2px;
}

.lang-link-b {
  display: flex;
}

.lang-link-arrow {
  margin-left: 5px;
}

.lang-link-arrow-grey {
  opacity: 0;
  margin-left: 5px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.lang-dropdown-link {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Cormorant, sans-serif;
}

.lang-dropdown-link.font-chinese {
  text-align: center;
  font-family: Noto Serif HK, sans-serif;
}

.lang-dropdown-list {
  background-color: var(--white);
  margin-top: 23px;
  margin-left: -20px;
  overflow: hidden;
}

.lang-dropdown-content-b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-open-logo {
  z-index: 1;
  width: 120px;
  margin-left: 5%;
  display: none;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.list-icon {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
}

.temp02-img-mask-light02 {
  z-index: 1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-service-row {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.how-service-col {
  width: 33.33%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-service-link {
  border: 1px solid var(--white);
  color: var(--white);
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.pop-team {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-content-b {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.pop-team-txt-b {
  float: right;
  color: var(--white);
  width: 50%;
  height: 100%;
  padding: 40px 40px 90px;
  overflow: auto;
}

.pop-team-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pop-team-img-b {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.pop-btn-close {
  z-index: 1;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-service-img-b {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home-service-txt-b {
  width: 100%;
  padding: 40px 40px 45px;
}

.home-service-line {
  background-color: var(--blue);
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-about-txt-stat {
  color: var(--blue);
  text-align: center;
  width: 130px;
  padding-top: 15px;
  font-family: Orchestra, sans-serif;
  font-size: 60px;
  line-height: 110%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.home-about-list {
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 130px;
  display: flex;
  position: relative;
}

.home-about-txt {
  padding-left: 5%;
}

.bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-banner-slide {
  overflow: hidden;
}

.home-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-banner-content-b {
  z-index: 2;
  color: var(--white);
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-title {
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 120px;
  line-height: 120%;
}

.txt-mask {
  overflow: hidden;
}

.home-banner-txt-b {
  width: 80%;
}

.home-banner-img-mask {
  z-index: 1;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.home-slide-nav {
  transform-origin: 100% 0;
  width: 30px;
  height: auto;
  margin-right: 25px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.home-banner-line {
  background-color: #ffffff59;
  width: 95%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-banner-line-animate {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.temp01-btn-b {
  margin-top: 15px;
}

.templ01-btn {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.templ01-btn.full {
  display: block;
}

.temp01-btn-b-mobile {
  margin-top: 15px;
  display: none;
}

.team-link01 {
  border: 1px solid var(--white);
  background-color: var(--dark-grey);
  color: var(--white);
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.team-img-b01 {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.team-txt-b01 {
  padding: 25px;
}

.home-video {
  width: 100%;
  padding-bottom: 0;
}

.home-awards-slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 40px;
}

.home-awards-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-awards-section.bg-investment-management {
  background-image: url('../images/investment-management-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-awards-section.bg-wealth-advisory {
  background-image: url('../images/wealth-advisory-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-awards-section.bg-dark-grey {
  background-color: var(--dark-grey);
}

.home-awards-section.home-service {
  background-color: var(--dark-grey);
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-awards-section.bg-about-team {
  background-image: url('../images/about-team-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-awards-row {
  flex-flow: wrap;
}

.home-awards-col-img {
  width: 50%;
}

.home-awards-col-txt {
  margin-top: 15px;
  margin-bottom: 15px;
}

.home-awards-txt-b {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-awards-txt {
  text-align: center;
  width: 100%;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.home-awards-img-b {
  width: 100%;
  max-width: 260px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}

.home-awards-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-video-b {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-awards-slide-nav {
  position: relative;
}

.home-awards-title {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
}

.home-awards-icon {
  border: 1px solid var(--dark-grey);
  background-color: var(--light-grey);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-tab-link {
  color: var(--white);
  background-color: #fff0;
  border-bottom: 3px solid #1e60c300;
  margin-right: 30px;
  padding: 13px 0 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  position: relative;
}

.about-tab-link:hover {
  color: #ffffff80;
}

.about-tab-link.w--current {
  border-bottom-color: var(--blue);
  background-color: #fff0;
}

.about-tab-link.full {
  display: block;
}

.about-team-tabs {
  margin-top: 50px;
}

.about-tabs-menu {
  text-align: center;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  display: inline-block;
}

.about-team-mobile {
  display: none;
}

.about-team-mobile-dropdown {
  z-index: 2;
  background-color: var(--white);
  display: block;
  position: sticky;
  top: 100px;
}

.about-team-dropdown-toggle {
  background-image: url('../images/lang-arrow-grey.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
}

.about-team-dropdown-list {
  background-color: var(--white);
}

.about-team-dropdown-link.active {
  background-color: var(--blue);
  color: var(--white);
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 15px 25px;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

html.w-mod-js [data-ix="fade-in"], html.w-mod-js [data-ix="initial-txt"] {
  opacity: 0;
}

html.w-mod-js [data-ix="initial-img"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="footer-line"] {
  width: 0;
}

html.w-mod-js [data-ix="inner-banner-img"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="inner-banner-title"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="inner-banner-line"] {
  width: 0;
}

html.w-mod-js [data-ix="esg-img-animate"] {
  width: 50%;
}

html.w-mod-js [data-ix="contact-enquiry-line"] {
  height: 0;
}

html.w-mod-js [data-ix="contact-enquiry-line-mobile"] {
  width: 0;
}

html.w-mod-js [data-ix="img-mask-l"] {
  width: 100%;
}

html.w-mod-js [data-ix="img-fade-in"] {
  opacity: 0;
  transform: scale(1.15);
}

html.w-mod-js [data-ix="home-service-link"] {
  opacity: 0;
}

html.w-mod-js [data-ix="lang-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="header-load"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="pop-team"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="home-banner-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="home-banner-title"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="home-banner-line-animae"] {
  width: 0;
}

html.w-mod-js [data-ix="about-team-dropdown-list"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  .header-logo {
    width: 140px;
  }

  .nav-menu {
    max-width: 980px;
  }

  .menu-open-logo {
    width: 140px;
  }

  .home-banner-txt-b {
    width: 50%;
  }

  .home-video-b {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .section-inner-banner {
    height: auto;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-inner-banner-img-b {
    height: auto;
    padding-top: 65vh;
    position: relative;
    inset: 0% 0% auto;
  }

  .all {
    margin-top: 0;
  }

  .all.home {
    margin-top: 90vh;
  }

  .section-content.bg-investment-management {
    background-image: url('../images/investment-management-bg-loop-bg.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .section-content.bg-wealth-advisory {
    background-image: url('../images/wealth-advisory-bg-loop.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .section-content.bg-about-team {
    background-image: url('../images/about-team-bg-loop.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .section-content.home-video-bg {
    background-image: url('../images/investment-management-bg-loop-bg.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .footer-col-l {
    width: 100%;
  }

  .footer-col-r {
    text-align: left;
    width: 100%;
  }

  .social-btn {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-social-b {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .esg-col {
    width: 100%;
  }

  .esg-img {
    background-size: cover;
    background-attachment: scroll;
    padding-top: 50%;
    position: relative;
  }

  .input {
    font-size: 1rem;
  }

  .temp02-row {
    height: auto;
    min-height: 0;
  }

  .temp02-col {
    width: 100%;
  }

  .temp02-img {
    position: absolute;
    inset: 0%;
  }

  .temp02-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .temp02-img-b {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }

  .home-banner-slider {
    height: 90vh;
  }

  .section-esg {
    padding-top: 0;
  }

  .esg-content-b {
    width: 100%;
  }

  .team-row {
    justify-content: flex-start;
  }

  .team-col01 {
    width: 100%;
  }

  .team-col02 {
    width: 50%;
  }

  .nav-menu {
    background-color: var(--dark-grey);
    width: 100%;
    height: 100vh;
    padding: 120px 5% 150px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-menu.popup-scroll {
    display: block;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 120%;
  }

  .nav-link-b {
    text-align: left;
    overflow: hidden;
  }

  .lang-dropdown {
    display: none;
  }

  .container-menu {
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
  }

  .nav-menu-mobile-bottom {
    z-index: 1;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    display: flex;
    position: relative;
    bottom: 0%;
  }

  .nav-menu-mobile-bottom-content-b {
    display: flex;
  }

  .header-social-b {
    justify-content: flex-start;
  }

  .menu-btn {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .menu-btn-line01, .menu-btn-line02 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-open-logo-img {
    width: 100%;
  }

  .menu-btn-line-b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-open-btn-line-b {
    z-index: 10;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34px;
    display: none;
    position: absolute;
    inset: 0% auto 0% 50%;
    transform: translate(-50%);
  }

  .how-service-col {
    width: 100%;
  }

  .home-service-link {
    flex-wrap: wrap;
    display: flex;
  }

  .home-service-img-b {
    width: 50%;
    padding-top: 45%;
  }

  .home-service-txt-b {
    width: 50%;
  }

  .team-link01 {
    display: flex;
  }

  .team-img-b01 {
    width: 50%;
    height: 100%;
    padding-top: 40%;
  }

  .team-txt-b01 {
    width: 50%;
  }

  .home-awards-section.bg-investment-management {
    background-image: url('../images/investment-management-bg-loop-bg.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .home-awards-section.bg-wealth-advisory {
    background-image: url('../images/wealth-advisory-bg-loop.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .home-awards-section.bg-about-team {
    background-image: url('../images/about-team-bg-loop.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: scroll;
  }

  .about-team-tabs {
    display: none;
  }

  .about-team-mobile {
    margin-top: 25px;
    display: block;
  }

  .about-team-dropdown-toggle {
    background-position: 97% 51%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .about-team-dropdown-list {
    background-color: #fff0;
    overflow: hidden;
  }

  .about-team-dropdown-content {
    border: 1px solid var(--white);
    background-color: var(--white);
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .section-inner-banner {
    height: auto;
  }

  .section-inner-banner-img-b {
    padding-top: 50vh;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content.bg-investment-management, .section-content.bg-wealth-advisory, .section-content.bg-about-team {
    background-size: 960px;
  }

  .section-content.home-video-bg {
    background-size: 960px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .temp01-row {
    margin-bottom: -50px;
  }

  .temp01-col {
    width: 100%;
    margin-bottom: 50px;
  }

  .temp01-b {
    flex-wrap: wrap;
    align-items: flex-start;
    display: block;
  }

  .temp01-img-b {
    width: 50%;
    margin-bottom: 0;
    padding-top: 35%;
  }

  .temp01-title {
    font-size: 22px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-row {
    margin-bottom: 25px;
  }

  .temp01-txt-b {
    text-align: left;
    width: 50%;
    padding-left: 5%;
  }

  .temp03-list-icon {
    min-height: 90px;
    padding-left: 105px;
  }

  .list-icon-border {
    width: 90px;
    height: 90px;
  }

  .list-title {
    font-size: 20px;
  }

  .esg-list-icon {
    width: 80px;
    height: 80px;
  }

  .contact-row {
    margin-bottom: -25px;
  }

  .contact-col {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact-info-title {
    margin-bottom: 5px;
  }

  .contact-enquiry-row {
    margin-top: 50px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .contact-enquiry-col {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-col {
    width: 100%;
  }

  .contact-enquiry-line {
    display: none;
  }

  .contact-enquiry-line-mobile {
    background-color: var(--blue);
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .service-temp02-title, .home-content-title {
    margin-bottom: 15px;
  }

  .temp03-col {
    width: 100%;
  }

  .esg-content-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .esg-caring-list {
    min-height: 42px;
    padding-left: 40px;
  }

  .esg-caring-icon {
    width: 30px;
  }

  .esg-logo {
    width: 220px;
  }

  .team-col01 {
    margin-top: 25px;
  }

  .team-link02 {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .team-col02 {
    margin-top: 25px;
  }

  .header-logo {
    width: 110px;
  }

  .nav-menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .container-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-mobile-bottom {
    height: 80px;
  }

  .menu-open-logo {
    width: 110px;
  }

  .list-icon {
    width: 80px;
    height: 80px;
  }

  .pop-team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pop-content-b {
    border-style: none;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
    overflow: auto;
  }

  .pop-team-txt-b {
    float: none;
    height: auto;
    padding: 25px 25px 75px;
    overflow: visible;
  }

  .pop-team-img-b {
    height: 100vh;
    position: sticky;
  }

  .pop-btn-close {
    position: fixed;
    inset: auto 0% 0%;
  }

  .home-service-txt-b {
    padding: 25px;
  }

  .home-about-txt-stat {
    width: 100px;
    padding-top: 10px;
    font-size: 45px;
  }

  .home-about-list {
    padding-left: 100px;
  }

  .home-banner-txt {
    margin-top: 15px;
  }

  .home-banner-title {
    font-size: 50px;
    line-height: 100%;
  }

  .home-banner-txt-b {
    width: 100%;
  }

  .temp01-btn-b {
    display: none;
  }

  .temp01-align-b {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .temp01-btn-b-mobile {
    display: inline-flex;
  }

  .team-link01 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-awards-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-awards-section.bg-investment-management, .home-awards-section.bg-wealth-advisory, .home-awards-section.bg-about-team {
    background-size: 960px;
  }

  .home-awards-col-img {
    width: 100%;
  }

  .home-awards-col-txt {
    border: 1px #000;
    width: 100%;
  }

  .home-awards-txt-b {
    text-align: center;
    padding-left: 0%;
  }

  .home-awards-txt {
    font-size: 20px;
  }

  .home-video-b {
    width: 100%;
  }

  .home-awards-title {
    font-size: 20px;
  }

  .home-awards-icon {
    width: 80px;
    height: 80px;
  }

  .about-team-mobile-dropdown {
    top: 80px;
  }
}

@media screen and (max-width: 479px) {
  .temp01-b {
    display: block;
  }

  .temp01-img-b {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 70%;
  }

  .temp01-txt-b {
    width: 100%;
    padding-left: 0%;
  }

  .esg-img {
    padding-top: 65%;
  }

  .team-col01 {
    width: 100%;
  }

  .team-link02 {
    display: block;
  }

  .team-img-b02 {
    width: 100%;
    padding-top: 80%;
  }

  .team-txt-b02, .team-col02 {
    width: 100%;
  }

  .home-service-link {
    display: block;
  }

  .pop-team-txt-b {
    width: 100%;
  }

  .pop-team-img-b {
    width: 100%;
    height: auto;
    position: relative;
  }

  .home-service-img-b {
    width: 100%;
    padding-top: 80%;
  }

  .home-service-txt-b {
    width: 100%;
  }

  .home-about-txt-stat {
    width: 100px;
    padding-top: 8px;
    font-size: 45px;
  }

  .home-about-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
  }

  .home-slide-nav {
    margin-right: 15px;
  }

  .team-link01 {
    display: block;
  }

  .team-img-b01 {
    width: 100%;
    height: auto;
    padding-top: 80%;
  }

  .team-txt-b01 {
    width: 100%;
  }

  .about-team-dropdown-toggle {
    background-position: 94%;
  }
}


@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orchestra';
  src: url('../fonts/Orchestra-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}