@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#home {
  /* Interactive Sections */
}

#home .s1 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#home .s1 video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#home .s1 .container {
  position: relative;
  top: 65%;
  transform: translateY(-50%);
}

#home .s1 h1, #home .s1 p {
  color: #fff;
}

#home .s1 h1 {
  font-size: 4.67rem;
  line-height: 5.16rem;
  margin-bottom: 2.5rem;
}

#home .s1 p {
  font-weight: 400;
  font-size: 1.167rem;
  line-height: 1.83rem;
}

#home .s3 {
  background: url(/i/feature_bg1.jpg) no-repeat center/cover;
  position: relative;
}

#home .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  gap: 1rem;
  z-index: 1;
  position: relative;
}

#home .s3 .container p, #home .s3 .container a {
  color: #fff;
}

#home .s3 .left {
  max-width: 624px;
}

#home .s3 .left .feature {
  margin-top: 3.35rem;
}

#home .s3 .left .feature a {
  display: block;
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.16rem;
  line-height: 3rem;
  padding: 1.67rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s ease;
  position: relative;
  transition: color .3s ease;
}

#home .s3 .left .feature a::after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/i/svg/arrow-up.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s ease;
}

#home .s3 .left .feature a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  top: -1.5px;
  left: 0;
  background-color: #5B784D;
  transition: width 0.6s ease;
  z-index: 1;
}

#home .s3 .left .feature a:hover {
  color: #fff;
}

#home .s3 .left .feature a:hover::after {
  opacity: 1;
}

#home .s3 .left .feature a:hover::before {
  width: 100%;
}

#home .s3 .left .global-btn {
  margin-top: 5.5rem;
}

#home .s3 .right > div > div {
  margin-bottom: 3.8rem;
}

#home .s3 .right > div > div:last-of-type {
  margin-bottom: 0;
}

#home .s3 .right .stat {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 4.6rem;
  line-height: 5.2rem;
  font-variant-numeric: lining-nums;
  color: #fff;
  margin-bottom: 10px;
}

#home .s3 .right h4 {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.35px;
  text-align: right;
  padding-right: 15px;
}

#home .s3 .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.7s ease;
  pointer-events: none;
}

#home .s3 .bg-financial {
  background-image: url("/i/feature_bg1.jpg");
}

#home .s3 .bg-investment {
  background-image: url("/i/feature_bg2.jpg");
}

#home .s3 .bg-tax {
  background-image: url("/i/feature_bg3.jpg");
}

#home .s3 .bg-estate {
  background-image: url("/i/feature_bg4.jpg");
}

#home .s4 {
  background-color: #fff;
}

#home .interactive-section {
  /* Background */
  /* Progress Tracker */
}

#home .interactive-section {
  height: 300vh;
  position: relative;
}

#home .interactive-section .section-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

#home .interactive-section .section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-size: cover;
  background-position: center;
}

#home .interactive-section .section-content.active {
  opacity: 1;
  visibility: visible;
}

#home .interactive-section .section-content[data-section="0"] {
  background: url(/i/meet-team.jpg) no-repeat center/cover;
}

#home .interactive-section .section-content[data-section="1"] {
  background: url(/i/featurelink_bg2.jpg) no-repeat center/cover;
}

#home .interactive-section .section-content[data-section="2"] {
  background: url(/i/services.jpg) no-repeat center/cover;
}

#home .interactive-section .section-text {
  width: calc(100% - 2rem);
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#home .interactive-section .section-text .section-title {
  font-weight: 400;
  color: #fff;
}

#home .interactive-section .section-text h3 {
  color: #fff;
  max-width: 920px;
  margin: 3.35rem 0 5rem 0;
}

#home .interactive-section .progress-tracker {
  width: calc(100% - 2rem);
  max-width: 1100px;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.5s ease;
}

#home .interactive-section .progress-tracker > div {
  width: 33.33%;
  transition: opacity 0.3s ease;
}

#home .interactive-section .progress-tracker > div:not(.active) {
  opacity: 0.6;
}

#home .interactive-section .progress-tracker p {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  opacity: 0.4;
}

#home .interactive-section .progress-tracker > div.active p {
  opacity: 1;
}

#home .interactive-section .progress-tracker p:last-of-type {
  text-transform: uppercase;
  letter-spacing: 1.35px;
}

#home .interactive-section .progress-tracker .progress-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

#home .interactive-section .progress-tracker .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.3s ease;
}

#home .interactive-section .progress-tracker.absolute {
  position: absolute;
  bottom: calc(100vh - 91.66%);
}

#home .interactive-section .progress-tracker.visible {
  opacity: 1;
  visibility: visible;
}

#home .s6 {
  position: relative;
  height: auto;
  overflow: hidden;
}

#home .s6 .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e8e8e8;
  z-index: 3;
  mask-image: radial-gradient(circle 350px at center, transparent 0px, transparent 350px, black 351px);
  -webkit-mask-image: radial-gradient(circle 350px at center, transparent 0px, transparent 350px, black 351px);
  pointer-events: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#home .s6 .slide-contact {
  height: 100vh;
}

#home .s6 .slide {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .s6 .circle-content {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

#home .s6 .circle-content h3, #home .s6 .circle-content p {
  color: #fff;
}

#home .s6 .circle-content h3 {
  margin: 3.35rem 0 5rem 0;
}

