@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Pro 55 Roman";
  src: url('../fonts/neue-haas-grotesk-display-pro-55-roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Neue Haas 55";
  src: url('../fonts/NeueHaasGrotDispRound-55Roman-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas 25";
  src: url('../fonts/NeueHaasGrotDispRound-25XThin-Trial.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas 45";
  src: url('../fonts/NeueHaasGrotDispRound-45Light-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --white: white;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 100%;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasunicapro;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 90%;
}

.h2 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Neuehaasunicapro;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 106%;
  position: static;
}

.p-medium {
  color: #000;
  font-family: Neuehaasunicapro;
  font-size: .8em;
  font-weight: 500;
  line-height: 100%;
}

.p-medium.white {
  color: #fff;
  font-weight: 400;
}

.p-medium.white.gray {
  opacity: .5;
}

.p-normal {
  color: #000;
  padding-right: 1rem;
  font-family: Neuehaasunicapro;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
}

.p-normal.white {
  color: #fff;
}

.p-big {
  color: #000;
  font-family: Neuehaasunicapro;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 106%;
}

._100vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._100vh.gray {
  background-color: #000;
}

.invert-block {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.invert-block.hide {
  display: none;
}

.invert-block.edit {
  height: 4%;
}

.s1 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 7.1rem 1.1rem 1.1rem;
  display: flex;
  position: static;
}

.nav__links {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-top: 8.7rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  display: flex;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.nav__link-2 {
  align-items: flex-end;
  min-height: 4.8rem;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.s1__block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48.7rem;
  max-width: 48.7rem;
  display: flex;
}

.s1__block-line {
  flex-direction: column;
  align-items: center;
  width: 48.7rem;
  max-width: 48.7rem;
  margin-bottom: 1.1rem;
  display: flex;
}

.s1__line-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48.7rem;
  height: .5rem;
  margin-bottom: .47rem;
  display: flex;
  position: relative;
}

.s1__line-wrapper.small-line {
  width: 40%;
}

.menu {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.05rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu__logo-1 {
  width: 10.5729rem;
  min-width: 10.5729rem;
  margin-right: .8rem;
}

.menu__logo-2 {
  width: 9.0625rem;
}

.menu__item-1 {
  color: #000;
  cursor: default;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 7.9rem;
  padding-right: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu__rectangle-1 {
  background-color: #000;
  justify-content: flex-start;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 3.2rem;
  max-height: 3.2rem;
  margin-right: 1.1rem;
  display: flex;
  position: relative;
}

.menu__rectangle-1.white {
  background-color: #fff;
}

.menu__rectangle-2 {
  background-color: #000;
  width: 10%;
  min-width: 1.3rem;
  height: 3.2rem;
  max-height: 3.2rem;
  margin-right: 1.1rem;
  position: relative;
}

.menu__rectangle-2.white {
  background-color: #fff;
}

.menu-mob__block-2 {
  justify-content: flex-end;
  width: 65%;
  display: flex;
}

.menu__rectangle-3 {
  background-color: #000;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 3.2rem;
  max-height: 3.2rem;
  margin-right: 8rem;
  position: relative;
}

.menu__rectangle-3.white {
  background-color: #fff;
}

.menu-mob__block-1 {
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.menu__item-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu__item-3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 15.6rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.s2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 18.9rem;
  padding-right: 1.1rem;
  display: flex;
  position: relative;
}

.s2__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 48.7rem;
  padding-top: 9rem;
  display: flex;
}

.s2__text {
  margin-bottom: 5rem;
}

.collection-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  display: grid;
}

.collection-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.s2__photo {
  filter: grayscale();
  object-fit: cover;
  width: 6.5rem;
  min-width: 6.5rem;
  height: 6.5rem;
  min-height: 6.5rem;
  overflow: hidden;
}

.s3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 13.6563rem;
  padding-right: 1.1rem;
  display: flex;
  position: relative;
}

.s3__heading {
  margin-bottom: 7.3rem;
}

.s3__link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.s4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 26rem;
  padding-right: 1.1rem;
  display: flex;
  position: relative;
}

.s4__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5.3rem;
  display: flex;
}

.s4__heading {
  margin-bottom: 2.6rem;
}

.s4__block-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 10.1rem;
  display: flex;
}

.s4__link {
  color: #000;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.s4__image {
  width: 10.4167rem;
  position: absolute;
  inset: auto 1.1rem 1.1rem auto;
}

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

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2.1rem;
  display: flex;
  position: relative;
}

.footer-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.05rem 1.05rem .6rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.footer-block.hide {
  display: none;
}

.footer__block-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 46.3rem;
  margin-bottom: 2rem;
  padding-right: 1.1rem;
  display: flex;
}

.div-block-3 {
  z-index: 2;
  background-color: #afafaf;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.s4__team {
  width: 52%;
}

.s4__position {
  margin-top: .2rem;
}

.menu__rectangle-4 {
  background-color: #000;
  width: 0%;
  min-width: 1.3rem;
  height: 3.2rem;
  max-height: 3.2rem;
  margin-right: 1.1rem;
  position: relative;
}

.menu__rectangle-4.white {
  background-color: #fff;
}

