@font-face {
  font-family: Ttinterphases;
  src: url('../fonts/TTInterphases-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Ttinterphases;
  src: url('../fonts/TTInterphases-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --steel-blue: #1879da;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Ttinterphases, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #1d1d1f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 500;
  line-height: 65px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: #000;
  margin-bottom: 10px;
}

a {
  color: #1879da;
  margin-top: 10px;
  text-decoration: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  align-items: center;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 40px;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.landingheroimage {
  float: right;
  text-align: left;
  padding-top: 20px;
  display: inline-block;
  position: static;
}

.landingheading {
  color: #1d1d1f;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Ttinterphases, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 78px;
  transition: opacity .575s;
  position: static;
}

.hero-col-2 {
  object-fit: fill;
  justify-content: center;
  display: block;
  position: relative;
}

.hero-col-2.streetlight {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landingtag {
  padding-top: 10px;
  padding-right: 30px;
  font-family: Ttinterphases, sans-serif;
  font-weight: 500;
}

.herobtns {
  z-index: auto;
  float: none;
  clear: both;
  text-align: center;
  background-color: #1879da;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  font-family: Ttinterphases, sans-serif;
}

.herobtns.wplightbox {
  margin-left: 0;
  margin-right: 0;
}

.herobuttons {
  width: 80%;
}

.container {
  background-image: url('../images/asset-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  background-attachment: scroll;
  margin-bottom: 90px;
}

.grid {
  grid-column-gap: 291px;
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-lighting {
  font-family: Ttinterphases, sans-serif;
  font-weight: 400;
}

.image-2 {
  float: right;
  clear: none;
  object-fit: fill;
  align-self: center;
  width: 30px;
  margin: auto;
  position: static;
  inset: auto;
}

.column-2 {
  height: 50px;
  padding-top: 10px;
}

.section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.grey {
  background-color: #f9f9f9;
}

.body {
  color: #1d1d1f;
  font-family: Ttinterphases, sans-serif;
}

.sectionhead {
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}

.sectionhead.teamhead {
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.paragraph-3 {
  text-align: left;
  padding-top: 10px;
  padding-right: 20px;
  font-family: Ttinterphases, sans-serif;
}

.paragraph-4 {
  padding-left: 0;
  padding-right: 0;
}

.sectioncolhead {
  text-align: left;
  margin-top: 22px;
  font-size: 38px;
}

.sectioncolhead.subsequent {
  margin-top: 43px;
}

.sectioncolhead.home {
  font-size: 50px;
  font-weight: 500;
}

.sectioncolhead.center {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.columns-2 {
  padding-right: 40px;
}

.partnerships-section {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.techaggcol1 {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.techaggcol1.lighting {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 400;
}

.column-4 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block {
  align-items: center;
  height: auto;
  display: flex;
}

.columns-3 {
  display: block;
}

.columns-4 {
  align-items: center;
  height: 100px;
  display: flex;
}

.image-3 {
  max-width: 50%;
}

.column-5 {
  padding-top: 100px;
  padding-right: 60px;
}

.column-6 {
  padding-top: 100px;
  padding-left: 60px;
}

.container-2 {
  margin-bottom: 0;
}

.landinghero {
  padding-top: 40px;
  padding-bottom: 20px;
}

.landinghero.lighting {
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 110%;
  padding-top: 40px;
}

.column-7 {
  padding-top: 0;
}

.columns-5 {
  padding-bottom: 0;
}

.columns-5.businessmodel {
  display: flex;
}

.grid-2 {
  grid-template-areas: ". Area";
}

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

.heading-4 {
  text-align: center;
}

.image-5 {
  max-width: 40%;
}

.paragraph-5 {
  text-align: center;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.partnershipshead {
  text-align: center;
  font-weight: 500;
}

.grid-3 {
  grid-row-gap: 7px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
  font-size: 17px;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
}

.image-6 {
  width: 65px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.partnerships {
  background-color: #f9f9f9;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.heading-team {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 65px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.columns-6.teamprofile {
  margin-bottom: 30px;
  padding-right: 0;
}

.image-7 {
  max-width: 100%;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
}

.partnerships-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.landinghero2col {
  align-items: center;
  display: flex;
}

.landingherotitlem {
  display: none;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-9.home {
  flex-direction: row;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.column-9.lighting {
  display: flex;
}

.techaggimg {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.techaggimg.lampimage {
  float: none;
  max-width: 125%;
}

.techaggimg.lighting, .techaggimg.llighting {
  max-width: 50%;
}

.techaggcols {
  padding-bottom: 0;
  display: flex;
}

.column-10 {
  padding-left: 20px;
}

.column-10.teamprofiler {
  padding-left: 10px;
}

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

.container-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.contactus {
  padding-top: 50px;
  padding-bottom: 70px;
}

.footer {
  text-align: center;
  background-color: #f9f9f9;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  color: var(--steel-blue);
  font-weight: 500;
}

.list, .columns-10, .mobileimgagg, .image-10 {
  display: none;
}

.container-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-6.businessmodelc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link-2 {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.industriestitlecontainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  color: #1d1d1f;
  font-family: Ttinterphases, sans-serif;
}

.industrieshead {
  background-image: url('../images/Group-106.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 102px;
  padding-bottom: 102px;
}

.industrieshead.medical {
  background-image: url('../images/commonback5.webp');
}

.industrieshead.transport, .industrieshead.lighting {
  background-image: url('../images/commonback1.webp');
}

.industrieshead.communications {
  background-image: url('../images/Group-107.webp');
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

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

.biophoto {
  flex: 0 auto;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.feature-image {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-7.industry {
  padding-top: 10px;
}

.button-2 {
  margin-left: 10px;
}

.heading-10 {
  margin-bottom: 25px;
}

.paragraph-8 {
  margin-bottom: 30px;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.headingindustries {
  color: #fff;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.headingstreetlight {
  font-size: 59px;
  font-weight: 500;
  line-height: 65px;
}

.lightingsection.lightinggrey {
  background-color: #f9f9f9;
}

.column-11 {
  padding-top: 80px;
}

.column-11.lighting {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-11 {
  align-items: center;
  margin-top: 80px;
  margin-bottom: 62px;
  display: flex;
}

.hero-section {
  align-items: center;
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.hero-col-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.licensing-section {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.licensing-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.techaggtitle {
  text-align: left;
  margin-top: 22px;
  font-size: 38px;
}

.techaggtitle.subsequent {
  margin-top: 43px;
}

.techaggtitle.home {
  font-size: 50px;
}

.techaggcopy {
  text-align: left;
  padding-top: 10px;
  padding-right: 20px;
  font-family: Ttinterphases, sans-serif;
}

.paragraph-4-copy {
  padding-left: 0;
  padding-right: 0;
}

.techaggcol2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.techaggcol2.home {
  flex-direction: row;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.techaggcol2.lighting {
  display: flex;
}

.conflowlighting {
  background-color: #fff;
  margin-top: 60px;
}

.conflowlightingcont {
  margin-bottom: 30px;
}

.conflowlightinghead {
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}

.conflowlightingcopy {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.lightinglistcolsm {
  display: none;
}

.lightingcont {
  background-image: url('../images/asset-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  background-attachment: scroll;
  margin-bottom: 90px;
}

.lightingcol1 {
  padding-top: 100px;
  padding-right: 60px;
}

.lightingcol2 {
  padding-top: 100px;
  padding-left: 60px;
}

.lightinglinks {
  color: #1d1d1f;
  font-weight: 500;
}

.link {
  text-decoration: none;
}

.link.partnerlink {
  color: #1d1d1f;
}

.lightinglink {
  color: #1d1d1f;
  font-weight: 500;
}

.lightinglink.w--current {
  font-size: 16px;
}

.partnerlink {
  color: #1d1d1f;
  font-weight: 500;
  line-height: 65px;
}

.lightingcir {
  max-width: 50px;
  margin-right: 15px;
}

.image-3-copy {
  max-width: 50%;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-2 {
  filter: grayscale();
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.body-3 {
  font-family: Ttinterphases, sans-serif;
}

.biotitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.button-3 {
  background-color: #1879da;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-form-2 {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.partnerlink {
  color: #1d1d1f;
}

.image-12 {
  object-fit: contain;
  max-width: 100%;
  height: 10vh;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: #f9f9f9;
  display: block;
}

.menuitem {
  align-self: auto;
  align-items: center;
  height: 10vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.menuitem:hover {
  color: var(--steel-blue);
}

.menuitem.w--current {
  color: #1879da;
  font-weight: 500;
}

.container-7 {
  justify-content: center;
  align-items: center;
  height: 10vh;
  min-height: 60px;
  display: block;
}

.nav-menu {
  clear: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 25px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 0% 0 0% auto;
}

.contactbutton {
  background-color: #1879da;
  margin-top: 0;
  margin-left: 10px;
}

.link-2 {
  color: #1879da;
}

.submit-button {
  background-color: #1879da;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.brand.w--current {
  margin-top: 0;
}

.bionames {
  font-weight: 500;
}

.heading-12 {
  text-align: center;
  margin-top: 40px;
}

.policyheading {
  margin-top: 40px;
  margin-bottom: 30px;
}

.policytext {
  margin-top: 19px;
  margin-bottom: 40px;
}

.contact-form-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  max-width: 300px;
}

.image-14 {
  max-width: 30%;
  margin-top: 25px;
}

.paragraph-18 {
  padding-top: 15px;
}

.paragraph-19 {
  margin-bottom: 15px;
}

.heading-13 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
}

.columns-12 {
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.heading-14 {
  text-align: center;
  font-size: 50px;
}

.section-2 {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 70px;
}

.paragraph-20 {
  max-width: 70%;
  padding-top: 10px;
}

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

.columns-13 {
  margin-top: 20px;
}

.column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-4 {
  margin-right: 0;
}

.button-5 {
  margin-right: 10px;
}

.devportalheading, .casestudyheading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
}

.casestudy {
  padding-top: 50px;
  padding-bottom: 70px;
}

.image-15 {
  max-width: 75%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.image-16 {
  max-width: 75%;
}

.image-17 {
  max-width: 75%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.image-18 {
  max-width: 75%;
}

.image-19 {
  max-width: 75%;
  padding-top: 1px;
}

.image-20 {
  max-width: 75%;
}

.image-21 {
  max-width: 75%;
  padding-top: 1px;
  padding-bottom: 1px;
}

.image-22 {
  max-width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.image-23 {
  max-width: 74%;
}

.ilobtn {
  z-index: auto;
  float: none;
  clear: both;
  text-align: center;
  background-color: #1879da;
  width: 150px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Ttinterphases, sans-serif;
  position: absolute;
  inset: auto 0%;
}

.heading-15 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.5em;
}

.image-24, .image-25 {
  padding-left: 108px;
  padding-right: 108px;
}

.image-26 {
  padding-left: 100px;
  padding-right: 100px;
}

.focus-cols-ltr {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.focus-img-rtl {
  padding-right: 120px;
}

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

.focus-col-2-ltr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.conflow-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-2 {
  font-size: 15px;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.paragraph {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.paragraph.small {
  font-size: 13px;
}

.heading-16 {
  text-transform: uppercase;
  font-weight: 500;
}

.secondary-heading-left {
  color: #000;
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-22 {
  font-size: 16px;
}

.focus-img-ltr {
  padding-left: 120px;
  padding-right: 0;
}

.licensing-img {
  padding: 62px 115px;
}

.heading-17 {
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5em;
}

.section-3 {
  background-color: #f9f9f9;
}

.tech-section {
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-4 {
  background-color: #f9f9f9;
}

.container-12 {
  flex-direction: row;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.container-13 {
  margin-bottom: 20px;
  padding-top: 85px;
}

.section-5 {
  background-color: #f9f9f9;
}

.secondaryheadings {
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5em;
}

.secondaryheadings.left {
  text-align: left;
}

.image-28 {
  padding-top: 25px;
  padding-bottom: 122px;
}

.columns-14 {
  margin-top: 40px;
}

.heading-secondary-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-secondary-center.padding-medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-secondary-center {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

.paragraph-secondary-center.light {
  color: #fff;
}

.focus-cols {
  flex-direction: row;
  align-items: center;
  min-height: 60vh;
  margin-bottom: 0;
  display: flex;
}

.pricing22_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-left: 1.5rem;
}

.pricing22_row.background-color-lightgrey {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-xsmall {
  color: #000;
  padding-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.pricing22_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-block-3 {
  color: #464646;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.tablehead {
  color: #464646;
  font-size: 17px;
  font-weight: 500;
}

.pricing22_component {
  width: 100%;
  margin-top: 40px;
}

.heading-small-2 {
  color: #707070;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  display: flex;
}

.pricing22_row-content.heading {
  font-weight: 700;
}

.pricing22_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
}

.pricing22_heading-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  display: flex;
}

.bold-text-4 {
  color: #464646;
}

.pricing22_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.heading-xxlarge {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.tokenomics-grey {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.token-hero-image {
  max-width: 50%;
  padding-top: 30px;
}

.image-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.image-31, .image-32, .image-33, .image-34 {
  margin-bottom: 30px;
}

.div-block-12 {
  justify-content: center;
  display: flex;
}

.tokenhero {
  min-height: 60vh;
  margin-top: 0;
  padding-top: 0;
}

.heading-18 {
  font-weight: 500;
}

.token-section-grey {
  background-color: #f9f9f9;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-7 {
  min-height: 80vh;
  padding-top: 65px;
  padding-bottom: 65px;
}

.paragraph-23 {
  padding-top: 10px;
}

.image-35 {
  max-width: 85%;
  padding-right: 40px;
}

.columns-15 {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-19 {
  font-weight: 500;
}

.heading-secondary-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-secondary-left.dark {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.heading-secondary-left.howitworks {
  text-align: center;
  margin-bottom: 65px;
}

.heading-secondary-left.padding-medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-20 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.tokensubheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.text-span {
  font-weight: 500;
}

.token-section-white {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.background-video {
  z-index: 100;
}

.image-36 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-21 {
  color: #fff;
}

.image-37 {
  max-width: 50%;
}

.timeline_col-2 {
  color: #000;
  flex: 1;
  padding-top: 13.25rem;
}

.phase_wrapper {
  color: #fff;
  margin-bottom: 4rem;
}

.phase_list {
  margin-top: 1rem;
}

.phase_item {
  align-items: center;
  display: flex;
}

.phase_icon {
  margin-right: 1rem;
}

.timeline_title-wrapper {
  max-width: 25.5rem;
  margin-bottom: 100px;
}

.display-small {
  font-size: 4.625rem;
  line-height: 1.2;
}

.timeline_col-2-2 {
  padding-top: 5.05rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-huge, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-large, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline_layout {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 64.25rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline_col-1 {
  padding-top: 99px;
  position: sticky;
  top: 4rem;
}

.heading-22, .heading-23 {
  color: #000;
}

.image-38 {
  max-width: 85%;
  margin-bottom: 30px;
}

.roadmap-section {
  background-color: #f9f9f9;
  margin-top: 0;
}

.subhowitworks {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-39 {
  max-width: 30%;
}

.image-40 {
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 40px;
}

.button-6 {
  margin-left: 30px;
  font-size: 17px;
}

.paragraph-24 {
  text-align: center;
}

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

.howitworkscol {
  flex-direction: column;
  align-items: center;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.howitworksp {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}

.howitworkscont {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-14 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-15 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.icxfuture {
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-container {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.hero-container.lighting, .hero-cols {
  align-items: center;
  display: flex;
}

.focus-section-ltr {
  padding-top: 70px;
  padding-bottom: 70px;
}

.focus-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.focus-section-rtl {
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.licensing-heading {
  font-size: 15px;
  font-weight: 400;
}

.image-41 {
  margin-right: 15px;
}

.columns-16 {
  padding-left: 100px;
  padding-right: 100px;
}

.token-subtitle {
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.container-16 {
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 50px;
  display: flex;
}

.container-17 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-25 {
  font-size: 65px;
  line-height: 65px;
}

.heading-26, .paragraph-25 {
  text-align: center;
}

.paragraph-26 {
  margin-bottom: 0;
}

.heading-27 {
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
}

.container-18 {
  padding-top: 65px;
  padding-bottom: 10px;
}

.section-8 {
  background-color: #f9f9f9;
  padding-top: 60px;
}

.image-42 {
  margin-bottom: 9px;
}

.paragraph-27 {
  text-align: center;
}

.heading-28 {
  text-align: center;
  margin-top: 0;
}

.heading-29 {
  font-weight: 500;
}

.collection-item {
  width: 33%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.heading-30 {
  color: #636363;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-28 {
  color: #818181;
  font-weight: 400;
}

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

.section-9 {
  padding-top: 60px;
  padding-bottom: 0;
}

.paragraph-29 {
  font-size: 12px;
  line-height: 1.2em;
}

.research-box {
  background-color: #fff;
  border-radius: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
}

.research-box.grey {
  background-color: #f9f9f9;
}

.heading-31 {
  margin-top: 10px;
  font-weight: 500;
}

.container-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-10 {
  background-color: #f9f9f9;
}

.image-44 {
  margin-bottom: 50px;
}

.section-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.press-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.press-section.grey {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.press-section.hide {
  display: none;
}

.section-12, .streetlighting-section {
  background-color: #f9f9f9;
}

.streetlighting-section.white {
  background-color: #0000;
}

.streetlighting-section.hide {
  display: none;
}

.section-12-copy {
  background-color: #f9f9f9;
}

.streetlighting-image {
  height: 450px;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding: 16px 0;
  display: flex;
}

.column-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-32 {
  text-align: center;
  font-size: 50px;
}

.container-20 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.section-13 {
  background-color: #fff;
}

.image-45 {
  width: 800px;
  margin: 50px auto 40px;
  display: block;
}

.paragraph-30 {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.collection-item-3 {
  height: 400px;
}

.image-46 {
  object-fit: cover;
  width: 250px;
  height: 150px;
}

.news-more {
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.collection-list {
  margin-top: 40px;
}

.button-7 {
  background-color: #1879da;
}

.button-8 {
  position: absolute;
  bottom: 60px;
}

.heading-33 {
  font-size: 30px;
}

.as-seen {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-box {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.heading-34 {
  text-align: center;
}

.section-14 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-17 {
  margin-top: 30px;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-35 {
  font-weight: 500;
}

.column-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-20, .conflowad-col {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.roadmap-entries {
  margin-bottom: 0;
}

.heading-36 {
  text-align: center;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.lottie-animation {
  flex: 1;
  min-width: 70%;
  max-width: 70%;
  margin-bottom: -15px;
}

.image-47 {
  filter: grayscale();
  border-radius: 50%;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.paragraph-31 {
  text-align: left;
  white-space: break-spaces;
  font-family: Ttinterphases, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

.image-48 {
  margin-top: 20px;
}

.tokenp {
  text-align: left;
  white-space: break-spaces;
  font-family: Ttinterphases, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

.button-9 {
  font-size: 17px;
}

.div-block-18 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-49, .image-50 {
  margin-left: 25px;
}

.paragraph-32, .paragraph-33 {
  font-size: 17px;
  line-height: 1.5em;
}

.paragraph-34 {
  text-align: left;
  font-size: 17px;
  line-height: 1.5em;
}

.column-21 {
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.heading-37 {
  text-align: center;
}

.paragraph-35 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5em;
}

.div-block-19 {
  position: fixed;
  inset: auto 2% 4% auto;
}

.future-energy-img {
  max-width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.container-21 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2em;
}

.partners.dark {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.partners.howitworks {
  text-align: center;
  margin-bottom: 65px;
}

.section-15 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.columns-18 {
  align-items: center;
  display: flex;
}

.image-52, .image-53 {
  margin-top: 20px;
}

.section-16 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-block-4 {
  font-size: 17px;
}

.round {
  font-size: 17px;
  font-weight: 400;
}

.text-block-5, .table-number {
  font-size: 17px;
}

.div-block-20 {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.button-10 {
  background-color: #1879da;
}

.micropower {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-17 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-24 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-38 {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}

.paragraph-36 {
  text-align: center;
}

.image-54 {
  max-width: 50%;
}

.taiwan-section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.taiwan-cont {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.grid-4 {
  flex: 0 auto;
  grid-template: "Area Area-2 Area-5"
                 "Area-4 Area-3 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 4fr 4fr 4fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  width: 750px;
}

.taiwan-section-secondary {
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.taiwan-img {
  object-fit: cover;
  width: 250px;
  height: 300px;
}

.heading-39 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 47px;
  font-weight: 500;
  line-height: 65px;
}

.taiwan-cont-img {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-55 {
  height: 65px;
  margin-bottom: 10px;
}

.div-block-21 {
  justify-content: center;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.columns-19 {
  margin-top: 30px;
}

.paragraph-37 {
  text-align: center;
}

.heading-40 {
  font-size: 40px;
  line-height: 55px;
}

.paragraph-38 {
  padding-top: 10px;
}

.hero-heading-center {
  text-align: center;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.hero-heading-center.light {
  color: #e6e6e6;
}

.hero-heading-left {
  color: #1d1d1f;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Ttinterphases, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  transition: opacity .575s;
  position: static;
}

.paragraph-secondary-left {
  text-align: left;
  padding-top: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

.focus-cols-rev {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-taiwan-center {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}

.taiwan-secondary {
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
}

.text-block-6 {
  font-weight: 500;
}

.div-block-23 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.section-18 {
  background-color: #fff;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-3 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-image-3 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.columns-20 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-27 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-21 {
  align-items: center;
  display: flex;
}

.image-56 {
  max-width: 85%;
}

.column-28 {
  justify-content: center;
  display: flex;
}

.container-25 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.paragraph-39 {
  margin-top: 10px;
}

.heading-41 {
  line-height: 1.2;
}

.section-19 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-26 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 30px;
}

.image-57, .press-img {
  padding-left: 20px;
  padding-right: 20px;
}

.press-img-high {
  padding-left: 41px;
  padding-right: 41px;
}

.image-58 {
  max-width: 50%;
}

.div-block-24 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.ilamp-logo {
  height: 50px;
}

.logo-box-dark {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
}

.logo-box-light {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
}

.logo-txt-dark {
  margin-top: 15px;
  font-weight: 500;
}

.logo-txt-light {
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
}

.image-59, .image-60, .logo-press {
  height: 50px;
}

.press-container {
  margin-top: 51px;
  margin-bottom: 51px;
}

.form-block {
  margin-bottom: 0;
  display: flex;
}

.form-2 {
  align-items: center;
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

.cta-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-11 {
  background-color: #1879da;
  margin-top: 0;
  margin-left: 0;
  margin-right: 30px;
}

.invite-hero {
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.submit-button-2 {
  background-color: #1879da;
}

.success-message {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-40 {
  text-align: center;
  width: 80ch;
}

.paragraph-41, .rich-text-block {
  width: 80ch;
}

.rich-text-block-2 {
  text-align: justify;
  width: 60ch;
  font-size: 21px;
  line-height: 28px;
}

.container-18-copy {
  padding-top: 65px;
  padding-bottom: 10px;
}

.container-27 {
  justify-content: center;
  display: flex;
}

.link-block-5 {
  position: fixed;
  inset: auto 2% 3% auto;
}

.hero-section-colorado {
  background-color: #000;
  align-items: center;
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.image-61 {
  margin-top: -100px;
  margin-bottom: -130px;
}

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

.div-block-25 {
  color: #d1d1d1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.columns-22, .links-page {
  background-color: #000;
}

.heading-42 {
  color: #fff;
  margin-top: 30px;
}

.image-62 {
  margin: -10px -40px -30px;
}

.heading-43 {
  text-align: left;
  min-width: 100%;
  margin-top: 0;
}

.territories-sub {
  margin-top: 20px;
}

.container-29 {
  padding-top: 50px;
  padding-bottom: 85px;
}

.section-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-content_subheader {
  color: #0009;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  font-weight: 700;
}

.sticky-content_content-wrapper {
  margin-top: 1.25rem;
  padding-bottom: 3rem;
}

.sticky-content_header {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 1rem;
  font-weight: 700;
}

.margin-bottom, .margin-bottom.margin-xlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.document-table_col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.document-table_col._3 {
  color: #1f67d6;
  flex: 0 auto;
}

.document-table_col._2 {
  flex: 1;
}

.document-table_section {
  margin-bottom: 1.25rem;
}

.document-table_section.is-last {
  margin-bottom: 0;
}

.document-table_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 10rem) max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.sticky-content_header-wrapper {
  margin-bottom: 1rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block-7 {
  width: 100%;
}

.list-item-13, .list-item-14 {
  height: 3ch;
}

.text-size-medium {
  font-size: 1.125rem;
  display: inline-block;
}

.text-size-medium.inline-block {
  margin-left: 5px;
  display: inline-block;
}

.text-size-medium.margin {
  margin-left: 7px;
  margin-right: 7px;
}

.footer1_credit-text {
  font-size: .875rem;
}

.blog-post1-header_image {
  object-fit: cover;
  width: 50%;
  height: 50%;
}

.padding-bottom, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #1779da;
  border: 1px #000;
  border-radius: 1px;
  padding: .75rem 1.5rem;
  font-size: 16px;
  text-decoration: none;
}

.button.w--current {
  border-radius: 0;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-neutral\>) @swatch_1766b841;
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.padding-vertical {
  padding: 10px 0;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-vertical.padding-medium.inline-block {
  display: inline-block;
}

.blog-post1-content_tag-list-wrapper {
  width: 50%;
}

.success-text {
  font-weight: 600;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-post1-content_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.blog-post1-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.blog-post1-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-post1-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.blog-post1-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.blog-post1-related_date-wrapper {
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-tiny {
  font-size: .75rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-bottom: -10px;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post1-related_component {
  flex-direction: column;
  align-items: center;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog-post1-related_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-content_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.blog-post1-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.blog-post1-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.blog-post1-related_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-post1-content_author-wrapper {
  align-items: center;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.blog-post1-header_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.text-size-small {
  font-size: .875rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.blog-post1-related_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post1-related_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.section_blog-post1-cta {
  position: relative;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-post1-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post1-related_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.error-text {
  color: #e23939;
}

.blog-post1-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post1-content_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post1-related_author-image-wrapper {
  margin-right: 1rem;
}

.form_input {
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer1_logo-link {
  padding-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.blog-post1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post1-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post1-content_content {
  margin-bottom: 4rem;
}

.blog-post1-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post1-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.blog-post1_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.blog-post1-content_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post1-content_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.blog-post1-related_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post1-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.heading-style-h2 {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.heading-style-h2.margin-left {
  margin-left: 8px;
}

.blog-post1-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog1-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog1-header_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog1-header_menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog1-header_item {
  padding: 50px 40px;
}

.blog1-header_date-wrapper {
  display: flex;
}

.blog1-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog1-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog1-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog1-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog1-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_blog1-cta {
  position: relative;
}

.blog1-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog1-header_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog1-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog1-header_category-link-2 {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1-header_category-link-2.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.about1-team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.about1-press_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.about1-press_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.about1-press_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.about1-press_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.about1-team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about1-values_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about1-press_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-size-large {
  font-size: 1.25rem;
}

.about1-press_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.about1-press_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.about1-press_meta-wrapper {
  margin-bottom: 1rem;
}

.logo {
  max-height: 3.5rem;
}

.about1-team_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.about1-team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.about1-press_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.about1-customers_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.about1-values_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about1-press_component {
  flex-direction: column;
  align-items: center;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.about1-story_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-align-center-2 {
  text-align: center;
}

.about1-growth_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.about1-growth_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.margin-left {
  margin-left: 5px;
}

.stats39_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.stats39_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-vertical, .margin-vertical.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.section_stats39 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.stats39_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats39_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.stats39_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq2_answer {
  overflow: hidden;
}

.section_faq2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.icon-embed-small {
  color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq2_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.stats32_number {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_stats32 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.stats32_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stats32_item {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats32_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.table2_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table2_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  position: relative;
}

.table2_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table2_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table2_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table2_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table2_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table2_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.table2_page-button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table2_page-button.w--current {
  border-color: #0000;
}

.table2_item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table2_item:nth-child(2n) {
  background-color: #0000;
}

.table2_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table2_column.is-header-column {
  min-height: auto;
}

.table2_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.table2_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table2_column.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

.text-weight-medium {
  font-weight: 500;
}

.table2_content {
  border: 1px solid #0000;
  flex-direction: column;
  overflow: auto;
}

.table2_pagination {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.table2_link {
  font-weight: 600;
  text-decoration: none;
}

.table2_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.text-weight-semibold {
  font-weight: 600;
}

.table2_header-row {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-align-center-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout351_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.layout351_column-vertical-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout-351-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  text-align: left;
  padding: 2rem;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_column {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_accordion {
  border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_vertical-text-styling {
  display: none;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.heading-style-h3.margin-right {
  margin-right: 8px;
}

.layout351_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout351_image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.container-30 {
  max-width: 1100px;
}

.layout527_item-icon-wrapper {
  display: inline-block;
}

.layout527_card-medium-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--\<unknown\|relume-variable-neutral\>) @swatch_1766b841;
  background-color: #0000;
}

.layout527_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout527_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout527_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_layout527 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout527_card-small {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout527_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout527_content-left-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout527_card-medium {
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout527_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout527_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.layout527_card-large-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.layout527_card-large {
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 32rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout527_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.section_layout457 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout457_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.layout457_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout457_item3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50%;
}

.layout457_item1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout457_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.layout457_item2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 25%;
}

.layout241_item-icon-wrapper {
  display: inline-block;
}

.layout241_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_layout241 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout241_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 40px;
  padding-bottom: 20px;
  display: grid;
}

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout28_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_layout28 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout28_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral\>) @swatch_1766b841;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.layout28_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout28_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1rem 0 1rem 2rem;
}

.layout28_tabs-link.w--current {
  border-left-color: var(--\<unknown\|relume-variable-border-color-1\>);
  opacity: 1;
  background-color: #fff;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.vertical-padding.padding-medium {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-center.padding-medium {
  padding-top: 30px;
  padding-bottom: 30px;
}

.code-embed {
  width: 100%;
  height: 100vh;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.stat8_component {
  padding-left: 5%;
  padding-right: 5%;
}

.button-12 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-12.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.button-12.is-small {
  padding: .5rem 1.25rem;
}

.button-12.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.stat8_item-link {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.stat8_item {
  border-style: solid;
  border-width: 1px;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.stat8_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.section-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stat8_item-data-wrapper {
  align-items: center;
  display: flex;
}

.section-header1_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.stat8_item-icon-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .75rem;
}

.stat8_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  height: 1px;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.stat8_item-badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.stat8_item-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.section-header1_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.section_comparison15 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.comparison15_feature-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.comparison15_logo-wrapper {
  justify-content: center;
  display: flex;
}

.comparison15_feature-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.comparison15_feature-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.comparison15_feature-list-top {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison15_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.comparison15_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.comparison15_logo {
  max-height: 3rem;
}

.comparison15_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.text-align-center-4 {
  text-align: center;
}

.heading-44 {
  display: inline-block;
}

.heading-44.blue-highlight {
  color: var(--steel-blue);
}

.convert {
  display: none;
}

.heading-46 {
  margin-left: 9px;
  display: inline-block;
}

.heading-47 {
  display: inline-block;
}

.button-13 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.header19_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.heading-style-h1 {
  margin-top: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header19_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header19_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header19 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.stats32_number-2 {
  color: var(--steel-blue);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-14 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  margin-top: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-14.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.stats55_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stats55_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats55_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stats55_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_stats55 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_header44 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.blue-highlight {
  color: var(--steel-blue);
  font-weight: 700;
  text-decoration: none;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-size-medium-3.display-inline {
  display: inline;
}

.ilamp-crime_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.stats38_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.stats38_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats38_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.stats38_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats38_item {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.heading-style-h6-2 {
  color: var(--steel-blue);
  text-align: right;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.stats38_divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.image-63 {
  width: 450px;
}

.code-embed-2, .code-embed-3, .code-embed-4 {
  color: var(--steel-blue);
}

.section_multi-form13 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  position: relative;
}

.multi-form13_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.form_message-success {
  background-color: var(--steel-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.multi-form13_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.multi-form13_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form13_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.multi-form13_progress {
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.multi-form13_progress.completed {
  background-color: var(--steel-blue);
  color: #fff;
}

.multi-form13_progress.progress-current {
  background-color: var(--steel-blue);
  color: #fff;
  width: 4rem;
  height: 4rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.multi-form13_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form13_radio.is-radio-icon {
  padding-left: .5rem;
}

.multi-form13_radio.is-radio-icon.is-active-inputactive, .multi-form13_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-neutral\>) @swatch_1766b841;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.multi-form13_radio-letter {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  display: flex;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.multi-form13_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form13_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form13_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form13_radio-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form13_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form13_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.multi-form13_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form13_block {
  margin-bottom: 0;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.multi-form13_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.header121_image2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header121_image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .4fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.button-15 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-15.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.section_header121 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.header121_image-wrapper1 {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header121_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header121_image-wrapper3 {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header121_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header121_image-wrapper2 {
  border-radius: 0;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
  overflow: hidden;
}

.header141_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header141 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.header141_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-16 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-16.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.header141_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header141_image3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header141_image-wrapper1 {
  border-radius: 0;
  width: 50%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.header141_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header141_image-wrapper3 {
  border-radius: 0;
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.header141_image-wrapper2 {
  z-index: 1;
  border-radius: 0;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.header142_images-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header142_image-wrapper3 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 12%;
  position: absolute;
  top: 5%;
  left: 40%;
  overflow: hidden;
}

.header142_image-wrapper4 {
  border-radius: 0;
  width: 100%;
  max-width: 16%;
  position: absolute;
  top: -10%;
  right: 20%;
  overflow: hidden;
}

.header142_images-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.button-17 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-17.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.header142_instructions-list {
  padding-left: 1.25rem;
}

.header142_image-wrapper6 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: -5%;
  right: -5%;
  overflow: hidden;
}

.hide {
  display: none;
}

.header142_image-wrapper5 {
  border-radius: 0;
  width: 100%;
  max-width: 15%;
  position: absolute;
  top: 25%;
  right: -5%;
  overflow: hidden;
}

.header142_image-wrapper1 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  left: -8%;
  overflow: hidden;
}

.header142_instructions-list-item {
  padding-left: .5rem;
}

.header142_content {
  z-index: 1;
  position: relative;
}

.hedaer-142-instructions-delete {
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  display: block;
}

.header142_images-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header142_image {
  width: 100%;
  height: 100%;
}

.header142_image-wrapper2 {
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -10%;
  left: 10%;
  overflow: hidden;
}

.header142_image-wrapper7 {
  border-radius: 0;
  width: 100%;
  max-width: 12%;
  position: absolute;
  bottom: 5%;
  right: 30%;
  overflow: hidden;
}

.header142_image-wrapper8 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 16%;
  position: absolute;
  bottom: -10%;
  left: 20%;
  overflow: hidden;
}

.section_header142 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.header142_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout215_image {
  width: 100%;
  height: 100%;
}

.layout215_component, .layout20_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-27 {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-43 {
  text-decoration: none;
}

.paragraph-43.display-inline {
  margin-bottom: 0;
  display: inline-block;
}

.paragraph-43.display-inline.margin-left {
  color: var(--steel-blue);
  margin-left: 8px;
}

.link-block-8 {
  margin-top: 0;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .landingheroimage {
    display: block;
  }

  .landingheading {
    text-align: center;
    width: 600px;
    padding-top: 50px;
  }

  .hero-col-2 {
    order: -1;
  }

  .hero-col-2.streetlight {
    display: block;
  }

  .landingtag {
    text-align: center;
    padding-right: 0;
  }

  .herobtns {
    position: static;
  }

  .herobuttons {
    width: 80%;
  }

  .container {
    background-image: url('../images/asset-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .sectioncolhead {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .partnerships-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .techaggcol1 {
    align-items: center;
    padding-bottom: 80px;
  }

  .image-4 {
    padding-top: 99px;
  }

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

  .techaggimg {
    align-self: center;
    display: block;
  }

  .techaggimg.lampimage {
    max-width: 100%;
    display: block;
  }

  .techaggcols {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item {
    list-style-type: disc;
    display: block;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-10, .image-10 {
    display: none;
  }

  .flex-container {
    flex-direction: column;
  }

  .biophoto {
    margin-left: 40px;
  }

  .headingindustries {
    text-align: center;
    line-height: 1;
  }

  .column-11.lighting {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section {
    justify-content: center;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-col-1 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .licensing-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .techaggtitle.home {
    padding-top: 40px;
  }

  .lightinglistcolsm {
    display: none;
  }

  .lightingcont {
    background-image: url('../images/asset-2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .feature-image-2 {
    width: 120px;
    max-width: 15%;
  }

  .biotitle {
    text-align: center;
    margin-bottom: 15px;
  }

  .biotitle.positiontitle {
    margin-bottom: 15px;
  }

  .container-7 {
    min-height: 60px;
  }

  .heading-11 {
    text-align: center;
  }

  .heading-11.bioname {
    margin-bottom: 5px;
  }

  .div-block-7 {
    text-align: center;
  }

  .bionames {
    text-align: center;
    margin-bottom: 5px;
  }

  .bionames.bioname {
    margin-bottom: 5px;
  }

  .biotext, .div-block-8, .div-block-9, .div-block-10 {
    text-align: center;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-15 {
    padding-top: 5px;
  }

  .image-16 {
    padding-top: 3px;
  }

  .image-17 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .ilobtn {
    position: static;
  }

  .focus-img-rtl {
    padding-left: 25px;
    padding-right: 25px;
  }

  .conflow-container {
    margin-top: 0;
  }

  .focus-img-ltr {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tech-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .display-small {
    font-size: 3.625rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_col-1 {
    padding-right: 2.5rem;
  }

  .container-14 {
    padding-top: 0;
  }

  .hero-container {
    padding-bottom: 60px;
  }

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

  .focus-section-ltr, .focus-section-rtl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-38 {
    margin-bottom: 20px;
  }

  .image-54 {
    max-width: 75%;
  }

  .taiwan-section, .taiwan-section-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-left {
    text-align: center;
    width: 600px;
    padding-top: 50px;
  }

  .paragraph-secondary-left {
    text-align: center;
    max-width: 100%;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invite-hero {
    justify-content: center;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-40, .paragraph-41 {
    width: 80%;
  }

  .hero-section-colorado {
    justify-content: center;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .blog-post1-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog1-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .about1-team_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about1-press_list {
    grid-template-columns: 1fr 1fr;
  }

  .about1-values_list {
    grid-column-gap: 2rem;
  }

  .about1-story_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .about1-growth_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats39_number {
    font-size: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stats39_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats32_number {
    font-size: 4rem;
  }

  .stats32_item-list {
    grid-row-gap: 2rem;
  }

  .stats32_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .table2_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table2_item, .table2_header-row {
    min-width: 72rem;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout351_content {
    border-top: 0 #0000;
    border-right: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    flex-direction: column;
    height: auto;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column {
    border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .layout527_card-small, .layout527_card-medium {
    padding: 2rem;
  }

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

  .layout527_card-large {
    padding: 2rem;
  }

  .layout457_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout241_list {
    grid-column-gap: 2rem;
  }

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

  .layout28_tabs {
    grid-column-gap: 3rem;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .stat8_list-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header19_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats32_number-2 {
    font-size: 4rem;
  }

  .stats55_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats55_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats55_number {
    font-size: 4rem;
  }

  .ilamp-crime_feature-1_component, .stats38_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .stats38_number {
    font-size: 4rem;
  }

  .stats38_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .header142_image-wrapper3 {
    top: 10%;
    left: 30%;
  }

  .header142_image-wrapper4 {
    top: 5%;
    right: 20%;
  }

  .header142_image-wrapper6 {
    max-width: 25%;
  }

  .header142_image-wrapper5 {
    top: 10%;
  }

  .header142_image-wrapper1 {
    bottom: 10%;
  }

  .header142_image-wrapper2 {
    top: -5%;
    left: 5%;
  }

  .header142_image-wrapper7 {
    max-width: 15%;
    bottom: 5%;
  }

  .header142_image-wrapper8 {
    bottom: -5%;
  }

  .header142_component {
    height: 100svh;
  }

  .layout215_component, .layout20_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .landingheroimage {
    float: right;
    max-width: 75%;
  }

  .landingheading {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-col-2 {
    flex-direction: column;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .landingtag {
    text-align: center;
  }

  .container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .techaggcol1 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .image-3 {
    max-width: 10%;
  }

  .landinghero {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
    padding: 20px 20px 0;
    display: flex;
  }

  .image-4 {
    max-width: 70%;
    display: none;
  }

  .grid-3 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .image-7 {
    max-width: 40%;
  }

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

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landingherotitlem {
    display: block;
  }

  .techaggimg {
    display: none;
  }

  .techaggimg.lampimage {
    display: block;
  }

  .contact-form, .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .footer-image {
    object-fit: contain;
    width: 60%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .landingherotagm {
    text-align: center;
  }

  .landingheroheadingm {
    float: none;
    clear: none;
    text-align: center;
    text-transform: uppercase;
    object-fit: fill;
    max-width: 100%;
    font-size: 75px;
    line-height: 80px;
    display: block;
    position: static;
    overflow: visible;
  }

  .columns-9 {
    display: none;
  }

  .list {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-10 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .mobileimgagg {
    display: block;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    max-width: 50%;
  }

  .image-11 {
    display: none;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .main-content, .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .biophoto {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex-container-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-image-2 {
    object-fit: contain;
    width: 80%;
  }

  .hero-section {
    min-height: 0;
  }

  .hero-col-1 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .lightinglistcolsm {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .lightingcont {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .lightingcols {
    display: none;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightingcir, .image-3-copy {
    max-width: 10%;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .feature-image-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .image-12 {
    min-height: 60px;
  }

  .menuitem {
    justify-content: flex-end;
  }

  .container-7 {
    min-height: 60px;
  }

  .nav-menu {
    background-color: #f9f9f9;
    margin-right: 0;
  }

  .contactbutton {
    display: none;
  }

  .menu-button {
    align-items: center;
    height: 10vh;
    display: block;
  }

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

  .icon {
    background-color: #0000;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-form-3 {
    padding: 40px 20px;
  }

  .paragraph-18 {
    text-align: center;
    padding-top: 5px;
  }

  .paragraph-19 {
    text-align: center;
    margin-top: 20px;
  }

  .columns-12 {
    display: block;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .casestudyheading {
    text-align: center;
    margin-top: 30px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .focus-cols-ltr {
    flex-direction: column;
  }

  .focus-img-rtl {
    max-width: 60%;
    padding-right: 0;
  }

  .focus-col-2-ltr {
    order: -1;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .secondary-heading-left {
    text-align: center;
  }

  .focus-img-ltr {
    max-width: 75%;
  }

  .focus-cols {
    flex-direction: column;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .pricing22_component {
    display: none;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .tokenomics-grey {
    padding-top: 0;
  }

  .token-hero-image {
    max-width: 400px;
  }

  .image-35 {
    max-width: 60%;
    padding: 30px 10px 30px 20px;
  }

  .columns-15 {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .heading-secondary-left {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-39 {
    max-width: 66px;
  }

  .image-40 {
    max-width: 60%;
  }

  .container-14 {
    padding-left: 10px;
  }

  .container-15 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
    max-width: 98vw;
    padding: 40px 20px;
    display: flex;
  }

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

  .focus-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .focus-col-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
  }

  .columns-16 {
    flex-flow: column;
    display: flex;
  }

  .token-subtitle {
    text-align: center;
  }

  .container-17 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-26 {
    margin-left: 20px;
  }

  .heading-27 {
    max-width: 85%;
    margin-left: 20px;
  }

  .heading-29 {
    text-align: center;
  }

  .collection-item {
    width: 50%;
  }

  .collection-item-3 {
    flex-direction: column;
    max-width: 80%;
    display: flex;
  }

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

  .button-8 {
    position: static;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .column-21 {
    justify-content: center;
    align-items: center;
  }

  .future-energy-img {
    max-width: 60%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .partners {
    text-align: left;
  }

  .columns-18 {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .column-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .micropower {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-54 {
    max-width: 85%;
  }

  .hero-heading-left {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    font-size: 65px;
  }

  .paragraph-secondary-left {
    max-width: 85%;
  }

  .focus-col-1-mob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .focus-cols-rev {
    flex-direction: column;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-3 {
    object-fit: contain;
  }

  .invite-hero {
    min-height: 0;
  }

  .rich-text-block-2 {
    width: 85%;
  }

  .container-28 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-6, .paragraph-42 {
    text-align: center;
  }

  .hero-section-colorado {
    min-height: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-post1-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog1-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog1-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog1-header_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog1-header_list, .about1-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about1-press_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .logo {
    max-height: 3rem;
  }

  .about1-customers_component {
    padding-top: 1rem;
  }

  .about1-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about1-story_component {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .about1-growth_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats39_number {
    font-size: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

  .stats32_number {
    font-size: 3.5rem;
  }

  .stats32_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .table2_component {
    grid-row-gap: 3rem;
  }

  .table2_pagination-page-button-wrapper {
    display: none;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_column-vertical-text, .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout527_card-small {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .layout527_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout527_card-medium {
    padding: 1.5rem;
  }

  .layout527_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout527_card-large {
    padding: 1.5rem;
  }

  .layout457_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout457_item3, .layout457_item2 {
    margin-top: 0%;
  }

  .layout241_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout28_tabs {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout28_tabs-link {
    padding-left: 1.5rem;
  }

  .stat8_item {
    justify-content: space-between;
  }

  .stat8_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-header1_content-right {
    justify-content: space-between;
  }

  .section-header1_content-wrapper, .section-header1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .comparison15_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .comparison15_grid-list {
    grid-template-columns: 1fr;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .header19_content {
    grid-row-gap: 3rem;
  }

  .stats32_number-2 {
    font-size: 3.5rem;
  }

  .stats55_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats55_item-list {
    grid-template-columns: 1fr;
  }

  .stats55_number {
    font-size: 3.5rem;
  }

  .text-size-medium-2, .text-size-medium-3 {
    font-size: 1rem;
  }

  .ilamp-crime_feature-1_component, .stats38_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats38_number {
    font-size: 3.5rem;
  }

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

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .header121_image-group {
    margin-top: 3rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .header141_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout215_component, .layout20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .paragraph-44, .paragraph-45, .collection-list-2, .collection-list-3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    list-style-type: disc;
  }

  .nav-logo-link {
    border: 0 #000;
  }

  .nav-link {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .landingheroimage {
    max-width: 95%;
    padding-top: 0;
  }

  .landingheading {
    letter-spacing: -.5px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 1.5em;
    display: block;
    position: static;
  }

  .hero-col-2 {
    order: -1;
    margin-bottom: 25px;
    position: static;
  }

  .hero-col-2.streetlight {
    padding-left: 55px;
  }

  .landingtag {
    padding-right: 0;
  }

  .sectionhead.teamhead {
    font-size: 36px;
    line-height: 1.2em;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-4 {
    display: block;
  }

  .sectioncolhead {
    text-align: center;
  }

  .sectioncolhead.home {
    margin-top: 10px;
  }

  .partnerships-section {
    padding-top: 10px;
  }

  .techaggcol1 {
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: center;
    align-items: center;
    display: none;
  }

  .techaggcol1.home {
    padding-top: 50px;
    padding-left: 10px;
    display: flex;
    position: static;
  }

  .landinghero {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .landinghero.lighting {
    flex-direction: column;
  }

  .image-4 {
    display: none;
  }

  .columns-5 {
    max-width: 100%;
  }

  .partnershipshead {
    padding-left: 11px;
    padding-right: 11px;
  }

  .partnershipshead.home {
    margin-top: 0;
  }

  .grid-3 {
    display: block;
  }

  .partnerships {
    margin-top: 0;
  }

  .heading-team {
    text-align: center;
  }

  .columns-6 {
    flex-direction: column;
  }

  .image-7 {
    max-width: 50%;
  }

  .partnerships-container {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .landinghero2col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landingherotitlem {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .techaggimg.lampimage {
    display: none;
  }

  .techaggcols {
    padding-bottom: 10px;
    display: block;
  }

  .techaggcols.home {
    flex-direction: column;
    padding-bottom: 40px;
    display: flex;
  }

  .contactus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .landingheroheadingm {
    max-width: 90%;
    margin-top: 0;
    font-size: 35px;
    line-height: 65px;
  }

  .image-9, .mobileimgagg {
    display: none;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    padding-bottom: 10px;
  }

  .list-item-7 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .list-item-8, .list-item-9, .list-item-10 {
    padding-bottom: 10px;
  }

  .image-10 {
    order: 0;
  }

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

  .image-11 {
    display: block;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .paragraph-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    margin-left: 5px;
  }

  .list-item-11 {
    list-style-type: none;
  }

  .conflowcontact {
    float: none;
    clear: none;
    direction: ltr;
    object-fit: contain;
    font-style: normal;
    text-decoration: none;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-image-2 {
    width: 60%;
  }

  .headingindustries {
    text-align: center;
    font-size: 35px;
  }

  .list-item-12 {
    padding-bottom: 0;
    list-style-type: none;
  }

  .headingstreetlight {
    text-align: center;
    font-size: 40px;
  }

  .column-11 {
    padding-top: 10px;
  }

  .column-12 {
    display: flex;
  }

  .columns-11 {
    margin-top: 20px;
    display: block;
  }

  .hero-col-1 {
    object-fit: fill;
    position: static;
  }

  .licensing-container {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .techaggtitle {
    text-align: center;
  }

  .techaggtitle.home {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .techaggcopy {
    text-align: center;
    padding-top: 10px;
  }

  .paragraph-4-copy {
    display: block;
  }

  .conflowlighting {
    margin-top: 0;
  }

  .conflowlightinghead {
    margin-top: 50px;
  }

  .lightinglistcolsm {
    padding-bottom: 40px;
  }

  .lightingcont {
    margin-bottom: 0;
  }

  .feature-image-2 {
    max-width: 100%;
  }

  .container-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-team, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
    text-align: center;
  }

  .paragraph-team {
    text-align: center;
    margin-bottom: 30px;
  }

  .casestudy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .focus-cols-ltr {
    flex-direction: column;
    margin-bottom: 0;
  }

  .focus-img-rtl {
    max-width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .focus-col-2-ltr {
    order: -1;
  }

  .conflow-container {
    margin-top: 0;
    padding-top: 40px;
  }

  .paragraph {
    text-align: center;
  }

  .secondary-heading-left {
    text-align: center;
    margin-top: 0;
    font-size: 36px;
  }

  .focus-img-ltr {
    max-width: 75%;
    padding-left: 0;
  }

  .licensing-img {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-secondary-center {
    text-align: center;
    font-size: 36px;
  }

  .paragraph-secondary-center {
    max-width: 90%;
  }

  .focus-cols {
    flex-direction: column;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing22_row, .pricing22_row.background-color-lightgrey, .pricing22_component {
    display: none;
  }

  .token-hero-image {
    max-width: 250px;
  }

  .tokenhero {
    margin-top: 0;
  }

  .token-section-grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-35 {
    max-width: 80%;
  }

  .columns-15 {
    display: flex;
  }

  .heading-secondary-left {
    font-size: 35px;
  }

  .token-section-white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline_col-2 {
    padding-top: 0;
  }

  .timeline_title-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .display-small {
    font-size: 2.5rem;
  }

  .timeline_col-2-2 {
    padding-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .timeline_col-1 {
    padding-top: 80px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .image-38 {
    padding-left: 42px;
  }

  .image-40 {
    max-width: 100%;
    padding-left: 0;
  }

  .container-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icxfuture {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .focus-col-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .focus-section-ltr {
    padding-top: 0;
    padding-bottom: 0;
  }

  .focus-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .focus-col-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .token-subtitle {
    text-align: center;
  }

  .container-17 {
    padding-bottom: 80px;
  }

  .collection-item, .div-block-15 {
    width: 100%;
  }

  .logo-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-36 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .lottie-animation {
    min-width: 100%;
    max-width: 100%;
  }

  .image-48 {
    float: left;
  }

  .column-21 {
    justify-content: flex-start;
  }

  .div-block-19 {
    z-index: 100;
  }

  .future-energy-img {
    max-width: 85%;
  }

  .section-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-18 {
    flex-direction: column;
  }

  .section-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-23 {
    justify-content: flex-start;
  }

  .micropower {
    display: block;
  }

  .container-22, .container-23, .taiwan-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4 {
    flex-direction: column;
    grid-template: "Area Area-2 Area-5"
                   "Area-4 Area-3 Area-6"
                   "Area-7 . Area-9"
                   "Area-8 . ."
                   / 4fr;
    grid-auto-rows: 170px;
    width: auto;
    display: flex;
  }

  .taiwan-section-secondary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading-center {
    font-size: 40px;
    line-height: 1.2em;
  }

  .hero-heading-left {
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 1.25em;
    display: block;
    position: static;
  }

  .focus-col-1-mob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .focus-cols-rev {
    flex-direction: column-reverse;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-taiwan-center {
    max-width: 100%;
  }

  .taiwan-secondary {
    margin-top: 0;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-3 {
    flex-direction: column;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .cta-holder {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button-11 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph-40, .paragraph-41 {
    width: 90%;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .image-61 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .document-table_col._3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .document-table_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    color: #0009;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-post1-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post1-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post1-content_tag-list {
    justify-content: flex-start;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post1-content_content-bottom, .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about1-team_list {
    grid-template-columns: 1fr;
  }

  .about1-customers_component {
    justify-content: center;
  }

  .about1-values_list, .about1-story_component, .about1-growth_item-list, .about1-growth_component {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stats39_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats32_item-list {
    grid-template-columns: 1fr;
  }

  .stats32_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout527_card-medium-content {
    display: block;
  }

  .layout527_content-left-bottom {
    grid-template-columns: 1fr;
  }

  .layout527_card-medium {
    flex-direction: column;
    display: flex;
  }

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

  .layout527_card-large-content {
    display: block;
  }

  .layout527_card-large {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }

  .layout457_list, .layout241_list {
    grid-template-columns: 1fr;
  }

  .layout28_tabs-menu {
    grid-row-gap: 2.5rem;
  }

  .layout28_tabs {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .stats55_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats55_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ilamp-crime_feature-1_component {
    grid-template-columns: 1fr;
  }

  .stats38_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats38_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header121_image2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .header121_image-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .header141_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header142_image-wrapper3 {
    max-width: 18%;
    top: 8%;
  }

  .header142_image-wrapper4 {
    max-width: 25%;
    top: -2%;
  }

  .header142_image-wrapper6 {
    right: -5%;
  }

  .header142_image-wrapper5 {
    max-width: 20%;
  }

  .header142_image-wrapper1 {
    bottom: 5%;
  }

  .header142_image-wrapper2 {
    max-width: 30%;
    left: 2%;
  }

  .header142_image-wrapper7 {
    max-width: 18%;
    right: 32%;
  }

  .header142_image-wrapper8 {
    max-width: 18%;
    bottom: -2%;
  }

  .layout215_component, .layout20_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_0efe58d3-c5f9-0d56-eed8-f64afe072fe5-fe072fdc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_0efe58d3-c5f9-0d56-eed8-f64afe072feb-fe072fdc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0efe58d3-c5f9-0d56-eed8-f64afe072ff1-fe072fdc {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_0efe58d3-c5f9-0d56-eed8-f64afe072ff7-fe072fdc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_0efe58d3-c5f9-0d56-eed8-f64afe072ffd-fe072fdc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-eed7c471-6cbd-3c66-6ce5-a8114b6b490e-2cd1e5db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b6b89b6-d74a-5c5c-23bd-8ab32464200f-2cd1e5db {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_5b6b89b6-d74a-5c5c-23bd-8ab324642015-2cd1e5db {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_5b6b89b6-d74a-5c5c-23bd-8ab32464201b-2cd1e5db {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_5b6b89b6-d74a-5c5c-23bd-8ab324642021-2cd1e5db {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5b6b89b6-d74a-5c5c-23bd-8ab324642027-2cd1e5db {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4760ca0b-a5de-0700-69d0-1cd922575733-00d1e5dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54bbcaa7-9d07-f292-b4fa-eeb8c257e0db-f2d1e5e4, #w-node-_37830168-04ca-7214-72a0-9cf41057bd72-f2d1e5e4, #w-node-b0249815-29fa-c867-d3ff-d84d8b94fb87-f2d1e5e4, #w-node-c0053bd8-1b6b-07ed-005e-3cedc07607a2-f2d1e5e4, #w-node-_11fb2e90-5b58-9858-bf33-c67b64ab7669-f2d1e5e4, #w-node-_7b4cd3a8-2bdf-57d1-1666-b1f8fbf0fda8-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d0380b-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d0380c-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d0380d-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d0380e-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d0380f-f2d1e5e4, #w-node-_5196ccca-d484-4aca-d598-2eb2f8d03810-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd2f-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd30-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd31-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd32-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd33-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd34-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd35-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd36-f2d1e5e4, #w-node-_253ab95a-5294-a001-9d0f-4f915067fd37-f2d1e5e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c35-d1dd951f, #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c3c-d1dd951f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4f8-790e9f08 {
  grid-area: Area-4;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4f9-790e9f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4fa-790e9f08 {
  grid-area: Area-3;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4fb-790e9f08 {
  grid-area: Area-5;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4fc-790e9f08, #w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4fd-790e9f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4fe-790e9f08 {
  grid-area: Area-8;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f4ff-790e9f08 {
  grid-area: Area-9;
}

#w-node-_61cc86ea-a654-fe34-43e6-86d50b99f500-790e9f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c35-6d5f5698, #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c3c-6d5f5698 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_89496c94-d9c1-3393-2455-8d28c92f355a-712fb1a9 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a9c9733-ed00-236f-8f3e-ae52d9a20e64-712fb1a9, #w-node-e79ebdd4-17a9-1838-9de6-14d0d54b686f-712fb1a9 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eed7c471-6cbd-3c66-6ce5-a8114b6b48fe-2cd1e5db, #w-node-eed7c471-6cbd-3c66-6ce5-a8114b6b4902-2cd1e5db, #w-node-eed7c471-6cbd-3c66-6ce5-a8114b6b4906-2cd1e5db, #w-node-eed7c471-6cbd-3c66-6ce5-a8114b6b490a-2cd1e5db, #w-node-_4760ca0b-a5de-0700-69d0-1cd922575723-00d1e5dd, #w-node-_4760ca0b-a5de-0700-69d0-1cd922575727-00d1e5dd, #w-node-_4760ca0b-a5de-0700-69d0-1cd92257572b-00d1e5dd, #w-node-_4760ca0b-a5de-0700-69d0-1cd92257572f-00d1e5dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c35-d1dd951f, #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c3c-d1dd951f, #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c35-6d5f5698, #w-node-_43602f49-0c44-af22-3e35-9cfe77ba0c3c-6d5f5698 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ttinterphases';
  src: url('../fonts/TTInterphases-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ttinterphases';
  src: url('../fonts/TTInterphases-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}