:root {
  --dim-grey: #737373;
  --black: #121212;
  --dodger-blue: #0f90fa;
  --steel-blue: #0e7bd5;
  --white: #fafafa;
  --dark-grey: #a3a3a3;
  --white-smoke: #f6f6f6;
  --black-2: #0d0c20;
  --white-smoke-2: #f0f0f0;
  --gainsboro: #dadada;
  --dim-grey-2: #5c5c5c;
  --papaya-whip: #ffda90;
  --gainsboro-2: #e6e6e6;
  --progress: #34bf49;
  --crimson: #e4002b;
}

body {
  color: var(--dim-grey);
  max-width: 100dvw;
  font-family: GT Walsheim, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.375rem;
}

h2 {
  color: #121212;
  letter-spacing: -1.75px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4rem;
}

h3 {
  color: var(--black);
  letter-spacing: -0.375px;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.95rem;
}

h4 {
  color: var(--black);
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  color: var(--dim-grey);
  margin-bottom: 0;
}

a {
  color: var(--dodger-blue);
}

strong {
  color: var(--black);
  font-weight: 500;
}

.tada-section {
  background-color: #fff;
  background-image: url('../images/just-background.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 1375px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100dvw;
  padding-top: 3rem;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1040px;
  max-width: 95vw;
  display: flex;
}

.container.small-size-container {
  max-width: 860px;
}

.container.small-size-container.flex-reg {
  flex-direction: row;
  justify-content: space-between;
}

.container.small-size-container.border-top {
  margin-top: 2rem;
}

.container.small-size-container.flex-scretch {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.container.small-size-container.utility-page-max {
  flex: 1;
  justify-content: space-between;
}

.container.pricing-section {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.container.starting-section {
  text-align: center;
}

.container.mb-negative {
  margin-bottom: -0.5rem;
}

.container.large-container {
  width: 1080px;
}

.submit-button {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--steel-blue);
  background-color: var(--dodger-blue);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 1.5rem;
  display: flex;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.submit-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.submit-button.white-button {
  border-bottom-color: var(--steel-blue);
  color: var(--black);
  text-transform: none;
  background-color: #fff;
  height: auto;
  padding: 1.125rem 2rem;
  font-size: 1.18rem;
}

.submit-button.bigger-submit {
  height: auto;
  padding: 1.125rem 4rem;
  font-size: 1.18rem;
  font-weight: 400;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 1px 1px 1px rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.submit-button.bigger-submit:hover {
  background-color: var(--steel-blue);
}

.submit-button.bigger-submit.less-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.submit-button.green-btn {
  background-color: #009f4d;
  border-width: 1px 1px 2px;
  border-color: #00803e;
}

.div-block-3 {
  min-width: 50%;
}

.regular-section {
  border-top: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.regular-section.cta-action-sec {
  background-color: var(--dodger-blue);
  background-image: linear-gradient(to bottom, var(--dodger-blue), var(--steel-blue));
  border-top-style: none;
}

.regular-section.graybg {
  background-color: var(--white);
}

.regular-section.graybg.up-on-top {
  margin-top: -468px;
  padding-top: 468px;
}

.regular-section.padding-more-fromtop {
  border-top-style: none;
  max-width: 100dvw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.regular-section.padding-more-fromtop.nomb0 {
  padding-top: 3rem;
  padding-bottom: 0;
}

.regular-section.justone {
  background-color: #fafafa;
  border-top-style: none;
  padding-top: 2rem;
}

.regular-section.with-bg {
  border-bottom: 1px solid var(--dark-grey);
  background-color: var(--white-smoke);
  min-height: 100dvh;
  padding-top: 2.75rem;
  padding-bottom: 1.5rem;
}

.regular-section.partn-program {
  background-color: var(--black-2);
  background-image: radial-gradient(circle farthest-side, #16212a 25%, rgba(22, 33, 42, 0.94)), url('../images/doddle-on.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top-style: none;
}

.regular-section.no-border-top {
  border-top-style: none;
}

.regular-section.showcase-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.regular-section.showcase-section.graybg.illustrated {
  background-color: #fff;
  background-image: url('../images/just-background_1.webp'), linear-gradient(#fff, #fff 50%, #fafafa 60%, #fafafa);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.feature-div {
  flex: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.feature-div._33w {
  flex: 0 auto;
  width: 33.33%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.feature-div.competitor-feature {
  padding-left: 1rem;
  padding-right: 1rem;
}

.feature-box {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.875rem;
  display: flex;
}

.feature-box.flex-wrap {
  flex-wrap: wrap;
}

.feature-box.competitor-feature {
  width: 1380px;
  max-width: 100dvw;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.white-text {
  color: #fff;
  text-align: center;
  margin-bottom: 2.75rem;
  line-height: 3.5rem;
}

.white-text.bigger-title.mb3 {
  margin-bottom: 2.5rem;
}

.max560 {
  width: 560px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.mr1 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.form {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.subtitle-h {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.subtitle-h.maxwidth680 {
  max-width: 650px;
  margin-bottom: 1rem;
}

.subtitle-h.maxwidth680.mb3 {
  margin-bottom: 3rem;
}

.subtitle-h.smaller-h {
  letter-spacing: -0.25px;
  margin-top: -0.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.15rem;
}

.subtitle-h.smaller-h.mb2-simply {
  margin-bottom: 2rem;
}

.subtitle-h.smaller-h.white-color {
  width: 680px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.subtitle-h.smaller-h.mb3 {
  margin-bottom: 3rem;
}

.subtitle-h.smaller-h.mb3.maxwidth680 {
  max-width: 680px;
}

.subtitle-h.max740 {
  width: 100%;
  max-width: 860px;
  font-weight: 400;
}

.subtitle-h.max-medium {
  width: 100%;
  max-width: 740px;
}

.subtitle-h.max-medium.vs-mighty {
  max-width: 840px;
}

.subtitle-h.max-medium.vs-tribe {
  max-width: 710px;
}

._3d-card-omg {
  border: 1px solid var(--white-smoke-2);
  background-color: #fff;
  border-radius: 8px;
  width: 860px;
  padding: 2rem 1.25rem 1.75rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

._3d-card-omg.nop {
  padding: 0.5rem 1.25rem;
}

._3d-card-omg.plan-card {
  border-style: none;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 4rem 1.25rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.18);
}

._3d-card-omg.plan-card.single-setup-fee {
  flex: none;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

._3d-card-omg.really-small-card {
  border-radius: 6px;
  width: 100%;
  max-width: 520px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.thepublic-logo {
  height: 4.25rem;
  margin-top: -0.15rem;
}

.thepublic-logo.footer-logo {
  height: 3.5rem;
  margin-bottom: 0.5rem;
}

.thepublic-logo.smaller-for-comparison {
  height: 4.125rem;
  margin-top: 0.25rem;
}

.link {
  color: var(--gainsboro);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.12s;
}

.link:hover {
  color: var(--white-smoke-2);
  background-color: #292929;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  width: 820px;
  display: flex;
}

.colored-illustration {
  justify-content: center;
  align-items: center;
  width: 1040px;
  padding: 2rem;
  display: flex;
}

._1rem {
  color: var(--black);
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.feature-desc {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-desc.mb1 {
  align-items: flex-start;
}

.feature-desc.center-align {
  cursor: default;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.375rem;
  position: relative;
}

.check-image {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
}

.footer-bar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.navbar {
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 100dvw;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
}

.navbar.navbar-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translate(0, -128px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 18px 24px rgba(0, 0, 0, 0.04);
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.menu-container {
  text-align: left;
  flex: 1;
  margin-bottom: 0.5rem;
}

.menu-container.rightalign {
  text-align: right;
}

.nav-link {
  color: var(--black);
  background-color: #fff;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--white-smoke-2);
  color: var(--black);
}

.nav-link.w--current,
.nav-link.w--current:hover {
  color: var(--black);
}

.nav-link.speciacta {
  border: 1px solid var(--dodger-blue);
  color: var(--steel-blue);
  margin-top: 0;
  margin-left: 0.5rem;
}

.nav-link.speciacta:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.thats-a-quote {
  color: var(--black);
  text-align: center;
  letter-spacing: -0.25px;
  max-width: 640px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.image-6 {
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.leftalign {
  text-align: left;
  flex: 1;
}

.mb2-simply {
  margin-bottom: 2rem;
}

.mb2-simply.featured-screenshots {
  position: relative;
}

.this-amazing-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.25rem;
}

.faq-block {
  border-top: 1px solid var(--gainsboro);
  text-align: left;
  width: 100%;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.faq-block.lastone {
  border-bottom: 1px solid var(--gainsboro);
}

.flexsides-accordion {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-8 {
  opacity: 0.48;
  width: 1.5rem;
  height: 1.5rem;
}

.open-acordion {
  color: var(--dim-grey-2);
  margin-top: 1rem;
  margin-right: 28px;
  display: none;
}

.open-acordion.bullet-points {
  padding-left: 18px;
}

.div-block-13 {
  justify-content: space-around;
  width: 680px;
  margin-bottom: 2rem;
  display: flex;
}

.biglink {
  text-transform: capitalize;
  font-size: 1.15rem;
  font-weight: 500;
}

.even-smaller-h1 {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.even-smaller-h1.lessbold {
  text-transform: none;
  font-weight: 500;
}

.imageall {
  width: 1380px;
  max-width: 100dvw;
  margin-top: 3.5rem;
  margin-left: 1rem;
}

.imageall.a-little-smaller {
  width: 1280px;
}

.dark-color {
  color: var(--dim-grey);
  text-decoration: none;
}

.flex-sides {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.flex-sides.pricing-flex {
  z-index: 1;
  box-shadow: none;
  max-width: 1130px;
  margin-top: 2rem;
  position: relative;
}

.plan-features-container {
  border-top: 1px solid var(--gainsboro);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
}

.plan-stripe {
  background-color: #fa0;
  height: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plan-stripe.green-stripe {
  background-color: #009f4d;
}

.smalltext {
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
}

.height-constant {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.inheritcolor {
  color: var(--dim-grey);
}

.inheritcolor.black {
  color: var(--black);
}

.inheritcolor.black.nounderline,
.inheritcolor.nounderline {
  text-decoration: none;
}

.h2midh3 {
  text-align: center;
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.15rem;
}

.h2midh3.white-color {
  margin-bottom: 1.5rem;
}

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

.regular-text-field {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  max-width: 100%;
  height: 3.25rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.18s;
}

.regular-text-field:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.regular-text-field::placeholder {
  color: var(--dark-grey);
}

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

.flexleft {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.under-cta {
  color: #fff;
  display: none;
}

.under-cta.gray-color {
  color: var(--dim-grey);
  text-decoration: none;
  display: block;
}

.onboarding-image {
  height: 4.75rem;
  margin-bottom: 2.5rem;
}

.partner-heading {
  color: #fff;
  letter-spacing: -0.875px;
  margin-bottom: 1.5rem;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4.125rem;
}

.white-color {
  color: #fff;
}

.flex-column-left {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
}

.flex-column-left.flex-onimage {
  flex: 1;
  justify-content: space-between;
}

.flex-column-left.onright.last-one {
  padding-right: 0;
}

.footer-link {
  color: var(--dim-grey);
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dodger-blue);
  text-decoration: underline;
}

.footer-link.fine-print {
  color: var(--dark-grey);
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
}

.footer-link.fine-print.no-hover {
  cursor: default;
}

.footer-link.fine-print.no-hover:hover {
  text-decoration: none;
}

.label-coming {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  position: relative;
  top: -2px;
}

.coming-soon-label {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
}

.feature-first-level {
  margin-bottom: -0.5rem;
}

.start-body {
  flex-direction: column;
}

.hlightlight-span {
  background-color: rgba(14, 123, 213, 0.48);
  border-radius: 2px;
  display: inline-block;
}

.message-top {
  color: var(--black);
  background-color: rgba(15, 144, 250, 0.12);
  border-bottom: 1px solid rgba(0, 69, 126, 0.18);
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: none;
}

.mb3 {
  margin-bottom: 3rem;
}

.marker-yellow {
  background-color: var(--papaya-whip);
  color: var(--black);
}

.emojione {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.legal-container-terms {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal-iframe {
  border-radius: 4px;
  width: 840px;
  max-width: 100%;
  height: 840px;
  max-height: 100%;
  overflow: hidden;
}

.legal-iframe.tos-frame {
  width: 700px;
}

.close-this {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10000px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.legal-container-div {
  z-index: 2;
  max-width: 100dvw;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.legal-container-privacy,
.legal-container-cookie {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-color {
  color: var(--black);
  margin-bottom: 0.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.black-color.click-cursor {
  cursor: pointer;
}

.smaller-check-image {
  height: 1.125rem;
  margin-top: 0.375rem;
  margin-right: 1rem;
}

.gray-offer {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 6px;
  max-width: 920px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.utility {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  max-width: 100%;
  padding-top: 3rem;
  display: flex;
}

.utility-body {
  flex-direction: column;
  max-height: 100dvh;
  display: flex;
  overflow: hidden;
}

.h3midh4 {
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.375rem;
}

.bigger-check {
  width: 2.75rem;
  max-width: none;
  max-height: 2.75rem;
  margin-right: 1rem;
}

.table-container {
  border-bottom: 1px solid var(--gainsboro-2);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 5rem;
}

.w33 {
  border-left: 1px solid var(--gainsboro-2);
  color: var(--dim-grey-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.w33.slightly-smaller {
  border-left-style: none;
  flex: none;
  justify-content: center;
  width: 25%;
}

.w33.header-table {
  border-bottom: 1px solid var(--gainsboro-2);
  border-left-style: none;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.h4midh5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.flex-left-center {
  border-right: 1px solid var(--gainsboro-2);
  border-left: 1px solid var(--gainsboro-2);
  align-items: stretch;
  display: flex;
}

.flex-left-center.white-bg {
  background-color: var(--white);
}

.flex-left-center.header-on-mobile {
  border-left-style: none;
  border-right-style: none;
}

.check-compare {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
}

.lessbold {
  font-weight: 600;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 95vw;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.image-10 {
  z-index: 1;
  border: 1px solid var(--gainsboro-2);
  border-radius: 6px;
  width: 860px;
  position: relative;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 4.125rem;
  display: flex;
}

.image-11 {
  border: 1px solid var(--gainsboro-2);
  border-radius: 4px;
  width: 40.5%;
  margin-left: -25%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.image-11.left-image {
  margin-left: 0%;
  margin-right: -25%;
}

.icon {
  border: 1px solid var(--dodger-blue);
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-top: 1px;
  font-size: 1.25rem;
  transition: all 80ms;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.icon:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.dnone {
  display: none;
}

.left-arrow {
  width: 3rem;
}

._400-weight {
  color: var(--dim-grey);
  font-weight: 500;
}

.no-underline {
  text-decoration: none;
}

.no-underline.show-underline-on-hover:hover {
  text-decoration: underline;
}

.marker-image-pricing {
  align-self: flex-start;
  height: 5rem;
  display: none;
  position: absolute;
  top: -7.5rem;
}

.top-comparison {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 4.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.comparison-tab {
  box-shadow: 0 1px 0 0 var(--white-smoke-2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 1rem 0.95rem;
  display: flex;
}

.comparison-tab.w--current {
  border-bottom-color: var(--dodger-blue);
  background-color: var(--white);
  font-weight: 600;
}

.w100 {
  width: 100%;
}

.flex-sides-always {
  justify-content: space-between;
  display: flex;
}

.likeh1 {
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.likeh1.mb3 {
  letter-spacing: -2px;
}

.screenshots-tab-link {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gainsboro);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 33.33%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.screenshots-tab-link.w--current {
  border-style: solid;
  border-color: var(--gainsboro) var(--gainsboro) transparent;
  background-color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.screenshot-img {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--gainsboro);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08), 0 24px 48px rgba(0, 0, 0, 0.04), 0 36px 64px rgba(0, 0, 0, 0.08);
}

.show-overflow {
  object-fit: contain;
  overflow: visible;
}

.slider-2 {
  display: none;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
}

.relevant-background {
  z-index: -1;
  background-image: linear-gradient(rgba(246, 246, 246, 0.84), rgba(246, 246, 246, 0.84)), url('../images/cute-seperator.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto 10px;
  height: 50.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stripe-of-features {
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.emoji-symbol {
  margin-top: -4px;
  margin-right: 0.675rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

._2rem-image {
  height: 4.25rem;
  margin-bottom: 1.5rem;
}

.stripe-features {
  text-align: center;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bigger-title {
  letter-spacing: -2.25px;
  margin-bottom: 1rem;
  font-size: 4.25rem;
  line-height: 4.875rem;
}

.bigger-title.max-width-xxlarge {
  max-width: 840px;
}

.bigger-title.mb3 {
  margin-bottom: 3rem;
}

.bigger-title.mb4 {
  margin-bottom: 4rem;
}

.bigger-title.width-105 {
  width: 105%;
}

.max-width-xxlarge {
  max-width: 780px;
}

.max-width-xxlarge.mb-4 {
  margin-bottom: 4rem;
}

.setup-fee-price {
  letter-spacing: -2px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.75rem;
}

.pricing-features {
  padding: 2.5rem 1.5rem 1.5rem;
}

.super-big-title {
  font-size: 8rem;
  line-height: 8rem;
}

.pricing-h1 {
  font-size: 3.25rem;
  line-height: 4rem;
}

.homepage-feature {
  letter-spacing: -0.5px;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.footer-header {
  color: var(--black);
  margin-bottom: 0.125rem;
}

.pricing-price {
  text-align: right;
  width: 30%;
  display: none;
}

.pricing-addons-headline {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #fff;
  width: 7.5rem;
  margin: -3rem auto 2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.faq-list-item {
  margin-top: 8px;
  list-style-type: square;
}

.form-embed {
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

._404-image {
  height: 100%;
  max-height: 40vh;
}

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

.max740 {
  max-width: 920px;
}

.max-840 {
  max-width: 980px;
}

.max-840.bigger-title {
  letter-spacing: -2.5px;
  max-width: 1020px;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  line-height: 5.25rem;
}

.underline-with-icon {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: none;
}

.under-cta-image {
  width: 1.125rem;
  margin-left: 0.25rem;
  font-size: 8px;
}

.slider-emoji-left {
  width: 10rem;
  position: absolute;
  top: 60%;
  left: -4rem;
}

.slider-emoji-right {
  width: 10rem;
  position: absolute;
  top: 30%;
  right: -4rem;
}

.hide-watermark {
  background-color: #fff;
  width: 208px;
  height: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.navbar-content {
  align-items: center;
  width: 100%;
  display: flex;
}

.colored-headling {
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.big-title-competitor {
  color: var(--white-smoke);
  letter-spacing: -1.25px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}

.competitor-check-emoji {
  width: 3.5rem;
  margin-top: 0.375rem;
  margin-left: 1rem;
}

.competitor-div {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.25rem;
  display: flex;
}

.competitor-div.last-one {
  margin-bottom: 0;
}

.feature-highlight {
  color: var(--steel-blue);
  letter-spacing: 0.25px;
  text-transform: uppercase;
  background-color: #dcefff;
  border-radius: 2px;
  margin-left: 0.25rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 4.75rem;
  }

  h1 {
    font-size: 3.75rem;
    line-height: 4rem;
  }

  h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tada-section {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100dvw;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .container.small-size-container.border-top {
    max-width: 100%;
    margin-bottom: 0;
  }

  .container.small-size-container.text-center {
    max-width: 100%;
  }

  .regular-section {
    padding: 3rem 2rem;
  }

  .regular-section.graybg.up-on-top {
    margin-top: 0;
    padding-top: 3rem;
  }

  .regular-section.justone {
    padding-bottom: 3rem;
  }

  .feature-div {
    border-bottom: 1px solid var(--white-smoke-2);
    flex-flow: wrap;
    flex: none;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-div._33w {
    width: 100%;
  }

  .feature-div._33w.last-one-no {
    border-bottom-style: none;
  }

  .feature-div._33w.nobb {
    border-bottom-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-div.last-one {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .feature-box {
    flex-wrap: wrap;
  }

  .feature-box.competitor-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text.bigger-title.mb3 {
    letter-spacing: -1.75px;
    margin-bottom: 2rem;
    font-size: 3.25rem;
    line-height: 3.5rem;
  }

  .subtitle-h.smaller-h {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .subtitle-h.smaller-h.white-color {
    width: 100%;
  }

  .subtitle-h.max740 {
    margin-bottom: 2rem;
  }

  ._3d-card-omg {
    width: 100%;
    padding-top: 1.5rem;
  }

  ._3d-card-omg.nop {
    border-radius: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._3d-card-omg.plan-card {
    border-radius: 6px;
    flex: none;
    width: 55%;
    margin-right: 1rem;
  }

  ._3d-card-omg.really-small-card {
    padding-top: 2rem;
  }

  .thepublic-logo,
  .thepublic-logo.smaller-for-comparison {
    height: 3.125rem;
  }

  .div-block-8,
  .colored-illustration,
  .feature-desc {
    width: 100%;
  }

  .footer-bar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    border-bottom-style: solid;
    padding: 0 1rem 0 2rem;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    flex: 1;
    justify-content: flex-end;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
  }

  .done-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    display: block;
    box-shadow: 0 -20px 0 -3px #fff, 0 2px 8px rgba(0, 0, 0, 0.18), 0 5px 25px rgba(0, 0, 0, 0.24);
  }

  .menu-container {
    display: none;
  }

  .nav-link {
    border-top: 1px solid var(--white-smoke-2);
    border-bottom-width: 1px;
    border-bottom-color: var(--white-smoke-2);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    padding: 1.25rem 2rem;
  }

  .nav-link:hover {
    color: var(--black);
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  }

  .nav-link:active {
    background-color: var(--white-smoke);
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .nav-link.speciacta {
    border-color: var(--steel-blue);
    background-color: var(--dodger-blue);
    color: #fff;
    text-transform: none;
    border-bottom-width: 2px;
    border-radius: 8px;
    width: auto;
    margin-left: 0;
    margin-right: 0.25rem;
    padding: 0.675rem 0.875rem;
    position: relative;
  }

  .nav-link.speciacta:hover {
    background-color: var(--steel-blue);
    color: #fff;
  }

  .thats-a-quote {
    max-width: 100%;
  }

  .this-amazing-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1rem;
  }

  .even-smaller-h1 {
    letter-spacing: -0.4px;
  }

  .imageall {
    width: 110vw;
    max-width: 110vw;
    margin-top: 3rem;
    margin-left: 0;
  }

  .imageall.a-little-smaller {
    width: 120%;
  }

  .flex-sides {
    box-shadow: none;
    flex-direction: column;
  }

  .flex-sides.pricing-flex {
    background-image: url('../images/image-just-background.webp');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 200%;
    flex-direction: row;
    width: 100dvw;
    margin-bottom: -3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .plan-stripe {
    border-radius: 6px 6px 0 0;
  }

  .height-constant {
    justify-content: flex-start;
    height: auto;
  }

  .h2midh3.white-color {
    font-size: 1.75rem;
  }

  .menu-button {
    padding: 0.75rem;
    font-size: 1.75rem;
  }

  .menu-button.w--open {
    background-color: var(--white-smoke-2);
    color: var(--black);
    border-radius: 1000px;
  }

  .feature-first-level {
    text-align: left;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .feature-container {
    flex-direction: column;
    justify-content: flex-end;
    width: 40%;
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .start-body {
    padding-top: 0;
  }

  .hlightlight-span {
    display: inline;
  }

  .emojione {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1rem;
  }

  .close-this {
    top: -3.5rem;
    right: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  }

  .gray-offer,
  .h3midh4 {
    width: 100%;
  }

  .w33.header-table {
    padding-bottom: 1rem;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .image-10 {
    border-color: var(--gainsboro-2);
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  }

  .lightbox-link {
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-11,
  .marker-image-pricing {
    display: none;
  }

  .likeh1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .stripe-of-features {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .stripe-features {
    text-align: center;
    width: 33.33%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .bigger-title.width-105 {
    width: 100%;
  }

  .pricing-features {
    padding-top: 1.5rem;
  }

  .underline-with-icon {
    margin-top: 1.5rem;
  }

  .hide-watermark {
    display: none;
  }

  .big-title-competitor {
    letter-spacing: -1px;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .competitor-check-emoji {
    width: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 0.5rem;
  }

  h2 {
    letter-spacing: -1.25px;
    margin-bottom: 0.75rem;
    font-size: 3rem;
    line-height: 3.375rem;
  }

  h3 {
    letter-spacing: 0;
  }

  h4 {
    font-size: 1.125rem;
    line-height: 1.95rem;
  }

  .tada-section {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 125vw;
    padding-top: 2.5rem;
    overflow: hidden;
  }

  .container.small-size-container.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .container.small-size-container.flex-scretch {
    flex-wrap: wrap;
  }

  .submit-button.bigger-submit {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }

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

  .regular-section.cta-action-sec.text-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .regular-section.padding-more-fromtop.nomb0 {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-div {
    flex-direction: column;
  }

  .feature-div._33w {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .white-text {
    margin-bottom: 2.5rem;
  }

  .white-text.bigger-title.mb3 {
    letter-spacing: -1.25px;
    font-size: 3rem;
  }

  .subtitle-h {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.95rem;
  }

  .subtitle-h.smaller-h {
    margin-bottom: 0;
  }

  .subtitle-h.smaller-h.mb3 {
    margin-bottom: 2rem;
  }

  ._3d-card-omg {
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  }

  ._3d-card-omg.plan-card {
    width: 75%;
  }

  ._3d-card-omg.really-small-card {
    padding: 1.5rem;
  }

  .thepublic-logo {
    height: 3rem;
  }

  .thepublic-logo.footer-logo {
    margin-bottom: 0;
  }

  .colored-illustration {
    background-position: 50%;
    background-size: 120vw;
    width: 100dvw;
  }

  .this-amazing-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.25rem;
  }

  .faq-block {
    text-align: left;
  }

  .even-smaller-h1 {
    font-size: 2.25rem;
  }

  .imageall {
    object-fit: contain;
    object-position: 50% 100%;
    width: 100dvw;
    max-width: 100dvw;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2midh3 {
    font-size: 1.5rem;
  }

  .h2midh3.white-color {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .partner-heading {
    font-size: 2.5rem;
    line-height: 3.15rem;
  }

  .flex-column-left {
    width: 60%;
    margin-bottom: 2rem;
    padding-right: 1rem;
  }

  .flex-column-left.flex-onimage {
    flex: none;
    width: 100%;
  }

  .flex-column-left.onright {
    width: 40%;
    padding-right: 0.25rem;
  }

  .footer-link.fine-print {
    display: none;
  }

  .feature-first-level {
    width: 100%;
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .feature-container {
    width: 100%;
    padding-top: 0;
  }

  .message-top {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .marker-yellow.regular-on-mobile {
    color: var(--dim-grey);
    background-color: rgba(0, 0, 0, 0);
  }

  .emojione {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.25rem;
  }

  .slider {
    width: 100dvw;
    max-width: 100dvw;
  }

  .image-10 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .lightbox-link {
    background-image: linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68));
    flex-direction: column;
    padding-bottom: 2rem;
    text-decoration: none;
  }

  .icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.125rem;
  }

  .left-arrow {
    display: none;
  }

  .likeh1 {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }

  .bigger-title {
    letter-spacing: -2px;
    font-size: 4rem;
    line-height: 4.125rem;
  }

  .bigger-title.mb4,
  .max-width-xxlarge.mb-4 {
    margin-bottom: 2rem;
  }

  .pricing-features {
    padding-bottom: 1rem;
  }

  .super-big-title {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .pricing-h1 {
    font-size: 3rem;
    line-height: 3.125rem;
  }

  .max-840.bigger-title {
    letter-spacing: -2px;
    font-size: 4rem;
    line-height: 4.25rem;
  }

  .slider-emoji-left {
    width: 5rem;
    left: -2rem;
  }

  .slider-emoji-right {
    width: 5rem;
    right: -2rem;
  }

  .big-title-competitor {
    letter-spacing: -0.25px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .competitor-check-emoji {
    width: 2rem;
    margin-top: 0;
    margin-left: 0.75rem;
  }

  .competitor-div {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 11.875vw;
    line-height: 1.15;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .tada-section {
    background-size: 102.5vw;
    padding-top: 2.25rem;
  }

  .container.small-size-container.border-top {
    margin-top: 1.5rem;
  }

  .submit-button.white-button {
    font-size: 1.125rem;
  }

  .regular-section {
    padding: 2.25rem 1.5rem;
  }

  .regular-section.padding-more-fromtop.nomb0 {
    max-width: 100dvw;
    padding-top: 2rem;
    overflow: hidden;
  }

  .regular-section.with-bg {
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .regular-section.showcase-section {
    max-width: 100dvw;
    overflow: hidden;
  }

  .feature-div {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-div._33w {
    justify-content: center;
    align-items: center;
  }

  .feature-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-box.flex-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    margin-bottom: 2.125rem;
  }

  .subtitle-h.smaller-h {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem;
  }

  ._3d-card-omg {
    margin-bottom: 1rem;
    padding: 1.25rem 1rem 0.25rem;
  }

  ._3d-card-omg.plan-card {
    border-radius: 4px;
    width: 85%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  }

  .colored-illustration {
    padding: 2rem 1.5rem 1rem;
  }

  .footer-bar {
    padding: 2rem 1.5rem 0;
  }

  .navbar {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }

  .thats-a-quote {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .even-smaller-h1 {
    margin-bottom: 1.15rem;
    font-size: 10vw;
    line-height: 1.15;
  }

  .imageall {
    width: 125vw;
    max-width: 125vw;
    margin-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-sides.pricing-flex {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2midh3.white-color {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .under-cta {
    font-size: 0.95rem;
  }

  .onboarding-image {
    height: 4rem;
    margin-bottom: 2rem;
  }

  .flex-column-left.flex-onimage {
    flex: none;
  }

  .flex-column-left.onright {
    width: 40%;
  }

  .feature-first-level {
    padding-left: 0;
    padding-right: 0;
  }

  .mb3 {
    margin-bottom: 2rem;
  }

  .table-container {
    border-bottom-style: none;
  }

  .w33 {
    background-color: #fff;
    border-left-style: none;
  }

  .w33.slightly-smaller {
    border-bottom: 1px solid var(--white-smoke-2);
    background-color: var(--white);
    width: 100%;
  }

  .flex-left-center {
    border: 1px solid var(--gainsboro);
    border-radius: 6px;
    flex-direction: column;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .flex-left-center.header-on-mobile {
    display: none;
  }

  .lightbox-link {
    background-image: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .left-arrow {
    width: 2.25rem;
  }

  .likeh1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .screenshots-tab-link {
    text-align: left;
    border-style: none;
    border-color: #000;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .screenshots-tab-link.w--current {
    box-shadow: none;
    border-style: none;
    border-color: #000;
    padding-left: 1rem;
    font-weight: 700;
    text-decoration: underline;
  }

  .screenshot-img {
    width: 160vw;
    max-width: 160vw;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 8px 12px rgba(0, 0, 0, 0.08), 0 24px 48px rgba(0, 0, 0, 0.04), 0 36px 64px rgba(0, 0, 0, 0.08);
  }

  .show-overflow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .hide-on-mobile {
    display: none;
  }

  .slider-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-30 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: flex;
  }

  .div-block-30.centerone {
    min-width: 50%;
  }

  .image-19 {
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 4px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }

  .div-block-31 {
    justify-content: center;
    align-items: stretch;
  }

  .hideoverflow {
    justify-content: center;
    align-items: center;
  }

  .tabs-menu {
    flex-direction: column;
    margin-top: -1rem;
  }

  .relevant-background {
    height: 30%;
  }

  .stripe-of-features {
    margin-bottom: -0.25rem;
  }

  .emoji-symbol {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  ._2rem-image {
    height: 3.75rem;
    margin-top: -0.25rem;
    margin-bottom: 1.5rem;
  }

  .stripe-features {
    width: 50%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .super-big-title {
    font-size: 5rem;
    line-height: 5rem;
  }

  .pricing-h1 {
    font-size: 2.75rem;
  }

  .slider-emoji-left {
    display: none;
    left: 5rem;
  }

  .slider-emoji-right {
    display: none;
  }

  .txt-rotate {
    display: block;
  }
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('../fonts/GT-Walsheim-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url('../fonts/GT-Walsheim-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
