* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

a {
  color: #111415;
  transition: color .5s ease;
}

a:hover {
  color: #1F6CDF;
}

body, html {
  font-size: 20px;
  font-family: "barlow";
  font-style: normal;
  font-weight: 300;
  color: #111415;
}

@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

h2 {
  display: inline-block;
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3em;
  color: #203B72;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 2.5rem;
}

h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #203B72;
  left: 0;
  bottom: 0;
}

h3 {
  font-family: "barlow";
  font-style: normal;
  font-weight: 300;
  font-size: 1.95rem;
  line-height: 1.4em;
}

p {
  text-align: left;
  font-family: "barlow";
  font-style: normal;
  font-weight: 300;
  color: #111415;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1160px;
  margin: 0 auto;
}

.secPadding {
  padding: 7.5rem 0;
}

.hero-wrap {
  background: url(/i/hero.jpg) no-repeat center/cover;
  height: calc(100vh - 170px);
  position: relative;
}

.hero-wrap .container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-wrap img {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 5rem auto;
}

.hero-wrap h1 {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #111415;
}

.plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

.plx-wrap .plx-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  z-index: -2;
}

/****** HEADER ******/
header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 2rem 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.161);
  overflow: hidden;
  /* Mobile */
}

header .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 2rem);
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

header .nav-wrap .logo {
  display: inline-block;
  width: 225px;
  height: 90px;
  z-index: 10;
}

header .nav-wrap .menu {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  list-style-type: none;
}

header .nav-wrap .menu li {
  padding: 0 1rem;
}

header .nav-wrap .menu a {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  color: #1F6CDF;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color .3s ease;
}

header .nav-wrap .menu a:hover {
  color: #203B72;
}

header .nav-wrap .menu .investor-login {
  color: #203B72;
  padding-bottom: 5px;
  text-decoration: underline;
}

header .menu_container {
  display: none;
  position: relative;
  z-index: 30;
  right: 0;
}

header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #495A67;
  width: 35px;
  height: 20px;
}

header .menu_container #menu_btn i {
  transition-delay: .6s;
  transition: all 0.2s ease-out;
  height: 2px;
  width: 35px;
  background-color: #495A67;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .menu_container #menu_btn i:nth-child(2) {
  top: 9px;
}

header .menu_container #menu_btn i:nth-child(3) {
  top: 18px;
}

#splash-page {
  background: url(/i/background.jpg) center/cover no-repeat;
  margin: 0;
  padding: 0;
  font-family: "dm-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
}

#splash-page section {
  background: #fff;
  clip-path: ellipse(1500px 50% at 50% 25%);
  height: 100vh;
  width: 100%;
  border-top: 15px solid #1F6CDF;
  box-sizing: border-box;
}

#splash-page .content {
  height: 75vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

#splash-page .content p {
  font-family: "dm-sans", sans-serif;
  font-weight: 400;
  border-top: 1px solid #1F6CDF;
  font-size: 15px;
  line-height: 1.2em;
}

#splash-page .content p.legal {
  width: 90vw;
  max-width: 600px;
  margin: 30px auto 0;
  padding-top: 30px;
  text-align: center;
}

#splash-page .links-wrapper {
  width: 90vw;
  max-width: 600px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  gap: 1.5rem;
  margin: 50px auto 0;
}

#splash-page .links-wrapper a {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  color: #1F6CDF;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color .3s ease;
}

#splash-page .login-wrapper {
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  transition: height .5s ease;
}

#splash-page .login-wrapper.--active {
  height: 130px;
}

#splash-page .login-wrapper .fx-input {
  width: 100%;
}

#splash-page .login-wrapper .fx-field label {
  display: none;
}

#splash-page .login-wrapper form > p {
  padding-top: 40px;
}

#splash-page .btns-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

#splash-page img {
  display: block;
  margin: 0 auto;
  max-width: 90vw;
}

#splash-page p a {
  color: #1F6CDF;
}

#splash-page h1 {
  clip-path: circle(70% at 50% 20%);
}

#splash-page .footer {
  position: absolute;
  color: #111415;
  text-align: center;
  bottom: 20px;
  left: 0;
  width: 100%;
}

#splash-page .footer p {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "dm-sans", sans-serif;
  font-weight: 400;
}

#splash-page .footer br {
  display: none;
}

