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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader.neobackground {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #ecf0f3;
  justify-content: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.neo-box-out {
  width: 800px;
  height: 500px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6;
}

.logo {
  z-index: 100;
  width: 300px;
  max-width: none;
  object-fit: scale-down;
  border-radius: 20px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.logo._2 {
  display: none;
}

.circle-outer {
  z-index: 2;
  width: 31.25rem;
  height: 31.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-outer.neo-box-out {
  border-radius: 500px;
}

.sphere-animation {
  width: 100%;
  justify-content: center;
  align-self: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p2 {
  width: auto;
  color: #000;
  letter-spacing: .1vw;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 32px;
}

.p2.italic {
  width: auto;
  color: #1d1b1c;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: italic;
}

.button-text-dark {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button-text-dark.light {
  color: #fff;
}

.button-text-dark.dark {
  text-decoration: none;
}

.h2 {
  text-align: left;
  text-indent: 50px;
  order: 0;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.hero-logo {
  width: 50%;
  overflow: auto;
}

.about-us-header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.about-us-container {
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 "Area Area-2"
                 ". Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: grid;
  position: relative;
  overflow: visible;
}

.primary-button {
  width: auto;
  max-width: 20rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #1d1b1c;
  border: 1px #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 15px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.primary-button.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.light {
  max-width: 20rem;
  color: #fff;
  background-color: #fff;
}

.about-us-animation {
  width: 489px;
  height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-rotate {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}

.circle-text.pointer-events-none {
  color: #1cdff2;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.hero-section-component {
  height: auto;
  background-color: #ecf0f3;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  overflow: visible;
}

.p1 {
  width: auto;
  color: #333;
  text-align: left;
  white-space: pre-wrap;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6em;
  overflow: visible;
}

.p1.white {
  color: #3f3e3b;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  text-decoration: underline;
}

.wrapper-for-circle-text {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-us-conent {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-left: 40px;
  padding-left: 0;
  display: flex;
}

.steps-tracker {
  width: 2px;
  background-color: #1cdff2;
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.approach-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h0 {
  color: #000;
  order: -1;
  margin-bottom: 40px;
  font-size: 10em;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.steps-card {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #1cdff2;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.approach-section-component {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(192, 192, 211, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0 60px;
  display: block;
  position: relative;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #1cdff2;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #516381;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 27px;
  grid-template: "Area" 1fr
                 "Area-2"
                 "Area-3"
                 "Area-4"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: #1cdff2;
  border-radius: 100px;
  align-self: center;
  position: relative;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(192, 192, 211, .4);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  left: 0;
  right: 0;
  overflow: visible;
}

.steps-circle-outline {
  background-color: #f7f6f2;
  border: 2px solid #1cdff2;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.three {
  background-color: #f7f6f2;
  border-style: none;
  border-radius: 42%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow {
  filter: invert();
}

.arrow.down {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.tab-change-content-wrap {
  z-index: 2;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-tex-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button-tex-white.white {
  color: #000;
  font-weight: 700;
}

.tab-change-tab-image {
  max-width: 30%;
  filter: contrast(200%);
  border: 1px #1cdff2;
  border-radius: 20px;
  margin: 20px 40px 20px 20px;
}

.tab-link {
  width: 100%;
  height: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #d7d2c7;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-right: 0;
  padding: 20px 30px 20px 20px;
  display: flex;
  overflow: hidden;
}

.tab-link.w--current {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #cfb889;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: underline;
  display: flex;
}

.t1 {
  z-index: 1;
  color: #1d1b1c;
  text-transform: uppercase;
  white-space: nowrap;
  order: -1;
  align-self: flex-start;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.t1:hover {
  color: #cfb889;
}

.tab-pane-environment-2 {
  align-self: center;
}

.tab-change_description {
  color: #d7d2c7;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 24px;
  margin-right: 12px;
  display: flex;
}

.tab-change_description.max-width-small {
  max-width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.button {
  width: auto;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ff472e;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 15px;
  text-decoration: none;
  display: flex;
}

.button.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-change_tab-content {
  align-self: center;
}

.tab-change_tab-content.neo-container-in {
  width: 50vw;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.projects-section-component {
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 20px 60px;
  display: block;
}

.tab-change_tab-menu {
  width: auto;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 10px;
  padding: 40px 20px 40px 0;
  display: flex;
}

.body-grid-container {
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto 40px auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  display: block;
}

.tab-change-content {
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px rgba(192, 192, 211, .4);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.tab-change-style-tab {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.team-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.team-arrow.neoboxout-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.team-arrow.left.neoboxout-2 {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 140px;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team-arrow.left.neoboxout-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.h3 {
  z-index: 10;
  color: #1e2029;
  text-align: left;
  object-fit: fill;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.h3.white {
  color: #fff;
  flex-direction: column;
  order: -1;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
}

.team-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.team-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-image._1 {
  width: 300px;
  height: 300px;
  background-image: url('../images/634845419408d764a80e4678_Lady-removebg-preview.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  position: static;
  top: 10%;
}

.team-image._2 {
  width: 300px;
  height: 300px;
  background-image: url('../images/6348051d79ebfccc893283e2_chase-removebg-preview.png');
  background-position: 0%;
  background-repeat: repeat;
  border-radius: 7px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: -3%;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.team-image._3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/63492cc7c19d644f9b079641_Group-removebg-preview.png');
  background-position: 40% 90%;
  background-repeat: repeat-x;
  background-attachment: scroll;
  border-radius: 100px;
  margin-bottom: 20px;
  position: static;
}

.team-image._4 {
  width: 300px;
  height: 300px;
  background-image: url('../images/63492aef446cd70ee13362f4_Group_2-removebg-preview.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100px;
  margin-bottom: 20px;
  position: static;
  top: 10%;
  box-shadow: inset 0 20px 20px 20px rgba(0, 0, 0, 0);
}

.slide-arrow {
  width: 50px;
  height: 50px;
  background-color: #1d1b1c;
  border-radius: 100px;
  padding: 10px;
  display: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-arrow.large {
  width: 50px;
  height: 50px;
  filter: none;
  background-color: #1d1b1c;
  border-radius: 100px;
  padding: 10px;
  display: none;
}

.team-content {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.p3 {
  color: #1d1b1c;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55em;
}

.p3.italic {
  color: #fff;
}

.p3.italic.dark {
  color: #000;
}

.p3.light, .p3.white {
  color: #fff;
}

.team-slider-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-section-component {
  background-color: #ecf0f3;
  margin-top: 0;
  padding: 60px 40px 60px 100px;
  display: block;
}

.slide {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  position: static;
}

.slide-content {
  z-index: 100;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 36px;
  display: block;
  position: relative;
}

.team-slider {
  height: 120%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  background-color: #ecf0f3;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.slide-nav {
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.neo-container-in {
  width: 40vw;
  height: 50vh;
  border: 0 #000;
  border-radius: 20px;
  box-shadow: inset -14px -14px 30px #fff, inset 14px 14px 30px #d1d9e6;
}

.neo-container-in.size100 {
  z-index: 0;
  width: 50px;
  height: 50px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button-neo {
  border-radius: 30px;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6;
}

.radio-button-neo.size60 {
  width: 30px;
  height: 30px;
  background-color: rgba(28, 223, 242, .1);
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.video-cover {
  width: 100vw;
  height: 100%;
  min-height: 80vh;
  border-radius: 300px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.play-video {
  z-index: 50;
  width: 100px;
  height: 100px;
  background-color: #ecf0f3;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-clip {
  width: 100%;
  height: 100%;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-section-component {
  height: 120vh;
  flex-direction: row;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: rgba(3, 6, 12, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  filter: saturate(200%) hue-rotate(187deg);
  object-fit: contain;
  background-color: rgba(6, 11, 24, .3);
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: scroll;
}

.background-video {
  width: 100vw;
  height: 100%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-wrapper-6 {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 300px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.background-cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-cover.body {
  background-color: #1cdff2;
  border: 3px #000;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.play-icon-image {
  z-index: 24;
  width: 15%;
  height: 12px;
  margin-left: 0;
  position: relative;
  bottom: 0;
  right: 0;
}

.video-content {
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
}

.flexcontainer {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card {
  z-index: 20;
  width: 90%;
  min-height: auto;
  object-fit: fill;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.card.yellow {
  max-width: 100%;
  background-color: #1d1b1c;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.card.white {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  display: flex;
}

.card.black {
  background-color: #1d1b1c;
  border-radius: 30px;
  align-items: center;
  display: flex;
}

.card.turtle {
  height: 80vh;
  min-height: 80px;
  background-color: #1cdff2;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.card.turtle.neo-box-out {
  width: auto;
  display: flex;
}

.card.neo-container-in {
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titlewrap {
  margin-bottom: 55px;
}

.news-label {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  order: -1;
  padding: 6px 13px 6px 12px;
  font-family: Inconsolata, monospace;
}

.news-label.dark {
  background-color: #1d1b1c;
}

.content {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 5%;
}

.content.whiteish {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff1f4;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.paragraph {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.paragraph.black {
  color: #000;
}

._2-col-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-3 Area-3"
  / 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-content {
  height: 100%;
  min-height: 540px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.p4 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.p4.light {
  color: #fff;
}

.link {
  color: #6b7485;
}

.link:hover {
  color: #1cdff2;
  font-weight: 700;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-link-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f1 {
  color: #3a4554;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.news-feed-sec {
  display: block;
}

.video-player {
  width: 80%;
  height: 80%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.about-us-section-component {
  display: block;
}

.about-us-section-component.card.white {
  background-color: rgba(0, 0, 0, 0);
}

.contact-us-box {
  width: 60vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.un-link {
  width: 100px;
  height: 100px;
  background-image: url('../images/clipart2743344.png');
  background-position: 0%;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sdg-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 99999;
  width: 80px;
  height: auto;
  color: #1cdff2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-back {
  z-index: 88888;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background-color: #1d1b1c;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 220px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-icon {
  z-index: 2147483647;
  width: 30vw;
  height: 10vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 5%;
}

.menu-bg {
  z-index: 8888;
  color: #000;
  background-color: #1d1b1c;
  margin-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-item {
  opacity: 1;
  color: #1cdff2;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.menu-item:hover {
  opacity: 1;
}

.menu-item.w--current {
  opacity: 1;
  font-family: Open Sans, sans-serif;
}

.logo-container {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 0;
  display: block;
}

.portfolio-logo-grid {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  filter: invert();
  background-color: #fff;
  border-radius: 0;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 60px 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.portfolio-logo {
  width: auto;
  height: 40px;
  max-height: 50px;
  max-width: none;
  margin-right: 0;
}

.portfolio-logo.large {
  height: 60px;
  max-height: 60px;
}

.portfolio-link {
  width: 230px;
  max-height: 90px;
  background-color: rgba(0, 0, 0, 0);
}

.termostat {
  width: auto;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.project {
  width: auto;
  height: 120%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
}

.icon {
  opacity: 0;
  filter: invert();
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-2 {
  opacity: 0;
  filter: invert();
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navlink {
  z-index: 1001;
  color: #000;
  padding: 15px 15px 15px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .3s;
}

.navlink:hover {
  color: #dba003;
}

.navlink.w--current {
  color: #1d1b1c;
  transition-property: none;
}

.navmenu {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.last-item {
  order: 1;
}

.nav-container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-component {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 60px;
  padding: 10px 3% 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #ecf0f3;
}

.h1 {
  color: #1d1b1c;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
}

.text-span {
  color: #fff;
}

.hero-contents {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide-nav-3 {
  height: 17%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.electric-tree {
  padding-left: 40px;
  padding-right: 40px;
}

.details {
  height: 55vh;
  max-width: 90%;
  background-color: #1cdff2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.project-content-1 {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-content-2 {
  display: flex;
}

.grid {
  grid-template-columns: .75fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.secondary-button.dark {
  max-width: 20rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  padding: 20px 15px;
  display: flex;
}

.secondary-button.light {
  max-width: 20rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  padding: 20px 15px;
  display: flex;
}

.body-wrapper {
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 0;
}

.headers {
  width: 50vw;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.paragraphs {
  width: 50vw;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons {
  width: 50vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 100px;
  display: flex;
}

.quick-style-guide-references {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arrow-up.white {
  filter: invert();
}

.text-span-2 {
  text-decoration: none;
}

.logo-typefont {
  display: block;
}

.logo-typefont.mobile {
  display: none;
}

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

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

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

.styleguide {
  background-color: #ecf0f3;
}

.logo-link {
  width: 100%;
  height: 200px;
  background-image: url('../images/Group-11.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 100px;
  padding: 10px;
}

.logo-link.w--current {
  width: 300px;
  height: 150px;
  background-image: url('../images/Group-11.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  align-self: center;
}

.loader__bar-wrapper {
  width: 20rem;
  height: 5px;
  background-color: rgba(240, 240, 240, .3);
  border: 1px #000;
  border-radius: 20px;
}

.loader__bar {
  width: 20rem;
  height: 2px;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  transform: scale3d(0, 1, 1)translate(0);
}

.loader__trigger, .image {
  display: none;
}

.venture-logos {
  width: 100%;
}

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

.div-block-2 {
  flex-direction: row;
  display: flex;
}

.text-container {
  max-width: 50%;
  padding-right: 0;
}

.cursor-wrapper {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-small {
  z-index: 10;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  position: absolute;
}

.cursor-small._2 {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-style: none;
}

.cursor {
  z-index: 5;
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cursor._2 {
  background-color: #379db1;
  border-style: none;
  border-radius: 100px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 100%;
  height: 35%;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 0%;
  align-self: flex-start;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member-name {
  align-self: flex-start;
  margin-bottom: 6px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

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

.div-block-3 {
  width: 70px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

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

.image-3 {
  width: 70px;
  height: 70px;
  max-width: 100%;
  flex: 0 auto;
  align-self: auto;
  padding: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  padding: 10px;
  display: none;
  position: absolute;
}

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

.nav-menu {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav---link-line {
  background-color: #1cdff2;
  transition: transform 1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu---bg {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav---link {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav---menu-open-text {
  color: #1d1b1c;
}

.nav---menu-close-text {
  color: #fff;
  font-size: .4rem;
  display: none;
}

.nav---menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav---items {
  position: relative;
}

.nav {
  height: 75.9896px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav---menu-inner {
  min-height: 100%;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 20vh 2rem 2rem 50vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav---link-text {
  color: #1cdff2;
  padding-top: .75em;
  padding-bottom: .75em;
  transition: transform 1s;
}

.nav---menu-button {
  width: 75.9896px;
  color: #ffca52;
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.nav---menu-button.w--open {
  color: #ffca52;
  background-color: rgba(0, 0, 0, 0);
}

.nav---address-text {
  color: #fff;
}

.nav---link-line-wrap {
  height: .0625rem;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav---link-line-wrap.x-top {
  top: 0;
  bottom: auto;
}

.nav---address {
  text-align: right;
  letter-spacing: .025em;
  text-transform: uppercase;
  padding-top: 1.5rem;
  font-size: .666rem;
  font-weight: 600;
  position: relative;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.image-6 {
  width: 40px;
  height: 40px;
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-5 {
  max-height: 50px;
  max-width: 50px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-card {
    padding: 36px;
  }

  .approach-section-component {
    display: block;
  }

  .steps-dot {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: rgba(28, 223, 242, .1);
    border: 1px solid rgba(29, 27, 28, .15);
  }

  .steps-dot:hover, .steps-dot:focus {
    background-color: #1cdff2;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-link, .tab-link.w--current {
    padding-right: 40px;
  }

  .t1 {
    text-transform: uppercase;
    order: 1;
    font-size: 18px;
  }

  .projects-section-component {
    display: block;
  }

  .tab-change_tab-menu {
    margin-right: 10px;
  }

  .radio-button-neo.size60 {
    order: -1;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .neo-box-out {
    display: none;
  }

  .logo {
    width: 50%;
  }

  .logo._2, .sphere-animation {
    display: block;
  }

  .p2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
  }

  .h2 {
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1;
  }

  .hero-logo {
    width: auto;
    max-height: 50px;
    max-width: none;
  }

  .about-us-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .about-us-animation, .circle-rotate {
    display: none;
  }

  .circle-text.pointer-events-none {
    font-size: 1rem;
  }

  .hero-section-component {
    padding-left: 40px;
    padding-right: 40px;
  }

  .p1 {
    letter-spacing: .1vw;
    font-size: 1em;
  }

  .wrapper-for-circle-text {
    display: none;
  }

  .about-us-conent {
    margin-left: 0;
  }

  .approach-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .h0 {
    font-size: 10em;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .approach-section-component {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    top: auto;
  }

  .steps-intro {
    justify-items: start;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .tab-change-content-wrap {
    flex-direction: column;
  }

  .button-tex-white.white {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .tab-change-tab-image {
    margin-right: 0;
  }

  .tab-link {
    width: 200%;
    height: 18%;
  }

  .tab-link.w--current {
    align-items: center;
    justify-items: start;
    padding: 30px 10px;
  }

  .t1 {
    width: auto;
    text-align: left;
    white-space: normal;
    align-self: center;
    font-size: 2vw;
  }

  .tab-change_description {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-change_description.max-width-small {
    flex-wrap: wrap;
    margin-left: 60px;
  }

  .tab-change_tab-content {
    right: 0;
  }

  .tab-change_tab-content.neo-container-in {
    width: auto;
  }

  .projects-section-component {
    height: auto;
    padding: 40px 20px;
  }

  .tab-change_tab-menu {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
    padding-right: 0;
    display: grid;
  }

  .tab-change-content {
    flex-direction: row;
  }

  .tab-change-style-tab {
    background-color: #ecf0f3;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .h3 {
    font-size: 2rem;
  }

  .team-slide-mask {
    width: 50%;
  }

  .team-content {
    padding-left: 0;
  }

  .team-section-component {
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    margin-left: 0;
    margin-right: 10px;
  }

  .team-slider {
    margin-right: 40px;
    padding-right: 20px;
  }

  .radio-button-neo.size60 {
    display: flex;
  }

  .video-cover {
    width: auto;
    min-height: 500px;
    justify-content: center;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .play-video {
    margin-left: 0;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .video-clip {
    justify-content: center;
  }

  .card.yellow {
    padding: 60px 20px;
  }

  .card.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.turtle {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.neo-container-in {
    display: none;
  }

  .content.whiteish {
    padding-bottom: 0;
  }

  ._2-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area-3 Area-3"
                         "Area-4 Area-4 Area-2 Area-2"
                         "Area-5 Area-5 Area-6 Area-6"
                         "Area-7 Area-7 Area-8 Area-8";
    display: block;
  }

  .footer-subscribe {
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .footer-link-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-us-section-component {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-links {
    margin-left: 140px;
  }

  .menu-icon {
    position: fixed;
    left: 0;
  }

  .menu-bg {
    display: block;
  }

  .logo-container {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .portfolio-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-logo {
    height: 4vw;
    max-height: 4vh;
    max-width: none;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .navmenu {
    background-color: #fff;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .last-item {
    order: 1;
    display: none;
  }

  .nav-container {
    height: 100px;
    display: none;
  }

  .details {
    height: auto;
    max-width: none;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .cursor-wrapper {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
    flex-direction: column;
    align-content: start;
    display: flex;
  }

  .team-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
    object-position: 0% 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-name {
    text-align: left;
    padding-left: 20px;
  }

  .nav---menu-inner {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 70%;
  }

  .circle-outer {
    width: 28.125rem;
    height: 28.125rem;
  }

  .p2 {
    font-size: .9rem;
    line-height: 26px;
  }

  .p2.italic {
    color: #1d1b1c;
  }

  .h2 {
    color: #1d1b1c;
    font-size: 30px;
    line-height: 1;
  }

  .hero-logo {
    max-width: none;
  }

  .about-us-container {
    padding-top: 10px;
    padding-bottom: 174px;
  }

  .primary-button {
    background-color: #1d1b1c;
    margin-top: 60px;
  }

  .primary-button.dark {
    background-color: #1d1b1c;
  }

  .circle-text.pointer-events-none {
    font-size: 2.8rem;
  }

  .hero-section-component {
    height: auto;
  }

  .p1 {
    color: #1d1b1c;
  }

  .approach-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .h0 {
    color: #1d1b1c;
  }

  .steps-grid {
    padding-left: 0;
  }

  .approach-section-component {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .tab-link {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }

  .tab-change_description {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-change_description.max-width-small {
    flex-direction: column;
    display: block;
  }

  .button {
    margin-top: 60px;
  }

  .body-grid-container {
    grid-template-rows: auto 20px auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-change-style-tab {
    margin-right: 0;
  }

  .team-arrow.neoboxout-2 {
    left: 15%;
  }

  .team-arrow.left.neoboxout-2 {
    margin-right: 0;
    display: none;
    left: 0%;
  }

  .h3 {
    color: #1d1b1c;
    font-size: 1.5em;
  }

  .team-slide-mask {
    width: 70%;
  }

  .p3 {
    color: #1d1b1c;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .card.black {
    background-color: #1d1b1c;
  }

  ._2-col-grid {
    grid-column-gap: 16px;
    grid-template: "Area Area Area Area"
                   "Area-3 Area-3 Area-3 Area-3"
                   "Area-4 Area-4 Area-4 Area-4"
                   "Area-2 Area-2 Area-2 Area-2"
                   / 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    color: #1d1b1c;
    margin-bottom: 10px;
    text-decoration: underline;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f1 {
    color: #1d1b1c;
    font-size: 10px;
    line-height: 20px;
  }

  .menu {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-back {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-icon {
    width: 100vw;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    display: block;
  }

  .menu-bg {
    display: block;
  }

  .menu-item, .menu-item.w--current {
    font-size: 48px;
  }

  .portfolio-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio-logo {
    max-height: 24px;
    margin-right: 8vw;
  }

  .slide-nav-3 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .nav---menu {
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .preloader.neobackground, .neo-box-out {
    display: none;
  }

  .logo {
    width: 110%;
    display: none;
  }

  .logo._2 {
    width: 60%;
    display: block;
  }

  .circle-outer {
    width: 21.875rem;
    height: 21.875rem;
  }

  .p2 {
    width: 100%;
  }

  .h2 {
    align-self: flex-start;
    padding-left: 10px;
    font-size: 30px;
    line-height: 1;
    display: block;
    overflow: visible;
  }

  .hero-logo {
    max-height: none;
    max-width: 50%;
    align-self: center;
    display: none;
  }

  .hero-logo.m {
    max-width: 30%;
    display: block;
  }

  .about-us-header {
    object-fit: cover;
    flex-flow: column wrap;
    align-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .about-us-container {
    width: auto;
    object-fit: contain;
    flex-direction: column;
    padding: 10px 20px 100px;
    display: block;
  }

  .primary-button {
    max-width: none;
    color: #1d1b1c;
    object-fit: scale-down;
    background-color: #000;
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .primary-button.light {
    border-style: solid;
    border-radius: 20px;
  }

  .circle-text.pointer-events-none {
    font-size: 2.25rem;
  }

  .hero-section-component {
    height: auto;
    background-color: #1cdff2;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p1 {
    width: auto;
    white-space: normal;
    object-fit: contain;
    overflow: visible;
  }

  .steps-tracker {
    display: none;
  }

  .approach-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    align-content: end;
    align-items: end;
    justify-items: center;
  }

  .steps-circle {
    display: none;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
  }

  .h0 {
    font-size: 6em;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .approach-section-component {
    display: block;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 0 24px;
  }

  .steps-intro {
    grid-row-gap: 24px;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .button-tex-white.white {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .tab-change-tab-image {
    width: 60%;
    max-width: none;
    align-self: center;
    margin-left: 0;
    display: none;
  }

  .tab-link {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link.w--current {
    width: 300px;
    height: 111.594px;
    max-height: none;
    color: #1cdff2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .t1 {
    width: 60%;
    white-space: normal;
    object-fit: contain;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2em;
    display: flex;
    overflow: visible;
  }

  .t1:hover {
    color: #1cdff2;
  }

  .tab-pane-environment-2 {
    object-fit: scale-down;
    flex: 0 auto;
  }

  .tab-change_description {
    width: auto;
  }

  .tab-change_description.max-width-small {
    width: 80%;
    max-width: none;
    object-fit: scale-down;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .button {
    max-width: none;
    margin-top: 20px;
  }

  .tab-change_tab-content.neo-container-in {
    width: 90vw;
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-section-component {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .tab-change_tab-menu {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .body-grid-container {
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: contain;
    grid-template-rows: .25fr 20px 1fr auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    align-content: center;
    justify-content: center;
    overflow: visible;
  }

  .tab-change-content {
    height: auto;
    clear: left;
    object-fit: contain;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .team-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .team-arrow.neoboxout-2 {
    margin-bottom: 0;
    margin-right: 20px;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .team-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .team-arrow.left.neoboxout-2 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .h3 {
    text-align: left;
    font-size: 1.5em;
    font-style: normal;
    line-height: 2;
    display: block;
  }

  .team-slide-mask {
    width: 90%;
  }

  .team-image._1 {
    width: 100%;
    background-position: 50% 0;
  }

  .team-image._4 {
    width: auto;
    object-fit: none;
    overflow: scroll;
  }

  .slide-arrow {
    width: 60px;
    height: 60px;
  }

  .p3 {
    width: auto;
    font-size: 1em;
  }

  .team-slider-wrapper {
    height: 150%;
    flex-direction: row;
    display: flex;
  }

  .slide {
    padding-right: 0;
    overflow: hidden;
  }

  .slide-content {
    padding-bottom: 6px;
    position: static;
  }

  .team-slider {
    height: 150%;
    background-color: #ecf0f3;
    flex-direction: row;
    display: block;
  }

  .video-cover {
    min-height: 350px;
  }

  .video-section-component {
    height: 80vh;
    background-color: #ecf0f3;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .overlay.light {
    height: 100%;
  }

  .card.yellow {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .card.white {
    width: 100%;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .card.turtle {
    width: 100%;
    border-bottom: 1px #000;
    border-radius: 30px;
    padding-bottom: 0;
  }

  .card.turtle.neo-box-out {
    box-shadow: none;
  }

  .content.whiteish {
    padding-top: 0;
  }

  .card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f1 {
    font-size: 11px;
  }

  .about-us-section-component {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-box {
    width: auto;
  }

  .menu {
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf0f3;
    border-bottom-left-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-right: 0;
    padding: 20px 10px;
    display: block;
  }

  .menu-back {
    height: 100vh;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .menu-icon {
    width: 24vw;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px 0;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-bg {
    margin-right: 0;
  }

  .menu-item, .menu-item.w--current {
    font-size: 1.5rem;
  }

  .portfolio-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-logo {
    height: 30px;
    max-height: none;
    max-width: none;
  }

  .portfolio-link {
    width: auto;
    height: auto;
    max-height: none;
  }

  .termostat {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

  .slider {
    height: auto;
    object-fit: scale-down;
    flex-direction: row;
    justify-content: flex-end;
    display: block;
    position: static;
  }

  .left-arrow {
    height: auto;
  }

  .right-arrow {
    height: auto;
    align-items: flex-end;
    display: none;
  }

  .navmenu {
    position: static;
  }

  .flex-divider {
    width: 50px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-container {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-component {
    height: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .slide-nav-3 {
    height: 50px;
    flex-direction: row;
    align-items: stretch;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 60px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .electric-tree {
    object-fit: scale-down;
  }

  .mask {
    width: auto;
    object-fit: scale-down;
    align-self: center;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: visible;
  }

  .tab-pane-fintech-tab {
    font-family: Open Sans, sans-serif;
  }

  .details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-content-1 {
    width: auto;
    padding-right: 20px;
  }

  .project-content-2 {
    justify-content: center;
    align-items: stretch;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .secondary-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px #000;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
  }

  .secondary-button.dark {
    width: 100%;
    border-style: solid;
    justify-content: center;
  }

  .secondary-button.light {
    border-style: solid;
    border-color: #fff;
    justify-content: center;
    align-self: stretch;
  }

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

  .logo-link {
    width: 200px;
    height: 100px;
    object-fit: scale-down;
  }

  .loader__bar-wrapper {
    display: none;
  }

  .venture-logos {
    padding-top: 10px;
  }

  .text-container, .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-member-image {
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    align-self: center;
  }

  .team-member-name {
    width: 100%;
    text-align: center;
    align-self: flex-start;
    padding-left: 0;
    font-size: 20px;
  }

  .div-block-3 {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .text-block {
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-4 {
    padding: 20px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    background-color: #fff;
    flex-flow: row;
    align-content: space-between;
    justify-content: flex-end;
    display: flex;
  }

  .nav---menu-button {
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-5 {
    justify-content: flex-start;
  }
}

#w-node-_6f78e31c-cddb-42af-7838-7cbcf749a7a1-e1a51aca {
  align-self: auto;
  justify-self: auto;
}

#w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde214f-e1a51aca {
  grid-area: Area;
  align-self: center;
  justify-self: end;
}

#w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde2150-e1a51aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde2151-e1a51aca {
  grid-area: Area-3;
}

#w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde2168-e1a51aca, #w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde216c-e1a51aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3d41f74-70da-1bf1-68f8-bd216266b53e-e1a51aca {
  align-self: start;
}

#w-node-c3d41f74-70da-1bf1-68f8-bd216266b541-e1a51aca {
  grid-area: Area-2;
}

#w-node-c3d41f74-70da-1bf1-68f8-bd216266b545-e1a51aca {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-c3d41f74-70da-1bf1-68f8-bd216266b54b-e1a51aca, #w-node-c3d41f74-70da-1bf1-68f8-bd216266b54c-e1a51aca {
  grid-area: Area;
  justify-self: center;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a40-e1a51aca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a41-e1a51aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a43-e1a51aca {
  order: -9999;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4c-e1a51aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4d-e1a51aca {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4f-e1a51aca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a56-e1a51aca {
  align-self: stretch;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a57-e1a51aca {
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a5a-e1a51aca {
  order: -9999;
  grid-area: Area-2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a5c-e1a51aca {
  grid-area: Area-3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a64-e1a51aca {
  align-self: stretch;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a65-e1a51aca {
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a66-e1a51aca {
  grid-area: Area-2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a6a-e1a51aca {
  grid-area: Area-3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a72-e1a51aca {
  align-self: stretch;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a73-e1a51aca {
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a74-e1a51aca {
  grid-area: Area-2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a7a-e1a51aca {
  grid-area: Area-3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a7c-e1a51aca, #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a81-e1a51aca {
  grid-area: Area-4;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a8b-e1a51aca {
  align-self: stretch;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a8c-e1a51aca {
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a8d-e1a51aca {
  grid-area: Area-2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a91-e1a51aca {
  grid-area: Area-3;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a9b-e1a51aca {
  align-self: stretch;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a9c-e1a51aca {
  align-self: start;
  justify-self: start;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a9f-e1a51aca {
  grid-area: Area-2;
}

#w-node-a6e72784-11e7-43f7-d8e8-6d4d87219aa1-e1a51aca {
  grid-area: Area-3;
}

#w-node-_61429070-1fdd-7285-df6b-09b15800ec04-e1a51aca {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_0910e63f-2984-a97a-78c3-e78666ebbb63-e1a51aca, #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb6e-e1a51aca, #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb78-e1a51aca, #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb82-e1a51aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be4592da-6d56-4c40-75f6-0fa40a5bded6-e1a51aca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be4592da-6d56-4c40-75f6-0fa40a5bded7-e1a51aca {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_070dd8e9-54c3-c8e1-318c-b038f37026d5-e1a51aca {
  grid-area: Area;
}

#w-node-_070dd8e9-54c3-c8e1-318c-b038f37026e4-e1a51aca {
  grid-area: Area-2;
}

#w-node-_070dd8e9-54c3-c8e1-318c-b038f37026f2-e1a51aca {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_070dd8e9-54c3-c8e1-318c-b038f3702700-e1a51aca {
  grid-area: Area-4;
}

#w-node-_054537f6-7008-bb8d-39ce-4606fb0c47ad-e1a51acd {
  grid-area: Area-2;
}

#w-node-_054537f6-7008-bb8d-39ce-4606fb0c47b5-e1a51acd, #w-node-_054537f6-7008-bb8d-39ce-4606fb0c47ba-e1a51acd {
  grid-area: Area-4;
}

#w-node-_9e32c45f-3b42-2580-87ef-53793bc913c7-e1a51acd {
  grid-area: Area;
}

#w-node-_9e32c45f-3b42-2580-87ef-53793bc913d6-e1a51acd {
  grid-area: Area-2;
}

#w-node-_9e32c45f-3b42-2580-87ef-53793bc913e4-e1a51acd {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_9e32c45f-3b42-2580-87ef-53793bc913f2-e1a51acd {
  grid-area: Area-4;
}

@media screen and (min-width: 1440px) {
  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a40-e1a51aca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a41-e1a51aca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb6e-e1a51aca, #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb78-e1a51aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a40-e1a51aca {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3d41f74-70da-1bf1-68f8-bd216266b541-e1a51aca {
    justify-self: start;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a40-e1a51aca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a41-e1a51aca {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4c-e1a51aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4d-e1a51aca {
    grid-row-end: 3;
  }

  #w-node-be4592da-6d56-4c40-75f6-0fa40a5bded7-e1a51aca {
    grid-column-start: 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a333db5-6ab1-b5e0-0fc3-e7f51fde2150-e1a51aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61429070-1fdd-7285-df6b-09b15800ec04-e1a51aca {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-be4592da-6d56-4c40-75f6-0fa40a5bded7-e1a51aca {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a41-e1a51aca {
    order: -9999;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a43-e1a51aca, #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a48-e1a51aca {
    justify-self: start;
  }

  #w-node-a6e72784-11e7-43f7-d8e8-6d4d87219a4f-e1a51aca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61429070-1fdd-7285-df6b-09b15800ec04-e1a51aca {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_0910e63f-2984-a97a-78c3-e78666ebbb78-e1a51aca {
    justify-self: start;
  }

  #w-node-be4592da-6d56-4c40-75f6-0fa40a5bded7-e1a51aca {
    grid-column-end: 2;
  }
}


