#home .hero {
  position: relative;
  height: 100vh;
  background: url(/i/home-hero.jpg) no-repeat center/cover;
}
#home .hero .content {
  padding: 0 0 125px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#home .hero .v2 {
  height: 100vh;
}
#home .hero .v2 h3 {
  margin-bottom: 70px;
  letter-spacing: 6.6px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended, sans-serif;
  font-weight: 900;
}
#home .hero h2 {
  overflow: hidden;
  display: grid;
  font-size: 80px;
  font-family: area-extended-light;
  font-weight: 100;
  line-height: 98px;
  text-transform: uppercase;
  color: #798A99;
}
#home .hero h2 span {
  transform: translateY(100%);
  display: inline-block;
  grid-area: 1/1;
  will-change: transform;
  transition: transform 0.55s linear;
}
#home .hero h2 span.active {
  transform: translateY(0);
}
#home .hero .loading {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333F49;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#home .hero .loading .content {
  padding: 0 0 125px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
#home .hero .loading h3 {
  margin-left: 15px;
  margin-bottom: 40px;
  letter-spacing: 6.6px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  font-weight: 900;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#home .hero .loading h5 {
  overflow: hidden;
  font-family: area-extended;
  font-weight: 100;
  width: fit-content;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 148px;
}
#home .hero .loading h5 span {
  transition: all 0.5s ease 0.2s;
  transform: translate(0, 100%);
  display: block;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .hero .loading .content > span {
  position: absolute;
  right: 0;
  bottom: 125px;
  letter-spacing: 4.62px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended;
}
#home .hero .loading.on h3 {
  opacity: 1;
}
#home .hero .loading.on h5 span {
  transform: translate(0, 0);
}
#home .s2 {
  background: url(/i/home-overview-bg-img-parallax.jpg) no-repeat center bottom/cover;
}
#home .s2 .content {
  padding: 200px 0 150px 0;
  max-width: 1100px;
}
#home .s2 ce {
  position: relative;
  display: block;
}
#home .s2 h1 {
  font-size: 60px;
  font-family: area-extended-light;
  font-weight: 300;
  line-height: 78px;
  text-transform: uppercase;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  padding-bottom: 1em;
}
#home .s2 h1:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: clip-path 0.1s linear;
}
#home .s2 h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  width: 0;
  transition: width 1.5s ease;
}
#home .s2 p {
  margin-left: 45%;
  margin-top: 78px;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}
