#main-footer {
  background-color: #b8987d !important;
  color: #fdfdfd !important;
  padding: 0 !important;
}
#main-footer .footer-wrapper {
  padding: 0 30px !important;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
#main-footer a {
  color: #fdfdfd !important;
  text-decoration: none !important;
}
#footer-top {
  padding: 45px 0 36px 0;
  border-bottom: 1px solid #cfbaa8;
}
#footer-top ul.menu {
  display: flex;
  column-gap: 10px;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
}
#footer-top .footer-title {
  font-family: FeatureDisplay-Light;
  font-size: 56px;
  font-weight: 300;
  line-height: 69px;
  text-align: left;
  height: fit-content;
  flex: 1;
}
#footer-top .footer-primary-btn {
  background: #5f5a56;
  border-radius: 100px;
  padding: 14px 23px;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SuisseIntl-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#footer-top .footer-primary-btn:hover {
  background: #7d7670;
  transition: all 0.3s ease-in-out;
}
#footer-top .footer-secondary-btn {
  background: transparent;
  border-radius: 100px;
  padding: 13px 23px;
  border: 0.5px solid #fdfdfd;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SuisseIntl-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#footer-top .footer-secondary-btn:hover {
  border: 0.5px solid #f8f6f4;
  color: #f8f6f4;
  transition: all 0.3s ease-in-out;
}
#footer-middle {
  padding: 19px 0 0px 0;
  display: flex;
  justify-content: space-between;
  column-gap: 31px;
}
#footer-middle #footer-middle-left ul.menu {
  display: flex;
  column-gap: 30px;
  font-family: FeatureDisplay-Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
  flex-wrap: wrap;
}
#footer-middle #footer-middle-left ul.menu li.menu-item a,
#footer-middle #footer-middle-right ul.menu li.menu-item a {
  padding-bottom: 20px;
  display: block;
}
#footer-middle #footer-middle-left ul.menu ul.sub-menu,
#footer-middle #footer-middle-right ul.menu ul.sub-menu,
.footer-our-founder-wrapper-menu-wrapper > div > ul > li > ul.sub-menu {
  font-family: SuisseIntl-Light;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
}
#footer-middle
  #footer-middle-left
  ul.menu
  li.menu-item
  ul.sub-menu
  li.menu-item
  a,
#footer-middle
  #footer-middle-right
  ul.menu
  li.menu-item
  ul.sub-menu
  li.menu-item
  a {
  padding-bottom: 0;
}
#footer-middle #footer-middle-right ul.menu {
  display: grid;
  column-gap: 30px;
  font-family: FeatureDisplay-Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
}
#footer-middle #footer-middle-right ul.menu li.menu-item:nth-child(1) {
  padding-bottom: 93px;
}
#footer-middle
  #footer-middle-right
  ul.menu
  li.menu-item
  ul.sub-menu
  li.menu-item {
  padding-bottom: 0;
}
#footer-middle .footer-follow-us-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 33px;
  font-family: SuisseIntl-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #cfbaa8;
}
#footer-middle .footer-socials {
  display: flex;
  column-gap: 10px;
  padding-bottom: 0 !important;
  height: 24px;
}
#footer-middle #footer-middle-right .footer-follow-us a {
  padding-bottom: 11px !important;
}
#footer-middle #footer-middle-right {
  display: flex;
  column-gap: 38px;
}
.footer-our-founder-wrapper-image-wrapper {
  width: 288px;
  height: 323px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.footer-our-founder-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}
.footer-our-founder-wrapper:hover img {
  transform: scale(1.1);
}
.footer-our-founder-overlay {
  background: #151514;
  opacity: 10%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-our-founder-overlay-text {
  position: absolute;
  bottom: 19px;
  left: 24px;
  font-family: FeatureDisplay-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
#footer-middle .footer-follow ul {
  padding-top: 0 !important;
}
#footer-middle .footer-follow ul li {
  padding-bottom: 0 !important;
}
#footer-bottom {
  background-color: #b8987d !important;
  text-transform: uppercase !important;
  padding: 25px 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 10px;
  border-top: 1px solid #cfbaa8;
}
#footer-bottom ul.menu {
  display: flex;
  column-gap: 16px;
  font-family: SuisseIntl-Light;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  margin-bottom: 0;
}

