@font-face {
  font-family: Rubik Variablefont Wght;
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangramsansrounded;
  src: url('../fonts/PPPangramSansRounded-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangramsansrounded;
  src: url('../fonts/PPPangramSansRounded-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangramsansrounded;
  src: url('../fonts/PPPangramSansRounded-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --pro-bento-section-bg: #fff;
  --pro-section-text-color: #111827;
  --body-background: #fff;
  --black: #111827;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --pro-bento-border-color: #e2e8f0;
  --pro-bento-card-color: #fff;
  --nav-top-margin: 0px;
  --nav-padding-horizontal: 16px;
  --navborder-radius: 0px;
  --nav-shadow-blur: 0px;
  --white: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--700: #4a4566;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

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

.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-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fustat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fustat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fustat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

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

label {
  color: #44403c;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.hero.dark {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
  overflow: hidden;
}

.heading_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1f1f1f;
  text-align: center;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: static;
  top: auto;
}

.heading_1.text_slate_900 {
  color: #111827;
  flex-flow: row;
  margin-top: 0;
}

.heading_1.blog {
  margin-top: 0;
}

.heading_1.lab-text {
  color: #fff;
  text-align: center;
  background-image: none;
}

.body_text_large {
  aspect-ratio: auto;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.body_text_large.text_slate_900 {
  color: #111827;
  font-weight: 500;
}

.body_text_large.text_slate_900.blog_body {
  font-size: 18px;
  font-weight: 400;
}

.body_text_large.text_slate_900.blog_body h1 {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.body_text_large.text_slate_900.blog_body h3 {
  font-size: 32px;
}

.body_text_large.text_slate_900.blog_body h5, .body_text_large.text_slate_900.blog_body h6 {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.body_text_large.text_slate_900.blog_body p {
  color: #475569;
  font-size: 16px;
  line-height: 32px;
}

.body_text_large.text_slate_900.blog_body li {
  color: #475569;
  font-size: 16px;
}

.body_text_large.text_slate_900.blog_body img {
  border-radius: 16px;
}

.body_text_large.text_slate_900.blog_body em {
  color: #475569;
  font-weight: 400;
}

.body_text_large.text_slate_900.blog_body a {
  color: #5247e2;
}

.body_text_large.text_slate_900.blog_body a:hover {
  color: #0c00a8;
}

.body_text_large.text_slate_900.blog_body h2 {
  font-size: 40px;
  line-height: 42px;
}

.body_text_large.in-bento {
  color: #111827;
}

.hero_container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: cover;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.button_primary {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  column-count: auto;
  background-color: #2563eb;
  border-radius: 0;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding: 20px 30px;
  font-family: Pppangramsansrounded;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.button_primary.border_radius_24 {
  clear: none;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  direction: ltr;
  text-align: center;
  text-transform: none;
  column-count: auto;
  object-fit: fill;
  border-radius: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16px 32px 0;
  font-family: Pppangramsansrounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.button_primary.border_radius_24.background_black {
  background-color: #000;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.marquee.last {
  margin-bottom: 32px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pro-bento-section-bg);
  opacity: 1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 72px;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  position: static;
  overflow: clip;
}

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

.section.padding-large.with-gap-sm {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section.footer {
  padding: 24px 32px;
}

.section.cta {
  padding-left: 32px;
  padding-right: 32px;
}

.section.full-height {
  height: 100vh;
}

.section.bg-colored {
  background-color: #f8fafc;
}

.section.bg-colored.top-padding {
  padding-top: 72px;
}

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

.container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.container.bento {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.bento.align-left {
  justify-content: center;
  align-items: center;
}

.container.faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
}

.container.faq-main {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-top: 120px;
}

.container.footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 1280px;
}

.container.in-lab {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  position: relative;
}

.container.in-pro-bento {
  max-width: 1280px;
  padding: 64px 32px;
}

.heading_4 {
  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.heading_4.text_slate_900 {
  color: #111827;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading_4.text_slate_900.text_left {
  text-align: left;
}

.heading_4.is-bold {
  font-weight: 700;
}

.heading_4.changelog {
  font-size: 36px;
}

.heading_4.align-center {
  text-align: center;
  font-size: 40px;
}

.heading_4.align-center.testimonial {
  font-size: 42px;
}

.heading_3 {
  color: #111827;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.heading_3.text_slate_900 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #111827;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading_3.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading_3.pricing {
  text-align: left;
  letter-spacing: .5px;
  font-size: 24px;
}

.heading_3.pricing.enterprise {
  color: #1e293b;
}

.heading_3.big {
  font-size: 68px;
}

.heading_3.text-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading_3.width-70 {
  width: 70%;
}

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

.heading_3.in-pro-section {
  color: var(--pro-section-text-color);
}

.image_small {
  border-radius: 20px;
  width: 220px;
  height: 220px;
  margin-bottom: 0;
  display: block;
}

.pricing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(500px, 2fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  margin-top: 40px;
  padding-top: 0;
  display: grid;
}

.pricing_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  background-image: radial-gradient(circle, #a5a0ff, #fff);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.pricing_card.pricing_card_pro {
  background-image: none;
  border-width: 2px;
  border-color: #5247e2;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 2px 10px #0000001a;
}

.pricing_card.pricing_card_free {
  opacity: 1;
  background-image: radial-gradient(circle, #fff 100%, #f3f4f6);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 24px 16px;
  display: flex;
}

.pricing_card.pricing_card_teams {
  background-image: none;
  border-color: #e2e8f0;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.pricing_card.enterprise {
  background-image: none;
  border-color: #e2e8f0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.pricing_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: visible;
}

.pricing_card_features_text {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.card_right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.card_image {
  border-radius: 32px;
  height: auto;
  overflow: hidden;
}

.body_text {
  text-align: left;
  word-break: normal;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.body_text.pricing_card_features_text {
  background-image: url('../images/womp-3d-modeling-icon.svg');
  background-position: 0 4px;
  background-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.body_text.text_center {
  text-align: center;
  line-height: 24px;
}

.body_text.text_slate_900 {
  color: #111827;
  margin-bottom: 0;
}

.body_text.text_slate_600 {
  color: #475569;
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 24px;
}

.body_text.line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: center stretch;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.feature-card.reverse {
  flex-flow: row-reverse;
}

.list-item {
  list-style-type: none;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-flow: column;
  width: 50%;
  padding: 48px;
  display: flex;
  position: relative;
}

.card_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image {
  aspect-ratio: 10.24 / 6;
  object-fit: cover;
  border-radius: 32px;
  width: 70%;
}

.image-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eff6ff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  height: 400px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.div-block-12:hover {
  box-shadow: 0 4px 12px #0000001a;
}

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 32px;
  height: 450px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.div-block-14:hover {
  box-shadow: 0 4px 12px #0000001a;
}

.div-block-14.small {
  background-color: #d7f5ff;
  width: 100%;
  height: 380px;
}

.card_large_div {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  height: 400px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.card_large_div:hover {
  box-shadow: 0 4px 12px #0000001a;
}

.card_large_div.small {
  background-color: #d8f3ff;
  height: 380px;
}

.image-5 {
  box-shadow: none;
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .6;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(0deg, #dac9ff00, #2563eb 53%);
  border-radius: 24px;
  outline: 0 #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  padding-left: 0;
  display: none;
  position: absolute;
}

.image-8 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 15% 70%;
  border-radius: 24px;
  width: 100%;
  position: absolute;
  inset: auto 0% -20%;
}

.image-8.in-small {
  z-index: 1;
  pointer-events: none;
  width: 150%;
  max-width: none;
  height: 120%;
}

.image-8.in-small-2 {
  z-index: 1;
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  inset: 0%;
}

.div-block-18 {
  opacity: .2;
  filter: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  object-fit: fill;
  background-image: linear-gradient(135deg, #dac9ff, #f3e8ff 100% 103%);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-18.yellow {
  opacity: 1;
  background-image: linear-gradient(#fffbd3, #f7d869);
}

.div-block-18.violet {
  opacity: 1;
  background-image: linear-gradient(#eceeff, #c8ceff);
}

.image-9 {
  aspect-ratio: 16 / 9;
  opacity: 1;
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 32px;
  width: 130%;
  max-width: none;
  position: absolute;
  inset: auto -20% -30% auto;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .87;
  filter: blur(15px);
  background-image: linear-gradient(#dac9ff00, #7939ff);
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-10 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 24px;
  width: 65%;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.image-10.small {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  top: 0%;
  right: -14%;
}

.div-block-21 {
  opacity: .5;
  filter: blur(30px);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(304deg, #ffbf7400, #ffa471 42%, #f97316 70%);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.quick-stack-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: center;
  width: 33%;
  min-height: auto;
  padding: 0;
}

.cell-9 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-10 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-11 {
  z-index: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.image-11.static {
  position: static;
}

.div-block-25 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-25.primfusion {
  color: #fff;
}

.div-block-25.small {
  z-index: 2;
  text-align: center;
  width: 80%;
  position: relative;
}

.div-block-25.align-left {
  justify-content: center;
  align-items: flex-start;
}

.marquee_slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  display: flex;
}

.marquee_slider.in-clear {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.marquee_img {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  width: auto;
  height: 320px;
}

.marquee_img.big {
  height: 400px;
}

.logo-nav {
  order: 0;
  width: 48px;
  height: auto;
  margin-right: 0;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  text-align: center;
  flex-flow: row;
  display: block;
}

.div-block-32.body_text.text_slate_900 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social_image {
  color: #5247e2;
  align-self: center;
  width: 32px;
}

.blog_div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 32px 32px 16px;
  display: flex;
}

.blog_image {
  border-radius: 8px;
  width: 100%;
  padding-top: 0;
}

.blog-img {
  object-fit: cover;
  border-radius: 8px;
  height: 400px;
}

.paragraph-9 {
  align-self: flex-start;
  font-size: 14px;
}

.blog-heading {
  align-self: flex-start;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-10 {
  margin-bottom: 0;
}

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

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

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

.nav-logo-link {
  flex: none;
  margin-right: auto;
}

.nav-logo-link.w--current {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.blog-item {
  color: #000;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  transition: height .2s, width .2s, background-color .2s;
  display: flex;
  position: relative;
}

.blog-item:hover {
  background-color: #2563eb1a;
}

.blog-item:active {
  transform: scale(.98);
}

.blog-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.blog-list.changelog {
  grid-template-columns: 1fr;
  margin-top: 64px;
}

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

.blog.blog_post {
  padding-top: 60px;
}

.div-block-40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #5247e2;
  border: 1px solid #5247e2;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  background-color: #271daf;
}

.btn.w--current {
  outline-offset: 0px;
  outline: 3px solid #000;
}

.btn.align-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.blue {
  color: #fff;
  background-color: #0050ff;
}

.btn.blue:hover {
  color: #fff;
  background-color: #1844a7;
}

.btn.secondary {
  color: #5247e2;
  background-color: #fff;
}

.btn.secondary:hover {
  color: #fff;
  background-color: #5247e2;
}

.feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.cta-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  aspect-ratio: 16 / 9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section.primfusion {
  background-image: linear-gradient(#00000029, #00000029), url('../images/primfusion-big_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
}

.hide {
  display: none;
}

.text-scroll-wrap {
  height: 120px;
  overflow: clip;
}

.text-scroller {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.hero-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 120px;
  position: relative;
}

.hero-video.opacity-0-25 {
  opacity: .25;
}

.body {
  background-color: var(--body-background);
  font-size: 16px;
}

.body.in-lab {
  overflow-x: clip;
}

.icon-embed-small {
  color: #5247e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq6_question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 0;
  display: flex;
}

.faq6_accordion {
  border-bottom: 1px solid #cbd5e1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 16px;
}

.faq6_accordion.last {
  border-bottom-style: none;
}

.faq6_answer {
  padding-top: 16px;
  padding-left: 48px;
  overflow: hidden;
}

.faq6_icon-wrapper {
  border-radius: 9999px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.faq-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #edecff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.faq-cta.waitlist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(#00000038, #00000038), url('../images/primfusion-big_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  display: none;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 32px 32px 24px;
  display: flex;
}

.heading_5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.heading_5.pro, .heading_5.team {
  font-size: 16px;
  line-height: 24px;
}

.heading_5.enterprise {
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.heading_5.icon-embed-small {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}

.section-img {
  z-index: 2;
  aspect-ratio: 12.6 / 10;
  object-fit: cover;
  border-radius: 26px;
  flex-flow: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-img.hide {
  display: none;
}

.section-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #475569;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.section-heading-wrapper.align-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-img-wrap {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80vw;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1f1f1f;
  margin-left: 0;
  margin-right: 0;
  padding: 0 4px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #5247e2;
}

.nav-link.slide-in-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: stretch;
  height: 23px;
  padding-bottom: 0;
  display: flex;
}

.nav-link.slide-in-bottom.w--current {
  color: #5247e2;
}

.nav-link-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.marquee-wrap.native {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  display: block;
}

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

.footer-text-link {
  color: #111827;
  text-decoration: none;
  transition: color .2s;
}

.footer-text-link:hover {
  color: #5247e2;
}

.social-link {
  color: #3b82f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #0f172a;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #5247e2;
}

.footer-link.w--current {
  color: #2563eb;
}

.footer-link.slide-in-bottom {
  height: 22px;
  padding-bottom: 0;
}

.footer-link.in-404 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.footer-link.in-404.slide-in-bottom.w--current {
  color: #000;
}

.pricing-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.pricing-top.enterprise {
  font-size: 16px;
}

.timeline-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  width: 30%;
  display: flex;
  position: static;
  top: 120px;
}

.product-shot-overlay {
  z-index: 3;
  object-fit: fill;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  position: static;
  inset: 0%;
}

.nav-arrow {
  width: 16px;
  height: 22px;
}

.product-shot-wrap {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.crown-icon {
  width: 20px;
  position: relative;
}

.crown-icon.big {
  width: 48px;
}

.crown-icon.md {
  width: 24px;
}

.crown-icon.md.bottom-margin-sm {
  margin-bottom: 4px;
}

.pro-heading-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-icon-hover {
  color: #5247e2;
  width: 32px;
  display: none;
}

.hero-heading-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

._404 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

._404-ticker {
  flex: 1;
  overflow: hidden;
}

._404-ticker__inner {
  justify-content: flex-start;
  display: flex;
}

._404-ticker__text {
  margin-right: 4.01vw;
  font-family: Clashdisplay, sans-serif;
  font-size: 13.02vw;
  line-height: 100%;
}

._404__item-block {
  border: 2px solid #f7f7f5;
  border-radius: .78vw;
  width: 25.68vw;
  height: 26.15vw;
  position: absolute;
  overflow: hidden;
}

._404-block__header {
  color: #f7f7f5;
  background-color: #f7f7f5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: .73vw 1.04vw;
  display: flex;
}

._404__header-text {
  color: #131615;
  letter-spacing: .05vw;
  text-transform: uppercase;
  font-size: .94vw;
  line-height: 120%;
}

.item-block__header-circles {
  flex: none;
  justify-content: space-between;
  width: auto;
  display: flex;
}

._404-circles {
  width: 2.46vw;
  height: .7vw;
}

.block__img-404 {
  background-image: url('../images/404.gif');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: 23.54vw;
  display: block;
}

._404-link {
  color: #131615;
  text-align: center;
  letter-spacing: .04vw;
  text-transform: uppercase;
  cursor: default;
  background-color: #f7f7f5;
  border: 1px solid #131615;
  border-radius: 5.21vw;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 1.77vw;
  margin-bottom: 1.41vw;
  margin-left: 1.41vw;
  padding-top: 0;
  font-size: .83vw;
  line-height: 115%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-video-placeholder {
  display: none;
}

.waitlist-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.waitist-heading-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-v0-tag {
  color: #fff;
  background-image: linear-gradient(90deg, #5535d3, #9f03ef 50%, #5407b1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.waitlist-input-field {
  color: #1e293b;
  border: 1px solid #64748b4f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding: 8px 16px 8px 24px;
  font-weight: 400;
  display: inline-flex;
}

.waitlist-sucess {
  text-align: center;
  background-color: #a7f3d0;
  border-radius: 8px;
  margin-top: 16px;
  padding: 20px;
}

.form-error {
  text-align: center;
  background-color: #ffdede;
  border-radius: 8px;
  margin-top: 16px;
  padding: 20px;
}

.header1_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding: 24px;
  line-height: 28px;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.waitlist-intro-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.waitlist-card {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  text-align: left;
  border: 1px solid #1e293b1a;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px;
  display: block;
}

.waitlist-card-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.primfusion-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-v0-tag {
  color: #fff;
  background-image: linear-gradient(90deg, #5535d3, #9f03ef 50%, #5407b1);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.nav-link-contain {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.primfusion-intro-img {
  max-width: 480px;
}

.lab-hero-wrap {
  z-index: 5;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lab-button {
  z-index: 2;
  grid-column-gap: 8px;
  box-shadow: none;
  color: #fff;
  background-image: linear-gradient(#01430000, #014300);
  border: 2px solid #05ff00;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px 64px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.lab-button:hover {
  background-color: #0ac30a;
  background-image: none;
  box-shadow: 0 0 20px #00ff0acc;
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  inset: 16px 16px auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center stretch;
  padding: 3rem;
  display: grid;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 42rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.lab-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.waitlist-company-size-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding: 8px 16px;
}

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

.field-label {
  color: #1e293b;
  margin-bottom: 8px;
  padding-left: 16px;
}

.wait-list-name-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-self: stretch;
  display: flex;
}

.waitlist-last-name-wrap, .wait-list-first-name-wrap {
  flex: 1;
}

.cta-overlay {
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
}

.btn-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.print-materials-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.print-material-card {
  color: #333;
  text-align: left;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.print-material-card:hover {
  box-shadow: 0 8px 12px #0000001a;
}

.print-material-card.disabled {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.print-material-card.disabled:hover {
  box-shadow: none;
}

.print-material-card.hide {
  display: none;
}

.print-material-img {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.print-material-card-heading {
  margin-top: 0;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.rl-text-style-regular-2 ul {
  padding-left: 28px;
}

.rl-text-style-regular-2 strong {
  font-weight: 500;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout239_item {
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.rl_layout239_item.left {
  border: 1px solid #0000001a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
}

.rl_layout239_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite--rl-white);
}

.btn-disabled {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .2;
  pointer-events: auto;
  color: #fff;
  cursor: not-allowed;
  background-color: #5247e2;
  border: 1px solid #5247e2;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-disabled.w--current {
  outline-offset: 0px;
  outline: 3px solid #000;
}

.material-detials-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 16px;
  display: flex;
}

.material-video {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 12px;
  width: 50%;
  height: auto;
}

.material-hero-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.material-hero-heading {
  font-size: 64px;
  line-height: 120%;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_layout237_item {
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 32px;
  display: flex;
}

.rl_layout237_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  display: block;
}

.rl_layout237_component-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout237 {
  background-color: var(--relume-library-lite--rl-white);
}

.escape-hole-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 8px;
  height: 250px;
}

.drain-hole-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5247e21a;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.drain-hole-card.error {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff7ed;
  border-radius: 8px;
}

.drain-hole-card.left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  flex-flow: row;
}

.drain-hole-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.material-specifications {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.drain-hole-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.print-work-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.print-work-item {
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.print-work-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.print-process-video {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
  width: 100%;
  height: auto;
}

.heading-eyebrow {
  font-size: 16px;
  font-weight: 500;
}

.drain-hole-card-heading {
  font-size: 20px;
  font-weight: 600;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

._16-9-video {
  aspect-ratio: 16 / 9;
}

._16-9-video.print-asset-video {
  z-index: 1;
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
}

.nav-link-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f1f1f;
  vertical-align: baseline;
  padding: 8px 0;
  font-weight: 500;
  display: flex;
}

.nav-link-dropdown.w--open {
  color: #5247e2;
}

.nav-link-dropdown-icon {
  width: 20px;
  right: 0;
}

.nav-dropdown-list.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.nav-dropdown-wrap {
  margin-left: 0;
  margin-right: 0;
}

.max-width-60 {
  color: var(--pro-section-text-color);
  max-width: 60%;
}

.hero-container-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.has-horizontal-fade {
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker.has-horizontal-fade.margin-top-large {
  margin-top: 64px;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  opacity: .25;
  border: 1px solid #000;
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.features-bento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.features-bento.layout-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.feature-bento-card {
  background-color: #fff;
  border: 1px #94a3b8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 560px;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-bento-card.square {
  aspect-ratio: custom;
  justify-content: space-between;
}

.feature-bento-card.square.left {
  min-height: 400px;
  overflow: visible;
}

.feature-bento-card.left-aligned {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  min-height: 600px;
}

.feature-bento-card._3d-print {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.feature-bento-card.auto {
  height: auto;
  min-height: 0;
}

.feature-bento-card.hide {
  display: none;
}

.feature-bento-card-content {
  z-index: 1;
  color: #64748b;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  position: relative;
}

.feature-bento-card-content.half-width-lg {
  width: 50%;
}

.feature-bento-card-content.small {
  padding: 24px;
}

.feature-bento-card-content.small.with-icon {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.feature-bento-card-content._75-width-lg {
  width: 75%;
}

.feature-bento-card-content.fill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.full-height {
  object-fit: cover;
  height: 100%;
}

.feature-bento-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: relative;
  inset: auto 0% 0%;
}

.feature-bento-image.custom-1 {
  object-fit: cover;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-bento-image.custom-2, .feature-bento-image.custom-3 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.feature-bento-image.custom-4 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-bento-image.no-aspect {
  aspect-ratio: 21 / 9;
  opacity: .25;
}

.feature-bento-image.fill {
  opacity: .25;
  height: 100%;
}

.max-width-60-md {
  max-width: 60%;
}

.home-tabs {
  margin-top: 40px;
  display: flex;
}

.home-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 50%;
  margin-right: 32px;
  display: flex;
}

.home-tab-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px solid #e2e8f000;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 24px 32px;
  transition: background-color .2s;
  display: flex;
}

.home-tab-link:hover {
  background-color: #f1f8ff;
  border-color: #e2e8f0;
}

.home-tab-link.w--current {
  background-color: #e8f3fd;
}

.home-tab-icon {
  width: 20px;
}

.home-tab-link-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.home-tab-link-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.home-tab-link-description {
  color: #475569;
  font-size: 16px;
}

.home-tab-content {
  width: 50%;
}

.home-tab-image {
  border: 1px solid var(--black);
  opacity: .25;
  object-fit: cover;
}

.home-tab-link-description-wrap {
  overflow: hidden;
}

.home-tab-pane-content {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.pro-bento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pro-bento.layout-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 48px;
}

.pro-bento-card-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--pro-section-text-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 24px 24px 16px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.pro-bento-card-content.half-width-lg {
  width: 50%;
}

.pro-bento-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: relative;
  inset: auto 0% 0%;
}

.pro-bento-image.custom-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10%;
}

.pro-bento-image.custom-2 {
  height: 100%;
  position: absolute;
  bottom: -25%;
}

.pro-bento-card {
  border: 1px solid var(--pro-bento-border-color);
  background-color: var(--pro-bento-card-color);
  border-radius: 8px;
  flex-flow: column;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pro-bento-card.large {
  height: 500px;
}

.lab-video {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.rl_testimonial1_client-image-wrapper {
  flex: none;
}

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_testimonial1_logo {
  color: var(--black);
  width: auto;
  max-height: 3.5rem;
}

.rl_testimonial1_logo.small {
  max-height: 2rem;
}

.rl_testimonial1_logo.absolute {
  opacity: .1;
  max-height: 15rem;
  position: absolute;
  inset: -5% -3% auto auto;
}

.align-left {
  text-align: left;
  flex-flow: column;
  display: flex;
}

.print-bento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.print-bento.layout-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 48px;
  display: grid;
}

.print-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  display: block;
}

.print-slider-mask {
  width: 25%;
  overflow: visible;
}

.print-slider-card {
  aspect-ratio: 9 / 16;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-flow: column;
  width: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.print-slider-slide {
  width: auto;
}

.print-slider-slide._2 {
  right: -16px;
}

.print-slider-slide._3 {
  right: -32px;
}

.print-slider-slide._4 {
  right: -48px;
}

.print-slider-slide._5 {
  right: -80px;
}

.print-slider-nav {
  display: none;
}

.print-slider-right {
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% -64px auto;
}

.print-slider-left {
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 56px -64px auto;
}

.print-slider-icon {
  color: #000;
  width: 32px;
}

.feature-bento-icon {
  color: #111827;
  width: 120px;
}

.feature-bento-card-content-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #64748b;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 32px;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.pricing-populat-tag {
  color: #5247e2;
  background-color: #5247e21a;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-42 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.print-bento-icon {
  width: 120px;
}

.print-bento-img.custom-1 {
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  width: 115%;
  max-width: none;
  height: 60%;
  position: relative;
  bottom: -5%;
}

.print-bento-img.custom-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.print-bento-img.custom-3 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  bottom: 0%;
  right: -15%;
}

.print-bento-img.custom-4 {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto -39% 35% auto;
  transform: scale(1.5)rotate(30deg);
}

.print-bento-img.custom-5 {
  object-fit: contain;
  height: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: -20%;
}

.print-bento-img.custom-2 {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 90%;
  height: 120%;
  inset: auto -20% -15% auto;
}

.print-bento-img.custom-2-copy {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: auto 0% -3% 5%;
}

.print-bento-img.custom-6 {
  object-fit: contain;
  width: 125%;
  max-width: none;
  height: 100%;
  position: relative;
  top: -10%;
  left: auto;
}

.print-bento-img.custom-7 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  bottom: -10%;
}

.print-bento-img.custom-8 {
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto -10% 0% auto;
}

.print-bento-img.custom-9 {
  object-fit: contain;
  width: 190%;
  max-width: none;
  height: 100%;
  position: relative;
  bottom: 10%;
}

.print-bento-img.custom-10 {
  object-fit: contain;
  width: 65%;
  position: relative;
  right: -20%;
}

.print-bento-img.custom-11 {
  width: 120%;
  max-width: none;
  height: auto;
  position: relative;
  bottom: 0%;
  right: -25%;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.price-tab-menu {
  background-color: #5247e21a;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.price-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  background-color: #fff;
  border-radius: 7px;
}

.price-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tag {
  color: #5247e2;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
}

.tag.in-pricing {
  color: #5247e2;
  background-color: #5247e21a;
}

.pricing-suffix {
  color: #64748b;
  font-size: 16px;
}

.blend-difference {
  mix-blend-mode: difference;
}

.pricing-card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.pricing-card-inner-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.feature-bento-card-old {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body_text_small {
  aspect-ratio: auto;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.print-bento-affordabilty-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.feature-print-pricing-card-top {
  color: #64748b;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.rl_testimonial17_testimonial {
  border: 1px none var(--pro-bento-border-color);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: none;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.max-width-40ch-lg {
  max-width: 40ch;
}

.font-primary {
  font-family: Fustat, sans-serif;
}

.font-primary.font-weight-600 {
  font-weight: 600;
}

.max-width-50ch-lg {
  max-width: 50ch;
}

.print-card-arrow {
  transform-style: preserve-3d;
  width: 33%;
  position: relative;
  bottom: -5%;
}

.changelog-divider {
  background-color: #e2e8f0;
  height: 1px;
}

.navbar-wrap {
  z-index: 99;
  margin-top: var(--nav-top-margin);
  padding: 8px var(--nav-padding-horizontal);
  border-radius: var(--navborder-radius);
  box-shadow: 0 0 var(--nav-shadow-blur) 0 #0000001a;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navbar-announcement {
  color: #fff;
  text-align: center;
  background-color: #5247e2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.announcemnt-icon {
  z-index: 5;
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 12px;
}

.nav-announcement-text {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-announcement-text.mobile {
  display: none;
}

.testimonial-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  display: flex;
}

.testimonial-container.verticle {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.cta1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.cta1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.cta1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-wrapper {
  color: #111827;
}

.testimonial-wrapper:hover {
  color: #5247e2;
}

.paragraph-11, .paragraph-12 {
  align-self: flex-start;
  font-size: 14px;
}

.blog-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50%;
    background-size: cover;
  }

  .heading_1 {
    font-size: 48px;
  }

  .body_text_large.text_slate_900.blog_body {
    flex-flow: column;
    display: flex;
  }

  .body_text_large.text_slate_900.blog_body h3 {
    font-size: 28px;
  }

  .hero_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .button_primary {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
  }

  .marquee {
    height: auto;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: clip;
  }

  .section.padding-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.padding-large.hide, .section.small.hide, .section.hide, .section.no-padding.hide {
    display: none;
  }

  .container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-self: auto;
    place-items: center stretch;
    width: auto;
    max-width: 728px;
    margin-top: 0;
    display: flex;
  }

  .container.bento, .container.in-pro-bento {
    width: 100%;
  }

  .heading_4 {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    font-size: 36px;
    display: block;
  }

  .heading_4.text_slate_900 {
    text-align: center;
    width: 100%;
  }

  .heading_4.text_slate_900.text_left {
    order: 0;
    align-self: auto;
  }

  .heading_4.changelog {
    font-size: 28px;
  }

  .heading_3 {
    font-size: 48px;
  }

  .heading_3.text_slate_900 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading_3.big {
    font-size: 40px;
  }

  .heading_3.text-white {
    justify-content: center;
    align-items: center;
  }

  .heading_3.width-70 {
    width: 90%;
  }

  .image_small {
    object-fit: contain;
  }

  .pricing-wrapper {
    grid-column-gap: 24px;
    grid-template-rows: minmax(500px, 2fr);
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing_card {
    flex-flow: column;
    width: auto;
  }

  .pricing_card.pricing_card_pro {
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .pricing_card.pricing_card_free {
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .pricing_card.pricing_card_teams {
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .pricing_card.enterprise {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card_right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .card_image {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .body_text {
    font-size: 16px;
  }

  .body_text.text_slate_900.text_left {
    align-self: auto;
  }

  .body_text.text_slate_600 {
    text-align: left;
    margin-bottom: 0;
  }

  .feature-card {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-auto-flow: row;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .div-block-6 {
    width: 60%;
    padding: 32px;
  }

  .card_div {
    padding: 32px;
  }

  .image {
    float: none;
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .image-2 {
    width: 100%;
  }

  .div-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px;
    display: flex;
  }

  .div-block-12 {
    height: 450px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-14, .card_large_div {
    height: 450px;
  }

  .image-5 {
    width: 100%;
    inset: auto -29% 0% auto;
  }

  .div-block-16 {
    opacity: .5;
    filter: blur(20px);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(315deg, #dac9ff, #2563eb 0% 100%, #dac9ff 0%, #2563eb);
  }

  .image-8 {
    object-position: 0% 50%;
    height: 85%;
    bottom: -10%;
  }

  .image-10 {
    width: 100%;
    inset: auto -32% -18% auto;
  }

  .div-block-21 {
    filter: blur(20px);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .quick-stack-5 {
    width: 33%;
  }

  .image-11 {
    width: 100%;
  }

  .div-block-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marquee_slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow: visible;
  }

  .marquee_img {
    width: 300px;
    height: auto;
  }

  .marquee_img.big {
    height: auto;
  }

  .logo-nav {
    width: 60px;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
  }

  .footer-link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .div-block-32.body_text.text_slate_900 {
    align-self: center;
  }

  .blog_div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    display: flex;
    overflow: visible;
  }

  .blog_image {
    width: 100%;
    max-width: none;
    display: block;
  }

  .blog-img {
    object-fit: cover;
    height: 200px;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .paragraph-10 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .blog-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 32px;
    display: flex;
  }

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

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

  .btn {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-grid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-section {
    object-position: 100% 100%;
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
  }

  .text-scroll-wrap {
    height: 52px;
  }

  .faq-cta {
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .blog-content-top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

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

  .product-img-wrap {
    margin-top: 0;
  }

  .nav-menu {
    z-index: 98;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: flex;
    box-shadow: -3px 0 8px #0000001f;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link.slide-in-bottom {
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-button {
    border: 1px solid #0000;
    padding: 8px;
  }

  .nav-menu-button.w--open {
    color: #000;
    background-color: #fff;
    border: 1px solid #94a3b8;
    border-radius: 8px;
  }

  .nav-link-wrap {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .marquee-wrap {
    margin-top: 48px;
  }

  .pricing-top.enterprise {
    font-size: 16px;
  }

  ._404-ticker__text {
    margin-right: 9.23vw;
    font-size: 29.98vw;
  }

  ._404__item-block {
    border-width: 1.28px;
    width: 50.02vw;
    height: 50.53vw;
  }

  ._404-block__header {
    padding-top: .96vw;
  }

  ._404__header-text {
    letter-spacing: .1vw;
    font-size: 1.81vw;
  }

  ._404-circles {
    width: 3.65vw;
    height: 1vw;
  }

  .block__img-404 {
    height: 47vw;
  }

  ._404-link {
    letter-spacing: .08vw;
    border-width: 1.28px;
    width: 9.66vw;
    height: 3.42vw;
    margin-bottom: 2.72vw;
    margin-left: 2.72vw;
    padding-top: 0;
    font-size: 1.61vw;
  }

  .waitlist-video {
    width: 100%;
    height: auto;
  }

  .heading-v0-tag {
    margin-top: 0;
    font-size: 24px;
  }

  .waitlist-input-field {
    height: 48px;
  }

  .waitlist-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-heading-wrap {
    text-align: center;
  }

  .nav-v0-tag {
    margin-top: 0;
  }

  .nav-link-contain {
    justify-content: center;
    align-items: center;
  }

  .fs_modal-1_wrapper, .print-materials-wrap {
    grid-template-columns: 1fr;
  }

  .print-material-card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .btn-disabled {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .material-video {
    width: 100%;
    height: auto;
  }

  .material-hero-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .drain-hole-card {
    width: 100%;
  }

  .drain-hole-card.left, .drain-hole-card-wrapper {
    flex-flow: column;
  }

  .material-specifications {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .print-work-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .print-process-video {
    width: 100%;
    height: auto;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav-link-dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
    border-radius: 0;
    padding: 24px 16px 16px;
    position: static;
  }

  .hero-container-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .features-bento {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .feature-bento-card {
    align-items: center;
  }

  .feature-bento-card.square.left {
    min-height: 0;
  }

  .feature-bento-card.left-aligned {
    min-height: 450px;
  }

  .feature-bento-card._3d-print {
    height: auto;
  }

  .feature-bento-card-content {
    width: 100%;
    padding: 32px;
  }

  .feature-bento-image.custom-1 {
    width: 50%;
  }

  .feature-bento-image.custom-4 {
    width: 70%;
    right: -25%;
  }

  .home-tabs {
    margin-top: 0;
  }

  .pro-bento {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .pro-bento.layout-1 {
    flex-flow: column;
    display: flex;
  }

  .pro-bento-card-content {
    padding: 32px;
    font-size: 16px;
    line-height: 20px;
  }

  .pro-bento-image.custom-2 {
    height: 90%;
  }

  .print-bento {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .print-bento.layout-2 {
    grid-template-columns: 1fr 1fr;
  }

  .print-bento-img.custom-3 {
    width: 60%;
    height: auto;
    bottom: 0%;
    right: 0%;
  }

  .print-bento-img.custom-4 {
    width: 90%;
    bottom: 10%;
    transform: rotate(30deg);
  }

  .print-bento-img.custom-6 {
    object-fit: contain;
    width: 100%;
    bottom: -26%;
  }

  .print-bento-img.custom-7 {
    width: 80%;
    bottom: -5%;
  }

  .print-bento-img.custom-8 {
    height: auto;
  }

  .print-bento-img.custom-9 {
    right: -8%;
  }

  .print-bento-img.custom-11 {
    width: 100%;
  }

  .pricing-card-inner-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .feature-bento-card-old {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-print-pricing-card-top {
    width: 100%;
  }

  .print-card-arrow {
    width: 25%;
    position: absolute;
    inset: auto 35% 10% auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(60deg);
  }

  .changelog-divider {
    width: 100%;
  }

  .navbar-wrap {
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .testimonial-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta1_image {
    border-radius: 18px;
  }

  .cta1_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .paragraph-11, .paragraph-12 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading_1 {
    font-size: 10vw;
  }

  .navbar {
    justify-content: space-between;
  }

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

  .container {
    width: 100%;
    display: flex;
  }

  .heading_4 {
    text-align: center;
  }

  .heading_4.text_slate_900 {
    text-align: center;
    align-self: center;
  }

  .heading_4.text_slate_900.text_left {
    align-self: center;
  }

  .heading_4.changelog {
    text-align: left;
    font-size: 24px;
  }

  .heading_4.align-center.testimonial {
    font-size: 32px;
  }

  .heading_3.text_slate_900 {
    width: 100%;
  }

  .heading_3.text_slate_900.print, .heading_3.text-white.cta {
    font-size: 32px;
  }

  .heading_3.text-white {
    font-size: 24px;
  }

  .heading_3.width-70 {
    width: 100%;
  }

  .image_small {
    aspect-ratio: 1;
    width: 150px;
    height: auto;
  }

  .pricing-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    place-items: stretch stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .pricing_card {
    width: auto;
  }

  .pricing_card.pricing_card_pro {
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

  .pricing_card.pricing_card_free {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .pricing_card.pricing_card_teams {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }

  .pricing_card.enterprise {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: stretch;
  }

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

  .body_text.text_slate_600 {
    text-align: center;
  }

  .feature-card {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
  }

  .card_div {
    height: 100px;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .div-block-14 {
    height: 450px;
  }

  .image-5 {
    height: auto;
    right: 0%;
  }

  .image-8 {
    height: 70%;
  }

  .image-9 {
    height: 70%;
    bottom: -10%;
  }

  .image-10 {
    height: 80%;
    bottom: -32%;
    right: 0%;
  }

  .div-block-21 {
    background-image: linear-gradient(272deg, #ffa471, #f97316);
  }

  .quick-stack-5 {
    width: 100%;
  }

  .image-11 {
    perspective-origin: 50%;
    height: 100%;
    position: absolute;
    inset: 0%;
    transform: none;
  }

  .div-block-25 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-25.align-left {
    padding-left: 0;
    padding-right: 0;
  }

  .marquee_slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .marquee_slider.scroll {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .marquee_img {
    width: 240px;
  }

  .div-block-32.body_text.text_slate_900 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-right: 0;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-list.changelog {
    padding: 0;
  }

  .div-block-40 {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section {
    aspect-ratio: 1;
    border-radius: 24px;
    width: 100%;
  }

  .cta-section.primfusion {
    aspect-ratio: 1;
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/primfusion_1.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    width: 100%;
  }

  .hero-video {
    margin-top: 60px;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq-cta.waitlist {
    background-image: linear-gradient(#00000073, #00000073), url('../images/primfusion-big_1.webp');
    background-position: 0 0, 0%;
  }

  .blog-content {
    padding: 24px;
  }

  .footer-link {
    font-size: 16px;
  }

  .pro-heading-wrap {
    flex-flow: wrap;
  }

  ._404__item-block {
    border-width: 1px;
    border-radius: 2vw;
    width: 66.36vw;
    height: 67.05vw;
  }

  ._404-block__header {
    padding: 1.6vw 2.67vw;
  }

  ._404__header-text {
    letter-spacing: .12vw;
    font-size: 2.41vw;
  }

  ._404-circles {
    width: 6.32vw;
    height: 1.8vw;
  }

  .block__img-404 {
    height: 61vw;
  }

  ._404-link {
    letter-spacing: .11vw;
    width: 12.82vw;
    height: 4.54vw;
    margin-bottom: 3.61vw;
    margin-left: 3.61vw;
    font-size: 2.14vw;
  }

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

  .waitlist-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .waitlist-card-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .primfusion-heading-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    font-size: 16px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print-materials-wrap {
    flex-flow: column;
  }

  .print-material-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .material-detials-wrap {
    width: 100%;
  }

  .material-hero-heading {
    font-size: 48px;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout237_item {
    padding: 18px 18px 24px;
  }

  .rl_layout237_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .drain-hole-card.left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .material-specifications {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .print-work-wrap {
    flex-flow: column;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._16-9-video.print-asset-video {
    width: auto;
    height: 100%;
  }

  .max-width-60 {
    max-width: 80%;
  }

  .feature-bento-card {
    height: 450px;
    min-height: 450px;
  }

  .feature-bento-card.left-aligned {
    flex-flow: column-reverse;
  }

  .feature-bento-card._3d-print {
    min-height: 0;
  }

  .feature-bento-card-content {
    padding: 24px;
  }

  .feature-bento-card-content.half-width-lg {
    width: 100%;
  }

  .feature-bento-image.custom-1 {
    width: 100%;
    height: auto;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .feature-bento-image.custom-4 {
    width: 100%;
    inset: auto 0% -30%;
  }

  .max-width-60-md {
    max-width: 80%;
  }

  .home-tabs {
    flex-flow: column;
    width: 100%;
  }

  .home-tabs-menu {
    flex-flow: row;
    width: auto;
    margin-bottom: 24px;
    margin-right: 0;
    overflow: auto;
  }

  .home-tab-link {
    flex: none;
  }

  .home-tab-content {
    width: auto;
  }

  .home-tab-link-description-wrap {
    display: none;
  }

  .pro-bento-card-content {
    padding: 24px;
  }

  .pro-bento-card-content.half-width-lg {
    width: 100%;
  }

  .pro-bento-image.custom-1 {
    inset: auto 0% 0%;
  }

  .pro-bento-image.custom-2 {
    bottom: -10%;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_testimonial1_logo.absolute {
    right: -15%;
  }

  .print-bento.layout-2 {
    grid-template-columns: 1fr;
  }

  .print-slider-card {
    min-height: 450px;
  }

  .print-bento-img.custom-1 {
    width: 120%;
    height: 70%;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .print-bento-img.custom-3 {
    object-fit: contain;
    width: 65%;
    height: auto;
    bottom: 5%;
    right: auto;
  }

  .print-bento-img.custom-4 {
    height: 90%;
    bottom: 5%;
    right: -29%;
  }

  .print-bento-img.custom-5 {
    width: 80%;
    height: 90%;
    top: auto;
  }

  .print-bento-img.custom-2 {
    aspect-ratio: auto;
    object-fit: contain;
    width: 150%;
    height: auto;
    right: -40%;
  }

  .print-bento-img.custom-6 {
    width: 100%;
    inset: auto 0% 0%;
  }

  .print-bento-img.custom-7 {
    width: 90%;
    height: 90%;
    bottom: -5%;
  }

  .print-bento-img.custom-8 {
    object-fit: cover;
    width: 80%;
    inset: auto 0% -10%;
  }

  .print-bento-img.custom-9 {
    width: 150%;
    height: 100%;
  }

  .print-bento-img.custom-10 {
    height: 100%;
  }

  .feature-bento-card-old {
    min-height: 450px;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .max-width-40ch-lg {
    width: 100%;
  }

  .max-width-50ch-lg {
    width: 100%;
    max-width: none;
  }

  .print-card-arrow {
    width: 33%;
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
  }

  .navbar-wrap {
    justify-content: space-between;
  }

  .nav-announcement-text {
    font-size: 14px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta1_content {
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/womp-professional-3d-modeling-software-online_1.webp');
    background-position: 50%;
    background-size: 100vw 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .hero.dark {
    height: 100vh;
  }

  .heading_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 10vw;
    display: block;
  }

  .heading_1.text_slate_900 {
    word-break: normal;
    overflow-wrap: anywhere;
    object-fit: fill;
    width: auto;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    overflow: visible;
  }

  .heading_1.blog {
    margin-top: 40px;
  }

  .heading_1.lab-text {
    font-size: 32px;
    line-height: 1.2;
  }

  .body_text_large {
    font-size: 16px;
    line-height: 24px;
  }

  .body_text_large.text_slate_900 {
    text-align: left;
  }

  .body_text_large.text_slate_900.blog_body h3 {
    font-size: 24px;
  }

  .body_text_large.text_slate_900.blog_body ul {
    padding-left: 24px;
  }

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

  .body_text_large.in-bento {
    font-size: 18px;
    line-height: 28px;
  }

  .hero_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .button_primary {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .button_primary.border_radius_24 {
    display: block;
  }

  .navbar {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .marquee {
    display: flex;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px 16px;
    display: flex;
  }

  .section.padding-large.with-gap-sm {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .section.small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .container.bento {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .container.faq {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .container.faq-main {
    padding: 64px 0 0;
  }

  .container.in-pro-bento {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .heading_4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading_4.text_slate_900 {
    text-align: center;
    align-self: center;
    font-size: 24px;
    line-height: 32px;
    position: static;
  }

  .heading_4.text_slate_900.text_left {
    text-align: left;
    align-self: flex-start;
  }

  .heading_4.align-center.testimonial {
    font-size: 28px;
  }

  .heading_3 {
    clear: none;
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading_3.text_slate_900 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    overflow-wrap: anywhere;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .heading_3.text_slate_900.print {
    font-size: 32px;
  }

  .heading_3.text-white.cta {
    font-size: 24px;
  }

  .heading_3.big {
    font-size: 30px;
  }

  .heading_3.text-white {
    font-size: 18px;
  }

  .heading_3.width-70 {
    font-size: 10vw;
    line-height: 1.1;
  }

  .image_small {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .pricing-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: minmax(500px, 2fr) auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing_card.pricing_card_pro {
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .pricing_card.pricing_card_free {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .pricing_card.pricing_card_teams {
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .pricing_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 14px;
    list-style-type: none;
    display: flex;
  }

  .faq-question {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .card_right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    display: block;
  }

  .card_image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .body_text {
    text-align: left;
    align-self: center;
    max-width: 100vw;
    display: block;
  }

  .body_text.pricing_card_features_text {
    text-align: left;
    background-position: 0 0;
    background-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 28px;
    font-size: 14px;
    line-height: 24px;
  }

  .body_text.text_slate_900 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .body_text.text_slate_900.text_left {
    text-align: left;
    font-size: 16px;
  }

  .body_text.text_slate_600 {
    text-align: center;
  }

  .feature-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .feature-card.reverse {
    flex-flow: column-reverse;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    width: auto;
    height: 402px;
    padding-right: 32px;
  }

  .card_div {
    height: 400px;
  }

  .image {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .image-2 {
    height: auto;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 24px;
    display: flex;
  }

  .div-block-12 {
    flex-flow: row;
    height: auto;
    display: block;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .div-block-14 {
    height: 400px;
  }

  .div-block-14.small {
    height: 250px;
  }

  .card_large_div {
    height: 450px;
  }

  .card_large_div.small {
    height: 250px;
  }

  .div-block-16 {
    opacity: .49;
    background-image: linear-gradient(315deg, #dac9ff, #2563eb 0% 100%, #dac9ff 0%, #2563eb);
    width: 100%;
    height: 100%;
  }

  .image-8 {
    height: 50%;
    bottom: 0%;
  }

  .image-9 {
    object-fit: cover;
    object-position: 50% 50%;
    bottom: -10%;
  }

  .div-block-20 {
    opacity: .74;
    filter: blur(40px);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(178deg, #fff, #3b82f6 16%);
    height: 70%;
    margin-top: 50%;
  }

  .image-10 {
    object-fit: cover;
    width: 100%;
    bottom: -33%;
  }

  .image-10.small {
    right: -18%;
  }

  .div-block-21 {
    opacity: .77;
    background-image: linear-gradient(183deg, #ffa471, #f97316e6 0%, #fb923c);
    width: 100%;
  }

  .quick-stack-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    padding: 0;
  }

  .cell-9 {
    text-align: center;
    display: flex;
  }

  .image-11 {
    aspect-ratio: 16 / 9;
    object-position: 0% 0%;
    order: 0;
    width: auto;
    height: 100%;
    display: block;
    transform: translate(-300px);
  }

  .marquee_slider {
    border-radius: 24px;
  }

  .marquee_img {
    border: 1px #000;
    border-radius: 12px;
    width: 180px;
  }

  .marquee_img.border_radius_24 {
    border-style: none;
    border-radius: 24px;
  }

  .marquee_img.big {
    width: 300px;
  }

  .logo-nav {
    order: -1;
    width: 56px;
    margin-left: 0;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .footer-link-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-self: center;
  }

  .div-block-33 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .social_image {
    width: 28px;
  }

  .blog_div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .blog_image {
    order: -1;
  }

  .blog-img {
    max-width: 100%;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .blog-heading {
    align-self: auto;
    width: auto;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-logo-link.w--current {
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
  }

  .blog-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .blog-list.changelog {
    margin-top: 0;
  }

  .blog {
    width: 100%;
  }

  .blog.blog_post {
    padding: 60px 0 0;
  }

  .div-block-40 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 0;
  }

  .btn {
    font-size: 16px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .cta-section.primfusion {
    aspect-ratio: 2 / 3;
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/primfusion_1.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding: 48px 24px;
  }

  .text-scroll-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 40px;
    margin-top: 8px;
    display: flex;
  }

  .hero-video {
    object-position: 50% 50%;
  }

  .faq6_question {
    padding-bottom: 0;
  }

  .faq6_accordion {
    padding-bottom: 8px;
  }

  .faq-cta {
    margin-left: 0;
    margin-right: 0;
    padding: 64px 32px;
  }

  .faq-cta.waitlist {
    width: 100%;
  }

  .section-img {
    border-radius: 8px;
  }

  .section-heading-wrapper {
    font-size: 18px;
  }

  .product-img-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    padding-top: 24px;
  }

  .nav-link-wrap {
    margin-bottom: 16px;
  }

  .marquee-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .marquee-wrap.native {
    width: auto;
    max-width: 110%;
  }

  .footer-link {
    font-size: 16px;
  }

  .pricing-top.enterprise {
    font-size: 14px;
  }

  .timeline-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .timeline-left {
    z-index: 10;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    width: auto;
    padding-bottom: 16px;
    font-size: 16px;
    top: 88px;
  }

  .product-shot-overlay {
    border-radius: 8px;
  }

  .product-shot-wrap {
    width: 100%;
  }

  .crown-icon.big {
    width: 32px;
  }

  .pro-heading-wrap {
    flex-flow: wrap;
  }

  .hero-heading-wrap {
    margin-bottom: 16px;
  }

  .waitlist-video {
    aspect-ratio: 3 / 2;
    border: 1px #000;
    border-radius: 12px;
    height: auto;
  }

  .waitist-heading-wrap.in-home {
    font-size: 24px;
  }

  .heading-v0-tag {
    border-radius: 6px;
    padding: 6px;
    font-size: 16px;
  }

  .waitlist-input-field {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .waitlist-sucess, .form-error {
    padding: 16px;
    font-size: 12px;
  }

  .header1_content {
    padding: 12px;
  }

  .waitlist-intro-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    margin-top: -32px;
  }

  .waitlist-card {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    text-align: left;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .faq-heading-wrap {
    text-align: center;
    align-items: stretch;
    font-size: 14px;
  }

  .primfusion-intro-img {
    width: 100%;
  }

  .lab-button {
    padding: 24px 32px;
    font-size: 18px;
  }

  .fs_modal-1_close {
    top: 8px;
    right: 8px;
  }

  .fs_modal-1_content {
    flex-flow: column;
    place-items: start stretch;
    height: 80svh;
    padding: 1.5rem;
    display: flex;
    overflow: auto;
  }

  .waitlist-company-size-wrap {
    grid-template-columns: 1fr;
  }

  .form {
    width: 100%;
  }

  .wait-list-name-wrap {
    flex-flow: column;
    width: 100%;
  }

  .wait-list-form-block {
    width: 100%;
  }

  .print-materials-wrap {
    display: flex;
  }

  .print-material-card {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    text-align: left;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .print-material-img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .print-material-card-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .rl-text-style-regular-2, .rl-text-style-regular-2 ul, .btn-disabled {
    font-size: 16px;
  }

  .material-detials-wrap {
    align-items: stretch;
    margin-top: 0;
  }

  .material-video {
    border: 1px #000;
    border-radius: 24px;
    height: auto;
  }

  .material-hero-wrap {
    padding-top: 0;
  }

  .material-hero-heading {
    margin-top: 0;
    font-size: 40px;
  }

  .rl-text-style-regular-3 {
    font-size: 16px;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: 1rem;
  }

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

  .escape-hole-video {
    height: 150px;
  }

  .heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .print-work-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .print-process-video {
    border: 1px #000;
    border-radius: 24px;
    height: auto;
  }

  .heading-eyebrow {
    font-size: 14px;
  }

  .drain-hole-card-heading {
    font-size: 18px;
    font-weight: 600;
  }

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

  .rl-padding-global {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-width-60 {
    max-width: none;
  }

  .hero-container-content {
    font-size: 18px;
  }

  .features-bento.layout-2 {
    grid-template-columns: 1fr;
  }

  .feature-bento-card {
    justify-content: space-between;
    min-height: 400px;
  }

  .feature-bento-card-content {
    padding: 20px;
  }

  .feature-bento-card-content._75-width-lg {
    width: auto;
  }

  .feature-bento-image.custom-1 {
    width: 110%;
    max-width: none;
    height: 60%;
    inset: auto 0% 0% auto;
  }

  .feature-bento-image.custom-2 {
    object-position: 50% 0%;
    max-width: none;
  }

  .feature-bento-image.custom-3 {
    width: 100%;
  }

  .feature-bento-image.custom-4 {
    object-position: 50% 0%;
    width: 100%;
    max-width: none;
    height: 60%;
    bottom: 0%;
    overflow: visible;
  }

  .max-width-60-md {
    max-width: 90%;
  }

  .pro-bento.layout-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .pro-bento-card-content {
    padding: 20px;
  }

  .pro-bento-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .pro-bento-image.custom-1 {
    width: 130%;
    max-width: none;
    height: 75%;
    bottom: -10%;
    left: -30%;
  }

  .pro-bento-image.custom-2 {
    height: 75%;
  }

  .pro-bento-card.large {
    height: 400px;
  }

  .lab-video {
    object-position: 50% 50%;
  }

  .rl_testimonial1_logo.absolute {
    display: none;
  }

  .print-slider-card {
    min-height: 400px;
  }

  .print-bento-img.custom-1 {
    width: 120%;
  }

  .print-bento-img.custom-2 {
    height: 60%;
    inset: auto 0% 0%;
  }

  .print-bento-img.custom-3 {
    height: 100%;
    bottom: 0%;
    right: -15%;
  }

  .print-bento-img.custom-4 {
    object-fit: contain;
    width: 100%;
    height: 80%;
    bottom: 17%;
  }

  .print-bento-img.custom-5 {
    width: 80%;
    height: 100%;
  }

  .print-bento-img.custom-2 {
    object-fit: cover;
    width: 100%;
    height: 60%;
  }

  .print-bento-img.custom-2-copy {
    width: 130%;
    inset: auto 0% -8%;
  }

  .print-bento-img.custom-6 {
    width: 140%;
    top: auto;
    right: auto;
  }

  .print-bento-img.custom-7 {
    width: 110%;
    inset: auto 0% -5%;
  }

  .print-bento-img.custom-8 {
    object-fit: contain;
    width: 130%;
    max-width: none;
    height: 100%;
  }

  .print-bento-img.custom-9 {
    width: 140%;
    height: auto;
    bottom: 0%;
    right: 0%;
  }

  .print-bento-img.custom-10 {
    width: 90%;
  }

  .price-tab-menu {
    margin-bottom: 40px;
  }

  .tag.in-pricing {
    display: none;
  }

  .pricing-suffix {
    font-size: 24px;
  }

  .feature-bento-card-old {
    min-height: 400px;
  }

  .body_text_small {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar-announcement {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
  }

  .announcemnt-icon {
    position: static;
  }

  .nav-announcement-text {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .nav-announcement-text.mobile {
    display: block;
  }

  .testimonial-container {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .cta1_image {
    border-radius: 12px;
  }

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

  .paragraph-11, .paragraph-12 {
    margin-bottom: 0;
  }
}

#w-node-_6d7b14f7-54d9-c496-3085-59a28d897bd6-f3200332, #w-node-_462c9257-4032-f127-cfae-e73cf6b70541-f3200332 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2979aac2-c47a-3e64-6e34-10ebb3effe8e-f3200332, #w-node-b359fb26-afe1-f0b6-38e6-6d834b0338df-f3200332 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2979aac2-c47a-3e64-6e34-10ebb3effeb9-f3200332, #w-node-_33cc6409-6fe4-d564-4ccd-46cca1481794-f3200332, #w-node-_81c93870-e55b-ded1-8042-d1ef7768fc5c-f3200332 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d9b76f9-adf3-9b16-3c14-2b4113f8b329-f3200332, #w-node-_46d2de6c-8eef-6022-8308-d6293891773e-f3200332 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_66d71cb9-f74d-8e1f-293d-c7cd88d6ae50-f3200332, #w-node-_628450cc-4bef-0ad0-2b02-64c2091cfdf8-f3200332 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b1a282d0-ff07-4528-7fcc-8a27c20bcaef-f3200332, #w-node-_75ee08f7-5f90-4654-a244-1313f55c6800-f3200332, #w-node-b6b4bb03-6343-a955-12d4-519b9a630a7d-f3200332, #w-node-_1f18b261-b3af-665a-c398-6841142fb7d1-f3200332, #w-node-c6d60324-b9c5-ff47-d206-58e91f8e12f4-f3200332, #w-node-a5208314-eab5-41d0-ab3a-8d36988c8d7f-f3200332 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7342fdb5-94ba-ed61-3e1a-b1153dda6464-f3200332, #w-node-_6202d978-7d95-002c-8bdc-fa804c777df1-f3200332 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336102-f3200332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd33612b-f3200332, #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336161-f3200332 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336181-f3200332 {
  order: 9999;
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-_225018d8-000e-de03-fb53-c938359bfd5e-f3200332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_225018d8-000e-de03-fb53-c938359bfd8c-f3200332, #w-node-_225018d8-000e-de03-fb53-c938359bfdc8-f3200332 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_225018d8-000e-de03-fb53-c938359bfdef-f3200332 {
  order: 9999;
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-c425cd23-47c6-7914-ceb0-78ce6ae1b8c7-f3200332 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf51334a-17dd-6fa9-2c19-962c021e35c2-3217a896, #w-node-_185e5969-06b5-be86-5e25-e46aa6f5b229-3217a896, #w-node-_850ae26a-05b4-d1da-c736-951836671b72-3217a896, #w-node-_97aa5c05-2701-9ae2-71fa-52ee3aafaa23-3217a896, #w-node-_9ce5e33f-7781-8274-53ac-f5686ccbab0d-3217a896, #w-node-_471c4f6c-2aaa-c9e2-a6bc-ec90ddc23922-3217a896, #w-node-_5819bf77-29f2-99eb-c92c-524256dfcad9-3217a896, #w-node-b7a16ea9-fa5c-0310-b71d-afadd94f6540-3217a896, #w-node-ed1cfff6-165a-c6ba-dfd3-663a23999002-3217a896, #w-node-_3efdd165-8f18-df65-bdde-1aea390d6b5c-3217a896, #w-node-_16baed84-b5b9-6ba0-ddbe-e8b8ac028980-3217a896, #w-node-ed1e6aa8-95df-0f69-834a-0669ee86319f-3217a896, #w-node-ea8a1c87-e368-28bf-0524-88002b86d700-547d460b, #w-node-_57c08ddd-73a5-9b1d-61c8-90c1b5191386-547d460b, #w-node-_7a54c133-a842-bd05-2a79-f0c1f32509d6-547d460b, #w-node-fb732f95-39d0-5b2b-f1ab-0b97aa88ba1f-547d460b, #w-node-_5368c4dc-fc11-a8d8-6037-b42bd0ebeea6-547d460b, #w-node-_18c4ab8c-72a0-71ee-c671-3f9bcdca185b-200522ba, #w-node-b5f12fcd-a45d-3973-e76f-8a39d0330029-200522ba, #w-node-_150bf93f-92ef-d2e0-bae8-5ff343af0282-200522ba, #w-node-_7d006d5f-78d4-adb2-1446-db0e5318c303-200522ba, #w-node-_6e335a97-bf25-8c30-96b4-9793374e16cd-200522ba, #w-node-ca29c042-05f8-2c9a-0609-6c6de2adc3af-200522ba, #w-node-df124c8b-e44c-fe01-5a19-7e9bc667eb5f-200522ba, #w-node-_8358da46-14f4-4dd9-9512-31ebebad595e-200522ba, #w-node-bb11f23a-d25e-acaa-580e-18f568b0caab-200522ba, #w-node-_4f23e15f-d83d-ff33-8840-26970bd5b8d4-200522ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4591d2a5-1f8b-ff79-bd50-2e8c86aa0fe3-8106a5f0, #w-node-_4591d2a5-1f8b-ff79-bd50-2e8c86aa0ff8-8106a5f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99949e40-fed3-19d4-d81c-663f6b69b2d9-8106a5f0, #w-node-_4b46d8d5-b705-87b3-4bf2-1d6f0bc64510-304dc77f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0025cd0e-7096-8c34-af3e-afb7e76e9a61-b35a9dd8, #w-node-_5f35bdbd-0939-7eda-01bd-921e52be40a4-b35a9dd8, #w-node-_0fc5440b-e7e2-7684-8263-dee4196657f5-b35a9dd8 {
  place-self: center;
}

#w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f55-b35a9dd8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f62-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f4e-b35a9dd8 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_70bf2898-3e5f-fe25-c855-714b28059730-b35a9dd8, #w-node-f482f438-e8ac-ec4d-f369-025ed709fa30-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9139a4e8-cef0-44b7-105d-41329af26516-b35a9dd8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9139a4e8-cef0-44b7-105d-41329af26526-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9139a4e8-cef0-44b7-105d-41329af2652f-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af26536-b35a9dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d37fc3-b35a9dd8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d37fcb-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fd7-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d37fe5-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fed-b35a9dd8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d37ff5-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d3800b-b35a9dd8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d38013-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3801b-b35a9dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d38023-b35a9dd8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a0c461c-e08f-29ef-d302-63be98d3802e-b35a9dd8, #w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a2173-b35a9dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a21bb-b35a9dd8, #w-node-f1f55062-dbef-09ff-b19a-0125b99c4a8b-b35a9dd8 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_88206cdf-56b0-c826-76e9-61eb49696d6c-b35a9dd8 {
  order: 9999;
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-c425cd23-47c6-7914-ceb0-78ce6ae1b8c7-b35a9dd8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5590c050-e733-1ece-9b0f-789489aab57f-b35a9dd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5908a5ef-386d-da2d-76c9-16e72cbb85af-b472f6d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dfa54fbb-baca-1b0a-472c-8fe375f93e38-ebfc8edb, #w-node-dfa54fbb-baca-1b0a-472c-8fe375f93e43-ebfc8edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2979aac2-c47a-3e64-6e34-10ebb3effe8e-f3200332, #w-node-b359fb26-afe1-f0b6-38e6-6d834b0338df-f3200332, #w-node-_2979aac2-c47a-3e64-6e34-10ebb3effeb9-f3200332, #w-node-_81c93870-e55b-ded1-8042-d1ef7768fc5c-f3200332, #w-node-_8d9b76f9-adf3-9b16-3c14-2b4113f8b329-f3200332, #w-node-_46d2de6c-8eef-6022-8308-d6293891773e-f3200332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66d71cb9-f74d-8e1f-293d-c7cd88d6ae50-f3200332, #w-node-_628450cc-4bef-0ad0-2b02-64c2091cfdf8-f3200332, #w-node-b1a282d0-ff07-4528-7fcc-8a27c20bcaef-f3200332, #w-node-_75ee08f7-5f90-4654-a244-1313f55c6800-f3200332, #w-node-b6b4bb03-6343-a955-12d4-519b9a630a7d-f3200332, #w-node-_7342fdb5-94ba-ed61-3e1a-b1153dda6464-f3200332, #w-node-_6202d978-7d95-002c-8bdc-fa804c777df1-f3200332 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336102-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd33612b-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336161-f3200332, #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336181-f3200332 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_225018d8-000e-de03-fb53-c938359bfd5e-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_225018d8-000e-de03-fb53-c938359bfd8c-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_225018d8-000e-de03-fb53-c938359bfdc8-f3200332, #w-node-_225018d8-000e-de03-fb53-c938359bfdef-f3200332 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-c09352d0-b4ea-dd6e-f1ae-8accc922f2ee-8106a5f0, #w-node-_1099b483-1dfc-aa45-d176-31e5ae7454ac-8106a5f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f55-b35a9dd8, #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f62-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f4e-b35a9dd8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_70bf2898-3e5f-fe25-c855-714b28059730-b35a9dd8, #w-node-f482f438-e8ac-ec4d-f369-025ed709fa30-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af26516-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af2652f-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af26536-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fc3-b35a9dd8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fcb-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fd7-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fe5-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fed-b35a9dd8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d37ff5-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d3800b-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d38013-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3801b-b35a9dd8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d38023-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3802e-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a2173-b35a9dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a21bb-b35a9dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-f1f55062-dbef-09ff-b19a-0125b99c4a8b-b35a9dd8, #w-node-_88206cdf-56b0-c826-76e9-61eb49696d6c-b35a9dd8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d7b14f7-54d9-c496-3085-59a28d897bd6-f3200332, #w-node-_462c9257-4032-f127-cfae-e73cf6b70541-f3200332, #w-node-_2979aac2-c47a-3e64-6e34-10ebb3effe8e-f3200332, #w-node-b359fb26-afe1-f0b6-38e6-6d834b0338df-f3200332, #w-node-_2979aac2-c47a-3e64-6e34-10ebb3effeb9-f3200332, #w-node-_33cc6409-6fe4-d564-4ccd-46cca1481794-f3200332, #w-node-_81c93870-e55b-ded1-8042-d1ef7768fc5c-f3200332, #w-node-_8d9b76f9-adf3-9b16-3c14-2b4113f8b329-f3200332, #w-node-_46d2de6c-8eef-6022-8308-d6293891773e-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66d71cb9-f74d-8e1f-293d-c7cd88d6ae50-f3200332, #w-node-_628450cc-4bef-0ad0-2b02-64c2091cfdf8-f3200332, #w-node-b1a282d0-ff07-4528-7fcc-8a27c20bcaef-f3200332, #w-node-_75ee08f7-5f90-4654-a244-1313f55c6800-f3200332, #w-node-b6b4bb03-6343-a955-12d4-519b9a630a7d-f3200332, #w-node-_7342fdb5-94ba-ed61-3e1a-b1153dda6464-f3200332, #w-node-_6202d978-7d95-002c-8bdc-fa804c777df1-f3200332 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c425cd23-47c6-7914-ceb0-78ce6ae1b8c7-f3200332 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4591d2a5-1f8b-ff79-bd50-2e8c86aa0fe3-8106a5f0, #w-node-_4591d2a5-1f8b-ff79-bd50-2e8c86aa0ff8-8106a5f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99949e40-fed3-19d4-d81c-663f6b69b2d9-8106a5f0, #w-node-_4b46d8d5-b705-87b3-4bf2-1d6f0bc64510-304dc77f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9139a4e8-cef0-44b7-105d-41329af26516-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af2652f-b35a9dd8, #w-node-_9139a4e8-cef0-44b7-105d-41329af26536-b35a9dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fc3-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fe5-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fed-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3800b-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d38013-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3801b-b35a9dd8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c425cd23-47c6-7914-ceb0-78ce6ae1b8c7-b35a9dd8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5590c050-e733-1ece-9b0f-789489aab57f-b35a9dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5908a5ef-386d-da2d-76c9-16e72cbb85af-b472f6d3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81c93870-e55b-ded1-8042-d1ef7768fc5c-f3200332, #w-node-_8d9b76f9-adf3-9b16-3c14-2b4113f8b329-f3200332, #w-node-_66d71cb9-f74d-8e1f-293d-c7cd88d6ae50-f3200332, #w-node-_628450cc-4bef-0ad0-2b02-64c2091cfdf8-f3200332, #w-node-b1a282d0-ff07-4528-7fcc-8a27c20bcaef-f3200332, #w-node-_75ee08f7-5f90-4654-a244-1313f55c6800-f3200332, #w-node-b6b4bb03-6343-a955-12d4-519b9a630a7d-f3200332, #w-node-_7342fdb5-94ba-ed61-3e1a-b1153dda6464-f3200332, #w-node-_6202d978-7d95-002c-8bdc-fa804c777df1-f3200332 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336102-f3200332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto start;
  }

  #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd33612b-f3200332, #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336161-f3200332, #w-node-_7730c8ca-c7f4-37fc-4b72-dfbcbd336181-f3200332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_225018d8-000e-de03-fb53-c938359bfd5e-f3200332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto start;
  }

  #w-node-_225018d8-000e-de03-fb53-c938359bfd8c-f3200332, #w-node-_225018d8-000e-de03-fb53-c938359bfdc8-f3200332, #w-node-_225018d8-000e-de03-fb53-c938359bfdef-f3200332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f55-b35a9dd8, #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f62-b35a9dd8, #w-node-ca24930c-0ebc-5a98-5612-61d3b76d2f4e-b35a9dd8, #w-node-_70bf2898-3e5f-fe25-c855-714b28059730-b35a9dd8, #w-node-f482f438-e8ac-ec4d-f369-025ed709fa30-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fc3-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fcb-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fd7-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fe5-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37fed-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d37ff5-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3800b-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d38013-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3801b-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d38023-b35a9dd8, #w-node-_7a0c461c-e08f-29ef-d302-63be98d3802e-b35a9dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a2173-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto start;
  }

  #w-node-cfc9fafe-dbcd-704c-cbf6-6a28661a21bb-b35a9dd8, #w-node-f1f55062-dbef-09ff-b19a-0125b99c4a8b-b35a9dd8, #w-node-_88206cdf-56b0-c826-76e9-61eb49696d6c-b35a9dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangramsansrounded';
  src: url('../fonts/PPPangramSansRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangramsansrounded';
  src: url('../fonts/PPPangramSansRounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangramsansrounded';
  src: url('../fonts/PPPangramSansRounded-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}