:root {
  --primary: #4545ff;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--60: #2f54eb;
  --light-grey: #f2f2f2;
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  align-content: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

.nav-log-img {
  min-width: 14em;
}

.nav-link-underline {
  background-color: #000;
  width: 0%;
  height: 1px;
  transition: all .2s;
}

.nav-link-underline:hover {
  width: 100%;
}

.navbar {
  background-color: #fff;
  border-bottom: 2px solid #000;
  padding-left: 2vw;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

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

.nav-link {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.nav-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: 1.5rem 3vw;
  font-family: Fugaz One, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-button:hover {
  color: #fff;
  background-color: #4545ff;
}

.nav-button.white {
  color: #000;
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.nav-button.white:hover {
  background-color: #ff90e8;
}

.gumroad-big-logo {
  float: none;
  object-fit: fill;
  background-color: #fff;
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110vh;
  padding: 0 0;
  display: block;
  overflow: visible;
}

.gumroad-big-logo-img {
  width: 100%;
  display: block;
}

.html-embed {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110%;
  display: inline-block;
  overflow: visible;
}

.section.border-bottom {
  position: relative;
}

.button {
  min-width: 18rem;
  max-width: 18rem;
  position: relative;
}

.creator-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-pink {
  background-color: #ff90e8;
}

.center-tablet {
  float: none;
  clear: none;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100vh;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 4px;
  padding: 1.3rem 1.2rem;
  font-size: 1.5rem;
  line-height: 24px;
  position: relative;
}

.creator-container {
  height: 100%;
  padding: 6.5vw;
  position: relative;
}

.creator-desc {
  font-size: 1.25rem;
  line-height: 24px;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.heading-3 {
  color: #000;
  font-family: Fugaz One, sans-serif;
  font-size: 72px;
  line-height: 120%;
}

.subheading {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
}

.bg-yellow {
  background-color: #ffc900;
}

.bg-yellow.padding.border-right.flex-center-vertical {
  border-right: 2px solid #000;
}

.creator-icon {
  max-width: 200px;
  position: absolute;
}

.creator-icon.bottom-left {
  bottom: 0;
  left: -2rem;
}

.creator-icon.top-right {
  top: 20px;
  right: -50px;
}

.creator-icon.top-left {
  top: 0;
  left: 0;
}

.creator-icon.bottom-right {
  bottom: 0;
  right: -30px;
}

._2-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.button-back {
  border: 2px solid #000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.creator-button {
  color: #000;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 2px solid #000;
  border-radius: 1000px;
  min-width: 220px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  position: static;
  bottom: 80px;
  right: -30px;
  overflow: visible;
}

.creator-button:hover {
  transform: translate(-5px, -5px);
  box-shadow: 3px 4px #000;
}

.hero-left {
  border-right: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 6.5vw;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.html-embed-2 {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100vh;
  height: 80vh;
  overflow: hidden;
}

.looping-text-section {
  background-color: var(--primary);
  color: #fff;
  flex-wrap: wrap;
  width: 3000vw;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  position: relative;
  overflow: hidden;
}

.looping-text-item-container {
  flex-wrap: nowrap;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.looping-text-item {
  margin-right: 32px;
}

.heading-1 {
  letter-spacing: -.025em;
  font-family: Montserrat, sans-serif;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: .9;
}

.looping-text-item-dot {
  font-size: 60px;
}

.hero-content-section {
  float: none;
  clear: none;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60vh;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vh;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block {
  padding-bottom: 12px;
}

.client-slider {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  padding: 80px 30px 120px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin: 5% auto 0%;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 52px;
  line-height: 120%;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.client-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.client-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.client-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.client-member-image-two {
  margin-bottom: 18px;
}

.client-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.client-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.client-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.client-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.blog-post {
  border: 2px solid #838383;
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.blog-post:hover {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px #4545ff;
}

.blog-post.center {
  height: auto;
  top: 120px;
}

.blog-post.right {
  top: 60px;
}

.blog-post.left {
  aspect-ratio: auto;
  object-fit: fill;
  border-color: #838383;
  height: auto;
}

.blog-post.left:hover {
  transform: translate(-6px, -6px);
}

.blog-post-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  min-height: 65%;
  max-height: 65%;
}

.blog-post-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 65%, #fff);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  height: 35%;
  min-height: 35%;
  max-height: 35%;
  padding: 1rem 10px;
  display: flex;
}

.blog-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-sm {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
  position: static;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  display: block;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

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

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1440px;
  display: flex;
  position: static;
}

.text-span {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.client-card {
  border: 2px solid #000;
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.client-card:hover {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px #000;
}

.client-card.center {
  height: auto;
  top: 120px;
}

.client-card.right {
  top: 60px;
}

.client-card.left {
  aspect-ratio: auto;
  object-fit: fill;
  height: 50vh;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  align-self: auto;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200%;
  height: 70%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  text-transform: none;
  width: auto;
  height: auto;
  min-height: 60px;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  flex: 0 auto;
  width: 100%;
  height: auto;
  padding: 2rem;
  position: relative;
}

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

.text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 200vw;
  display: flex;
  position: relative;
}

.media-wrapper {
  background-color: #353c4e;
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid rgba(131, 131, 131, .16);
  border-radius: 2rem 2rem 2px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  max-width: 42vw;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.tag {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.tag.venture {
  background-color: var(--light-grey);
  color: var(--black);
}

.div-block-2 {
  grid-column-gap: 12px;
  align-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tag-venture {
  background-color: var(--light-grey);
  color: var(--black);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.hero-without-image {
  background-color: var(--primary);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Fugaz One, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #4545ff;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

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

.footer-block-two {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  display: none;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.italic-text, .italic-text-2 {
  font-family: Fugaz One, sans-serif;
}

.heading-5 {
  color: var(--white);
  font-family: Fugaz One, sans-serif;
}

.image {
  min-height: auto;
  max-height: 32px;
}

.heading-6, .logo-text {
  opacity: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fugaz One, sans-serif;
}

.logo-text:hover {
  color: var(--primary);
  font-family: Redacted Script, sans-serif;
}

.ref-slider {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  padding: 80px 30px 120px;
  display: flex;
  position: relative;
}

.button-secondary {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  font-family: Fugaz One, sans-serif;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: 2px;
  color: var(--black);
  outline-width: 2px;
  outline-style: solid;
}

.footer-grid {
  grid-column-gap: 12vw;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.exciting-image {
  z-index: 1;
  position: absolute;
  bottom: -75px;
  right: 8px;
}

.text-2l {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.spacing-lg {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-lg.center {
  justify-items: center;
}

.creator-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.oval-text-bottom {
  justify-content: space-between;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: absolute;
  bottom: -11px;
}

.inner-oval {
  border: 2px solid #000;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 16rem;
  display: flex;
  position: relative;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  color: #ff90e8;
}

.comic-image-wrapper {
  position: relative;
}

.border-right-border-bottom-tablet {
  border-right: 2px solid #000;
}

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

.text-sm-2 {
  font-size: 1rem;
  line-height: 20px;
}

.sahil-author {
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  color: #ff90e8;
}

.dollar-sign {
  z-index: 1;
  font-size: 11.25rem;
  position: relative;
}

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

.section-with-padding.relative.number-section {
  padding-top: 8rem;
}

.center-tablet-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-list-item {
  background-image: url('../images/arrow-list.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 44px;
  font-size: 1.25rem;
}

.text-2xl {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-logo {
  margin-right: 16px;
}

.padding {
  padding: 6.5rem 6.5vw;
}

.newsletter-field {
  border: 2px solid #000;
  width: 100%;
  display: flex;
}

.looping-text-item-container-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.oval-graphic {
  background-color: #ffc900;
  border: 2px solid #000;
  border-radius: 1000px;
  max-width: 70rem;
  margin-top: 100px;
  padding: 30px;
  position: relative;
}

.footer {
  color: #fff;
  background-color: #000;
  font-size: 1rem;
}

.blog-post-2 {
  border: 2px solid #000;
  border-radius: 4px;
  transition: all .2s;
}

.blog-post-2:hover {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px #000;
}

.oval-text-item-wrapper {
  background-image: url('../images/arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.oval-text-item-wrapper.reverse {
  background-image: url('../images/arrow-reverse.svg');
  background-position: 100%;
  padding-left: 0;
  padding-right: 10px;
}

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

.arrow-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.newsletter-button {
  color: #000;
  background-color: #ff90e8;
  border-left: 2px solid #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 64px;
  padding: 0 24px;
  font-size: 1.5rem;
}

.subheading-2 {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  line-height: 1.3;
}

.center-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-lg {
  letter-spacing: -.01em;
  font-size: 1.85rem;
  line-height: 1.34;
}

.bg-black {
  background-color: #000;
}

.bg-black.padding.flex-center-vertical {
  justify-content: center;
}

.container-3 {
  padding-left: 4vw;
  padding-right: 4vw;
}

.blog-title-2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.new-flag {
  position: absolute;
  top: -50px;
  left: -50px;
}

.text-underline-on-hover {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.sahil-image {
  padding-right: 2rem;
}

.text-md {
  font-size: 1.5rem;
  line-height: 36px;
}

.comic-text {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 32px 24px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
}

.bg-image {
  background-image: url('../images/619cf974793d144083f61ff2_new-sale-illustration.svg');
  background-position: 0 0;
  background-size: cover;
  height: 37rem;
}

.blog-post-content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.bg-violet {
  background-color: #b23386;
}

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

._2-col-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.blog-post-image-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.oval-character {
  width: 20rem;
  position: absolute;
  top: -99px;
}

.oval-text-item {
  background-color: #ffc900;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.text-xl {
  z-index: 1;
  font-size: 2.15rem;
  line-height: 1.3;
  position: relative;
}

.text-xl.footer-xl {
  margin-bottom: 32px;
}

.oval-text-top {
  justify-content: space-between;
  width: 100%;
  height: 32px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: absolute;
  top: -17px;
}

.arrow-link {
  letter-spacing: .5px;
  height: 28px;
  font-size: 20px;
  position: relative;
}

.relative {
  position: relative;
}

.heading-8 {
  letter-spacing: -.025em;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: .9;
}

.oval-container {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-light-yellow {
  background-color: #f1f333;
}

.bg-teal-2 {
  background-color: #23a094;
}

.footer-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sell-anything-image {
  height: 100%;
}

.sahil-name {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1;
}

.looping-text-section-2 {
  color: #fff;
  background-color: #000;
  width: 30000px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-nav-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.creator-button-2 {
  color: #000;
  background-color: #fff;
  background-image: url('../images/creator-button-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 2px solid #000;
  border-radius: 1000px;
  padding: 12px 16px 12px 56px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  position: absolute;
  bottom: 80px;
  right: -30px;
}

.creator-button-2:hover {
  transform: translate(-5px, -5px);
  box-shadow: 3px 4px #000;
}

.creator-button-2.bottom-left {
  bottom: 50px;
  left: -30px;
  right: auto;
}

.coin {
  position: absolute;
}

.coin.top-left {
  max-width: 150px;
  top: -8rem;
  left: 10rem;
}

.coin.top-right {
  top: 50px;
  right: 100px;
}

.coin.right {
  max-width: 150px;
  top: 50%;
  right: -50px;
}

.coin.bottom-left {
  width: 150px;
  bottom: 0;
  left: 2rem;
}

.coin.bottom-right {
  bottom: -150px;
  right: 50px;
}

.coin.left {
  top: 3rem;
  left: -3rem;
}

.footer-copyright-2 {
  align-items: center;
  display: flex;
}

.no-overflow {
  height: 100%;
  overflow: hidden;
}

.hero-left-2 {
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 6.5vw;
  display: flex;
}

.new-img {
  width: 225px;
  position: absolute;
  bottom: -80px;
  left: -160px;
}

.text-field {
  border: 1px #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 64px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 20px;
}

.text-field::placeholder {
  color: #000;
}

.div-block-3 {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .nav-buttons {
    display: none;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .gumroad-big-logo {
    display: block;
  }

  .creator-image-wrapper {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-pink.padding.no-padding-right.flex-center-vertical.padding-right-tablet, .bg-pink.padding.no-padding-right.flex-center-vertical.center-tablet {
    padding-right: 6.5vw;
  }

  .center-tablet {
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .bg-yellow.padding.border-right.flex-center-vertical {
    border-bottom: 2px solid #000;
    border-right-width: 0;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .hero-left {
    border-bottom: 2px solid #000;
    border-right-style: none;
  }

  .looping-text-section {
    width: 1000%;
  }

  .hero-content-section {
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .container {
    max-width: 728px;
  }

  .client-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .blog-post-content {
    justify-content: center;
  }

  .blog-title {
    font-size: 4svw;
    line-height: 100%;
  }

  .text-sm {
    font-size: 2svw;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .scroll-inner {
    align-content: center;
    width: 172vw;
    min-height: 70%;
  }

  .description {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
  }

  .content-wrapper {
    height: auto;
  }

  .scroll-card {
    width: 60vw;
    height: 100%;
    bottom: 0%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1.75fr;
  }

  .creator-image-wrapper-2 {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-teal.padding.no-padding-right.flex-center-vertical {
    padding-right: 6.5vw;
  }

  .oval-text-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .inner-oval {
    border-radius: 24px;
  }

  .comic-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .border-right-border-bottom-tablet {
    border-bottom: 2px solid #000;
    border-right-style: none;
  }

  .dollar-sign {
    font-size: 7.5rem;
  }

  .section-with-padding.border-bottom.no-padding-bottom-tablet {
    padding-bottom: 0;
  }

  .center-tablet-2 {
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .padding.text-align-center.border-bottom {
    padding: 12.5vw;
  }

  .oval-graphic {
    border-style: solid none none;
    border-radius: 0;
  }

  .text-underline-on-hover {
    width: 0%;
  }

  .comic-text {
    top: -1rem;
    left: 0;
  }

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

  ._2-col-grid-2 {
    grid-template-columns: 1fr;
  }

  .oval-character {
    top: -85px;
  }

  .oval-text-top {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .bg-light-yellow.border-right.padding.flex-center-vertical {
    border-bottom: 2px solid #000;
  }

  .looping-text-section-2 {
    width: 1000%;
  }

  .coin.top-left {
    display: none;
  }

  .hero-left-2 {
    border-bottom: 2px solid #000;
    border-right-style: none;
  }
}

@media screen and (max-width: 767px) {
  .client-slider {
    padding: 60px 15px;
  }

  .centered-heading {
    font-size: 2.6rem;
  }

  .text-sm {
    font-size: 2.8svw;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .sticky-container {
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    max-width: none;
    min-height: 20rem;
    margin: 1rem 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .ref-slider {
    padding: 60px 15px;
  }

  .coin.top-right, .coin.bottom-left {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button-text {
    font-size: 1.2rem;
  }

  .creator-desc {
    display: none;
  }

  .heading-3 {
    height: 18%;
    min-height: 40px;
    font-size: 11vw;
    line-height: 1.1;
  }

  .subheading {
    font-size: 1rem;
    line-height: 1.5;
  }

  .creator-icon {
    max-width: 100px;
  }

  .creator-button {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    bottom: 0;
  }

  .looping-text-section {
    width: 30000px;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .hero-content-section {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 2em;
  }

  .client-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .blog-post.center, .blog-post.right {
    top: 0;
  }

  .blog-post-content {
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .blog-title {
    font-size: 5svw;
  }

  .text-sm {
    column-count: auto;
    object-fit: fill;
    font-size: .9em;
    line-height: 1.4em;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .sticky-wrap {
    height: auto;
  }

  .scroll-inner {
    flex-wrap: nowrap;
    height: auto;
  }

  .content-wrapper {
    height: auto;
  }

  .sticky-container {
    flex-wrap: nowrap;
    height: auto;
  }

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

  .div-block-2 {
    flex-wrap: wrap;
  }

  .hero-without-image {
    display: block;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .ref-slider {
    height: auto;
    display: block;
  }

  .footer-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .exciting-image {
    max-width: 50%;
    bottom: -50px;
    right: -20px;
  }

  .text-2l {
    font-size: 2rem;
  }

  .spacing-lg {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacing-lg.center-tablet.mobile-left, .spacing-lg.mobile-left {
    text-align: left;
  }

  .spacing-lg.center.mobile-left {
    text-align: left;
    justify-items: start;
  }

  .oval-text-bottom {
    display: none;
  }

  .comic-image-wrapper {
    padding-top: 32px;
  }

  .sahil-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .dollar-sign {
    font-size: 40px;
  }

  .text-2xl {
    font-size: 2rem;
  }

  .footer-logo {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .newsletter-field {
    flex-direction: column;
  }

  .heading-7 {
    font-size: 4rem;
    line-height: 1.1;
  }

  .newsletter-button {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    width: 100%;
  }

  .subheading-2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .text-lg {
    font-size: 1.25rem;
  }

  .new-flag {
    width: 120px;
    left: -20px;
  }

  .sahil-image {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .text-md {
    font-size: 1.25rem;
  }

  .comic-text {
    padding: 20px;
    font-size: 1rem;
    top: 0;
    left: auto;
  }

  .bg-image.border-bottom {
    background-position: 50%;
  }

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

  .oval-character {
    top: auto;
  }

  .text-xl {
    font-size: 1.25rem;
  }

  .oval-text-top {
    display: none;
  }

  .arrow-link {
    font-size: 1.25rem;
  }

  .heading-8 {
    font-size: 4rem;
  }

  .looping-text-section-2 {
    width: 30000px;
  }

  .footer-nav-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .creator-button-2 {
    font-size: 14px;
    bottom: 0;
  }

  .coin.bottom-right {
    max-width: 125px;
    bottom: -100px;
    right: -50px;
  }

  .coin.left {
    max-width: 100px;
    top: 20px;
    left: -20px;
    right: auto;
  }

  .footer-copyright-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .new-img {
    width: 150px;
    bottom: -100px;
    left: -50px;
  }

  .text-field {
    border-style: solid;
    border-width: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }
}

#w-node-_7824eeaa-7bdb-d3b4-8773-564cd42abb1e-7cda18fd, #w-node-_7824eeaa-7bdb-d3b4-8773-564cd42abb25-7cda18fd, #w-node-_7824eeaa-7bdb-d3b4-8773-564cd42abb2c-7cda18fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


