h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  font-size: 144px;
  line-height: 137px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  color: #2b2a35;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  color: #2b2a35;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 27px;
  line-height: 41px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999999999998;
  padding: 16px 10vw;
  background-color: #fff;
}

.nav.nav--purple {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4966f7),
    to(#7756fd)
  );
  background-image: linear-gradient(90deg, #4966f7, #7756fd);
}

.nav.hide {
  display: none;
}

.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vmax;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 23px;
  margin-top: -36px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav__logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
  margin-top: -35px;
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Eina, sans-serif;
  color: #959595;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav__link.w--current {
  margin-right: 0px;
  border-bottom: 4px solid #77bfcb;
  line-height: 28px;
  text-align: center;
}

.nav__logo-image {
  color: #2b2a35;
}

.nav__logo-image.nav__logo-image--white {
  color: #fff;
}

.nav__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button {
  padding: 12px 25px;
  border-radius: 4px;
  font-family: Eina, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.button.button--white-whitebg {
  border-style: solid;
  border-width: 0.5px;
  border-color: #f6f6f6;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
    0 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #334ac0;
}

.button.button--white-whitebg:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 2px 6px 0 rgba(0, 0, 0, 0.08),
    0 0 1px 0 rgba(0, 0, 0, 0.12);
}

.button.button--white-whitebg.button--space {
  margin-right: 12px;
}

.button.button--blue {
  background-color: #77bfcb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.button.button--blue:hover {
  background-color: #69d0cb;
}

.button.button--white-purplebg {
  border-style: solid;
  border-width: 0.5px;
  border-color: #f6f6f6;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
    0 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #334ac0;
}

.button.button--white-purplebg:hover {
  background-color: #f2f2f2;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
    0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.button.button--white-purplebg.button--space {
  margin-right: 12px;
}

.nav__link-div-jobs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav__link-div-jobs-counter {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  padding-top: 2px;
  border-radius: 20px;
  background-color: #334ac0;
}

.nav__link-div-jobs-counter.nav__link-div-jobs-counter--white {
  background-color: #fff;
}

.nav__link-jobs-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.nav__link-jobs-counter.nav__link-jobs-counter--black {
  color: #2b2a35;
}

.nav__link-div-learning {
  position: relative;
  height: 23px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.nav__link-div-learning.nav__link-div-learning--space {
  margin-right: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__link-div-learning-arrow {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #2b2a35;
}

.nav__link-div-learning-arrow.nav__link-div-learning-arrow--white {
  color: #fff;
}

.nav__link-learning {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Eina, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.nav__link-learning.nav__link--8pxspace {
  margin-right: 8px;
}

.nav__link-learning.nav__link--8pxspace.nav__link-learning--black {
  color: #959595;
}

.nav__link-learning.nav__link--8pxspace.nav__link-learning--white {
  color: #fff;
}

.nav__link-div {
  height: 23px;
  margin-right: 0px;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div.nav__link-div--black {
  color: #2b2a35;
}

.nav__link-div.nav__link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div.nav__link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div.nav__link-div--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
  border-bottom-color: #77bfcb;
  color: #77bfcb;
}

.nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
  display: none;
}

.nav__link-div.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--space.nav__link-div--white {
  color: #fff;
}

.nav__link-div.nav__link-div--space.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div.nav__link-div--space.nav__link-div--white.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav__link-div.nav__link-div--white {
  color: #fff;
}

.nav__link-div.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div.nav__link-div--white.w--current {
  border-bottom: 2px solid #334ac0;
}

.nav__link-div.nav__link-div--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--white.space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--white.space.w--current {
  border-bottom-color: #fff;
}

.nav__link-div.nav__link-div-jobs--white {
  color: #fff;
}

.nav__link-div.nav__link-div-jobs--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div.nav__link-div-jobs--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div-jobs--black {
  color: #2b2a35;
}

.nav__link-div.nav__link-div-jobs--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div.nav__link-div-jobs--black.nav__link-div--space {
  margin-right: 50px;
}

.nav-shadow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: 9995;
  height: 5em;
  background-color: transparent;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.08),
    0 0 1px 0 rgba(0, 0, 0, 0.08);
}

.nav__dropdown {
  position: absolute;
  left: -63px;
  z-index: 9999999;
  width: 200px;
}

.nav__dropdown.w--open {
  background-color: transparent;
}

.nav__dropdown-bg {
  width: 200px;
  height: 168px;
  border-radius: 10%;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
    0 0 1px 0 rgba(0, 0, 0, 0.04);
}

.nav__dropdown-wrapper {
  width: 200px;
  height: 174px;
}

.nav__dropdown-links-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 6px;
}

.nav__dropdown-arrow {
  height: 6px;
}