#home .s2 .top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#home .s2 .top .video-btn .icon {
  background: url(/i/Play_light.svg) no-repeat center/contain;
}
#home .s2 .top .video-btn span {
  color: #fff;
}
#home .s2 .top .video-btn:hover .icon {
  background-image: url(/i/Play_light_hover.svg);
}
#home .s2 .top p {
  margin-left: 0;
  max-width: 430px;
}
#home .s2 .links {
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#home .s2 .links a {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
#home .s2 .links a:last-child {
  border-right: none;
}
#home .s2 .links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14px;
  width: 0;
  display: block;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  transition: width 0.5s ease;
}
#home .s2 .links span {
  letter-spacing: 3px;
  display: inline-block;
  padding-right: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
}
#home .s2 .links span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: url(/i/arrow-right2.svg) repeat-x 0 center/23px auto;
  transition: background 0.5s ease;
}
#home .s2 .links a:hover span::after {
  background-position: 23px center;
}
#home .s2 .links a:hover::after {
  width: 100%;
}
#home .s2.in-view h1::after {
  width: 100%;
}
#home .s3 {
  background: url(/i/Fund-BG-IMG.jpg) no-repeat center/contain;
  padding: 200px 0 150px 0;
  overflow: hidden;
}
#home .s3 .content {
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding-bottom: 200px;
}
#home .s3 .left {
  width: calc(55% - 50px);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 0.5s ease;
}
#home .s3 .right {
  width: calc(45% - 50px);
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
#home .s3 .right a {
  margin-top: 60px;
}
#home .s3 h2 {
  font-size: 60px;
  font-family: area-extended-light;
  font-weight: 300;
  line-height: 78px;
  text-transform: uppercase;
  display: inline-block;
  color: #333F49;
  position: relative;
}
#home .s3 p {
  font-size: 19px;
  line-height: 32px;
  color: #333F49;
  font-weight: 300;
}
#home .s3 .cards {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #D1CCCC;
  border-bottom: 1px solid #D1CCCC;
}
#home .s3 .cards .c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px 0;
  margin-top: -40px;
}
#home .s3 .cards h3 {
  opacity: 0;
  font-size: 60px;
  width: fit-content;
  line-height: 60px;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: area-extended, sans-serif;
  font-weight: 800;
}
#home .s3 .cards h4 {
  font-family: area-extended;
  font-size: 34px;
  color: #333F49;
  text-transform: uppercase;
  font-weight: 400;
  transform: rotate(90deg);
  width: 400px;
  margin-left: calc(50% - 17px);
  margin-top: -20px;
  transform-origin: left bottom;
  padding-left: 0px;
}
#home .s3 .cards > div {
  border-left: 1px solid #D1CCCC;
  width: 20%;
  box-sizing: border-box;
  transition: width 0.5s ease;
  position: relative;
  height: 700px;
}
#home .s3 .cards > div:first-child {
  border-left: none;
}
#home .s3 .cards > div.on {
  width: 48%;
}
#home .s3 .cards > div.on .c {
  padding: 50px;
}
#home .s3 .cards div.on ~ div {
  width: 13%;
}
#home .s3 .cards div.off {
  width: 13%;
}
#home .s3 .cards > div.on h3 {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#home .s3 .cards div.on h4 {
  opacity: 0;
  transition: opacity 0.25s ease;
}
#home .s3 .cards .wrap {
  color: #333F49;
  font-size: 60px;
  font-family: area-extended-light;
  font-weight: 300;
  line-height: 65px;
  letter-spacing: -1.8px;
  max-width: 500px;
}
#home .s3 .cards .wrap ce {
  opacity: 0;
}
#home .s3 .cards a {
  transition: all 0.5s ease;
  clear: both;
  line-height: 0px;
  margin-top: 60px;
  display: block;
  margin: 50px auto 0 auto;
  width: fit-content;
  text-align: center;
  padding: 14px 0;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
  position: relative;
}
#home .s3 .cards a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/plus.svg) no-repeat center/20px auto;
}
#home .s3 .cards a span {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  color: #637381;
  position: relative;
  font-size: 16px;
  font-family: area-extended;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 40px;
  padding-right: 60px;
}
#home .s3 .cards a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: url(/i/arrow-right2.svg) repeat-x 0 center/23px auto;
  transition: background 0.5s ease;
}
#home .s3 .cards a:hover span::after {
  background-position: 23px center;
}
#home .s3 .cards > div.on .wrap ce {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#home .s3 .cards > div.on a span {
  opacity: 1;
  width: auto;
  height: auto;
}
#home .s3 .cards > div.on a {
  margin-left: 0;
  padding: 10px 20px;
}
#home .s3 .cards > div.on a::after {
  display: none;
  padding: 10px 30px 10px 20px;
  transition: padding 0.5s ease;
}
#home .s3 .cards > div.on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14px;
  width: 100%;
  display: block;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  transition: width 0.5s ease;
}
#home .s3.in-view .left {
  opacity: 1;
  transform: translate(0, 0);
}
#home .s3.in-view .right {
  opacity: 1;
}
#home .s4 {
  background: #000;
  position: relative;
  height: 100vh;
}
#home .s4 #imgslider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#home .s4 #imgslider .fx-list {
  display: none;
}
#home .s4 #imgslider .fx-slides {
  height: 100%;
}
#home .s4 #imgslider .fx-slides > div {
  height: 100%;
}
#home .s4 #imgslider .fx-slides > div > div {
  height: 100% !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home .s4 #imgslider .fx-slides > div > div > div {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home .s4 #imgslider .fx-slides > div > div:nth-child(1) > div {
  background-image: url(/i/home_why_01.jpg);
}
#home .s4 #imgslider .fx-slides > div > div:nth-child(2) > div {
  background-image: url(/i/home_why_02.jpg);
}
#home .s4 #imgslider .fx-slides > div > div:nth-child(3) > div {
  background-image: url(/i/home_why_03.jpg);
}
#home .s4 #imgslider .fx-slides > div > div:nth-child(4) > div {
  background-image: url(/i/home_why_04.jpg);
}
#home .s4 #imgslider .fx-slides > div > div:nth-child(5) > div {
  background-image: url(/i/home_why_05.jpg);
}
#home .s4 #imgslider .fx-slides > div > div.fx-to-be-active, #home .s4 #imgslider .fx-slides > div > div.fx-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#home .s4 #cslider {
  text-align: left;
  position: absolute;
  z-index: 101;
  bottom: 70px;
  left: 0;
  width: 100%;
}
#home .s4 #cslider .fx-list {
  text-align: center;
  position: relative;
}
#home .s4 #cslider .fx-list > div {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
#home .s4 #cslider .fx-list button {
  opacity: 0.4;
  border: none;
  border-top: 1px solid #838383;
  position: relative;
  pointer-events: none;
  width: calc(25% - 15px);
  background-color: transparent;
  display: block;
  color: #fff;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  font-family: montserrat;
}
#home .s4 #cslider .fx-list button span {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
  width: 0;
  height: 1px;
}
#home .s4 #cslider .fx-list button:not(.fx-on) span {
  width: 0 !important;
}
#home .s4 #cslider .fx-list button.fx-on {
  opacity: 1;
}
#home .s4 .fx-slides p {
  font-size: 34px;
  line-height: 44px;
  font-weight: 100;
  font-family: area-extended-light;
  letter-spacing: -1px;
  color: #F6FBFF;
  padding: 80px 0;
  max-width: 630px;
}
#home .s4 > .content {
  z-index: 102;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding: 150px 0 0 0;
}
#home .s4 > .content h2 {
  font-size: 60px;
  font-family: area-extended-light;
  font-weight: 300;
  line-height: 78px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  position: relative;
}
#home .s4 > .content p {
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
}
#home .s4 > .content.mobile {
  display: none;
}
#home .s4 .left {
  width: calc(55% - 50px);
}
#home .s4 .right {
  width: calc(45% - 50px);
}
#home .s4 .right a.btn-global {
  margin-top: 60px;
}
#home .s4 .right a.btn-global span {
  color: #fff;
}
#home .s5 {
  padding: 150px 0;
  background: url(/i/home-for-advisor-bg-img.jpg) no-repeat center/cover;
}
#home .s5 .content {
  max-width: 870px;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s ease;
}
#home .s5 h2 {
  margin-bottom: 0.4em;
  font-size: 60px;
  font-family: area-extended-light;
  font-weight: 300;
  line-height: 63px;
  text-transform: uppercase;
  display: inline-block;
  color: #333F49;
  position: relative;
}
#home .s5 p {
  color: #333F49;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}
