@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

:root {
  --white: white;
  --black: #1b252b;
  --dark-slate-grey: #3d454a;
  --body-grey: #666;
  --hard-blue: #0a3092;
  --slate-blue: #6e6fb5;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 6px;
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid #9ec5fa;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  color: #2a2f31;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.block {
  margin-bottom: 32px;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.wrapper {
  flex-direction: column;
  width: 100%;
  display: block;
}

.form {
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
}

.form.gap-xl {
  margin-bottom: 0;
}

.form.gap-xl.right {
  align-items: flex-end;
}

.form.gap-xl.login {
  align-items: center;
  width: 100%;
  max-width: 35ch;
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.paragraph {
  text-align: left;
  max-width: 55ch;
  height: auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph.small {
  color: var(--white);
  text-align: left;
}

.paragraph.small.text-centered {
  color: var(--black);
}

.paragraph.small.light-grey.xsmall {
  text-align: left;
  margin-top: -10px;
  font-size: 9.5px;
}

.paragraph.large {
  font-family: DM Sans, sans-serif;
  line-height: 1.8em;
}

.paragraph.large.bold {
  font-weight: 700;
}

.paragraph.large.close-line-height {
  line-height: 1.4em;
}

.paragraph.large.text-centered.top-margin {
  margin-top: 50px;
}

.paragraph.large.text-centered.bottom-margin {
  margin-bottom: 24px;
}

.paragraph.large.medium {
  font-weight: 500;
}

.paragraph.large.text-justified {
  color: #0e181e;
  text-align: center;
  max-width: 60ch;
}

.paragraph.grey {
  color: var(--dark-slate-grey);
  overflow: visible;
}

.paragraph.push-up {
  text-align: left;
  margin-bottom: auto;
}

.paragraph.push-up.light-grey {
  color: #ffffffb3;
}

.paragraph.push-up.justified {
  font-style: normal;
}

.paragraph.xsmall {
  text-align: center;
  font-size: 10px;
}

.paragraph.light-grey {
  margin-top: -15px;
}

.paragraph.truncated {
  padding-top: 5px;
  overflow: hidden;
}

.paragraph.medium-grey {
  color: #737373;
}

.paragraph.hyphen {
  margin-left: 5px;
  margin-right: 5px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 6px;
}

.icon {
  color: #fff;
  object-fit: contain;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.icon.large {
  border-radius: 15px;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.icon.testimonial {
  object-fit: cover;
  background-color: #6e6fb51a;
  border-radius: 100%;
  margin-bottom: 0;
  padding: 0;
}

.icon.benefits-icon {
  object-fit: contain;
  border-radius: 15px;
  flex: none;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.icon.industries {
  border-radius: 15px;
  flex: none;
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.icon.small {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.style-guide-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.heading.h3 {
  letter-spacing: -.02em;
  line-height: 1.2;
}

.heading.h3.bold.grey {
  color: #11131473;
}

.heading.h3.text-centered {
  margin-left: auto;
  margin-right: auto;
}

.heading.h6 {
  letter-spacing: 0;
  font-weight: 500;
}

.heading.h5 {
  font-weight: 600;
  line-height: 1.3;
}

.heading.h5.bold {
  padding-right: 2px;
  font-weight: 600;
  display: inline;
}

.heading.h4 {
  text-align: left;
  letter-spacing: -.015em;
  max-width: 40ch;
  font-weight: 600;
}

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

.heading.h4.no-margin-bottom {
  margin-bottom: 0;
}

.heading.h1 {
  letter-spacing: -.03em;
  max-width: 25ch;
  padding-top: 0;
  line-height: 1.2;
}

.heading.h1.true-understanding {
  color: var(--black);
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.heading.h2 {
  letter-spacing: -.04em;
  line-height: 1.2;
  display: block;
}

.heading.h2.sticky {
  position: sticky;
}

.heading.h2.bold {
  color: #000;
  text-align: left;
}

.heading.h2.bold.grey, .heading.h2.bold.grey-trans {
  color: #11131473;
}

.heading.h2.grey.bold {
  color: var(--body-grey);
}

.heading.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3em;
}

.heading.h6-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  flex: none;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .25s, background-color .2s;
  box-shadow: 0 0 10px -20px #0000;
}

.button:hover {
  background-color: #111314e6;
  box-shadow: 0 7px 20px -10px #0003;
}

.button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.button.light:active {
  color: #fff;
  background-color: #356af0;
}

.button.white {
  color: #4c5458;
  background-color: #e1e5e7;
}

.button.white:hover {
  color: var(--black);
  background-color: #ffffffe6;
}

.button.white.small {
  text-align: center;
  flex: none;
  width: 6.2em;
  max-width: 20ch;
  padding-left: 10px;
  padding-right: 25px;
}

.button.white.big {
  padding-left: 40px;
  padding-right: 40px;
}

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

.button.translucent {
  color: var(--black);
  background-color: #ffffff26;
}

.button.translucent:hover {
  background-color: #ffffff4d;
}

.button.translucent.nav.light-mode {
  background-color: #1113141a;
}

.button.translucent.nav.light-mode:hover {
  background-color: #fff3;
}

.button.translucent.white-text {
  color: #fff;
}

.button.small {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.transparent {
  background-color: #fff0;
}

.button.transparent:hover {
  background-color: #1113141a;
}

.button.stretch {
  flex: 0 50%;
}

.button.login {
  width: 100%;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.sg-label {
  color: var(--body-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.block-quote {
  border-left-color: #9ec5fa;
  font-size: 18px;
  line-height: 1.4em;
}

.nav-logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: none;
  height: 30px;
  display: inline-block;
  position: relative;
}

.nav-logo.gradient {
  z-index: 1;
  opacity: 1;
  position: absolute;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.navbar.dark-mode {
  z-index: 10;
  color: var(--black);
  background-color: #0000;
  position: fixed;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  transform: translate(0);
}

.container.nav-grid {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
  transform: translate(0);
}

.container.medium {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.medium.no-padding {
  min-width: 60%;
}

.container.hero {
  align-self: flex-start;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.flex.gap-xxxxl {
  position: relative;
}

.container.small {
  max-width: 84ch;
}

.container.medium-small {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.policies {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.news-list {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container.blog-post-aside {
  min-width: 200px;
  max-width: 450px;
  height: 100%;
  position: sticky;
  top: 120px;
}

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

.nav-links {
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sub-menu {
  background-color: #ffffff1a;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: -6%;
  padding: 10px;
  display: none;
  position: absolute;
  left: auto;
}

.sub-menu.gap-s {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
}

.sub-menu-column {
  margin-bottom: 0;
  padding: 0;
}

.nav-link {
  text-align: left;
  white-space: nowrap;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.nav-link:hover {
  background-color: #ffffff1a;
}

.nav-link.sub-menu-link {
  cursor: default;
}

.main-page-hero {
  color: var(--white);
  background-color: #1b252b;
  background-image: url('../images/Brand-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
}

.menu-item {
  margin-top: 0;
  margin-bottom: 0;
}

.text-link {
  position: relative;
}

.text-link.learn-more {
  color: #e1e5e7;
  margin-top: 28.6px;
  padding-top: 0;
  font-weight: 500;
  line-height: 1;
  top: 40px;
}

.text-link.learn-more.inline.no-margin-top {
  padding-top: 0;
  top: 0;
}

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

.text-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 45ch;
  display: flex;
}

.text-wrapper.gap-l {
  justify-content: space-between;
  max-width: 45ch;
}

.text-wrapper.gap-l.full-width {
  max-width: none;
  position: static;
}

.text-wrapper.gap-l.full-width.blog-item {
  position: relative;
}

.text-wrapper.gap-m {
  text-align: left;
}

.text-wrapper.wide {
  max-width: 60ch;
}

.text-wrapper.wide.gap-s {
  align-items: center;
}

.text-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.buttons-wrap {
  align-items: center;
  display: flex;
}

.buttons-wrap.gap-s {
  justify-content: flex-start;
}

.buttons-wrap.gap-s.margin-top {
  flex-wrap: wrap;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hamburger-line {
  background-color: #0d0d0d;
  border-radius: 2px;
  width: 32px;
  height: 3px;
}

.hamburger-line.line-one {
  transform: translate(0, -4px);
}

.hamburger-line.line-two {
  transform: translate(0, 4px);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bottom-gradient {
  background-image: url('../images/Rectangle-9.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.bottom-gradient.prefooter {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.footer {
  color: var(--white);
  position: relative;
}

.section.footer.dark {
  background-color: #0e181e;
}

.section.footer.off-black {
  background-color: #1b252b;
}

.section.main-page-hero.dark.no-gradient {
  background-image: none;
}

.section.gradient-small.extra-padding.extra-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: center;
  display: grid;
}

.section.page-hero {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/Background-Gradient-bubbles.svg');
  background-size: contain;
  background-attachment: scroll;
  min-height: 100vh;
  transition: opacity .2s;
}

.section.page-hero.gradient-small-left.dark {
  background-color: var(--black);
  background-position: 50%;
}

.section.page-hero.policy, .section.page-hero.blog-page {
  background-image: url('../images/Gradient-BG.svg');
}

.section.gradient-small-left.extra-padding {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.dark.footer {
  padding-top: 150px;
}

.section.dark.gradient-small-left {
  background-image: url('../images/610539d75758bb5f7206bace_Background-Gradient-bubbles.png');
  background-position: 50% 100%;
  background-size: cover;
}

.section.dark.main-page-hero {
  align-items: center;
  padding-bottom: 100px;
}

.section.dark.form-page {
  min-height: 100vh;
}

.section.bottom-gradient-wide.extra-padding {
  margin-bottom: 0;
  padding-bottom: 80px;
  overflow: visible;
}

.section.extra-padding {
  padding-top: 150px;
}

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

.section.dark-no-nav-change.footer {
  padding-top: 150px;
}

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

.section-2-grid.gap-xxxl {
  grid-column-gap: 0px;
}

.section-2-grid.gap-xxxl.products-overview {
  place-items: center;
}

.section-2-grid.gap-xxxl.industries {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-items: center;
  padding-bottom: 50px;
}

.section-2-grid.gap-xxxl.margin-bottom-xl {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.section-2-grid.gap-xxxl.industries-copy {
  place-items: center;
}

.section-2-grid.open-roles {
  grid-template-columns: .75fr 1fr;
  align-content: start;
  place-items: start;
  width: 100%;
}

.page-wrap {
  width: 100%;
  overflow: hidden;
}

.page-wrap.overflow-visible {
  overflow: visible;
}

.font-light {
  font-weight: 300;
}

.link-category {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  padding: 0 25px 0 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.link-category.w--current {
  display: block;
}

.link-category.footer-link-category {
  margin-top: 0;
}

.link-category.footer-link-category.newsletter {
  padding-left: 0;
}

.vertical-divider {
  background-color: #afb7bb;
  width: 1px;
  height: 80%;
  padding-left: 0;
  padding-right: 0;
}

._4-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.industry-icon {
  object-fit: contain;
  border-radius: 15px;
  width: 220px;
  height: 220px;
}

.industry-icon.large {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 490px;
  height: 490px;
  padding-top: 70px;
}

.industry-icon.investor {
  object-fit: contain;
  width: 165px;
  height: 100px;
}

.bold {
  font-weight: 700;
}

.bold.black {
  color: #2a2f31;
}

.accordion-body__contents {
  opacity: 1;
}

.faq-body {
  z-index: 0;
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border: 0 solid #000;
  transition: flex-basis .625s;
  overflow: hidden;
}

.faq {
  z-index: 0;
  border: 0 solid #0000;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.faq-p {
  z-index: 0;
  background-color: #6e6fb50d;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.faq-p:hover {
  background-color: #6e6fb51a;
}

.faq-p.w--current {
  background-color: #6e6fb51a;
  flex-direction: column;
  display: flex;
}

.feedback-grid {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  display: flex;
}

.customer-feedback-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-feedback-grid.gap-xl {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-feedback {
  background-color: #6e6fb50d;
  border-radius: 15px;
  flex-direction: column;
  display: flex;
}

.grey {
  color: #11131480;
}

.prefooter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.policy-and-socials {
  display: flex;
}

.policy-and-socials.gap-l {
  justify-content: flex-end;
  margin-bottom: -8px;
  margin-right: -15px;
}

.link-group.gap-s {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-group.gap-s.newsletter {
  align-items: stretch;
  min-height: 235px;
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-flex.gap-m {
  align-items: stretch;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.subscribe-form-input {
  color: #fff;
  background-color: #ffffff26;
  border: 0 solid #000;
  border-radius: 5px;
  max-width: 300px;
  height: auto;
  margin-bottom: 0;
}

.subscribe-form-input:focus {
  border-width: 1px;
  border-color: #ffffff80;
}

.subscribe-form-input::placeholder {
  color: var(--white);
}

.form-block {
  margin-bottom: 0;
}

.form-input {
  display: flex;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.gradient-small {
  background-image: url('../images/Gradient-small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.large-gradient {
  background-image: url('../images/Gradient-Large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.socials {
  flex-direction: row;
  display: flex;
}

.socials.gap-s {
  justify-content: flex-end;
  margin-bottom: 40px;
}

.socials-link {
  align-self: flex-start;
  position: relative;
}

.page-hero {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/Brand-Gradient.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.page-hero.svg {
  background-image: url('../images/Gradient-Hero.svg');
}

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

.flex-center.gap-xl {
  text-align: center;
  align-items: center;
}

.flex-center.gap-xl.align-left {
  align-items: flex-start;
}

.image-placeholder {
  border-radius: 15px;
  height: 300px;
}

.image-placeholder.square {
  object-fit: cover;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-small-right {
  background-image: url('../images/Frame-33-2.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gradient-small-left {
  background-image: url('../images/Gradient-Left-1-copy-1-copy-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.gradient-big-products-preview {
  background-image: url('../images/Gradient-Large.png');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: 70% 100%;
}

.flex-list {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-list.gap-xl {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
}

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

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

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

.footer-copyright {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.no-padding-bottom, .social-link-logo {
  padding-bottom: 0;
}

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

.section-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row dense;
  place-items: start stretch;
  display: grid;
}

.section-3-grid.gap-xxxl.margin-bottom-xl, .section-3-grid.gap-xxxl.technology {
  align-items: start;
}

.card {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card.gap-s, .card.gap-s.no-padding {
  padding: 0;
}

.card.team {
  text-align: center;
  justify-content: flex-start;
  width: 165px;
  padding: 0;
}

.card.team.gap-s.margin-bottom-xl {
  text-align: center;
  justify-content: flex-start;
}

.card.team.margin-bottom-xl.gap-s {
  margin-top: 25px;
}

.card.customer-feedback {
  align-items: flex-start;
}

.card.customer-feedback.gap-xxl {
  flex: 0 70%;
}

.card.customer-feedback.gap-xxl.left {
  flex-basis: 50%;
}

.dark {
  color: var(--white);
  background-color: #0e181e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-paper-item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.white-paper-item.gap-s {
  width: 540px;
}

.white-paper-item.gap-s.flex-right {
  align-items: flex-end;
  width: 540px;
}

.white-papers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 100%);
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row dense;
  place-items: center start;
  display: grid;
}

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

.team-member {
  color: #fff;
  object-fit: contain;
  width: 110px;
  margin-bottom: 10px;
  font-size: 24px;
}

.section-flex {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row dense;
  justify-content: center;
  display: flex;
}

.section-flex.gap-xxl {
  align-self: auto;
  margin-top: -30px;
  padding-top: 0;
}

.careers-copy {
  flex-direction: column;
  display: flex;
}

.careers-intro-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .618fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-intro-wrap.gap-xxxl {
  grid-column-gap: 64px;
  grid-template-columns: .618fr .75fr;
}

.paper-wrapper {
  background-color: #ffffff0d;
  border-radius: 15px;
  flex-direction: column;
  max-width: 540px;
  padding: 30px;
  display: flex;
}

.paper-wrapper.gap-s {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  margin-bottom: -96px;
}

.paper-wrapper.gap-s.last {
  margin-bottom: 0;
}

.career-gallery {
  width: 100%;
  height: 480px;
  display: flex;
}

.career-image-1 {
  object-fit: cover;
  border-radius: 5px;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
}

.career-images-wrapper {
  flex-direction: column;
  flex: 0 62%;
  width: 50%;
  display: flex;
}

.career-images-wrapper.gap-xxl {
  justify-content: center;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.career-image {
  object-fit: cover;
  flex: 0 50%;
  position: relative;
}

.career-image._2 {
  flex-basis: 58%;
}

.career-image._1 {
  flex-basis: 42%;
}

.div-block-2 {
  flex: 0 38%;
}

.customer-details {
  align-items: center;
  display: flex;
}

.career-image-right {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.career-image-right._1 {
  border-radius: 5px;
  padding-left: 5%;
  padding-right: 20%;
  overflow: visible;
}

.career-image-right._2 {
  object-fit: cover;
  border-radius: 5px;
  margin-right: 44px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.open-roles-sub-section.gap-l {
  flex-direction: column;
  display: flex;
}

.role-wrapper {
  object-fit: fill;
  padding-right: 0;
}

.roles-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row dense;
  place-items: center start;
  display: flex;
}

.roles-list.gap-xxxl {
  place-content: end start;
  place-items: stretch stretch;
  padding-left: 0;
}

.rich-text-block {
  max-width: 70ch;
}

.rich-text-block.blog-post a {
  color: var(--hard-blue);
}

.close-icon {
  cursor: pointer;
  width: 20px;
}

.close-icon:hover {
  transform: rotate(90deg);
}

.small {
  max-width: 34ch;
}

.modal-contents {
  background-color: var(--white);
  border-radius: 15px;
  max-width: 70ch;
  max-height: 80vh;
  padding: 0 0 60px;
  position: relative;
  overflow: auto;
}

.modal-text {
  flex-direction: column;
  display: flex;
}

.modal-text.gap-xl {
  width: 100%;
  padding: 0 60px;
  position: relative;
  overflow: auto;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.modal-close.icon-close {
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  inset: 0% 0% auto auto;
}

.modal-close.icon-close:hover {
  transform: rotate(90deg);
}

.join-modal-wrapper {
  z-index: 11;
  background-color: #111314b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.h4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  position: static;
  inset: 0%;
}

.gradient-soft-large {
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-position: 50%;
  background-size: cover;
}

.xsmall {
  letter-spacing: .05em;
  font-size: 9px;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.close-icon-2 {
  cursor: pointer;
  width: 20px;
}

.error-message {
  background-color: #0000;
  padding: 0;
}

.no-margin-top {
  margin-top: 0;
}

.modal-top-bar {
  z-index: 10;
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.gradient-middle {
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 140%;
}

.list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row dense;
  place-items: center start;
  display: flex;
}

.list.gap-xxxl {
  flex-direction: column;
  flex: 0 auto;
  place-content: end start;
  place-items: stretch stretch;
}

.newsroom-logo {
  opacity: 1;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.newsroom-logo.techlondon {
  height: 40px;
}

.newsroom-logo.forbes {
  flex: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}

.newsroom-logo.grey {
  opacity: .4;
}

.newsroom-logo.startups {
  height: 35px;
}

.cookie-contents {
  background-color: var(--black);
  border-radius: 15px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: none;
  position: fixed;
  inset: auto auto 0%;
}

.cookie-wrapper {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.light-grey {
  color: #ffffffb3;
}

.text-span {
  color: var(--white);
}

.success-message-wrap {
  justify-content: flex-start;
  display: flex;
}

.success-message-wrap.paragraph {
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
}

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

.flex.gap-s {
  padding-top: 0;
}

.flex.gap-xl {
  align-items: center;
  padding-top: 10px;
}

.flex.card.bubble {
  background-color: #6e6fb512;
  align-items: flex-start;
}

.flex.flex-center.vid-center {
  justify-content: center;
}

.flex.flex-center.video {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex.horizontal-center {
  justify-content: center;
}

.flex.blog-details {
  flex-direction: row;
}

.benefits-wrapper {
  display: flex;
}

.benefits-wrapper.gap-m {
  align-items: center;
}

.benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 50%;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.contact-form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-grid.gap-xl.login {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-form-input {
  color: var(--white);
  background-color: #ffffff26;
  border: 1px solid #0000;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  transition: all .25s;
}

.contact-form-input:focus {
  border: 1px solid #ffffff80;
}

.contact-form-input::placeholder {
  color: var(--white);
}

.contact-form-input.message {
  max-width: none;
  overflow: auto;
}

.submit {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit.gap-xl.login {
  width: 100%;
  margin-top: 20px;
}

.recaptcha {
  margin-bottom: 0;
}

.recaptcha.form {
  flex: 0 50%;
}

.tabs-content {
  width: 100%;
}

.tabs-content.accordion {
  margin-top: -80px;
}

.tab-container {
  flex-direction: column;
  justify-content: center;
}

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

.tabs.gap-xl.text-wrapper.margin-top {
  margin-top: 15px;
}

.div-block-3 {
  background-color: #fff;
}

.vid {
  width: 100%;
  height: 700px;
  max-height: 70vh;
}

.vid.homepage {
  border: 2px solid #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 505px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
  transform: translate(0, -1px)scale(1.01);
}

.section-4-grid-team {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4-grid-team.gap-m {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-centered.gap-xl {
  text-align: center;
  align-items: center;
}

.gradient-interaction {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-image-purple, .gradient-image-blue, .gradient-image-red {
  max-width: none;
  height: 150%;
  position: fixed;
}

.form-page {
  background-image: url('../images/61053a221ceefe226865334b_Background-Gradient-bubbles_161053a221ceefe226865334b_Background Gradient bubbles.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.wluper-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #3a9dd6, #8373d0 50%, #c62687);
  -webkit-background-clip: text;
  background-clip: text;
}

.logos {
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide {
  height: auto;
}

.benefits-list {
  max-width: 45ch;
  margin-top: 6px;
}

.caps {
  color: #84898e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.caps.dark-mode {
  color: #b2b9bf;
}

.plus {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: .8;
}

.plus.wluper-gradient {
  margin: -40px auto -20px;
}

.career-benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .618fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tm {
  font-size: 70%;
  font-weight: 300;
}

.true-understanding {
  flex-direction: column;
  display: flex;
}

.extra-bottom-padding {
  padding-bottom: 150px;
}

.justified {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

.section-form {
  color: var(--white);
  background-color: #0e181e;
  background-image: url('../images/61053a221ceefe226865334b_Background-Gradient-bubbles_161053a221ceefe226865334b_Background Gradient bubbles.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 200%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dark-no-nav-change {
  color: var(--white);
  background-color: #0e181e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-centered {
  text-align: center;
  background-color: #6e6fb500;
  border-radius: 15px;
  margin: auto;
  padding: 0;
}

.about-intro-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .618fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-intro-wrap.gap-xxxl {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  grid-template-columns: .618fr 1.25fr;
}

.about-images-wrapper {
  flex-direction: column;
  flex: 0 62%;
  width: 50%;
  display: flex;
}

.about-images-wrapper.gap-xxl {
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.text-block {
  font-size: 8px;
}

.text-block-2 {
  font-style: normal;
}

.text-block-3 {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #0e181e;
  border-radius: 4px;
  width: 4em;
  height: 2.6em;
  margin-top: -8px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  overflow: visible;
}

.link, .link-2 {
  font-size: 8px;
}

.image {
  object-fit: cover;
  border-radius: 5px;
  overflow: visible;
}

.image-2 {
  border-radius: 5px;
  margin-top: 60px;
  padding-top: 0;
}

.image-3 {
  border-radius: 5px;
}

.div-block-4 {
  text-align: left;
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  position: static;
}

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

.section-1-grid.gap-xxxl {
  grid-column-gap: 0px;
}

.section-1-grid.gap-xxxl.products-overview {
  place-items: center;
}

.section-1-grid.gap-xxxl.industries {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-items: center;
}

.section-1-grid.gap-xxxl.margin-bottom-xl {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.section-1-grid.gap-xxxl.industries-copy {
  place-items: center;
}

.section-1-grid.open-roles {
  grid-template-columns: .75fr 1fr;
  align-content: start;
  place-items: start;
  width: 100%;
}

.paragraph-white {
  text-align: left;
  max-width: 55ch;
  height: auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph-white.small.light-grey.xsmall {
  text-align: left;
  font-size: 9.5px;
}

.paragraph-white.large {
  font-family: DM Sans, sans-serif;
  line-height: 1.8em;
}

.paragraph-white.large.bold {
  font-weight: 700;
}

.paragraph-white.large.close-line-height {
  line-height: 1.4em;
}

.paragraph-white.large.text-centered.top-margin {
  margin-top: 50px;
}

.paragraph-white.large.text-centered.bottom-margin {
  margin-bottom: 24px;
}

.paragraph-white.large.medium {
  font-weight: 500;
}

.paragraph-white.large.text-justified {
  color: #fff;
  text-align: center;
  max-width: 60ch;
}

.paragraph-white.grey {
  color: var(--dark-slate-grey);
}

.paragraph-white.push-up {
  text-align: left;
  margin-bottom: auto;
}

.paragraph-white.push-up.light-grey {
  color: #ffffffb3;
}

.paragraph-white.push-up.justified {
  font-style: normal;
}

.paragraph-white.xsmall {
  text-align: center;
  font-size: 10px;
}

.paragraph-white.light-grey {
  margin-top: -15px;
}

.paragraph-white.truncated {
  padding-top: 5px;
  overflow: hidden;
}

.paragraph-white.medium-grey {
  color: #737373;
}

.div-block-4-m {
  text-align: left;
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  position: static;
}

.div-block-4-r {
  text-align: left;
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  position: static;
}

.div-block-4-l {
  text-align: left;
  background-image: url('../images/Gradient-Soft-Large.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  position: static;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 118px;
  grid-template-rows: max-content;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 16px;
  display: grid;
}

.image-4 {
  opacity: .5;
  background-color: #0000;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-5 {
  max-height: 50px;
}

.featured-article-wrapper {
  opacity: 1;
  height: 200px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.column-2 {
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.columns {
  justify-content: flex-start;
  display: flex;
}

.column-3 {
  justify-content: center;
  display: flex;
}

.twitter {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.grid-2 {
  clear: both;
  grid-column-gap: 11px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr 1fr;
  place-items: center;
  padding-top: 20px;
}

.heading.h3 {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.heading.h5 {
  justify-content: flex-end;
  display: flex;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-5 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  padding-right: 0;
}

.blog-author-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2 {
  margin-top: 10px;
}

.grid-4 {
  grid-column-gap: 312px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-template-columns: 3fr 2fr;
}

.div-block-7 {
  margin-top: 90px;
  padding-bottom: 0;
}

.image-6 {
  display: inline-block;
}

.div-block-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: minmax(80px, 1fr) auto auto auto;
  grid-template-columns: minmax(200px, 1.75fr);
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-content: end;
  place-items: end;
  padding-top: 15px;
  display: grid;
}

.bold-text {
  justify-content: flex-end;
  display: flex;
}

.bold-text-2 {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.blog-post-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1.5fr) repeat(auto-fit, minmax(200px, .5fr));
  grid-auto-flow: column;
  padding-top: 0;
  display: flex;
  position: relative;
}

.featured {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.text-span-2 {
  display: block;
}

.image-blog {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.paragraph-3 {
  font-style: normal;
}

.blog-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.text-link-blog {
  position: relative;
}

.text-link-blog.learn-more {
  color: #e1e5e7;
  padding-top: 0;
  font-weight: 500;
  line-height: 1;
  display: block;
  top: 40px;
}

.text-link-blog.learn-more.inline.no-margin-top {
  padding-top: 0;
  top: 0;
}

.text-link-blog.underline {
  text-decoration: underline;
}

.heading-2 {
  text-align: right;
}

.heading-2.right-align {
  justify-content: flex-start;
  display: flex;
}

.text-link-post {
  position: relative;
}

.text-link-post.learn-more {
  color: #e1e5e7;
  margin-top: -28.4px;
  padding-top: 0;
  font-weight: 500;
  line-height: 1;
  top: 40px;
}

.text-link-post.learn-more.w--current {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-link-post.learn-more.inline.no-margin-top {
  padding-top: 0;
  top: 0;
}

.text-link-post.underline {
  text-decoration: underline;
}

.socials-blog {
  flex-direction: row;
  display: flex;
}

.socials-blog.gap-s {
  justify-content: flex-start;
  padding-bottom: 0;
  position: relative;
  inset: auto 0% 0%;
}

.blog-post-share-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
  position: sticky;
}

.code {
  background-color: #ffffff26;
  padding: 15px;
}

.learn-more.push-down {
  margin-top: auto;
}

.collection-list-wrapper, .collection-list-wrapper-copy {
  padding-left: 0;
}

.container-copy {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  transform: translate(0);
}

.container-copy.nav-grid {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
  transform: translate(0);
}

.container-copy.medium {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-copy.medium.no-padding {
  min-width: 60%;
}

.container-copy.hero {
  align-self: flex-start;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-copy.flex.gap-xxxxl {
  position: relative;
}

.container-copy.small {
  max-width: 84ch;
}

.container-copy.medium-small {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

.container-copy.policies {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-copy.news-list {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container-copy.blog-post-aside {
  min-width: 200px;
  max-width: 450px;
  height: 100%;
  position: sticky;
  top: 120px;
}

.featured-article-wrapper-copy {
  opacity: 1;
  height: 175px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

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

.flex-copy.gap-xl {
  padding-top: 10px;
}

.flex-copy.gap-xl-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.flex-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  align-items: flex-end;
  margin-right: -276px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.flex-copy.gap-s {
  padding-top: 0;
}

.flex-copy.gap-xl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 3fr;
  grid-auto-columns: 1fr;
  place-items: flex-end stretch;
  padding-top: 10px;
  display: grid;
}

.flex-copy.card.bubble {
  background-color: #6e6fb512;
  align-items: flex-start;
}

.flex-copy.flex-center.vid-center {
  justify-content: center;
}

.flex-copy.flex-center.video {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex-copy.horizontal-center {
  justify-content: center;
}

.flex-copy.blog-details {
  flex-direction: row;
}

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

.flex-home.gap-s {
  padding-top: 0;
}

.flex-home.gap-xl {
  align-items: flex-start;
  margin-top: -70px;
  padding-top: 10px;
}

.flex-home.card.bubble {
  background-color: #6e6fb512;
  align-items: flex-start;
}

.flex-home.flex-center.vid-center {
  justify-content: center;
}

.flex-home.flex-center.video {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex-home.horizontal-center {
  justify-content: center;
}

.flex-home.blog-details {
  flex-direction: row;
}

.paragraph-4 {
  font-size: 13px;
}

@media screen and (min-width: 1280px) {
  .button.white:hover {
    color: var(--black);
    background-color: #ffffffe6;
  }

  .button.translucent:hover, .button.transparent:hover {
    background-color: #fff3;
  }

  .link-category:hover {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .block {
    margin-bottom: 40px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .paragraph {
    max-width: 50ch;
  }

  .paragraph.small {
    max-width: none;
  }

  .paragraph.push-up {
    max-width: 70ch;
  }

  .paragraph.xsmall {
    letter-spacing: .1em;
  }

  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .button.translucent.nav.mobile-only {
    margin-left: auto;
  }

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

  .navbar.dark-mode {
    z-index: 10;
  }

  .container.blog-post-aside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1196px;
    display: grid;
    position: relative;
    top: auto;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  .nav-menu.gap-s {
    background-color: #0000;
  }

  .nav-links {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
  }

  .nav-links.login {
    flex-direction: row;
  }

  .sub-menu {
    flex-direction: column;
    margin-left: 0%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .sub-menu.gap-s {
    grid-auto-columns: 1fr;
  }

  .nav-link {
    display: flex;
  }

  .nav-link.sub-menu-link {
    justify-content: center;
  }

  .main-page-hero {
    background-position: 50% 100%;
  }

  .text-wrapper.gap-l.full-width {
    align-items: center;
  }

  .text-wrapper.gap-l.full-width.blog-item {
    align-items: flex-start;
  }

  .menu-button {
    margin-right: -18px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-wrapper {
    color: var(--white);
  }

  .hamburger-line {
    background-color: var(--white);
  }

  .hamburger-line.line-one.light-mode, .hamburger-line.line-two.light-mode {
    background-color: var(--black);
  }

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

  .section.bottom-gradient {
    background-position: 70% 100%;
    background-size: cover;
  }

  .section.bottom-gradient.prefooter {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.gradient-small-right {
    background-position: -20%;
  }

  .section.no-padding-bottom {
    padding-bottom: 0;
  }

  .section.dark.gradient-small-left {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dark.form-page {
    background-position: 50% 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bottom-gradient-wide {
    background-position: 70% 100%;
    background-size: cover;
  }

  .section.dark.footer {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.extra-padding, .section.dark-no-nav-change.footer {
    padding-top: 120px;
  }

  .section-2-grid.gap-xxxl {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-2-grid.gap-xxxl.products-overview {
    grid-template-columns: 1fr;
  }

  .section-2-grid.gap-xxxl.industries {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-2-grid.gap-xxxl.industries-copy {
    grid-template-columns: 1fr;
  }

  .faq-p {
    margin-top: 20px;
  }

  .faq-p:hover {
    background-color: #6e6fb50d;
  }

  .customer-feedback-grid {
    align-items: flex-start;
    width: 100%;
  }

  .customer-feedback-grid.gap-xl {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr 1fr;
    align-items: stretch;
  }

  .customer-feedback {
    padding: 40px 30px;
  }

  .prefooter-grid {
    grid-template-columns: 1fr auto;
  }

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

  .policy-and-socials {
    flex-direction: column;
  }

  .policy-and-socials.gap-l {
    flex-direction: column-reverse;
  }

  .link-group.gap-s {
    margin-left: -15px;
  }

  .link-group.gap-s.newsletter {
    margin-left: 0;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .gradient-small {
    background-position: 50% 70%;
    background-size: auto 100%;
  }

  .large-gradient {
    background-position: 50% 70%;
    background-size: auto 60%;
  }

  .socials {
    order: -1;
  }

  .socials.gap-s {
    justify-content: center;
  }

  .gradient-big-products-preview {
    background-position: 50% 0;
    background-size: 100% 100%;
  }

  .flex-list {
    flex-wrap: wrap;
    display: flex;
  }

  .flex-list.gap-xl {
    justify-content: center;
  }

  .section-3-grid.gap-xxxl.margin-bottom-xl {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .card.gap-s.no-padding {
    flex: 0 45%;
    width: auto;
  }

  .card.customer-feedback.gap-xxl {
    flex-basis: 50%;
    justify-content: space-between;
  }

  .dark {
    background-position: 50% 100%;
  }

  .team-member {
    width: 100px;
  }

  .section-flex {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .careers-intro-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .careers-intro-wrap.gap-xxxl {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .paper-wrapper.gap-s {
    width: auto;
    max-width: 540px;
    margin-bottom: 0;
  }

  .roles-list.gap-xxxl {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .rich-text-block.blog-post {
    margin-bottom: 48px;
  }

  .modal-contents {
    z-index: 11;
  }

  .modal-close {
    position: absolute;
    inset: 0%;
  }

  .list.gap-xxxl {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .newsroom-logo {
    max-width: 200px;
    max-height: 30px;
  }

  .flex.gap-s.use-cases {
    flex: 0 48%;
  }

  .tabs {
    display: none;
  }

  .section-4-grid-team {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .logos {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .slide {
    padding-top: 20px;
  }

  .left-arrow {
    color: var(--black);
    width: 50px;
    height: 50px;
    margin-top: 20px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .right-arrow {
    color: var(--black);
    width: 50px;
    height: 50px;
    margin-top: 20px;
    position: absolute;
    inset: 0% auto auto 50px;
  }

  .slide-nav {
    color: #0fffdb;
    padding-top: 74px;
    display: none;
    inset: 0% auto auto 0%;
  }

  .benefits-list {
    max-width: none;
  }

  .plus.wluper-gradient {
    margin-top: -30px;
    margin-bottom: -15px;
  }

  .career-benefits {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .extra-bottom-padding {
    padding-bottom: 120px;
  }

  .section-form {
    background-position: 50% 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .dark-no-nav-change {
    background-position: 50% 100%;
  }

  .about-intro-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-intro-wrap.gap-xxxl {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-1-grid.gap-xxxl {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-1-grid.gap-xxxl.products-overview {
    grid-template-columns: 1fr;
  }

  .section-1-grid.gap-xxxl.industries {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-1-grid.gap-xxxl.industries-copy {
    grid-template-columns: 1fr;
  }

  .paragraph-white {
    max-width: 50ch;
  }

  .paragraph-white.small {
    max-width: none;
  }

  .paragraph-white.push-up {
    max-width: 70ch;
  }

  .paragraph-white.xsmall {
    letter-spacing: .1em;
  }

  .blog-post-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .image-blog {
    width: 100%;
  }

  .socials-blog {
    order: -1;
  }

  .socials-blog.gap-s {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .blog-post-share-links {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .container-copy.blog-post-aside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1196px;
    display: grid;
    position: relative;
    top: auto;
  }

  .flex-copy.gap-s.use-cases, .flex-home.gap-s.use-cases {
    flex: 0 48%;
  }
}

@media screen and (max-width: 767px) {
  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

  .style-guide-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading.h3.text-centered-mobile {
    text-align: center;
  }

  .button {
    flex: 1;
  }

  .button.white {
    margin-left: 0;
    margin-right: 0;
  }

  .button.translucent.nav.mobile-only {
    flex: none;
  }

  .button.translucent.nav.light-mode.invert {
    flex: 0 auto;
  }

  .navbar.dark-mode {
    z-index: 10;
  }

  .hamburger-line {
    width: 30px;
  }

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

  .section.bottom-gradient.prefooter, .section.dark.gradient-small-left {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.extra-padding, .section.dark-no-nav-change.footer {
    padding-top: 80px;
  }

  .section-2-grid, .section-2-grid.gap-xxxl, .section-2-grid.gap-xxxl.industries, .section-2-grid.gap-xxxl.industries-copy {
    grid-template-columns: 100%;
  }

  .section-2-grid.use-cases {
    grid-template-columns: 100%;
    width: 100%;
  }

  ._4-grid {
    width: auto;
  }

  ._4-grid.gap-xl {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
  }

  ._4-grid.gap-xl.centered {
    place-items: center;
  }

  .industry-icon {
    max-width: 220px;
    max-height: 220px;
  }

  .industry-icon.large {
    width: 100%;
  }

  .feedback-grid, .customer-feedback-grid {
    grid-template-columns: 1fr;
  }

  .customer-feedback-grid.gap-xl {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

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

  .footer-grid.gap-xl {
    grid-row-gap: 40px;
  }

  .socials.gap-s {
    justify-content: flex-start;
  }

  .image-placeholder.square {
    height: 80vw;
  }

  .flex-list {
    flex-direction: row;
    place-content: center;
    width: auto;
  }

  .flex-list.gap-xl {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
  }

  .section-3-grid {
    grid-template-columns: 100%;
  }

  .card {
    width: auto;
    height: auto;
  }

  .card.gap-s.no-padding {
    flex-basis: 100%;
  }

  .card.team.margin-bottom-xl {
    width: 150px;
  }

  .white-paper-item.gap-s.flex-right {
    align-items: stretch;
  }

  .white-papers {
    grid-template-columns: 100%;
  }

  .team-member.blog-post-author {
    width: 80px;
  }

  .paper-wrapper {
    padding: 20px;
  }

  .roles-list, .roles-list.gap-xxxl {
    grid-template-columns: 100%;
  }

  .modal-text.gap-xl {
    padding-left: 45px;
    padding-right: 45px;
  }

  .modal-close.icon-close:hover {
    transform: rotate(0);
  }

  .join-modal-wrapper {
    z-index: 50;
  }

  .list, .list.gap-xxxl {
    grid-template-columns: 100%;
  }

  .flex.gap-s.use-cases {
    flex-basis: 100%;
  }

  .benefits-wrapper.gap-xxxl {
    flex-direction: column;
  }

  .tab-container {
    flex-direction: column;
    align-items: center;
  }

  .logos {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
    place-content: center;
    width: auto;
  }

  .extra-bottom-padding {
    padding-bottom: 80px;
  }

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

  .section-1-grid, .section-1-grid.gap-xxxl, .section-1-grid.gap-xxxl.industries, .section-1-grid.gap-xxxl.industries-copy {
    grid-template-columns: 100%;
  }

  .section-1-grid.use-cases {
    grid-template-columns: 100%;
    width: 100%;
  }

  .socials-blog.gap-s {
    justify-content: flex-start;
  }

  .flex-copy.gap-s.use-cases, .flex-home.gap-s.use-cases {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 479px) {
  .column {
    margin-bottom: 0;
  }

  .paragraph.large.close-line-height.medium {
    flex: 0 auto;
    width: auto;
    font-size: 12px;
  }

  .paragraph.push-up.light-grey {
    margin-top: -5px;
  }

  .paragraph.push-up.justified {
    text-align: left;
  }

  .paragraph.hyphen {
    display: none;
  }

  .icon.large {
    object-fit: contain;
  }

  .style-guide-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading.h1.true-understanding {
    font-size: 8.2vw;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.translucent.nav.mobile-only {
    flex: none;
    width: auto;
  }

  .button.translucent.nav.light-mode.invert {
    flex: 1;
    width: auto;
  }

  .button.translucent.nav.light-mode.invert.w--current {
    flex: 4 auto;
  }

  .button.stretch {
    flex: 0 auto;
  }

  .navbar.dark-mode {
    align-items: center;
  }

  .container.medium.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.small {
    margin-top: 50px;
  }

  .container.blog-post-aside {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-page-hero {
    padding-top: 40px;
  }

  .text-link.learn-more {
    top: 50px;
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-line.line-one {
    transform: translate(0, -3px);
  }

  .hamburger-line.line-two {
    border-radius: 2px;
    transform: translate(0, 3px);
  }

  .section.page-hero {
    background-size: cover;
  }

  .section.gradient-small-right.extra-padding {
    padding-bottom: 25px;
  }

  .section.dark.footer {
    position: relative;
    overflow: hidden;
  }

  .section.bottom-gradient-wide {
    background-position: 60%;
  }

  .section.dark-no-nav-change.footer {
    padding-top: 80px;
  }

  .page-wrap.overflow-visible {
    overflow: hidden;
  }

  ._4-grid.gap-xl {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .industry-icon {
    width: 100%;
    height: 130px;
  }

  .industry-icon.large {
    object-fit: contain;
    max-width: 270px;
    max-height: 270px;
    padding-top: 0;
  }

  .faq-p {
    margin-bottom: 60px;
  }

  .customer-feedback {
    padding: 15px;
  }

  .policy-and-socials.gap-l {
    margin-bottom: 0;
    margin-right: 0;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
    transition: opacity .25s;
  }

  .subscribe-form-input:focus {
    border-width: 1px;
    border-color: #ffffff80;
  }

  .socials-link {
    margin-top: 0;
  }

  .image-placeholder.square {
    object-fit: contain;
  }

  .flex-list.gap-xl {
    white-space: nowrap;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright {
    flex-direction: column-reverse;
    align-items: center;
  }

  .social-link-logo {
    width: 19.5469px;
  }

  .card.team {
    width: 130px;
  }

  .card.team.gap-s {
    text-align: center;
  }

  .card.team.margin-bottom-xl {
    width: 130px;
  }

  .dark {
    padding-top: 40px;
  }

  .white-paper-item.gap-s.flex-right {
    align-items: flex-end;
  }

  .section-flex {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .careers-intro-wrap {
    grid-template-columns: minmax(auto, 1fr);
  }

  .paper-wrapper.gap-s {
    max-width: 280px;
  }

  .career-gallery {
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .career-gallery.gap-xxl {
    grid-row-gap: 4px;
    grid-template-rows: 1fr .25fr;
    margin-bottom: -60px;
    padding-bottom: 0;
  }

  .career-image-1 {
    max-height: 300px;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }

  .career-images-wrapper {
    width: 100%;
  }

  .career-images-wrapper.gap-xxl {
    position: relative;
  }

  .career-image._2, .career-image._1 {
    flex-basis: 100%;
  }

  .career-image-right._1 {
    max-height: 300px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .career-image-right._2 {
    max-height: 300px;
    position: relative;
  }

  .rich-text-block {
    width: 100%;
  }

  .modal-contents {
    overflow: auto;
  }

  .modal-text.gap-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-close {
    z-index: 20;
  }

  .modal-close.mobile-hide {
    display: none;
  }

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

  .newsroom-logo.forbes {
    height: 15px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .cookie-contents {
    flex-direction: column;
    max-width: 95vw;
    padding: 1.5rem;
  }

  .cookie-wrapper {
    display: flex;
    overflow: hidden;
  }

  .flex.blog-details {
    flex-direction: column;
  }

  .contact-form-input {
    width: 100%;
    height: 50px;
  }

  .submit {
    flex-direction: column;
  }

  .recaptcha, .recaptcha.form {
    flex: 0 auto;
  }

  .tab-container {
    text-align: center;
    align-items: center;
  }

  .vid.homepage {
    object-fit: contain;
    height: 450px;
    margin-top: 0;
    padding-top: 0;
  }

  .section-4-grid-team {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .logos {
    width: 100%;
  }

  .left-arrow {
    margin-top: 0;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    margin-top: 0;
    inset: auto auto 0% 50px;
  }

  .caps {
    font-size: 19px;
  }

  .career-benefits {
    grid-template-columns: minmax(auto, 1fr);
  }

  .section-form, .dark-no-nav-change {
    padding-top: 40px;
  }

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

  .about-intro-wrap {
    grid-template-columns: minmax(auto, 1fr);
  }

  .about-intro-wrap.gap-xxxl {
    margin-bottom: -130px;
    padding-bottom: 0;
  }

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

  .about-images-wrapper.gap-xxl {
    position: relative;
  }

  .text-block-3 {
    float: none;
    margin-top: 0;
    padding-left: 0;
  }

  .image {
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-1-grid.gap-xxxl.margin-bottom-xl {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: start;
  }

  .paragraph-white.push-up.light-grey {
    margin-top: -5px;
  }

  .paragraph-white.push-up.justified {
    text-align: left;
  }

  .grid {
    grid-template-columns: 1.5fr;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
    justify-content: center;
  }

  .html-embed {
    display: block;
  }

  .blog-post-grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .image-blog {
    padding-bottom: 0;
  }

  .paragraph-3 {
    padding-top: 0;
  }

  .text-link-blog.learn-more {
    top: 50px;
  }

  .text-link-post.learn-more {
    margin-top: -54.4px;
    top: 50px;
  }

  .blog-post-share-links {
    flex-direction: column-reverse;
  }

  .container-copy.medium.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.small {
    margin-top: 50px;
  }

  .container-copy.medium-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy.blog-post-aside {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-copy {
    align-items: center;
    margin-bottom: -71px;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .flex-copy.gap-xl {
    display: block;
  }

  .flex-copy.blog-details, .flex-home.blog-details {
    flex-direction: column;
  }
}

#w-node-eea1e07c-e502-b11d-f24d-2cf560329caf-d4471942 {
  justify-self: start;
}

#w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c5c-d4471942 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c62-d4471942 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c63-d4471942 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c6d-d4471942 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c87-d4471942 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_8b047471-896f-e4ed-a158-1fb790a8ae91-d4471942 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_8b047471-896f-e4ed-a158-1fb790a8ae97-d4471942 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b047471-896f-e4ed-a158-1fb790a8ae98-d4471942 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b047471-896f-e4ed-a158-1fb790a8aea2-d4471942 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_8b047471-896f-e4ed-a158-1fb790a8aebc-d4471942 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-abac1c1b-c3ad-f87e-5307-e7615c9caf0c-d4471942 {
  justify-self: center;
}

#w-node-ec7ededa-a70f-b0ca-4108-077b0a512ce4-d4471942 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ec7ededa-a70f-b0ca-4108-077b0a512ceb-d4471942 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: start;
}

#w-node-ec7ededa-a70f-b0ca-4108-077b0a512cec-d4471942 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_476e9de8-0f7f-f2bb-7364-f46843f5aeca-d4471942 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d83d-e167d83b, #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d84f-e167d83b, #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d85c-e167d83b, #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d869-e167d83b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bcf68125-3b78-cc91-865d-597d596f58d8-e167d83b {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: stretch;
}

#w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d878-e167d83b {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-d9ce0c39-f69f-3972-f604-553f2ff0e737-e167d83b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_670f89e4-22b8-5f8f-ca26-a4751f56af7a-1f56af75 {
  justify-self: end;
}

#w-node-a1565cad-6f70-ff4d-871e-1ad305337f23-05337f21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1565cad-6f70-ff4d-871e-1ad305337f26-05337f21 {
  justify-self: end;
}

#w-node-a1565cad-6f70-ff4d-871e-1ad305337f3d-05337f21, #w-node-a1565cad-6f70-ff4d-871e-1ad305337f65-05337f21 {
  place-self: center;
}

#w-node-_514e4e92-35b8-7cd2-49ff-e6c3e18d6f33-b6471945 {
  align-self: center;
}

#w-node-_514e4e92-35b8-7cd2-49ff-e6c3e18d6f3d-b6471945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_117b630c-c304-5313-bf9e-661a8fba5369-b6471945 {
  justify-self: end;
}

#w-node-a0dc6b9c-f362-cf75-65c2-b16c1b8013ff-5147194b, #w-node-_4fe422f2-4579-7f89-d110-42c105bfc2e9-5147194b {
  align-self: center;
}

#w-node-_9c9ff41d-834a-ae23-451c-ff3b2a03e5b0-5147194b {
  justify-self: center;
}

#w-node-_320e96ec-7aed-9a9d-840b-80ccc2ac9936-5147194b {
  justify-self: end;
}

#w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b53-1a47194e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abac1c1b-c3ad-f87e-5307-e7615c9caf11-d247194f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b48-0b471950 {
  justify-self: stretch;
}

#w-node-_3438187e-b4bd-bbf8-d464-3c471cc9730f-b2471956 {
  justify-self: end;
}

#w-node-e5749fb0-9bcd-9f8a-f322-bf0fc0cc7710-c347195b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f89627a-5aed-3531-9614-35bfcb182545-4f47195e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f196d6a-fb3b-f9e3-d2c5-0ca72dec5ef3-4f47195e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b316a6b6-29d2-04c2-7ee3-db1aeea643a5-4f47195e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c295f01-3720-ccc5-43cf-8cd0f90937bc-4f47195e {
  justify-self: end;
}

#w-node-d32f4f6f-e920-7f3d-3c1d-2d96b21930e6-4f47195e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-afccc90d-8c0a-a707-4f0d-13037cf8dc08-4f47195e, #w-node-_72bbe8a6-73ca-cd6a-8d29-b802a921d36d-4f47195e {
  justify-self: end;
}

#w-node-_64209a18-7fcf-5ca6-e891-703d55bd371b-c0471964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c637363e-4cfa-bcf6-7d5f-c589abb1ae1a-20471967 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_347e60d7-4666-b99e-02bf-623651a6cd63-20471967 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6d8efec4-e3d4-8047-130c-d16fb67862c6-20471967 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_347e60d7-4666-b99e-02bf-623651a6cd63-79471968 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_55e6955c-fcdb-c3fc-eb41-4ec782dca4ca-79471968 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b2f1cff0-7716-5c4f-1e80-ff2f61b98c18-79471968 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f556b134-12df-49fc-945e-257d3319df97-79471968 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6610101-0b39-b2f5-11fb-7c2e7d6113bb-8d808f90 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-eea1e07c-e502-b11d-f24d-2cf560329caf-d4471942 {
    justify-self: start;
  }

  #w-node-eea1e07c-e502-b11d-f24d-2cf560329cb6-d4471942, #w-node-_48a30b3b-dcbc-62cf-efec-3cd55c0b7844-d4471942 {
    justify-self: end;
  }

  #w-node-_670f89e4-22b8-5f8f-ca26-a4751f56af77-1f56af75, #w-node-_320e96ec-7aed-9a9d-840b-80ccc2ac9931-5147194b, #w-node-_3438187e-b4bd-bbf8-d464-3c471cc9730a-b2471956, #w-node-_72bbe8a6-73ca-cd6a-8d29-b802a921d368-4f47195e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4bee9ff1-b6bc-b4cc-85e1-228465de2c63-d4471942 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8b047471-896f-e4ed-a158-1fb790a8ae91-d4471942 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b047471-896f-e4ed-a158-1fb790a8ae98-d4471942 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa522233-3ede-8603-d33c-223fbd3ed3b9-d4471942 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b047471-896f-e4ed-a158-1fb790a8aebc-d4471942 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-ec7ededa-a70f-b0ca-4108-077b0a512ceb-d4471942 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-ec7ededa-a70f-b0ca-4108-077b0a512cec-d4471942 {
    grid-area: 1 / 2 / 3 / 2;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d83d-e167d83b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d84f-e167d83b {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d85c-e167d83b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d869-e167d83b {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-bcf68125-3b78-cc91-865d-597d596f58d8-e167d83b {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d878-e167d83b {
    grid-area: 2 / 3 / 3 / 4;
    place-self: end;
  }

  #w-node-d9ce0c39-f69f-3972-f604-553f2ff0e737-e167d83b {
    grid-column: span 3 / span 3;
  }

  #w-node-_9c9ff41d-834a-ae23-451c-ff3b2a03e5b0-5147194b {
    justify-self: start;
  }

  #w-node-abac1c1b-c3ad-f87e-5307-e7615c9caf11-d247194f, #w-node-c637363e-4cfa-bcf6-7d5f-c589abb1ae1a-20471967, #w-node-_347e60d7-4666-b99e-02bf-623651a6cd63-20471967, #w-node-_6d8efec4-e3d4-8047-130c-d16fb67862c6-20471967, #w-node-_347e60d7-4666-b99e-02bf-623651a6cd63-79471968, #w-node-_55e6955c-fcdb-c3fc-eb41-4ec782dca4ca-79471968, #w-node-b2f1cff0-7716-5c4f-1e80-ff2f61b98c18-79471968, #w-node-f556b134-12df-49fc-945e-257d3319df97-79471968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b047471-896f-e4ed-a158-1fb790a8ae91-d4471942 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fa522233-3ede-8603-d33c-223fbd3ed3b9-d4471942 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b047471-896f-e4ed-a158-1fb790a8aebc-d4471942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec7ededa-a70f-b0ca-4108-077b0a512ce4-d4471942 {
    grid-column: span 1 / span 1;
  }

  #w-node-ec7ededa-a70f-b0ca-4108-077b0a512ceb-d4471942, #w-node-ec7ededa-a70f-b0ca-4108-077b0a512cec-d4471942, #w-node-_476e9de8-0f7f-f2bb-7364-f46843f5aeca-d4471942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d83d-e167d83b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d84f-e167d83b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d85c-e167d83b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d869-e167d83b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bcf68125-3b78-cc91-865d-597d596f58d8-e167d83b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e0e51d0-2d3a-ca9f-f142-39f2e167d878-e167d83b {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start;
  }

  #w-node-d9ce0c39-f69f-3972-f604-553f2ff0e737-e167d83b {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_670f89e4-22b8-5f8f-ca26-a4751f56af7a-1f56af75, #w-node-_117b630c-c304-5313-bf9e-661a8fba5369-b6471945, #w-node-_320e96ec-7aed-9a9d-840b-80ccc2ac9936-5147194b, #w-node-_3438187e-b4bd-bbf8-d464-3c471cc9730f-b2471956, #w-node-_72bbe8a6-73ca-cd6a-8d29-b802a921d36d-4f47195e {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b047471-896f-e4ed-a158-1fb790a8ae91-d4471942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ec7ededa-a70f-b0ca-4108-077b0a512cec-d4471942 {
    grid-column: span 1 / span 1;
  }

  #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b4b-1a47194e, #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b4d-1a47194e, #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b4f-1a47194e, #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b51-1a47194e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a317cc96-ef9f-53e4-0aa2-4b3b9079cb50-2d471952, #w-node-_3a8ed718-a1f5-bb29-5ceb-a5ff52173561-2d471952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b4b-6a471953, #w-node-f7531bf9-3d12-8cb2-5177-7742ba4e8b4d-6a471953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b001c5b-b7a3-bbf7-040f-0aa9e4b231b4-bd47195a, #w-node-_40bbeb26-6e23-0efa-3b37-274bfe8e992a-bd47195a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5749fb0-9bcd-9f8a-f322-bf0fc0cc7708-c347195b, #w-node-e5749fb0-9bcd-9f8a-f322-bf0fc0cc770a-c347195b, #w-node-e5749fb0-9bcd-9f8a-f322-bf0fc0cc770c-c347195b, #w-node-e5749fb0-9bcd-9f8a-f322-bf0fc0cc770e-c347195b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}