@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abcwhyte;
  src: url('../fonts/ABCWhyte-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --charcoal: #222;
  --primary-grey: #7a7a7a;
  --border-gray: #e0e0e0;
  --gray-1: #fafafa;
  --purple: #5000ff;
  --hover: #f2f2f3;
  --pressed: #eaeaeb;
  --lighter-purple: #946bed;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

.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;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #222;
}

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

.nav-link {
  opacity: .7;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .22s ease-in-out;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--charcoal);
  text-decoration: none;
}

.nav-link.mobile {
  display: none;
}

.nav-link.c-g-silver {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcdb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link.c-g-silver:hover {
  opacity: .7;
}

.subheading-1 {
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-1.c-white {
  color: #fafafa;
  font-weight: 600;
}

.subheading-1.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

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

.icon-simple-arrow-right.c-white {
  color: #fff;
}

.brand {
  max-width: 72px;
  display: flex;
}

.brand.dark-mode {
  color: #fff;
}

.btn-small {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  transform: translate(0);
}

.btn-small:hover {
  background-color: #ebebeb;
}

.btn-small.transparent-c-white-10 {
  color: #fff;
  background-color: #ffffff1a;
}

.btn-small.transparent-c-white-10.m-b-40 {
  margin-bottom: 40px;
}

.btn-small.transparent-c-white-10.m-b-40:hover {
  background-color: #fff3;
}

.btn-small.c-blue {
  color: #fff;
  background-color: #3779c6;
}

.btn-small.c-blue:hover {
  background-color: #2d619f;
}

.btn-small.c-green {
  color: #fff;
  background-color: #038f49;
}

.btn-small.c-green:hover {
  background-color: #2f6a3c;
}

.btn-small.c-purple {
  color: #fff;
  background-color: #5000ff;
}

.btn-small.c-purple:hover {
  background-color: #222;
}

.nav-menu-desktop {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.container_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.heading-1 {
  color: #222;
  letter-spacing: -.5px;
  font-family: Abcwhyte, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-1.centered {
  text-align: center;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-1.centered.c-primary-gray {
  color: var(--primary-grey);
}

.heading-1.centered.dark-mode {
  color: #e0e0e0;
}

.heading-1.centered.c-g-silver.highlighted-text {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.heading-1.centered.c-g-silver.highlighted-text.no-pointer-events {
  display: block;
}

.heading-1.limit-text-wrapper-w-em8 {
  max-width: 7.9em;
}

.heading-1.limit-text-wrapper-w-em8.centered {
  max-width: 8em;
}

.heading-1.limit-text-wrapper-w-em8.centered.m-b-40 {
  margin-bottom: 40px;
}

.heading-1.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98deg, #fafafa, #cdcdcdb3 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-1.c-g-silver.text-center {
  text-align: center;
  font-weight: 500;
  line-height: 72px;
}

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

.icon-embed-xxsmall.c-silver {
  color: #7a7a7a;
}

.btn-main {
  grid-column-gap: 8px;
  color: #fafafa;
  background-color: #5000ff;
  border-radius: 80px;
  align-items: center;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-main:hover {
  background-color: #222;
}

.btn-main.hero {
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.btn-main.hero-gray {
  z-index: 5;
  color: var(--charcoal);
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.btn-main.hero-gray:hover {
  background-color: #ebebeb;
}

.btn-main.hero-gray.hide {
  display: none;
}

.btn-main.form {
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

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

.link-block.click-tag {
  grid-column-gap: 8px;
  color: #222;
  border: 1px solid #e0e0e0;
  border-radius: 80px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.link-block.click-tag.hero {
  margin-bottom: 16px;
  transition: all .22s ease-in-out;
}

.link-block.click-tag.hero:hover {
  background-color: #f5f5f5;
}

.text-centered-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.overline-plain {
  color: #222;
  letter-spacing: .2px;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.body-main {
  color: #525252;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-main.hero-body-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 32px;
}

.body-main.hero-body-wrapper.inner-padding-24 {
  font-family: Inter, sans-serif;
}

.body-main.hero-body-wrapper.inner-padding-24.dark-mode {
  color: #e0e0e0;
}

.body-main.m-b-32 {
  color: #ccc;
  margin-bottom: 32px;
}

.body-main.centered {
  text-align: center;
}

.body-main.centered.c-light-purple {
  color: #9b96b0;
}

.body-main.centered.c-light-purple.limit-text-wrapper-w-em32 {
  max-width: 32em;
}

.body-main.centered.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcd 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.body-main.centered.c-g-silver.mobile-left-aligned.max-w {
  max-width: 356px;
}

.body-main.limit-text-wrapper-w-em30 {
  max-width: 30em;
}

.body-main.c-light-purple {
  color: #9b96b0;
}

.body-main.c-light-purple.limit-text-wraper-w-em38 {
  max-width: 38em;
}

.body-main.limit-text-wrapper-w-em40 {
  max-width: 40em;
}

.body-main.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcd 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.body-main.c-g-silver.header-wrapper {
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcdb3);
  margin-bottom: 32px;
}

.body-main.c-gray {
  color: #ececf1b3;
}

.body-main.c-gray.use-case-body-2 {
  display: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.analytics-hero {
  max-width: 1600px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.privacy-policy {
  align-items: flex-start;
  margin-bottom: 40px;
}

.container.p-t-128 {
  margin-bottom: 0;
}

.container.analytics-grid {
  padding: 128px 40px;
}

.container.vision-headline {
  background-image: url('../images/Frame-826430.png');
  background-position: 50%;
  background-size: cover;
  padding: 128px 40px 256px;
  position: relative;
  overflow: hidden;
}

.container.hero {
  padding-top: 120px;
}

.container.techy-stuff {
  padding: 128px 40px;
}

.container.m-t-64 {
  margin-top: 64px;
}

.container.footer {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.section.in-hero {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.section.new-era {
  margin: 16px 16px 128px;
  position: relative;
  overflow: hidden;
}

.section.third-party.m-b-16 {
  margin-bottom: 16px;
}

.section.team {
  background-color: #080117;
  border-radius: 40px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 128px 46px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section.blue-carbon {
  background-image: linear-gradient(135deg, #000, #064a99b3 48%, #0000 76%);
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  justify-content: center;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.section.the-techy-stuff {
  background-color: #080117;
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.section.database {
  background-color: #fafafa;
  border: 1px #e0e0e0;
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.section.team {
  background-color: #080117;
  border-radius: 40px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 128px 46px;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-image: linear-gradient(to top, #fff, #fafafa);
  margin-left: 0;
  margin-right: 0;
}

.hero-h1-wrapper {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.grid-under-hero {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
}

.hero-center-image-wrapper {
  width: 100%;
  position: relative;
  overflow: visible;
}

.hero-elements-outter-wrapper {
  min-height: 50vh;
  max-height: 113vh;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.mobile-hero-image-wrapper {
  display: none;
}

.hero-background-image-wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-center-image {
  z-index: 0;
  width: 100%;
  position: relative;
  top: -100px;
  overflow: visible;
}

.logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-4 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-4.m-b-80 {
  margin-bottom: 80px;
}

.heading-4.m-b-80.centered {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-4.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-4.c-g-silver.m-b-8 {
  margin-bottom: 8px;
}

.heading-4.c-g-silver.m-b-8.centered {
  text-align: center;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-4.c-g-silver.centered {
  text-align: center;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
}

.heading-4.c-g-silver.centered.left-aligned {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-4.m-b-8 {
  margin-bottom: 8px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-4.limit-text-wrapper-w-em32 {
  max-width: 32.4em;
}

.heading-4.limit-text-wrapper-w-em32.centered {
  text-align: center;
}

.heading-4.limit-text-wrapper-w-em32.centered.m-b-80 {
  margin-bottom: 80px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.container-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-small.m-b-128 {
  margin-bottom: 128px;
  position: relative;
}

.container-small.left-aligned {
  align-items: flex-start;
}

.container-small.left-aligned.blue-carbon {
  max-width: 1200px;
  padding-top: 128px;
  padding-bottom: 128px;
  padding-left: 40px;
}

.container-small.new-era {
  padding-top: 128px;
  padding-bottom: 56px;
}

.container-small.mission {
  justify-content: flex-start;
  position: relative;
}

.container-small.m-b-128 {
  margin-bottom: 128px;
}

.container-small.third-party {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 127px 0;
}

.logo-grid-wrapper {
  width: 100%;
}

.logo-grid-wrapper.m-b-64 {
  margin-bottom: 64px;
}

.text-overline-wrapper {
  align-items: center;
  display: flex;
}

.text-overline-wrapper.m-b-16 {
  margin-bottom: 16px;
}

.text-logo-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 8em;
  display: flex;
}

.text-logo-wrapper.be-zero {
  margin-right: -35px;
}

.overline {
  color: #222;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.overline.c-light-blue {
  color: #97c6fd;
}

.overline.c-txt-grey {
  color: #ccc;
}

.overline.c-primary-grey {
  color: #7a7a7a;
}

.overline.c-primary-grey.m-b-16 {
  margin-bottom: 16px;
}

.overline.p-owners {
  color: #038f49;
}

.overline.m-players {
  color: #222;
}

.overline.c-light-purple {
  color: #9b96b0;
}

.overline.c-g-silver.m-b-16 {
  margin-bottom: 16px;
}

.overline.c-green {
  color: #038f49;
  flex: none;
}

.overline.c-purple {
  color: #5000ff;
}

.overline.c-purple.m-b-16 {
  margin-bottom: 16px;
}

.overline.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(to right, #e0e0e0, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-divider {
  width: 100%;
  height: 1px;
}

.gradient-divider.c-g-white-transparent {
  opacity: .3;
  background-image: linear-gradient(to right, #fff, #fff0);
  border-radius: 100px;
}

.gradient-divider.c-g-white-transparent.m-b-40 {
  margin-bottom: 40px;
}

.text-logo-image {
  max-height: 30px;
  position: relative;
}

.text-logo-image.m-t--5 {
  margin-top: -5px;
}

.text-logo-image.be-zero-decrease {
  max-width: 75%;
}

.h2-c-light-blue {
  color: #97c6fd;
  line-height: 48px;
}

.blue-carbon-preview-mobile {
  display: none;
}

.blue-carbon-preview-desktop {
  object-fit: cover;
  flex: none;
  max-width: 42%;
  padding-top: 125px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.limit-text-wrapper-h-600 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.blue-carbon-logo-wrapper {
  grid-column-gap: 56px;
  display: flex;
}

.heading-2 {
  color: #222;
  letter-spacing: -.2px;
  font-family: Abcwhyte, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.heading-2.c-white {
  color: #fff;
}

.heading-2.c-white.m-b-16 {
  margin-bottom: 16px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

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

.heading-2.centered.limit-text-w-em17.m-b-64 {
  max-width: 16em;
  margin-bottom: 64px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2.limit-text-w-em16 {
  max-width: 15em;
}

.heading-2.limit-text-w-em16.m-b-80 {
  margin-bottom: 80px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2.limit-text-w-em16.centered {
  max-width: 16em;
}

.heading-2.limit-text-w-em16.centered.m-b-80 {
  max-width: 15em;
}

.heading-2.limit-text-w-em16.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 16em;
}

.heading-2.limit-text-w-em16.c-g-silver.centered {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
}

.dot-div {
  background-color: #fafafa;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.dot-div.c-light-blue {
  background-color: #97c6fd;
}

.dot-div.c-light-blue.m-r-8 {
  margin-right: 8px;
}

.dot-div.c-green {
  background-color: #038f49;
}

.dot-div.c-green.m-r-8 {
  margin-right: 8px;
}

.inline-wrapper-left.blue-carbon {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-video.blue-carbon {
  z-index: -1;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-column-grid {
  grid-template-rows: auto;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-left-inline-top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.market-players-slide-image {
  width: 100%;
  max-width: 93%;
  margin-top: 45px;
}

.mask {
  overflow: visible;
}

.image-3 {
  width: 100%;
  max-width: 94%;
  margin-top: 34px;
}

.slide-market-players {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 88px;
  padding: 40px;
  overflow: visible;
  box-shadow: 5px 9px 48px #0000001a;
}

.slide-market-players:focus {
  filter: none;
}

.heading-3 {
  color: #222;
  letter-spacing: .25px;
  font-family: Abcwhyte, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.heading-3.p-r-40 {
  padding-right: 40px;
}

.heading-3.limit-text-wrapper-w-em12 {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-3.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-3.c-g-silver.limit-text-wrapper-w-em18 {
  max-width: 18em;
}

.heading-3.c-g-silver.limit-text-wrapper-w-em18.m-b-16 {
  margin-bottom: 16px;
}

.heading-3.m-b-32 {
  margin-bottom: 32px;
}

.slide-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-left-upper-text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 91px 24px 24px;
  display: flex;
}

.slide-right-wrapper {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.span-h3-green {
  color: #038f49;
}

.slide-project-owners {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 88px;
  padding: 40px;
  overflow: visible;
  box-shadow: 5px 9px 48px #0000001a;
}

.slide-project-owners:focus {
  filter: none;
}

.slide-left-inline-bottom-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  display: flex;
}

.span-h3-blue {
  color: #3779c6;
}

.market-players-link {
  border: 1px solid #3779c6;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  display: flex;
  inset: 0% 0% auto 16%;
}

.new-era-background-grey {
  z-index: -1;
  background-color: #fafafa;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  max-height: 65%;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-new-era {
  width: 100%;
  height: 740px;
}

.slider-new-era.m-b-80 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 88px;
  display: flex;
}

.project-owners-link {
  color: #222;
  border: 1px solid #038f49;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  display: flex;
  inset: 0% 16% auto 0%;
}

.block-click {
  width: 100%;
  height: 100%;
  position: absolute;
}

.block-click.market-players {
  z-index: 5;
  background-color: #ffffff03;
  width: 180px;
  height: 55px;
  display: none;
  inset: -.5% 0% auto 50.3%;
}

.block-click.project-owners {
  z-index: 5;
  background-color: #ffffff03;
  width: 180px;
  height: 55px;
  display: flex;
  top: -.5%;
  bottom: auto;
  right: 50.3%;
}

.slide-divider-div {
  background-image: linear-gradient(to right, #e0e0e0, #e0e0e000);
  width: 100%;
  height: 1px;
}

.slide-divider-div.m-b-16 {
  height: 1px;
  margin-bottom: 16px;
}

.slide-divider-div.green {
  background-image: linear-gradient(to right, #038f49, #e0e0e000);
}

.grid-techy-2 {
  grid-template-rows: auto;
  width: 100%;
}

.techy-background-image {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 150%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.grid-techy-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-techy-1.m-b-16 {
  margin-bottom: 16px;
}

.box-tag {
  border: 1px solid #7a7a7a;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.box-tag.m-b-16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-color: #fff6;
  margin-bottom: 16px;
}

.techy-grid-1-box_2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #3b3547;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 511px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-box-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.techy-inline-content-view-block {
  background-color: #080117;
  background-image: url('../images/Frame-3g9635.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.techy-inline-content-view-block.block_4 {
  z-index: 1;
  background-image: url('../images/Frame-481847_1.jpg');
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-inline-content-view-block.block_1 {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-inline-content-view-block.block_2 {
  z-index: 1;
  background-image: url('../images/Frame-4818495.jpg');
  width: 100%;
  position: relative;
}

.techy-inline-content-view-block.block_3 {
  z-index: 1;
  background-image: url('../images/Frame-396fafa37ss.jpg');
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-grid-2-box_1 {
  background-color: #3b3547;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 511px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-background-image-wrapper {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 150%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.techy-grid-2-box_2 {
  background-color: #3b3547;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 511px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-grid-1-box_1 {
  -webkit-text-fill-color: inherit;
  background-color: #3b3547;
  background-clip: padding-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 511px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.specs-onboard-icon.p-r-8 {
  color: #9b96b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.specs-onboard-icon.p-r-8.purple {
  color: #5000ff;
}

.techy-top-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.techy-top-text-wrapper.m-b-64 {
  margin-bottom: 64px;
}

.thrid-party-icon_2 {
  max-width: 48px;
}

.thrid-party-icon_2.m-b-24 {
  margin-bottom: 24px;
}

.third-party-grid-wrappe_1 {
  background-color: #fafafa;
  border-radius: 40px;
  padding: 64px 64px 430px;
  position: relative;
}

.soon-tile-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.overline-divider-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.overline-divider-wrapper.m-b-80 {
  margin-bottom: 80px;
}

.overline-divider-wrapper.m-b-16 {
  margin-bottom: 16px;
}

.third-party-coming-soon-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.thrid-party-image_1 {
  position: absolute;
  inset: auto 0% 0%;
}

.third-party-grid-wrappe_2 {
  background-color: #fafafa;
  border-radius: 40px;
  padding: 64px 64px 430px;
  position: relative;
}

.third-party-coming-soon-grid {
  grid-template-rows: auto;
}

.third-party-text-wrapper-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.thrid-party-icon_1 {
  max-width: 48px;
}

.thrid-party-icon_1.m-b-24 {
  margin-bottom: 24px;
}

.icon-overline-wrapper {
  align-items: center;
  display: flex;
}

.icon-overline-wrapper.m-b-16 {
  margin-bottom: 16px;
}

.thrid-party-image_2 {
  position: absolute;
  inset: auto 0% 0%;
}

.coming-soon-icon {
  width: 100%;
  max-width: 48px;
}

.coming-soon-icon.m-b-16 {
  margin-bottom: 16px;
}

.third-party-grid {
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 80px;
}

.text-overline-outlined-wrapper {
  align-items: center;
  display: flex;
}

.text-overline-outlined-wrapper.outlined {
  border: 1px solid #038f49;
  border-radius: 100px;
  min-width: 125px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.text-overline-outlined-wrapper.outlined.c-grey {
  border-color: #e0e0e0;
}

.text-overline-outlined-wrapper.outlined.c-grey.coming-soon {
  min-width: 168px;
}

.database-grid {
  grid-column-gap: 80px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.database-platform-image-wrapper {
  box-shadow: 0 30px 60px -30px #0003, 0 50px 100px #0003;
}

.database-platform-image-wrapper.m-b-64 {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px #0003, 0 50px 100px #0000000d;
}

.span-h4-grey {
  color: #7a7a7a;
}

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

.platform-image {
  width: 100%;
}

.span-body-bold {
  color: #222;
  font-weight: 600;
}

.database-top-image-wrapper {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.database-top-image-wrapper.m-b-n-200 {
  margin-bottom: -200px;
}

.specs-onboard-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.divider-silver {
  background-image: radial-gradient(circle, #e0e0e000, #e0e0e0 52%, #e0e0e000);
  width: 100%;
  height: 1px;
}

.divider-silver.m-b-80 {
  background-image: repeating-radial-gradient(circle farthest-side, #e0e0e000, #e0e0e0 0%, #e0e0e000);
  margin-bottom: 80px;
}

.divider-silver.m-b-128 {
  background-image: radial-gradient(circle, #e0e0e000, #e0e0e0 0%, #e0e0e000);
  margin-bottom: 128px;
}

.database-cover-image {
  width: 100%;
}

.team-divider-wrap {
  z-index: 1;
  background-image: url('../images/Gradient-2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 360px;
  position: absolute;
}

.subheading-2 {
  color: #222;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-2.c-light-purple {
  color: #9b96b0;
}

.subheading-2.white {
  color: #fff;
}

.subheading-2.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcdb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.subheading-2.hide {
  display: none;
}

.member-image-inner-wrapper {
  z-index: 1;
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24865.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.member-image-inner-wrapper.chorng {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24869.jpg');
}

.member-image-inner-wrapper.fill-the-spot {
  background-image: linear-gradient(to top, #080117, #08011700 40%), linear-gradient(#201a2e, #201a2e);
  border-radius: 24px;
  transition: all .2s ease-in-out;
}

.member-image-inner-wrapper.daniel {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24866.jpg');
}

.member-image-inner-wrapper.gilad {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24863.jpg');
}

.member-image-inner-wrapper.liam {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24864.jpg');
}

.member-image-inner-wrapper.euan {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24871.jpg');
}

.member-image-inner-wrapper.ieva {
  background-image: linear-gradient(to top, #080117, #08011700 40%), url('../images/Rectangle-24868.jpg');
}

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

.color-block-earth {
  background-image: radial-gradient(circle at 70%, #0000 14%, #080117 18%);
  position: absolute;
  inset: 0%;
}

.background-video-wrapper {
  z-index: 0;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 850px;
  margin-bottom: -137px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-grid {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-grid.m-b-160 {
  margin-bottom: 160px;
}

.team-top-text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-top-text-wrapper.m-b-80 {
  margin-bottom: 80px;
}

.mission-text-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 128px;
  display: flex;
  position: relative;
}

.plus-svg {
  color: #9195a4;
}

.team-divider {
  background-image: radial-gradient(circle, #9b96b080, #08011700);
  width: 100%;
  height: 1px;
}

.mission-background-video {
  z-index: -1;
  mix-blend-mode: lighten;
  object-fit: fill;
  width: auto;
  min-width: 60%;
  height: 75%;
  position: relative;
}

.fill-spot-icon {
  z-index: 1;
  width: 64px;
  position: absolute;
}

.member-linkedin-profile {
  z-index: 2;
  color: #dadadd;
  background-color: #08011733;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 16px;
  margin-left: 16px;
  transition: all .22s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.member-linkedin-profile:hover {
  color: #fafafa;
  background-color: #08011766;
}

.team-member {
  grid-row-gap: 4px;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member.fill-spot {
  border-radius: 0;
  text-decoration: none;
}

.member-linkedin-profile-mobile {
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: 16px;
  margin-left: 16px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fill-spot-button {
  grid-column-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.member-image-wrapper {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.member-image-wrapper.fill-spot {
  overflow: hidden;
}

.footer-second-section {
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-second-section.dark-mode {
  background-color: #0f0f0f;
  border-top-color: #dfdfe233;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.footer-social-link {
  opacity: .7;
  width: 32px;
  height: 32px;
  transition: all .22s ease-in-out;
  position: relative;
}

.footer-social-link:hover, .footer-social-link.white {
  opacity: 1;
}

.footer-social-link.white:hover {
  opacity: .7;
}

.button-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-wrapper.m-b-40 {
  margin-bottom: 40px;
}

.footer-social-wrapper {
  max-width: 519px;
}

.footer-social-wrapper.m-b-1288 {
  margin-bottom: 128px;
}

.footer-maintenance-link {
  opacity: .7;
  color: #22222221;
  flex-direction: column;
  place-content: flex-start center;
  align-items: center;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: flex;
}

.footer-maintenance-link:hover, .footer-maintenance-link.dark-mode {
  opacity: 1;
}

.footer-maintenance-link.dark-mode:hover {
  opacity: .7;
}

.footer-maintenance-link.dark-mode.no-hover:hover {
  opacity: 1;
}

.footer-maintenance-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .55fr .6fr;
  grid-auto-flow: row;
}

.footer-logo {
  color: #222;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 72px;
  display: flex;
}

.footer-logo.white {
  color: #fff;
}

.footer-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.maintenance-rich-text {
  color: #222;
  font-size: 16px;
}

.maintenance-rich-text.m-t-40 {
  color: #222;
  margin-top: 40px;
}

.maintenance-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.maintenance-header-wrapper.m-t-128 {
  margin-top: 128px;
}

.maintenance-header-wrapper.m-t-128.m-b-40 {
  margin-bottom: 40px;
}

.divider-solid-gray {
  color: var(--border-gray);
  background-image: linear-gradient(to right, #e0e0e0, #e0e0e000);
  width: 100%;
  height: 1px;
}

.html-embed-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-fill-wrapper {
  background-image: linear-gradient(#fff, #fafafa);
  width: 100%;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 12px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  border-bottom: 1px solid var(--border-gray);
  border-left: 1px solid var(--border-gray);
  color: var(--gray-1);
  cursor: pointer;
  background-color: #0000;
  border-bottom-left-radius: 12px;
  padding: 8px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #aaaaaae6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 600;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  border-top: 1px solid var(--border-gray);
  border-left: 1px solid var(--border-gray);
  color: #fff;
  background-color: #fafafa;
  border-radius: 12px 0 0;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_text {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

.fs-cc-prefs2_title {
  color: var(--charcoal);
  text-align: center;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: var(--purple);
  border-bottom: 2px #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  background-color: var(--purple);
  text-align: center;
  border: 1px solid #0540f2;
  border-radius: 30px;
  padding: 12px 20px;
  font-weight: 600;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--border-gray);
  background-color: var(--gray-1);
  color: var(--charcoal);
  border-radius: 30px;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  border: 1px solid var(--border-gray);
  background-color: var(--gray-1);
  color: #000;
  border-radius: 12px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 1px;
  border-color: var(--border-gray);
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox:hover {
  border-color: var(--border-gray);
  background-color: #f5f5f5;
}

.fs-cc-prefs2_checkbox:active {
  background-color: #f0f0f0;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: var(--purple);
  background-image: url('../images/Done-Check.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #0540f2;
  border-radius: 6px;
}

.fs-cc-prefs2_checkbox.w--redirected-focus {
  box-shadow: none;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--charcoal);
  text-align: center;
  border-radius: 30px;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 600;
}

.fs-cc-prefs2_component {
  z-index: 999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: var(--charcoal);
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #5000ff;
  border-radius: 20px;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 0;
  padding: 8px 20px;
  font-weight: 600;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  border: 1px solid var(--border-gray);
  color: var(--charcoal);
  background-color: #fff6;
  margin-left: 0;
  margin-right: 8px;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.html-embed-4 {
  color: #656565;
  font-weight: 500;
  display: none;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Abcwhyte, sans-serif;
}

.whitepaper-form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button {
  border: 2px solid #aeafc5;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: #5f30e2;
}

.radio-button._1 {
  border-color: var(--border-gray);
}

.radio-button._1:hover {
  background-color: #f2f2f3;
}

.radio-button._1:active {
  background-color: #eaeaeb;
}

.radio-button._1.w--redirected-checked {
  border-color: var(--purple);
}

.radio-button._2 {
  border-color: var(--border-gray);
}

.radio-button._2:hover {
  background-color: var(--hover);
}

.radio-button._2:active {
  background-color: var(--pressed);
}

.radio-button._2.w--redirected-checked {
  border-color: var(--purple);
}

.radio-button._3 {
  border-color: var(--border-gray);
}

.radio-button._3:hover {
  background-color: var(--hover);
}

.radio-button._3:active {
  background-color: var(--pressed);
}

.radio-button._3.w--redirected-checked {
  border-color: var(--purple);
}

.radio-button._4 {
  border-color: var(--border-gray);
}

.radio-button._4:hover {
  background-color: var(--hover);
}

.radio-button._4:active {
  background-color: var(--pressed);
}

.radio-button._4.w--redirected-checked {
  border-color: var(--purple);
}

.form-heading {
  color: var(--charcoal);
  letter-spacing: -.03em;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px #c4cee8;
  border-bottom-style: solid;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field::placeholder {
  color: #494a7d;
  font-size: 16px;
}

.check-wrap {
  margin-top: 40px;
  margin-bottom: 8px;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  font-family: Abcwhyte, sans-serif;
  display: flex;
  position: relative;
}

.field-wrap {
  margin-bottom: 24px;
}

.form-title {
  color: var(--charcoal);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.display-medium {
  color: var(--primary-grey);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.field-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.form-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.success-message {
  color: #fff;
  background-color: #5f30e2;
  border-radius: 8px;
}

.check-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.form-checkbox-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.checkbox-field {
  margin-bottom: 8px;
}

.hyperlink {
  color: #5000ff;
}

.hyperlink.white {
  color: var(--gray-1);
  padding-left: 8px;
}

.divider-gray {
  color: var(--border-gray);
  background-image: linear-gradient(to right, #e0e0e0, #e0e0e000);
  width: 100%;
  height: 1px;
}

.divider-gray.m-b-t-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.check-wrapper {
  margin-top: 16px;
}

.radio-field {
  align-items: center;
  display: flex;
}

.top-bar-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.top-bar-wrapper.mobile {
  display: none;
}

.top-bar {
  background-color: #222;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.top-bar.hero {
  padding-top: 120px;
}

.top-bar.techy-stuff {
  padding: 128px 40px;
}

.top-bar.footer {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}

.top-bar.privacy-policy {
  align-items: flex-start;
  margin-bottom: 40px;
}

.top-bar.p-t-128 {
  margin-bottom: 0;
}

.top-bar-inner-wrapper {
  color: #fff;
  display: flex;
}

.top-bar-text {
  align-items: center;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.top-bar-button-text {
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.top-bar-button {
  background-color: var(--gray-1);
  border-radius: 120px;
  align-items: center;
  padding: 2px 10px;
  text-decoration: none;
  transition: all .12s ease-in-out;
  display: flex;
}

.top-bar-button:hover {
  background-color: var(--purple);
  color: var(--gray-1);
}

.top-bar-close {
  color: var(--gray-1);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: all .12s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 1% auto auto;
}

.top-bar-close:hover {
  color: var(--primary-grey);
}

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

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

.hero-button-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

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

.body-2 {
  background-color: #000;
  font-family: Inter, sans-serif;
}

.text-block {
  color: #e0e0e0;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.grid {
  display: flex;
}

.analytics-grid-box-1 {
  -webkit-text-fill-color: inherit;
  background-color: #0f0f0f;
  background-clip: border-box;
  border: 1px solid #2d2d2e;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  display: flex;
}

.analytics-grid-flex {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.analytics-split-content-box {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.analytics-split-content-box.block_4 {
  z-index: 1;
  background-image: url('../images/Frame-481847_1.jpg');
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-split-content-box.block_1 {
  z-index: 1;
  background-image: none;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-split-content-box.block_2 {
  z-index: 1;
  background-image: url('../images/Frame-4818495.jpg');
  width: 100%;
  position: relative;
}

.analytics-split-content-box.block_3 {
  z-index: 1;
  background-image: url('../images/Frame-481848-API.jpg');
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-box-centered-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.analytics-purple-heading {
  color: var(--lighter-purple);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.analytics-grid-box-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block {
  background-color: #0f0f0f;
  background-image: url('../images/analytics-grid-box-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 56px;
  display: flex;
  position: absolute;
}

.analytics-grid-inline-content-view-block.block_4 {
  z-index: 1;
  background-image: url('../images/Frame-481847_1.jpg');
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block.block_1 {
  z-index: 1;
  background-image: none;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block.block_2 {
  z-index: 1;
  background-image: url('../images/Frame-4818495.jpg');
  width: 100%;
  position: relative;
}

.analytics-grid-inline-content-view-block.block_3 {
  z-index: 1;
  background-image: none;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-box-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #3b3547;
  background-clip: border-box;
  border: 1px solid #2d2d2e;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 527px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block-2 {
  background-color: #0f0f0f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 56px;
  display: flex;
  position: absolute;
}

.analytics-grid-inline-content-view-block-2.block_4 {
  z-index: 1;
  background-image: url('../images/Frame-481847_1.jpg');
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block-2.block_1 {
  z-index: 1;
  background-image: none;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analytics-grid-inline-content-view-block-2.block_2 {
  z-index: 1;
  background-image: url('../images/Frame-4818495.jpg');
  width: 100%;
  position: relative;
}

.analytics-grid-inline-content-view-block-2.block_3 {
  z-index: 1;
  background-image: none;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  object-fit: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.analytics-grid-image-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.analytics-grid-image-overlay.no-pointer-events {
  display: block;
}

.image-6 {
  height: 100%;
  min-height: 100%;
}

.analytics-grid-text-wrapper-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-7 {
  position: absolute;
}

.analytics-grid-box-1-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-8 {
  height: 100%;
  min-height: 100%;
}

.image-9 {
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  max-width: 100%;
  margin: 15px 0 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.text-span-2 {
  color: var(--lighter-purple);
}

.heading-2-analytics {
  color: #222;
  letter-spacing: -.2px;
  font-family: Abcwhyte, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.heading-2-analytics.c-white {
  color: #fff;
}

.heading-2-analytics.c-white.m-b-16 {
  margin-bottom: 16px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2-analytics.centered {
  text-align: center;
}

.heading-2-analytics.centered.limit-text-w-em17.m-b-64 {
  max-width: 16em;
  margin-bottom: 64px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2-analytics.limit-text-w-em16 {
  max-width: 15em;
}

.heading-2-analytics.limit-text-w-em16.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 16em;
}

.heading-2-analytics.limit-text-w-em16.c-g-silver.centered {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2-analytics.limit-text-w-em16.m-b-80 {
  margin-bottom: 80px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-2-analytics.limit-text-w-em16.centered {
  max-width: 16em;
}

.heading-2-analytics.limit-text-w-em16.centered.m-b-80 {
  max-width: 15em;
}

.heading-2-analytics.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  line-height: 64px;
}

.heading-2-analytics.c-g-silver.overlay {
  opacity: 1;
  color: var(--lighter-purple);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  position: relative;
}

.text-span-3, .text-span-4, .text-span-5 {
  opacity: 0;
}

.image-10 {
  z-index: -1;
  position: absolute;
  inset: 68% 0% 0%;
}

.analytics-cta {
  border-top: 1px solid #dfdfe233;
  padding: 128px 24px 140px;
}

.analytics-cta-text-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.analytics-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.analytics-container.hero {
  padding-top: 120px;
}

.analytics-container.techy-stuff {
  padding: 128px 40px;
}

.analytics-container.footer {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}

.analytics-container.privacy-policy {
  align-items: flex-start;
  margin-bottom: 40px;
}

.analytics-container.p-t-128 {
  margin-bottom: 0;
}

.analytics-container.analytics-grid {
  padding-bottom: 400px;
}

.analytics-container.vision-headline {
  background-image: url('../images/Frame-826430.png');
  background-position: 50%;
  background-size: cover;
  padding: 128px 40px 256px;
  position: relative;
  overflow: hidden;
}

.analytics-container.vision-section {
  background-image: url('../images/Frame-826430.png');
  background-position: 50% 100%;
  background-size: auto;
  padding: 0 40px 400px;
}

.analytics-container.ai-prompts {
  padding-top: 162px;
  padding-bottom: 380px;
  position: relative;
}

.analytics-container.use-cases-section {
  align-items: flex-start;
  display: block;
}

.form-2 {
  background-color: #dfdfe20d;
  border: 1px solid #dfdfe233;
  border-radius: 100px;
  align-items: center;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.text-field-2 {
  color: #fff;
  letter-spacing: .2px;
  background-color: #0000;
  border: 0 solid #000;
  height: 36px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-field-2::placeholder {
  color: #ececf1b3;
}

.form-block-2 {
  width: 100%;
}

.submit-button {
  background-color: var(--purple);
  text-align: left;
  letter-spacing: .2px;
  background-image: url('../images/White-arrow-right.svg'), linear-gradient(108deg, #5000ff, #9770ec);
  background-position: 109px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 18px, auto;
  border-radius: 40px;
  min-width: 147px;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.submit-button.mobile {
  display: none;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-11 {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  position: absolute;
}

.submit-button-copy {
  background-color: var(--purple);
  text-align: left;
  letter-spacing: .2px;
  background-image: url('../images/White-arrow-right.svg'), linear-gradient(108deg, #5000ff, #9770ec);
  background-position: 109px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 18px, auto;
  border-radius: 40px;
  min-width: 147px;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.analytics-hero-h1-wrapper {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.text-span-6 {
  color: #2220;
}

.text-span-7 {
  color: var(--lighter-purple);
}

.div-block-5 {
  max-width: 600px;
}

.nav-middle-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.nav-link-block {
  opacity: .7;
  color: var(--charcoal);
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-block.c-g-silver {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcdb3);
  -webkit-background-clip: text;
  background-clip: text;
  transition: opacity .22s;
}

.nav-link-block.c-g-silver:hover {
  opacity: .7;
}

.link-block-2 {
  color: var(--purple);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2.mobile {
  display: none;
}

.div-block-9 {
  background-color: var(--charcoal);
  border: 1px solid #dfdfe233;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 20px;
  margin-left: 6px;
  display: flex;
}

.ai-item {
  color: #525252;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ai-item.hero-body-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 32px;
}

.ai-item.hero-body-wrapper.inner-padding-24 {
  font-family: Inter, sans-serif;
}

.ai-item.hero-body-wrapper.inner-padding-24.dark-mode {
  color: #e0e0e0;
}

.ai-item.m-b-32 {
  color: #ccc;
  margin-bottom: 32px;
}

.ai-item.centered {
  text-align: center;
}

.ai-item.centered.c-light-purple {
  color: #9b96b0;
}

.ai-item.centered.c-light-purple.limit-text-wrapper-w-em32 {
  max-width: 32em;
}

.ai-item.centered.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcd 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ai-item.centered.c-g-silver.mobile-left-aligned.max-w {
  max-width: 356px;
}

.ai-item.limit-text-wrapper-w-em30 {
  max-width: 30em;
}

.ai-item.c-light-purple {
  color: #9b96b0;
}

.ai-item.c-light-purple.limit-text-wraper-w-em38 {
  max-width: 38em;
}

.ai-item.limit-text-wrapper-w-em40 {
  max-width: 40em;
}

.ai-item.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcd 70%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.ai-item.c-g-silver.header-wrapper {
  margin-bottom: 32px;
}

.analytics-text-centered-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

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

.analytics-ai-prompt {
  background-color: #000;
  border: 1px solid #946bed;
  border-radius: 24px;
  justify-content: flex-start;
  width: 100%;
  padding: 24px 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 56px 2px #793cff66;
}

.analytics-ai-prompt-text {
  letter-spacing: .2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.analytics-ai-prompt-text.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #e0e0e0, #cdcdcdb3 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.top-left-blur {
  position: fixed;
  inset: 0% auto auto 0%;
}

.top-left-blur.no-pointer-events {
  z-index: -1;
  width: 1875px;
  height: 1566px;
  position: absolute;
  top: -750px;
  left: -41%;
}

.top-center-blur {
  width: 1832%;
  min-width: 1832px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.section-2.in-hero {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.section-2.blue-carbon {
  background-image: linear-gradient(135deg, #000, #064a99b3 48%, #0000 76%);
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  justify-content: center;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.section-2.new-era {
  margin: 16px 16px 128px;
  position: relative;
  overflow: hidden;
}

.section-2.the-techy-stuff {
  background-color: #080117;
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.section-2.third-party.m-b-16 {
  margin-bottom: 16px;
}

.section-2.database {
  background-color: #fafafa;
  border: 1px #e0e0e0;
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.section-2.team {
  background-color: #080117;
  border-radius: 40px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 128px 46px;
  position: relative;
  overflow: hidden;
}

.section-2.footer {
  background-image: linear-gradient(to top, #fff, #fafafa);
  margin-left: 0;
  margin-right: 0;
}

.section-2.overflow-x-hidden {
  height: 100%;
}

.image-12 {
  z-index: -1;
  width: 1832%;
  min-width: 1832px;
  position: absolute;
  inset: -400px -500px auto auto;
}

.relative-container-wrapper {
  position: relative;
  overflow: hidden;
}

.email-and-ai-pompt-section {
  background-image: url('../images/ai-prompts-bg.png');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 162px;
  padding-bottom: 380px;
  display: flex;
  position: relative;
}

.main-prompt-container {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-13 {
  z-index: -1;
  width: 90%;
  position: absolute;
  inset: 0% 40% 0% auto;
}

.image-14, .image-15 {
  min-width: 32px;
  position: static;
}

.use-case-buttons-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.use-case-button {
  color: #ececf1;
  cursor: pointer;
  border: 1px solid #ececf1;
  border-radius: 40px;
  padding: 8px 20px;
}

.use-case-button.active {
  color: #ececf1;
  border-color: #ececf1;
}

.use-case-button.inactive {
  opacity: .6;
}

.text-block-2 {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.use-case-video {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

.hidden-video-container {
  width: 1200px;
  max-width: 100%;
  height: 800px;
  display: none;
  overflow: hidden;
}

.video-embed-1 {
  width: 1322px;
  max-width: 100%;
  margin-top: -40px;
}

.video-embed-1.video-2 {
  display: none;
}

.video-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.use-case-video-2 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

.video-embed-2 {
  width: 1322px;
  max-width: 100%;
  margin-top: -40px;
}

.video-embed-2.video-2 {
  display: none;
}

.div-block-11 {
  width: 100%;
  overflow: hidden;
}

.video-wrapper-2 {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.video-wrapper-1 {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.use-case-button-2 {
  opacity: .7;
  color: #ececf1;
  cursor: pointer;
  border: 1px solid #ececf1;
  border-radius: 40px;
  padding: 8px 20px;
}

.use-case-button-2.active {
  color: #ececf1;
  border-color: #ececf1;
}

.use-case-button-2.inactive {
  opacity: .6;
}

.image-16, .image-17, .image-18 {
  width: 32px;
}

.company-logo {
  position: relative;
}

.image-20 {
  width: 540px;
  max-width: 100%;
}

.video-embed-1-copy {
  width: 1322px;
  max-width: 100%;
  margin-top: -40px;
}

.video-embed-1-copy.video-2 {
  display: none;
}

.div-block-12 {
  flex: 1;
  width: 100%;
  padding: 16px;
}

.div-block-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 15px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-21 {
  object-fit: contain;
  max-width: 100%;
}

.image-22 {
  max-width: 100%;
  max-height: 100%;
}

.div-block-14 {
  min-height: 44px;
}

.use-case-section {
  min-height: 522px;
  margin-bottom: 250px;
}

.button {
  background-color: var(--purple);
  background-image: url('../images/White-arrow-right.svg'), linear-gradient(108deg, var(--purple), var(--lighter-purple));
  letter-spacing: .2px;
  background-position: 109px 50px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 18px, auto;
  border-radius: 40px;
  min-width: 147px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.join-waitlist-btn {
  text-align: left;
  letter-spacing: .2px;
  background-image: url('../images/White-arrow-right.svg'), linear-gradient(to right, #5000ff, #9770ec);
  background-position: 109px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 18px, auto;
  border-radius: 100px;
  min-width: 147px;
  padding: 8px 20px;
  font-weight: 500;
}

.nav-link-2 {
  opacity: .7;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .22s ease-in-out;
}

.nav-link-2:hover {
  opacity: 1;
}

.btn-small-2 {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-small-2:hover {
  background-color: #ebebeb;
}

.nav-menu-desktop-2 {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.container_nav-2 {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.body-3 {
  color: #525252;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-3.hero-body-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 32px;
}

.body-3.m-b-32 {
  color: #ccc;
  margin-bottom: 32px;
}

.body-3.centered {
  text-align: center;
}

.body-3.centered.c-light-purple {
  color: #9b96b0;
}

.body-3.centered.c-light-purple.limit-text-wrapper-w-em32 {
  max-width: 32em;
}

.body-3.limit-text-wrapper-w-em30 {
  max-width: 30em;
}

.body-3.limit-text-wrapper-w-em40 {
  max-width: 40em;
}

.body-3.c-light-purple {
  color: #9b96b0;
}

.body-3.c-light-purple.limit-text-wraper-w-em38 {
  max-width: 38em;
}

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

.text-centered-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-main-2 {
  grid-column-gap: 8px;
  color: #fafafa;
  background-color: #5000ff;
  border-radius: 80px;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-main-2:hover {
  background-color: #222;
}

.btn-main-2.hero {
  z-index: 5;
  position: relative;
}

.heading-5 {
  color: #222;
  letter-spacing: -.5px;
  font-family: Abcwhyte, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-5.centered {
  text-align: center;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.heading-6 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-6.m-b-80 {
  margin-bottom: 80px;
}

.heading-6.m-b-80.centered {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.btn-small-3 {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-small-3:hover {
  background-color: #ebebeb;
}

.h2-c-light-blue-2 {
  color: #97c6fd;
  line-height: 48px;
}

.text-logo-image-2 {
  max-height: 30px;
}

.text-logo-image-2.m-t--5 {
  margin-top: -5px;
}

.text-logo-image-2.be-zero-decrease {
  max-width: 75%;
}

.blue-carbon-preview-mobile-2 {
  display: none;
}

.btn-small-4 {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-small-4:hover {
  background-color: #ebebeb;
}

.btn-small-4.transparent-c-white-10 {
  color: #fff;
  background-color: #ffffff1a;
}

.btn-small-4.transparent-c-white-10.m-b-40 {
  margin-bottom: 40px;
}

.btn-small-4.transparent-c-white-10.m-b-40:hover {
  background-color: #fff3;
}

.dot-div-2 {
  background-color: #fafafa;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.dot-div-2.c-light-blue {
  background-color: #97c6fd;
}

.dot-div-2.c-light-blue.m-r-8 {
  margin-right: 8px;
}

.blue-carbon-logo-wrapper-2 {
  grid-column-gap: 64px;
  display: flex;
}

.new-era-background-grey-2 {
  z-index: -1;
  background-color: #fafafa;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  max-height: 65%;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-project-owners-2 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 88px;
  padding: 40px;
  overflow: visible;
  box-shadow: 5px 9px 48px #0000001a;
}

.slide-project-owners-2:focus {
  filter: none;
}

.btn-small-5 {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-small-5:hover {
  background-color: #ebebeb;
}

.btn-small-5.c-blue {
  color: #fff;
  background-color: #3779c6;
}

.btn-small-5.c-blue:hover {
  background-color: #2d619f;
}

.btn-small-5.c-green {
  color: #fff;
  background-color: #038f49;
}

.btn-small-5.c-green:hover {
  background-color: #2f6a3c;
}

.image-24 {
  width: 100%;
  max-width: 94%;
  margin-top: 34px;
}

.heading-7 {
  color: #222;
  letter-spacing: .25px;
  font-family: Abcwhyte, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.heading-7.p-r-40 {
  padding-right: 40px;
}

.heading-7.limit-text-wrapper-w-em12 {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.market-players-link-2 {
  border: 1px solid #3779c6;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  display: flex;
  inset: 0% 0% auto 16%;
}

.span-h3-green-2 {
  color: #038f49;
}

.slide-market-players-2 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 88px;
  padding: 40px;
  overflow: visible;
  box-shadow: 5px 9px 48px #0000001a;
}

.slide-market-players-2:focus {
  filter: none;
}

.project-owners-link-2 {
  color: #222;
  border: 1px solid #038f49;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  display: flex;
  inset: 0% 16% auto 0%;
}

.span-h3-blue-2 {
  color: #3779c6;
}

.heading-8 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-8.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-8.c-g-silver.m-b-8 {
  margin-bottom: 8px;
}

.heading-8.c-g-silver.m-b-8.centered {
  text-align: center;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.techy-inline-content-view-block-2 {
  background-color: #080117;
  background-image: url('../images/Frame-3g9635.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.techy-inline-content-view-block-2.block_4 {
  z-index: 1;
  background-image: url('../images/Frame-4818473.jpg');
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-inline-content-view-block-2.block_1 {
  z-index: 1;
  background-image: url('../images/Frame-3g9635.png');
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.techy-inline-content-view-block-2.block_2 {
  z-index: 1;
  background-image: url('../images/Frame-4818495.jpg');
  width: 100%;
  position: relative;
}

.techy-inline-content-view-block-2.block_3 {
  z-index: 1;
  background-image: url('../images/Frame-481848-API.jpg');
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-tag-2 {
  border: 1px solid #7a7a7a;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.box-tag-2.m-b-16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-color: #fff6;
  margin-bottom: 16px;
}

.heading-9 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-9.m-b-8 {
  margin-bottom: 8px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.third-party-grid-wrappe_2-2 {
  background-color: #fafafa;
  border-radius: 40px;
  padding: 64px 64px 430px;
  position: relative;
}

.soon-tile-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.third-party-grid-wrappe_1-2 {
  background-color: #fafafa;
  border-radius: 40px;
  padding: 64px 64px 430px;
  position: relative;
}

.third-party-text-wrapper-top-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dot-div-3 {
  background-color: #fafafa;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.dot-div-3.c-green {
  background-color: #038f49;
}

.dot-div-3.c-green.m-r-8 {
  margin-right: 8px;
}

.span-body-bold-2 {
  color: #222;
  font-weight: 600;
}

.database-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.heading-10 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-10.limit-text-wrapper-w-em32 {
  max-width: 32.4em;
}

.heading-10.limit-text-wrapper-w-em32.centered {
  text-align: center;
}

.heading-10.limit-text-wrapper-w-em32.centered.m-b-80 {
  margin-bottom: 80px;
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.specs-onboard-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.span-h4-grey-2 {
  color: #7a7a7a;
}

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

.icon-embed-xxsmall-6.c-silver {
  color: #7a7a7a;
}

.subheading-3 {
  color: #222;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-3.c-light-purple {
  color: #9b96b0;
}

.heading-11 {
  color: #222;
  letter-spacing: 0;
  font-family: Abcwhyte, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-11.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #ccc);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-11.c-g-silver.centered {
  text-align: center;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
}

.heading-11.c-g-silver.centered.left-aligned {
  font-family: Abcwhyte, sans-serif;
  font-weight: 500;
}

.color-block-earth-2 {
  background-image: radial-gradient(circle at 70%, #0000 14%, #080117 18%);
  position: absolute;
  inset: 0%;
}

.heading-12 {
  color: #222;
  letter-spacing: .25px;
  font-family: Abcwhyte, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.heading-12.c-g-silver {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fafafa, #7a7a7a);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-12.c-g-silver.limit-text-wrapper-w-em18 {
  max-width: 18em;
}

.heading-12.c-g-silver.limit-text-wrapper-w-em18.m-b-16 {
  margin-bottom: 16px;
}

.member-linkedin-profile-2 {
  z-index: 2;
  color: #dadadd;
  background-color: #08011733;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 16px;
  margin-left: 16px;
  transition: all .22s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.member-linkedin-profile-2:hover {
  color: #fafafa;
  background-color: #08011766;
}

.subheading-4 {
  color: #222;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer-social-link-2 {
  opacity: .7;
  width: 32px;
  height: 32px;
  transition: all .22s ease-in-out;
}

.footer-social-link-2:hover {
  opacity: 1;
}

.footer-second-section-2 {
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.btn-small-6 {
  grid-column-gap: 8px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-small-6:hover {
  background-color: #ebebeb;
}

.btn-small-6.c-purple {
  color: #fff;
  background-color: #5000ff;
}

.btn-small-6.c-purple:hover {
  background-color: #222;
}

.footer-maintenance-link-2 {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: flex;
}

.footer-maintenance-link-2:hover {
  opacity: 1;
}

.footer-logo-2 {
  color: #222;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 72px;
  display: flex;
}

.footer-maintenance-grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-13 {
  color: #222;
  letter-spacing: -.5px;
  font-family: Abcwhyte, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-13.limit-text-wrapper-w-em8 {
  max-width: 7.9em;
}

.heading-13.limit-text-wrapper-w-em8.centered {
  max-width: 8em;
}

.heading-13.limit-text-wrapper-w-em8.centered.m-b-40 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .heading-1.centered.c-g-silver.highlighted-text.no-pointer-events {
    display: block;
  }

  .database-top-image-wrapper.m-b-n-200 {
    height: 500px;
  }

  .analytics-grid-box-2 {
    min-height: 527px;
  }

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

  .image-9 {
    flex: 1;
    width: 560px;
  }

  .text-span-2 {
    -webkit-text-stroke-color: var(--lighter-purple);
  }

  .analytics-cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 128px;
    padding-bottom: 140px;
    padding-left: 75px;
    display: flex;
  }

  .video-embed-1 {
    margin-top: -40px;
  }

  .video-wrapper-2 {
    display: none;
  }

  .div-block-12 {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: none;
  }

  .btn-small.c-green {
    padding: 8px 14px;
  }

  .heading-1 {
    font-size: 56px;
    line-height: 72px;
  }

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

  .body-main.m-b-100 {
    margin-bottom: 100px;
    line-height: 17px;
  }

  .body-main.m-b-100.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .body-main.m-b-100.limit-text-wrapper-w-em24.mobile-centered {
    font-size: 16px;
    line-height: 24px;
  }

  .body-main.m-b-64 {
    margin-bottom: 64px;
    line-height: 17px;
  }

  .body-main.m-b-64.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .body-main.c-g-silver.header-wrapper {
    text-align: center;
  }

  .container.analytics-hero {
    padding-top: 40px;
  }

  .container.techy-stuff, .container.analytics-grid, .container.vision-headline {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.hero {
    padding-top: 40px;
  }

  .container.techy-stuff {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.in-hero {
    justify-content: flex-start;
    overflow: hidden;
  }

  .section.new-era {
    margin: 0 0 40px;
  }

  .section.the-techy-stuff, .section.database {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.blue-carbon {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.the-techy-stuff, .section.database {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.team {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
  }

  .grid-under-hero {
    width: 196%;
  }

  .hero-elements-outter-wrapper {
    min-height: 30vh;
    max-height: 60vh;
    margin-bottom: 0;
  }

  .hero-center-image {
    top: -54px;
  }

  .heading-4.m-b-80.centered {
    margin-bottom: 40px;
  }

  .heading-4.c-g-silver.centered {
    font-size: 20px;
    line-height: 24px;
  }

  .container-small {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-small.left-aligned.blue-carbon {
    align-items: flex-start;
    margin-bottom: 350px;
    padding: 80px 40px;
  }

  .container-small.new-era {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-small.m-b-128 {
    margin-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-small.third-party {
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-logo-wrapper {
    max-width: 10em;
  }

  .blue-carbon-preview-mobile {
    max-width: 90%;
    max-height: 350px;
    margin-bottom: 0;
    display: none;
    position: absolute;
    inset: auto auto 0%;
  }

  .blue-carbon-preview-desktop {
    display: none;
  }

  .slide-column-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .market-players-slide-image {
    max-width: 100%;
  }

  .mask {
    max-width: 90vw;
  }

  .image-3 {
    max-width: 116%;
    margin-left: -47px;
  }

  .slide-market-players {
    margin-right: 0;
  }

  .heading-3 {
    font-size: 23px;
    line-height: 29px;
  }

  .heading-3.limit-text-wrapper-w-em12 {
    max-width: 12em;
    font-size: 32px;
    line-height: 40px;
  }

  .slide-left-upper-text-wrapper {
    padding-left: 0;
    padding-right: 24px;
  }

  .slide-right-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .slide-project-owners {
    margin-right: 8px;
  }

  .slide-left-inline-bottom-wrapper {
    padding-left: 0;
  }

  .market-players-link {
    left: 26.5%;
  }

  .new-era-background-grey {
    border-radius: 0;
  }

  .slider-new-era.m-b-80 {
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: auto;
  }

  .project-owners-link {
    right: 27.5%;
  }

  .techy-inline-content-view-block.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .techy-inline-content-view-block.block_1 {
    background-position: 0 -690%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .techy-inline-content-view-block.block_2 {
    background-image: url('../images/Frame-4818495.jpg');
    background-size: cover;
  }

  .techy-inline-content-view-block.block_3 {
    background-image: url('../images/Frame-481848.jpg'), url('../images/Frame-396fafa37ss.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .third-party-grid-wrappe_1 {
    border-radius: 24px;
    padding: 32px 32px 240px;
  }

  .soon-tile-wrapper {
    padding-left: 40px;
    padding-right: 32px;
  }

  .third-party-grid-wrappe_2 {
    border-radius: 24px;
    padding: 32px 32px 240px;
  }

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

  .database-platform-image-wrapper.m-b-64, .platform-image {
    border-radius: 8px;
  }

  .team-divider-wrap {
    z-index: 1;
    background-image: url('../images/Gradient-2.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .subheading-2.c-light-purple {
    text-align: center;
  }

  .color-block-earth {
    background-image: radial-gradient(circle at 70%, #0000 23%, #080117 39% 74%);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
  }

  .background-video-wrapper {
    height: 612px;
    margin-bottom: 0;
    padding-top: 58px;
    overflow: visible;
  }

  .team-grid.m-b-160 {
    margin-bottom: 80px;
  }

  .team-top-text-wrapper.m-b-80 {
    margin-bottom: 64px;
  }

  .mission-background-video {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 96%;
  }

  .team-member {
    border-radius: 16px;
    max-height: 300px;
  }

  .member-image-wrapper {
    width: 100%;
    height: 189px;
  }

  .maintenance-rich-text.m-t-40 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .maintenance-header-wrapper.m-t-128.m-b-40 {
    padding-left: 24px;
  }

  .bold-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .form-checkbox-wrapper {
    padding-left: 0;
  }

  .top-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .top-bar {
    width: 95%;
  }

  .top-bar.hero {
    padding-top: 40px;
  }

  .top-bar.techy-stuff {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .analytics-split-content-box.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .analytics-split-content-box.block_1 {
    background-position: 0 -690%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .analytics-split-content-box.block_2 {
    background-image: url('../images/Frame-4818495.jpg');
    background-size: cover;
  }

  .analytics-split-content-box.block_3 {
    background-image: url('../images/Frame-481848.jpg'), url('../images/Frame-396fafa37ss.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .div-block {
    background-image: none;
  }

  .analytics-grid-inline-content-view-block {
    background-position: 0 0;
  }

  .analytics-grid-inline-content-view-block.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .analytics-grid-inline-content-view-block.block_1 {
    background-position: 0 -690%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .analytics-grid-inline-content-view-block.block_2 {
    background-image: url('../images/Frame-4818495.jpg');
    background-size: cover;
  }

  .analytics-grid-inline-content-view-block.block_3 {
    background-image: url('../images/Frame-481848.jpg'), url('../images/Frame-396fafa37ss.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .analytics-grid-inline-content-view-block-2.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .analytics-grid-inline-content-view-block-2.block_1 {
    background-position: 0 -690%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .analytics-grid-inline-content-view-block-2.block_2 {
    background-image: url('../images/Frame-4818495.jpg');
    background-size: cover;
  }

  .analytics-grid-inline-content-view-block-2.block_3 {
    background-image: url('../images/Frame-481848.jpg'), url('../images/Frame-396fafa37ss.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .analytics-container.hero {
    padding-top: 40px;
  }

  .analytics-container.techy-stuff {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .analytics-container.analytics-grid {
    padding-bottom: 300px;
  }

  .analytics-container.vision-headline {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .analytics-container.vision-section {
    padding-bottom: 300px;
  }

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

  .ai-item.m-b-100 {
    margin-bottom: 100px;
    line-height: 17px;
  }

  .ai-item.m-b-100.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .ai-item.m-b-100.limit-text-wrapper-w-em24.mobile-centered {
    font-size: 16px;
    line-height: 24px;
  }

  .ai-item.m-b-64 {
    margin-bottom: 64px;
    line-height: 17px;
  }

  .ai-item.m-b-64.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .analytics-text-centered-wrapper {
    position: relative;
  }

  .top-center-blur {
    z-index: -1;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2.in-hero {
    justify-content: flex-start;
    overflow: hidden;
  }

  .section-2.blue-carbon {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2.new-era {
    margin: 0 0 40px;
  }

  .section-2.the-techy-stuff, .section-2.database {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2.team {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
  }

  .image-12 {
    right: -600px;
  }

  .email-and-ai-pompt-section {
    background-size: 1300px;
  }

  .menu-button-2 {
    display: none;
  }

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

  .body-3.m-b-100 {
    margin-bottom: 100px;
    line-height: 17px;
  }

  .body-3.m-b-100.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .body-3.m-b-64 {
    margin-bottom: 64px;
    line-height: 17px;
  }

  .body-3.m-b-64.limit-text-wrapper-w-em24 {
    max-width: 24.5em;
  }

  .heading-5 {
    font-size: 56px;
    line-height: 72px;
  }

  .blue-carbon-preview-mobile-2 {
    max-width: 90%;
    max-height: 350px;
    margin-bottom: 0;
    display: block;
    position: absolute;
    inset: auto auto 0%;
  }

  .new-era-background-grey-2 {
    border-radius: 0;
  }

  .slide-project-owners-2 {
    margin-right: 8px;
  }

  .btn-small-5.c-green {
    padding: 8px 14px;
  }

  .image-24 {
    max-width: 116%;
    margin-left: -47px;
  }

  .heading-7 {
    font-size: 23px;
    line-height: 29px;
  }

  .heading-7.limit-text-wrapper-w-em12 {
    max-width: 12em;
  }

  .market-players-link-2 {
    left: 26.5%;
  }

  .slide-market-players-2 {
    margin-right: 0;
  }

  .project-owners-link-2 {
    right: 27.5%;
  }

  .techy-inline-content-view-block-2.block_4 {
    background-image: url('../images/Frame-481849.jpg'), url('../images/Frame-3963ss6.png');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .techy-inline-content-view-block-2.block_1 {
    background-position: 0 -690%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .techy-inline-content-view-block-2.block_2 {
    background-image: none;
    background-position: 50% 0;
    background-size: cover;
  }

  .techy-inline-content-view-block-2.block_3 {
    background-image: url('../images/Frame-481848.jpg'), url('../images/Frame-396fafa37ss.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
  }

  .third-party-grid-wrappe_2-2 {
    border-radius: 24px;
    padding: 32px 32px 240px;
  }

  .soon-tile-wrapper-2 {
    padding-left: 40px;
  }

  .third-party-grid-wrappe_1-2 {
    border-radius: 24px;
    padding: 32px 32px 240px;
  }

  .heading-11.c-g-silver.centered {
    font-size: 20px;
    line-height: 24px;
  }

  .color-block-earth-2 {
    background-image: radial-gradient(circle at 70%, #0000 23%, #080117 39% 74%);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
  }

  .heading-12 {
    font-size: 23px;
    line-height: 29px;
  }

  .heading-13 {
    font-size: 56px;
    line-height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.mobile {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .image-5 {
    width: 32px;
    height: 32px;
  }

  .nav-menu-desktop {
    display: none;
  }

  .container_nav {
    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-1.centered {
    font-size: 32px;
    line-height: 40px;
  }

  .section.blue-carbon {
    border-style: none;
    border-radius: 0;
  }

  .logo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-4.m-b-80 {
    margin-bottom: 32px;
  }

  .container-small.m-b-128 {
    margin-bottom: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2.c-g-silver.shrink-early {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .background-video.blue-carbon {
    border-radius: 0;
  }

  .slide-right-wrapper {
    justify-content: center;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .analytics-grid-box-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .analytics-grid-inline-content-view-block, .analytics-grid-inline-content-view-block-2 {
    padding-bottom: 40px;
  }

  .heading-2-analytics.c-g-silver {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2-analytics.c-g-silver.shrink-early {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .analytics-container.use-cases-section {
    margin-bottom: 200px;
  }

  .nav-middle-container {
    display: none;
  }

  .link-block-2.mobile {
    display: flex;
  }

  .analytics-ai-prompt {
    padding: 16px 24px;
  }

  .analytics-ai-prompt-text {
    font-size: 16px;
    line-height: 20px;
  }

  .section-2.blue-carbon {
    border-style: none;
    border-radius: 0;
  }

  .email-and-ai-pompt-section {
    padding-bottom: 300px;
  }

  .use-case-buttons-container {
    display: none;
  }

  .video-container {
    margin-bottom: 200px;
    display: none;
  }

  .use-case-section {
    min-height: auto;
  }

  .menu-button-2 {
    display: block;
  }

  .image-23 {
    width: 32px;
    height: 32px;
  }

  .nav-menu-desktop-2 {
    display: none;
  }

  .container_nav-2 {
    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-5.centered {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-6.m-b-80 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    display: none;
  }

  .btn-small.c-green {
    padding: 12px 20px;
  }

  .image-5 {
    display: none;
  }

  .nav-menu-desktop {
    background-color: #fff;
  }

  .container_nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .heading-1.centered {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-1.centered.c-primary-gray.negative-margin {
    margin-top: -8px;
  }

  .heading-1.limit-text-wrapper-w-em8.centered.m-b-40 {
    margin-bottom: 24px;
  }

  .heading-1.c-g-silver.text-center {
    line-height: 48px;
  }

  .btn-main.hero, .btn-main.hero-gray {
    justify-content: center;
  }

  .btn-main.form {
    justify-content: center;
    width: 100%;
  }

  .body-main.hero-body-wrapper.inner-padding-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-main.m-b-100.limit-text-wrapper-w-em24 {
    margin-bottom: 0;
  }

  .body-main.m-b-100.limit-text-wrapper-w-em24.mobile-centered {
    text-align: center;
    line-height: 22px;
  }

  .body-main.m-b-64 {
    line-height: 22px;
  }

  .body-main.m-b-64.limit-text-wrapper-w-em24 {
    text-align: center;
    margin-bottom: 0;
  }

  .body-main.centered.c-g-silver.mobile-left-aligned {
    text-align: left;
  }

  .body-main.form-body {
    width: 224px;
  }

  .container.footer {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.analytics-grid {
    max-width: 97vw;
    padding: 80px 16px 40px 8px;
  }

  .container.vision-headline {
    padding: 80px 24px 40px;
  }

  .container.techy-stuff {
    max-width: 97vw;
    padding: 40px 16px;
  }

  .container.m-t-64.p-t-128 {
    margin-top: 40px;
  }

  .section.new-era {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section.the-techy-stuff, .section.database {
    border-radius: 0;
  }

  .section.blue-carbon, .section.the-techy-stuff, .section.database {
    border-radius: 0;
  }

  .section.team {
    border-radius: 0;
    padding: 40px 24px;
  }

  .hero-h1-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-under-hero {
    display: none;
  }

  .hero-elements-outter-wrapper {
    min-height: 0;
    max-height: none;
    margin-top: 0;
  }

  .mobile-hero-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-background-image-wrapper {
    display: none;
  }

  .mobile-hero-image {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .logo-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-4.m-b-80.centered {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-4.c-g-silver.m-b-8.centered {
    font-size: 20px;
  }

  .heading-4.c-g-silver.centered {
    font-size: 16px;
  }

  .heading-4.c-g-silver.centered.left-aligned {
    text-align: left;
  }

  .heading-4.limit-text-wrapper-w-em32.centered.m-b-80 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .container-small.left-aligned.blue-carbon {
    margin-bottom: 0;
    padding: 40px;
  }

  .container-small.new-era {
    max-width: 97vw;
    padding-top: 80px;
  }

  .container-small.third-party {
    padding-top: 80px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-small.m-b-128 {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: visible;
  }

  .container-small.third-party {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-grid-wrapper.m-b-64 {
    margin-bottom: 32px;
  }

  .text-logo-wrapper {
    grid-row-gap: 8px;
  }

  .overline.c-primary-grey.m-b-16 {
    display: none;
  }

  .overline.c-purple {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .text-logo-image.be-zero-decrease {
    max-width: 75%;
  }

  .h2-c-light-blue {
    line-height: 1.2em;
  }

  .blue-carbon-preview-mobile {
    width: 225%;
    max-width: 199%;
    display: none;
    inset: auto auto 0% 8%;
  }

  .blue-carbon-logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-2.c-white.m-b-16 {
    line-height: 1.2em;
  }

  .heading-2.centered.limit-text-w-em17.m-b-64, .heading-2.limit-text-w-em16.c-g-silver.centered {
    line-height: 40px;
  }

  .heading-2.limit-text-w-em16.m-b-80 {
    text-align: left;
    line-height: 40px;
  }

  .heading-2.limit-text-w-em16.centered.m-b-80 {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-2.limit-text-w-em16.c-g-silver.centered {
    line-height: 40px;
  }

  .background-video.blue-carbon {
    border-radius: 0;
  }

  .slide-column-grid {
    grid-row-gap: 56px;
    grid-template-rows: auto 274px;
    grid-template-columns: 1fr;
  }

  .slide-left-inline-top-wrapper.mobile-centered {
    align-items: center;
  }

  .market-players-slide-image {
    max-width: 84%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-3 {
    margin-top: 23px;
    margin-left: -25px;
  }

  .slide-market-players {
    padding: 24px 32px 32px;
  }

  .heading-3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .heading-3.p-r-40.limit-text-wrapper-w-em12 {
    padding-right: 0;
  }

  .heading-3.limit-text-wrapper-w-em12 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3.m-b-32 {
    font-size: 32px;
    line-height: 40px;
  }

  .slide-left-wrapper.mobile-centered {
    align-items: center;
  }

  .slide-left-wrapper.mobile-centered.m-b-54 {
    margin-bottom: 54px;
  }

  .slide-left-upper-text-wrapper {
    padding-right: 0;
  }

  .slide-left-upper-text-wrapper.mobile-centered {
    align-items: center;
    padding-right: 0;
  }

  .slide-right-wrapper {
    align-items: center;
    width: 130%;
    position: relative;
    left: -15%;
  }

  .slide-project-owners {
    width: 103%;
    margin-right: 16px;
    padding-top: 24px;
  }

  .market-players-link {
    top: 1%;
    left: 0%;
  }

  .slider-new-era.m-b-80 {
    margin-bottom: 40px;
  }

  .project-owners-link {
    top: -4%;
    right: 0%;
  }

  .block-click.market-players {
    display: none;
    top: .8%;
    left: 19%;
  }

  .block-click.project-owners {
    top: -6%;
    right: 20%;
  }

  .slide-divider-div.m-b-16 {
    display: none;
  }

  .grid-techy-2 {
    grid-template-columns: 1fr;
  }

  .grid-techy-1.m-b-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .techy-inline-content-view-block.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
  }

  .techy-inline-content-view-block.block_2 {
    background-image: url('../images/Frame-481847.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .thrid-party-icon_2.m-b-24 {
    margin-bottom: 16px;
  }

  .third-party-grid-wrappe_1 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .soon-tile-wrapper {
    padding-left: 24px;
  }

  .third-party-grid-wrappe_2 {
    padding: 24px 24px 255px;
  }

  .third-party-coming-soon-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .third-party-text-wrapper-top {
    justify-content: center;
    align-items: flex-start;
  }

  .thrid-party-icon_1.m-b-24 {
    margin-bottom: 16px;
  }

  .third-party-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .database-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 24px;
  }

  .span-h4-grey {
    font-size: 20px;
    line-height: 24px;
  }

  .database-top-image-wrapper.m-b-n-200 {
    margin-bottom: 0;
  }

  .divider-silver.m-b-80 {
    margin-bottom: 40px;
  }

  .divider-silver.m-b-128 {
    margin-bottom: 80px;
  }

  .database-cover-image {
    width: 111%;
    max-width: 253%;
    display: none;
  }

  .subheading-2.c-light-purple {
    text-align: left;
    padding-top: 0;
    font-weight: 400;
  }

  .member-image-inner-wrapper.fill-the-spot {
    border-radius: 8px;
  }

  .background-video-wrapper {
    display: none;
  }

  .team-grid.m-b-160 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .team-top-text-wrapper.m-b-80 {
    margin-bottom: 40px;
  }

  .mission-text-wrapper {
    padding-top: 40px;
  }

  .member-linkedin-profile {
    display: none;
  }

  .team-member {
    grid-row-gap: 4px;
    border-radius: 8px;
    align-items: flex-start;
    max-height: 435px;
    overflow: hidden;
  }

  .member-linkedin-profile-mobile {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .button-wrapper.m-b-40 {
    margin-bottom: 32px;
  }

  .footer-social-wrapper.m-b-1288 {
    margin-bottom: 80px;
  }

  .footer-maintenance-grid {
    grid-column-gap: 16px;
    grid-template-columns: .75fr 1fr .75fr;
  }

  .maintenance-header-wrapper.m-t-128.m-b-40 {
    margin-top: 80px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .whitepaper-form-section {
    height: auto;
  }

  .radio-button._1, .radio-button._2, .radio-button._3, .radio-button._4 {
    flex: none;
  }

  .button-wrap-right {
    justify-content: center;
  }

  .field-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-wrap {
    padding: 24px;
  }

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

  .form-checkbox-wrapper {
    width: 100%;
  }

  .checkbox {
    margin-left: 0;
  }

  .checkbox-field {
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .top-bar-wrapper.desktop {
    display: none;
  }

  .top-bar-wrapper.mobile {
    display: flex;
  }

  .top-bar {
    flex-direction: column;
    width: 95%;
    margin-top: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar.techy-stuff {
    max-width: 97vw;
    padding: 80px 16px 40px 8px;
  }

  .top-bar.footer {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar.privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar.desktop {
    flex-direction: row;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .top-bar.mobile {
    flex-direction: row;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .top-bar-inner-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
  }

  .top-bar-text {
    text-align: center;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .top-bar-button {
    flex: none;
    justify-content: center;
    display: flex;
  }

  .top-bar-close {
    inset: auto 4% auto auto;
  }

  .link {
    color: var(--gray-1);
    text-decoration: none;
  }

  .text-span {
    text-decoration: underline;
  }

  .hero-button-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .checkbox-field-2 {
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .analytics-grid-box-1 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    min-height: 511px;
  }

  .analytics-split-content-box {
    width: 100%;
  }

  .analytics-split-content-box.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
  }

  .analytics-split-content-box.block_2 {
    background-image: url('../images/Frame-481847.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block {
    background-repeat: repeat-x;
    background-attachment: scroll;
    width: 100%;
    height: 200px;
  }

  .analytics-grid-inline-content-view-block.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
  }

  .analytics-grid-inline-content-view-block.block_2 {
    background-image: url('../images/Frame-481847.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .analytics-grid-inline-content-view-block-2.block_4 {
    background-image: url('../images/mobile-hood.jpg'), url('../images/Frame-3963ss6.png');
  }

  .analytics-grid-inline-content-view-block-2.block_2 {
    background-image: url('../images/Frame-481847.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .analytics-grid-text-wrapper-center {
    align-items: flex-start;
  }

  .analytics-grid-box-1-image-container {
    width: 300%;
    height: 100%;
    top: 100px;
    left: -282px;
  }

  .heading-2-analytics {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-2-analytics.c-white.m-b-16 {
    line-height: 1.2em;
  }

  .heading-2-analytics.centered.limit-text-w-em17.m-b-64, .heading-2-analytics.limit-text-w-em16.c-g-silver.centered {
    line-height: 40px;
  }

  .heading-2-analytics.limit-text-w-em16.m-b-80 {
    text-align: left;
    line-height: 40px;
  }

  .heading-2-analytics.limit-text-w-em16.centered.m-b-80 {
    text-align: center;
    margin-bottom: 40px;
  }

  .analytics-container.techy-stuff {
    max-width: 97vw;
    padding: 80px 16px 40px 8px;
  }

  .analytics-container.footer {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .analytics-container.privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .analytics-container.analytics-grid {
    max-width: 97vw;
    padding: 0 16px 200px 8px;
  }

  .analytics-container.vision-headline {
    padding: 80px 24px 40px;
  }

  .analytics-container.vision-section {
    padding-bottom: 200px;
  }

  .submit-button {
    display: none;
  }

  .submit-button.mobile {
    background-position: 50%, 0 0;
    min-width: 50px;
    display: block;
  }

  .submit-button-copy {
    display: none;
  }

  .ai-item.hero-body-wrapper.inner-padding-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ai-item.m-b-100.limit-text-wrapper-w-em24 {
    margin-bottom: 0;
  }

  .ai-item.m-b-100.limit-text-wrapper-w-em24.mobile-centered {
    text-align: center;
    line-height: 22px;
  }

  .ai-item.m-b-64 {
    line-height: 22px;
  }

  .ai-item.m-b-64.limit-text-wrapper-w-em24 {
    text-align: center;
    margin-bottom: 0;
  }

  .ai-item.centered.c-g-silver.mobile-left-aligned {
    text-align: left;
  }

  .ai-item.form-body {
    width: 224px;
  }

  .section-2.blue-carbon {
    border-radius: 0;
  }

  .section-2.new-era {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-2.the-techy-stuff, .section-2.database {
    border-radius: 0;
  }

  .section-2.team {
    border-radius: 0;
    padding: 80px 24px 40px;
  }

  .image-12 {
    right: -900px;
  }

  .email-and-ai-pompt-section {
    padding-bottom: 180px;
  }

  .use-case-buttons-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .body-3.hero-body-wrapper.inner-padding-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-3.m-b-100.limit-text-wrapper-w-em24 {
    margin-bottom: 0;
  }

  .body-3.m-b-100.limit-text-wrapper-w-em24.mobile-centered {
    text-align: center;
    line-height: 22px;
  }

  .body-3.m-b-64 {
    line-height: 22px;
  }

  .body-3.m-b-64.limit-text-wrapper-w-em24 {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .heading-5.centered {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-5.centered.c-primary-gray.negative-margin {
    margin-top: -8px;
  }

  .mobile-hero-image-2 {
    margin-top: 0;
  }

  .heading-6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-6.m-b-80.centered {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .h2-c-light-blue-2 {
    line-height: 1.2em;
  }

  .text-logo-image-2.be-zero-decrease {
    max-width: 75%;
  }

  .blue-carbon-preview-mobile-2 {
    width: 225%;
    max-width: 199%;
    display: none;
    inset: auto auto 0% 8%;
  }

  .blue-carbon-logo-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .slide-project-owners-2 {
    width: 103%;
    margin-right: 16px;
    padding-top: 24px;
  }

  .btn-small-5.c-green {
    padding: 12px 20px;
  }

  .image-24 {
    margin-top: 23px;
    margin-left: -25px;
  }

  .heading-7 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .heading-7.p-r-40.limit-text-wrapper-w-em12 {
    padding-right: 0;
  }

  .heading-7.limit-text-wrapper-w-em12 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .market-players-link-2 {
    top: 1%;
    left: 0%;
  }

  .slide-market-players-2 {
    padding: 24px 32px 32px;
  }

  .project-owners-link-2 {
    top: -4%;
    right: 0%;
  }

  .heading-8 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-8.c-g-silver.m-b-8.centered {
    font-size: 20px;
  }

  .heading-9 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .third-party-grid-wrappe_2-2 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .soon-tile-wrapper-2 {
    padding-left: 8px;
  }

  .third-party-grid-wrappe_1-2 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .third-party-text-wrapper-top-2 {
    justify-content: center;
    align-items: center;
  }

  .database-grid-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-10 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-10.limit-text-wrapper-w-em32.centered.m-b-80 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .span-h4-grey-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .subheading-3.c-light-purple {
    font-weight: 400;
  }

  .heading-11 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-11.c-g-silver.centered {
    font-size: 16px;
  }

  .heading-11.c-g-silver.centered.left-aligned {
    text-align: left;
  }

  .heading-12 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .member-linkedin-profile-2 {
    display: none;
  }

  .footer-maintenance-grid-2 {
    grid-column-gap: 16px;
  }

  .heading-13 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .heading-13.limit-text-wrapper-w-em8.centered.m-b-40 {
    margin-bottom: 24px;
  }
}

#w-node-_836358ee-8834-2a94-e6a3-707f81fdea8f-236cafdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_836358ee-8834-2a94-e6a3-707f81fdea91-236cafdb, #w-node-_836358ee-8834-2a94-e6a3-707f81fdea92-236cafdb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ac70c42-8d12-596d-cc3e-279e1c04904b-236cafdb, #w-node-f1120c35-c776-8e2c-3407-fbc5a393fe71-236cafdb, #w-node-_86201b56-6346-d555-cc8c-3f08ffb521cc-236cafdb, #w-node-_75eac254-aeee-e51b-c149-4d5c732d68b3-236cafdb, #w-node-d04c2ef5-a650-6531-3c6d-0f002341e93a-236cafdb, #w-node-_03f026e5-17e5-212d-7702-78bd29f79a27-236cafdb, #w-node-_99d5a44e-dca7-deb9-c6d6-7b4654829c58-236cafdb, #w-node-a40ca5dc-a130-3446-c7da-35f47fb61e89-236cafdb, #w-node-_2c410e07-8543-2096-6963-6a228712eeba-236cafdb, #w-node-_6c2ba871-37e1-b8f9-9751-6a4a04d66302-236cafdb, #w-node-_1b810f6a-5fcc-853f-eee7-16261561899b-236cafdb, #w-node-_1b810f6a-5fcc-853f-eee7-1626156189ac-236cafdb, #w-node-_1b810f6a-5fcc-853f-eee7-1626156189b0-236cafdb, #w-node-_1b810f6a-5fcc-853f-eee7-1626156189c1-236cafdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a13ce08-19e8-dd29-4aa4-b13f2c79442d-236cafdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a13ce08-19e8-dd29-4aa4-b13f2c79443a-236cafdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1a13ce08-19e8-dd29-4aa4-b13f2c794448-236cafdb, #w-node-_1a13ce08-19e8-dd29-4aa4-b13f2c794455-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518de-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518e4-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518e5-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518eb-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518f4-236cafdb, #w-node-c1d097c2-810f-6310-f7a1-63902c7518fa-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af1e-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af24-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af2a-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af30-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af36-236cafdb, #w-node-_0efb5f90-c4ba-bb84-2c48-521d4c08af3c-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e54-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e5f-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e6a-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e75-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e80-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e8b-236cafdb, #w-node-_5b3f61fe-2884-571f-fe12-25b305c20e96-236cafdb, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b570-f256b561, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b572-f256b561, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b574-f256b561, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b57b-f256b561, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b57e-f256b561, #w-node-f5f51914-9b79-fc5c-1ae2-905ff256b581-f256b561, #w-node-_3365bdae-06fc-5cd6-6f82-da21f90ea63c-f256b561, #w-node-_6a185f57-1af8-023d-1f92-f0daabee810f-c8dd50e0, #w-node-cd63cea0-25ab-8ab9-c5e6-c2e3dfc32d4b-c8dd50e0, #w-node-_2cd77537-51c2-7045-e490-bee644639d0f-c8dd50e0, #w-node-_5029bf3c-3623-90a3-4c5d-452265850ef7-236cafde, #w-node-_5029bf3c-3623-90a3-4c5d-452265850ef8-236cafde, #w-node-_5029bf3c-3623-90a3-4c5d-452265850efb-236cafde, #w-node-_112d9180-1d67-ea82-bb7d-e2a226659b57-236cafde, #w-node-_4f65e2ab-8311-eb33-abb5-3c8290f4dad9-236cafde, #w-node-b97565dc-8a0b-9f45-9920-b40bb0c698a2-236cafde, #w-node-b97565dc-8a0b-9f45-9920-b40bb0c698a4-236cafde, #w-node-b97565dc-8a0b-9f45-9920-b40bb0c698a6-236cafde, #w-node-_40ff5430-cb0e-f167-f27e-de7a1016ad01-236cafde, #w-node-_40ff5430-cb0e-f167-f27e-de7a1016ad04-236cafde, #w-node-_40ff5430-cb0e-f167-f27e-de7a1016ad07-236cafde, #w-node-_40ff5430-cb0e-f167-f27e-de7a1016ad0a-236cafde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_664b7a00-1ad6-4001-a646-d1142b41235a-236cafe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ded73f08-d516-8144-9f1e-5d0a7bc05825-084bf3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded73f08-d516-8144-9f1e-5d0a7bc05827-084bf3ce, #w-node-ded73f08-d516-8144-9f1e-5d0a7bc05828-084bf3ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5030-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5031-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5032-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5033-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5034-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5035-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5036-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5037-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5038-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a5039-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a503a-084bf3ce, #w-node-_68ea3c7e-44e4-e0fc-6210-006afa6a503b-084bf3ce, #w-node-ae73a282-255e-6b87-206f-f440648025f1-084bf3ce, #w-node-ae73a282-255e-6b87-206f-f44064802602-084bf3ce, #w-node-ae73a282-255e-6b87-206f-f44064802606-084bf3ce, #w-node-ae73a282-255e-6b87-206f-f44064802617-084bf3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533bc5cb-7c6a-2c33-4a74-76dfc61f8da5-084bf3ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_533bc5cb-7c6a-2c33-4a74-76dfc61f8db2-084bf3ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_533bc5cb-7c6a-2c33-4a74-76dfc61f8dc0-084bf3ce, #w-node-_533bc5cb-7c6a-2c33-4a74-76dfc61f8dcd-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7c2-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7c8-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7c9-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7cf-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7d8-084bf3ce, #w-node-_9fcdd317-8a23-1b83-0291-f1043e7ed7de-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde52e-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde534-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde53a-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde540-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde546-084bf3ce, #w-node-_6be0de1e-4550-6e75-52f8-65e0c5dde54c-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd52fe-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd5309-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd5314-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd531f-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd532a-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd5335-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd5340-084bf3ce, #w-node-d8eedd0e-0a47-e972-a173-162404cd534b-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfc0-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfc2-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfc4-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfcb-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfce-084bf3ce, #w-node-c8e32829-272c-f2a7-022b-0f308641bfd1-084bf3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4f65e2ab-8311-eb33-abb5-3c8290f4dad9-236cafde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b810f6a-5fcc-853f-eee7-16261561899b-236cafdb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b810f6a-5fcc-853f-eee7-1626156189ac-236cafdb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a13ce08-19e8-dd29-4aa4-b13f2c79442d-236cafdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_664b7a00-1ad6-4001-a646-d1142b412356-236cafe5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fc6a1351-7153-9bf7-bcac-07486b047ae1-236cafe5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d7f0f33-6169-99dc-1ff7-61a9fdab84b5-236cafe5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_664b7a00-1ad6-4001-a646-d1142b412358-236cafe5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-ae73a282-255e-6b87-206f-f440648025f1-084bf3ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ae73a282-255e-6b87-206f-f44064802602-084bf3ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_533bc5cb-7c6a-2c33-4a74-76dfc61f8da5-084bf3ce {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte';
  src: url('../fonts/ABCWhyte-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}