@media all and (max-height: 800px) {
  #splash-page section {
    clip-path: ellipse(1500px 50% at 50% 35%);
  }
  #splash-page .content {
    height: 82vh;
  }
}

@media all and (max-width: 767px) {
  #splash-page .footer br {
    display: initial;
  }
}

#home .s3 {
  background: #F6F7FA;
}

#home .s3 h3 {
  max-width: 600px;
  margin-bottom: 6.4rem;
}

#home .s3 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  row-gap: 5rem;
}

#home .s3 .card .img-w {
  min-height: 70px;
}

#home .s3 .card h5 {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #203B72;
  margin: 1rem 0 0.5rem 0;
}

#home .s3 .card p {
  max-width: 350px;
}

#home .s4 h3 {
  max-width: 600px;
  margin-bottom: 4rem;
}

#home .s4 .team_contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.3rem;
}

#home .s4 .fx-list > div {
  max-width: 1160px;
  margin: 0 1rem;
  padding: 0;
  display: flex;
  z-index: 2;
  margin: 0 auto;
}

#home .s4 .fx-slides {
  margin-top: 1.5rem;
  background: #F6F7FA;
}

#home .s4 .fx-slides .contain {
  max-width: 800px;
  margin: 0 auto;
}

#home .s4 .slider_on .fx-slides {
  background: #F6F7FA;
  opacity: 1;
  z-index: 1;
  transition: background .3s ease, opacity .3s ease;
}

#home .s4 .person {
  width: 25%;
  background: #F6F7FA;
  margin-right: 2%;
  transition: background-color .5s ease;
}

#home .s4 .person img {
  display: block;
  width: 100%;
}

#home .s4 .person .details {
  padding-bottom: 1.5em;
}

#home .s4 .person .name {
  font-size: 1.15rem;
  line-height: 1.3em;
  color: #1E3970;
  margin-bottom: 6px;
  padding: 1rem 1rem 0 1rem;
}

#home .s4 .person .title {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1F6CDF;
  padding: 0 1rem;
}

#home .s4 .person:last-of-type {
  margin-right: 0;
}

#home .s4 .fx-nav.fx-on .details {
  background-color: #1F6CDF;
}

#home .s4 .fx-nav.fx-on p.name, #home .s4 .fx-nav.fx-on p.title {
  color: #fff;
}

#home .s4 .slide .contain {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 0;
}

#home .s4 .slide .contain > div {
  display: flex;
  gap: 2rem;
}

#home .s4 .slide .contain > div > div {
  width: 50%;
}

#home .s4 .slide .left {
  padding-right: 1rem;
}

#home .s4 .slide .left .name {
  font-size: 1.95rem;
  color: #111415;
  margin-bottom: 0.5rem;
}

#home .s4 .slide .left .title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #203B72;
}

#home .s4 .slide .right {
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  padding-left: 1rem;
}

#home .s4 .slide .right a {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1F6CDF;
  position: relative;
  display: inline-block;
  padding-right: 1.3rem;
  margin-top: 2rem;
  transition: opacity .5s ease;
}

#home .s4 .slide .right a:hover {
  opacity: 0.7;
}

#home .s4 .slide .right a::after {
  content: "";
  width: 12px;
  height: 15px;
  background: url(/i/download.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}

#home .s4 .fx-accordion .fx-nav {
  margin: 0 auto 2rem;
  width: 94%;
  max-width: 330px;
  display: block;
  z-index: 2;
  position: relative;
}

#home .s4 .fx-accordion .slide {
  background: #F6F7FA;
  transform: translateY(-9rem);
  margin-bottom: -5rem;
}

#home .s4 .fx-accordion .contain {
  padding: 9rem 1rem 5rem;
  margin: 0 auto;
  flex-direction: column;
}

#home .s4 .fx-accordion .contain > div {
  width: 100%;
}

#home .s5 {
  background: #F6F7FA;
}

#home .s5 .accordion {
  border-top: solid 1px rgba(32, 59, 114, 0.3);
  margin-top: 2rem;
}

#home .s5 .fx-nav {
  position: relative;
}

#home .s5 .fx-nav h3 {
  display: block;
  padding: 3rem 1.5rem 3rem 0;
  position: relative;
}

#home .s5 .fx-nav h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(32, 59, 114, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .7s ease;
}

#home .s5 .fx-nav::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/i/plus.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#home .s5 .fx-nav.fx-on h3 {
  display: inline-block;
  padding-bottom: 2rem;
}

