@media screen and (orientation: portrait) {
  .mobile-block{
    display: block !important;
    flex-basis: 100%;
    height: 0;
  }
}

.mobile-block{
  display: none;
}

/* Navbars */

.base-navbar-investor{
  background-color: #C4C4C4 !important;
  font-family: 'Poppins' !important;
  min-height: 100px;
  transition: 0.5s;
}


.navbar-brand-text-investor{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
}

.navbar-underline-investor{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
}


.current-page-nav-investor{
  background: -webkit-linear-gradient(270deg, #00AD45, #21c269);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-started-class-investor{
  background: linear-gradient(to top left, #00AD45, #21c269);
  margin-left: 10px;
  border-radius: 5px;
}

.get-started-text-investor{
  color: white !important;
}

/* Index and home */

#front-section-investor {
  display: flex;
  align-items:baseline;
  justify-content:baseline;
  min-height: 90vh;
  width: 100%;
  text-align: left;
  background-color: #d9ebe1;
}

.front-text-box-investor{
  background: linear-gradient(315deg, rgba(255, 255, 255, 0), #C7DFD1 );
  width: 100%;
  min-height: 90vh;
  padding-top: 18vh;
  text-align: left;
  color: rgba(0,0,0, 1);
  padding-left: 100px;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
}

#front-section-investor .left-box{
  display: inline-block;
  padding-top: 7vh;
}

#front-section-investor .right-box{
  display: inline-block;
  background-image: url("/static/img/investor_one.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 70vh;
  padding: 0px;
  width: 65vw;
}

#front-section-investor .title{
  display: block;
  font-weight: bolder;
  font-size: 3.78122rem;
  margin-top: 2vh;
}

#front-section-investor .subtitle{
  display: block;
  font-size: 1rem;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 50vw;
  margin-top: 4vh;
}


#front-section-investor .typed-wrapper{
  font-size: 2rem;
  font-weight: bold;
}

#front-section-investor .typed-text{
  font-size: 1.5rem;
  font-weight: lighter;
}


.pretitle-investor{
  background: -webkit-linear-gradient(270deg, #00AD45, #21c269);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  margin-right: 10px;
}

.get-started-class-index-investor{
  display: block;
  background: linear-gradient(to top left, #00AD45, #21c269);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 125px;
  margin-top: 5vh !important;
}

.get-started-text-index-investor{
  color: white !important;
}

#second-section-investor{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 80vh;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 15vh;
  color: #333;
  background: linear-gradient(130deg, rgb(250, 250, 250), rgb(250, 250, 250));
}

#second-section-investor .left-box{
  min-height: 100px;
  width: 35%;
  background-color: transparent;
  background-image: url("/static/img/investor_six.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 70vh;
  padding: 0px;
}

#second-section-investor .right-box{
  min-height: 100px;
  min-width: 55%;
  background-color: transparent;
}

#second-section-investor .box-row{
  min-height: 50px;
  min-width: 100%;
  max-width: 45vw;
  display: flex;
  background-color: transparent;
  margin: 5px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#second-section-investor .box-left{
  min-height: 50px;
  width: 25%;
  background-color: transparent;
  margin: 5px;
}

#second-section-investor .box-right{
  min-height: 50px;
  width: 65%;
  background-color: transparent;
  margin: 5px;
  justify-content: baseline;
}


#second-section-investor .fourth-section-header{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5vh;
  flex-basis: 100%;
  color: black;
}

#second-section-investor .section-subbox{
  min-width: 20vw;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: transparent;
  border-radius: 10px;
  min-height: 50vh;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.25);
  padding: 20px;
  padding-top: 0vh;
  max-width: 20vw;
  text-align: left;
  justify-content: baseline;
}

#second-section-investor .subbox-img{
  height: 70px;

}

#second-section-investor .subbox-header{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
  text-align: left;
  float: left;
}

#second-section-investor .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%;
  text-align: left;
}

#third-section-investor{
  background: linear-gradient(130deg, rgb(250, 250, 250), rgb(250, 250, 250));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px;
  padding-top: 0;
}

#third-section-investor .dotted-subbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  background-color: #C7DFD1;
  border-width: 3px;
  border-style: dashed;
  border-color: #C4C4C4;
  border-radius: 25px;
}

#third-section-investor .inner-ui-box{
  background-image: url("/static/img/investor_three.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 60vh;
  min-width:  55vw;
}

#third-section-investor .inner-ui-box-two{
  background-image: url("/static/img/investor_two.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 60vh;
  min-width:  55vw;
}

#third-section-investor .inner-text-box{
  width: 20vw;
  text-align: center;
  text-overflow: hidden;
  padding: 0px;
  text-align: justify;
  text-justify: inter-word;
}

#evaluate-section-investor{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 60vh;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 5vh;
  color: #333;
  background-color: #C7DFD1;
}

#evaluate-section-investor .left-box{
  min-height: 100px;
  width: 50%;
  max-width: 50%;
  background-color: transparent;
  /*background-image: url("/static/img/investor_seven.png");*/
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 70vh;
  padding: 0px;
  padding-top: 50px;
  margin-left: 100px;
}

#evaluate-section-investor .reflection{

  min-width: 100%;
  aspect-ratio: 1.55/1;
  position: relative;
  background: url("/static/img/investor_seven.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#evaluate-section-investor .reflection::after {
  display: none;
  content:"";
  background-image: inherit;
  width:100%;
  height:15%;
  position: absolute;
  right: 0%;
  bottom:-16%;
  transform: scaleY(-1);
  background-size: cover;
  background-position: bottom;
}