#home .s6 .circle-content p {
  font-weight: 400;
}

#home .s6 .circle-content .global-btn {
  margin: 0 auto;
}

#home .s6 .slide-newsletter {
  padding-bottom: 8.34rem;
}

#home .s6 .slide-newsletter .newsletter .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

#home .s6 .slide-newsletter .newsletter .title h2, #home .s6 .slide-newsletter .newsletter .title p {
  color: #fff;
}

#home .s6 .slide-newsletter .newsletter .title h2 {
  max-width: 668px;
}

#home .s6 .slide-newsletter .newsletter .title p {
  font-weight: 400;
  max-width: 500px;
}

#home .s6 .slide-newsletter .newsletter form {
  margin-top: 8.34rem;
}

#home .s6 .slide-newsletter .newsletter form #mc_embed_signup_scroll {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#home .s6 .slide-newsletter .newsletter form input {
  width: 100%;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  background: none;
  background: rgba(243, 243, 243, 0.15);
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 1rem;
  line-height: 1.67rem;
  border: none;
}

#home .s6 .slide-newsletter .newsletter form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#home .s6 .slide-newsletter .newsletter form .subscribe {
  background-color: #5B784D;
}

#home .s6::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/i/home_bg_connect.png) no-repeat center/cover;
  z-index: 0;
  pointer-events: none;
}

/***** MEDIA *****/
@media screen and (max-width: 1200px) {
  #home .s6 .slide-newsletter .newsletter .title {
    flex-direction: column;
    gap: 3rem;
  }
  #home .s6 .slide-newsletter .newsletter .title h2, #home .s6 .slide-newsletter .newsletter .title p {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  #home .s1 h1 {
    font-size: 3.7rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
  #home .s1 h1 br, #home .s1 p br {
    display: none;
  }
  #home .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  #home .s3 .right .metrics {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  #home .s6 #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
  #home .s6 #mc_embed_signup_scroll > div {
    width: 48%;
  }
  #home .s6 #mc_embed_signup_scroll .email-wrap {
    width: 100%;
  }
  #home .s6 #mce-responses {
    width: 100%;
  }
  #home .s6 #mc_embed_signup_scroll .subscribe-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #home .s6 #mc_embed_signup_scroll .subscribe-wrap input {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-height: 900px) {
  #home .interactive-section .section-text h3 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 400px) and (max-height: 780px) {
  #home .interactive-section .section-text h3 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 400px) and (max-height: 700px) {
  #home .interactive-section {
    height: auto;
  }
  #home .interactive-section .section-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    overflow: auto;
    height: auto;
  }
  #home .interactive-section .section-content {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 8.34rem 0;
  }
  #home .interactive-section .section-text {
    top: auto;
    transform: none;
  }
  #home .interactive-section .progress-tracker {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  #home .s1 p {
    font-size: 1rem;
    line-height: 1.67rem;
  }
  #home .s3 {
    background: url(/i/home_numbers_mobile.jpg) no-repeat center/cover;
  }
  #home .s3 .left .feature a {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 1.2rem 0;
  }
  #home .s3 .left .feature a::after {
    width: 20px;
    height: 20px;
  }
  #home .s3 .left .global-btn {
    margin-top: 2.5rem;
  }
  #home .s3 .right .metrics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s3 .right > div > div {
    margin-bottom: 0;
  }
  #home .s3 .right .stat {
    font-size: 3.7rem;
    line-height: 4.5rem;
  }
  #home .s3 .right h4 {
    text-align: left;
    padding-right: 0;
  }
  #home .interactive-section .section-text h3 {
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #home .interactive-section .progress-tracker {
    bottom: 2rem;
  }
  #home .interactive-section .progress-tracker .progress-line {
    margin: 10px 0;
  }
  #home .interactive-section .progress-tracker p:last-of-type {
    display: none;
  }
  #home .interactive-section .section-content[data-section="0"] {
    background-image: url(/i/featurelink_bg1_mobile.jpg);
  }
  #home .interactive-section .section-content[data-section="1"] {
    background-image: url(/i/featurelink_bg2_mobile.jpg);
  }
  #home .interactive-section .section-content[data-section="2"] {
    background-image: url(/i/featurelink_bg3_mobile.jpg);
  }
  #home .s6 {
    background: #E7E6E2;
  }
  #home .s6 .bg-overlay {
    display: none;
  }
  #home .s6 .slide-contact {
    height: auto;
    padding: 5rem 1rem 7rem 1rem;
  }
  #home .s6 .circle-content h3 {
    margin: 2rem 0 3rem;
    color: #224E42;
  }
  #home .s6 .circle-content .global-btn {
    border-color: #224E42;
    color: #224E42;
  }
  #home .s6 .circle-content p {
    color: #23221F;
  }
  #home .s6 .slide-newsletter {
    background: url(/i/home_bg_connect.png) no-repeat center/cover;
    padding: 5rem 0;
  }
  #home .s6 .slide-newsletter .newsletter .title {
    gap: 2rem;
  }
  #home .s6 .slide-newsletter .newsletter form {
    margin-top: 5rem;
  }
  #home .s6 .slide-newsletter .newsletter form input {
    padding: 15px 30px;
  }
  #home .s6 #mc_embed_signup_scroll > div {
    width: 100%;
  }
  #home .s6::before {
    display: none;
  }
}
