.navbar-no-shadow {
  background-image: url('../images/papertexture.jpg');
  background-position: 50%;
  background-size: 950px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, .26);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 140px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #55959c;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  margin-left: 13px;
  margin-right: 13px;
  padding: 5px 4px;
  font-family: Gotham book, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: transform .1s cubic-bezier(.25, .1, .76, 2.071);
}

.nav-link:hover {
  color: #73b0b7;
  border-bottom: 3px solid #73b0b7;
  transform: translate(0, -4px);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #55949b;
  border-bottom-color: #73b0b7;
}

.nav-link.access {
  color: #fff;
  background-color: #977a23;
  border-bottom-width: 0;
  margin-left: 12px;
  margin-right: 0;
  padding: 5px 15px;
}

.nav-link.access:hover {
  background-color: #c09c30;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0);
  padding: 29px 22px;
}

.brand {
  width: 140px;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1300px;
}

.homeheading {
  height: auto;
  background-image: url('../images/dots30percent.png');
  background-position: 0 0;
  background-size: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 198px 50px;
  display: flex;
}

.homeheader {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 29px 6px;
  font-family: Athelas, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
}

.homeheader.smaller {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Gotham book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.homebuttonschedule {
  background-color: #73b0b7;
  margin-top: -21px;
  padding: 15px 38px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform .1s cubic-bezier(.25, .1, .801, 2.036);
}

.homebuttonschedule:hover {
  background-color: #4b858b;
  transform: translate(0, -4px);
}

.planleft {
  width: 50%;
  padding: 59px;
}

.planright {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block {
  height: auto;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.smartplantext {
  color: #977a23;
  font-family: Athelas, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 50px;
}

.smartplantext.green {
  width: 100%;
  max-width: 1100px;
  color: #628387;
  text-align: center;
  margin-bottom: -2px;
  font-family: Athelas, sans-serif;
  font-size: 47px;
}

.divider {
  width: 100px;
  height: 2px;
  background-color: #535353;
  margin-top: 21px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.divider.subpage {
  background-color: #cecece;
  margin-bottom: 40px;
}

.mainhometextparagraph {
  color: #858585;
  margin-bottom: 23px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.learnmorebutton {
  background-color: #977a23;
  margin-top: 0;
  padding: 10px 39px;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  transition: transform .1s cubic-bezier(.25, .1, .801, 2.036);
}

.learnmorebutton:hover {
  background-color: #b69531;
  transform: translate(0, -4px);
}

.learnmorebutton.blue {
  color: #fff;
  background-color: #628387;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
}

.learnmorebutton.blue:hover {
  background-color: #4b8f97;
}

.learnmorebutton.rightarrow {
  color: #fff;
  background-color: #628387;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  padding: 7px 16px;
  text-decoration: none;
  display: flex;
}

.learnmorebutton.rightarrow:hover {
  background-color: #4b8f97;
}

.qualified-investor-section {
  height: auto;
  background-image: url('../images/papertexture.jpg');
  background-position: 50%;
  background-size: 950px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 51px 50px 31px;
  display: flex;
}

.qualifyleft {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.qualifyright {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.qualifyimage {
  width: 160px;
  margin-bottom: 24px;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background-image: url('../images/footerimage.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 79px 50px;
  display: flex;
}

.footerinside {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.footerlink {
  color: #fff;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Gotham, sans-serif;
  text-decoration: none;
  transition: transform .1s cubic-bezier(.25, .1, .877, 2.551);
}

.footerlink:hover {
  color: #cdfaff;
  transform: translate(2px);
}

.bottomfooter {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.footerleft {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footerright {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.footermaintext {
  color: rgba(255, 255, 255, .59);
  font-family: Gotham book, sans-serif;
  font-size: 11px;
  line-height: 19px;
}

.image-2 {
  margin-bottom: 14px;
  margin-right: -4px;
}

.grouptm {
  color: #fff;
  font-family: Gotham book, sans-serif;
}

.dividerlight {
  color: rgba(255, 255, 255, .27);
  -webkit-text-stroke-color: #fff;
}

.image-3 {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 50% 0%;
}

.qualifydiv {
  height: 500px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.arrowright {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 27px;
}

.div-block-3 {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.headingcontainer {
  background-color: rgba(0, 0, 0, .59);
  padding: 8px;
}

.greyinbetween {
  height: 50px;
  background-color: #707070;
}

.link-block {
  text-decoration: none;
  display: flex;
}

.about-us-main {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 94px 50px 66px;
  display: flex;
}

.abouttext {
  width: auto;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.aboutdiv {
  width: 100%;
  max-width: 600px;
}

.subpageheadings {
  color: #73b0b7;
  margin-bottom: 38px;
  font-family: Athelas, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 50px;
}

.subpageheadings.green {
  width: 100%;
  max-width: 1100px;
  color: #628387;
  text-align: center;
  margin-bottom: -2px;
  font-family: Athelas, sans-serif;
  font-size: 47px;
}

.subpageheadings.smaller {
  color: #73b0b7;
  text-align: center;
  -webkit-text-stroke-color: #73b0b7;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 11px;
  padding: 0;
  font-size: 36px;
  line-height: 36px;
}

.subpageheadings.prosepective {
  text-align: center;
}

.offerpage {
  width: 946px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 11px;
  margin-top: 38px;
  margin-bottom: 0;
}

.div-block-4 {
  width: 100%;
  background-color: rgba(115, 176, 183, .09);
  border-radius: 6px;
  padding: 16px 30px 16px 70px;
  font-family: Gotham book, sans-serif;
  line-height: 17px;
  display: flex;
  position: relative;
}

.includes {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  margin: 32px auto 0;
  padding: 16px 0;
  display: flex;
}

.image-5 {
  width: 35px;
  margin-top: 22px;
  margin-left: 23px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.person {
  width: 100%;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.image-6 {
  width: 280px;
  max-width: none;
  object-fit: contain;
  border: 2px solid #d1d1d1;
  border-radius: 15px;
  margin-right: 30px;
}

.persontext {
  width: auto;
  margin-bottom: 23px;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.persontextcontainer {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.personname {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-family: Gotham, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 28px;
}

.subtitle {
  color: #aaa;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 0;
  font-family: Gotham book, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.whowearediv {
  width: 100%;
  max-width: 850px;
}

.linked-inbutton {
  color: #181818;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  font-family: Gotham book, sans-serif;
  transition: transform .1s cubic-bezier(.25, .1, .749, 2.311);
}

.linked-inbutton:hover {
  background-color: #e7e7e7;
  transform: translate(0, -4px);
}

.linkedin {
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #73b0b7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 3px;
  font-family: "Font Awesome 5 Brands Regular 400", sans-serif;
  display: inline-block;
}

.historycontainer {
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.historyactualtext {
  width: auto;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 29px;
}

.historymaindiv {
  width: 100%;
  max-width: 600px;
}

.vailsection {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 35px;
  padding: 2px 32px;
  display: flex;
}

.smallquote {
  justify-content: center;
  align-items: center;
  padding: 0 41px 0 0;
  display: flex;
}

.discover {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 27px 38px;
  font-family: Athelas, sans-serif;
  font-size: 31px;
  line-height: 31px;
}

.emaillink {
  color: #73b0b7;
  text-decoration: none;
}

.emaillink:hover {
  text-decoration: underline;
}

.contactustext {
  width: auto;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.contactcontainer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 44px;
  display: flex;
}

.formblock {
  width: 100%;
  max-width: 600px;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 19px 36px 43px;
}

.textform {
  height: 50px;
  font-family: Gotham book, sans-serif;
}

.textform.messagearea {
  min-height: 250px;
}

.field-label {
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Gotham book, sans-serif;
  font-size: 12px;
}

.contactsendbutton {
  width: 100%;
  background-color: #977a23;
  margin-top: 19px;
  padding: 13px 39px;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  transition: transform .1s cubic-bezier(.25, .1, .801, 2.036);
}

.contactsendbutton:hover {
  background-color: #b69531;
  transform: translate(0, -4px);
}

.contactsendbutton.blue {
  color: #fff;
  background-color: #628387;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
}

.contactsendbutton.blue:hover {
  background-color: #4b8f97;
}

.contactsendbutton.rightarrow {
  color: #fff;
  background-color: #628387;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  padding: 7px 16px;
  text-decoration: none;
  display: flex;
}

.contactsendbutton.rightarrow:hover {
  background-color: #4b8f97;
}

.contactimage {
  width: 800px;
  height: 300px;
  object-fit: cover;
  border-radius: 11px;
  margin-top: 59px;
  margin-bottom: 59px;
}

.agreediv {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(214, 214, 214, .73);
  justify-content: center;
  align-items: flex-start;
  padding: 58px 82px;
  display: none;
  position: absolute;
  overflow: scroll;
}

.insidedivquestion {
  max-width: 700px;
  background-color: #fff;
  border-radius: 13px;
  padding: 45px;
  overflow: visible;
}

.topagree {
  margin-bottom: 37px;
  font-family: Athelas, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.thingstoagreeto {
  margin-bottom: 37px;
  font-family: Gotham book, sans-serif;
  line-height: 21px;
}

.yesnobuttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.agree-dont-agree-button {
  width: 50%;
  color: #3f3f3f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Gotham book, sans-serif;
  transition: transform .1s cubic-bezier(.25, .1, .778, 2.182);
}

.agree-dont-agree-button:hover {
  color: #fff;
  background-color: #977a23;
  transform: translate(0, -4px);
}

.agree-dont-agree-button.agree:hover {
  background-color: #73b0b7;
}

.portfolio {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 26px;
  display: flex;
}

.investorwebsite {
  width: 31%;
  height: 100px;
  color: #333;
  background-color: #edf2f3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 39px;
  font-family: Athelas, sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: transform .1s cubic-bezier(.25, .1, .708, 2.065);
  display: flex;
}

.investorwebsite:hover {
  background-color: #cde3e5;
  border: 1px solid #93c0c5;
  transform: translate(0, -4px);
}

.psg {
  font-size: 33px;
}

.crystalview {
  width: 60%;
}

.dryline {
  width: 80%;
}

.investorsmalltext {
  width: auto;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.one {
  text-decoration: underline;
}

.prospectiveinvestormaindiv {
  width: 100%;
  max-width: 900px;
  justify-content: center;
  display: flex;
}

.currentinvestmentdiv {
  width: 100%;
  max-width: 600px;
  margin-bottom: 26px;
}

.image-7 {
  width: 25px;
  margin-top: 12px;
  margin-left: 28px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.whatweoffer {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 53px 50px;
  display: flex;
}

.bold-text {
  text-decoration: none;
}

.bold-text-2 {
  color: #333;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.text-span {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 14px;
  }

  .nav-link.access {
    margin-left: 7px;
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brand {
    margin-bottom: 21px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .homeheading {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .homeheader {
    width: 100%;
    max-width: 550px;
    min-width: auto;
    text-align: center;
    white-space: normal;
    object-fit: fill;
    flex-flow: column wrap;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 86px;
    display: block;
    overflow: visible;
  }

  .homeheader.smaller {
    width: auto;
    max-width: none;
    padding-bottom: 17px;
  }

  .planleft {
    width: 100%;
    padding: 38px 47px 38px 38px;
  }

  .planright {
    width: 100%;
    height: 550px;
  }

  .div-block {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .smartplantext.green {
    font-size: 40px;
    line-height: 44px;
  }

  .mainhometextparagraph {
    line-height: 24px;
  }

  .qualified-investor-section {
    padding: 35px 15px 21px;
  }

  .grouptm {
    font-size: 11px;
  }

  .image-3 {
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .qualifydiv {
    height: 350px;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-us-main {
    padding: 60px 43px 57px;
  }

  .subpageheadings.green {
    font-size: 40px;
    line-height: 44px;
  }

  .subpageheadings.prosepective {
    margin-bottom: 22px;
    font-size: 43px;
  }

  .offerpage {
    margin-bottom: 6px;
  }

  .div-block-4 {
    width: 100%;
  }

  .includes {
    padding-left: 0;
    padding-right: 0;
  }

  .historymaindiv {
    max-width: 500px;
  }

  .vailsection {
    align-items: flex-start;
  }

  .smallquote {
    padding-left: 0;
  }

  .agreediv {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .investorwebsite {
    padding: 18px;
  }

  .prospectiveinvestormaindiv {
    max-width: 600px;
  }

  .whatweoffer {
    background-image: none;
    padding: 35px 15px 21px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
  }

  .nav-link.access {
    width: 90%;
    max-width: 200px;
    margin-top: 15px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar {
    padding: 0;
  }

  .brand {
    width: 160px;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: #73b0b7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 40px;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    position: relative;
  }

  .homeheading {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .homeheader {
    width: auto;
    font-size: 67px;
    line-height: 60px;
  }

  .homeheader.smaller {
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 25px;
  }

  .planleft {
    width: 100%;
    padding-left: 46px;
    padding-right: 46px;
  }

  .planright {
    width: 100%;
    height: auto;
  }

  .div-block {
    flex-direction: column;
  }

  .smartplantext {
    font-size: 40px;
  }

  .mainhometextparagraph {
    font-size: 14px;
    line-height: 23px;
  }

  .qualified-investor-section {
    padding: 39px 44px 34px;
  }

  .qualifyimage {
    width: 120px;
  }

  .footer {
    margin-top: 10px;
    padding: 32px 29px 0;
  }

  .bottomfooter {
    flex-direction: column;
    align-items: flex-start;
  }

  .footerleft {
    width: 100%;
  }

  .footerright {
    width: 100%;
    align-items: flex-start;
  }

  .footermaintext {
    line-height: 16px;
  }

  .image-2 {
    margin-bottom: 24px;
  }

  .grouptm {
    font-size: 12px;
  }

  .image-3 {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .menu-button-2 {
    width: 70px;
    height: 70px;
    background-image: url('../images/menu.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 45px;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: transform .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: rgba(97, 97, 97, .12);
    background-image: url('../images/close.png');
    transform: rotate(90deg);
  }

  .icon {
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headingcontainer {
    width: auto;
  }

  .about-us-main {
    padding: 39px 44px 34px;
  }

  .subpageheadings {
    margin-bottom: 28px;
    font-size: 40px;
  }

  .offerpage {
    height: 230px;
    margin-top: 23px;
    margin-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 24px;
    padding-left: 60px;
    line-height: 20px;
  }

  .includes {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 25px;
  }

  .image-6 {
    width: 150px;
  }

  .persontext {
    font-size: 14px;
    line-height: 22px;
  }

  .linked-inbutton {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .historycontainer {
    margin-top: 47px;
  }

  .historyactualtext {
    font-size: 14px;
    line-height: 22px;
  }

  .vailsection {
    flex-direction: column;
    margin-top: 29px;
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .smallquote {
    padding-right: 0;
  }

  .discover {
    margin-bottom: 29px;
    padding: 24px 36px;
    font-size: 25px;
    line-height: 29px;
  }

  .contactustext {
    font-size: 14px;
    line-height: 22px;
  }

  .contactcontainer {
    margin-top: 47px;
  }

  .formblock {
    max-width: 400px;
  }

  .contactimage {
    height: 230px;
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .agreediv {
    height: 100%;
    padding: 20px 19px;
    display: none;
    position: absolute;
  }

  .portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .investorwebsite {
    width: 45%;
  }

  .investorsmalltext {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .image-7 {
    width: 25px;
    margin-top: 21px;
    margin-left: 22px;
  }

  .whatweoffer {
    padding: 39px 44px 34px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .homeheading {
    flex-flow: column wrap;
    align-items: center;
    padding: 57px 19px;
  }

  .homeheader {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 47px;
    line-height: 41px;
  }

  .homeheader.smaller {
    white-space: normal;
    padding: 1px 13px 4px;
    font-size: 13px;
    line-height: 22px;
    position: relative;
  }

  .homebuttonschedule {
    margin-top: -17px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    position: relative;
  }

  .planleft {
    padding: 28px 30px 39px;
  }

  .planright {
    height: auto;
  }

  .smartplantext {
    line-height: 38px;
  }

  .smartplantext.green {
    font-size: 30px;
    line-height: 34px;
  }

  .qualified-investor-section {
    padding: 72px 25px;
  }

  .qualifyleft {
    width: 100%;
    height: auto;
  }

  .qualifyright {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 123px;
  }

  .qualifyimage {
    width: 120px;
  }

  .footer {
    padding-top: 21px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footermaintext {
    line-height: 14px;
  }

  .grouptm {
    font-size: 9px;
  }

  .image-3 {
    height: 250px;
  }

  .qualifydiv {
    height: 500px;
    flex-flow: column;
  }

  .about-us-main {
    padding: 30px 25px;
  }

  .abouttext {
    font-size: 14px;
    line-height: 23px;
  }

  .subpageheadings {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 38px;
  }

  .subpageheadings.green {
    font-size: 30px;
    line-height: 34px;
  }

  .subpageheadings.smaller {
    text-align: left;
  }

  .offerpage {
    height: 150px;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .div-block-4 {
    padding-top: 24px;
    padding-left: 56px;
    padding-right: 22px;
    line-height: 19px;
  }

  .includes {
    padding: 0;
  }

  .image-5 {
    margin-left: 20px;
  }

  .person {
    flex-direction: column;
    margin-top: 44px;
    margin-bottom: 62px;
  }

  .image-6 {
    width: 150px;
    margin-bottom: 17px;
  }

  .persontext {
    font-size: 13px;
    line-height: 21px;
  }

  .personname {
    margin-bottom: 2px;
    font-size: 23px;
  }

  .linked-inbutton {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .historycontainer {
    flex-direction: column;
    margin-top: 44px;
    margin-bottom: 0;
  }

  .historyactualtext {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
  }

  .vailsection {
    margin-bottom: 24px;
  }

  .discover {
    padding: 21px;
    font-size: 22px;
    line-height: 23px;
  }

  .contactustext {
    font-size: 13px;
    line-height: 21px;
  }

  .contactcontainer {
    flex-direction: column;
    margin-top: 44px;
    margin-bottom: 0;
  }

  .formblock {
    margin-top: 29px;
    padding: 6px 18px 19px;
  }

  .textform {
    height: 45px;
  }

  .field-label {
    margin-top: 10px;
  }

  .contactimage {
    height: 150px;
    margin-top: 16px;
    margin-bottom: -2px;
  }

  .agreediv {
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .insidedivquestion {
    padding: 28px;
  }

  .topagree {
    font-size: 21px;
    line-height: 20px;
  }

  .thingstoagreeto {
    line-height: 16px;
  }

  .yesnobuttons {
    flex-direction: column;
  }

  .agree-dont-agree-button {
    width: 100%;
  }

  .investorwebsite {
    width: 100%;
    height: 90px;
    padding: 13px;
  }

  .crystalview, .dryline {
    height: 100%;
    object-fit: contain;
  }

  .investorsmalltext {
    font-size: 13px;
    line-height: 21px;
  }

  .image-7 {
    width: 20px;
    margin-top: 24px;
    margin-left: 25px;
  }

  .whatweoffer {
    padding: 72px 25px;
  }
}


@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands Regular 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Regular 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}