.invest-banner .jRMtza {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease 0s, visibility 0s linear 0s;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  overflow: auto;
  inset: 0px;
  z-index: -10;
  min-height: 100%;
} 
.invest-banner.in-pop .jRMtza {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.invest-banner .iWhidq {
  visibility: visible;
  opacity: 1;
  position: fixed;
  max-width: 100%;
  z-index: 10001;
  transition: all 400ms ease-out 0s;
  width: 800px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.invest-banner .egjIYz {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  width: initial;
  max-width: initial;
  top: 12px;
  left: -38px;
  right: auto;
}
.invest-banner .invest-banner-img {
  background-color: rgb(255, 255, 255);
  height: 640px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.invest-banner  .banner-content {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 832px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  padding: 120px 0;
  position: relative;
}

.invest-banner .banner-content p.bsCNYM {
  text-transform: uppercase;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: rgb(220, 255, 141);
}
.invest-banner .banner-content h1 {
  font-family: Calistoga;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.invest-banner .banner-content a.cm-btn {
  border: 2px solid;
  border-radius: 8px;
  padding: 12px 20px;
  margin: 0px 8px;
  font-size: 16px;
  font-weight: bold;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-color: rgb(26, 147, 111);
  background-color: rgb(26, 147, 111);
  color: rgb(255, 255, 255);
  margin-top: 40px;
  text-transform: none;
  width: 240px;
}

@media (max-width: 1080px){

  .invest-banner .banner-content a.cm-btn {
    padding: 10px 16px;
  }
  .carbon-collective a.cm-btn {
    padding: 10px 16px;
  }

}

@media (max-width: 1024px){

  .invest-banner .banner-content {
    padding: 64px 0;
  }

}

@media (max-width: 800px){
  .invest-banner .egjIYz {
    left: 8px;
  }
}

@media (max-width: 768px){

  .invest-banner .banner-content h1 {
    font-size: 42px;
  }
  .invest-banner .invest-banner-img {
    height: 560px;
  }


}


@media (max-width: 425px) {

  .invest-banner .banner-content {
    padding: 54px 0;
  }
  .invest-banner .banner-content p.bsCNYM {
    font-size: 12px;
    line-height: 20px;
  }
  .invest-banner .banner-content h1 {
    font-size: 34px;
  }
  .invest-banner .invest-banner-img {
    height: 640px;
  }

  
}