#home .s5 .fx-nav.fx-on::after {
  background-image: url(/i/minus.svg);
}

#home .s5 .fx-slide .content {
  padding: 2rem 0;
  border-bottom: solid 1px rgba(32, 59, 114, 0.3);
}

#home .s5 .fx-slide .content > div {
  max-width: 900px;
}

#home .s5 .fx-slide p, #home .s5 .fx-slide ul {
  max-width: 700px;
}

#home .s5 .fx-slide .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 0;
}

#home .s5 .fx-slide .wrap > div {
  max-width: 300px;
}

#home .s5 .fx-slide .wrap h5 {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #203B72;
  margin: 1rem 0 0.5rem 0;
}

#home .s5 .fx-slide ul {
  list-style: none;
}

#home .s5 .fx-slide ul li {
  padding: 1.3rem 0;
  border-bottom: solid 1px rgba(32, 59, 114, 0.3);
}

#home .s5 .fx-slide ul li:last-of-type {
  border: none;
}

#home .s6 h3 {
  max-width: 775px;
}

#home .s6 .wrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

footer {
  padding: 2.5rem;
  background: #203B72;
}

footer .disclaimer {
  margin: 0 0 30px;
}

footer .disclaimer p {
  font-size: .65rem;
  line-height: 1.2em;
}

footer .flex-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}

footer p, footer a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3em;
}

footer a:hover {
  opacity: 0.6;
  color: #fff;
  transition: opacity .4s ease;
}

/****** HEADER ACTIVE ******/
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

header.active nav .menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header.active nav .menu a {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
}

header.active nav li {
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
  position: relative;
  transition: opacity .3s ease, transform .3s ease;
}

header.active nav li.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

header.active #menu_btn i {
  top: 5px;
}

header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 35px;
  top: 5px;
}

header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 35px;
  top: 5px;
}

header.active #menu_btn i:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1200px) {
  #home .s4 .team_contain {
    display: block;
  }
}

@media (max-width: 1200px) {
  .hero-wrap {
    height: 100vh;
  }
  header {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem 0;
    z-index: 30;
  }
  header .nav-wrap .menu_container {
    display: block;
  }
  header .nav-wrap nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 90vw;
    background: #fff;
    z-index: 25;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    padding: 7.5rem 2rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .nav-wrap nav .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header .nav-wrap nav .menu li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  header .nav-wrap nav .menu li:last-of-type {
    border-bottom: none;
  }
  header .nav-wrap nav .menu a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
  }
  header .nav-wrap nav .menu .investor-login {
    margin-top: 0.5rem;
    display: inline-block;
    width: auto;
  }
  header .nav-wrap #menu_btn i {
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 20;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open header .nav-wrap nav {
    transform: translateX(0);
  }
  body.nav-open::before {
    opacity: 1;
    pointer-events: auto;
  }
  body.nav-open #menu_btn i:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  body.nav-open #menu_btn i:nth-child(2) {
    opacity: 0;
  }
  body.nav-open #menu_btn i:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 980px) {
  .hero-wrap h1 {
    font-size: 3rem;
  }
  #home .s3 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .container {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer p {
    text-align: center;
  }
  footer span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .secPadding {
    padding: 5rem 0;
  }
  h3 {
    font-size: 1.5rem;
  }
  header .nav-wrap .logo {
    width: 160px;
  }
  .hero-wrap img {
    max-width: 250px;
  }
  .hero-wrap h1 {
    font-size: 2.5rem;
  }
  #home .s3 h3 {
    margin-bottom: 4rem;
  }
  #home .s3 .wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }
  #home .s4 .slide .contain > div > div {
    width: 100%;
  }
  #home .s4 .fx-accordion .slide .contain > div {
    flex-direction: column;
  }
  #home .s5 .fx-nav h3 {
    padding: 1.5rem 1rem 1.5rem 0;
  }
  #home .s5 .fx-nav.fx-on h3 {
    padding-bottom: 1.5rem;
  }
  #home .s5 .fx-nav::after {
    width: 15px;
    height: 15px;
  }
  #home .s5 .fx-slide .wrap {
    grid-template-columns: repeat(1, 1fr);
    margin: 2rem 0;
    gap: 1rem;
  }
  #home .s6 .wrap {
    justify-content: flex-start;
  }
  #home .s6 .wrap img {
    width: 45%;
  }
}
