.bd-cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  display: none;
}

.bd-cookie__card {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  background: radial-gradient(circle farthest-corner at 50% 200%, #ffffff10, #000 60%);
  backdrop-filter: blur(10px);
  padding: 14px 16px;
  box-shadow: 0 10px 30px #00000066;
}

.bd-cookie__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.bd-cookie__text {
  color: var(--lighter-gray);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  max-width: 820px;
}

.bd-cookie__text strong {
  color: var(--white);
  font-weight: 350;
}

.bd-cookie__link {
  color: var(--monochromatic-1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bd-cookie__actions {
  display: flex;
  gap: 10px;
}

.bd-cookie__btn {
  border: 1px solid var(--monochromatic-1);
  background: transparent;
  color: var(--white);
  border-radius: 20px;
  padding: 10px 14px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: opacity .2s, background-color .5s cubic-bezier(.789,.159,.25,1);
}

.bd-cookie__btn:hover {
  outline: 0.5px solid #fff;
}

.bd-cookie__btn--primary {
  background-image: radial-gradient(circle farthest-corner at 50% 200%, var(--bd-purple), black);
}

.bd-cookie__btn--ghost {
  border-color: var(--dark-gray);
  color: var(--lighter-gray);
}

@media (max-width: 520px) {
  .bd-cookie__actions {
    width: 100%;
  }
  .bd-cookie__btn {
    flex: 1;
  }
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --bd-purple: #63f;
  --light-gray: #9c9c9c;
  --white: white;
  --black: black;
  --lighter-gray: #cacaca;
  --monochromatic-1: #a6a6ff;
  --monochromatic-2: #d4d4ff;
  --dark-gray: #2e2e2e;
  --dim-grey: #6b6b6b;
  --blue-violet: #6e2ed8;
  --_navsec-height---height: 0px;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --analogic-1: #00e3eb;
  --analogic-2: #8733ff;
  --triade-1: #3838b2;
  --triade-2: #c2000f;
}

.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: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--bd-purple);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.section.center {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.nav-section {
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1300px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-wrap {
  flex: 0 auto;
  margin-left: 10%;
}

.nav-link {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  flex: 0 auto;
  align-self: center;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--light-gray);
}

.nav-link.w--current {
  color: var(--white);
}

.services-title {
  color: #000;
}

.services-title.heading {
  color: #fff;
  align-self: center;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.hero-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-subhead {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
}

.footer {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--lighter-gray);
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-logo-wrap {
  flex-flow: column;
  flex: none;
  width: 170px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.hero-head {
  white-space: nowrap;
  font-size: 4rem;
  font-weight: 300;
  line-height: 100px;
}

.hero-span-r {
  background-image: linear-gradient(91deg, #8b00ad, red);
  font-weight: 600;
  transition: opacity .5s;
}

.hero-span-r.clipped {
  background-image: linear-gradient(91deg, var(--bd-purple), var(--white));
  background-image: linear-gradient(91deg, #63f, #fff);
  padding-top: 6px;
  padding-bottom: 6px;
}

.background-gradient {
  z-index: -1;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.body-3 {
  background-color: #000;
}

.testimonial {
  background-image: radial-gradient(circle, #a850b824, #000 59%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.testimonial-subtitle {
  color: var(--lighter-gray);
  max-width: 100%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.transition-gradient-bottom {
  z-index: 999;
  background-image: linear-gradient(180deg, var(--black), #fcfcfc00 99%);
  height: 150px;
  margin-bottom: -150px;
  position: relative;
}

.transition-gradient-top {
  background-image: linear-gradient(0deg, #000, #fcfcfc00 99%, #fff0);
  height: 200px;
  margin-top: -200px;
}

.services-parag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  font-size: 20px;
  display: flex;
}

.services {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #7b58bd1f, var(--black) 64%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-14 {
  border-top: 1px solid var(--lighter-gray);
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.footer-text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.text-block-3 {
  width: 100%;
}

.services-head {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
}

.services-subhead {
  color: var(--lighter-gray);
  width: 100%;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
}

.tab-wrapper {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  transition: border-color .325s ease-in-out;
  overflow: clip;
}

.tab-wrapper:hover {
  border-color: var(--monochromatic-1);
}

.media-top-wrapper {
  text-align: left;
  width: 50%;
}

.cloud-top {
  color: var(--monochromatic-2);
  letter-spacing: 3px;
  background-color: #ffffff1f;
  border-radius: 50px;
  margin-top: 14px;
  padding: 15px;
  font-size: 15px;
}

.services-btn {
  border: 1px solid var(--monochromatic-1);
  background-image: radial-gradient(circle farthest-corner at 50% 200%, var(--bd-purple), black);
  pointer-events: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 160px;
  margin-right: 0;
  padding: 12px 20px;
  font-weight: 300;
  line-height: 26px;
  transition: opacity .2s, background-color .5s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.services-btn:hover {
  outline-offset: 0px;
  outline: 3px #fff;
}

.btn-div {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  margin-right: auto;
  display: flex;
}

.code-embed {
  position: absolute;
}

.contact-btn {
  border: 1px solid var(--monochromatic-1);
  pointer-events: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 160px;
  margin-right: 0;
  padding: 12px 20px;
  font-weight: 300;
  line-height: 26px;
  transition: opacity .2s, background-color .5s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.contact-btn:hover {
  outline-offset: 0px;
  outline: 3px #fff;
}

.use-cases {
  background-image: radial-gradient(circle, #ffffff1c, #000 52%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.case-card {
  border: 1px solid var(--dark-gray);
  background-color: var(--black);
  color: var(--lighter-gray);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 400px;
  margin-top: 30px;
  font-size: 23px;
  text-decoration: none;
  transition: border-color .2s, line-height .2s, font-size .2s, color .2s, width .2s;
  display: flex;
  overflow: hidden;
}

.case-card:hover {
  border-color: var(--light-gray);
  color: var(--white);
}

.case-subheadl {
  color: var(--monochromatic-1);
  font-size: 14px;
}

.case-subhead {
  line-height: 30px;
  text-decoration: none;
}

.case-image-wrapper {
  background-color: var(--black);
  border-radius: 0;
  overflow: clip;
}

.end-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
}

.pre-footer {
  background-image: linear-gradient(0deg, #000, #fff0 24%), linear-gradient(#000, #fff0), linear-gradient(#0000001f, #0000001f), radial-gradient(circle, #fff0, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 120px;
  padding: 150px 100px;
  display: flex;
  position: relative;
}

.btn-div--end {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  margin-top: 49px;
  display: flex;
}

.subhead-desc {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.6rem;
}

.nav-spacer {
  background-image: linear-gradient(#0000, #0000);
  flex: none;
  width: 100%;
  height: 180px;
}

.trust-statement {
  color: #fff;
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.25rem;
}

.use-cases-blog {
  background-image: radial-gradient(circle closest-side, #5095b82e, #000 84%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.blog-title {
  color: #000;
}

.blog-title.heading {
  color: var(--white);
  align-self: flex-start;
  max-width: 100%;
  margin-top: 30px;
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.blog-caption {
  color: var(--lighter-gray);
  align-self: flex-start;
  min-width: 50%;
  max-width: 70%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  min-width: 900px;
  max-width: 1200px;
  margin-bottom: 50px;
  font-weight: 300;
  display: flex;
}

.blog-subtitle-highlight {
  color: var(--white);
}

.blog-image-wrapper {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
  overflow: clip;
}

.blog-subtitle {
  color: #000;
}

.blog-subtitle.heading {
  color: var(--white);
  align-self: flex-start;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.blog-parag {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  font-size: 20px;
}

.blog-list-item {
  margin-bottom: 10px;
  line-height: 28px;
}

.services-cta {
  color: var(--lighter-gray);
  width: 100%;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 21px;
  transition: font-size .2s, color .2s;
}

.services-cta:hover {
  color: var(--monochromatic-1);
  font-size: 21.5px;
}

.services-cta-wrapper {
  text-decoration: none;
}

.case-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.customer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-height: 200px;
  display: flex;
}

.customer-logo-wrapper {
  max-width: 300px;
  transition: max-width .225s linear;
}

.customer-logo-wrapper:hover {
  max-width: 310px;
}

.nav-spacer-studies {
  background-image: linear-gradient(#0000, #0000);
  flex: none;
  width: 100%;
  height: 0;
}

.products-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.prod-desc-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.studies-subtitle {
  color: var(--lighter-gray);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.prods-cta {
  color: var(--dim-grey);
  width: 100%;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  transition: font-size .2s, color .2s;
}

.prods-cta:hover {
  color: var(--white);
  font-size: 21px;
}

.overview-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 28px;
  display: flex;
}

.prod-overview-title {
  color: #000;
}

.prod-overview-title.heading {
  color: #fff;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.prod-overview-subtitle {
  color: var(--lighter-gray);
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.overview-list {
  color: var(--lighter-gray);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.overview-list-item {
  margin-bottom: 10px;
  line-height: 28px;
}

.footer-subhead {
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

._3d-service-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #6633ff21, var(--black) 76%);
  border: 1px solid #2e1b4e;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 20px 50px;
  display: flex;
  box-shadow: inset 10px 10px 50px -20px #a6f8ff14;
}

.med-bold {
  font-weight: 500;
}

.dropdown-2 {
  z-index: auto;
}

.dropdown-2:hover {
  color: var(--light-gray);
}

.dropdown-list {
  z-index: 99999;
  background-color: #dddddd96;
}

.dropdown-list.w--open {
  z-index: 9999;
  background-color: #0000;
  position: absolute;
}

.dropdown-menu {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--black), #6532fc3d 100%, #63f0), linear-gradient(to bottom, var(--black), var(--black));
  color: var(--white);
  border: 1px solid #2e1b4e;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  padding: 15px;
}

.dropdown-link {
  color: var(--light-gray);
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--white);
}

.dropdown-triangle {
  border-right: 10px solid #0000;
  border-bottom: 10px solid var(--blue-violet);
  opacity: .2;
  border-left: 10px solid #0000;
  border-radius: 0;
  width: 0;
  height: 0;
  margin-left: 92px;
  margin-right: auto;
}

.dropdown-item-wrapper {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-item-wrapper.w--current {
  text-decoration: none;
}

.outlier3d-iso-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 60px;
  padding: 4px;
  display: flex;
}

.prod-dropdown-name {
  color: var(--monochromatic-2);
  font-size: 1.1rem;
  line-height: 30px;
}

.prod-dropdown-sub {
  font-size: 1rem;
}

.hiw-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.hiw-cards-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.hiw-card {
  max-width: 400px;
}

.hiw-card-image {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  overflow: clip;
}

.hiw-text {
  color: var(--lighter-gray);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.hiw-desc-title {
  color: #000;
}

.hiw-desc-title.heading {
  color: #fff;
  align-self: center;
  margin-top: 35px;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.studies-head {
  background-image: radial-gradient(circle at 50% 0, #0003, #000 72%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.studies-head-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.studies-title {
  color: #000;
}

.studies-title.heading {
  color: var(--white);
  align-self: center;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.studies-cards-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.studies-card {
  border: 1px solid var(--dark-gray);
  background-color: #141414;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 370px;
  height: 380px;
  margin-top: 40px;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.studies-card:hover {
  border-color: var(--light-gray);
}

.studies-card-text {
  color: var(--lighter-gray);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 26px;
}

.studies-desc-wrapper {
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.studies-card-image {
  border-radius: 20px;
  width: 300px;
  padding-left: 31px;
  padding-right: 31px;
  overflow: hidden;
}

.case-subhead-wrapper {
  background-color: var(--black);
  padding: 22px;
}

.blog-overtitle {
  color: #000;
}

.blog-overtitle.heading {
  color: var(--white);
  align-self: flex-start;
  max-width: 100%;
  margin-top: 20px;
  padding-right: 0;
  font-family: Generalsans, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2rem;
}

.contact-subtitle {
  color: var(--lighter-gray);
  width: 70%;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.contact-head {
  background-image: radial-gradient(circle at 50% 60%, #e8faff0d, #000 47%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.contact-form-container {
  width: 70%;
  margin-top: 10px;
}

.form-label {
  color: var(--lighter-gray);
  font-size: 16px;
  font-weight: 300;
}

.form-block-3 {
  width: 100%;
}

.form-textbox {
  border: .2px solid var(--dark-gray);
  color: var(--white);
  background-color: #ffffff08;
  border-radius: 8px;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area ."
                       "Area-2 Area-2";
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 25px;
}

.contact-form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 50px;
  display: flex;
}

.nav-spacer-contact {
  flex: none;
  width: 100%;
  height: 100px;
}

.contact-form-title {
  color: #000;
}

.contact-form-title.heading {
  color: var(--white);
  align-self: center;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.contact-info-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.contact-info-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.info-label {
  color: var(--dim-grey);
  font-size: 20px;
}

.info {
  color: var(--lighter-gray);
  font-size: 20px;
}

.footer-head {
  align-self: center;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5vh;
}

.form-textbox-large {
  border: .2px solid var(--dark-gray);
  color: var(--white);
  background-color: #ffffff08;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.contact-info {
  background-image: radial-gradient(circle at 50% 60%, #fb7eff0d, #000 40%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.contact-info-title {
  color: #000;
}

.contact-info-title.heading {
  color: var(--white);
  align-self: center;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.contact-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.hero-wrapper {
  width: 85%;
  max-width: 1300px;
  display: flex;
}

.outlier3d-subtitle {
  color: var(--lighter-gray);
  max-width: 100%;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.nav-spacer-privacy {
  flex: none;
  width: 100%;
  height: 180px;
}

.privacy-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.privacy-title {
  color: #000;
}

.privacy-title.heading {
  color: var(--white);
  align-self: center;
  margin-bottom: 45px;
  font-family: Generalsans, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.privacy-text {
  color: var(--lighter-gray);
  width: 70%;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.terms-of-use-section {
  background-image: radial-gradient(circle at 50% 60%, #e8faff0d, #000 47%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lead {
  font-weight: 600;
}

.highlight {
  color: var(--monochromatic-1);
}

.hiw-subtext {
  color: var(--lighter-gray);
  margin-top: 40px;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 30px;
}

.login-wrapper {
  margin-left: 10%;
  display: flex;
}

.outlier3d-logo-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.outlier3d-title {
  color: #000;
}

.outlier3d-title.heading {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.product-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.product-section.center {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.prod-ov-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.prod-ov-section.center {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.outlier3d-logo-wrapper--home {
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.case-section {
  border-top: 1px solid #d4d4ff4a;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

.case-study-image-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.case-graphic-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.short-demo-link {
  color: var(--monochromatic-2);
  width: 100%;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  transition: font-size .2s, color .2s;
}

.short-demo-link:hover {
  color: var(--white);
  font-size: 21px;
}

.transition-gradient-top-hero {
  z-index: 99999;
  background-image: linear-gradient(0deg, #000, #fcfcfc00 99%, #fff0);
  height: 200px;
  margin-top: -200px;
  position: relative;
}

.disclaimer-wrapper {
  width: 100%;
}

.disclaimer-text {
  color: var(--lighter-gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.privacy-policy-text {
  color: var(--monochromatic-2);
  transition: color .2s;
}

.privacy-policy-text:hover {
  color: var(--white);
}

.why-o3d-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anim-container {
  align-self: center;
  width: 50%;
}

.why-o3d-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: center;
  width: 50%;
  display: flex;
}

.why-lsit {
  color: var(--lighter-gray);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.why-list-item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.why-list-point {
  color: var(--white);
  font-size: 20px;
}

.scope-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 75vh;
    padding-top: 20%;
    padding-bottom: 0;
  }

  .nav-inner {
    width: 100%;
  }

  .wrapper {
    align-self: center;
    width: 90%;
  }

  .nav-menu-wrap {
    z-index: 9999999;
    margin-left: 0%;
  }

  .nav-link {
    align-self: flex-start;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .services-title.heading {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .hero-content {
    width: 60%;
  }

  .hero-subhead {
    max-width: 100%;
  }

  .footer-list {
    padding-bottom: 20px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #000;
    border: 1px solid #cacaca24;
    border-radius: 20px;
    min-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 30px;
    position: absolute;
    top: 100%;
    bottom: auto;
    box-shadow: inset 0 0 20px -3px #4949492b;
  }

  .brand {
    padding-left: 18px;
  }

  .hero-head {
    margin-bottom: 0;
    line-height: 8vh;
    flex-flow: column;
    display: flex;
  }

  .hero-span-r.clipped {
    line-height: 4rem;
  }

  .testimonial {
    height: auto;
  }

  .testimonial-subtitle {
    max-width: none;
  }

  .services-parag {
    width: auto;
    height: auto;
    margin-top: 21px;
  }

  .services {
    height: auto;
  }

  .footer-text {
    max-width: 200px;
  }

  .services-head, .services-subhead {
    width: auto;
  }

  .tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    width: auto;
  }

  .media-top-wrapper {
    width: auto;
    margin-left: 0;
  }

  .btn-div {
    margin-left: auto;
    margin-right: auto;
  }

  .use-cases {
    height: auto;
  }

  .case-card {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .pre-footer {
    background-image: linear-gradient(#0000, #fff0), linear-gradient(#00000080, #00000080), radial-gradient(circle, #fff0, #000);
    height: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subhead-desc, .trust-statement {
    max-width: 100%;
  }

  .use-cases-blog {
    height: auto;
  }

  .blog-wrapper {
    align-self: center;
    width: 90%;
    min-width: auto;
  }

  .blog-parag {
    height: auto;
    margin-top: 21px;
  }

  .blog-list-item {
    margin-bottom: 21px;
  }

  .services-cta {
    width: auto;
  }

  .case-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 20px;
  }

  .nav-spacer-studies {
    height: 180px;
  }

  .products-wrapper {
    align-self: center;
    width: 90%;
  }

  .studies-subtitle {
    margin-bottom: 30px;
  }

  .prods-cta {
    width: 90%;
  }

  .overview-wrapper {
    align-self: center;
  }

  .overview-list {
    height: auto;
    margin-top: 21px;
  }

  .footer-subhead {
    max-width: 100%;
  }

  ._3d-service-wrapper {
    flex-flow: column;
    width: auto;
    height: auto;
    padding: 30px;
  }

  .dropdown-2 {
    width: 100%;
    display: block;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-menu {
    background-image: none;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .dropdown-triangle {
    margin-left: 40px;
  }

  .hiw-wrapper {
    align-self: center;
  }

  .hiw-cards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hiw-card {
    border-bottom: 1px solid var(--dark-gray);
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  .studies-head {
    height: auto;
  }

  .studies-head-wrapper {
    align-self: center;
    width: 90%;
    margin-top: 0;
  }

  .studies-title.heading {
    margin-bottom: 20px;
  }

  .studies-cards-wrapper {
    align-self: center;
    width: 90%;
  }

  .studies-card {
    width: 400px;
  }

  .contact-subtitle {
    width: 100%;
  }

  .contact-head {
    height: auto;
  }

  .contact-form-container {
    width: 100%;
  }

  .contact-form-wrapper {
    align-self: center;
    width: 90%;
    margin-top: 0;
  }

  .nav-spacer-contact {
    height: 180px;
  }

  .contact-info-container {
    justify-content: center;
    align-items: center;
  }

  .footer-head {
    line-height: 6vh;
  }

  .contact-info {
    height: auto;
  }

  .contact-info-wrapper {
    align-self: center;
    width: 90%;
  }

  .hero-wrapper {
    z-index: 99;
    width: 90%;
    position: relative;
  }

  .outlier3d-subtitle {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-spacer-privacy {
    height: 180px;
  }

  .privacy-wrapper {
    align-self: center;
    width: 90%;
  }

  .privacy-text {
    width: 100%;
  }

  .terms-of-use-section {
    height: auto;
  }

  .login-wrapper {
    border-top: 1px solid #d4d4ffa3;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: block;
  }

  .product-section.center {
    flex-direction: column;
    min-height: auto;
    padding-top: 21vh;
    padding-bottom: 5vh;
  }

  .prod-ov-section.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .video-wrapper {
    width: 550px;
    height: 600px;
    margin-top: 20%;
    position: absolute;
    right: 0;
  }

  .transition-gradient-top-hero {
    z-index: 98;
  }

  .disclaimer-text {
    width: 100%;
  }

  .why-o3d-container {
    flex-flow: column;
  }

  .anim-container, .why-o3d-wrapper {
    width: 100%;
  }

  .why-lsit {
    height: auto;
    margin-top: 21px;
  }

  .scope-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    padding-top: 100px;
    padding-bottom: 15vh;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-content {
    width: 100%;
    margin-bottom: 5vh;
    margin-left: auto;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .menu-icon {
    font-size: 30px;
  }

  .hero-head {
    white-space: nowrap;
    margin-bottom: 350px;
    font-size: 3.5rem;
  }

  .hero-span-r.clipped {
    line-height: 3.5rem;
  }

  .transition-gradient-top {
    height: 100px;
    margin-top: -100px;
  }

  .use-cases {
    margin-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .cloud-text {
    text-align: center;
  }

  .case-subhead {
    font-size: 20px;
  }

  .case-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .customer-wrapper {
    padding-left: 23px;
    padding-right: 23px;
  }

  .products-wrapper {
    flex-flow: column;
    padding-top: 0;
  }

  .prod-desc-wrapper {
    width: 100%;
  }

  .studies-head-wrapper, .contact-form-wrapper, .contact-info-wrapper, .privacy-wrapper {
    flex-flow: column;
  }

  .outlier3d-logo-wrapper {
    margin-bottom: 350px;
    padding-top: 50px;
  }

  .product-section.center, .prod-ov-section.center {
    padding-top: 19vh;
    padding-bottom: 10vh;
  }

  .video-wrapper {
    width: 500px;
    margin-top: 100px;
    position: absolute;
    right: 15vw;
  }

  .transition-gradient-top-hero {
    height: 100px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .nav {
    width: 90%;
  }

  .wrapper {
    padding-bottom: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .services-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .hero-content {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subhead {
    font-size: 1.4rem;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .footer-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .nav-logo-wrap {
    width: 150px;
  }

  .nav-menu {
    z-index: 9999999;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-head {
    white-space: nowrap;
    flex-flow: column;
    margin-bottom: 300px;
    font-size: 2.5rem;
    line-height: 5vh;
    display: flex;
  }

  .testimonial {
    min-height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .testimonial-subtitle {
    max-width: 100%;
    font-size: 18px;
    line-height: 35px;
  }

  .transition-gradient-bottom {
    height: 50px;
    margin-bottom: -50px;
  }

  .transition-gradient-top {
    height: 50px;
    margin-top: -50px;
  }

  .services-parag {
    width: 100%;
    height: auto;
    font-size: 16px;
  }

  .services {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .footer-text {
    max-width: 120px;
    font-size: 12px;
    line-height: 15px;
  }

  .services-head {
    width: 100%;
    font-size: 25px;
  }

  .services-subhead {
    width: 100%;
    font-size: 18px;
  }

  .media-top-wrapper {
    width: 100%;
  }

  .cloud-top {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
  }

  .services-btn {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .btn-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .contact-btn {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .use-cases {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cloud-text {
    letter-spacing: 2px;
  }

  .case-card:hover {
    width: auto;
  }

  .end-content {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .pre-footer {
    padding: 50px 0;
  }

  .btn-div--end {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .subhead-desc {
    font-size: 1.1rem;
  }

  .nav-spacer {
    height: 150px;
  }

  .trust-statement {
    font-size: .9rem;
  }

  .use-cases-blog {
    background-image: radial-gradient(circle closest-corner, #5095b82e, #000);
  }

  .blog-title.heading {
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .blog-caption {
    max-width: 90%;
    font-size: 18px;
    line-height: 35px;
  }

  .blog-wrapper {
    margin-bottom: 20px;
  }

  .blog-subtitle.heading {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .blog-parag {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 16px;
  }

  .blog-list-item {
    margin-bottom: 0;
  }

  .services-cta {
    width: 100%;
    font-size: 18px;
  }

  .services-cta:hover {
    font-size: 18.5px;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .customer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-height: 400px;
    margin-bottom: 0;
    margin-left: 26px;
    margin-right: 26px;
  }

  .customer-logo-wrapper {
    max-width: 200px;
  }

  .customer-logo-wrapper:hover {
    max-width: 210px;
  }

  .nav-spacer-studies {
    height: 150px;
  }

  .studies-subtitle {
    font-size: 18px;
    line-height: 35px;
  }

  .prods-cta {
    width: 100%;
    font-size: 18px;
  }

  .prod-overview-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .prod-overview-subtitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 35px;
  }

  .overview-list {
    height: auto;
    margin-top: 10px;
    font-size: 18px;
  }

  .overview-list-item {
    line-height: 32px;
  }

  ._3d-service-wrapper {
    object-fit: contain;
    padding: 15px;
  }

  .dropdown-menu {
    overflow: visible;
  }

  .hiw-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hiw-card-image {
    margin-bottom: 0;
  }

  .hiw-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 35px;
  }

  .hiw-desc-title.heading {
    max-width: 100%;
    margin-top: 10px;
    line-height: 2.8rem;
  }

  .studies-head {
    background-image: radial-gradient(circle at 50% 0, #00000026, #000 81%);
  }

  .studies-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .studies-cards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .studies-card {
    align-self: center;
  }

  .studies-card-text {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 28px;
  }

  .studies-card-image {
    margin-bottom: 0;
  }

  .blog-overtitle.heading {
    max-width: 100%;
    line-height: 2.8rem;
  }

  .contact-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .contact-head {
    background-image: radial-gradient(circle closest-corner, #f0f0f012, #000);
  }

  .contact-form-wrapper {
    margin-top: 30px;
  }

  .nav-spacer-contact {
    height: 150px;
  }

  .contact-form-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .info-label {
    font-size: 1.3rem;
  }

  .info {
    font-size: 1.4rem;
  }

  .footer-head {
    font-size: 2.5rem;
    line-height: 56px;
  }

  .contact-info {
    background-image: radial-gradient(circle closest-corner, #f0f0f012, #000);
    padding-top: 50px;
  }

  .contact-info-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .contact-info-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-wrapper {
    width: 90%;
  }

  .outlier3d-subtitle {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 35px;
  }

  .nav-spacer-privacy {
    height: 150px;
  }

  .privacy-title.heading {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .privacy-text {
    font-size: 18px;
    line-height: 26px;
  }

  .terms-of-use-section {
    background-image: radial-gradient(circle closest-corner, #f0f0f012, #000);
  }

  .hiw-subtext {
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
  }

  .outlier3d-logo-wrapper {
    margin-bottom: 300px;
  }

  .outlier3d-title.heading {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .product-section.center {
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .prod-ov-section.center {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .short-demo-link {
    width: 100%;
    font-size: 18px;
  }

  .video-wrapper {
    width: 100%;
    height: 500px;
    margin-top: 125px;
    position: absolute;
    right: 8%;
  }

  .transition-gradient-top-hero {
    height: 50px;
    margin-top: -50px;
  }

  .disclaimer-wrapper {
    margin-bottom: 20px;
  }

  .disclaimer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .why-lsit {
    height: auto;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .why-list-item {
    line-height: 32px;
  }
}

#w-node-_833eb0ef-2fa4-10ca-a666-f31c97e0b6d2-877c62b9 {
  grid-area: Area;
}

#w-node-b194181d-a440-ffa1-04a6-0f18419f1209-877c62b9 {
  grid-area: Area-2;
}

#w-node-_833eb0ef-2fa4-10ca-a666-f31c97e0b6d2-4c56c667 {
  grid-area: Area;
}

#w-node-b194181d-a440-ffa1-04a6-0f18419f1209-4c56c667 {
  grid-area: Area-2;
}


@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}