:root {
  --black: black;
  --orange: #f56d47;
  --white: white;
  --blue: #1da2b4;
  --green: #57be52;
}

.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: #fff;
  background-color: #141414;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.color-e5e5e5 {
  color: #e5e5e5;
}

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

._0-75rem-spacer {
  height: .75rem;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.card {
  background-color: #292929;
  border: 1px #525252;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  height: 100%;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

._0-5rem-spacer {
  height: .5rem;
}

.footer-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #eaecf0;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.slider-slide {
  background-color: rgba(0, 0, 0, 0);
  height: 31.5rem;
  margin-right: 2rem;
}

._8rem-spacer {
  height: 8rem;
}

.split {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrap {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(20, 20, 20, .7);
  border-radius: .5rem;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._4rem-spacer {
  height: 4rem;
}

.hero-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._1-5rem-spacer {
  height: 1.5rem;
}

.subheading {
  color: #e5e5e5;
  font-size: 1.25rem;
}

.step-text {
  flex: 1;
}

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

.footer-link {
  font-weight: 500;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
}

.page-load-indicator-wrap {
  background-color: #292929;
  border-radius: 100vw;
  width: 25%;
  height: .5rem;
  overflow: hidden;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

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

.slider-arrow-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.slider-logo {
  width: 100%;
  height: auto;
}

.nav-left {
  width: 30%;
  display: block;
}

.cta-image {
  width: 71.25rem;
  height: 63.346rem;
  margin-top: -9.875rem;
  margin-left: -14.75rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.step-image {
  max-width: none;
}

.hero-img-wrap {
  flex: 1;
  align-items: center;
  height: 21rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.hero-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 39rem;
  display: flex;
}

._3rem-spacer {
  height: 3rem;
}

.step-heading {
  margin-bottom: .5rem;
  font-size: 4.5rem;
  font-weight: 500;
}

.footer-heading {
  color: #98a2b3;
  font-size: .875rem;
  font-weight: 500;
}

.slider-text-wrap {
  border: 1px solid #525252;
  border-radius: .5rem;
  width: 100%;
  padding: 2rem 1.5rem;
}

.main-wrapper.overflow-hidden {
  overflow: hidden;
}

.hero-card {
  max-width: none;
  height: 21rem;
  position: absolute;
  box-shadow: 0 17px 1.75rem .875rem rgba(0, 0, 0, .05);
}

.hero-card.is-two {
  z-index: 5;
  border-radius: 2rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-card.is-one {
  z-index: 4;
  margin-left: 4rem;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-card.is-three {
  z-index: 6;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-card.is-four {
  z-index: 3;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-card.is-five {
  z-index: 2;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._6rem-spacer {
  height: 6rem;
}

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

.cta-wrap {
  background-color: #292929;
  border: 1px #525252;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

._2rem-spacer {
  height: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._2-5rem-spacer {
  height: 2.5rem;
}

.section {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(rgba(20, 20, 20, .3), rgba(20, 20, 20, .3)), url('../images/exenest-website.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12.75rem;
  padding-bottom: 12rem;
  display: flex;
}

.list-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: #e5e5e5;
  flex-direction: column;
  margin-top: 2rem;
  padding-left: 1rem;
  display: flex;
}

.step-image-wrap {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 38rem;
  height: 32rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 997;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.slider-mask {
  max-width: 24rem;
  overflow: visible;
}

.hide {
  display: none;
}

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

.logo.footer-logo {
  margin-left: 0;
  position: static;
}

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

.footer-bottom {
  color: #d6d6d6;
  border-top: 1px solid #525252;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.125rem;
  padding-bottom: 3rem;
  display: flex;
}

.page-load {
  z-index: 998;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._1rem-spacer {
  height: 1rem;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-load-indicator {
  background-image: linear-gradient(to right, #e63e42, #1dd3fe 25%, #efa789 75%, #6e8bdc);
  border-radius: 200vw;
  width: 20%;
  height: 100%;
}

.text-size-medium {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.slider-arrow {
  cursor: pointer;
  border: .0625rem solid #525252;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  background-color: #292929;
}

.cta-image-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-colmn {
  flex: 1;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.nav-right {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.icon {
  border-radius: .625rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 4rem;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

._1-25rem-spacer {
  height: 1.25rem;
}

.split-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-wrap.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.div-block {
  flex: 1;
  align-items: flex-end;
  height: 40rem;
  padding-bottom: 13.375rem;
  display: flex;
}

.button {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button:hover {
  border-color: var(--white);
  color: #292929;
  background-color: #fff;
}

.button.is-large {
  border-radius: 3rem;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

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

.nav-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 500;
  display: flex;
}

.cta-image-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 31.5rem;
  margin-right: 2rem;
}

.logo_text {
  color: var(--white);
  text-transform: lowercase;
  font-size: 2.25rem;
  font-weight: 600;
}

.color-blue {
  color: var(--blue);
}

.color-orange {
  color: var(--orange);
}

.color-green {
  color: var(--green);
}

.mask_image {
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.team_title {
  color: var(--orange);
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
}

.position_title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.cta_title {
  color: var(--orange);
}

.mission_text {
  font-size: 1.5rem;
}

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

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

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

  .nav-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: none;
  }

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

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

  .nav-wrap {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(41, 41, 41, .7);
    border-radius: 1rem;
    padding-left: 1.5rem;
  }

  .page-load-indicator-wrap {
    width: 60%;
  }

  .button-group.is-navigation {
    border-top: .0625rem #9595a4;
    flex-direction: column-reverse;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }

  .nav-left {
    width: auto;
  }

  .cta-image {
    margin-top: -6.875rem;
    margin-left: -1.35rem;
  }

  .step-image {
    max-width: 100%;
  }

  .hero-img-wrap {
    margin-top: 14rem;
    transform: rotate(90deg);
  }

  .cta-wrap {
    height: auto;
  }

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

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-image-wrap {
    max-width: none;
  }

  .navbar {
    padding-top: 0;
  }

  .logo {
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .page-load {
    display: none;
  }

  .cta-text-wrap {
    width: 100%;
    padding-left: 0;
  }

  .nav-right {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .split-wrap.footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-middle {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 2rem;
    display: none;
  }

  .logo_text {
    font-size: 2rem;
  }

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

@media screen and (max-width: 767px) {
  ._3-grid {
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .cta-image {
    margin-top: -.875rem;
    margin-left: -20.05rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    margin-top: 8.4rem;
    transform: scale(.8)rotate(90deg);
  }

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

  .cta-wrap {
    flex-direction: column;
  }

  .navbar {
    padding-top: 0;
  }

  .heading-small {
    font-size: 1.5rem;
  }

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

  .cta-image-wrap {
    transform: scale(.7);
  }

  .cta-text-wrap {
    width: 100%;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .nav-middle {
    padding-left: 1rem;
  }

  .logo_text {
    font-size: 1.75rem;
  }

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

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .slider-slide {
    width: 100%;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-image {
    margin-top: -3.975rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    margin-top: 0;
    transform: scale(.7)rotate(90deg);
  }

  .cta-wrap {
    padding: 1.5rem;
  }

  .list-wrap {
    padding-left: 0;
  }

  .navbar {
    padding-top: 0;
  }

  .slider-mask {
    width: 100%;
    max-width: none;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .split-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .nav-middle {
    margin-bottom: 0;
  }

  .slider {
    width: 100%;
  }

  .cta_title {
    font-size: 3rem;
  }
}

#w-node-_6f8986f3-06dc-54c9-23ab-f4764634fb11-6014cc42, #w-node-_6f8986f3-06dc-54c9-23ab-f4764634fb1d-6014cc42, #w-node-_6f8986f3-06dc-54c9-23ab-f4764634fb27-6014cc42, #w-node-fbfba413-8829-d251-94ba-a9617f0fca97-6014cc42, #w-node-_8a47c579-7aa1-5857-0e63-3d1fba3d958d-6014cc42, #w-node-_11707d2d-b2cf-65a9-fa7e-7b691d2a2a6b-6014cc42, #w-node-_069b1a22-51de-9a5f-8900-d784a9503205-6014cc42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