.item-3-hover {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 6.7rem;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.item-2-hover {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 8.2rem;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.s1__text-mask {
  align-items: flex-start;
  height: 2.5rem;
  margin-bottom: -.3rem;
  display: flex;
  overflow: hidden;
}

.footer__links {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer__link {
  color: #000;
  width: 50%;
  margin-bottom: 1.25rem;
  text-decoration: none;
  position: relative;
}

.menu-mob {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.05rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.popup-menu {
  display: none;
}

.popup-block-1, .footer-block__mob {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.05rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.nav__link--1 {
  flex-direction: row;
  align-items: flex-end;
  min-height: 4.8rem;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.nav__link--1.w--current {
  min-height: 4.8rem;
}

.nav__link-3 {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: 4.8rem;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.nav__link-3.w--current {
  align-items: flex-end;
  display: flex;
}

.team__trigger, .jobs__trigger {
  background-color: #f5a4a4;
  width: 10px;
  position: absolute;
  inset: 100vh 0% 100vh auto;
}

.nav__trigger {
  width: 20px;
  position: absolute;
  inset: 100vh 0% 0% auto;
}

.nav__block-link--1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 4.8rem;
  min-height: 4.8rem;
  display: flex;
  overflow: hidden;
}

.nav__block-link-2, .nav__block-link-3 {
  align-items: flex-start;
  height: 4.8rem;
  min-height: 4.8rem;
  display: flex;
  overflow: hidden;
}

.nav__sticky-container {
  width: 40vw;
  position: absolute;
  inset: 0% auto -20rem 0%;
}

.s2__trigger {
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rectangle-mask {
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.s1__text-mob {
  display: none;
}

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

.collection-list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.s4__nam-investors {
  width: 52%;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 0;
  display: flex;
}

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

.collection-list-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-3 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 5.2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.s3__link-rectangle {
  background-color: #000;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.s3__link-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.trigger-hide-menu {
  height: 80vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-rectangle-1, .nav-rectangle-2, .nav-rectangle-3 {
  background-color: #000;
  width: 0;
  height: 4rem;
  margin-left: 1rem;
}

.team-trigger, .jobs-trigger, .investors-trigger {
  position: absolute;
  inset: 50vh 0% 50vh auto;
}

.s4__block-investor {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.invert-block-3 {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.invert-block-3.hide {
  display: none;
}

.s1__line {
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.line-trigger {
  width: 100%;
  height: 190%;
  position: absolute;
  inset: 0% 0% auto;
}

.link-rectangle {
  background-color: #000;
  justify-content: flex-start;
  width: 0;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-rectangle.white {
  background-color: #fff;
}

.div-block-4, .s2__block-logo {
  width: 6.5rem;
  height: 6.5rem;
  overflow: hidden;
}

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

.jobs-apply {
  text-decoration: none;
}

.jobs-location.h2 {
  margin-bottom: 90px;
  text-decoration: none;
}

.item-2-hover-copy {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 8.2rem;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.item-1-hover {
  justify-content: flex-start;
  align-items: center;
  width: 8.2rem;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.link {
  color: #757575;
  -webkit-text-stroke-color: #000;
  text-decoration: none;
}

.link-2, .link-3 {
  color: #757575;
  text-decoration: none;
}

.image-container {
  background-color: #000;
  max-width: 90rem;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.padding-6 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area"
                 "Area Area"
                 ". Area-2"
                 / 1fr 1fr 1fr;
}

.footer-link {
  color: #fff;
  letter-spacing: -.02em;
  mix-blend-mode: difference;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #443fde00;
}

.footer-column {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  display: block;
}

.container-regular {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
}

.foooter-right-column {
  color: #84889a;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.footer-section {
  background-color: #fff;
  border-top: 1px solid #ebebef;
  padding: 20px 3% 30px;
}

.social-icons-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 50px;
  margin-left: auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.footer-icons-social {
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.text-block-67 {
  color: #030407;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 10px;
  display: block;
}

.text-block-68 {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 18px;
  display: block;
}

.accordion-text-3 {
  color: #000;
  text-align: left;
  text-transform: none;
  width: 65%;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.arrow-div-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  padding-right: 30px;
  display: flex;
}

.accordion-principal-tab {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.block-principles {
  flex-flow: row;
  width: 100%;
  min-width: 1.3rem;
  max-width: 1200px;
  height: 73px;
  max-height: 3.2rem;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.accordion-item-principal {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-principal:hover {
  box-shadow: 4px 4px 25px #0003;
}

.values-section-title-2 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 20px;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.arrow-div.invert, .arrow-div.invert-mobile {
  padding-right: 0;
  display: block;
}

._w-block-principles {
  background-color: #fff;
  align-self: auto;
  width: 60%;
  max-width: 1200px;
}

.arrow-div-wrapper-sub {
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  padding-right: 15px;
  display: flex;
}

.accordion-section-2 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 7%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtab-button {
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.accordion-subpane {
  background-color: #0000;
  max-width: 1200px;
  overflow: hidden;
}

.accordion-pane-content-3 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 36px;
  display: flex;
}

._w-block-values {
  background-color: #fff;
  width: 2%;
  max-width: 1200px;
}

.block-values {
  flex-flow: row;
  width: 100%;
  min-width: 1.3rem;
  max-width: 1200px;
  height: 3.2rem;
  max-height: 3.2rem;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.text-block-70 {
  color: #fff;
  min-height: 35px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 36px;
}

.principles-title {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 25px;
  display: block;
}

.accordion-item-sub {
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.accordion-item-sub:hover {
  box-shadow: 4px 4px 25px #0003;
}

.div-block-176 {
  align-self: auto;
  width: 100%;
  max-width: 1060px;
  min-height: 30px;
  margin-bottom: 10px;
  display: block;
}

.div-block-181 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.accordion-header-2 {
  color: #fff;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: font-size .2s;
}

.accordion-header-subtab {
  color: #000;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: font-size .2s;
}

.arrrownoinvert {
  filter: invert();
}

.container {
  background-color: #000;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.cover-image {
  width: 100%;
}

.description-wrapper {
  margin-left: 40px;
}

.padding-right-5 {
  position: relative;
}

.margin-top-1-5 {
  margin-top: 1.5rem;
}

.fade-in-image {
  width: 50%;
}

.subhead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.subhead.color-secondary-dark {
  color: #fff;
  text-align: right;
  text-align: left;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5rem;
}

.subhead.hero-text {
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5rem;
}

.two-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: 1300px;
  padding-right: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.navigation-left {
  z-index: 1;
  background-color: #000;
  align-items: center;
  margin-right: -24px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.navigation-middle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 999;
  background-color: #000;
  border-bottom: 1px #ebebef;
  padding: 20px 3%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navigation-right {
  z-index: 1;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  inset: 24% 0% auto auto;
}

.nav-menu {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 37%;
}

.logo {
  z-index: 1;
  background-color: #000;
  width: 221px;
  max-width: 200%;
  margin-top: 8px;
  padding-right: 15px;
  position: relative;
  left: 369px;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.brand {
  z-index: 1;
  background-color: #000;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #443fde;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: #3935b6;
}

.button-primary:active {
  background-color: #28257e;
}

.nav-link {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  mix-blend-mode: difference;
  background-color: #000;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link.w--current {
  color: #443fde;
}

.logo-right {
  z-index: 1;
  background-color: #000;
  max-width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
  right: 361px;
}

.background-video {
  min-width: 962px;
  min-height: 614px;
  padding-right: 0;
}

.video-wrap {
  width: 50%;
}

.video-text-wrap {
  margin-left: 40px;
}

.div-block-182 {
  box-sizing: border-box;
  width: 205%;
}

.background-video-2 {
  z-index: 1;
  clear: none;
  position: relative;
}

.m-text-wrap {
  position: relative;
}

.body {
  background-color: var(--black);
}

.div-block-183 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: #00ff85;
}

.video-section {
  background-color: #000;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.video-columns-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-right: 0;
  display: flex;
}

.padding-video {
  max-width: 1200px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.mision-vision-section {
  background-color: #000;
  max-width: 90rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.padding-video-mision {
  max-width: 1300px;
  padding: 6rem 20px 6rem 40px;
}

.video-columns-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: 1300px;
  padding-right: 0;
  display: flex;
}

.mision-text-wrap {
  margin-left: 40px;
}

.video-wrap-m-desktop {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding-right: 0;
  display: flex;
}

.clouds-video {
  z-index: 1;
  clear: none;
  width: 75%;
  height: 195%;
  position: relative;
}

.div-block-184 {
  z-index: 1;
  float: right;
  background-color: #fff;
  width: 50px;
  height: 93px;
  margin-right: 10px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-184-h {
  z-index: 1;
  float: left;
  clear: none;
  background-color: #fff;
  width: 50px;
  height: 93px;
  margin-right: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.grid-4 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area-2 Area"
                       "Area-2 Area";
  padding-left: 60px;
}

.mision-vision-title {
  width: 100%;
  max-width: 1200px;
  height: 201px;
  margin-bottom: 0;
}

.mision-title {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.vision-title {
  flex-flow: row;
  width: 100%;
  min-width: 1.3rem;
  max-width: 1200px;
  height: 73px;
  max-height: 3.2rem;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.mission-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

._w-block-mision {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 15%;
  height: 71px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

._w-block-vision {
  background-color: #fff;
  align-self: center;
  width: 82px;
  max-width: 1200px;
  height: 68px;
}

.vision-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 20px;
  padding-right: 0;
  font-family: Neuehaasunicapro;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.vision-title-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.white-block-vision {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 41%;
  height: 71px;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
}

.mission-text-1 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  margin-top: 0;
  padding-right: 0;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.description-wrapper-2 {
  margin-top: -140px;
}

.padding-right-6 {
  padding-right: 0;
  position: relative;
}

.heading-2 {
  color: #fff;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 24px;
  line-height: 3rem;
}

.how-we-work {
  background-color: #000;
  max-width: 90rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.card-wrapper {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 384px;
  height: 230px;
  padding: 0 1.5rem 1rem;
}

.card-icon {
  display: inline-block;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.subhead-secondary {
  color: #fff;
  letter-spacing: .5px;
  font-family: "Neue Haas 45", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3rem;
}

.slide {
  border-radius: 2rem;
  width: 100%;
  margin-right: 1.5rem;
}

.slider-card {
  background-color: #0000;
  height: auto;
  padding-bottom: 9rem;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: #f5f5f7;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  transition: background-color .25s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #e8eaed;
}

.right-arrow._2 {
  background-color: #fff;
  margin-left: 0%;
  transition: background-color .25s;
  inset: auto 0% 0% auto;
}

.right-arrow._2:hover {
  background-color: #e8eaed;
}

.mask-card {
  width: 32%;
  overflow: visible;
}

.margin-top-3 {
  margin-top: 1rem;
}

.left-arrow {
  background-color: #f5f5f7;
  border-radius: 5rem;
  justify-content: center;
  align-items: stretch;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: .25rem;
  transition: background-color .25s;
  display: flex;
  inset: auto 4.5rem 0% auto;
}

.left-arrow:hover {
  background-color: #e8eaed;
}

.left-arrow._2 {
  background-color: #fff;
  margin-left: 0%;
  transition: background-color .25s;
  inset: auto 4.5rem 0% auto;
}

.left-arrow._2:hover {
  background-color: #e8eaed;
}

.padding-how-work {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.how-we-work-1 {
  width: 100%;
  max-width: 1030px;
  height: 300px;
  margin-bottom: 60px;
}

.how-we-work-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding-right: 37px;
  display: flex;
}

.margin-top-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  line-height: 100%;
  display: flex;
}

.margin-top-5 {
  width: 98%;
  margin-top: 1rem;
}

.margin-top-6 {
  margin-top: 1rem;
}

.margin-top-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.margin-top-8 {
  margin-top: 1rem;
}

.heading-3 {
  color: #fff;
  width: 90%;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.heading-4 {
  color: #fff;
  width: 90%;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

.heading-5 {
  color: #fff;
  width: 90%;
  margin-right: 20px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 23px;
}

.image-28 {
  text-align: left;
  order: 0;
}

.card-arrow {
  text-align: left;
  order: 0;
  width: 19px;
}

.how-title {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.we-title {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.work-title {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

._w-block-how {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 328px;
  margin-top: 10px;
  display: block;
}

.how-text {
  box-sizing: border-box;
  color: #000;
  text-align: right;
  object-fit: fill;
  padding-left: 82px;
  padding-right: 19px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.image-29 {
  width: 70px;
}

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

.div-block-186 {
  width: 750px;
  min-width: 0;
  max-width: none;
  margin-right: 0;
}

._w-block-we {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 328px;
  margin-top: 10px;
  display: block;
}

.b-block-text {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  position: absolute;
  right: 190px;
}

.we-text-1 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding: 20px 20px 20px 80px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.we-text {
  box-sizing: border-box;
  color: #000;
  object-fit: fill;
  padding-left: 161px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

._w-block-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 328px;
  margin-top: 10px;
  display: block;
}

.work-text {
  box-sizing: border-box;
  color: #000;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.video-wrap-m-mobile {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding-right: 0;
  display: none;
}

.video-wrapp-desktop {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding-right: 0;
  display: flex;
}

.clouds-video-desktop, .clouds-video-mobile {
  z-index: 1;
  clear: none;
  width: 75%;
  height: 195%;
  position: relative;
}

.values-and-principles {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: block;
}

.principles-title-1 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.values-title-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.value-text-1 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 486px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

._w-block-values-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 59px;
  min-height: 72px;
  margin-top: 0;
  display: block;
}

.principles-title-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

._w-block-principles-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 330px;
  min-height: 72px;
  margin-top: 0;
  display: block;
}

.principles-text-12 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.perks {
  background-color: #000;
  max-width: 90rem;
  margin: 0 auto 40px;
  padding-top: 60px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.padding-perks {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
}

.perks-title {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.bw-block-text {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: .5px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 500px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: static;
}

._w-block-perks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.perks-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.perks-1 {
  width: 100%;
  max-width: 900px;
  height: 100px;
  margin-bottom: 60px;
}

.perks-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.card-wrapper-2 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: .5rem;
  min-width: 248px;
  min-height: 230px;
  padding: 1rem;
}

.margin-top-9 {
  margin-top: 2rem;
  position: relative;
  top: 45px;
}

.margin-top-10 {
  margin-top: 1rem;
}

.subhead-secondary-2 {
  color: #48505b;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.perks-subtext {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 70%;
  max-width: 1200px;
  margin-right: 50px;
  padding: 20px 10px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-187 {
  box-sizing: border-box;
  background-color: #fff;
  order: 0;
  width: 18%;
  height: 72px;
}

.text-span {
  color: #fff;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-6 {
  clear: none;
  color: #fff;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}

.heading-7 {
  color: #fff;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-2 {
  color: #fff;
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-8 {
  color: #fff;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-3 {
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-9 {
  color: #fff;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-4 {
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.perks-cards-button {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-top: 30px;
  display: flex;
  position: static;
}

.button-perks {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.button-perks:hover {
  background-color: #00ff85;
}

.join-eigen {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 7%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.join-eigen-title {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: static;
}

.why-join {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.join-video-wrap {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.join-video-wrap:hover {
  box-shadow: 4px 4px 25px #0003;
}

._w-block-join {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  min-height: 49px;
  margin-top: 0;
  display: block;
}

.why-join-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 63%;
  padding-left: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.text-span-5 {
  font-family: "Neue Haas 75", Verdana, sans-serif;
}

.eigen-video {
  background-color: #0000;
  border-style: none;
  border-color: #000;
  max-width: 1200px;
  overflow: hidden;
}

.video {
  min-width: 900px;
}

.trusted-by {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -10px;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: static;
}

.trusted-by-wrap {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-by-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: -10px;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: static;
}

.trusted-by-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

._w-block-trusted {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 13%;
  min-height: 49px;
  margin-top: 0;
  display: block;
}

.trusted-by-text-1 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 10%;
  padding-left: 10px;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

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

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0, .page-padding.more {
  padding-top: 2em;
  padding-bottom: 2em;
}

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

.padding-vertical.padding-xxlarge {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.logo-slider-img {
  width: 174px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
  position: static;
}

.and-others {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.and-others-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

.logo_component-slider-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img-2 {
  width: 140px;
}

.logo_component-slider-desktop {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.logo_component-slider-mobile {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: none;
}

.logo-slider-img-3 {
  vertical-align: baseline;
  align-self: auto;
  width: 140px;
  padding-top: 41px;
}

.logo_component-slider-desktop-1 {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.section-logo-2 {
  display: block;
  overflow: hidden;
}

.join-us-wrap {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.join-us-title {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: static;
}

.join-us-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 31%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

._w-block-join-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 15%;
  min-height: 49px;
  margin-top: 0;
  margin-right: 10px;
  display: block;
}

.image-30 {
  width: 7%;
}

.image-31 {
  filter: grayscale();
}

.div-block-188 {
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #000, #000 15%, #6b6b6b00 32%, #6767670a 100%, #fff0), linear-gradient(#000, #000 23%, #5252524a 40%, #fff0 54%), url('../images/life-at-eigen-labs-4.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  background-clip: border-box;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  min-width: 1200px;
  min-height: 757px;
  margin-top: -180px;
  display: block;
}

.section {
  flex-flow: column;
  margin-top: 100px;
  display: block;
}

.image-32 {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-color: #a76868;
  background-image: repeating-linear-gradient(#000, #fff);
  width: 100%;
  max-width: none;
}

.div-block-189 {
  opacity: 1;
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(0deg, #000, #000000c4 8%, #fff0 15%), linear-gradient(#000 11%, #000000d1 22%, #fff0 51%), url('../images/life-at-eigen-labs-4.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  height: 550px;
  margin-top: -81px;
  display: flex;
}

.join-us-button {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.join-us-button:hover {
  background-color: #00ff85;
}

.div-block-190 {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  inset: 500px 0% 0%;
}

.join-us-button-desktop {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 14%;
  margin-bottom: 40px;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: static;
  top: -95px;
}

.join-us-button-desktop:hover {
  background-color: #00ff85;
}

.join-us-button-mobile {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.join-us-button-mobile:hover {
  background-color: #00ff85;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 180px;
}

.section-open-roles {
  flex-flow: column;
  margin-top: 0;
  padding-top: 100px;
  display: block;
}

.div-block-191 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.open-roles-title {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
  position: static;
}

.roles-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 24%;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

.roles-text-1 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 14%;
  max-width: 1200px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

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

.white-block-open-roles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 15%;
  min-height: 49px;
  margin-top: 0;
  margin-right: 10px;
  display: block;
}

.open-text {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  width: 20%;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

.before-footer {
  flex-flow: column;
  height: 650px;
  margin-top: 60px;
  display: flex;
}

.image-33 {
  opacity: .65;
  max-width: 102%;
  display: block;
}

.div-block-193 {
  background-image: url('../images/Footer-Image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  max-width: 1200px;
  height: 600px;
}

.div-block-image-bf {
  opacity: .66;
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#000 11%, #000000d1 22%, #fff0 51%), url('../images/Footer-Image-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 700px;
  margin-top: -200px;
  display: flex;
}

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

.image-34 {
  filter: invert();
}

.div-block-194 {
  z-index: 1;
  clear: none;
  order: -9999;
  align-self: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 140px;
}

.text-block-71 {
  color: #fff;
  font-family: "Neue Haas 45", Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 118%;
}

.column {
  align-self: flex-end;
  text-decoration: none;
}

.text-span-6 {
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-button-join {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-last {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 25px 60px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.button-last:hover {
  background-color: #00ff85;
}

.image-35 {
  max-width: none;
  display: block;
}

.navigation-right-1 {
  z-index: 1;
  background-color: #000;
  order: 0;
  align-items: center;
  padding-right: 270px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-right {
  max-width: none;
  display: block;
}

.link-block-6 {
  display: none;
}

.div-block-195 {
  background-color: #fff0;
  width: 62px;
  display: flex;
}

.div-block-196 {
  background-color: #fff;
  min-width: 17px;
  height: 50px;
  position: relative;
}

.div-block-197 {
  transition: box-shadow .725s;
  box-shadow: inset 10px 0 #fff;
}

.div-block-197:hover {
  box-shadow: inset 61px 0 #fff;
}

.mobile-nav {
  z-index: 9999;
  background-color: #0b0711;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-2 {
  width: 65px;
  margin-right: 15px;
}

.mobile-nav-menu {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-nav-text {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-nav-button {
  float: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-button.w--open {
  background-color: #593988;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav-icon {
  color: #fff;
}

.navbar-2, .menu-wrapper, .top, .middle, .bot {
  display: none;
}

.life-at {
  transition: box-shadow .725s;
  box-shadow: inset 10px 0 #fff;
}

.life-at:hover {
  box-shadow: inset 61px 0 #fff;
}

.why-eigen {
  transition: box-shadow .725s;
  box-shadow: inset 10px 0 #fff;
}

.why-eigen:hover {
  box-shadow: inset 61px 0 #fff;
}

.jobs {
  transition: box-shadow .725s;
  box-shadow: inset 10px 0 #fff;
}

.jobs:hover {
  box-shadow: inset 61px 0 #fff;
}

.why-eigen-desktop {
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 16px 0 #fff;
}

.why-eigen-desktop:hover {
  box-shadow: inset 123px 0 #fff;
}

.life-at-desktop {
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 16px 0 #fff;
}

.life-at-desktop:hover {
  box-shadow: inset 132px 0 #fff;
}

.jobs-desktop {
  width: 326px;
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 16px 0 #fff;
}

.jobs-desktop:hover {
  box-shadow: inset 82px 0 #fff;
}

.nav-link-1 {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  mix-blend-mode: difference;
  background-color: #000;
  align-items: center;
  padding: 0 22px 0 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link-1:lang(en) {
  color: #fff;
}

.nav-link-1.w--current {
  color: #443fde;
}

.nav-menu-desktop {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-items: center;
  max-width: 467px;
  padding-top: 9px;
  padding-right: 36px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 37%;
}

.mission-text-2 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.how-we-work-2 {
  width: 100%;
  max-width: 1200px;
  height: 300px;
  margin-bottom: 60px;
  display: none;
}

.div-block-how {
  max-width: 1200px;
  display: flex;
}

.div-block-how-1 {
  width: 0;
  min-width: 800px;
  max-width: none;
}

._w-block-how-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.how-title-1 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.we-title-1 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.b-block-text-1 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  position: absolute;
  right: 190px;
}

.we-text-2 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  max-width: 1200px;
  padding: 20px 20px 20px 80px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

._w-block-we-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.we-text-copy {
  box-sizing: border-box;
  color: #000;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 160px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.work-title-1 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.padding-how-work-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.how-text-1 {
  box-sizing: border-box;
  color: #000;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 81px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-how-copy {
  max-width: 1200px;
  display: flex;
}

.work-text-copy {
  box-sizing: border-box;
  color: #000;
  object-fit: fill;
  max-width: 1200px;
  padding-left: 23px;
  padding-right: 20px;
  font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

._w-block-work-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.arrrownoinvert-mobile {
  filter: invert();
}

.arrow-div-copy.invert, .arrow-div-copy.invert-mobile {
  padding-right: 0;
  display: block;
}

.image-arrow-desktop, .image-arrow-mobile {
  width: 25px;
}

.image-arrow-values {
  width: 19px;
}

.arrrownoinvert-values {
  filter: invert();
  width: 19px;
  display: inline-block;
}

.eigencloud-footer {
  justify-content: center;
  align-items: center;
  height: 21px;
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: inset 14px 0 #000;
}

.eigencloud-footer:hover {
  box-shadow: inset 130px 0 #000;
}

.whyeigen-footer {
  justify-content: center;
  align-items: center;
  height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: inset 14px 0 #000;
}

.whyeigen-footer:hover {
  box-shadow: inset 130px 0 #000;
}

.lifeat-footer {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 21px;
  margin-bottom: 10px;
  transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: inset 14px 0 #000;
}

.lifeat-footer:hover {
  box-shadow: inset 130px 0 #000;
}

.jobs-footer {
  justify-content: center;
  align-items: center;
  height: 21px;
  transition: box-shadow 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: inset 14px 0 #000;
}

.jobs-footer:hover {
  box-shadow: inset 130px 0 #000;
}

.code-embed-2 {
  filter: invert();
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-9-covered {
  margin-top: 2rem;
  position: relative;
  top: 45px;
}

.div-block-200 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.div-block-201 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-202 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  display: flex;
}

.div-block-203 {
  width: 100%;
  max-width: 1060px;
}

.div-block-204 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-205 {
  border-bottom: 0px none var(--white);
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.div-block-206 {
  width: 100%;
  max-width: 900px;
}

.div-block-207 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 42px;
  display: flex;
}

.text-span-7, .text-span-8 {
  font-family: "Neue Haas 55", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.code-embed-4 {
  filter: invert();
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  overflow: auto;
}

.div-block-208 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -100px;
}

.div-block-bar {
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 672px;
  display: block;
}

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

.div-block-209-up {
  border-top: 1px #c5bcbc;
  border-bottom: 0 #000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-bar-up {
  border-top: 0 #000;
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 672px;
  display: block;
}

.accordion-principal-open {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-pane-open {
  background-color: #0000;
  overflow: hidden;
}

.image-arrow-open {
  width: 19px;
}

.subtab-reversed {
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.accordion-subpane-reversed {
  background-color: #0000;
  max-width: 1200px;
  overflow: hidden;
}

.arrrownoinvert-rversed {
  filter: invert();
  width: 19px;
  display: inline-block;
}

.div-block-210 {
  align-self: auto;
  min-width: 150px;
  height: 50px;
}

.text-span-9 {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.accordion-subpane-b {
  background-color: #0000;
  max-width: 1200px;
  overflow: hidden;
}

.arrrownoinvert-values-c {
  filter: invert();
  width: 19px;
  display: inline-block;
}

.accordion-principal-tab-b, .accordion-principal-tab-c {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-211 {
  width: 1200px;
  max-width: 1200px;
  height: 700px;
  max-height: 800px;
}

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

.container-navigation-2 {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 307px;
  display: flex;
}

.div-block-213 {
  justify-content: flex-end;
  align-items: center;
  width: 1150px;
  padding-right: 40px;
  display: block;
}

.button-explore {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: "Neue Haas 75", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.button-explore:hover {
  background-color: #00ff85;
}

@media screen and (min-width: 1440px) {
  .image-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .padding-6 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .footer-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .footer-icons-social {
    width: 50px;
    margin-bottom: 20px;
  }

  .text-block-68 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 24px;
  }

  .accordion-text-3 {
    text-transform: none;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.2;
  }

  .accordion-item-principal {
    max-width: 1200px;
  }

  .accordion-section-2 {
    max-width: 1200px;
    min-height: 50vh;
    padding-bottom: 0%;
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block-70 {
    color: #fff;
    width: 1200px;
    max-width: 1200px;
    font-size: 36px;
    display: flex;
  }

  .div-block-176 {
    max-width: 1200px;
  }

  .accordion-header-2, .accordion-header-subtab {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 24px;
  }

  .subhead.color-secondary-dark {
    padding-right: 100px;
    font-size: 21px;
    font-weight: 300;
  }

  .subhead.hero-text {
    font-weight: 300;
  }

  .heading {
    font-size: 45px;
  }

  .navigation-left {
    width: auto;
    margin-left: 235px;
    position: relative;
    inset: 0% 0% auto 1%;
    overflow: hidden;
  }

  .navigation-middle {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    padding-right: 3%;
    display: block;
    overflow: hidden;
  }

  .navigation-right {
    width: 17%;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: 30%;
    inset: 0% 0% auto 38%;
  }

  .logo {
    width: 221px;
  }

  .container-navigation {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
  }

  .video-text-wrap {
    margin-left: 0;
  }

  .div-block-182 {
    width: 80%;
  }

  .video-section {
    overflow: hidden;
  }

  .video-columns-1 {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .padding-video {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .mision-vision-section {
    overflow: hidden;
  }

  .padding-video-mision {
    margin-left: 20px;
    padding-top: 7rem;
    padding-right: 0;
  }

  .mission-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
    font-weight: 400;
  }

  .mission-text-1 {
    font-family: Neuehaasunicapro;
    font-weight: 400;
  }

  .description-wrapper-2 {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .how-we-work {
    max-width: 1200px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .card-wrapper {
    width: 384px;
    padding-left: 1.5rem;
  }

  .subhead-secondary {
    letter-spacing: .3px;
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5rem;
  }

  .padding-how-work {
    margin-top: 220px;
  }

  .how-we-work-1 {
    max-width: 1200px;
  }

  .how-we-work-cards {
    max-width: 1200px;
    padding-right: 0;
  }

  .how-title {
    width: auto;
  }

  .we-title, .work-title {
    margin-top: -11px;
  }

  ._w-block-how {
    justify-content: flex-end;
    align-items: center;
    width: 325px;
    margin-top: 10px;
    display: block;
  }

  .how-text {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 1200px;
    margin-top: 0;
    padding-left: 89px;
    padding-right: 12px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
    display: block;
  }

  .image-29 {
    order: 0;
    width: 70px;
    max-width: none;
  }

  .div-block-185 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
  }

  .div-block-186 {
    width: 72%;
    min-width: 0;
  }

  ._w-block-we {
    width: 325px;
  }

  .we-text-1 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .we-text {
    padding-left: 161px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  ._w-block-work {
    width: 325px;
  }

  .work-text {
    padding-left: 24px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .clouds-video-desktop {
    width: 70%;
  }

  .value-text-1, .principles-text-12 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
    font-weight: 400;
  }

  .perks {
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .padding-perks {
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .perks-title {
    max-width: 1200px;
  }

  .perks-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
    font-weight: 400;
  }

  .perks-1 {
    height: auto;
  }

  .perks-cards {
    padding-left: 10px;
  }

  .card-wrapper-2 {
    min-width: 250px;
    min-height: 221px;
  }

  .perks-subtext {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

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

  .heading-7 {
    line-height: 24px;
  }

  .text-span-2 {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-8 {
    line-height: 24px;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .heading-9 {
    line-height: 24px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .perks-cards-button {
    max-width: 1090px;
    padding-right: 0;
  }

  .button-perks {
    font-size: 20px;
  }

  .join-eigen {
    min-height: 50vh;
    overflow: visible;
  }

  .join-eigen-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: flex;
  }

  ._w-block-join {
    width: 44%;
    min-width: auto;
    display: block;
  }

  .why-join-text {
    width: 48%;
    padding-left: 20px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
    overflow: hidden;
  }

  .video {
    min-width: 1200px;
  }

  .trusted-by-wrap {
    overflow: visible;
  }

  .trusted-by-text, .trusted-by-text-1 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .page-padding.s0, .page-padding.more {
    padding-top: 0;
  }

  .padding-vertical.padding-xxlarge {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-large {
    max-width: 1200px;
  }

  .section-logo {
    overflow: visible;
  }

  .and-others {
    padding-bottom: 10px;
  }

  .and-others-text {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .logo_component-slider-desktop-1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: auto;
    min-width: 900px;
    max-width: 1200px;
  }

  .section-logo-2 {
    overflow: visible;
  }

  .join-us-wrap {
    margin-top: 60px;
    overflow: visible;
  }

  .join-us-title {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
  }

  .join-us-text {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .image-30 {
    overflow: visible;
  }

  .section {
    margin-top: 0;
    overflow: hidden;
  }

  .div-block-190 {
    width: auto;
  }

  .section-2 {
    overflow: hidden;
  }

  .section-open-roles {
    margin-top: 0;
    margin-bottom: 100px;
    overflow: hidden;
  }

  .div-block-191 {
    flex-flow: column;
  }

  .open-roles-title {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 60px;
  }

  .roles-text {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .roles-text-1 {
    font-family: Neuehaasunicapro;
    font-weight: 400;
  }

  .open-text {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-weight: 400;
  }

  .before-footer {
    height: 615px;
    overflow: hidden;
  }

  .div-block-image-bf {
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 684px;
  }

  .columns {
    font-size: 51px;
  }

  .image-34 {
    overflow: visible;
  }

  .div-block-194 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-71 {
    font-size: 45px;
  }

  .div-block-button-join {
    width: 250px;
  }

  .image-35, .image-36 {
    max-width: none;
    display: block;
  }

  .navigation-right-1 {
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-right: 165px;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% auto -1%;
    overflow: hidden;
  }

  .image-right {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .why-eigen-desktop, .life-at-desktop {
    box-shadow: inset 16px 0 0 -2px #fff;
  }

  .jobs-desktop {
    width: auto;
    box-shadow: inset 16px 0 0 -2px #fff;
  }

  .nav-link-1:lang(en) {
    color: #fff;
  }

  .nav-menu-desktop {
    justify-content: center;
    align-items: center;
    width: 30%;
    padding-top: 13px;
    padding-right: 0;
    inset: 0% 0% auto 38%;
  }

  .mission-text-2 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
    font-weight: 400;
  }

  .we-text-2, .we-text-copy {
    font-family: Neuehaasunicapro;
    font-weight: 400;
  }

  .padding-how-work-1 {
    margin-top: 0;
    padding-left: 45px;
    padding-right: 50px;
  }

  .how-text-1, .work-text-copy {
    font-family: Neuehaasunicapro;
    font-weight: 400;
  }

  .eigencloud-footer, .whyeigen-footer {
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .lifeat-footer {
    width: auto;
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .jobs-footer {
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .code-embed-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    filter: invert();
    object-fit: fill;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: auto;
    max-width: none;
    overflow: scroll;
  }

  .margin-top-9-covered {
    margin-top: 2rem;
    top: 100px;
  }

  .div-block-200 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .div-block-202, .div-block-203 {
    max-width: 1200px;
  }

  .div-block-204 {
    filter: invert();
    border-top: 0 #000;
    border-bottom: 0 #000;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .div-block-205 {
    border-bottom: 1px none var(--white);
  }

  .text-span-7, .text-span-8 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .code-embed-3 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-left: 300px;
    margin-right: 300px;
    overflow: clip;
  }

  .section-3 {
    padding-top: 60px;
    overflow: hidden;
  }

  .section-4 {
    overflow: hidden;
  }

  .code-embed-4 {
    filter: invert();
    border-top: 1px #000;
    border-bottom: 1px #000;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .div-block-208 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: -100px;
  }

  .div-block-bar {
    border-bottom: 1px solid var(--white);
  }

  .div-block-209, .div-block-209-up {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-bar-up {
    border-bottom: 1px solid var(--white);
  }

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

  .container-navigation-2 {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .image-container {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .padding-6 {
    justify-content: center;
    align-items: center;
    max-width: 2050px;
    display: flex;
  }

  .footer-link {
    font-size: 16px;
    font-weight: 200;
  }

  .footer-icons-social {
    width: 60px;
    margin-bottom: 20px;
  }

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

  .accordion-text-3 {
    letter-spacing: .5px;
    text-transform: none;
  }

  .accordion-section-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-70 {
    font-size: 36px;
    font-weight: 700;
  }

  .accordion-header-2, .accordion-header-subtab {
    font-size: 24px;
  }

  .subhead.color-secondary-dark {
    padding-right: 100px;
    font-size: 19px;
    font-weight: 300;
  }

  .subhead.hero-text {
    font-size: 20px;
    font-weight: 300;
  }

  .heading {
    line-height: 53px;
  }

  .navigation-left {
    margin-left: 270px;
  }

  .navigation-middle {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

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

  .video-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-video {
    width: 100%;
    max-width: 1300px;
    padding-left: 0;
  }

  .mision-vision-section {
    width: 100%;
    max-width: 1300px;
    padding-left: 3rem;
    padding-right: 0;
  }

  .padding-video-mision {
    max-width: 1300px;
    padding-left: 60px;
  }

  .video-wrap-m-desktop {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
  }

  .mission-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .padding-right-6 {
    top: 100px;
  }

  .heading-2 {
    font-family: "Neue Haas 75", Verdana, sans-serif;
    font-size: 32px;
  }

  .how-we-work {
    width: 100%;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    width: 370px;
    height: 228px;
  }

  .subhead-secondary {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.5rem;
  }

  .padding-how-work {
    margin-top: 220px;
  }

  .how-we-work-cards {
    max-width: 1200px;
    padding-left: 60px;
  }

  .margin-top-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
  }

  .margin-top-5 {
    width: auto;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .heading-4 {
    text-transform: capitalize;
    font-size: 32px;
  }

  ._w-block-how {
    border: 1px #fff;
    border-left-style: solid;
    width: 325px;
    margin-top: 0;
  }

  .how-text {
    padding-left: 90px;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .div-block-185 {
    width: auto;
  }

  .div-block-186 {
    width: 800px;
    max-width: none;
    margin-right: 10px;
  }

  ._w-block-we {
    border-style: none none none solid;
    border-width: 1px;
    border-color: var(--white);
    width: 325px;
    margin-top: 10px;
  }

  .we-text-1 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .we-text {
    padding-left: 161px;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  ._w-block-work {
    border-left: 1px solid #fff;
    width: 325px;
  }

  .work-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .video-wrap-m-mobile, .video-wrapp-desktop {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .clouds-video-desktop {
    width: 80%;
    margin-right: 30px;
  }

  .value-text-1, .principles-text-12 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .perks {
    max-width: 1300px;
    padding-left: 0;
  }

  .padding-perks {
    margin-top: 100px;
    padding-left: 100px;
    padding-right: 40px;
  }

  .perks-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .perks-cards {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    max-width: 1200px;
  }

  .card-wrapper-2 {
    min-width: 265px;
  }

  .perks-subtext {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .heading-6 {
    font-size: 32px;
    position: static;
  }

  .heading-7, .heading-8, .heading-9 {
    font-size: 32px;
  }

  .perks-cards-button {
    max-width: 1130px;
  }

  .button-perks {
    font-size: 25px;
  }

  .join-eigen-title {
    width: 100%;
    max-width: none;
  }

  ._w-block-join {
    width: 53%;
    min-width: auto;
  }

  .why-join-text {
    width: 47%;
    max-width: none;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .trusted-by-text, .trusted-by-text-1 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .container-large {
    width: 100%;
    max-width: none;
  }

  .and-others-text {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .logo_component-slider-desktop-1 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .join-us-wrap {
    width: auto;
  }

  .join-us-text {
    width: 23%;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  ._w-block-join-us {
    width: 10%;
  }

  .image-30 {
    width: 5%;
  }

  .div-block-190 {
    width: auto;
  }

  .section-2 {
    margin-top: 0;
  }

  .section-open-roles {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .open-roles-title {
    width: 100%;
    max-width: 1200px;
  }

  .roles-text {
    width: 18%;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .roles-text-1 {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .white-block-open-roles {
    width: 14%;
  }

  .open-text {
    width: 15%;
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .div-block-image-bf {
    height: 720px;
  }

  .div-block-194 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-71 {
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 45px;
  }

  .text-span-6 {
    font-size: 45px;
  }

  .div-block-button-join {
    width: 235px;
  }

  .navigation-right-1 {
    margin-right: 130px;
  }

  .why-eigen-desktop, .life-at-desktop {
    box-shadow: inset 16px 0 0 -1px #fff;
  }

  .jobs-desktop {
    width: auto;
    box-shadow: inset 16px 0 0 -1px #fff;
  }

  .nav-link-1:lang(en) {
    color: #fff;
  }

  .nav-menu-desktop {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    max-width: none;
    padding-left: 180px;
    left: 0%;
  }

  .mission-text-2, .we-text-2, .we-text-copy {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .padding-how-work-1 {
    max-width: 1300px;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 5px;
  }

  .how-text-1, .work-text-copy {
    font-family: "Neue Haas Grotesk Pro 55 Roman", Verdana, sans-serif;
  }

  .image-arrow-values, .arrrownoinvert-values {
    width: 19px;
  }

  .eigencloud-footer {
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .eigencloud-footer:hover {
    box-shadow: inset 168px 0 #000;
  }

  .whyeigen-footer {
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .whyeigen-footer:hover {
    box-shadow: inset 168px 0 #000;
  }

  .lifeat-footer {
    width: 135px;
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .lifeat-footer:hover {
    box-shadow: inset 168px 0 #000;
  }

  .jobs-footer {
    justify-content: center;
    align-items: center;
    height: 21px;
    display: flex;
    box-shadow: inset 14px 0 0 -1px #000;
  }

  .code-embed-2 {
    filter: invert();
    max-width: 900px;
  }

  .margin-top-9-covered {
    margin-top: 2rem;
  }

  .div-block-200 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .div-block-204 {
    border-top-style: none;
    border-bottom-style: none;
    width: 100%;
  }

  .div-block-205 {
    border-bottom: 1px none var(--white);
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1200px;
    display: flex;
  }

  .div-block-206 {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .text-span-7, .text-span-8 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .code-embed-3 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

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

  .code-embed-4 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
  }

  .div-block-bar {
    border-bottom: 1px solid var(--white);
    justify-content: flex-start;
    align-items: stretch;
    max-width: 672px;
    display: block;
  }

  .div-block-209, .div-block-209-up {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-bar-up {
    border-bottom: 1px solid var(--white);
    justify-content: flex-start;
    align-items: stretch;
    max-width: 672px;
    display: block;
  }

  .image-arrow-open, .arrrownoinvert-rversed, .arrrownoinvert-values-c {
    width: 19px;
  }

  .div-block-212 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 5.2em;
  }

  .h2 {
    font-size: 5.1em;
    line-height: 116%;
  }

  .p-medium, .p-normal {
    color: #000;
    font-size: 3.6em;
  }

  .p-big {
    color: #000;
    font-size: 3.6em;
    line-height: 116%;
  }

  .invert-block {
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .s1 {
    height: 100vh;
    padding: 15.5rem 3.1rem 111rem;
  }

  .nav__links {
    justify-content: flex-end;
    align-items: flex-start;
    width: 30%;
    padding-top: 16.9rem;
    padding-bottom: 7.3rem;
  }

  .nav__link-2 {
    flex-direction: row;
    align-items: center;
    min-width: 14.3rem;
    margin-left: -2.8rem;
    padding-left: 0;
    display: flex;
    transform: rotate(90deg);
  }

  .s1__block, .s1__block-line {
    width: 100%;
    max-width: 100%;
  }

  .s1__line-wrapper {
    max-width: 100%;
    height: 1.53846rem;
    margin-bottom: 2rem;
  }

  .s1__text {
    padding-left: 5.2rem;
    display: none;
  }

  .menu {
    padding-top: 3.1rem;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
    display: none;
  }

  .menu__logo-1 {
    width: 16.1rem;
    min-width: auto;
    max-width: none;
    margin-right: 1.3rem;
  }

  .menu__logo-2 {
    width: 13.8462rem;
  }

  .menu__item-1 {
    padding-right: 8.4rem;
  }

  .menu__rectangle-1 {
    width: 3.3rem;
    min-width: 3.3rem;
    height: 4.9rem;
    max-height: 4.9rem;
    margin-right: 1.3rem;
  }

  .menu__rectangle-2 {
    min-width: 3.3rem;
    height: 4.9rem;
    max-height: 4.9rem;
  }

  .menu-mob__block-2 {
    width: auto;
  }

  .s2 {
    padding: 31.6rem 3.1rem 123rem 12.1rem;
  }

  .s2__block {
    width: 100%;
    padding-top: 15rem;
  }

  .s2__text {
    margin-bottom: 20.6rem;
  }

  .collection-list {
    grid-column-gap: 3.1rem;
    grid-row-gap: 3.1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .s2__photo {
    width: 16.5rem;
    min-width: 16.5rem;
    height: 16.5rem;
    min-height: 16.5rem;
  }

  .s3 {
    padding-bottom: 123rem;
    padding-left: 12.1rem;
    padding-right: 3.1rem;
  }

  .s3__heading {
    margin-bottom: 20rem;
  }

  .s4 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24.3rem;
    padding-left: 12.1rem;
    padding-right: 3.1rem;
  }

  .s4__block {
    margin-top: 20.5rem;
  }

  .s4__heading {
    margin-bottom: 5.6rem;
  }

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

  .s4__link {
    margin-bottom: 2.3rem;
  }

  .s4__links {
    margin-bottom: 0;
  }

  .s4__image {
    width: 100%;
    margin-top: 94.8rem;
    position: static;
  }

  .footer {
    align-items: flex-start;
    height: auto;
    padding-top: 12.8rem;
    padding-left: 12.1rem;
    padding-right: 3.1rem;
  }

  .footer-block {
    display: none;
  }

  .footer__block-links {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
  }

  .s4__team {
    width: 60%;
  }

  .s1__text-mask {
    height: 6.4rem;
    margin-bottom: -.7rem;
  }

  .s2__slw {
    width: 100%;
  }

  .footer__links {
    margin-bottom: 20.5rem;
  }

  .footer__link {
    width: 100%;
    margin-bottom: 6.2rem;
  }

  .menu-mob {
    padding-top: 3.1rem;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
    display: flex;
  }

  .burger-img {
    width: 5.3rem;
    height: 5.4rem;
    margin-left: 3.1rem;
  }

  .popup-menu {
    z-index: 99;
    opacity: 0;
    background-color: #000;
    justify-content: space-between;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .popup-menu.edit {
    opacity: 1;
    display: flex;
  }

  .popup-block-1 {
    margin-bottom: 6.7rem;
    padding: 3.1rem 0 0;
    display: flex;
    position: static;
  }

  .popup-menu__link {
    border-bottom: .8rem solid #2e2e2e;
    width: 100%;
    margin-top: 1.53846rem;
    padding-bottom: 1.5rem;
  }

  .text-bt {
    color: #fff;
    font-family: Neuehaasunicapro;
    font-size: 5.1em;
    font-weight: 500;
    line-height: 116%;
  }

  .popup-menu__links {
    width: 100%;
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .popup-menu__wrapper {
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .burger {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 5.3rem;
    height: 5.4rem;
    margin-left: 3.1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .burger-line {
    background-color: #afafaf;
    width: 100%;
    height: .8rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: #afafaf;
    width: 40%;
    height: .8rem;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(-70%);
  }

  .burger-line-1, .burger-line-2, .burger-line-4 {
    background-color: #afafaf;
    width: 100%;
    height: .8rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-block__mob {
    margin-bottom: 4.3rem;
    padding: 3.1rem 0 0;
    display: flex;
    position: static;
  }

  .popup__links {
    margin-bottom: 4.1rem;
  }

  .nav__link--1 {
    flex-direction: row;
    align-items: center;
    width: 15rem;
    min-width: 16.6rem;
    margin-left: -4.1rem;
    padding-left: 0;
    display: flex;
    transform: rotate(90deg);
  }

  .nav__link-3 {
    flex-direction: row;
    align-items: center;
    width: auto;
    min-width: 25.4rem;
    margin-left: -8.5rem;
    padding-left: 0;
    display: flex;
    transform: rotate(90deg);
  }

  .nav__link-3.w--current {
    align-items: center;
  }

  .nav__trigger {
    top: 200vh;
  }

  .nav__block-link--1 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 17.4rem;
    display: flex;
    overflow: visible;
  }

  .nav__block-link-2 {
    align-items: center;
    height: 0%;
    min-height: 20.3rem;
    display: flex;
    overflow: visible;
  }

  .nav__block-link-3 {
    align-items: center;
    height: 0%;
    min-height: 30rem;
    display: flex;
    overflow: visible;
  }

  .nav__sticky-container {
    bottom: 0;
  }

  .click-open-popup {
    width: 12rem;
    height: 12rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .click-close-popup {
    z-index: 2;
    width: 15rem;
    height: 12rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .s1__text-mob {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 7.8rem;
    display: flex;
  }

  .collection-list-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .s4__nam-investors {
    width: 60%;
  }

  .link-logo {
    width: 16.1538rem;
    margin-right: 1.3rem;
  }

  .trigger-hide-menu {
    height: auto;
    inset: 30vh 0% 0% auto;
  }

  .nav-rectangle-1 {
    width: 0;
    height: 4.6rem;
    margin-left: 1.5rem;
    display: flex;
  }

  .nav-rectangle-2, .nav-rectangle-3 {
    width: 0;
    height: 4.6rem;
    margin-left: 1.5rem;
    display: block;
  }

  .team-trigger {
    width: 10px;
    bottom: 100vh;
  }

  .jobs-trigger, .investors-trigger {
    width: 10px;
    top: 20vh;
    bottom: 80vh;
  }

  .invert-block-3 {
    height: 150vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .s2__block-logo {
    width: 16.5rem;
    height: 16.5rem;
  }

  .image-container {
    max-width: none;
    overflow: visible;
  }

  .padding-6 {
    overflow: visible;
  }

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

  .footer-link {
    color: #fff;
    -webkit-text-stroke-color: #fff0;
    mix-blend-mode: difference;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    transition-property: none;
  }

  .footer-link:hover {
    color: #fff;
    box-shadow: inset 0 2px 5px #0003;
  }

  .foooter-right-column {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .social-icons-wrap {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .footer-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1.75fr;
    margin-top: 20px;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal-text-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .text-block-67 {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    font-family: Inter, sans-serif;
    font-size: 16px;
    display: block;
  }

  .text-block-68 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 18px;
  }

  .accordion-text-3 {
    padding-left: 0;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
  }

  .arrow-div-wrapper-2 {
    padding-right: 20px;
  }

  .accordion-pane-2 {
    max-width: none;
  }

  .accordion-item-principal {
    border: 1px solid #fff;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .values-section-title-2 {
    font-size: 3.6em;
  }

  .accordion-section-2 {
    padding-top: 15%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .subtab-button, .accordion-subpane {
    max-width: none;
  }

  .accordion-pane-content-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .block-values {
    margin-bottom: 20px;
  }

  .text-block-70 {
    color: #fff;
    min-height: 25px;
    font-size: 30px;
  }

  .accordion-item-sub {
    border: 1px solid #fff;
    max-width: none;
    margin-bottom: 20px;
  }

  .accordion-header-2 {
    text-align: left;
    padding-left: 40px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 20px;
  }

  .accordion-header-subtab {
    text-align: left;
    padding-top: 5px;
    padding-left: 30px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 18px;
  }

  .container {
    max-width: none;
    overflow: visible;
  }

  .padding-right-5 {
    padding-right: 0;
  }

  .subhead.color-secondary-dark {
    font-weight: 300;
  }

  .two-columns {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 39px;
    line-height: 45px;
  }

  .navbar {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 25px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-182 {
    width: 700px;
  }

  .background-video-2 {
    min-width: 0%;
  }

  .m-text-wrap {
    padding-right: 0;
  }

  .button {
    font-size: 16px;
  }

  .video-section {
    max-width: none;
    overflow: visible;
  }

  .video-columns-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .padding-video {
    overflow: visible;
  }

  .mision-vision-section {
    max-width: none;
    padding-left: 3rem;
    overflow: visible;
  }

  .padding-video-mision {
    padding-top: 40px;
    overflow: visible;
  }

  .video-columns-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .video-wrap-m-desktop {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 500px;
  }

  .clouds-video {
    width: 57%;
    height: 134%;
    display: flex;
    transform: rotate(-90deg);
  }

  .grid-4 {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    padding-left: 0;
  }

  .mision-vision-title {
    height: 150px;
  }

  .mission-text {
    font-size: 3.6em;
  }

  ._w-block-mision {
    width: 60%;
    height: 38px;
    margin-top: 6px;
  }

  .vision-text {
    font-size: 3.6em;
  }

  .vision-title-1 {
    margin-bottom: 20px;
  }

  .white-block-vision {
    width: 80%;
    height: 40px;
    margin-top: 5px;
    margin-left: 0;
  }

  .mission-text-1 {
    font-size: 3.6em;
  }

  .description-wrapper-2 {
    margin-top: -144px;
  }

  .padding-right-6 {
    padding-right: 0;
  }

  .how-we-work {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .card-wrapper {
    width: 385px;
    height: 200px;
    padding-top: .125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subhead-secondary {
    letter-spacing: .5px;
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1rem;
  }

  .right-arrow {
    margin-left: 0%;
    inset: auto 0% 0% auto;
  }

  .mask-card {
    width: 50%;
  }

  .left-arrow {
    margin-left: 0%;
    inset: auto 4.5rem 0% auto;
  }

  .padding-how-work {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .how-we-work-1 {
    max-width: 685px;
    height: 150px;
    margin-bottom: 20px;
  }

  .how-we-work-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: 250px;
    padding-right: 0;
  }

  .margin-top-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .margin-top-5 {
    width: 100%;
  }

  .margin-top-7 {
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 0;
    display: flex;
  }

  .heading-3 {
    width: 90%;
    margin-top: 10px;
    font-size: 19px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-5 {
    width: 90%;
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .card-arrow {
    vertical-align: sub;
    width: 14px;
  }

  .how-title {
    justify-content: flex-start;
    align-items: center;
  }

  .we-title {
    width: 100%;
    margin-top: -9px;
    margin-bottom: 20px;
  }

  .work-title {
    margin-top: -26px;
    margin-bottom: 20px;
    position: static;
  }

  ._w-block-how {
    width: 28%;
    height: 50px;
    margin-top: 0;
  }

  .how-text {
    width: auto;
    padding-left: 55px;
    font-size: 3.6em;
  }

  .image-29 {
    width: 55px;
  }

  .div-block-185 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
  }

  .div-block-186 {
    width: 500px;
    min-width: 0;
  }

  ._w-block-we {
    width: 28%;
    height: 50px;
    margin-top: 6px;
  }

  .b-block-text {
    width: 56%;
    max-width: 400px;
    margin-top: 6px;
    right: 91px;
  }

  .we-text-1 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    position: static;
  }

  .we-text {
    padding-left: 95px;
    padding-right: 20px;
    font-size: 3.6em;
  }

  ._w-block-work {
    width: 28%;
    height: 50px;
    margin-top: 6px;
  }

  .work-text {
    padding-left: 25px;
    font-size: 3.6em;
  }

  .video-wrap-m-mobile {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .video-wrapp-desktop {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 500px;
    display: none;
  }

  .clouds-video-desktop {
    width: 57%;
    height: 134%;
    display: flex;
    transform: rotate(-90deg);
  }

  .clouds-video-mobile {
    justify-content: center;
    align-items: center;
    width: 123%;
    height: 74%;
    display: flex;
  }

  .values-and-principles {
    width: auto;
    min-width: 688px;
    max-width: none;
    margin-bottom: 10px;
  }

  .principles-title-1 {
    margin-top: -26px;
    margin-bottom: 20px;
  }

  .values-title-1 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .value-text-1 {
    padding-left: 25px;
    font-size: 3.6em;
  }

  ._w-block-values-1 {
    width: 10%;
    min-height: 40px;
    margin-top: 0;
  }

  .principles-title-2 {
    margin-top: -26px;
    margin-bottom: 20px;
  }

  ._w-block-principles-1 {
    width: 28%;
    min-height: 40px;
  }

  .principles-text-12 {
    padding-left: 25px;
    font-size: 3.6em;
  }

  .perks {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .padding-perks {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .perks-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .bw-block-text {
    width: 49%;
    margin-top: 6px;
    right: 91px;
  }

  ._w-block-perks {
    width: 28%;
    height: 50px;
    margin-top: 6px;
  }

  .perks-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3.6em;
  }

  .perks-1 {
    max-width: 1200px;
    height: 77px;
    margin-bottom: 20px;
  }

  .perks-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 490px;
  }

  .perks-subtext {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    position: static;
  }

  .div-block-187 {
    height: 39px;
  }

  .perks-cards-button {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin-top: 60px;
  }

  .button-perks {
    font-size: 16px;
  }

  .join-eigen {
    padding-top: 5%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .join-eigen-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: -26px;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .why-join {
    margin-bottom: 10px;
  }

  .join-video-wrap {
    border: 1px solid #fff;
    margin-bottom: 20px;
    margin-left: 0;
  }

  ._w-block-join {
    width: 36%;
    min-width: auto;
    min-height: 28px;
  }

  .why-join-text {
    width: 41%;
    max-width: none;
    padding-left: 25px;
    font-size: 33px;
    position: static;
    overflow: hidden;
  }

  .eigen-video {
    max-width: 700px;
  }

  .video {
    min-width: 700px;
  }

  .trusted-by {
    width: 100%;
    margin-top: -26px;
    margin-bottom: 40px;
  }

  .trusted-by-wrap {
    padding-top: 15%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .trusted-by-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 510px;
    margin-top: -26px;
    margin-bottom: 40px;
  }

  .trusted-by-text {
    padding-left: 25px;
    font-size: 33px;
    right: 27px;
  }

  ._w-block-trusted {
    width: 28%;
    min-height: 28px;
  }

  .trusted-by-text-1 {
    width: 13%;
    padding-left: 10px;
    font-size: 33px;
    right: 27px;
  }

  .page-padding.s0, .page-padding.more {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

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

  .container-large {
    max-width: 75rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .and-others {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -26px;
    margin-bottom: 40px;
  }

  .and-others-text {
    padding-left: 25px;
    font-size: 26px;
    right: 27px;
  }

  .logo_component-slider-2 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-2 {
    width: 130px;
    display: inline-block;
  }

  .logo_component-slider-desktop {
    grid-column-gap: 3rem;
    grid-row-gap: 5.2rem;
    width: 100%;
    display: flex;
  }

  .logo_component-slider-mobile {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-3 {
    width: 130px;
    display: inline-block;
  }

  .logo_component-slider-desktop-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .section-logo-2 {
    overflow: hidden;
  }

  .join-us-wrap {
    padding: 5% 6%;
  }

  .join-us-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .join-us-text {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    right: 27px;
  }

  ._w-block-join-us {
    width: 12%;
    min-height: 28px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-30 {
    width: 4%;
  }

  .div-block-188 {
    object-fit: fill;
    background-image: linear-gradient(0deg, #000, #000 21%, #6b6b6b00 36%, #6767670a 100%, #fff0), linear-gradient(#000, #000 27%, #5252524a 43%, #fff0 51%), url('../images/life-at-eigen-labs-4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, scroll;
    min-width: 700px;
    min-height: 688px;
    position: static;
  }

  .section {
    margin-top: 0;
  }

  .div-block-189 {
    background-image: linear-gradient(0deg, #000, #000000c4 8%, #fff0 15%), linear-gradient(#000 11%, #000000d1 22%, #fff0 51%), url('../images/life-at-eigen-labs-4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    margin-top: -120px;
  }

  .join-us-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-us-button-desktop {
    width: 20%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    position: relative;
    top: -140px;
  }

  .join-us-button-mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .div-block-191 {
    flex-flow: column;
    width: auto;
    max-width: 1200px;
    margin-bottom: 40px;
    display: flex;
  }

  .open-roles-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .roles-text {
    width: 14%;
    max-width: none;
    font-size: 33px;
    right: 27px;
  }

  .roles-text-1 {
    width: 24%;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 33px;
    right: 27px;
  }

  .white-block-open-roles {
    width: 15%;
    min-height: 28px;
  }

  .open-text {
    justify-content: center;
    align-items: center;
    width: 13%;
    max-width: none;
    font-size: 33px;
    display: block;
    right: 27px;
  }

  .div-block-image-bf {
    background-image: linear-gradient(#000 11%, #000000d1 22%, #fff0 51%), url('../images/Footer-Image-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 650px;
    margin-top: -120px;
  }

  .columns {
    flex-flow: row;
  }

  .div-block-194 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-71 {
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 40px;
    font-weight: 300;
  }

  .text-span-6 {
    font-size: 35px;
  }

  .button-last {
    padding: 20px;
    font-size: 16px;
  }

  .link-block-6 {
    display: none;
  }

  .mobile-nav {
    position: fixed;
  }

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

  .icon {
    filter: invert();
  }

  .brand-2 {
    float: right;
  }

  .menu-button {
    float: left;
  }

  .image-37 {
    padding-top: 20px;
  }

  .menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top {
    background-color: #fff;
    width: 24px;
    max-width: 24px;
    height: 2px;
    display: block;
  }

  .middle {
    background-color: #fff;
    width: 24px;
    max-width: 24px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
  }

  .bot {
    background-color: #fff;
    width: 24px;
    max-width: 24px;
    height: 2px;
    display: block;
  }

  .menu-btn {
    float: left;
    margin-top: 10px;
    padding: .5rem;
  }

  .menu-btn.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    margin-top: 30px;
    margin-left: 25px;
  }

  .life-at {
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: inset 17px 0 #fff;
  }

  .life-at:hover {
    box-shadow: inset 150px 0 #fff;
  }

  .why-eigen {
    box-shadow: inset 17px 0 #fff;
  }

  .why-eigen:hover {
    box-shadow: inset 140px 0 #fff;
  }

  .jobs {
    margin-bottom: 40px;
    box-shadow: inset 17px 0 #fff;
  }

  .jobs:hover {
    box-shadow: inset 100px 0 #fff;
  }

  .container-2 {
    max-width: 900px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .why-eigen-desktop {
    box-shadow: inset 17px 0 #fff;
  }

  .why-eigen-desktop:hover {
    box-shadow: inset 140px 0 #fff;
  }

  .life-at-desktop {
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: inset 17px 0 #fff;
  }

  .life-at-desktop:hover {
    box-shadow: inset 150px 0 #fff;
  }

  .jobs-desktop {
    margin-bottom: 40px;
    box-shadow: inset 17px 0 #fff;
  }

  .jobs-desktop:hover {
    box-shadow: inset 100px 0 #fff;
  }

  .nav-link-1 {
    margin-left: 0;
    padding-left: 25px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-menu-desktop {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .mission-text-2 {
    font-size: 3.6em;
  }

  .how-we-work-2 {
    height: 150px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-how-1 {
    min-width: 400px;
  }

  ._w-block-how-1 {
    width: 28%;
    height: 50px;
    margin-top: 0;
  }

  .we-title-1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .b-block-text-1 {
    width: 56%;
    margin-top: 6px;
    right: 91px;
  }

  .we-text-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    position: static;
  }

  ._w-block-we-1 {
    width: 28%;
    height: 50px;
    margin-top: 6px;
  }

  .we-text-copy {
    padding-left: 95px;
    padding-right: 20px;
    font-size: 3.6em;
  }

  .work-title-1 {
    margin-top: -26px;
    margin-bottom: 20px;
  }

  .padding-how-work-1 {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .how-text-1 {
    padding-left: 55px;
    font-size: 3.6em;
  }

  .work-text-copy {
    padding-left: 25px;
    font-size: 3.6em;
  }

  ._w-block-work-copy {
    width: 28%;
    height: 50px;
    margin-top: 6px;
  }

  .image-arrow-values, .arrrownoinvert-values {
    width: 17px;
  }

  .eigencloud-footer {
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 21px;
    transition: box-shadow 1s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    box-shadow: inset 14px 0 #000;
  }

  .eigencloud-footer:hover {
    box-shadow: inset 130px 0 #000;
  }

  .whyeigen-footer {
    justify-content: center;
    align-items: center;
    height: 21px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 14px 0 #000;
  }

  .whyeigen-footer:hover {
    box-shadow: inset 130px 0 #000;
  }

  .lifeat-footer {
    justify-content: center;
    align-items: center;
    height: 21px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 14px 0 #000;
  }

  .lifeat-footer:hover {
    box-shadow: inset 130px 0 #000;
  }

  .jobs-footer {
    justify-content: center;
    align-items: center;
    height: 21px;
    transition: box-shadow 1s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    box-shadow: inset 14px 0 #000;
  }

  .jobs-footer:hover {
    box-shadow: inset 130px 0 #000;
  }

  .code-embed-2 {
    z-index: 0;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    display: block;
    position: static;
  }

  .div-block-200 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 780px;
  }

  .div-block-205 {
    border-bottom-style: none;
  }

  .code-embed-4 {
    filter: invert();
    border-top: 1px #000;
    border-bottom: 1px #000;
  }

  .div-block-208 {
    justify-content: center;
    align-items: center;
    top: -50px;
  }

  .div-block-bar {
    max-width: 698px;
  }

  .div-block-209 {
    margin-left: 0;
  }

  .div-block-209-up {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-bar-up {
    max-width: 698px;
  }

  .accordion-pane-open {
    max-width: none;
  }

  .image-arrow-open {
    width: 17px;
  }

  .subtab-reversed, .accordion-subpane-reversed {
    max-width: none;
  }

  .arrrownoinvert-rversed {
    width: 17px;
  }

  .accordion-subpane-b {
    max-width: none;
  }

  .arrrownoinvert-values-c {
    width: 17px;
  }

  .div-block-211 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .div-block-213 {
    padding-right: 0;
  }

  .button-explore {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .image-container {
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-column {
    grid-row-gap: 6px;
  }

  .foooter-right-column {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-image: none;
    padding-bottom: 10px;
  }

  .social-icons-wrap {
    margin-top: 70px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
    margin-bottom: 60px;
  }

  .footer-left-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr;
  }

  .footer-legal-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-icons-social {
    margin-right: 10px;
  }

  .text-block-67 {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
  }

  .text-block-68 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
  }

  .accordion-text-3 {
    width: 84%;
    font-family: "Neue Haas 55", Verdana, sans-serif;
  }

  .accordion-principal-tab {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-item-principal {
    max-width: 750vw;
  }

  .subtab-button, .accordion-subpane {
    max-width: 600px;
  }

  .accordion-header-2 {
    line-height: 1.2;
  }

  .accordion-header-subtab {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    line-height: 1.2;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subhead {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .subhead.color-secondary-dark {
    font-size: 15px;
    line-height: 1.3rem;
  }

  .subhead.hero-text {
    font-size: 16px;
  }

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

  .nav-menu {
    background-color: #fff;
  }

  .div-block-182 {
    width: 500px;
  }

  .background-video-2 {
    height: 400px;
  }

  .video-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-video {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mision-vision-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-video-mision {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mision-vision-title {
    width: auto;
    max-width: 1200px;
  }

  .mision-title {
    justify-content: center;
    align-items: center;
    max-width: 400px;
  }

  .vision-title-1 {
    max-width: 400px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .how-we-work {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-wrapper {
    height: 252px;
    padding: 0 .8rem 1.5rem;
  }

  .subhead-secondary {
    font-size: 16px;
    line-height: 1.2rem;
  }

  .slider-card {
    padding-bottom: 6rem;
  }

  .mask-card {
    width: 100%;
  }

  .padding-how-work {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .how-we-work-1 {
    display: none;
  }

  .how-we-work-cards {
    flex-flow: column;
    height: 486px;
    margin-top: 40px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .values-and-principles {
    width: 100%;
    min-width: auto;
    max-width: 400px;
  }

  .values-title-1, .principles-title-2 {
    max-width: 400px;
  }

  ._w-block-principles-1 {
    width: 27%;
  }

  .principles-text-12 {
    max-width: none;
  }

  .perks {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-perks {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .perks-title {
    max-width: 440px;
  }

  .bw-block-text {
    justify-content: flex-end;
    align-items: center;
    width: 53%;
    margin-right: 0;
  }

  ._w-block-perks {
    width: 39%;
  }

  .perks-text {
    max-width: none;
  }

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

  .perks-cards {
    flex-flow: column;
    height: 1021px;
  }

  .card-wrapper-2 {
    min-height: 241px;
    padding: 1.5rem;
  }

  .perks-subtext {
    width: auto;
    max-width: none;
    margin-right: 0;
    font-size: 16px;
  }

  .div-block-187 {
    width: 20%;
    margin-left: 24px;
  }

  .join-video-wrap {
    max-width: 750vw;
  }

  ._w-block-join {
    width: 26%;
  }

  .why-join-text {
    width: 57%;
    padding-left: 0;
  }

  .video {
    -webkit-text-fill-color: inherit;
    background-color: #5d515100;
    background-clip: border-box;
    min-width: 500px;
  }

  .trusted-by-text {
    width: 43%;
    max-width: 200px;
  }

  ._w-block-trusted {
    width: 28%;
    max-width: 200px;
  }

  .page-padding.more {
    margin-top: 0;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider, .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-2 {
    width: 125px;
  }

  .logo_component-slider-desktop {
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .logo_component-slider-mobile {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-3 {
    width: 125px;
  }

  .logo_component-slider-desktop-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .join-us-text {
    width: 25%;
    max-width: 170px;
  }

  .image-30 {
    width: 6%;
  }

  .join-us-button-desktop {
    width: 25%;
  }

  .section-2 {
    margin-bottom: 100px;
  }

  .div-block-191 {
    justify-content: center;
    align-items: center;
    max-width: 800px;
  }

  .open-roles-title {
    max-width: 600px;
  }

  .roles-text {
    width: 22%;
  }

  .white-block-open-roles {
    width: 20%;
  }

  .open-text {
    width: 21%;
  }

  .before-footer {
    height: 354px;
  }

  .text-block-71 {
    font-size: 22px;
  }

  .text-span-6 {
    font-size: 20px;
  }

  .div-block-button-join {
    justify-content: center;
    align-items: center;
  }

  .link-block-6 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: 15px 24px auto auto;
  }

  .image-26 {
    position: static;
    inset: 10px 10px auto auto;
  }

  .mobile-nav {
    top: 30px;
  }

  .logo-2 {
    width: 45px;
  }

  .mobile-nav-text.w--current {
    color: #593988;
    display: block;
  }

  .nav-menu-desktop {
    background-color: #fff;
  }

  .how-we-work-2 {
    max-width: 400px;
    height: 179px;
    display: block;
  }

  ._w-block-how-1 {
    width: auto;
  }

  .how-title-1 {
    max-width: 550px;
    position: static;
  }

  .we-title-1 {
    justify-content: flex-end;
    align-items: center;
    max-width: 550px;
    margin-bottom: 10px;
  }

  .b-block-text-1 {
    width: auto;
    margin-right: 20px;
    position: static;
  }

  .we-text-2 {
    max-width: none;
    padding-left: 60px;
    font-size: 18px;
  }

  ._w-block-we-1 {
    width: auto;
  }

  .we-text-copy {
    color: #fff;
    background-color: #000;
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }

  .work-title-1 {
    max-width: 550px;
    margin-bottom: 10px;
  }

  .padding-how-work-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .how-text-1 {
    color: #fff;
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .image-arrow-mob {
    width: 51px;
  }

  .work-text-copy {
    color: var(--white);
    background-color: #000;
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-block-work-copy {
    width: auto;
  }

  .code-embed-2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-200 {
    max-width: 778px;
  }

  .div-block-201, .div-block-202, .div-block-203 {
    max-width: 400px;
  }

  .div-block-205 {
    max-width: 500px;
  }

  .div-block-bar, .div-block-bar-up {
    max-width: 550px;
  }

  .accordion-principal-open {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subtab-reversed, .accordion-subpane-reversed, .accordion-subpane-b {
    max-width: 600px;
  }

  .accordion-principal-tab-b, .accordion-principal-tab-c {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-211 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .invert-block {
    overflow: visible;
  }

  .collection-list {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .wrapper {
    overflow: visible;
  }

  .popup-menu {
    display: none;
    overflow: hidden;
  }

  .text-bt {
    overflow: visible;
  }

  .image-container {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-6 {
    padding-bottom: 0;
  }

  .grid-3 {
    grid-template: "."
    / 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .footer-link {
    color: #fff;
    mix-blend-mode: difference;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

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

  .foooter-right-column {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

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

  .social-icons-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .footer-icons-social {
    width: 35px;
    margin-right: 10px;
    padding-bottom: 20px;
  }

  .text-block-67 {
    text-align: left;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .text-block-68 {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 16px;
  }

  .accordion-text-3 {
    text-transform: none;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.3;
  }

  .arrow-div-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 15%;
    padding-right: 10px;
  }

  .accordion-principal-tab {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .accordion-pane-2 {
    max-width: none;
    overflow: hidden;
  }

  .accordion-item-principal {
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .values-section-title-2 {
    width: 80%;
    font-size: 2.7em;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div.invert, .arrow-div.invert-mobile {
    margin-right: 10px;
  }

  ._w-block-principles {
    width: 15%;
  }

  .arrow-div-wrapper-sub {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .accordion-section-2 {
    width: auto;
    padding-top: 0%;
  }

  .subtab-button {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-subpane {
    max-width: none;
  }

  .accordion-pane-content-3 {
    padding: 20px 10px 0;
  }

  ._w-block-values {
    width: 30%;
  }

  .block-values {
    margin-bottom: 10px;
  }

  .text-block-70 {
    min-height: 25px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .principles-title {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .accordion-item-sub {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-176 {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    min-width: 294px;
    max-width: 310px;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .accordion-header-2 {
    text-transform: capitalize;
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
  }

  .accordion-header-subtab {
    width: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 16px;
  }

  .arrrownoinvert {
    margin-right: 10px;
  }

  .subhead.color-secondary-dark {
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1rem;
  }

  .subhead.hero-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1rem;
  }

  .heading {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .navigation-left, .navigation-middle {
    display: none;
  }

  .button-primary {
    width: 100%;
  }

  .nav-link {
    font-size: 14px;
  }

  .video-text-wrap {
    margin-left: 0;
  }

  .div-block-182 {
    width: 300px;
  }

  .background-video-2 {
    height: 224px;
  }

  .m-text-wrap {
    position: static;
  }

  .button {
    font-size: 14px;
  }

  .padding-video-mision {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .video-wrap-m-desktop {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 270px;
    max-width: 400px;
    height: auto;
    min-height: 200px;
    max-height: 300px;
  }

  .clouds-video {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    max-width: 300px;
    height: auto;
    min-height: 270px;
    max-height: 350px;
    position: relative;
    overflow: hidden;
  }

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

  .mision-vision-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 115px;
    display: flex;
  }

  .mision-title {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
  }

  .mission-text {
    width: 70%;
    max-width: 400px;
    font-size: 48px;
  }

  ._w-block-mision {
    width: 48%;
    height: 37px;
    margin-top: 5px;
  }

  ._w-block-vision {
    width: 15%;
  }

  .vision-text {
    width: 80%;
    font-size: 2.7em;
  }

  .vision-title-1 {
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    margin-bottom: 10px;
  }

  .white-block-vision {
    width: 74%;
  }

  .mission-text-1 {
    width: 80%;
    font-size: 2.7em;
  }

  .description-wrapper-2 {
    margin-top: 0;
  }

  .padding-right-6 {
    position: static;
  }

  .heading-2 {
    margin-top: 20px;
    margin-bottom: -25px;
    font-size: 20px;
  }

  .card-wrapper {
    width: 300px;
    height: 222px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subhead-secondary {
    font-family: "Neue Haas 55", Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .right-arrow {
    margin-left: 60%;
  }

  .left-arrow {
    margin-left: 30%;
  }

  .how-we-work-1 {
    display: none;
  }

  .how-we-work-cards {
    flex-flow: column;
    height: 750px;
    margin-top: 0;
  }

  .margin-top-4 {
    margin-top: 1.5rem;
  }

  .margin-top-5 {
    width: 100%;
  }

  .margin-top-7 {
    margin-top: 1rem;
  }

  .heading-3 {
    text-transform: capitalize;
    font-size: 18px;
  }

  .heading-4 {
    text-transform: capitalize;
    font-size: 20px;
  }

  .card-arrow {
    width: 16px;
  }

  .how-title, .we-title, .work-title {
    margin-bottom: 10px;
  }

  ._w-block-how {
    width: 30%;
  }

  .how-text {
    width: 80%;
    font-size: 2.7em;
  }

  ._w-block-we, .b-block-text {
    width: 30%;
  }

  .we-text-1, .we-text {
    width: 80%;
    font-size: 2.7em;
  }

  ._w-block-work {
    width: 30%;
  }

  .work-text {
    width: 80%;
    font-size: 2.7em;
  }

  .video-wrap-m-mobile {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .video-wrapp-desktop {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 270px;
    max-width: 400px;
    height: auto;
    min-height: 200px;
    max-height: 300px;
  }

  .clouds-video-desktop {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 150px;
    max-width: 300px;
    height: auto;
    min-height: 270px;
    max-height: 350px;
    position: relative;
    overflow: hidden;
  }

  .clouds-video-mobile {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 200px;
    position: relative;
    overflow: hidden;
  }

  .values-and-principles {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .principles-title-1 {
    margin-bottom: 10px;
  }

  .values-title-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .value-text-1 {
    width: 77%;
    max-width: none;
    padding-left: 7px;
    padding-right: 0;
    font-size: 2.7em;
  }

  ._w-block-values-1 {
    justify-content: center;
    align-items: center;
    width: 39%;
    min-width: auto;
    max-width: none;
    min-height: 30px;
    display: block;
  }

  .principles-title-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  ._w-block-principles-1 {
    width: 26%;
    min-width: auto;
    min-height: 30px;
    display: flex;
  }

  .principles-text-12 {
    width: 100%;
    max-width: none;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7em;
  }

  .perks {
    margin-top: 20px;
    padding-top: 40px;
  }

  .perks-title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
  }

  .bw-block-text {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 1px;
  }

  ._w-block-perks {
    width: 42%;
    height: 35px;
  }

  .perks-text {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
    font-size: 34px;
    display: block;
  }

  .perks-1 {
    max-width: 280px;
    height: 39px;
    margin-bottom: 0;
    padding-left: 1px;
  }

  .perks-cards {
    flex-flow: column;
    height: 943px;
    padding-right: 0;
  }

  .card-wrapper-2 {
    border-radius: .5rem;
    min-height: 220px;
  }

  .margin-top-9 {
    top: 20px;
  }

  .perks-subtext {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    overflow: visible;
  }

  .div-block-187 {
    width: 15%;
    height: 30px;
  }

  .text-span {
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .heading-6 {
    font-family: "Neue Haas 75", Verdana, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-weight: 300;
  }

  .button-perks {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .join-eigen {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .join-eigen-title {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .join-video-wrap {
    max-width: 500px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._w-block-join {
    width: 14%;
    min-width: auto;
    min-height: 27px;
  }

  .why-join-text {
    justify-content: center;
    align-items: center;
    width: 72%;
    max-width: 250px;
    padding-left: 0;
    font-size: 25px;
    display: flex;
    position: static;
    right: 0;
  }

  .text-span-5 {
    margin-left: 5px;
  }

  .eigen-video {
    max-width: 500px;
  }

  .video {
    min-width: 320px;
    position: static;
  }

  .trusted-by {
    box-sizing: border-box;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 335px;
    margin-bottom: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .trusted-by-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .trusted-by-container {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 335px;
    margin-bottom: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .trusted-by-text {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    right: 0;
  }

  ._w-block-trusted {
    width: 35%;
    min-height: 27px;
  }

  .trusted-by-text-1 {
    width: 11%;
    padding-left: 10px;
    padding-right: 0;
    font-size: 26px;
    right: 0;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .page-padding.more {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .section-logo {
    max-height: 190px;
    margin-top: -33px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .and-others {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .and-others-text {
    justify-content: center;
    align-items: center;
    width: 42%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: flex;
    right: 0;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img-2 {
    width: 90px;
    max-width: 100%;
  }

  .logo_component-slider-desktop {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 500px;
    display: none;
    overflow: hidden;
  }

  .logo_component-slider-mobile {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    filter: none;
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    display: flex;
    overflow: visible;
  }

  .logo-slider-img-3 {
    width: 90px;
    max-width: 100%;
  }

  .logo_component-slider-desktop-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: none;
    overflow: hidden;
  }

  .join-us-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .join-us-title {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 335px;
    margin-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .join-us-text {
    width: 32%;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    right: 0;
  }

  ._w-block-join-us {
    width: 35%;
    min-height: 27px;
  }

  .image-30 {
    width: 12%;
  }

  .section {
    margin-top: 0;
    display: block;
  }

  .div-block-189 {
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 251px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .join-us-button {
    width: auto;
    height: 50px;
  }

  .div-block-190 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-right: 40px;
    top: 250px;
  }

  .join-us-button-desktop {
    width: auto;
    height: 50px;
    display: none;
  }

  .join-us-button-mobile {
    z-index: 3;
    width: auto;
    margin-bottom: -100px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    position: relative;
    top: -40px;
    left: 0;
  }

  .section-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-open-roles {
    margin-top: 100px;
    display: block;
  }

  .div-block-191 {
    flex-flow: column;
    width: auto;
    margin-bottom: 10px;
    display: flex;
  }

  .open-roles-title {
    box-sizing: border-box;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 335px;
    margin-bottom: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .roles-text {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    right: 0;
  }

  .roles-text-1 {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    right: 0;
  }

  .white-block-open-roles {
    width: 30%;
    min-height: 27px;
  }

  .open-text {
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    display: flex;
    right: 0;
  }

  .before-footer {
    height: 250px;
    margin-top: 60px;
    display: block;
  }

  .div-block-image-bf {
    background-size: auto, auto;
    justify-content: center;
    align-items: flex-end;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-34 {
    width: 201px;
    max-width: none;
    padding-left: 20px;
  }

  .div-block-194 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -300px;
  }

  .text-block-71 {
    text-align: center;
    margin-top: 10px;
    font-family: "Neue Haas 45", Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .text-span-6 {
    font-family: "Neue Haas 75", Verdana, sans-serif;
    font-size: 24px;
  }

  .div-block-button-join {
    justify-content: center;
    align-items: center;
  }

  .button-last {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .navigation-right-1 {
    display: none;
  }

  .link-block-6 {
    right: 20px;
  }

  .image-26 {
    width: 20px;
  }

  .mobile-nav-button {
    padding-top: 19px;
    padding-bottom: 15px;
  }

  .image-37 {
    padding-right: 10px;
  }

  .menu-btn {
    margin-left: 10px;
  }

  .nav-menu-2 {
    margin-left: 17px;
  }

  .life-at, .why-eigen {
    margin-left: 0;
  }

  .jobs {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .container-2, .why-eigen-desktop, .life-at-desktop {
    margin-left: 0;
  }

  .jobs-desktop {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .nav-link-1 {
    font-size: 14px;
  }

  .mission-text-2 {
    width: 25%;
    font-size: 48px;
  }

  .how-we-work-2 {
    max-width: 300px;
    margin-bottom: 0;
    display: block;
  }

  .div-block-how {
    max-width: 400px;
  }

  ._w-block-how-1 {
    background-color: #000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    display: flex;
  }

  .how-title-1 {
    width: auto;
    margin-top: -6px;
    margin-bottom: 0;
  }

  .we-title-1 {
    margin-top: -9px;
    margin-bottom: 0;
  }

  .b-block-text-1 {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    line-height: 100%;
  }

  .we-text-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
  }

  ._w-block-we-1 {
    background-color: #000;
    width: auto;
    margin-top: 0;
  }

  .we-text-copy {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7em;
    display: flex;
  }

  .work-title-1 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .padding-how-work-1 {
    padding-top: 1rem;
  }

  .how-text-1 {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7em;
    display: flex;
  }

  .div-block-how-copy {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }

  .image-arrow-mob {
    width: 30px;
  }

  .work-text-copy {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7em;
    display: flex;
  }

  ._w-block-work-copy {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
  }

  .div-block-198 {
    height: 14px;
  }

  .arrrownoinvert-mobile {
    margin-right: 10px;
  }

  .arrow-div-copy {
    margin-right: 0;
  }

  .arrow-div-copy.invert, .arrow-div-copy.invert-mobile {
    margin-right: 10px;
  }

  .image-38 {
    width: 20px;
  }

  .image-arrow-desktop, .image-arrow-mobile {
    width: 21px;
  }

  .image-arrow-values {
    width: 16px;
  }

  .arrrownoinvert-values {
    width: 16px;
    margin-right: 10px;
  }

  .div-block-199 {
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 12px 0 #000;
  }

  .div-block-199:hover {
    box-shadow: inset 122px 0 #000;
  }

  .eigencloud-footer {
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 12px 0 #000;
  }

  .eigencloud-footer:hover {
    box-shadow: inset 122px 0 #000;
  }

  .whyeigen-footer {
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 12px 0 #000;
  }

  .whyeigen-footer:hover {
    box-shadow: inset 122px 0 #000;
  }

  .lifeat-footer {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: box-shadow 1s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    box-shadow: inset 12px 0 #000;
  }

  .lifeat-footer:hover {
    box-shadow: inset 122px 0 #000;
  }

  .jobs-footer {
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: box-shadow 1s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    box-shadow: inset 12px 0 #000;
  }

  .jobs-footer:hover {
    box-shadow: inset 122px 0 #000;
  }

  .code-embed-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-top-9-covered {
    top: 20px;
  }

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

  .div-block-201 {
    max-width: 320px;
  }

  .div-block-202 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-205 {
    max-width: 300px;
  }

  .section-4 {
    padding-top: 40px;
  }

  .code-embed-4 {
    filter: invert();
    border-top: 1px #000;
    border-bottom: 1px #000;
  }

  .div-block-208 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    position: relative;
    top: -50px;
  }

  .div-block-bar {
    max-width: 300px;
  }

  .div-block-209, .div-block-209-up {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-bar-up {
    max-width: 300px;
  }

  .accordion-principal-open {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .accordion-pane-open {
    max-width: none;
    overflow: hidden;
  }

  .image-arrow-open {
    width: 16px;
  }

  .subtab-reversed {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-subpane-reversed {
    max-width: none;
  }

  .arrrownoinvert-rversed {
    width: 16px;
    margin-right: 10px;
  }

  .accordion-subpane-b {
    max-width: none;
  }

  .arrrownoinvert-values-c {
    width: 16px;
    margin-right: 10px;
  }

  .accordion-principal-tab-b, .accordion-principal-tab-c {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-211 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .button-explore {
    font-size: 14px;
  }
}

#w-node-f4ceb0bb-5433-bee4-dc41-ac7c0f13abe4-27682d16 {
  align-self: center;
}

#w-node-bb702dc9-ebf4-8018-f32d-cf6fbf367b18-27682d16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e964ee-240c-38f4-3a23-34b97d550d92-27682d16 {
  align-self: center;
}

#life-at-eigen.w-node-_8f31fbf0-d213-e565-9d81-7cb0e945fa9f-27682d16, #w-node-_8f31fbf0-d213-e565-9d81-7cb0e945faa0-27682d16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f31fbf0-d213-e565-9d81-7cb0e945faa1-27682d16 {
  grid-area: Area-2;
}

#w-node-_8f31fbf0-d213-e565-9d81-7cb0e945faa2-27682d16 {
  grid-area: Area;
}

#w-node-_860fd0fa-ff6b-92e6-ff27-fa701d064838-27682d16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19e361d3-b650-f7b9-b263-ec4a1b521b3d-1b521b2e {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_8f31fbf0-d213-e565-9d81-7cb0e945faa2-27682d16 {
    grid-area: Area;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-bb702dc9-ebf4-8018-f32d-cf6fbf367b18-27682d16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d87df9e-fbdc-0b35-cb7d-4394576bea86-27682d16, #w-node-_2c4d8430-e5a5-eb88-4150-7f29b9d336ec-27682d16, #w-node-_8f31fbf0-d213-e565-9d81-7cb0e945faa2-27682d16 {
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_19e361d3-b650-f7b9-b263-ec4a1b521b33-1b521b2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d87df9e-fbdc-0b35-cb7d-4394576bea86-27682d16, #w-node-_2c4d8430-e5a5-eb88-4150-7f29b9d336ec-27682d16 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk Pro 55 Roman';
  src: url('../fonts/neue-haas-grotesk-display-pro-55-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas 66';
  src: url('../fonts/NeueHaasGrotDispRound-66MediumItalic-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas 55';
  src: url('../fonts/NeueHaasGrotDispRound-55Roman-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas 25';
  src: url('../fonts/NeueHaasGrotDispRound-25XThin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas 45';
  src: url('../fonts/NeueHaasGrotDispRound-45Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas 75';
  src: url('../fonts/NeueHaasGrotDispRound-75Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}