@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-base: #1d1c1a;
  --primary: #5bfc72;
  --white: white;
  --mid-gray-2: #888680;
  --light-gray: #dfddd6;
  --mid-gray: #302f2c;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--color-base);
  font-family: General Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

p {
  margin-bottom: 1em;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.2em;
}

li {
  margin-bottom: .3em;
}

strong {
  font-weight: bold;
}

.h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.cc-introsection {
  background-color: var(--color-base);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.footer.u-overflow-hidden {
  overflow: hidden;
}

.section.u-bg-white.cc-highperforming {
  display: none;
}

.container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.nav-container {
  z-index: 5;
  background-color: #fffef7;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: auto 0 50px;
  box-shadow: 0 1px 1px #00000013, 0 2px 2px #00000013, 0 4px 4px #00000013, 0 8px 8px #00000013, 0 16px 16px #00000013;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-align-end {
  align-items: flex-end;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-gutterless {
  margin-left: 0;
  margin-right: 0;
}

.row.cc-d-bs {
  border-bottom: 1px dashed #6b6b6b;
}

.row.cc-d-bs.row-justify-between {
  justify-content: center;
  align-items: flex-end;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-lg-8.col-md-10.col-sm-10 {
  align-self: auto;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-lg-6 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-last {
  order: 1;
}

.col.cc-footerlinks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn {
  background-color: var(--primary);
  color: var(--color-base);
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-light {
  color: #323a45;
  background-color: #fff;
}

.btn.cc-secondary {
  border-color: var(--primary);
  color: var(--color-base);
  background-color: #0000;
}

.btn.cc-secondary.cc-light {
  border-color: var(--white);
  color: var(--white);
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26;
}

.btn.cc-full {
  width: 100%;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input {
  border: 1px solid var(--mid-gray-2);
  color: var(--color-base);
  background-color: #0000;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: var(--primary);
}

.input::placeholder {
  color: var(--mid-gray-2);
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: var(--white);
}

.input-label {
  z-index: 1;
  color: var(--color-base);
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-radio {
  border-color: var(--mid-gray-2);
  box-shadow: inset 0 0 0 3px var(--white);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
}

.input-radio:hover {
  border-color: var(--primary);
  background-color: var(--light-gray);
}

.input-radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
}

.input-radio.w--redirected-focus {
  border-color: var(--primary);
  box-shadow: none;
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px var(--mid-gray);
}

.input-radio.cc-light:hover {
  background-color: var(--mid-gray-2);
}

.input-check {
  border-color: var(--mid-gray-2);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  border-color: var(--primary);
  background-color: var(--light-gray);
}

.input-check.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 16px;
}

.input-check.w--redirected-focus {
  border-color: var(--primary);
  box-shadow: none;
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.input-check.cc-light:hover {
  background-color: var(--mid-gray-2);
}

.utility_form {
  text-align: left;
  flex-direction: column;
}

.utility_container {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  display: flex;
}

.page-wrapper {
  background-color: var(--color-base);
  color: var(--white);
  position: relative;
}

.page-wrapper.cc-utility {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.styles__section-label {
  border-bottom: 2px dotted var(--mid-gray);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.styles__card-preview {
  border-bottom: 1px solid var(--color-base);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.styles__row-example {
  border: 1px dashed var(--mid-gray);
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.styles__utility-wrap {
  margin-bottom: 20px;
  padding: 1px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__nav {
  z-index: 2;
  background-color: var(--color-base);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0;
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles__nav-link {
  color: var(--white);
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: var(--primary);
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: var(--mid-gray);
  text-decoration: none;
}

.styles__nav-version {
  background-color: var(--primary);
  color: var(--white);
  text-transform: none;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__nav-logo {
  color: var(--primary);
  width: 64px;
  line-height: .8;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 700;
}

.eyebrow.u-text-lightgray.u-text-center.cc-bigger {
  font-size: 1rem;
  display: none;
}

.paragraph-0-9 {
  font-size: .9rem;
  line-height: 1.4;
}

.paragraph-1-25 {
  font-size: 1.25rem;
}

.paragraph-1-25.u-text-white {
  font-weight: 400;
}

.paragraph-1-5 {
  font-size: 1.5rem;
}

.u-bg-primary {
  background-color: var(--primary);
}

.u-bg-black {
  background-color: var(--color-base);
}

.u-bg-darkgray {
  background-color: var(--mid-gray);
}

.u-bg-midgray {
  background-color: var(--mid-gray-2);
}

.u-bg-lightgray {
  background-color: var(--light-gray);
}

.u-bg-white {
  background-color: var(--white);
}

.u-text-primary {
  color: var(--primary);
}

.u-text-primary.h2.u-text-center {
  mix-blend-mode: exclusion;
  margin-top: 0;
  font-weight: 500;
}

.u-text-primary.h2.u-text-center.ccglass {
  text-align: left;
  mix-blend-mode: normal;
  border-color: #9696966b;
}

.u-text-primary.h2.ccglass {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000006e;
  border: .1px solid #ffffff6b;
  border-radius: 13px;
  padding: 20px 10px 20px 20px;
}

.u-text-primary.u-pr-1 {
  padding-left: 0;
}

.u-text-black {
  color: var(--color-base);
}

.u-text-darkgray {
  color: var(--mid-gray);
}

.u-text-midgray {
  color: var(--mid-gray-2);
}

.u-text-lightgray {
  color: var(--light-gray);
}

.u-text-white {
  color: var(--white);
}

.u-text-white.cc-introsizeh1 {
  align-self: flex-start;
  margin-bottom: .5em;
  font-size: 1.7rem;
}

.u-text-white.cc-worksection.h3 {
  width: 96%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.u-text-white.cc-worksection.h1 {
  text-align: center;
  max-width: 1140px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.1rem;
  display: none;
}

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

.u-text-right {
  text-align: right;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-visible {
  overflow: visible;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.u-d-block {
  display: block;
}

.u-d-none {
  display: none;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-h-100 {
  height: 100%;
}

.u-w-100 {
  width: 100%;
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mr-1 {
  margin-right: 1em;
}

.u-m-0 {
  margin: 0;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.u-p-0 {
  padding: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-position-relative {
  position: relative;
}

.heading {
  font-weight: 500;
}

.paragraph-2-0 {
  font-size: 2rem;
}

.link {
  color: #35cc4b;
}

.cc-loading {
  z-index: 4;
  color: var(--color-base);
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 3% 0% auto;
}

.mastheadlogo {
  z-index: 1;
  opacity: 1;
  width: 53rem;
  position: absolute;
  inset: auto 0 -2rem 5rem;
}

.navigationwrapper {
  justify-content: space-around;
  width: 90rem;
  max-width: 90rem;
  display: flex;
}

.navigationwrapper.u-mlr-auto {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-video {
  border-radius: 8px;
}

.image {
  border-radius: 6px;
}

.spline-scene {
  width: 300%;
  display: block;
  position: absolute;
  inset: -90% -14% auto -105%;
}

.div-block {
  position: relative;
}

.splinewrapper {
  width: 100%;
  height: 30svh;
}

.spline-scene-2 {
  width: 460px;
  height: 970px;
  overflow: visible;
}

.herosectionwrapper {
  background-color: var(--color-base);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.spline-scene-3 {
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.herotextwrapper {
  text-align: center;
  flex-direction: row;
  padding: 0 27px;
  display: block;
  position: absolute;
}

.herocopy {
  color: var(--primary);
  text-align: center;
  -webkit-text-stroke-color: var(--light-gray);
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  display: none;
  position: sticky;
  top: 50svh;
  bottom: auto;
  transform: translate(0);
}

.spline-scene-4 {
  width: 100%;
  height: 95%;
  position: absolute;
  inset: 0%;
}

.timeenergy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50svh;
  margin-bottom: -375px;
  display: flex;
  position: relative;
}

.spline-scene-5 {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
}

.sticky-shape_element {
  background-color: #fff0;
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 30svw;
  height: 30svh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.assetcontainer-hintro {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.w100h100 {
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sticky-shape {
  object-fit: cover;
  object-position: center;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-shape_wrap {
  justify-content: center;
  align-items: center;
  height: 600svh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 0;
}

.video-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.sticky-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: static;
}

.home-scroll_trigger-wrap {
  z-index: 3;
  padding-bottom: 50vh;
  position: relative;
}

.home-scroll_trigger-list {
  padding-top: 140vh;
}

.home-scroll_trigger-item {
  height: 14vh;
}

.home-scroll_main_wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.home-scroll_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.home-scroll_list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-scroll_item {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.herotypewrapper {
  color: var(--color-base);
  background-color: #fcfcfc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100svh;
  margin: 24px;
  padding: 10px 0;
  display: flex;
  overflow: visible;
}

.header_text-move {
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.herotext {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.scrollsectionwrapper {
  z-index: 3;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding: 10px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.header_text-wrapper {
  text-align: center;
  transform: scale(1);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.shape-8 {
  background-color: #8bb678;
  border-radius: 999em;
  width: 4em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 27em;
  height: 50em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.gradient-animation-custom-css {
  position: absolute;
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 41em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 2em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-3 {
  background-color: #80c78e;
  border-radius: 999em;
  width: 36em;
  height: 40em;
  position: absolute;
  top: -3em;
  left: -7em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.ultra-gradient-wrapper {
  z-index: 1;
  opacity: 1;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-1 {
  background-color: #a0e0d1;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -87em;
  left: 0;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f326;
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.heading-2 {
  font-weight: 400;
}

.nav--link {
  color: var(--color-base);
  -webkit-text-stroke-color: var(--color-base);
}

.hero--scrollwrap {
  background-color: var(--color-base);
  padding: 0;
  position: relative;
  inset: 0%;
}

.header_text-heading {
  text-align: right;
  text-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 6.7rem;
  font-weight: 600;
  transition: opacity .2s;
  position: relative;
  transform: translate(0, 125px);
}

.header_text-heading.light {
  text-align: left;
  font-weight: 300;
  transform: translate(0, 125px);
}

.header_text-heading.u-text-center {
  text-align: center;
  font-size: 6.6rem;
  transform: translate(0, 125px);
}

.italic-text {
  text-align: center;
  font-weight: 300;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.coinflip_lottie {
  z-index: 10;
  width: 80px;
  position: absolute;
  inset: auto auto 35px 23px;
}

.coinflip_wrapper {
  padding: 0;
  position: relative;
}

.nav-container {
  z-index: 7;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 4%;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.header_paragraph {
  opacity: 0;
}

.header_paragraph-text {
  text-shadow: 0 0 #29570700, 0 1px .4px #29570708, 0 2px .8px #2957070a, 0 3.4px 1.6px #2957070b, 0 5.4px 2.9px #2957070c, 0 8.9px 5.3px #2957070c, 0 15.4px 10.4px #2957070d, 0 30.6px 22.8px #2957070e;
  font-size: 1.6rem;
  font-weight: 400;
}

.casestudysection {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -150vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.casestudy-main {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  border-radius: 14px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  width: 96%;
  max-width: 1460px;
  margin: 0 auto 40px;
  display: grid;
  position: relative;
}

.paragraph {
  color: var(--color-base);
  display: block;
}

.paragraph.u-text-white {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
}

.hero--scrolltriggerwrap {
  display: block;
  position: static;
}

.scroll-trigger_a {
  height: 100vh;
  display: block;
}

.scroll-trigger_a.border {
  z-index: 3;
  border: 5px solid #2b2ec5;
  position: relative;
}

.scroll-trigger_b {
  height: 100vh;
  margin-bottom: 0;
  display: block;
}

.scroll-trigger_b.border {
  z-index: 4;
  border: 4px solid #f01a1a;
  height: 250svh;
  position: relative;
}

.scrolltrigger-c {
  height: 100svh;
}

.scrolltrigger-c.border {
  z-index: 4;
  border: 5px solid #e71f1f;
  height: 250svh;
  position: relative;
}

.scroll-trigger_c {
  height: 100svh;
}

.hero_heading-wrap {
  z-index: 4;
  width: 80%;
  max-width: 1200px;
  position: relative;
}

.hero_subhead {
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  max-width: 300px;
  display: block;
  overflow: hidden;
  transform: translate(0, 50px);
}

.hero_subhead-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.hero_logo_wrapper {
  flex-flow: wrap;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-wrapper {
  flex-flow: wrap;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.hero_bottomgroup {
  z-index: 4;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home_logodiv {
  opacity: 0;
  height: 50px;
  max-height: 70px;
  position: absolute;
  transform: translate(0, 50px);
}

.home_logowrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 100%;
  display: block;
}

.collection-list-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.body {
  overflow: visible;
}

.heroparagraph {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.project-example {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.herocover-main {
  filter: blur();
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -6em;
  margin-bottom: 0;
  padding-top: 6em;
  transition: filter .3ms;
  display: flex;
  position: sticky;
  inset: 0;
}

.herocover-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(1rem + .3vw);
  display: flex;
}

.herocover-brands {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1650px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: block;
  position: static;
}

.herocover-gradientbackground {
  z-index: 1;
  border-radius: 200px;
  width: 63vw;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0 0% -40%;
  overflow: hidden;
}

.hc-p {
  font-weight: 500;
}

.hc-p.u-text-white {
  z-index: 5;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 10px;
  position: relative;
}

.hc-p.u-text-white.cc-remsizing {
  font-size: calc(1rem + .4vw);
  position: static;
}

.hc-h1.u-text-white {
  background-image: url('../images/.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px 100%;
  flex: 1;
  font-size: 11rem;
  display: none;
}

.hc-textwrapper {
  background-image: url('../images/TECHNOLOGY.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  display: block;
}

.div-block-3 {
  background-image: url('../images/.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.div-block-3.hc-textwrapper {
  background-position: 100% 0;
  background-size: contain;
  flex: 0 auto;
  width: 100%;
  height: 20svh;
}

.div-block-4 {
  background-image: url('../images/CULTURE.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex: 1;
}

.div-block-4.hc-textwrapper {
  background-size: contain;
  flex: auto;
  width: 27em;
  height: 15em;
  margin-left: 0;
}

.div-block-5 {
  width: 100%;
  display: block;
}

.intro-heading-1 {
  opacity: 1;
  box-sizing: border-box;
  border: 1px #f30d0d;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 30.2vw);
  margin-right: 0;
  display: block;
  transform: translate(0);
}

.intro-heading-2 {
  z-index: 2;
  opacity: 1;
  filter: blur();
  object-fit: fill;
  border: 1px #eb1c1c;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: calc(100% - 34.2vw);
  transition-property: opacity, filter;
  transition-duration: .2s, .3ms;
  transition-timing-function: ease, ease;
  display: block;
  position: relative;
}

.div-block-6 {
  display: flex;
  position: relative;
}

.intro-heading-line2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.herocenter-main {
  min-width: 78%;
  max-width: 100%;
  margin-top: 0;
  position: relative;
}

.offset-div-2 {
  display: none;
}

.herologo-container {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  top: auto;
}

.herogsap-logo {
  text-align: center;
  object-fit: contain;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: static;
  inset: 70% auto auto;
  overflow: visible;
}

.herologo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.homehero-backgroundgradient {
  z-index: 4;
  background-image: linear-gradient(#1d1c1a 7%, #1d1c1a00 24% 76%, #1d1c1a 95%);
  width: 100%;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.herologo-main {
  height: 50px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-3 {
  width: 100%;
  overflow: visible;
}

.c1-blur {
  background-image: linear-gradient(90deg, #1d1c1a 31%, #1d1c1a9e 60%, #1d1c1a00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c2-blur {
  opacity: .67;
  filter: blur(80px);
  mix-blend-mode: hard-light;
  background-color: #82d311;
  border-radius: 200px;
  width: 22em;
  height: 27rem;
  margin-right: 0;
  position: absolute;
  inset: -61% -5% 0% auto;
  transform: translate(0);
}

.div-block-7 {
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  position: relative;
}

.c3-blur {
  filter: blur(80px);
  mix-blend-mode: hard-light;
  background-color: #5ef34e;
  border-radius: 200px;
  width: 6em;
  height: 64rem;
  margin-right: 0;
  position: absolute;
  inset: 0% 11% 0% auto;
  transform: rotate(50deg);
}

.c4-blur {
  opacity: .88;
  filter: blur(80px);
  mix-blend-mode: hard-light;
  background-color: #1dddff;
  border-radius: 200px;
  width: 29em;
  height: 27rem;
  margin-right: 0;
  position: absolute;
  inset: 0% 31% 0% auto;
  transform: rotate(50deg);
}

.herosvh_wrapper {
  height: 300vh;
  position: relative;
}

.herospacer {
  height: 50svh;
}

.casestudyimage {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border-radius: 19px;
  margin-left: 0;
  display: block;
  overflow: clip;
  box-shadow: 0 0 #0000, 0 1px .4px #00000014, 0 2px .8px #00000019, 0 3.4px 1.6px #0000001b, 0 5.4px 2.9px #0000001c, 0 8.9px 5.3px #0000001d, 0 15.4px 10.4px #0000001f, 0 30.6px 22.8px #00000021;
}

.navigation {
  z-index: 8;
  background-color: #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-btn {
  color: var(--color-base);
  background-color: #80ff31;
  border-radius: 18px;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-innerwrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2200px;
  display: flex;
}

.div-block-8 {
  border-radius: 19px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  max-width: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-3 {
  color: var(--white);
  text-shadow: 0 0 15px #000000f5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  inset: auto 3% 0% auto;
}

.image-3 {
  width: 70px;
  max-height: 40px;
  position: absolute;
  inset: auto 3% 3% auto;
}

.div-block-9 {
  background-image: linear-gradient(0deg, #070707 1%, #fff0 25%);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.paragraph-4 {
  color: var(--white);
  background-color: #40ff0024;
  border-radius: 20px;
  padding: 3px 9px;
}

.collection-list-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-left: -7px;
  padding-top: 0;
  display: flex;
}

.emaillink {
  color: var(--color-base);
  text-decoration: none;
}

.home-projectimagemain {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.projectimagegradient {
  background-image: radial-gradient(circle at 120% 120%, #0009, #1a1a1a00 56% 69%);
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.projectimage {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.projectimagelogo {
  max-height: 30px;
  position: absolute;
  inset: auto 24px 16px auto;
}

.div-block-11 {
  width: 1px;
  height: 1px;
}

.herocover-gradientbackground-mobile-copy {
  z-index: 1;
  border-radius: 200px;
  width: 63vw;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0 0% -40%;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .herosectionwrapper {
    position: relative;
  }

  .sticky-shape_element {
    background-color: #0000;
    border-radius: 35em;
    position: absolute;
  }

  .sticky-shape {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
  }

  .sticky-shape_wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .video-background {
    object-fit: cover;
    max-width: none;
    min-height: 100vh;
    display: inline-block;
  }

  .home-scroll_trigger-item {
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-scroll_item {
    z-index: 1;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    padding-right: 0;
  }

  .intro-heading-1 {
    border-style: none;
  }

  .casestudyimage, .home-projectimagemain {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .projectimage {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.cc-footerlinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .u-text-white.cc-worksection.h1 {
    max-width: 720px;
    font-size: 3.1rem;
    display: none;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .spline-scene {
    top: -19%;
    left: -100%;
    right: 0%;
  }

  .herosectionwrapper {
    font-size: 1rem;
  }

  .spline-scene-3 {
    width: 100%;
    height: 50%;
    inset: 0%;
  }

  .herocopy {
    font-size: 4rem;
  }

  .spline-scene-5 {
    top: 0;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .header_text-heading, .header_text-heading.light, .italic-text {
    font-size: 3rem;
  }

  .casestudy-main {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .herocover-main {
    justify-content: space-between;
    align-items: center;
    margin-top: -6em;
    padding-top: 6em;
  }

  .herocover-brands {
    grid-template-rows: minmax(1px, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .hc-p.u-text-white {
    z-index: 5;
    position: relative;
  }

  .div-block-11 {
    width: 1px;
    height: 1px;
  }

  .herocover-gradientbackground-mobile-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .8rem;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

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

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-last {
    order: 1;
  }

  .btn {
    padding: 7px 15px;
  }

  .card-body {
    padding: 20px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: var(--mid-gray);
  }

  .styles__nav-btn.w--open {
    background-color: var(--mid-gray);
    border-radius: 4px;
  }

  .styles__nav-menu {
    background-color: var(--mid-gray);
    padding: 12px 5% 20px;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .eyebrow.u-text-lightgray.u-text-center {
    margin-top: 19px;
  }

  .u-text-white.cc-introsizeh1 {
    font-size: 2.9rem;
  }

  .u-text-white.cc-worksection.h1 {
    font-size: 3rem;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .main.u-bg-black {
    overflow: visible;
  }

  .mastheadlogo {
    left: .25rem;
  }

  .spline-scene {
    width: 400%;
    top: -2%;
    left: -150%;
  }

  .herocopy {
    font-size: 3rem;
  }

  .timeenergy {
    margin-bottom: -156px;
  }

  .spline-scene-5 {
    top: 128px;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .container-w3.gutter-outside {
    max-width: 61em;
  }

  .header_text-heading, .header_text-heading.light, .italic-text {
    font-size: 3rem;
  }

  .herocover-main {
    justify-content: center;
    align-items: center;
  }

  .herocover-brands {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .herocover-gradientbackground {
    display: block;
  }

  .herogsap-logo {
    max-height: 44px;
  }

  .homehero-backgroundgradient, .herologo-main {
    height: 51px;
  }

  .herologo-main.mobile-hidden {
    display: none;
  }

  .casestudyimage {
    height: auto;
  }

  .paragraph-4 {
    margin-bottom: .2em;
  }

  .collection-list-4 {
    flex-flow: wrap;
  }

  .herocover-gradientbackground-mobile-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.footer {
    padding-bottom: 16rem;
  }

  .section.footer.u-overflow-hidden {
    padding-bottom: 4.9rem;
  }

  .container {
    width: 86%;
  }

  .col {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.cc-footerlinks {
    flex-wrap: wrap;
  }

  .styles__row-example {
    height: auto;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .eyebrow.u-text-lightgray.u-text-center {
    margin-top: 18px;
  }

  .u-text-white.cc-introsizeh1 {
    font-size: 2rem;
  }

  .u-text-white.cc-worksection {
    margin-left: 12px;
  }

  .u-text-white.cc-worksection.h1 {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 1.7rem;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .main.u-bg-black {
    overflow: visible;
  }

  .mastheadlogo {
    opacity: 1;
    width: 103%;
    max-width: none;
    inset: auto 0% -2% -1%;
  }

  .herosectionwrapper {
    justify-content: center;
    align-items: center;
  }

  .herocopy {
    text-shadow: none;
    margin-bottom: 0;
    font-size: 1.7rem;
  }

  .timeenergy {
    margin-bottom: -51px;
  }

  .spline-scene-5 {
    width: 100%;
    top: -68px;
  }

  .scrollsectionwrapper {
    justify-content: space-between;
    align-items: center;
    height: 100svh;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    position: sticky;
    top: 0%;
    bottom: 0%;
  }

  .header_text-wrapper {
    margin-top: 0;
  }

  .section-ultra-gradients.is-first {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
  }

  .shape-4 {
    top: 30.7em;
  }

  .shape-2 {
    right: -351px;
  }

  .ultra-gradient-wrapper {
    height: 100vh;
  }

  .container-w3.gutter-outside {
    max-width: 32em;
  }

  .hero--scrollwrap {
    inset: 0%;
  }

  .header_text-heading, .header_text-heading.light {
    font-size: 2.2rem;
  }

  .header_text-heading.u-text-center {
    font-size: 1.7rem;
  }

  .italic-text {
    font-size: 2.2rem;
  }

  .casestudysection {
    margin-top: -178vh;
  }

  .collection-list {
    width: auto;
    height: auto;
  }

  .casestudy-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }

  .hero_heading-wrap {
    width: 99%;
  }

  .hero_bottomgroup {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .home_logodiv {
    opacity: 0;
    height: auto;
    max-height: 30px;
    transform: translate(0, 50px);
  }

  .body {
    overflow: visible;
  }

  .heroparagraph {
    margin-bottom: 0;
  }

  .project-example {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 14px;
  }

  .herocover-main {
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .herocover-content {
    max-width: 92%;
    margin-top: 0;
  }

  .herocover-brands {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
    place-items: center;
    margin-bottom: 11svh;
  }

  .herocover-gradientbackground {
    border-radius: 20px;
    width: 68vw;
    display: none;
    left: -52%;
    overflow: hidden;
  }

  .hc-p.u-text-white {
    margin-bottom: .7em;
    font-size: calc(.8rem + .1vw);
  }

  .hc-p.u-text-white.cc-remsizing {
    align-self: center;
    padding-top: 0;
  }

  .intro-heading-1 {
    align-self: center;
    width: 100%;
    max-width: 19rem;
  }

  .intro-heading-2 {
    width: 90%;
    max-width: 16rem;
  }

  .intro-heading-line2 {
    justify-content: center;
    align-items: center;
  }

  .offset-div-2 {
    display: block;
  }

  .herologo-main {
    margin-left: 16px;
    margin-right: 16px;
  }

  .c1-blur.mobile {
    background-image: linear-gradient(166deg, #1d1c1a 31%, #1d1c1a9e 60%, #1d1c1a00);
  }

  .c2-blur {
    overflow: hidden;
  }

  .div-block-7 {
    mix-blend-mode: normal;
    object-fit: contain;
    perspective: 1px;
    position: relative;
    overflow: hidden;
  }

  .c3-blur, .c4-blur {
    overflow: hidden;
  }

  .casestudyimage {
    width: 97vw;
    max-width: none;
  }

  .collection-list-wrapper-4 {
    width: 100%;
    overflow: hidden;
  }

  .navigation {
    z-index: 8;
    background-color: #1d1c1a00;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .nav-btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1rem;
    display: none;
  }

  .nav-innerwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    place-content: center;
    align-self: center;
    align-items: center;
  }

  .div-block-8 {
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
  }

  .image-3 {
    width: 40px;
  }

  .div-block-9 {
    aspect-ratio: auto;
    height: 100%;
  }

  .paragraph-4 {
    margin-bottom: .3em;
  }

  .collection-list-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    margin-left: -3px;
  }

  .collection-list-wrapper-5 {
    overflow: visible;
  }

  .emaillink {
    color: var(--color-base);
    flex: 0 auto;
    text-decoration: none;
  }

  .home-projectimagemain {
    border-radius: 12px;
  }

  .div-block-11 {
    display: none;
  }

  .herocover-gradientbackground-mobile-copy {
    z-index: 0;
    border-collapse: separate;
    perspective: 1px;
    border-radius: 220px;
    width: 150%;
    height: 84vh;
    margin-top: -27vh;
    margin-left: -25%;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 35px 0% auto;
    overflow: hidden;
  }

  .image-4 {
    flex: 0 auto;
  }
}

#w-node-cd3615cf-4642-2ad8-6a51-d24bad357568-afc4f2f1, #w-node-_458eab0b-1bb3-2c5d-48bf-b09cf0f686c5-afc4f2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ce075f7-d294-0c69-08df-60020d90264c-afc4f2f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_9887e799-4bf0-5668-6287-a62690e9ba87-afc4f2f1, #w-node-_2c502cd7-edff-9f1f-3983-c148f4b55a64-afc4f2f1 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66b6fa83-edb2-d5fc-04e9-be11e014a1e3-afc4f2f1 {
    justify-self: auto;
  }

  #w-node-cd3615cf-4642-2ad8-6a51-d24bad357568-afc4f2f1, #w-node-_5ce075f7-d294-0c69-08df-60020d90264c-afc4f2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}