:root {
  --white: white;
  --dark-violet: #1c1427;
  --letter-spacing: .025em;
  --black: black;
  --red: red;
  --dark-slate-blue: #4e3d5a;
  --dark: #060b11;
  --midnight-blue: #24175b;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  color: var(--white);
  background-color: #060b11;
  background-image: linear-gradient(#060b11, #060b11);
  font-family: S0ggSW50Z, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.7em;
  font-weight: 300;
  line-height: .902;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica now text, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

a {
  color: var(--white);
  text-decoration: underline;
}

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

.section {
  width: 100%;
  padding: 12vh 4em;
}

.section.hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.section.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section.footer {
  padding-bottom: 5em;
}

.section.is--header {
  padding: 9em 0 0;
}

.section.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
  position: relative;
}

.section.hero-2 {
  padding-top: 12em;
  position: relative;
}

.container {
  width: 100%;
  max-width: 87.6em;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading_wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.scroll-link-wrap {
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 6.6em 3em auto;
  overflow: hidden;
}

.flex {
  display: flex;
}

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

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

.flex.vert.al-center {
  align-items: center;
}

.button {
  color: var(--white);
  white-space: nowrap;
  align-items: center;
  height: 3.2em;
  padding-left: .75em;
  padding-right: .75em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_arrow-ellipse {
  z-index: 0;
  background-color: var(--white);
  border-radius: 100px;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-wrapper {
  margin-top: 1.6em;
  display: flex;
  position: relative;
}

.button_arrow-icon {
  z-index: 2;
  color: var(--dark-violet);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin-right: 1.5em;
  display: flex;
  position: relative;
}

.button_text {
  z-index: 2;
  position: relative;
}

.button_text.is-btm {
  color: var(--dark-violet);
  margin-left: .06em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.featured-partners_wrapper {
  margin-top: 6em;
}

.swiper-wrapper {
  align-items: flex-start;
  padding-left: 3em;
  display: flex;
}

.swiper-wrapper.no-pad {
  padding-left: 0;
}

.testimonial {
  border-top: 1px solid #fff3;
  flex-direction: column;
  height: 18.8em;
  padding-top: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial.engagements {
  border: 1px #000;
  margin-right: 7vw;
}

.testimonial_quotes-icon {
  justify-content: center;
  align-items: center;
  width: 2em;
  margin-right: 1.6em;
  display: flex;
}

.testimonial_c-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial_c-wrapper_content {
  flex-direction: column;
  align-items: flex-start;
  width: 20em;
  display: flex;
}

.testimonial_author-photo {
  z-index: 4;
  border-radius: 2em;
  width: 3.4em;
  height: 5.2em;
  margin-left: 2.6em;
  position: relative;
  overflow: hidden;
}

.testimonial_para {
  font-size: .86em;
}

.alphabet-large {
  letter-spacing: 2px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .01em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: .9;
}

.testimonial_author-img {
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sentence-top {
  width: 95%;
  margin-left: -.3%;
}

.sentence-top._90 {
  width: 91%;
}

.sentence-top._1 {
  width: 88%;
}

.sentence-btm {
  display: block;
}

.testimonial_author-details {
  margin-top: 3.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial_author-name {
  letter-spacing: var(--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2;
}

.testimonial_author-role {
  font-size: .8em;
}

.engagements-c-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-logo {
  height: 1.6vw;
  margin-bottom: 50px;
}

.partner-name {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.2em;
  line-height: 1.2;
}

.work-thumbnail {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5em;
  margin-bottom: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-thumbnail.mgn-btm--0 {
  margin-bottom: 0;
}

.work-thumbnail_c-wrapper {
  width: 100%;
  margin-left: 1em;
}

.work-thumbnail_no {
  margin-top: .6em;
  font-size: 2em;
}

.is-small {
  font-size: .6em;
}

.work-thumbnail_title-text {
  margin-right: 1vw;
  font-size: 7.5em;
}

.work-thumbnail_title {
  align-items: center;
  width: 100%;
  display: flex;
}

.work-thumbnail_c {
  grid-column-gap: 2.6em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20em;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 1em;
  display: grid;
}

.work-thumbnail_img {
  object-fit: cover;
  width: 61em;
}

.work-thumbnail_desc {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.button_text-wrap {
  z-index: 2;
  flex-direction: column;
  padding-left: .06em;
  padding-right: .06em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-thumbnail_d-l_item-block {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-thumbnail_d-l {
  text-transform: uppercase;
  margin-bottom: 5em;
  padding-left: 0;
  font-family: S0ggSW50Z, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.list-bullet {
  text-align: left;
  width: 2em;
  display: inline-block;
}

.work-thumbnail_d-l_item {
  align-items: center;
  margin-bottom: .2em;
  display: flex;
}

.slide-in-ani.mgn-top-1-6 {
  margin-top: 1.6em;
}

.hide {
  display: none;
}

.footer_grid {
  grid-column-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto .75fr;
  width: 100%;
}

.footer-link {
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .6em;
  padding-bottom: .16em;
  padding-right: .9em;
  font-size: .75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link.mgn-btm-0 {
  margin-bottom: 0;
}

.footer-link.is-large {
  font-size: 1em;
}

.footer-link.is-large.is-last {
  margin-bottom: 0;
}

.underline {
  background-color: var(--white);
  width: 100%;
  height: 1.2px;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
}

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

.new-tab-icon {
  margin-top: .2em;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-link_text.is-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-link_text.is-btm {
  position: relative;
}

.hero-heading.fa-center {
  text-align: center;
}

.navbar {
  color: var(--white);
  background-color: #0000;
  width: 100%;
  padding: 2.2em 4em 2em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5em;
  padding-bottom: .16em;
  font-size: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.scroll-link {
  margin-bottom: 0;
}

.nav-link_text.is-top {
  position: relative;
}

.nav-link_text.is-btm {
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--white);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 300;
  line-height: .902;
  text-decoration: none;
  display: flex;
}

.canvas-holder {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.image-embed {
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.image-embed.mgn-btm-5em {
  margin-bottom: 5em;
}

.client-logos {
  grid-column-gap: 9em;
  grid-row-gap: 3.5em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 5em;
}

.client-logos_logo {
  width: 8em;
}

.client-logos_logo._w-4-5em {
  width: 4.5em;
}

.client-logos_logo.is-med {
  width: 10em;
}

.privacy {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5em;
  font-size: .8em;
  display: flex;
}

.work-thumbnail_title-line {
  border-top: 2px solid var(--white);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.transition-lottie {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.menu_link {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link.w--current {
  color: #e8e8e8;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color-border {
  background-color: var(--black);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--hamburger {
  display: none;
}

.transition-color {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.top {
  background-color: #0000;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-heading_reel {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #060b1199;
  border-radius: .45em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 3.4em;
  margin-right: .6em;
  padding: 0;
  font-size: 1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-subtitle_text {
  text-align: justify;
  width: 30ch;
  font-size: .92em;
  display: inline-block;
}

.transition-loader-text {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  position: relative;
}

.transition-loader-text_dot {
  background-color: var(--red);
  border-radius: 20em;
  width: .5em;
  height: .5em;
  margin-right: 1em;
  padding-top: .05em;
  padding-bottom: .05em;
  font-size: .8em;
  display: inline-block;
  position: relative;
}

.link {
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff52;
  border-radius: 100vw;
  padding: 1em 1.6em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link.is--submit {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  overflow: visible;
}

.link_container {
  padding: .2em .4em;
  display: inline-block;
}

.link_container.is--submit.disable {
  opacity: .3;
  transition: opacity .3s;
}

.link_text {
  font-size: 1.2em;
}

.link_text.is--2 {
  position: absolute;
}

.form_contain {
  width: 83%;
}

.shapes {
  margin-left: -.8em;
  padding-bottom: 2em;
}

.shapes.submit-contain {
  margin-left: -.4em;
  padding-top: 1em;
  padding-bottom: 0;
}

.form {
  min-height: 51em;
  margin-bottom: 0;
  padding-top: 5em;
}

.submit_line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.label {
  display: none;
}

.radio-button {
  z-index: 30;
  opacity: 0;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.link_move {
  position: relative;
}

.link_wrap {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hand {
  background-image: url('../images/emoji.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.group {
  padding-top: 1.5em;
}

.field {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--dark-slate-blue);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  height: 2em;
  margin-bottom: 0;
  padding: 0;
  transition: color .2s;
}

.field::placeholder {
  color: #cccccc80;
}

.link_circle {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  min-height: 6em;
  margin-bottom: 5.9em;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  inset: auto 0% 0%;
}

.submit {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0000;
  margin-bottom: .2em;
  padding: 0;
  font-size: 2em;
}

.field_parent {
  margin-bottom: 1em;
  font-size: 2.2em;
  position: relative;
}

.field_line {
  background-color: var(--white);
  opacity: .18;
  width: 100%;
  height: 1px;
  transition: opacity .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.main-pill_img {
  object-fit: cover;
  object-position: 50% 41%;
  width: 100%;
  max-width: none;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.work-header_line {
  background-color: var(--white);
  width: 1px;
  height: 8em;
  margin: 2.6em auto;
}

.full-width-bg-img {
  z-index: -1;
  opacity: .5;
  filter: blur(4px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-width-img-section_inner-img {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 70em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 50px #0003;
}

.work-vid {
  z-index: 4;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-vid_inner-wrapper {
  z-index: 4;
  aspect-ratio: 16 / 9;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.work-vid_wrapper {
  width: 45em;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-img {
  width: 18em;
  margin: -2em auto 1.6em;
}

.info-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.info-grid.col-3x {
  grid-template-columns: .6fr .5fr 1fr;
  width: 94%;
}

.info-grid._w-74em {
  grid-template-columns: .4fr 1fr;
}

.info-grid_item._w-80 {
  width: 80%;
}

.p-card_inner {
  border: 2px dashed #060b114d;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 1em 2em 0;
  display: flex;
  position: relative;
}

.bullets-grid_sub-text {
  letter-spacing: var(--letter-spacing);
  font-size: 1.1em;
}

.bullets-grid_title {
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2;
}

.bullets-grid_title._2 {
  margin-top: 2em;
  transform: none;
}

.sub-title {
  text-align: justify;
  font-family: Helvetica now text, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.1;
}

.privacy_rt-block {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.t-slider {
  background-color: #0000;
  height: auto;
  margin-top: 5em;
  margin-bottom: 6.2em;
  position: relative;
}

.slide-nav {
  display: none;
}

.t-slider_slide {
  margin-right: 2em;
}

.t-slider_mask {
  width: 30em;
  overflow: visible;
}

.arrow {
  border: 1px solid var(--white);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2.2em;
  margin-left: 0;
  margin-right: 0;
  padding: .1em 1em;
  font-size: 1em;
  transition: color .6s;
  display: flex;
  position: absolute;
  inset: auto auto -5.6em 0%;
  overflow: hidden;
}

.arrow:hover {
  color: var(--dark);
}

.arrow.arrow-right {
  margin-left: 5em;
}

.arrow_icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow_bg {
  z-index: 0;
  background-color: var(--white);
  border-radius: 2em;
  width: 110%;
  height: 118%;
  margin-top: -4%;
  margin-left: -110%;
  position: absolute;
  inset: 0%;
}

.arrow_icon {
  filter: invert();
}

.arrow_icon.left {
  transform: rotate(180deg);
}

.arrow-pseudo {
  border: 1px solid var(--white);
  filter: blur(1px);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2.2em;
  margin-left: 0;
  margin-right: 0;
  padding: .1em 1em;
  font-size: 1em;
  transition: color .6s;
  display: flex;
  position: absolute;
  inset: auto auto -5.6em 0%;
  overflow: hidden;
}

.arrow-pseudo:hover {
  color: var(--dark);
}

.arrow-pseudo.arrow-right {
  margin-left: 5em;
}

.testimonial_border {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.t-slider_slide-inner {
  align-items: flex-start;
  display: flex;
}

._w-16em {
  max-width: 19em;
}

._w-16em.mgn-top-2-6em {
  margin-top: 2.6em;
  margin-left: 12em;
}

.blob {
  z-index: -1;
  width: 39em;
  position: absolute;
  inset: auto auto 12% 24%;
}

.blob.is-2 {
  width: 34em;
  inset: 11% -9% auto auto;
}

.blob.is-3 {
  width: 34em;
  inset: -12% -1% auto auto;
}

.about-intro {
  max-width: 87%;
  padding-top: 5em;
  padding-left: 10em;
}

.p-cards {
  background-color: var(--dark-slate-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1em;
  flex-direction: column;
  width: 82%;
  padding: 2.6em .6em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-card {
  background-color: #1d242c;
  border: .06em solid #ffffff0f;
  border-radius: 1em 1em 0 0;
  margin-top: -2em;
  padding-top: .6em;
  padding-left: .6em;
  padding-right: .6em;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 50px #060b11cc;
}

.p-card_text {
  margin-bottom: 2em;
  padding-right: 1.56em;
  overflow: hidden;
}

.p-cards_overlay {
  background-color: var(--dark-slate-blue);
  border-radius: 1em;
  height: 4em;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 -1px 20px #1c14271a;
}

.p-card_header {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
  font-size: .9em;
  display: flex;
}

.b-cards {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.b-card {
  background-color: var(--dark-slate-blue);
  border-radius: 2em;
  padding: .6em;
}

.work-intro-grid {
  grid-column-gap: 5.5em;
  grid-row-gap: 2.6em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content 1fr;
  width: 75%;
  margin-left: auto;
  font-family: Helvetica now text, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.mgn-btm-1-6em {
  margin-bottom: 2.6em;
}

.card_content {
  z-index: 10;
  border: 2px dashed #060b114d;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% + .63em);
  height: 100%;
  margin-bottom: -.1em;
  padding-top: .8em;
  padding-left: .8em;
  padding-right: .8em;
  font-size: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  font-size: .9em;
  display: flex;
}

.t-slider_nav {
  align-items: center;
  padding: .5em 2.6em;
  display: flex;
  position: absolute;
  inset: auto 0% -5.6em auto;
}

.t-slider_nav-dot {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 1em;
  width: 1.7em;
  height: 5px;
  margin-left: .2em;
  margin-right: .2em;
  transition: width .6s, background-color .6s;
}

.t-slider_nav-dot.active {
  background-color: var(--white);
  width: 2.3em;
  position: relative;
  overflow: hidden;
}

.field_label {
  margin-bottom: .6em;
  font-size: 2em;
}

.field_line-wrap {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: var(--midnight-blue);
  border-radius: .6em;
  padding: 2.6em 2em 2.63em;
  font-family: Helvetica now text, sans-serif;
  font-size: 1.5em;
}

.error-message {
  background-color: var(--red);
  color: var(--white);
  border-radius: 6px;
  margin-top: 2.6em;
  padding: 1em;
  font-family: Helvetica now text, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.js-image {
  object-fit: cover;
}

.work-intro_link {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.6em;
  margin-bottom: .6em;
  padding-bottom: .16em;
  padding-right: .9em;
  font-family: Helvetica now text, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rcg {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.benefits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #c1c0be;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.section-benefits {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.callout-wrapper {
  grid-column-gap: 1rem;
  color: #90614c;
  text-align: center;
  border: 1px solid #c1c0be;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  line-height: 1.2;
  display: flex;
}

.tagline-wrapper {
  align-items: flex-start;
  display: flex;
}

.tagline-wrapper.show-mobile {
  display: none;
}

.benefits-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-width-medium {
  width: 34ch;
  font-size: 1.25rem;
  line-height: 1.2;
}

.benefits-block {
  text-align: center;
  border-right: 1px solid #c1c0be;
  padding: 3rem;
}

.benefits-block.last {
  border-right-style: none;
}

.container-benefits {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.heading-italic {
  font-style: italic;
}

.heading-wrapper.right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.asterisk {
  margin-left: 1rem;
  margin-right: 1rem;
}

.asterisk.small {
  width: .5rem;
}

.heading-row {
  align-items: center;
  display: flex;
}

.footer-badge {
  width: 100%;
}

.footer-badge-wrap {
  width: 18em;
}

.question-box {
  flex: 1;
}

.question {
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0%;
}

.label-2 {
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.submit-button {
  color: #141414;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 45px;
  padding-right: 45px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  background-color: #fffc;
}

.input-box {
  margin-bottom: 40px;
}

.text-field {
  color: #fff;
  background-color: #141414;
  border: 0 solid #000;
  border-bottom: 1px solid #767676;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  transition: border-color .2s;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #fff;
}

.radio-circle-box {
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  bottom: 40px;
}

.form-2 {
  background-color: #0000;
}

.success-message-2 {
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.text {
  font-size: 22px;
}

.radio-main-text {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  position: relative;
}

.radio-main-text.smaller-text {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.section-header.medium-header {
  margin-bottom: 40px;
}

.question-center-box {
  width: 100%;
  max-width: 400px;
}

.question-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.checkbox {
  background-color: #fff0;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: -32px;
  margin-right: 24px;
  transition: border-color .2s, background-color .2s;
}

.checkbox:hover {
  background-color: #3898ec12;
}

.checkbox.w--redirected-checked {
  background-color: #ffffff2e;
  background-image: none;
  border-color: #fff;
}

.radio-sub-text {
  color: #949494;
  max-width: 220px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.radio-input {
  background-color: #fff0;
  border-color: #ccc;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s, border-color .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000;
}

.radio-input:active {
  box-shadow: 0 0 #0000;
}

.radio-input.w--redirected-checked {
  background-color: #ffffff08;
  border-width: 2px;
  border-color: #fff;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.radio-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.checkbox-field {
  cursor: pointer;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 32px;
  display: flex;
}

.question-wrapper {
  position: relative;
}

.radio-button-2 {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.rcg_logo {
  width: 2.6em;
}

.card {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: .06em solid #ffffff1a;
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24.31em;
  height: 25em;
  padding: .63em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_shape {
  z-index: 9;
  color: var(--dark);
  width: calc(100% - .8em);
  height: calc(100% - .63em);
  position: absolute;
}

.card_overlay {
  z-index: -2;
  opacity: .8;
  color: var(--dark-slate-blue);
  mix-blend-mode: overlay;
  width: calc(100% - .63em);
  height: calc(100% - .63em);
  position: absolute;
}

.card_icon {
  z-index: 11;
  width: 1.4em;
  height: 1.4em;
  margin-top: .45em;
  margin-right: 3.2em;
  font-size: .9em;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.tech-stack_item {
  z-index: 1;
  background-image: linear-gradient(180deg, #060b114d, var(--dark-violet));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  min-width: 2.8em;
  height: 2.8em;
  margin-left: .5em;
  margin-right: .5em;
  padding: .3em;
  display: flex;
  position: relative;
}

.tech-stack_icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.tech-stack_center {
  z-index: 2;
  background-image: linear-gradient(180deg, #060b114d, var(--dark-violet));
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7em;
  min-width: 7em;
  height: 7em;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.integrations-bg-wrap {
  z-index: 0;
  width: 242px;
  height: 242px;
  position: absolute;
}

.integrations-bg-circle {
  background-image: linear-gradient(to bottom, var(--dark-violet), var(--midnight-blue));
  opacity: 0;
  border: 1px solid #ac8eff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tech-stack_center-icon {
  width: 50%;
  height: 50%;
}

.brand_icon {
  width: 1.08em;
  height: 1.08em;
  margin-top: -.06em;
  margin-right: .7em;
}

.tech-stack {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
  display: flex;
}

.card_title {
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

.card_para {
  font-family: Helvetica now text, sans-serif;
}

.card_img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -1% auto;
}

.card_list {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.165vw;
  display: grid;
}

.card_text {
  z-index: 10;
  margin-top: .9em;
  margin-right: 1.9em;
  font-size: .72em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.profile-img {
  z-index: 10;
  object-fit: cover;
  border-radius: 1em;
  width: calc(100% - .63em);
  height: calc(100% - .63em);
  position: absolute;
}

.svg-shape-clip {
  z-index: -20;
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-heading_reel-vid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-subtitle {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.hero-subtitle_wrap {
  align-items: center;
  display: flex;
}

.hero-sphere_scene {
  width: 100%;
  height: 100%;
  margin-left: -40vw;
}

.about-intro_content {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: .06em solid #ffffff1a;
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 33em;
  padding: 3.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.is-scalable {
  justify-content: flex-start;
}

.highlights-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights-card-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #b4bcd0;
  text-align: center;
  flex-direction: column;
  max-width: 29em;
  line-height: 1.3;
  display: flex;
}

.highlights-card-content.feature-card-content--command-menu {
  max-width: 37em;
  transition: opacity .12s;
}

.highlights-card_bg {
  z-index: -10;
  background-color: var(--dark);
  position: absolute;
  inset: 0%;
}

.highlights-card_spline {
  z-index: -1;
  width: 100%;
  height: 26em;
  position: absolute;
  top: -3em;
}

.hero-sphere {
  z-index: -5;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 70vw;
  display: flex;
  position: absolute;
  top: 8vw;
  overflow: hidden;
}

.mgn-btm-12vh {
  margin-bottom: 12vh;
}

.highlights-card_scale-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap-reverse;
  flex: 1;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card_scale-block {
  background-color: #2d323f;
  border-radius: .7em;
  width: 12.9em;
  height: calc(33.33% - 1em);
}

.form_message-error {
  color: #f5f2ef;
  background-color: #e05e3e;
  border-radius: .2em;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  padding: .55em;
  font-family: Helvetica now text, sans-serif;
  font-size: 1.2em;
}

.highlights-card_img {
  width: 80%;
  margin-top: 2em;
  position: absolute;
  inset: auto auto 0% -.5%;
}

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

.profile-img-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 80vh;
}

.contact_title {
  font-size: 25px;
  line-height: 1.4;
}

.contact_content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.contact_text {
  font-size: 12px;
}

.contact_link {
  text-decoration: none;
  transition: color .2s;
}

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

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

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section {
    padding: 6em 1.2em;
  }

  .section.hero {
    padding-top: 8em;
  }

  .container {
    max-width: 100%;
  }

  .container.nav {
    align-items: flex-start;
  }

  .scroll-link-wrap {
    font-size: 12px;
    right: 1.2em;
  }

  .button-wrapper {
    margin-top: 1em;
  }

  .main {
    overflow: hidden;
  }

  .work-thumbnail {
    margin-top: 2.6em;
  }

  .work-thumbnail_c-wrapper {
    margin-left: 0;
  }

  .work-thumbnail_no {
    margin-top: 1.1em;
    font-size: 1.6em;
    display: none;
  }

  .work-thumbnail_title-text {
    font-size: 4em;
  }

  .work-thumbnail_c {
    grid-template-columns: 1fr;
  }

  .work-thumbnail_img {
    width: 100%;
  }

  .work-thumbnail_d-l.slide-in-ani {
    margin-bottom: 2.6em;
  }

  .footer_grid {
    grid-row-gap: 2.6em;
    grid-template-columns: auto auto auto;
  }

  .hero-heading {
    font-size: 9vw;
  }

  .navbar {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .nav-link {
    align-items: flex-end;
    font-size: 1em;
  }

  .brand {
    font-size: 1em;
  }

  .image-embed {
    opacity: 1;
  }

  .client-logos {
    margin-top: 2.6em;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .grid_item.is--hamburger {
    width: auto;
    display: block;
  }

  .form_contain {
    width: 100%;
  }

  .form {
    min-height: 55.2em;
  }

  .main-pill_img {
    object-position: 50% 50%;
    height: 100vh;
  }

  .work-vid {
    width: 100%;
  }

  .info-grid {
    grid-row-gap: 2.6em;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .info-grid.col-3x {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .info-grid._w-74em {
    grid-template-columns: 1fr;
    width: auto;
  }

  .info-grid_item._w-80 {
    width: 60%;
  }

  .sub-title {
    font-size: 1.4em;
  }

  .work-thumbnail_desc_text {
    max-width: 60ch;
  }

  .t-slider {
    margin-top: 2.6em;
  }

  .blob {
    right: -13%;
  }

  .blob.is-2 {
    top: auto;
    left: auto;
    right: 0%;
  }

  .blob.is-3 {
    width: 31em;
    inset: -10% 0% auto auto;
  }

  .about-intro {
    max-width: 100%;
  }

  .p-cards, .b-cards {
    width: auto;
  }

  .work-intro-grid {
    grid-column-gap: 2.6em;
    width: 100%;
  }

  .benefits-grid {
    display: flex;
    overflow: scroll;
  }

  .callout-wrapper {
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .callout-wrapper.mobile-margin {
    margin-bottom: 2rem;
  }

  .tagline-wrapper.show-mobile {
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .tagline-wrapper.hide-mobile {
    display: none;
  }

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

  .benefits-block {
    flex: none;
    max-width: 350px;
  }

  .container-benefits {
    width: 100%;
  }

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

  .heading-wrapper.right.mobile-center {
    text-align: center;
    align-items: center;
  }

  .card {
    aspect-ratio: 389 / 400;
    width: 100%;
    height: auto;
  }

  .card_icon {
    width: 1.2em;
    height: 1.2em;
    margin-top: .6em;
    margin-right: 2.9em;
  }

  .card_list {
    grid-template-columns: 1fr 1fr;
    font-size: 2vw;
  }

  .card_text {
    margin-top: 1em;
    margin-right: 2.4em;
    font-size: 2vw;
  }

  .profile-img {
    border-radius: 1.2em;
  }

  .hero-subtitle {
    margin-top: .63em;
    font-size: 2vw;
  }

  .about-intro_content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .highlights-card {
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

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

  .highlights-card_spline {
    height: 23em;
  }

  .hero-sphere {
    display: none;
  }

  .highlights-card_scale-block {
    height: 3.5em;
  }

  .about-intro-copy {
    max-width: 100%;
  }

  .profile-img-copy {
    border-radius: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.hero {
    padding-bottom: 20em;
  }

  .section.footer {
    padding-bottom: 4em;
  }

  .container {
    max-width: 100%;
  }

  .scroll-link-wrap {
    font-size: 14px;
  }

  .testimonial_quotes-icon {
    top: -1%;
    left: -1.8em;
  }

  .testimonial_author-photo {
    border-radius: 60px;
  }

  .work-thumbnail {
    margin-top: 2.6em;
    margin-bottom: 8em;
  }

  .footer_grid {
    grid-template-columns: auto auto;
  }

  .footer-link.is-large {
    font-size: .9em;
  }

  .footer-grid_col.social-wrapper {
    align-items: flex-end;
  }

  .hero-heading {
    font-size: 9vw;
    line-height: 1;
  }

  .hero-heading.fa-center {
    font-size: 12vw;
  }

  .nav-link.scroll-link {
    margin-left: 0;
  }

  .brand {
    font-size: 1.2em;
  }

  .image-embed.mgn-btm-5em {
    margin-bottom: 2.6em;
  }

  .client-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .work-thumbnail_title-line {
    display: none;
  }

  .hero-heading_reel {
    line-height: 4;
  }

  .link {
    font-size: .9em;
  }

  .field_parent {
    font-size: 1.8em;
  }

  .main-pill_img {
    height: 80vh;
  }

  .work-header_line {
    height: 8em;
  }

  .work-vid_wrapper {
    width: 100%;
  }

  .info-grid.col-3x {
    grid-template-columns: 1fr;
  }

  .info-grid_item._w-80 {
    width: 100%;
  }

  .sub-title {
    font-size: 1em;
  }

  .t-slider {
    font-size: 2.6vw;
  }

  .t-slider_mask {
    width: 28em;
  }

  .blob.is-3 {
    width: 26em;
  }

  .about-intro {
    padding-left: 0;
  }

  .b-cards {
    grid-template-columns: 1fr;
  }

  .work-intro-grid {
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .mgn-btm-1-6em {
    margin-bottom: 1em;
  }

  .field_label {
    font-size: 1.8em;
  }

  .section-benefits {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .callout-wrapper {
    grid-column-gap: 0rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .callout-wrapper.mobile-margin {
    margin-bottom: 2rem;
  }

  .rcg_logo {
    width: 2.2em;
  }

  .card_icon {
    margin-top: .7em;
    margin-right: 4em;
    font-size: 3vw;
  }

  .card_list {
    grid-template-columns: 1fr;
    font-size: 3vw;
  }

  .card_text {
    margin-top: 1.4em;
    margin-right: 4em;
  }

  .profile-img {
    border-radius: 1em;
  }

  .hero-subtitle {
    justify-content: flex-start;
    margin-top: 2em;
    padding-left: 20vw;
    font-size: 2.2vw;
  }

  .highlights-card_scale-block {
    width: 29%;
  }

  .about-intro-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .profile-img-copy {
    border-radius: 1em;
    min-height: auto;
  }

  .contact_title {
    font-size: 20px;
  }

  .contact_content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 6vw;
  }

  .section {
    padding-left: .9em;
    padding-right: .9em;
  }

  .section.hero {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .section.footer {
    padding-bottom: 2.6em;
  }

  .container.nav {
    font-size: 3vw;
  }

  .scroll-link-wrap {
    font-size: 3.4vw;
  }

  .button {
    font-size: .85em;
  }

  .testimonial {
    height: auto;
    margin-left: 0;
  }

  .testimonial_quotes-icon {
    display: none;
  }

  .testimonial_c-wrapper {
    flex-direction: column;
  }

  .testimonial_c-wrapper_content {
    width: auto;
  }

  .testimonial_author-photo {
    margin-left: 0;
    margin-right: 1em;
  }

  .testimonial_author-details {
    width: 70%;
    margin-top: 0;
    position: static;
  }

  .work-thumbnail {
    margin-bottom: 6em;
  }

  .work-thumbnail_title-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
  }

  .list-bullet {
    width: 2em;
  }

  .footer_grid {
    grid-row-gap: 1.6em;
    grid-template-columns: auto;
  }

  .footer-link {
    padding-left: 0;
    padding-right: .75em;
  }

  .footer-grid_col.social-wrapper {
    align-items: flex-start;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .new-tab-icon {
    inset: 0% 0% auto auto;
  }

  .footer-link_text.is-top {
    inset: 0% auto auto 0%;
  }

  .hero-heading {
    font-size: 8.8vw;
  }

  .navbar {
    padding: 1.2em .9em 1em;
  }

  .nav-link {
    margin-left: 1.7em;
  }

  .client-logos {
    grid-column-gap: 4.6em;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.6em;
  }

  .privacy {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.6em;
    font-size: .6em;
  }

  .transition-loader-text {
    font-size: 1em;
  }

  .link {
    font-size: 10px;
  }

  .link_container {
    padding: 1vw;
  }

  .shapes {
    margin-left: -1vw;
  }

  .form {
    min-height: 40.7em;
  }

  .field_parent {
    font-size: 1.2em;
  }

  .main-pill_img {
    height: 55vh;
  }

  .p-card_inner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sub-title {
    font-size: 1.3em;
  }

  .privacy_rt-block {
    text-align: left;
    align-items: flex-start;
  }

  .testimonial_author {
    align-items: center;
    margin-top: 1.6em;
    display: flex;
  }

  .t-slider {
    margin-top: 2.6em;
    font-size: 3.6vw;
  }

  .t-slider_mask {
    width: 20em;
  }

  .arrow, .arrow-pseudo {
    bottom: -4em;
  }

  .mob-hide {
    display: none;
  }

  ._w-16em.mgn-top-2-6em {
    max-width: none;
    margin-top: 1.6em;
    margin-left: 0;
  }

  .blob {
    width: 100em;
    max-width: 110%;
    inset: auto -5% -1% auto;
  }

  .blob.is-2 {
    bottom: 26%;
  }

  .blob.is-3 {
    width: 18em;
    top: 2%;
  }

  .about-intro {
    padding-top: 1.6em;
  }

  .work-intro-grid {
    grid-column-gap: 1.6em;
    margin-left: 0;
    font-size: .7em;
  }

  .card_header {
    font-size: 1.35em;
  }

  .t-slider_nav {
    padding-left: 0;
    padding-right: 0;
    display: none;
    bottom: -4em;
  }

  .t-slider_nav-dot {
    width: 1.8em;
  }

  .field_label {
    font-size: 1.2em;
  }

  .success-message {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
  }

  .work-intro_link {
    padding-left: 0;
    padding-right: .75em;
  }

  .rcg {
    display: none;
  }

  .callout-wrapper {
    grid-column-gap: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .6rem;
  }

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

  .benefits-block {
    text-align: left;
    max-width: 275px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .asterisk {
    flex: none;
  }

  .footer-badge-wrap {
    margin-bottom: .4em;
    font-size: 1.1em;
  }

  .card_icon {
    margin-top: .6em;
  }

  .tech-stack {
    font-size: 2.7vw;
  }

  .card_img {
    bottom: -6%;
  }

  .card_text {
    margin-top: 1.5em;
  }

  .profile-img {
    border-radius: .8em;
  }

  .hero-subtitle {
    margin-top: 2em;
    padding-left: 14.5vw;
    font-size: 3.4vw;
  }

  .hero-subtitle_wrap {
    margin-bottom: 1.2em;
  }

  .highlights-card_spline {
    height: 17em;
    top: -1.9em;
  }

  .highlights-card_scale-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 110%;
    margin-top: 2em;
    margin-left: -5%;
    margin-right: -5%;
  }

  .highlights-card_scale-block {
    border-radius: .5em;
    width: calc(33.33% - .5em);
    height: 50px;
  }

  .profile-img-copy {
    border-radius: .8em;
  }

  .contact_bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_6a077b78-5e6f-32fd-69b3-28a1723ebc18-be87e35f {
  justify-self: end;
}

#w-node-e86abfcb-7f2a-240d-7c41-d4af86ede809-86ede806 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e86abfcb-7f2a-240d-7c41-d4af86ede8ab-86ede806, #w-node-e86abfcb-7f2a-240d-7c41-d4af86ede8b2-86ede806 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e86abfcb-7f2a-240d-7c41-d4af86ede8b9-86ede806 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_70c960a1-8b6d-554a-d226-6556d94d5599-8fecc3fa, #w-node-_70c960a1-8b6d-554a-d226-6556d94d559e-8fecc3fa, #w-node-_70c960a1-8b6d-554a-d226-6556d94d55a3-8fecc3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4f89a02b-aeb6-61fa-bacd-33ecbe87e362-be87e35f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6a077b78-5e6f-32fd-69b3-28a1723ebc18-be87e35f {
    align-self: end;
  }

  #w-node-_475c1cda-2dfe-07f5-f370-14b21682ab16-b7ecc3f4 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d183ffc2-a0a8-058a-6398-f5af4f785201-b7ecc3f4 {
    grid-area: 2 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f89a02b-aeb6-61fa-bacd-33ecbe87e362-be87e35f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f89a02b-aeb6-61fa-bacd-33ecbe87e381-be87e35f {
    justify-self: end;
  }

  #w-node-_6a077b78-5e6f-32fd-69b3-28a1723ebc18-be87e35f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_475c1cda-2dfe-07f5-f370-14b21682ab16-b7ecc3f4, #w-node-d183ffc2-a0a8-058a-6398-f5af4f785201-b7ecc3f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2af5dc91-53d6-ae6a-831c-9166a090714f-59ecc3f5, #w-node-f0a0046e-c626-0c2c-7c5d-5b9ef134f86c-41ecc3f8, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-a8ecc3f9, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-de08c3ae, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-0c0acf52, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-a464411e, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-deb6dc21, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-fc0faf41, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-e230ca29, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-11b15e03, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-4aa8f5eb, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-3eedcd27, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-c58fccda, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-034e9e17, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-b2633824, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-648ea160, #w-node-_525f1831-2a44-d62b-debb-b74e63963896-3b7c23d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f89a02b-aeb6-61fa-bacd-33ecbe87e362-be87e35f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f89a02b-aeb6-61fa-bacd-33ecbe87e381-be87e35f {
    justify-self: auto;
  }

  #w-node-_6a077b78-5e6f-32fd-69b3-28a1723ebc18-be87e35f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e0f1a92f-fe2f-113a-806b-99c821918f9f-6decc3f6, #w-node-f0a0046e-c626-0c2c-7c5d-5b9ef134f86c-41ecc3f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Helvetica now text';
  src: url('../fonts/HelveticaNowText-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica now text';
  src: url('../fonts/HelveticaNowText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S0ggSW50Z';
  src: url('../fonts/KHInterference-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S0ggSW50Z';
  src: url('../fonts/KHInterference-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Mobile text variants */
.text-desktop {
  display: inline;
}

.text-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .text-desktop {
    display: none;
  }

  .text-mobile {
    display: inline;
  }
}