#home .s5 a {
  margin-top: 60px;
}
#home .s5.in-view .content {
  opacity: 1;
  transform: translate(0, 0);
}
#home .s6 {
  padding: 150px 0;
  background: #F4F7F9;
}
#home .s6 h3 {
  margin-bottom: 1em;
  overflow: hidden;
  font-size: 80px;
  font-family: area-extended-light;
  font-weight: 100;
  line-height: 94px;
  text-transform: uppercase;
  color: #687A8A;
}
#home .s6 h3 strong {
  font-weight: 100;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .s6 .content {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
#home .s6 .left {
  width: calc(60% - 50px);
}
#home .s6 .left p {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  line-height: 49px;
  color: #687A8A;
}
#home .s6 .left p span {
  display: inline-block;
  padding-right: 10px;
}
#home .s6 .left a {
  display: inline-block;
  width: 28px;
  height: 28px;
}
#home .s6 .left a.linkedin {
  background: url(/i/linkedin-icon-color.svg) no-repeat center/contain;
}
#home .s6 .left a.x {
  background: url(/i/twitter-icon-color.svg) no-repeat center/contain;
}
#home .s6 .left a.insta {
  background: url(/i/insta.svg) no-repeat center/contain;
}
#home .s6 .left a.facebook {
  background: url(/i/tiktok.svg) no-repeat center/contain;
}
#home .s6 .left a.youtube {
  background: url(/i/youtube.svg) no-repeat center/contain;
}
#home .s6 .left a.tiktok {
  background: url(/i/facebook.svg) no-repeat center/contain;
}
#home .s6 .right {
  width: calc(40% - 50px);
}
#home .s6 .right h4 {
  color: #54626E;
  font-size: 40px;
  font-weight: 100;
  line-height: 56px;
  font-family: area-extended-light;
  letter-spacing: -0.6px;
}
#home .s6 .right p {
  color: #54626E;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 1em;
}
#home .s6 .right a.btn-global {
  margin-top: 60px;
}
#home .s6 .right a.btn-global span {
  color: #687A8A;
}
#home .s6.in-view {
  background: #333F49;
  transition: background 1s ease;
}
#home .s6.in-view h3 {
  color: #fff;
  transition: color 1s ease;
}
#home .s6.in-view .left p {
  color: #fff;
  transition: color 1s ease;
}
#home .s6.in-view .left a.linkedin {
  background: url(/i/linkedin-icon.svg) no-repeat center/contain;
}
#home .s6.in-view .left a.x {
  background: url(/i/twitter-icon.svg) no-repeat center/contain;
}
#home .s6.in-view .right h4, #home .s6.in-view .right p {
  color: #fff;
  transition: color 1s ease;
}
#home .s6.in-view .right a.btn-global span {
  color: #fff;
  transition: color 1s ease;
}

