.sellers-page .hero-bg {
  background-image: linear-gradient(201.42deg, #4EA1D5 -1.41%, #57C6D0 90.73%); 
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.sellers-page .section-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/index/glabix-screen/sellers/hero-bg.svg');
  background-repeat: no-repeat;
  background-position: top center;
}

.sellers-page .hero .hero-subtitle {
  font-size: 20px;
  line-height: 1.1;
}

.sellers-page h1,
.sellers-page .h1,
.hero h1,
article.hero .h1 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;

  @media (min-width: 768px) {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0;
  }

  @media (min-width: 1024px) {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .sellers-page .hero .hero-subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}
.sellers-page .hero .btn-landing-3 {
  padding: 24px 60px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.heading-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;

  @media (min-width: 768px) {
    align-items: center;
    flex-direction: row;
  }
}

.heading-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 16px;

  @media (min-width: 768px) {
    font-size: 60px;
    line-height: 70px;
  }
}

.heading-text {
  font-size: 24px;
  line-height: 28px;

  @media (min-width: 768px) {
    line-height: 36px;
  }
}

.subheading-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;

  @media (min-width: 768px) {
    align-items: center;
    flex-direction: row;
  }

  .subheading-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 24px;

    @media (min-width: 768px) {
      font-size: 46px;
      line-height: 56px;
    }
  }

  .subheading-desc {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .sales-funnel:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.sales-funnel{
  position: relative;
}

@media (min-width: 1200px) {
  .sales-funnel:nth-child(3)::before {
    display: block;
    content: '';
    position: absolute;
    width: 623px;
    height: 141px;
    top: -151px;
    right: 330px;
    background: url('/images/index/glabix-screen/sellers/1-1-arrow.svg');
  }

  .sales-funnel:nth-child(4)::before {
    display: block;
    content: '';
    position: absolute;
    width: 705px;
    height: 118px;
    top: -130px;
    left: 330px;
    background: url('/images/index/glabix-screen/sellers/1-2-arrow.svg');
  }

  .sales-funnel:nth-child(5)::before {
    display: block;
    content: '';
    position: absolute;
    width: 698px;
    height: 108px;
    top: -130px;
    right: 330px;
    background: url('/images/index/glabix-screen/sellers/1-3-arrow.svg');
  }
}

.banner {
  position: relative;
  background: url('/images/index/glabix-screen/sellers/hero-bg.svg'),
    linear-gradient(193.46deg, #40AFD7 14.4%, #5EC5D0 94.05%);
  padding: 70px 20px;
  border-radius: 44px;
  color: var(--light);

  @media (min-width: 768px) {
    padding: 70px 90px;
    border-radius: 72px;
  }
}

@media (min-width: 1200px) {
  .banner::before {
    display: block;
    content: '';
    position: absolute;
    width: 398px;
    height: 160px;
    top: -172px;
    left: 330px;
    background: url('/images/index/glabix-screen/sellers/1-4-arrow.svg');
  }
}

.desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;

  .desc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    max-width: 1074px;
    margin: 0 auto;

    @media (min-width: 768px) {
      flex-direction: row-reverse;
      gap: 72px;
    }
  }

  .desc-container-row {
    @media (min-width: 768px) {
      flex-direction: row !important;
    }
  }

  .desc-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;

    @media (min-width: 768px) {
      font-size: 46px;
      line-height: 56px;
    }
  }
}

.conversion-section {
  background: url(/images/index/glabix-screen/sellers/hero-bg.svg), linear-gradient(193.46deg, #3AABC7 14.4%, #5DCDBC 94.05%);

  .conversion-title {
    font-size: 50px;
    line-height: 60px;
  }

  .conversion-desc {
    font-size: 18px;
    line-height: 30px;
  }
}

.pricing-section {
  background: linear-gradient(184.24deg, #4EB6CB 6.3%, #2EA1B3 36.18%, #6CD2C3 98.44%);
}

.pricing-panel.bg-gray-900 {
  background-color: unset !important;
}

.business-form-bg-wrapper {
  background-image: linear-gradient(187.58deg, #42BDB5 10.05%, #2EBCBA 43.2%, #61C3D2 96.71%);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}