:root {
  --black: #1a1a1a;
  --accent: #1462fc;
  --grey: #999;
}

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

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

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

body {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

.hero_wrapper {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

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

.column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.column.is-footer-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav_link {
  color: var(--black);
  letter-spacing: -.01em;
  padding: 5px;
  font-size: 16px;
  line-height: 100%;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--accent);
  text-underline-offset: .15em;
  text-decoration: underline;
}

.nav_link.is-accent {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  padding: 8px 12px;
}

.nav_link.is-accent:hover {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: #fff;
  text-decoration: none;
}

.nav_link.is-accent.w--current {
  text-decoration: none;
}

.navbar_wrapper {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_container {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  display: flex;
}

.brand_logo {
  object-fit: contain;
  height: 70px;
}

.nav_menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.hero {
  color: var(--black);
  text-align: center;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90%;
}

.is-accent {
  color: var(--accent);
}

.is-accent.underline {
  text-underline-offset: .1em;
  text-decoration: underline;
  text-decoration-thickness: .075em;
}

.blob {
  z-index: -1;
  filter: blur(5px);
  position: absolute;
}

.blob.blob1 {
  opacity: .8;
  max-width: 100%;
  inset: 45% auto auto 10%;
}

.blob.blob2 {
  opacity: .7;
  max-width: 100%;
  inset: -10% 8% auto auto;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section.is-footer {
  background-color: var(--accent);
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-narrow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.container.is-companies {
  padding-bottom: 80px;
}

.container.is-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.big {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  max-width: 34ch;
  margin: 0 auto;
  font-family: Spectral, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.subtitle {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.subtitle.is-accent {
  color: var(--accent);
}

.subtitle.is-white {
  color: #fff;
  text-align: left;
  text-wrap: balance;
  font-size: 14px;
}

.companies_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
  display: grid;
}

.companies_item {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: relative;
}

.companies_logo {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 180px;
  transition: transform .5s;
}

.companies_logo.invert {
  filter: invert();
}

.companies_link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.companies_info {
  opacity: 0;
  color: #999;
  text-align: center;
  letter-spacing: .01px;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 25px;
}

.medium {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  max-width: 44ch;
  margin: 0 auto;
  font-family: Spectral, sans-serif;
  font-size: 32px;
  line-height: 115%;
}

.team_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.team_item {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 40px;
}

.team_photo-wrap {
  filter: grayscale();
  border-radius: 4px;
  transition: filter .3s cubic-bezier(.39, .575, .565, 1);
  overflow: hidden;
}

.team_photo-wrap:hover {
  filter: grayscale(0%);
}

.team_title {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 24px;
  line-height: 115%;
}

.team_role {
  color: var(--grey);
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.team_info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.footer_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
  display: grid;
}

.footer_heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 60px;
  line-height: 95%;
}

.inline-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.inline-row.hidden {
  display: none;
}

.inline-row.is-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.inline-row.is-team-socials {
  z-index: 9;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: auto 0% 15px;
}

.inline-row.is-form-button {
  flex-flow: row;
}

.link {
  color: #fff;
  text-underline-offset: .15em;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

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

.link.is-accent {
  color: var(--accent);
  text-decoration: none;
}

.link.is-accent:hover {
  text-decoration: underline;
}

.footer_input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.footer_input:focus {
  border-color: #fff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.footer_input::placeholder {
  color: #fff;
  font-size: 16px;
}

.footer_input.is-textarea {
  field-sizing: content;
  height: 160px;
  margin-bottom: 40px;
  padding-top: 16px;
}

.footer_input.is-first {
  border-top: 1px solid #fff;
}

.footer_button {
  color: var(--accent);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  width: auto;
  padding: 8px 18px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer_button:hover {
  background-color: var(--accent);
  color: #fff;
  border: 1px solid #fff;
}

.footer_button.is-attachment {
  background-color: var(--accent);
  color: #fff;
  white-space: nowrap;
}

.footer_button.is-attachment::placeholder {
  color: #fff;
}

.footer_form {
  flex-flow: column;
  display: flex;
}

.footer_copy-wrapper {
  color: var(--accent);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 50px;
  margin: 120px -50px 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  display: flex;
}

.footer_copy {
  color: var(--accent);
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.footer_form-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}

.social-link {
  color: #fff;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}

.social-link:hover {
  transform: scale(1.05);
}

.social-link.is-grey {
  color: var(--grey);
}

.social-link.is-grey:hover {
  color: #fff;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
}

.relative {
  position: relative;
}

.team_portrait {
  aspect-ratio: 450 / 520;
  object-fit: cover;
}

.success-message {
  color: #fff;
  background-color: #0000;
}

.form-message {
  color: #fff;
}

.error-message {
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  padding: 0;
}

.footer_file {
  margin: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav_link {
    font-size: 14px;
  }

  .navbar_container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand_logo {
    height: 60px;
  }

  .nav_menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero {
    font-size: 64px;
    line-height: 95%;
  }

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

  .container.is-companies {
    padding-bottom: 0;
  }

  .big {
    font-size: 36px;
  }

  .subtitle {
    font-size: 16px;
  }

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

  .medium {
    font-size: 28px;
  }

  .team_grid {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .team_item {
    padding: 30px;
  }

  .footer_heading {
    font-size: 48px;
  }

  .footer_copy-wrapper {
    margin-top: 80px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .footer_form-wrapper {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero_wrapper {
    height: 100svh;
    overflow: hidden;
  }

  .column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav_link {
    font-size: 14px;
    display: none;
  }

  .nav_link.is-accent {
    display: block;
  }

  .navbar_wrapper {
    position: absolute;
  }

  .navbar_container {
    align-items: center;
    padding: 15px 20px 20px;
  }

  .brand_link {
    padding-left: 0;
  }

  .brand_logo {
    height: 60px;
  }

  .nav_menu {
    margin-left: auto;
    margin-right: 0;
  }

  .hero {
    text-wrap: balance;
    font-size: 54px;
  }

  .blob.blob1 {
    opacity: .7;
    top: 45%;
    left: -70%;
  }

  .blob.blob2 {
    opacity: .8;
    top: -35%;
    right: 20%;
  }

  .section {
    padding: 40px 15px;
    display: block;
  }

  .section.is-footer, .container.is-companies {
    padding-top: 40px;
  }

  .container.is-footer {
    flex-flow: column;
    display: flex;
  }

  .big {
    text-align: left;
    font-size: 32px;
  }

  .subtitle {
    text-align: left;
    font-size: 14px;
  }

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

  .companies_grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .companies_logo {
    height: 140px;
  }

  .companies_info {
    font-size: 12px;
    bottom: 15px;
  }

  .medium {
    text-align: left;
    letter-spacing: -.03em;
    font-size: 24px;
  }

  .team_grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .team_item {
    border: 0 solid #000;
    padding: 0;
  }

  .team_photo-wrap {
    filter: none;
    border-radius: 0;
    transition-property: none;
    position: relative;
  }

  .team_title {
    font-size: 21px;
  }

  .team_role {
    font-size: 13px;
  }

  .footer_container {
    flex-flow: column;
    padding: 60px 40px 80px;
    display: flex;
  }

  .footer_heading {
    font-size: 40px;
    line-height: 105%;
  }

  .inline-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .inline-row.is-team-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    bottom: 12px;
  }

  .link, .link.is-accent {
    font-size: 13px;
  }

  .footer_input, .footer_input::placeholder {
    font-size: 15px;
  }

  .footer_button {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .footer_button.is-attachment {
    text-align: center;
  }

  .footer_copy-wrapper {
    margin-top: 70px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_copy {
    font-size: 13px;
  }

  .footer_form-wrapper {
    margin-top: 60px;
  }

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

  .social-link.is-grey {
    opacity: .85;
    color: #fff;
  }
}

#w-node-_689ed473-10e7-86c2-c8b9-4599e36334a3-0e1be6fd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b29ec4b9-3d24-4bef-9e59-aa54da608824-0e1be6fd {
  grid-area: 2 / 2 / 4 / 12;
}

#w-node-_35fd446d-9232-0a32-81bd-edf9aa279ae9-0e1be6fd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67cc4bf4-261f-13b0-b42d-d6db72ebd6b9-0e1be6fd {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4170e574-0bb5-a2b5-0ff9-50c80bbb0221-0e1be6fd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4076bc1f-8f8d-5247-3ba9-3fef55b59608-0e1be6fd {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_49e4f0d8-632f-8e78-ec89-500a29016110-0e1be6fd {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_541de0ce-639e-e39a-acd6-c03765d76bdc-0e1be6fd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-b29ec4b9-3d24-4bef-9e59-aa54da608824-0e1be6fd, #w-node-_67cc4bf4-261f-13b0-b42d-d6db72ebd6b9-0e1be6fd {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_4170e574-0bb5-a2b5-0ff9-50c80bbb0221-0e1be6fd, #w-node-_4076bc1f-8f8d-5247-3ba9-3fef55b59608-0e1be6fd {
    grid-column: 1 / 7;
  }

  #w-node-_49e4f0d8-632f-8e78-ec89-500a29016110-0e1be6fd {
    grid-column: 8 / 13;
  }
}