#evaluate-section-investor .reflection::before {
  display: none;
  content:"";
  width: 100%;
  height: 15%;
  position: absolute;
  bottom: -16%;
  right: 0;
  background: linear-gradient(to bottom, #C7DFD14d,#C7DFD1);
  z-index: 1;
}

#evaluate-section-investor .right-box{
  min-height: 100px;
  width: 35%;
  max-width: 35%;
  background-color: transparent;
}

#evaluate-section-investor .box-row{
  min-height: 50px;
  min-width: 100%;
  max-width: 45vw;
  display: flex;
  background-color: transparent;
  margin: 5px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#evaluate-section-investor .box-left{
  min-height: 50px;
  width: 25%;
  background-color: transparent;
  margin: 5px;
}

#evaluate-section-investor .box-right{
  min-height: 50px;
  width: 65%;
  background-color: transparent;
  margin: 5px;
  justify-content: baseline;
}


#evaluate-section-investor .subbox-img{
  height: 50px;
  margin-top: 30px;
}

#evaluate-section-investor .subbox-header{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
  text-align: left;
  float: left;
}

#evaluate-section-investor .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%;
  text-align: left;
}


#fourth-section-investor{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 80vh;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-top: 5vh;
  padding-bottom: 20vh;
  color: #333;
  background: linear-gradient(130deg, rgb(250, 250, 250), rgb(250, 250, 250));
}

#fourth-section-investor .fourth-section-header{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5vh;
  flex-basis: 100%;
  color: black;
}

#fourth-section-investor .section-subbox{
  min-width: 20vw;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: transparent;
  border-radius: 10px;
  min-height: 50vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  padding-top: 5vh;
  max-width: 20vw;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

#fourth-section-investor a:hover, #fourth-section-investor a:link, #fourth-section-investor a:visited, #fourth-section-investor a:active{
  color: #000;
}

#fourth-section-investor .section-subbox:hover { transform: scale(1.1); }

#fourth-section-investor .subbox-img{
  height: 100px;
}

#fourth-section-investor .subbox-header{
  border-image-source: linear-gradient(to left, #00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
}

#fourth-section-investor .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%;
  
}

#fifth-section-investor-wrap{
  padding-top: 0px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  background-color: rgb(250, 250, 250);
}

#fifth-section-investor{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
  min-height: 60vh;
  width: 100%;
  padding: 0px;
  background-image: url("/static/img/msb.png");
  background-size:cover;
  background-origin: content-box;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgba(20,10,50, 1);
  border: #13A3C3 solid 0px;
  border-radius: 25px;
}

#fifth-section-investor .section-wrap{
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
  min-height: 70vh;
  width: 100%;
  padding: 25px;
  background-color: rgba(20,10,50, 0.88);
  -moz-box-shadow:    inset 0px 0px 28px -0px #000, inset 0px -0px 28px -0px #000; 
  -webkit-box-shadow: inset 0px 0px 28px -0px #000, inset 0px -0px 28px -0px #000; 
  box-shadow: inset 0px 0px 28px -0px #000, inset 0px -0px 28px -0px #000;
}

#fifth-section-investor .inner-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: middle;
}

#fifth-section-investor .section-title{
  font-size: 2rem;
  font-weight:700;
}

#fifth-section-investor .section-button{
  background: linear-gradient(to top left, #13A3C3, #33E0E3);
  border-radius: 5px;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  width: 250px;
  margin-top: 5vh !important;
}

#fifth-section-investor .get-started-text-index-investor{
  color: #fff !important;
}

#sixth-section-investor{
  background: linear-gradient(130deg, rgb(250, 250, 250), rgb(250, 250, 250));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px;
}

#sixth-section-investor .dotted-subbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10vh;
  padding: 50px;
  color: #333;
  background-color: #C7DFD1;
  border-width: 0px;
  border-style: solid;
  border-color: #C4C4C4;
  border-radius: 25px;
}

#sixth-section-investor .inner-title-box{
  font-size: 2rem;
  margin-bottom: 20px;
}

#sixth-section-investor .inner-text-box{
  font-size: 1rem;
}

#sixth-section-investor .left-box{
  display: inline-block;
  width: 50%;
}

#sixth-section-investor .right-box{
  position: relative;
  display: inline-block;
  min-height: 40vh;
  width: 45%;
}

#sixth-section-investor .right-box-abs{
  position: absolute;
  top: -100px;
  right: -100px;
  background-image: url("/static/img/investor_four.png");
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 65vh;
  padding: 0px;
  width: 35vw;
}

#sixth-section-investor .register-email-form-wrap{
  margin-top: 50px;
}

#sixth-section-investor #soon-button{
  margin-top: 20px;
  display: block;
  background: linear-gradient(to top left, #00AD45, #21c269);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 125px;
  color: #fff;
}

#sixth-section-investor #fieldEmail{
  width: 100%;
  height: 35px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  color: grey;
  font-size: 18px;
  border-radius: 5px;
  border: none;  
}

/* Footer */




.footer-brand-text-investor{
  border-image-source: linear-gradient(to left,#00AD45, #21c269);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1rem;
}

#footer-section-investor{

  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
  padding: 10px;
  padding-top: 30px;
  background-color: #C4C4C4 !important;
}

#footer-section-investor a:link, #footer-section-investor a:visited {
  color: #00AD45; 
  background-color: transparent; 
}