.nav__dropdown-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__dropdown-link-div {
  height: 21px;
  margin-right: 0px;
  text-decoration: none;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black {
  color: #2b2a35;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.nav__dropdown-link-div--space {
  margin-bottom: 12px;
}

.nav__dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Eina, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.nav__link-wrapper-learning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero__cta-heading {
  margin-bottom: 17px;
  color: #2b2a35;
  text-align: center;
}

.hero__cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__cta-inputwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero__cta-input {
  width: 226px;
  height: 46px;
  margin-bottom: 0px;
  padding: 14px 18px;
  border-style: solid none solid solid;
  border-width: 1px 0px 1px 1px;
  border-color: #dddfe5 #000 #dddfe5 #dddfe5;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Eina, sans-serif;
  color: rgba(84, 84, 101, 0.82);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.hero__cta-input:hover {
  border-top-color: rgba(43, 42, 53, 0.3);
  border-bottom-color: rgba(43, 42, 53, 0.3);
  border-left-color: rgba(43, 42, 53, 0.3);
}

.hero__cta-input:focus {
  border-top-color: #334ac0;
  border-bottom-color: #334ac0;
  border-left-color: #334ac0;
}

.hero__cta-button {
  height: 46px;
  padding: 15px 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #334ac0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.hero__cta-button:hover {
  background-color: #586ee0;
}

.hero__cta-disclaimer {
  font-family: Eina, sans-serif;
  color: rgba(84, 84, 101, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.hero__cta-disclamer-link {
  color: #586ee0;
  text-decoration: none;
}

.hero__cta-disclamer-link:hover {
  text-decoration: underline;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -15vh;
  padding: 0px 4vw 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__logos {
  margin-top: 150px;
  margin-bottom: 0px;
}

.intro__logos-heading {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.intro__logos-wrapper {
  height: 56px;
  margin-bottom: 60px;
  text-align: center;
}

.intro__logo {
  max-height: 75px;
}

.intro__logo.intro__logo--rmargin {
  max-height: 75px;
  margin-right: 40px;
}

.intro__logo.intro__logo--rmargin.wide-logo {
  max-width: 250px;
}

.intro__logo.wide-logo {
  max-width: 200px;
}

.intro__workflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__workflow-text {
  width: 50%;
}

.intro__workflow-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.intro__workflow-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.intro__workflow-paragraph.intro__workflow-paragraph--space {
  margin-bottom: 18px;
}

.decks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 67vh;
  padding-top: 154px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.decks__text {
  width: 526px;
  margin-bottom: 40px;
}

.decks__text-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.decks__text-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.decks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.decks__overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 116px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 96.5%, 0)),
    to(rgba(43, 42, 53, 0.2))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 96.5%, 0),
    rgba(43, 42, 53, 0.2)
  );
}

.decks__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decks__grid.decks__grid--margin {
  margin-right: 1vw;
}

.decks__image {
  width: 15.5vw;
  border-radius: 4px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.04),
    0 16px 24px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.decks__image.decks__image--margin {
  margin-bottom: 1.5vh;
}

.formatting {
  display: block;
  overflow: hidden;
  padding-top: 93px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formatting__text {
  position: relative;
  width: 525px;
  margin-right: 4vw;
  margin-left: -15px;
  padding-top: 66px;
  padding-bottom: 180px;
}

.formatting__lottie {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 75em;
  height: auto;
  margin-left: -24.8em;
}

.integrations {
  display: block;
  overflow: hidden;
  padding: 0px 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.integrations__text {
  width: 425px;
  padding-top: 186px;
}

.integrations__text-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.news__card-paragraph {
  color: #fff;
}

.integrations__lottie {
  width: 75em;
  margin: 0px 0vw -7px -20vw;
}

.sharing {
  display: block;
  overflow: hidden;
  padding-top: 113px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharing__text {
  width: 565px;
  margin-right: auto;
  margin-left: auto;
}

.sharing__text-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.sharing__text-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.sharing__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharing__image {
  width: 100%;
}

.sharing__hand {
  position: absolute;
  left: 14%;
  bottom: 0px;
  width: 22%;
}

.sharing__access {
  position: absolute;
  left: 0px;
  top: 25%;
  width: 30%;
}

.sharing__invite {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30%;
}

.sharing__plane-wrapper {
  position: absolute;
  top: -72px;
  right: 77px;
  width: 40%;
}

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

.sharing__plane-shadow {
  position: absolute;
  right: 57px;
  bottom: 123px;
  display: none;
}

.news {
  display: block;
  padding-top: 178px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #dddfe5;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.news__card.news__card--purple {
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(138deg, #4966f7, #7756fd);
}

.news__card-content {
  margin-bottom: 22px;
  -webkit-box-flex: 26em;
  -webkit-flex: 26em;
  -ms-flex: 26em;
  flex: 26em;
}

.news__card-content.news__card-content--height {
  -webkit-box-flex: 30em;
  -webkit-flex: 30em;
  -ms-flex: 30em;
  flex: 30em;
}

.news__card-heading {
  margin-bottom: 24px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 3em;
  line-height: 1em;
}

.news__card-heading:hover {
  color: #334ac0;
}

.news__card-heading.news__card-heading--white {
  color: #fff;
}

.news__card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 139px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.news__card-buttontext {
  margin-right: 8px;
  font-family: Eina, sans-serif;
  color: #334ac0;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.news__card-buttontext.news__card-buttontext--white {
  color: #f2f2f2;
}

.news__card-buttonarrow {
  color: #334ac0;
}

.news__card-buttonarrow.news__card-buttonarrow--white {
  color: #f2f2f2;
}

.testimonials {
  display: none;
  padding: 174px 4vw 103px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__heading {
  max-width: 80em;
  margin-right: auto;
  margin-bottom: 84px;
  margin-left: auto;
  text-align: center;
}

.testimonials__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.testimonials__card {
  margin: 1.5em;
  padding: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30em;
  -ms-flex: 0 30em;
  flex: 0 30em;
  border-style: solid;
  border-width: 1px;
  border-color: #dddfe5;
  border-radius: 6px;
  background-color: #fff;
}

.testimonials__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__card-blockquote {
  margin-bottom: 34px;
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.testimonials__card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__card-photo {
  width: 60px;
  margin-bottom: 15px;
  border-radius: 100%;
}

.testimonials__card-role {
  font-family: Eina, sans-serif;
  color: rgba(43, 42, 53, 0.5);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.cta {
  display: block;
  padding: 73px 10vw 118px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #77bfcb;
}

.cta__container {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.cta__heading {
  margin-bottom: 67px;
  color: #fff;
  text-align: center;
}

.cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.cta__input {
  width: 350px;
  height: 46px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
  font-family: Eina, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.cta__button {
  height: 46px;
  margin-bottom: 19px;
  padding: 15px 48px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Eina, sans-serif;
  color: #77bfcb;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.cta__button:hover {
  background-color: #f2f2f2;
}

.cta__disclaimer {
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.cta__disclamer-link {
  color: #fff;
  text-decoration: none;
}

.cta__disclamer-link:hover {
  text-decoration: underline;
}

.footer {
  display: block;
  padding-right: 10vw;
  padding-bottom: 60px;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #77bfcb;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 53px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer__credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__logo {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer__logo.w--current {
  width: auto;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.footer__logo-image {
  color: #2b2a35;
}

.footer__address {
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.footer__links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__heading {
  margin-bottom: 22px;
  color: #fff;
}

.footer__link {
  display: inline-block;
  margin-bottom: 4px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__sm-icon {
  color: #fff;
}

.footer__sm-icon:hover {
  color: #67aacb;
}

.footer__sm-link {
  margin-right: 13px;
}

.news__card-linkh {
  text-decoration: none;
}

.integrations__text-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  color: #2b2a35;
}

.integrations__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formatting__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-hero {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4966f7),
    to(#7756fd)
  );
  background-image: linear-gradient(90deg, #4966f7, #7756fd);
}

.about-hero__wrapper {
  width: 50em;
}

.about-hero__heading {
  margin-bottom: -0.2em;
  font-family: Markpro, sans-serif;
  color: #fff;
  font-size: 7em;
  line-height: 0.9em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -3px;
}

.about-hero__image {
  width: 30em;
  margin-bottom: 0em;
  margin-left: 100px;
}

.about-intro {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 103px 10vw 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, #fff),
    to(#f6f6f6)
  );
  background-image: linear-gradient(180deg, #fff 73%, #f6f6f6);
}

.about-intro__wrapper {
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
}

.about-intro__paragraph {
  font-family: Eina, sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

.about {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw 4vw 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__heading-wrapper {
  position: relative;
  z-index: 1;
  width: 60vw;
}

.about__heading {
  font-family: Markpro, sans-serif;
  color: #2b2a35;
  font-size: 5em;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
}

.about__confetti {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 664px;
}

.about__paragraph1-wrapper {
  max-width: 100em;
  margin-top: 125px;
  margin-bottom: 94px;
}

.about__paragraph1 {
  font-family: Eina, sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

.about__team {
  max-width: 100em;
}

.about__photos-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.about__photo-teammember {
  width: 100%;
}

.about__2photos-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about__paragraph2-wrapper {
  max-width: 100em;
  margin-top: 114px;
  margin-bottom: 94px;
}

.about__culture {
  display: -ms-grid;
  display: grid;
  max-width: 100em;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about__paragraph2 {
  font-family: Eina, sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

.about__culture-lottie {
  width: 100%;
}

.about__culture-office {
  width: 100%;
  background-image: url("../images/office1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.about__culture-photo {
  width: 100%;
}

.about__culture-party {
  width: 100%;
  background-image: url("../images/party.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.about__investors {
  margin-top: 84px;
}

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

.about__investors-container {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.about__investors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__investors-logo.about__investors-logo--50space {
  margin-bottom: 50px;
}

.about__investors-logo.about__investors-logo--34space {
  margin-bottom: 34px;
}

.about__investors-logo.about__investors-logo--27space {
  margin-bottom: 27px;
}

.about__investors-logo.about__investors-logo--19space {
  margin-bottom: 19px;
}

.about__investors-name {
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.about__investors-info {
  font-family: Eina, sans-serif;
  color: rgba(43, 42, 53, 0.5);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.about-numbers {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 74px 10vw 97px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(73%, #fff),
    to(#f6f6f6)
  );
  background-image: linear-gradient(180deg, #fff 73%, #f6f6f6);
}

.about-numbers__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-numbers__heading {
  margin-bottom: 60px;
  text-align: center;
}

.about-numbers__wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 53px;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 21px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-numbers__metric {
  font-family: Markpro, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.about-numbers__metric.about-numbers__metric--blue {
  color: #334ac0;
}

.about-numbers__metric-link {
  color: #334ac0;
  text-decoration: none;
}

.about-numbers__metric-link:hover {
  text-decoration: underline;
}

.about-numbers__metrich {
  font-family: Eina, sans-serif;
  color: rgba(43, 42, 53, 0.5);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.about-numbers__glassdoor {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-numbers__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b2a35;
  text-decoration: none;
}

.about-numbers__rating:hover {
  text-decoration: underline;
}

.about-numbers__stars-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-numbers__rating-link {
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.about-jobs {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 74px 10vw 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-jobs__mission {
  margin-bottom: 23px;
}

.about-jobs__mission-heading {
  margin-bottom: 45px;
  text-align: center;
}

.about-jobs__mission-paragraph {
  text-align: center;
}

.about-jobs__benefits {
  margin-bottom: 81px;
}

.about-jobs__benefits-heading {
  margin-bottom: 24px;
  text-align: center;
}

.about-jobs__benefits-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 86px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: #334ac0;
}

.about-jobs__benefit {
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.divider-800 {
  width: 100%;
  height: 1px;
  background-color: #dddfe5;
}

.about-jobs__positions.about-jobs__positions--86margin {
  margin-top: 86px;
}

.about-jobs__positions.about-jobs__positions--46margin {
  margin-top: 46px;
}

.about-jobs__positions-heading {
  margin-bottom: 22px;
  text-align: center;
}

.about-jobs__positions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 76px;
  padding: 20px 24px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddfe5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04),
    0 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.about-jobs__positions-wrapper:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 2px 6px 0 rgba(0, 0, 0, 0.08),
    0 0 1px 0 rgba(0, 0, 0, 0.12);
}

.about-jobs__positions-wrapper.about-jobs__positions-wrapper--space {
  margin-bottom: 20px;
}

.about-jobs__position-title {
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.about-jobs__position-location {
  font-family: Eina, sans-serif;
  color: rgba(43, 42, 53, 0.5);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
}

.blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hero__text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
}

.blog-hero__heading {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.blog-hero__heading:hover {
  color: #334ac0;
}

.blog-hero__paragraph {
  margin-bottom: 38px;
}

.blog-hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 164px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.blog-hero__cta-text {
  margin-right: 8px;
  font-family: Eina, sans-serif;
  color: #334ac0;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.blog-hero__cta-arrow {
  color: #334ac0;
}

.blog-hero__image {
  border-radius: 6px;
}

.blog-hero__image.blog-hero__image--onlymobile {
  display: none;
}

.blog-recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-recent__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

.blog-recent__wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}

.blog-recent__image {
  border-radius: 6px;
}

.blog-recent__heading {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.7em;
  line-height: 1.7em;
}

.blog-recent__heading:hover {
  color: #334ac0;
}

.blog-recent__paragraph {
  font-size: 1.2em;
  line-height: 1.9em;
}

.newsletter-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-cta__container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  border-radius: 6px;
  background-image: linear-gradient(45deg, #4966f7, #7756fd);
  opacity: 0;
  -webkit-transform: translate(0px, 120px);
  -ms-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
}

.newsletter-cta__heading {
  margin-bottom: 12px;
  color: #fff;
}

.newsletter-cta__paragraph {
  margin-bottom: 11px;
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.newsletter-cta__link {
  color: #f2f2f2;
  font-weight: 700;
  text-decoration: none;
}

.newsletter-cta__link:hover {
  color: #fff;
}

.newsletter-cta__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsletter-cta__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.newsletter-cta__input {
  width: 226px;
  height: 46px;
  margin-bottom: 0px;
  padding: 14px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px 0px 0px 4px;
  background-color: transparent;
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.newsletter-cta__button {
  height: 46px;
  padding: 15px 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Eina, sans-serif;
  color: #334ac0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.newsletter-cta__button:hover {
  background-color: #f2f2f2;
}

.newsletter-cta__disclaimer {
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.newsletter-cta__disclamer-link {
  color: #fff;
  text-decoration: none;
}

.newsletter-cta__disclamer-link:hover {
  text-decoration: underline;
}

.newsletter-cta__image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
  width: 360px;
}

.blog-essential {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
  margin-bottom: 111px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-essential__container {
  width: 100%;
}

.blog-essential__heading {
  margin-bottom: 8px;
}

.divider-1184 {
  height: 1px;
  background-color: #dddfe5;
}

.blog-essential__wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-essential__article {
  width: auto;
  opacity: 0;
  -webkit-transform: translate(0px, 170px);
  -ms-transform: translate(0px, 170px);
  transform: translate(0px, 170px);
  text-decoration: none;
}

.blog-essential__article-nr {
  margin-bottom: 20px;
  font-family: Markpro, sans-serif;
  color: #dddfe5;
  font-size: 64px;
  line-height: 60px;
  font-weight: 900;
  text-decoration: none;
}

.blog-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-articles__container {
  width: 100%;
}

.blog-articles__heading {
  margin-bottom: 8px;
}

.blog-articles__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.blog-articles__article {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.blog-articles__image1 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/smallheader_ramsrefresh.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image1:hover {
  opacity: 0.8;
}

.blog-articles__article-heading {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.7em;
  line-height: 1.7em;
  letter-spacing: -0.5px;
}

.blog-articles__article-heading:hover {
  color: #334ac0;
}

.blog-articles__paragraph {
  font-size: 1.2em;
  line-height: 1.9em;
}

.blog-articles__image2 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/cover-thumbnail-420x300.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image2:hover {
  opacity: 0.8;
}

.blog-articles__image3 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/supercast_thumbnail.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image3:hover {
  opacity: 0.8;
}

.blog-articles__image4 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/kevinspost_coverthumbnail.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image4:hover {
  opacity: 0.8;
}

.blog-articles__image5 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/remote_cover.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image5:hover {
  opacity: 0.8;
}

.blog-articles__image6 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/fabspost_thumbnail.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image6:hover {
  opacity: 0.8;
}

.blog-articles__image7 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/coverthumbmnail.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image7:hover {
  opacity: 0.8;
}

.blog-articles__image8 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/lprspotlight_cover.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image8:hover {
  opacity: 0.8;
}

.blog-articles__image9 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/stealthreveal_header_thumbnail.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image9:hover {
  opacity: 0.8;
}

.blog-articles__image10 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/womensday_cover.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image10:hover {
  opacity: 0.8;
}

.blog-articles__image11 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/pitch-lpr.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image11:hover {
  opacity: 0.8;
}

.blog-articles__image12 {
  width: 25vw;
  height: 18vw;
  margin-bottom: 22px;
  border-radius: 6px;
  background-image: url("../images/funding_cover.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-articles__image12:hover {
  opacity: 0.8;
}

.blog-hero__heading-link {
  margin-bottom: 46px;
  text-decoration: none;
}

.blog-hero__image-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-hero__image-link:hover {
  opacity: 0.8;
}

.blog-recent__image-link {
  margin-bottom: 22px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-recent__image-link:hover {
  opacity: 0.8;
}

.blog-recent__heading-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.newsletter-cta__heading-link {
  text-decoration: none;
}

.blog-articles__article-heading-link {
  margin-bottom: 16px;
  text-decoration: none;
}

.hero__container {
  display: block;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__cta-section {
  position: relative;
  margin-top: 0vh;
  margin-bottom: 8vw;
}

.hero__container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0rem;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero__transform-target {
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  font-size: 10vw;
}

.hero__intro {
  position: absolute;
  left: 50%;
  top: 32vh;
  z-index: 1;
  width: 80vw;
  max-width: 42ch;
  margin-top: 22vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 0.15em;
  line-height: 1.75em;
  font-weight: 400;
  text-align: center;
}

.hero__headline {
  position: absolute;
  left: 0px;
  top: 26vh;
  right: 0px;
  max-width: 12ch;
  margin-right: auto;
  margin-left: auto;
}

.hero__headline-text {
  display: block;
  color: #7abfc8;
  font-size: 10vw;
  line-height: 0.95em;
  text-align: center;
}

.hero__hand {
  position: absolute;
  left: 50%;
  top: -1.05em;
  z-index: 1;
  display: none;
  width: 10em;
  height: auto;
  max-width: none;
  margin-left: -5em;
}

.hero__ui {
  position: absolute;
  left: 50%;
  top: 0.6em;
  z-index: -1;
  display: block;
  width: 16.25em;
  height: auto;
  max-width: none;
  margin-top: -3.75em;
  margin-left: -8.75em;
}

.intro__workflow-lottie {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-right: -20px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50em;
  -ms-flex: 0 0 50em;
  flex: 0 0 50em;
}

.div-animated {
  position: absolute;
  top: 88em;
  z-index: 1;
  width: 100%;
}

.about__overlay-teammember {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, rgba(53, 59, 81, 0)),
    color-stop(88%, rgba(53, 59, 81, 0.55)),
    to(rgba(53, 59, 81, 0.95))
  );
  background-image: linear-gradient(
    180deg,
    rgba(53, 59, 81, 0) 80%,
    rgba(53, 59, 81, 0.55) 88%,
    rgba(53, 59, 81, 0.95)
  );
  opacity: 0;
}

.about__wrapper-teammember {
  position: relative;
}

.about__infowrapper-teammember {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
  opacity: 0;
}

.about__name-teammember {
  margin-bottom: 0px;
  color: #fff;
}

.about__role-teammember {
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.about__socialwrapper-teammember {
  margin-top: 0px;
}

.about__sociallink-teammember {
  margin-right: 15px;
}

.about__smicon-teammember {
  color: #f2f2f2;
}

.about__smicon-teammember:hover {
  color: #fff;
}

.formatting__heading {
  margin-bottom: 46px;
}

.formatting__paragraph.intro__workflow-paragraph--space {
  margin-bottom: 18px;
}

.formatting__paragraph.formatting__paragraph--space {
  margin-bottom: 18px;
}

.nav__link-div-jobstext {
  height: 23px;
  margin-right: 0px;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div-jobstext.nav__link-div--black {
  color: #2b2a35;
}

.nav__link-div-jobstext.nav__link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div-jobstext.nav__link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div-jobstext.nav__link-div--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-jobstext.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
  display: none;
}

.nav__link-div-jobstext.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-jobstext.nav__link-div--space.nav__link-div--white {
  color: #fff;
}

.nav__link-div-jobstext.nav__link-div--space.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-jobstext.nav__link-div--space.nav__link-div--white.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav__link-div-jobstext.nav__link-div--white {
  color: #fff;
}

.nav__link-div-jobstext.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-jobstext.nav__link-div--white.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div-jobstext.nav__link-div--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-jobstext.nav__link-div-jobs--white {
  color: #fff;
}

.nav__link-div-jobstext.nav__link-div-jobs--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-jobstext.nav__link-div-jobs--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-jobstext.nav__link-div-jobs--black {
  color: #2b2a35;
}

.nav__link-div-jobstext.nav__link-div-jobs--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div-jobstext.nav__link-div-jobs--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-onlymobile {
  display: none;
  height: 23px;
  margin-right: 0px;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div-onlymobile.nav__link-div--black {
  color: #2b2a35;
}

.nav__link-div-onlymobile.nav__link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div-onlymobile.nav__link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div-onlymobile.nav__link-div--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-onlymobile.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
  display: none;
}

.nav__link-div-onlymobile.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-onlymobile.nav__link-div--space.nav__link-div--white {
  color: #fff;
}

.nav__link-div-onlymobile.nav__link-div--space.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-onlymobile.nav__link-div--space.nav__link-div--white.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav__link-div-onlymobile.nav__link-div--white {
  color: #fff;
}

.nav__link-div-onlymobile.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-onlymobile.nav__link-div--white.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div-onlymobile.nav__link-div--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-onlymobile.nav__link-div-jobs--white {
  color: #fff;
}

.nav__link-div-onlymobile.nav__link-div-jobs--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-onlymobile.nav__link-div-jobs--white.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-onlymobile.nav__link-div-jobs--black {
  color: #2b2a35;
}

.nav__link-div-onlymobile.nav__link-div-jobs--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div-onlymobile.nav__link-div-jobs--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div-jobs-mobileonly {
  position: relative;
  display: none;
  width: 60px;
  height: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-articles__wrapper-mobile {
  display: none;
}

.disclaimer {
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  display: none;
  margin-right: 10vw;
  margin-left: 10vw;
}

.disclaimer__p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
}

.disclaimer__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 6px 6px 0px 0px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4966f7),
    to(#7756fd)
  );
  background-image: linear-gradient(90deg, #4966f7, #7756fd);
  opacity: 0.8;
}

.disclaimer__wrapper {
  position: relative;
  z-index: 1;
  padding: 1em 4em 1em 2em;
}

.disclaimer__close {
  position: absolute;
  left: auto;
  top: 1em;
  right: 1em;
  bottom: auto;
  z-index: 1;
  width: 20px;
  cursor: pointer;
}

.disclaimer__link {
  color: #fff;
}

.paragraph.padded {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 40px;
  text-align: center;
}

.image {
  max-width: 100%;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

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

.logo-text {
  height: 50px;
  max-width: 150px;
}

.image-2 {
  height: 50px;
}

.quote {
  padding: 75px;
  font-family: Eina, sans-serif;
  font-weight: 400;
  text-align: center;
}

.heading {
  font-family: Eina, sans-serif;
  font-weight: 400;
}

.heading.quote {
  padding: 70px;
}

.nav_links {
  margin-right: 15px;
  text-align: center;
}

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

.link-block.nav__link-div.w--current {
  margin-right: 20px;
}

.service.odd {
  color: #777;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-align: center;
}

.odd {
  color: #999;
}

.service-heading {
  font-size: 22px;
  line-height: 28px;
}

.service-heading.odd {
  color: #77bfcb;
}

.text-block {
  padding: 20px 0px;
  font-family: Eina, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

.heading-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.service-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-3 {
  text-align: left;
}

.service-text-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 15px 15px 5px;
  line-height: 1em;
  text-align: center;
}

.text-block-2 {
  padding: 0px 35px 20px;
  font-family: Eina, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.text-block-2.last {
  margin-top: 50px;
}

.service-image {
  width: auto;
  max-height: 180px;
  min-height: 50%;
  text-align: center;
}

.highlight {
  color: #77bfcb;
}

.image-3 {
  margin-left: -22px;
}

.fact {
  padding: 110px;
  font-family: Eina, sans-serif;
  font-size: 3.2em;
  line-height: 1.2em;
}

.signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-4 {
  position: relative;
  width: 150px;
  border-radius: 20px;
}

.div-block {
  padding-left: 40px;
}

.success-message {
  background-color: transparent;
}

.text-block-3 {
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 2em;
}

@media screen and (min-width: 1280px) {
  .nav {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .nav__container {
    max-width: 100em;
  }

  .intro {
    display: block;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .intro__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .intro__logo.intro__logo--rmargin {
    margin-right: 80px;
  }

  .intro__workflow {
    max-width: 100em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .intro__workflow-text {
    width: 525px;
  }

  .decks {
    height: 100vh;
  }

  .decks__text {
    margin-bottom: 40px;
  }

  .formatting {
    display: block;
    padding-right: 9vw;
    padding-left: 7vw;
  }

  .integrations {
    display: block;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .integrations__lottie {
    width: 80em;
  }

  .sharing__wrapper {
    max-width: 86em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sharing__image {
    width: 1198px;
  }

  .sharing__hand {
    left: 167px;
    width: 274px;
  }

  .sharing__access {
    left: 22px;
    top: 157px;
    width: 335px;
  }

  .sharing__invite {
    top: 317px;
    right: 9px;
    width: 362px;
  }

  .sharing__plane-wrapper {
    width: auto;
  }

  .sharing__plane {
    width: 396px;
  }

  .sharing__plane-shadow {
    right: 57px;
    bottom: 53px;
    display: inline-block;
  }

  .news {
    display: block;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .news__wrapper {
    max-width: 100em;
    margin-right: auto;
    margin-left: auto;
  }

  .news__card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 36em;
    -webkit-flex: 36em;
    -ms-flex: 36em;
    flex: 36em;
  }

  .news__card-heading {
    font-size: 4em;
  }

  .testimonials {
    display: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .testimonials__wrapper {
    max-width: 100em;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .footer {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .footer__wrapper {
    max-width: 100em;
  }

  .integrations__wrapper {
    max-width: 80em;
    margin-right: auto;
    margin-left: auto;
  }

  .formatting__wrapper {
    max-width: 80em;
    margin-right: auto;
    margin-left: auto;
  }

  .about-hero {
    padding-bottom: 0px;
  }

  .about-hero__wrapper {
    width: 50em;
  }

  .about-hero__heading {
    font-size: 7em;
  }

  .about-hero__image {
    width: 35em;
    margin-bottom: 0px;
  }

  .about-intro__wrapper {
    max-width: 60em;
  }

  .about__heading-wrapper {
    width: 828px;
  }

  .about__heading {
    font-size: 120px;
    line-height: 120px;
  }

  .about__paragraph1-wrapper {
    max-width: 60em;
  }

  .about__paragraph2-wrapper {
    max-width: 60em;
  }

  .about-jobs__mission {
    max-width: 70vw;
  }

  .about-jobs__benefits {
    max-width: 70vw;
  }

  .divider-800 {
    max-width: 70vw;
  }

  .about-jobs__positions-wrapper {
    width: 50vw;
  }

  .newsletter-cta__container {
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

  .blog-essential__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-essential__article {
    width: 50%;
    opacity: 0;
  }

  .hero__container {
    height: 200vh;
  }

  .hero__cta-section {
    margin-top: -10vh;
    margin-bottom: 8vw;
  }

  .div-animated {
    top: 50em;
  }
}

@media screen and (min-width: 1440px) {
  .formatting {
    padding-right: 11vw;
    padding-left: 8vw;
  }

  .testimonials {
    display: none;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .about-hero {
    height: 60em;
  }

  .about-hero__wrapper {
    width: 55em;
  }

  .about-hero__heading {
    font-size: 9em;
  }

  .about-hero__image {
    width: 50em;
  }

  .about__investors-container {
    grid-column-gap: 180px;
    grid-row-gap: 66px;
  }

  .about-jobs__mission {
    max-width: 50vw;
  }

  .about-jobs__benefits {
    max-width: 60vw;
  }

  .divider-800 {
    max-width: 60vw;
  }

  .about-jobs__positions-wrapper {
    width: 40vw;
  }

  .blog-hero__heading {
    font-size: 4em;
  }

  .blog-hero__image {
    height: 800px;
  }

  .newsletter-cta__image {
    right: 60px;
  }

  .blog-articles__image1 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image2 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image3 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image4 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image5 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image6 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image7 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image8 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image9 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image10 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image11 {
    width: 22vw;
    height: 15vw;
  }

  .blog-articles__image12 {
    width: 22vw;
    height: 15vw;
  }

  .blog-hero__heading-link {
    width: 80%;
  }

  .hero__container {
    height: 150vh;
  }

  .hero__cta-section {
    margin-top: 0vh;
    margin-bottom: 4vw;
  }

  .intro__workflow-lottie {
    -webkit-flex-basis: 55em;
    -ms-flex-preferred-size: 55em;
    flex-basis: 55em;
  }

  .div-animated {
    top: 90em;
  }

  .disclaimer {
    margin-right: 15vw;
    margin-left: 15vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav__logo-image {
    width: auto;
    height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__cta-wrapper {
    margin-bottom: 0px;
  }

  .intro {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(28%, #f6f6f6),
      to(#f6f6f6)
    );
    background-image: linear-gradient(180deg, #fff, #f6f6f6 28%, #f6f6f6);
  }

  .intro__workflow-heading {
    opacity: 0;
    font-size: 4.2em;
  }

  .intro__workflow-paragraph {
    opacity: 0;
    font-size: 24px;
  }

  .decks__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-image: url("../images/image23-min.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .integrations {
    padding-bottom: 0px;
    background-color: #f6f6f6;
  }

  .integrations__text-heading {
    opacity: 1;
    font-size: 4.2em;
  }

  .integrations__lottie {
    margin-right: 0vw;
    margin-bottom: -5px;
    margin-left: -20vw;
  }

  .testimonials {
    display: none;
  }

  .cta {
    background-color: #77bfcb;
    background-image: none;
  }

  .cta__input {
    width: 350px;
    margin-bottom: 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    color: #333;
  }

  .cta__button {
    margin-bottom: 14px;
    color: #77bfcb;
  }

  .footer {
    background-color: #77bfcb;
  }

  .footer__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .footer__logo.w--current {
    width: auto;
    height: auto;
  }

  .footer__logo-image {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }

  .footer__address {
    color: #fff;
  }

  .footer__address:hover {
    color: #3f8995;
  }

  .footer__heading {
    color: #fff;
  }

  .footer__sm-icon {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
    color: #f2f2f2;
  }

  .footer__sm-icon:hover {
    -webkit-filter: none;
    filter: none;
    color: #3f8995;
  }

  .integrations__text-paragraph {
    opacity: 1;
    font-size: 24px;
  }

  .integrations__text-paragraph.small {
    color: rgba(43, 42, 53, 0.27);
    font-size: 12px;
  }

  .about-hero {
    height: 70em;
  }

  .about-jobs__mission {
    max-width: 44vw;
  }

  .about-jobs__benefits {
    max-width: 44vw;
  }

  .divider-800 {
    max-width: 44vw;
  }

  .about-jobs__positions-wrapper {
    width: 35vw;
  }

  .blog-hero__wrapper {
    max-width: 100em;
  }

  .blog-recent__heading {
    font-size: 2em;
  }

  .newsletter-cta__container {
    max-width: 100em;
  }

  .blog-essential__container {
    max-width: 100em;
  }

  .blog-articles__container {
    max-width: 100em;
  }

  .blog-articles__image1 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__article-heading {
    font-size: 2em;
  }

  .blog-articles__image2 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image3 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image4 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image5 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image6 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image7 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image8 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image9 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image10 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image11 {
    width: 32em;
    height: 22em;
  }

  .blog-articles__image12 {
    width: 32em;
    height: 22em;
  }

  .hero__container {
    margin-bottom: 255px;
  }

  .hero__cta-section {
    margin-top: 5vh;
    margin-bottom: 0vw;
    padding: 110px;
    background-color: #f6f6f6;
  }

  .intro__workflow-lottie {
    -webkit-flex-basis: 70em;
    -ms-flex-preferred-size: 70em;
    flex-basis: 70em;
  }

  .formatting__paragraph.small {
    color: rgba(2, 2, 5, 0.27);
    font-size: 12px;
  }

  .blog-recent__scrollable {
    max-width: 100em;
  }

  .disclaimer {
    margin-right: 25vw;
    margin-left: 25vw;
  }

  .text-span {
    color: #77bfcb;
  }

  .boldblue {
    color: #77bfcb;
  }

  .image {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }

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

  .logo-text {
    max-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    padding: 15px;
  }

  .nav__container {
    position: relative;
    max-width: 100vmax;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 4vw;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav__menu {
    z-index: 9999;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
  }

  .nav__mobilebutton {
    display: none;
    padding: 8px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    opacity: 1;
    color: #2b2a35;
  }

  .nav__mobilebutton.w--open {
    background-color: transparent;
    color: #2b2a35;
  }

  .nav__mobilebutton.nav__mobilebutton--white {
    color: #fff;
  }

  .nav__buttons {
    position: absolute;
    right: 36px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .button {
    padding: 10px;
  }

  .nav__link-div-jobs {
    display: none;
    width: 100%;
    height: auto;
    padding: 1.3em 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dddfe5;
  }

  .nav__link-div-jobs-counter {
    position: static;
    top: auto;
    right: auto;
  }

  .nav__link-div-learning.nav__link-div-learning--space {
    display: none;
    margin-right: 0px;
  }

  .nav__link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 1.6em 6vw 1.3em;
    border-top: 1px solid #dddfe5;
  }

  .nav__link-div:hover {
    border-bottom: 1px none #000;
  }

  .nav__link-div.nav__link-div--black:hover {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space {
    margin-right: 0px;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav__link-div.nav__link-div--white {
    color: #2b2a35;
  }

  .nav__link-div.nav__link-div--white.w--current {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--white.nav__link-div--space {
    margin-right: 0px;
  }

  .nav-shadow {
    height: 56px;
  }

  .intro {
    margin-top: -25vh;
    padding-bottom: 0px;
  }

  .intro__logos-wrapper {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .intro__logo.intro__logo--rmargin {
    margin-right: 0px;
  }

  .intro__workflow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro__workflow-text {
    width: 100%;
  }

  .intro__workflow-heading {
    font-size: 3.2em;
    line-height: 1em;
    text-align: center;
  }

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

  .decks {
    height: 50vh;
    padding-top: 60px;
  }

  .decks__text {
    width: 80%;
  }

  .decks__wrapper {
    -webkit-transform: translate(0px, -24px);
    -ms-transform: translate(0px, -24px);
    transform: translate(0px, -24px);
  }

  .formatting {
    padding-top: 60px;
  }

  .formatting__text {
    width: 100%;
    margin-right: 0vw;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .formatting__lottie {
    position: static;
    width: 90vw;
    margin-left: 0em;
  }

  .integrations {
    display: block;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .integrations__text {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
  }

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

  .integrations__lottie {
    width: 90vw;
    margin-left: 0vw;
  }

  .sharing {
    padding-top: 60px;
  }

  .sharing__text {
    width: 80%;
  }

  .sharing__plane-wrapper {
    right: 20px;
    width: 30%;
  }

  .news {
    padding-top: 60px;
  }

  .news__wrapper {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__card-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta {
    padding: 60px 4vw;
  }

  .cta__container {
    width: 100%;
  }

  .footer {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .footer__wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-areas:
      "Area Area-2 Area-3"
      "Area-4 Area-4 .";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
  }

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

  .integrations__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formatting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-hero {
    height: 42em;
  }

  .about-hero__image {
    margin-bottom: 0em;
  }

  .about-intro {
    padding: 60px 4vw;
  }

  .about {
    padding: 110px 6vw 60px;
  }

  .about__heading {
    font-size: 4em;
  }

  .about__confetti {
    width: 30em;
  }

  .about__paragraph1-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about__paragraph2-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about__investors-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .about-numbers {
    padding: 60px 4vw;
  }

  .about-numbers__metric {
    font-size: 1.6em;
    line-height: 1em;
  }

  .about-jobs {
    padding: 60px 4vw;
  }

  .about-jobs__benefits {
    margin-bottom: 60px;
  }

  .about-jobs__benefits-heading {
    font-size: 1.8em;
  }

  .about-jobs__positions.about-jobs__positions--86margin {
    margin-top: 60px;
  }

  .about-jobs__positions-wrapper {
    width: 100%;
  }

  .blog-hero {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .blog-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-hero__image.blog-hero__image--nomobile {
    display: none;
  }

  .blog-hero__image.blog-hero__image--onlymobile {
    display: block;
    width: 90vw;
    height: 35vh;
    background-image: url("../images/cover-thumbnail-420x300.jpg");
    background-position: 50% 0%;
    background-size: cover;
  }

  .blog-recent {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .blog-recent__container {
    width: 145vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .newsletter-cta {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .newsletter-cta__image {
    display: none;
  }

  .blog-essential {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .blog-essential__wrapper {
    grid-column-gap: 40px;
  }

  .blog-essential__article-nr {
    font-size: 3em;
    line-height: 1em;
  }

  .blog-articles {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .blog-articles__wrapper {
    display: none;
  }

  .blog-articles__article {
    opacity: 0;
  }

  .blog-articles__image1 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image2 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image3 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image4 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image5 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image6 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image7 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image8 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image9 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image10 {
    width: 100%;
    height: 28vw;
  }

  .blog-articles__image11 {
    width: 100%;
    height: 29vw;
  }

  .blog-articles__image12 {
    width: 100%;
    height: 28vw;
  }

  .blog-hero__image-link {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hero__transform-target {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .hero__intro {
    top: 28vh;
    font-size: 0.23em;
  }

  .intro__workflow-lottie {
    width: 90vw;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .about__name-teammember {
    font-size: 1.3em;
    line-height: 1em;
  }

  .about__role-teammember {
    font-size: 1em;
    line-height: 1.5em;
  }

  .formatting__heading {
    text-align: center;
  }

  .formatting__paragraph {
    text-align: center;
  }

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

  .nav__mobileicon {
    color: #2b2a35;
    font-size: 32px;
  }

  .nav__link-div-jobstext {
    height: auto;
  }

  .nav__link-div-jobstext.nav__link-div--black.nav__link-div--space {
    margin-right: 0px;
  }

  .nav__link-div-jobstext.nav__link-div--black.nav__link-div--space.w--current {
    border-bottom-style: none;
  }

  .nav__link-div-jobstext.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav__link-div-onlymobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 1.6em 6vw 1.6em 10vw;
    border-top: 1px solid #dddfe5;
  }

  .nav__link-div-onlymobile.nav__link-div--black.nav__link-div--space {
    margin-right: 0px;
  }

  .nav__link-div-onlymobile.nav__link-div--black.nav__link-div--space.w--current {
    border-bottom-style: none;
  }

  .nav__link-div-onlymobile.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav__link-div-jobs-mobileonly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 1.6em 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #dddfe5;
    color: #2b2a35;
    text-decoration: none;
  }

  .blog-recent__scrollable {
    overflow: auto;
    width: 100vw;
  }

  .blog-articles__wrapper-mobile {
    display: -ms-grid;
    display: grid;
    margin-top: 62px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .paragraph.padded {
    width: 100%;
  }

  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    font-size: 1.5em;
  }

  .heading-4 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .button.button--white-whitebg.button--space.button--nomobile {
    display: none;
  }

  .button.button--white-purplebg.button--space.button--nomobile {
    display: none;
  }

  .hero__cta-heading {
    font-size: 1.4em;
    line-height: 1em;
  }

  .hero__cta-inputwrapper {
    display: block;
    width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .hero__cta-input {
    width: 100%;
    margin-bottom: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddfe5;
    border-radius: 4px;
  }

  .hero__cta-button {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

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

  .intro__logos {
    margin-bottom: 60px;
  }

  .intro__logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro__logo.intro__logo--rmargin {
    margin-bottom: 24px;
  }

  .intro__workflow-text {
    margin-bottom: 20px;
  }

  .intro__workflow-heading {
    font-size: 2.6em;
  }

  .decks {
    height: 70vh;
  }

  .decks__text {
    width: 90%;
  }

  .decks__text-heading {
    font-size: 2.6em;
  }

  .integrations__text-heading {
    font-size: 2.6em;
  }

  .sharing__text {
    margin-bottom: 40px;
  }

  .sharing__text-heading {
    font-size: 2.6em;
  }

  .news__card {
    margin-right: 0em;
    margin-left: 0em;
  }

  .news__card-heading {
    font-size: 2.6em;
  }

  .testimonials__heading {
    font-size: 2.6em;
  }

  .testimonials__card {
    margin-right: 0em;
    margin-left: 0em;
  }

  .cta__heading {
    font-size: 2.6em;
  }

  .cta__input-wrapper {
    display: block;
    width: 100%;
  }

  .cta__input {
    width: 100%;
    margin-bottom: 16px;
    border-style: solid;
    border-radius: 4px;
  }

  .cta__button {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .cta__disclaimer {
    text-align: center;
  }

  .footer__wrapper {
    grid-template-areas:
      "Area Area-2"
      "Area-3 ."
      "Area-4 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .about-hero {
    height: 24em;
  }

  .about-hero__wrapper {
    width: 60vw;
  }

  .about-hero__heading {
    margin-bottom: -1vh;
    font-size: 10vw;
    line-height: 1em;
    letter-spacing: -1px;
  }

  .about-hero__image {
    width: 16em;
    margin-left: 30px;
  }

  .about-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-intro__paragraph {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .about {
    padding-bottom: 40px;
  }

  .about__heading-wrapper {
    width: 70vw;
  }

  .about__heading {
    font-size: 2.6em;
  }

  .about__confetti {
    width: 23em;
  }

  .about__paragraph1-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about__paragraph1 {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .about__photos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about__paragraph2-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about__culture {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 40vw auto auto;
    grid-template-rows: 40vw auto auto;
  }

  .about__paragraph2 {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .about__investors {
    margin-top: 40px;
  }

  .about__investors-heading {
    font-size: 2.6em;
  }

  .about__investors-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__investors-logo.about__investors-logo--50space {
    margin-bottom: 30px;
  }

  .about__investors-name {
    font-size: 1.1em;
  }

  .about__investors-info {
    font-size: 1.1em;
  }

  .about-numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-numbers__heading {
    margin-bottom: 40px;
    font-size: 2.6em;
  }

  .about-numbers__wrapper {
    margin-bottom: 40px;
    grid-column-gap: 30px;
    grid-row-gap: 8px;
    grid-template-areas:
      ". ."
      ". ."
      ". Area-2"
      ". Area";
    -ms-grid-columns: auto 30px auto 30px auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto 8px auto 8px auto 8px auto;
    grid-template-rows: auto auto auto auto;
  }

  .about-numbers__glassdoor {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-numbers__rating-link {
    font-size: 1.1em;
  }

  .about-jobs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-jobs__mission-heading {
    font-size: 2.8em;
  }

  .about-jobs__mission-paragraph {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .about-jobs__benefits-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-jobs__benefit {
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .about-jobs__positions-heading {
    font-size: 1.8em;
  }

  .about-jobs__positions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-jobs__position-title {
    font-size: 1.1em;
    line-height: 2em;
  }

  .about-jobs__position-location {
    font-size: 1.1em;
    line-height: 2em;
  }

  .blog-hero {
    padding-top: 80px;
  }

  .blog-hero__heading {
    font-size: 2.6em;
  }

  .blog-hero__paragraph {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .blog-hero__image.blog-hero__image--onlymobile {
    height: 26vh;
  }

  .blog-recent {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .blog-recent__container {
    width: 170vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .blog-recent__wrapper {
    -webkit-flex-basis: 19em;
    -ms-flex-preferred-size: 19em;
    flex-basis: 19em;
  }

  .blog-recent__heading {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .blog-recent__paragraph {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .newsletter-cta__container {
    padding-right: 2em;
    opacity: 0;
  }

  .newsletter-cta__heading {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .newsletter-cta__paragraph {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .newsletter-cta__input-wrapper {
    display: block;
    width: 100%;
  }

  .newsletter-cta__input {
    width: 100%;
    margin-bottom: 8px;
    border-style: solid;
    border-radius: 4px;
  }

  .newsletter-cta__button {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .blog-essential {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-essential__wrapper {
    display: block;
  }

  .blog-essential__article {
    margin-bottom: 40px;
  }

  .blog-essential__article-heading {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .blog-articles {
    margin-bottom: 40px;
  }

  .blog-articles__article {
    opacity: 0;
  }

  .blog-articles__image1 {
    height: 60vw;
  }

  .blog-articles__article-heading {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .blog-articles__paragraph {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .blog-articles__image2 {
    height: 60vw;
  }

  .blog-articles__image3 {
    height: 60vw;
  }

  .blog-articles__image4 {
    height: 60vw;
  }

  .blog-articles__image5 {
    height: 60vw;
  }

  .blog-articles__image6 {
    height: 60vw;
  }

  .blog-articles__image7 {
    height: 60vw;
  }

  .blog-articles__image8 {
    height: 60vw;
  }

  .blog-articles__image9 {
    height: 60vw;
  }

  .blog-articles__image10 {
    height: 60vw;
  }

  .blog-articles__image11 {
    height: 60vw;
  }

  .blog-articles__image12 {
    height: 60vw;
  }

  .hero__container {
    height: 300vh;
  }

  .intro__workflow-lottie {
    width: 60em;
  }

  .div-animated {
    top: 120vh;
  }

  .formatting__heading {
    font-size: 2.6em;
  }

  .blog-articles__wrapper-mobile {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .disclaimer__p {
    font-size: 1.1em;
  }

  .disclaimer__bg {
    opacity: 0.9;
  }

  .disclaimer__wrapper {
    padding-bottom: 3em;
  }

  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-4 {
    font-size: 2.75em;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    min-height: 80px;
    padding: 0px;
  }

  .nav__container {
    padding: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__logo {
    margin-top: 0px;
  }

  .nav__logo.w--current {
    margin-top: 0px;
  }

  .nav__buttons {
    position: relative;
    right: 20px;
    margin-top: 20px;
  }

  .button.button--blue {
    display: block;
  }

  .hero__cta-heading {
    line-height: 1.5em;
  }

  .hero__cta-inputwrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__cta-input {
    width: 100%;
  }

  .intro__logos {
    margin-top: 50px;
  }

  .intro__logos-wrapper {
    margin-bottom: 0px;
  }

  .intro__logo.intro__logo--rmargin {
    max-height: 50px;
    margin-bottom: 0px;
  }

  .decks__wrapper {
    width: 180vw;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 2vw;
  }

  .decks__image {
    width: 30vw;
  }

  .decks__image.decks__image--margin {
    margin-bottom: 1vh;
  }

  .news__card {
    padding: 2em;
  }

  .cta__input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta__input {
    width: 100%;
  }

  .footer__wrapper {
    display: block;
  }

  .footer__credits {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__address {
    text-align: center;
  }

  .footer__heading {
    text-align: center;
  }

  .footer__sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__sm-wrapper {
    margin-top: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .about {
    padding-top: 104px;
  }

  .blog-recent__container {
    width: 240vw;
  }

  .newsletter-cta__input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-cta__input {
    width: 100%;
  }

  .hero__container {
    height: 150vh;
  }

  .hero__cta-section {
    margin-bottom: 20vw;
  }

  .hero__intro {
    padding: 10px;
    font-size: 0.5em;
  }

  .intro__workflow-lottie {
    width: 25em;
  }

  .logo-text {
    display: block;
    height: 35px;
    margin-top: 6px;
  }

  .quote {
    padding: 20px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .service-text-heading {
    line-height: 1em;
  }

  .service-image {
    width: 50%;
  }

  .fact {
    padding: 20px;
    font-size: 2em;
  }

  .image-4 {
    display: none;
  }

  .div-block {
    padding-left: 0px;
  }
}

#w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

@media screen and (max-width: 991px) {
  #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }
}

@media screen and (max-width: 991px) {
  .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .footer__wrapper > #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .footer__wrapper > #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .about-numbers__wrapper
    > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89b8-29fe89b6 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }

  .footer__wrapper > #w-node-_32e10129-2707-fa69-8e71-2a2e29fe89df-29fe89b6 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper > #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper > #w-node-_52689639-77f9-af09-ed7f-733cbb12f432-bb12f40b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina";
  src: url("../fonts/eina-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Markpro";
  src: url("../fonts/markpro-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Markpro";
  src: url("../fonts/markpro-heavy-1.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