@media (max-width: 979px), (max-height: 669px) {
  #home .s4 {
    height: auto;
    background: url(/i/home_why_01.jpg) no-repeat center/cover;
  }
  #home .s4 .left {
    width: calc(40% - 50px);
  }
  #home .s4 .right {
    width: calc(60% - 50px);
  }
  #home .s4 .content.mobile {
    display: block;
    padding-top: 40px;
  }
  #home .s4 .content.mobile p {
    font-size: 34px;
    font-weight: 100;
    font-family: area-extended;
    line-height: 44px;
    letter-spacing: -1px;
    color: #f6fbff;
  }
  #home .s4 #cslider, #home .s4 #imgslider {
    display: none;
  }
  #home .s4 ul {
    list-style: none;
  }
  #home .s4 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 0;
  }
  #home .s4 h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
  }
}
@media all and (max-width: 1279px) {
  #home .hero h2 {
    font-size: 60px;
    line-height: 74px;
  }
  #home .s3 .cards .wrap {
    font-size: 50px;
    line-height: 60px;
  }
  #home .s4 > .content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #home .s4 #cslider .fx-list button {
    font-size: 12px;
  }
  #home .s6 h3 {
    font-size: 60px;
    line-height: 74px;
  }
  #home .s6 .left, #home .s6 .right {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1100px) {
  #home .s6 .content {
    flex-direction: column;
  }
  #home .s6 .left, #home .s6 .right {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #home .hero .loading h5 {
    font-size: 100px;
    line-height: 100px;
  }
  #home .hero h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #home .s2 .content {
    padding-top: 150px;
  }
  #home .s2 h1 {
    font-size: 40px;
    line-height: 54px;
  }
  #home .s3 .content {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 100px;
  }
  #home .s3 .content > div {
    width: 100% !important;
  }
  #home .s3 .cards {
    flex-direction: column;
  }
  #home .s3 .cards > div {
    width: 100% !important;
    height: auto !important;
    padding: 0 1rem;
    border-left: none;
    border-bottom: 1px solid #D1CCCC;
  }
  #home .s3 .cards h4 {
    display: none;
  }
  #home .s3 .cards .c {
    margin-top: 0;
  }
  #home .s3 .cards .c h3 {
    opacity: 1;
  }
  #home .s3 .cards .wrap {
    max-width: 700px;
  }
  #home .s3 .cards .wrap ce {
    opacity: 1;
  }
  #home .s3 .cards > div a span {
    opacity: 1;
    width: auto;
    height: auto;
  }
  #home .s3 .cards > div a {
    margin-left: 0;
    padding: 10px 20px;
  }
  #home .s3 .cards > div a::after {
    display: none;
    padding: 10px 30px 10px 20px;
    transition: padding 0.5s ease;
  }
}
@media all and (max-width: 767px) {
  #home .hero .content {
    justify-content: center;
  }
  #home .hero .loading h3 {
    margin-left: 5px;
    margin-top: 160px;
  }
  #home .hero .loading h5 {
    font-size: 60px;
    line-height: 65px;
  }
  #home .hero .loading .content {
    justify-content: center;
  }
  #home .hero .loading .content > span {
    bottom: 100px;
    display: none;
  }
  #home .hero .v2 h3 {
    margin-top: 160px;
  }
  #home .hero h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #home .s2 .content {
    padding: 100px 0;
  }
  #home .s2 p {
    margin-left: 0;
  }
  #home .s2 h1 {
    font-size: 27px;
    line-height: 35px;
  }
  #home .s2 .links {
    flex-direction: column;
  }
  #home .s2 .links span {
    font-size: 16px;
  }
  #home .s2 .links > a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
  }
  #home .s2 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
  #home .s2 .top p {
    max-width: none;
    margin-top: 0;
  }
  #home .s3 {
    background: url(/i/fund-bg-mobile.jpg) no-repeat center/cover;
    padding: 100px 0;
  }
  #home .s3 h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #home .s3 .cards .wrap {
    font-size: 27px;
    line-height: 35px;
    margin-top: 1em;
  }
  #home .s4 {
    padding-top: 100px;
  }
  #home .s4 > .content {
    flex-direction: column;
    padding-top: 100px;
  }
  #home .s4 .left, #home .s4 .right {
    width: 100%;
  }
  #home .s5 {
    padding: 100px 0;
  }
  #home .s5 h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #home .s5 .btn-global {
    padding: 10px 15px;
  }
  #home .s5 .btn-global span {
    font-size: 10px;
    line-height: 30px;
  }
  #home .s6 {
    padding: 100px 0;
  }
  #home .s6 h3 {
    font-size: 27px;
    line-height: 35px;
  }
  #home .s6 .left p {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 250px;
  }
  #home .s6 .left p span {
    width: 100%;
  }
  #home .s6 .right h4 {
    font-size: 27px;
    line-height: 35px;
  }
}

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