@font-face {
  font-family: Helvetica Condensed;
  src: url('../fonts/HelveticaNeue-BlackCond.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Light;
  src: url('../fonts/HelveticaNeue-LightExt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.top-nav-div {
  z-index: 7;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffffe6;
  border-bottom: 1px solid #ebebeb;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  display: flex;
}

.nav-menu-link {
  color: #161616;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-menu-link:hover {
  text-decoration: underline;
}

.nav-menu-link.small {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.nav-menu-link.small.w--current {
  font-weight: 800;
  text-decoration: underline;
}

.nav-menu-link.small.outline {
  border: 1px solid #000;
  padding: .25rem .5rem;
}

.top-nav-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.main-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.drag-all {
  z-index: 6;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.drag-all.space-top {
  padding-top: 8rem;
}

.drag-all.space-top.yt {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.drag-all.homer {
  justify-content: center;
  align-items: center;
  min-height: 94svh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nav-no-link {
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-no-link.w--current:hover {
  text-decoration: underline;
}

.ptf-site-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 4rem 0% 0%;
}

.ptf-site-video.home {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ptf-site-video.contact-page {
  height: 400px;
  position: relative;
  inset: 0 auto auto;
}

.content-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-title {
  z-index: 8;
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}

.page-title.black {
  color: #000;
  font-weight: 700;
}

.page-title.white {
  color: #fff;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 0;
  display: none;
}

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

.lottie-animation {
  width: 100%;
  height: 100%;
}

.form-title-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form-title-div.home {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: none;
}

.page-subtitle {
  z-index: 8;
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.page-subtitle.black {
  color: #000;
}

.page-subtitle.white {
  color: #fff;
}

.page-subtitle.white.italic {
  font-style: italic;
}

.page-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding-bottom: 4rem;
  display: flex;
}

.page-content.examples {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.page-content.yt {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-bottom: 0;
}

.content-image {
  border-radius: 2px;
  width: 100%;
}

.page-content-words {
  z-index: 8;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.page-content-words.example {
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  font-weight: 500;
  line-height: 24px;
}

.byo-button {
  z-index: 9;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  min-width: 360px;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.byo-button:hover {
  text-decoration: underline;
}

.byo-button.long {
  max-width: none;
}

.home-buttons-div {
  z-index: 6;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.powdered-by-tag {
  z-index: 6;
  color: #3f3f3f;
  letter-spacing: .5px;
  margin-top: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  position: fixed;
  bottom: .5rem;
  left: 1rem;
}

.byo-star-div {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.star {
  z-index: 10;
  width: 32px;
  position: absolute;
  inset: -1rem -.75rem auto auto;
}

.star.hide {
  display: none;
}

.video-color-shader {
  z-index: 2;
  background-color: #000000d9;
  position: absolute;
  inset: 0%;
}

.example-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  border: 1px solid #eee;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.example-div:hover {
  border-color: #1d1d1d;
  text-decoration: underline;
}

.pricing-grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.feature-name {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feature-info {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.feature-desc {
  margin-bottom: 0;
  padding-right: 30%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-grid-row {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  border-bottom: 1px solid #393939;
  grid-template: "."
  / 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.pricing-grid-row.top {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-style: none;
  border-bottom: 1px solid #3f3f3f;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  place-items: center;
  padding-bottom: 1rem;
  position: relative;
}

.pricing-grid-row.sticky {
  border-bottom-color: #000;
  position: sticky;
  top: 4rem;
}

.plan-name {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-table {
  z-index: 8;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.plan-desc {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.plan-info-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.feature-name-wrap {
  width: 100%;
}

.plan-price {
  margin-top: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.university-star-div {
  width: 100%;
  position: relative;
}

.yt-video {
  border: 1px solid #e0e0e0;
}

.yt-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.yt-button {
  z-index: 9;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #f7f7f7;
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.yt-button:hover {
  text-decoration: underline;
}

.ecom-logos-div {
  z-index: 6;
  margin-top: 2rem;
  position: absolute;
  bottom: 2rem;
}

.ecom-logos {
  width: 120px;
}

.video-block-div {
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 40vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-block-div.featured {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-width: 0;
  border-bottom-color: #242424;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0 0 24px 24px;
  flex-flow: column;
  min-width: auto;
  max-width: none;
  overflow: hidden;
}

.header-elements-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-popout, .contact-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.subfooter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._2025-nav-link {
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

._2025-nav-link:hover {
  text-decoration: underline;
}

._2025-nav-link.w--current {
  font-weight: 900;
}

._2025-nav-link.menu {
  color: #0056ce;
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

._2025-nav-link.menu.popup.w--current {
  line-height: 24px;
}

._2025-nav-link.menu.faqer {
  letter-spacing: 0;
}

._2025-nav-link.menu.faqer.w--current {
  line-height: 24px;
}

._2025-nav-link.hide {
  display: none;
}

.footer-title {
  z-index: 3;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.footer-section {
  background-color: #f0f0f0;
  border: 1px solid #2e2e2e;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 22svh;
  padding: 2rem;
  display: flex;
}

.footer-section.university, .footer-section.about, .footer-section.contact {
  background-color: #f0f0f0;
}

.footer-section.pricing {
  background-color: #f0f0f0;
  display: none;
}

.university-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.popout-content-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fffffff2;
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 850px;
  max-height: 80vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.preview-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-header {
  height: 10svh;
}

.center-logo-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.center-logo-link.w--current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-info-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  max-width: 200px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.about-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.x-closer-div {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.horizontal-button-text {
  z-index: 100;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #efefefcc;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  padding: .5rem 1.5rem;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.horizontal-button-text:hover {
  background-color: #fff;
  border-color: #1d1d1d;
}

.horizontal-button-text.footer {
  letter-spacing: 1.5px;
  background-color: #fff;
  border-radius: 8px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
}

.horizontal-button-text.hero {
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.subheader {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #242424;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
}

.subfooter-title-example {
  z-index: 2;
  color: #242424;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  position: relative;
}

.subfooter-title-example.powered {
  color: #646464;
  letter-spacing: 1px;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 6px;
  font-weight: 600;
  line-height: 8px;
}

.subfooter-title-example.powered:hover {
  color: #3a3a3a;
  text-decoration: underline;
}

.help-menu-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.header-elements-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f0f0f0f2;
  border-bottom: 1px solid #a8a8a8;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-between;
  place-items: center stretch;
  height: 100%;
  padding: .5rem 2rem;
  display: grid;
  position: relative;
}

.menu-title {
  z-index: 3;
  color: #242424;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.actual-window-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.actual-window-content.help {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.header-elements-left {
  display: none;
}

._2025-naver {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #0a0a0a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-info-div {
  z-index: 100;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.window-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x-closer-image {
  width: 20px;
}

.content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  display: flex;
}

.dw-title {
  z-index: 3;
  color: #2e2e2e;
  letter-spacing: .5px;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  display: flex;
  position: relative;
}

.dark-bg-closer-3 {
  cursor: pointer;
  background-color: #686868d9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-text {
  color: #000;
  letter-spacing: .25px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

._2025-nav {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 10svh;
  position: sticky;
  top: 0;
  bottom: auto;
}

.footer-subtitle {
  z-index: 3;
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

._2025-footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 3rem;
  display: none;
}

.typeout-text-embed {
  z-index: 3;
  color: #161616;
  text-align: center;
  letter-spacing: .25px;
  background-color: #ededed00;
  margin-bottom: 0;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 96px;
  position: relative;
}

.typeout-text-embed.black {
  color: #2e2e2e;
  letter-spacing: .1px;
  width: 100%;
  max-width: 500px;
  padding-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.typeout-text-embed.black.info {
  text-align: left;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.typeout-text-embed.legal {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.shopify-image {
  z-index: 3;
  width: 80px;
  display: inline-flex;
}

.menu-imager {
  width: 100%;
}

.site-content {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4.5rem 4rem 6rem;
  display: flex;
}

.site-content.menu {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 6rem;
  padding-right: 6rem;
}

.site-content.page {
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.logo-subtitle {
  z-index: 3;
  color: #9c9c9c;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  display: none;
  position: relative;
}

.footer-linko {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #161616;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-linko:hover {
  text-decoration: underline;
}

.footer-linko.w--current {
  text-decoration: none;
}

.footer-linko.logo-footer {
  max-width: 28px;
}

.build-your-own-nav-button {
  z-index: 3;
  color: #242424;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.build-your-own-nav-button:hover {
  background-color: #f0f0f0;
}

.build-your-own-nav-button.hero {
  padding: .75rem 1.5rem;
  line-height: 24px;
}

.build-your-own-nav-button.hero:hover {
  text-decoration: underline;
}

.privacy-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-video-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-fade {
  z-index: 2;
  background-image: linear-gradient(166deg, #00000080, #00000040);
  position: absolute;
  inset: 0%;
}

.faq-answer {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 200%;
}

.info-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-div.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.info-div.center.page {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.info-div.center.guide {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

.reasons-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.reason-title {
  letter-spacing: .5px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.faq-body-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.contact-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.faq-p {
  z-index: 1;
  letter-spacing: .5px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.faq-p.bottom {
  border-bottom-width: 0;
}

.faq-body {
  background-color: #fcfcfc00;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
}

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

.faq-icon {
  z-index: 2;
  filter: invert();
  width: 12px;
  margin-right: 2rem;
}

.content-text {
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.content-text.center {
  text-align: center;
  width: 100%;
  max-width: 480px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.content-text.center.true-center {
  text-align: center;
  letter-spacing: .5px;
  max-width: 600px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
}

.content-text.center.true-center.contact {
  text-align: center;
  max-width: 400px;
  margin-top: 0;
}

.content-text.demo {
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
}

.content-text.demo.true-center {
  text-align: center;
  letter-spacing: .5px;
  max-width: 600px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
}

.content-text.demo.true-center.contact {
  text-align: center;
  max-width: 400px;
  margin-top: 0;
}

.content-text.demo.index {
  margin-bottom: .5rem;
  font-weight: 600;
}

.content-text.page {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
}

.content-text.page.true-center {
  text-align: center;
  letter-spacing: .5px;
  max-width: 600px;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 12px;
}

.content-text.page.true-center.contact {
  text-align: center;
  max-width: 400px;
  margin-top: 0;
}

.faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 0;
  font-weight: 600;
  display: flex;
}

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

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.faq-container.seller {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.faq-title-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: .25px;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.points-video-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  place-items: start stretch;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.reason-text {
  letter-spacing: .25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-jotform-embed {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  display: flex;
}

.context-title {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.context-title.center {
  text-align: center;
  width: 100%;
  font-size: 24px;
}

.context-title.center.grid {
  letter-spacing: .5px;
  font-size: 20px;
  line-height: 120%;
}

.how-it-works-div {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.waitlist-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
  width: 100%;
  display: grid;
}

.yt-video-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #000;
  border-radius: 24px;
  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%;
  max-width: 1000px;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
}

.yt-video-div.sticky {
  border-color: #a8a8a8;
  min-height: 70vh;
  position: sticky;
  top: 11vh;
}

.yt-video-div.sticky.mobile {
  display: none;
}

.guide-div-chapter {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.guide-point-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fcfcfc;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  max-width: 1600px;
  padding: 4.5rem 3rem;
  display: grid;
  position: relative;
  box-shadow: 0 1px 8px 2px #0000001a;
}

.guide-point-block.glossary {
  grid-template-columns: 2fr;
  max-width: 800px;
}

.lb-imager {
  cursor: zoom-in;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 1px 8px #0000001a;
}

.lb-imager:hover {
  border-color: #000;
}

.guide-point-text {
  color: #4a4a4a;
  letter-spacing: -.25px;
  border-bottom: 1px solid #d0d0d094;
  width: 100%;
  padding-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.guide-point-text.index {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.guide-point-text.index:hover {
  text-decoration: underline;
}

.guide-point-text.index.chapter {
  border-bottom-width: 0;
  margin-bottom: 2rem;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-weight: 300;
}

.guide-point-text.index.last-menu {
  border-bottom-width: 0;
}

.guide-point-text.subby {
  text-align: center;
  max-width: 240px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.guide-point-text.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.guide-point-text.instructions {
  text-align: center;
  border-bottom-width: 0;
  max-width: 500px;
  margin-bottom: 6rem;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.guide-point-text-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 20vh;
}

.guide-point-text-div.sticky {
  position: sticky;
  top: 8rem;
}

.guide-point-text-div.glossary {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.guide-points-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.guide-points-container.terms {
  justify-content: flex-start;
  align-items: center;
}

.guide-point-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}

.guide-point-step-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.guide-point-step-div.mobile {
  display: none;
}

.help-section-chapters {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.lb-point-image {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20vh;
}

.guide-chapter-title {
  z-index: 3;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.guide-chapter-title.sub {
  color: #ff0100;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.guide-container {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.guide-chapter-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.index-button {
  z-index: 1000;
  color: #1e1e1e;
  letter-spacing: 1px;
  background-color: #fffffff2;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  padding: .75rem 1.25rem;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0 2px 8px #0003;
}

.index-button:hover {
  border-color: #000;
}

.help-menu-pop-div {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-chaper-groupers {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-selector {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: sticky;
  top: 6rem;
  left: 0;
}

.g-selector-1 {
  z-index: 1000;
  color: #121212;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.g-selector-1:hover {
  border-color: #000;
}

.g-selector-2 {
  z-index: 1000;
  color: #121212;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.g-selector-2:hover {
  border-color: #000;
}

.help-link {
  color: #4a4a4a;
  letter-spacing: 0;
  border-bottom: 1px solid #d0d0d094;
  width: 100%;
  padding-bottom: 2.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.help-link.last {
  color: #242424;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}

.helper-title {
  color: #272727;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Helvetica Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.horizontal-wrapper {
  justify-content: center;
  align-items: center;
  width: 99vw;
  height: 35vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-wrapper.hide {
  display: none;
}

.horizontal-track {
  justify-content: flex-start;
  align-items: center;
  max-width: 99.8vw;
  height: 100%;
  display: block;
  overflow: hidden;
}

.horizontal-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrapper-gradient {
  z-index: 10;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fcfcfc, #fefefe00 8%, #fff0 92%, #f1f1f1 99%);
  position: absolute;
  inset: 0%;
}

.footer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f0f0f0;
  border-top: 1px solid #a8a8a8;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 6svh;
  padding: 1rem 3rem;
  display: grid;
}

.info-container-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.ob-monogram {
  width: 100%;
  max-width: 64px;
}

.download-button {
  border: 2px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #ff0000eb;
}

.download-button.nav {
  justify-content: flex-start;
  align-items: center;
  height: 6svh;
  max-height: 60px;
}

.download-image {
  object-fit: contain;
  width: 100%;
}

.download-image.page {
  object-fit: contain;
  max-width: 260px;
  max-height: none;
}

.download-image.nav {
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: 6svh;
  max-height: 60px;
}

.hero-typeout-div {
  z-index: 100;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95vw;
  padding-top: 3rem;
  display: flex;
}

.grey-body {
  background-color: #f0f0f0;
  min-height: 100svh;
}

.linktree-div {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.linktree-button {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: .5px;
  background-color: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  width: 100%;
  padding: 1rem;
  font-family: Helvetica Condensed, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.linktree-button:hover {
  color: #131313;
  border-color: #363636;
}

.buttons-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.buttons-container.wide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  max-width: 600px;
  margin-top: -6rem;
  display: none;
}

.dog-signature-big {
  width: 100%;
  max-width: 120px;
}

.dog-signature-hero {
  z-index: 10;
  width: 100%;
  max-width: 64px;
}

.dog-signature-footer {
  width: 100%;
  max-width: 120px;
}

.horizontal-button-link {
  text-decoration: none;
}

.slider-bg-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.see-all-link {
  color: #2e2e2e;
  margin-top: -5rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.see-all-link:hover {
  font-weight: 600;
  text-decoration: underline;
}

.demo-div {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.demo-bg-video {
  z-index: 10;
  aspect-ratio: 1;
  border: 1px solid #a8a8a8;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.demo-bg-video.grid {
  margin-bottom: .5rem;
}

.features-div {
  width: 100%;
  max-width: 800px;
  display: none;
}

._2-column-features {
  column-count: 2;
  column-gap: 6rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.default-upgrade-embed {
  width: 100%;
}

.upgrades-div {
  grid-column-gap: 6rem;
  grid-row-gap: 9rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 3rem;
  display: grid;
}

.individual-upgrade {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-link {
  color: #050505;
}

.subnav-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.chapter-divider {
  background-color: #d8d8d8;
  width: 100%;
  height: 2px;
  box-shadow: 0 0 8px 1px #3333331f;
}

.quick-index {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.glossary-term {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .top-nav-div {
    background-color: #fff;
  }

  .nav-menu-link.small {
    padding: 2rem 1rem;
    font-size: 16px;
  }

  .nav-menu-link.small.outline {
    border-width: 0;
    padding: 2rem 1rem;
  }

  .drag-all.space-top.yt {
    padding-top: 6rem;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-title-div.home {
    margin-top: 4rem;
  }

  .byo-button {
    width: auto;
  }

  .home-buttons-div {
    padding-bottom: 4rem;
    display: flex;
  }

  .byo-star-div {
    width: auto;
  }

  .feature-desc {
    margin-bottom: 10px;
  }

  .pricing-grid-row {
    border-top-style: none;
  }

  .university-star-div, .yt-button {
    width: auto;
  }

  .ecom-logos-div {
    position: relative;
  }

  .video-block-div {
    min-width: 50vw;
  }

  .video-block-div.featured {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subfooter {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._2025-nav-link.sub {
    background-color: #fcfcfc;
    border: 1px solid #242424;
    border-radius: 8px;
    width: 100%;
    padding: .5rem 1rem;
  }

  ._2025-nav-link.sub:hover {
    background-color: #f3f3f3;
    text-decoration: none;
  }

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

  .footer-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popout-content-2 {
    width: 70%;
  }

  .preview-video {
    opacity: .9;
  }

  .center-logo-link {
    justify-content: center;
    align-items: flex-start;
  }

  .subheader {
    background-color: #f0f0f000;
    border-bottom-width: 0;
    border-radius: 12px;
    min-height: 4svh;
    padding: .75rem 1rem;
    display: flex;
    position: relative;
  }

  .subfooter-title-example {
    font-size: 15px;
  }

  .header-elements-div {
    border-top-width: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .menu-title {
    font-size: 16px;
  }

  .actual-window-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-elements-left {
    display: none;
  }

  ._2025-naver {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._2025-naver.top {
    display: none;
  }

  .button-info-div {
    padding-bottom: 0;
    bottom: 30%;
  }

  .dw-title {
    text-align: left;
  }

  ._2025-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-content {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-content.menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-subtitle {
    font-size: 8px;
    line-height: 8px;
  }

  .footer-linko {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-linko.logo-footer {
    max-width: 80px;
    position: static;
  }

  .privacy-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .faq-p.bottom {
    border-bottom-width: 1px;
  }

  .faq-icon {
    margin-right: 0;
  }

  .faq:hover {
    background-color: #fff0;
  }

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

  .faq-container.seller {
    max-width: none;
  }

  .points-video-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .context-title.faq-list {
    padding-bottom: 2rem;
  }

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

  .yt-video-div.sticky {
    min-height: 50vh;
  }

  .guide-point-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 3rem 2rem;
  }

  .lb-imager, .guide-point-text-div, .guide-point-text-div.sticky {
    position: static;
  }

  .guide-points-container {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .guide-point-title {
    margin-bottom: 0;
  }

  .guide-point-step-div {
    margin-bottom: .5rem;
    display: none;
  }

  .guide-point-step-div.mobile {
    margin-bottom: 0;
    display: flex;
  }

  .guide-point-step-div.glossary {
    display: flex;
  }

  .help-section-chapters {
    margin-bottom: 0;
    font-size: 12px;
  }

  .lb-point-image {
    position: static;
  }

  .guide-container {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .index-button {
    bottom: 2rem;
  }

  .grid-selector {
    display: none;
  }

  .g-selector-1, .g-selector-2 {
    bottom: 2rem;
  }

  .horizontal-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .horizontal-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 4.5rem 2rem 2rem;
  }

  .info-container-div {
    margin-top: 3rem;
  }

  .download-image {
    max-height: 3rem;
  }

  .download-image.nav {
    height: 6svh;
    max-height: none;
  }

  .hero-typeout-div {
    margin-top: -6rem;
    bottom: 30%;
  }

  .demo-bg-video.grid {
    max-width: none;
  }

  .upgrades-div {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .subnav-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .drag-all {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .drag-all.space-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .drag-all.space-top.yt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-title-div.home {
    margin-top: 6rem;
  }

  .byo-button {
    width: 100%;
    min-width: auto;
  }

  .home-buttons-div {
    padding: 2rem 1rem 4rem;
  }

  .powdered-by-tag {
    left: 1rem;
  }

  .byo-star-div {
    width: 100%;
    min-width: auto;
  }

  .feature-name {
    font-size: 14px;
  }

  .feature-info {
    font-size: 12px;
  }

  .plan-info-wrapper {
    padding-bottom: 1rem;
  }

  .university-star-div {
    width: 100%;
  }

  .yt-div {
    padding: 1rem;
  }

  .yt-button {
    width: 100%;
    min-width: auto;
  }

  .subfooter {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .popout-content-2 {
    width: 80%;
    max-height: 70vh;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .horizontal-button-text.footer, .subheader {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-elements-div {
    padding: .75rem 1rem;
  }

  .actual-window-content {
    padding-bottom: 0;
  }

  .dw-title {
    font-size: 16px;
  }

  ._2025-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  .typeout-text-embed {
    font-size: 24px;
  }

  .site-content, .site-content.menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-linko {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-self: center;
  }

  .build-your-own-nav-button {
    width: auto;
    max-width: none;
  }

  .privacy-div {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .content-text.center {
    max-width: none;
  }

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

  .content-text.demo {
    max-width: none;
  }

  .content-text.demo.true-center {
    text-align: center;
  }

  .content-text.page {
    max-width: none;
  }

  .content-text.page.true-center {
    text-align: center;
  }

  .faq-container {
    max-width: none;
  }

  .points-video-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .context-title.center {
    max-width: none;
  }

  .how-it-works-div {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .yt-video-div.sticky {
    min-height: 25vh;
    display: none;
  }

  .yt-video-div.sticky.mobile {
    margin-top: -3rem;
    display: flex;
  }

  .guide-point-text.index.last-menu {
    border-bottom-width: 1px;
  }

  .guide-point-text.index.last-menu.true-last {
    border-bottom-width: 0;
  }

  .guide-point-text-div {
    width: 100%;
    max-width: none;
  }

  .guide-points-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .index-button {
    right: .5rem;
  }

  .help-menu-pop-div {
    display: flex;
  }

  .g-selector-1, .g-selector-2 {
    left: .5rem;
  }

  .linktree-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .buttons-container {
    max-width: none;
  }

  .buttons-container.wide {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: -3rem;
  }

  ._2-column-features {
    column-gap: 3rem;
  }

  .subnav-div {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .feature-desc {
    padding-right: 10%;
  }

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

  .pricing-grid-row.sticky {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .plan-name {
    font-size: 12px;
  }

  .plan-price {
    margin-top: 0;
  }

  .video-block-div {
    min-width: 70vw;
  }

  .video-block-div.featured {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2025-nav-link {
    font-size: 12px;
  }

  ._2025-nav-link.w--current {
    font-weight: 800;
  }

  .popout-content-2 {
    width: 85%;
    overflow: scroll;
  }

  .popout-content-2.pricing {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .horizontal-button-text.hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
    line-height: 20px;
  }

  .header-elements-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._2025-naver {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-info-div {
    width: 100%;
    max-width: none;
  }

  ._2025-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .typeout-text-embed {
    font-size: 20px;
    font-weight: 800;
  }

  .build-your-own-nav-button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 6px;
  }

  .faq-answer {
    font-size: 12px;
  }

  .content-text.center, .content-text.demo, .content-text.page {
    font-size: 13px;
  }

  .faq-title-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: pre-line;
  }

  .context-title.center.grid {
    font-size: 16px;
  }

  .context-title.faq-list {
    padding-bottom: 4rem;
  }

  .yt-video-div.sticky {
    min-height: 20vh;
  }

  .guide-point-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guide-point-text.instructions {
    font-size: 12px;
  }

  .guide-chapter-title {
    font-size: 24px;
    line-height: 40px;
  }

  .download-button.nav {
    height: 5.5svh;
  }

  .download-image {
    max-height: 2.5rem;
  }

  .download-image.nav {
    height: 5.5svh;
  }

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

  .dog-signature-big {
    max-width: 80px;
  }

  .dog-signature-hero {
    max-width: 48px;
  }

  ._2-column-features {
    column-count: 1;
  }
}

#w-node-_8863fb30-de8d-87de-6c20-a6e98ea78ac0-15a5658a {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d06c46e9-1be1-bea0-8472-59649076cfb1-9076cfae {
  justify-self: end;
}

#w-node-fdc43dc6-4bf4-cfe2-5d49-f413384d76f4-a43ce722 {
  justify-self: start;
}

#w-node-_54a0c63d-c2d1-6b49-44eb-f4ada43ce72a-a43ce722 {
  justify-self: center;
}

#w-node-_85ede499-3163-32c1-4e0a-0ed3bbfd93e2-a43ce722 {
  justify-self: end;
}

#w-node-_751a9249-04d7-f2ca-61d0-6ad9e5d027b4-e5d027a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-da26a8f0-b95e-2cba-b82d-bec8afded33b-e5d027a7 {
  justify-self: center;
}

#w-node-_34d01bf0-e23d-1aa1-abb0-42b28b0d9ddd-e5d027a7 {
  justify-self: end;
}

#w-node-_89ea85d9-6657-6ff3-3932-380403f73c1c-03f73b92 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89ea85d9-6657-6ff3-3932-380403f73c23-03f73b92 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4ef9adaf-b3ea-074e-bdf6-28ea202541d8-15a56594 {
  place-self: start center;
}

#w-node-_7f7b78fa-4ac1-1ae6-eadb-541d33ec849f-15a56594 {
  justify-self: center;
}

#w-node-d97a2960-d721-c551-54e0-4c5914038794-15a56594, #w-node-_32cd5025-8420-15cc-a2b8-c96c16cad936-15a56594 {
  align-self: start;
}

#w-node-c0526145-f492-7f6c-c32d-d687d5af187a-15a56594 {
  place-self: start center;
}

#w-node-c0526145-f492-7f6c-c32d-d687d5af1880-15a56594 {
  justify-self: center;
}

#w-node-c0526145-f492-7f6c-c32d-d687d5af1895-15a56594, #w-node-c0526145-f492-7f6c-c32d-d687d5af18a9-15a56594 {
  align-self: start;
}

#w-node-_40afa986-1c27-6ea9-36b4-b45a9caa36cd-15a56594 {
  place-self: start center;
}

#w-node-_40afa986-1c27-6ea9-36b4-b45a9caa36cf-15a56594 {
  justify-self: center;
}

#w-node-_40afa986-1c27-6ea9-36b4-b45a9caa36dd-15a56594, #w-node-_40afa986-1c27-6ea9-36b4-b45a9caa36ea-15a56594 {
  align-self: start;
}

#w-node-_7086cb72-4175-744b-c9c2-3ed52f8e1b2e-15a56594 {
  place-self: start center;
}

#w-node-_7086cb72-4175-744b-c9c2-3ed52f8e1b30-15a56594 {
  justify-self: center;
}

#w-node-_7086cb72-4175-744b-c9c2-3ed52f8e1b47-15a56594 {
  align-self: start;
}

#w-node-_6ad5b3fd-c3e3-0f71-459f-703267f4286e-15a56594 {
  place-self: start center;
}

#w-node-_6ad5b3fd-c3e3-0f71-459f-703267f42870-15a56594 {
  justify-self: center;
}

#w-node-_6ad5b3fd-c3e3-0f71-459f-703267f42887-15a56594, #w-node-_6ad5b3fd-c3e3-0f71-459f-703267f42897-15a56594, #w-node-_21f80f14-0483-67cc-db47-b707e0a4125c-15a56594, #w-node-_144d0663-e61f-9e0c-18a7-b51f690d72f9-15a56594 {
  align-self: start;
}

#w-node-_06a9ddba-4e8d-56a7-f32a-59fd215e76c2-15a56594 {
  justify-self: center;
}

#w-node-_63b9cc56-974b-e8d8-bf47-bea260789457-5f66b531 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_63b9cc56-974b-e8d8-bf47-bea260789459-5f66b531 {
  justify-self: end;
}

#w-node-_63b9cc56-974b-e8d8-bf47-bea26078948c-5f66b531 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fdc43dc6-4bf4-cfe2-5d49-f413384d76f4-a43ce722, #w-node-_85ede499-3163-32c1-4e0a-0ed3bbfd93e2-a43ce722, #w-node-_0f30b12d-64e2-659a-ab7b-be9452223d8b-1c8c4299, #w-node-_4c6ba4e3-95ee-5be7-f859-72de1c8c42a0-1c8c4299 {
    justify-self: center;
  }

  #w-node-_63b9cc56-974b-e8d8-bf47-bea260789457-5f66b531 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_63b9cc56-974b-e8d8-bf47-bea260789459-5f66b531, #w-node-_63b9cc56-974b-e8d8-bf47-bea26078948c-5f66b531 {
    justify-self: center;
  }

  #w-node-d937ead1-e2ed-4efc-4bc5-e0875edebf19-f529ad8f {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Helvetica Condensed';
  src: url('../fonts/HelveticaNeue-BlackCond.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Light';
  src: url('../fonts/HelveticaNeue-LightExt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}