:root {
  --light: #fff6;
  --bg: #111;
}

body {
  color: #fff;
  background-color: #111;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.header {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.headerspacer {
  height: 80px;
}

.logo {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: .4;
  color: var(--light);
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.logo:hover {
  opacity: .6;
}

.btn {
  background-color: #ffffff1a;
  border-radius: 30px;
  padding: 8px 16px;
  font-weight: 500;
  transition: all .2s;
}

.btn:hover {
  background-color: #ffffff26;
}

.nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.content {
  max-width: 1120px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.content.wide {
  max-width: 1180px;
}

.gapxl {
  height: 240px;
}

.sitetitle {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.siteintro {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

.gapm {
  height: 48px;
}

.bg {
  z-index: 0;
  filter: blur(180px);
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featuresection {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1e1e1e;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 3px 2.21381px #0000000d, 0 7px 5.32008px #00000012, 0 13px 10.0172px #00000017, 0 22px 17.869px #0000001a, 0 42px 33.4221px #0000001f, 0 100px 80px #0000002b;
}

.card.demoframe {
  border-radius: 30px;
  flex: 1;
  padding: 4px;
}

.card.ctaform {
  border-radius: 50px;
  flex-direction: row;
  align-items: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.featuresectioncontent {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.featuresectioncontent.alt {
  margin-top: auto;
  margin-bottom: 30px;
}

.t-light {
  color: var(--light);
}

.gapl {
  height: 120px;
}

.sunriseouter, .sunrise {
  position: relative;
}

.sunriseinner {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.suncontainer {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.sunx {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.sun {
  opacity: .3;
  width: 72px;
  height: 72px;
  margin-top: -72px;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  left: 0%;
}

.t-small {
  font-size: 16px;
  line-height: 20px;
}

.sunsquarer {
  opacity: 0;
  width: 100%;
  height: auto;
}

.sunmain {
  z-index: 2;
  background-image: linear-gradient(#ffcfa3, #ffcfa300);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.sunglow {
  z-index: 1;
  filter: blur(40px);
  background-color: #ffcfa3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ctawrap {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.sitectatitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 85px;
}

.invisifield {
  color: #fff;
  background-color: #0000;
  border: 0 #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.divider {
  opacity: .2;
  filter: blur(3px);
  background-color: #fff;
  border-radius: 50%;
  height: 2px;
}

.footerrightinner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 10px;
  display: grid;
}

.footermain {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.footermenu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footerright {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 10px;
}

.nbsglink {
  color: var(--light);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.nbsglink:hover {
  color: #fff9;
}

.gaps {
  height: 30px;
}

.footerleft {
  flex: none;
  width: 30%;
  min-height: 10px;
}

.navlogo {
  height: 20px;
  display: block;
}

.footerlink {
  color: var(--light);
  text-decoration: none;
  transition: all .2s;
}

.footerlink:hover {
  color: #fff9;
}

.footertitle {
  height: 42px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.mobileonly {
  display: none;
}

.t-ultralight {
  color: #fff3;
  font-weight: 400;
}

.demoimg {
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .gapxl {
    height: 180px;
  }

  .sitetitle {
    font-size: 24px;
    line-height: 24px;
  }

  .siteintro {
    font-size: 40px;
    line-height: 45px;
  }

  .featuresection {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.demoframe {
    max-width: 260px;
  }

  .sitectatitle {
    font-size: 60px;
    line-height: 65px;
  }

  .footermain {
    flex-direction: column;
  }

  .footerleft {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .header, .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gapxl {
    height: 120px;
  }

  .sitetitle {
    font-size: 20px;
  }

  .siteintro {
    font-size: 28px;
    line-height: 34px;
  }

  .gapm {
    height: 30px;
  }

  .card.ctaform {
    border-radius: 26px;
    flex-direction: column;
    align-items: stretch;
  }

  .featuresectioncontent {
    max-width: 340px;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .featuresectioncontent.alt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gapl {
    height: 60px;
  }

  .sunriseinner {
    display: none;
  }

  .sitectatitle {
    font-size: 40px;
    line-height: 45px;
  }

  .invisifield {
    text-align: center;
  }

  .footerrightinner {
    grid-template-columns: 1fr 1fr;
  }

  .mobileonly {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .card.demoframe {
    border-radius: 20px;
    max-width: 180px;
    padding: 2px;
  }

  .footerrightinner {
    grid-template-columns: 1fr;
  }

  .footermain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .demoimg {
    border-radius: 18px;
  }
}

#w-node-dc4b3c40-f9fc-9301-a5a6-4b5b106209a7-9c9b767e, #w-node-dc4b3c40-f9fc-9301-a5a6-4b5b106209bb-9c9b767e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