#footer-bottom .footer-copyright {
  font-family: SuisseIntl-Light;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  min-width: fit-content;
  flex: 1;
  flex-shrink: 0;
}
#footer-bottom .footer-copyright-date {
  display: flex;
  flex-shrink: 0;
}
#footer-bottom .footer-follow-mobile {
  display: none;
}
#footer-middle-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer-middle-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 42px;
}
#button-advisor-login {
  width: 150px;
  height: 48px;
  border: 1px solid #FDFDFD;
  border-radius: 100px;
  font-family: 'SuisseIntl-Light';
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  color: #FDFDFD;
}
.footer-follow-us > a {
  display: inline-block;
  margin-bottom: 11px;
}
#footer-middle #footer-middle-right {
  padding-right: 41px;
}
.footer-our-founder-wrapper-container {
  display: flex;
  justify-content: space-between;
}
.footer-our-founder-wrapper-menu-wrapper {
  display: none;
}
.footer-our-founder-wrapper-menu-wrapper > div > ul {
  font-family: 'SuisseIntl-Light';
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}
.footer-our-founder-wrapper-menu-wrapper > div > ul > li > a {
  font-family: 'FeatureDisplay-Light';
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  color: #FDFDFD;
}
.footer-our-founder-wrapper-menu-wrapper > div > ul > li > ul {
  padding-top: 10px;
}
.footer-follow-us-button-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #footer-top .footer-primary-btn {
    width: 100%;
  }
  #footer-top .footer-secondary-btn {
    width: 100%;
  }
  #footer-middle #footer-middle-left ul.menu li.menu-item a,
  #footer-middle #footer-middle-right ul.menu li.menu-item a {
    padding-bottom: 10px;
  }
  
  #footer-middle #footer-middle-right {
    display: none !important;
  }
  .footer-our-founder-wrapper-image-wrapper {
    width: 167px !important;
    height: 187px !important;
  }
  .footer-our-founder-wrapper-menu-wrapper {
    display: block !important;
  }
  .footer-our-founder-wrapper-container {
    padding-top: 20px;
    border-top: 1px solid #cfbaa8;
  }
  .footer-follow-us-container {
    display: none !important;
  }
  #footer-bottom .footer-follow-mobile {
    display: flex;
  }
  #footer-bottom .footer-follow-mobile .footer-follow-us,
  #footer-bottom .footer-follow-mobile ul,
  #footer-bottom .footer-follow-mobile > div {
    width: 100%;
  }
  #footer-bottom .footer-follow-mobile ul.menu li.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none !important;
    padding: 0 !important;
  }
  #footer-bottom .footer-follow-mobile ul.menu {
    border-bottom: 1px solid #cfbaa8;
    padding: 10px 0;
  }
  #footer-bottom .footer-follow-mobile ul.sub-menu {
    width: fit-content;
    padding-left: 10px;
  }
  #footer-bottom .footer-follow-mobile .footer-follow-us a {
    min-width: fit-content;
  }
  #footer-bottom .footer-follow-mobile .footer-socials {
    display: flex;
    column-gap: 10px;
    height: 24px;
  }
  .footer-our-founder-overlay-text {
    bottom: 12px;
    left: 16px;
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  #main-footer .footer-wrapper {
    padding: 0 16px !important;
  }
  #footer-top {
    padding: 21px 0 22px 0;
  }
  #footer-top ul.menu {
    row-gap: 10px;
    min-width: 320px;
  }
  #footer-top .footer-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.02em;
    min-width: 100%;
    padding-bottom: 10px;
  }
  #footer-middle {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #footer-middle #footer-middle-left ul.menu,
  #footer-middle #footer-middle-right ul.menu {
    padding-top: 0;
  }
  #footer-middle #footer-middle-right .footer-follow-us {
    display: none;
  }
  #footer-middle #footer-middle-right .footer-our-founder-wrapper {
    width: 167px;
    height: 187px;
  }
  #footer-middle #footer-middle-right .footer-our-founder-wrapper img {
    width: 167px;
    height: 187px;
  }
  #footer-middle #footer-middle-right ul.menu li.menu-item:nth-child(1) {
    padding-bottom: 10px;
  }
  #footer-bottom {
    row-gap: 0;
    justify-content: center;
    padding: 0 0 20px 0 !important;
  }
  #footer-bottom ul.menu {
    display: grid;
  }
  #footer-bottom > div:not(.footer-copyright) ul.menu li.menu-item {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #cfbaa8;
    width: 100%;
  }
  #footer-bottom .footer-copyright {
    min-width: 100%;
    margin-top: 20px;
    justify-content: center !important;
  }
  #footer-bottom > div {
    min-width: 100%;
    width: 100%;
  }
  .footer-follow-us-container {
    border-bottom: 1px solid #cfbaa8;
    margin-bottom: 20px;
  }
}