:root {
  --text-color: #616161;
  --white: white;
  --bg-color: #e8e9eb;
  --primary-color: #0b2142;
  --secondary-color: #ac9101;
  --section-padding: clamp(4rem, 7vw, 7.5rem);
  --text-32px: clamp(1.5rem, 1.3455rem + .7273vw, 2rem);
  --transperant: #ddd0;
  --text-42px: clamp(1.5rem, 1.1523rem + 1.6364vw, 2.625rem);
  --text-48px: clamp(1.875rem, 1.5273rem + 1.6364vw, 3rem);
  --60px-spacing: clamp(2rem, 1.4398rem + 2.6364vw, 3.8125rem);
  --text-54px: clamp(2rem, 1.575rem + 2vw, 3.375rem);
  --_colours---blue-dark: #101927;
  --_colours---blue-dark-main: #0b2142;
  --_colours---white: white;
  --_colours---yellow-main: #e9ce2b;
  --_colours---black: black;
  --_colours---transparent: transparent;
  --bg-grey: #e6e8ec;
}

body {
  color: var(--text-color);
  scroll-behavior: auto;
  background-color: #e6e8ec;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.6;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
}

a {
  box-shadow: none;
  text-decoration: none;
}

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

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

.page-wrapper {
  overflow: clip;
}

.main-container {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container.pain-points-container {
  position: sticky;
  top: 5vh;
}

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

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

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

.text-20px {
  font-size: 20px;
}

.text-28px {
  font-size: 28px;
}

.main-wrapper {
  z-index: 1;
  background-color: #e6e8ec;
  position: relative;
}

.text-weight-semi-bold {
  font-weight: 600;
}

.footer-text-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.footer-text-link:hover {
  color: var(--secondary-color);
}

.footer-social-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.footer-social-link {
  background-color: var(--secondary-color);
  color: var(--text-color);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.cta-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--text-32px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 950px;
  display: flex;
}

.cta-heading-wrap.alt {
  max-width: 100%;
}

.cta-sub-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 850px;
  display: flex;
}

.cta-sub-heading-wrap.alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 884px;
}

.vsl-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.text-weight-bold {
  font-weight: 700;
}

.navbar {
  z-index: 999;
  background-color: var(--primary-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  z-index: 1;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  max-width: 70px;
  display: flex;
}

.nav-logo.w--current {
  max-width: 65px;
}

.nav-menu-text {
  color: var(--white);
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.nav-menu-text:hover, .nav-menu-text.w--current {
  color: var(--secondary-color);
}

.nav-menu, .nav-menu-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.primray-btn {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--text-color);
  border-radius: 1000px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
}

.primray-btn:where(.w-variant-6b35e4a0-c1e9-545c-c0d7-138e9903d0eb) {
  background-color: var(--transperant);
  color: var(--white);
}

.primray-btn:where(.w-variant-67ba1eb5-a169-8862-e16f-535c8cda9e7c) {
  background-color: var(--primary-color);
  color: var(--white);
}

.primray-btn:hover {
  background-color: var(--primary-color);
  box-shadow: inset 750px 0 0 0 var(--primary-color);
  color: var(--white);
}

.primray-btn:hover:where(.w-variant-67ba1eb5-a169-8862-e16f-535c8cda9e7c) {
  box-shadow: inset 750px 0 0 0 var(--secondary-color);
  color: var(--primary-color);
}

.primray-btn.nav {
  padding: 12px 24px;
  font-size: 14px;
}

.primray-btn.nav:hover {
  box-shadow: inset 1000px 2px 0 0 var(--white);
  color: var(--primary-color);
}

.splide {
  grid-column-gap: var(--text-42px);
  grid-row-gap: var(--text-42px);
  cursor: pointer;
  flex-flow: column;
  display: flex;
  position: relative;
}

.splide.client-saying {
  max-width: 850px;
}

.splide__track {
  overflow: hidden;
}

.splide__list {
  flex-flow: row;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 100%;
  max-width: 100%;
}

.splide__slide.caes_study {
  border-radius: 12px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.splide__arrows {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 50% 0% auto;
}

.splide__arrow {
  background-color: var(--secondary-color);
  pointer-events: auto;
  color: var(--primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.splide__arrow:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.splide-arrow-icon {
  max-width: 24px;
  display: flex;
}

.text-16px {
  font-size: 16px;
}

.navbar-menu-button-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.section.pain-points {
  height: 130vh;
  position: relative;
}

.section.hero {
  padding-bottom: var(--text-32px);
  padding-bottom: var(--text-32px);
}

.home-content-wrap {
  margin-top: var(--text-48px);
  margin-bottom: var(--text-48px);
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-top-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-top-heading-wrap {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.home-top-button-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-54px {
  font-size: var(--text-54px);
  line-height: 1.2;
}

.text-color-yellow {
  color: var(--secondary-color);
}

.text-color-blue {
  color: var(--primary-color);
}

.home-top-sub-heading-wrap {
  max-width: 740px;
}

.home-video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-section {
  padding-top: var(--text-48px);
  padding-bottom: var(--text-48px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-section.hidden {
  display: none;
}

.marquee-content-wrap {
  grid-column-gap: var(--text-48px);
  grid-row-gap: var(--text-48px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bg-color-blue {
  background-color: var(--primary-color);
}

.marquee-section {
  padding-top: var(--60px-spacing);
  padding-bottom: var(--60px-spacing);
  background-color: var(--bg-color);
}

.marquee-logo-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tried-agencies-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--primary-color);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  display: flex;
}

.tried-agencies-top-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.tried-agencies-bottom-wrap {
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 850px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-48px {
  font-size: var(--text-48px);
  line-height: 1.2;
}

.tried-agencies-bot-text-wrap {
  background-color: #e6e8ec;
  padding-top: 32px;
  padding-bottom: 32px;
  position: sticky;
  top: 15vh;
}

.tried-heading-wrap {
  max-width: 550px;
}

.capsuol-wrap {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.text-reveal-content-wrap {
  color: var(--white);
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.text-reveal-content-wrap.alt {
  max-width: 1000px;
}

.layout484_text {
  font-size: var(--text-42px);
}

.section-cta {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6), url("https://cdn.prod.website-files.com/687b3b227be119aa2f8253a8/68932d3538e072c05d29e0f8_ccdc8cafd8e3ed3d22f4ae2c9f2aa171_3.avif");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta-heading-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-top-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.about-top-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.about-top-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.about-bottom-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.text-36px {
  font-size: 36px;
  line-height: 1.2;
}

.comparison-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.comparison-top-wrap {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.comparison-bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.comparison-bottom-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1c77c333;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  padding: 54px 40px;
  display: flex;
  overflow: hidden;
}

.text-32px {
  font-size: var(--text-32px);
}

.comparision-pints-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-wrap {
  background-color: var(--secondary-color);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.check-wrap.red {
  background-color: var(--secondary-color);
  color: red;
}

.check-icon {
  width: 20px;
  height: 20px;
}

.points-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.comparison-bottom-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1c77c333;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  padding: 54px 40px;
  display: flex;
  overflow: hidden;
}

.faqs-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  justify-content: space-between;
  display: flex;
}

.faqs-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.text-42 {
  font-size: var(--text-42px);
}

.faqs-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faqs-according-content-wrap {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 20px #00000026;
}

.faqs-question-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.arrow {
  flex: none;
  width: 24px;
  height: 24px;
}

.faqs-answer-wrap {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faqs-answer-text-wrap {
  padding-top: 20px;
}

.fotter {
  z-index: 0;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-color: var(--primary-color);
  position: sticky;
  bottom: 0;
}

.fotter-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-to {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  justify-content: space-between;
  display: flex;
}

.footer-bott {
  padding-top: var(--60px-spacing);
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  border-top: 1px solid #fff6;
  justify-content: space-between;
  font-weight: 400;
  display: flex;
}

.footer-right {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.footer-logo {
  max-width: 100px;
}

.footer_right-menu-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.how-it-offer-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  justify-content: space-between;
  display: flex;
}

.how-it-offer-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.how-it-offer-right {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  flex: 1;
  justify-content: space-between;
  max-width: 600px;
  display: flex;
  position: relative;
}

.how-it-offer-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.how-it-offer_right-left {
  background-color: #0b214233;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 6px;
  display: flex;
  position: relative;
}

.how-it-offer_right-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.how-it-work-timeline-wrap {
  background-color: var(--primary-color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.how-it-work-timeline-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 30px #0b21421a;
}

.how-it-work-timeline-card-wrap._01 {
  position: sticky;
  top: 100px;
}

.how-it-work-timeline-card-wrap._02 {
  position: sticky;
  top: 120px;
}

.how-it-work-timeline-card-wrap._03 {
  position: sticky;
  top: 130px;
}

.text-weight-normal {
  font-weight: 400;
}

.footer-text-link-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
}

.how-it-work-left-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.how-it-work-timeline-ar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.timeline-circle {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--white);
  border-radius: 100%;
  flex: none;
  width: 20px;
  height: 20px;
}

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

.footer-bot-text {
  font-size: 16px;
}

.case-studies-content-wrap {
  grid-column-gap: var(--60px-spacing);
  grid-row-gap: var(--60px-spacing);
  flex-flow: column;
  display: flex;
}

.case-studies-top-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-studies-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.case-studies-sub-heading-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.case-studies-botoom-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.case-studies-botoom-wrap.client-saying {
  justify-content: flex-start;
  align-items: center;
}

.case-studies-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.case-studies-right {
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  max-width: 600px;
  display: flex;
  overflow: hidden;
}

.image {
  width: 100%;
}

.case-studies-left-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.case-studies-left-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.quick-underline {
  background-color: var(--secondary-color);
  width: 1.5rem;
  height: 3px;
}

.case-studies-left-botom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.case-studies-author-wrap {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-studies-author-wrap.hide {
  display: none;
}

.case-studies-bottom-top {
  grid-column-gap: var(--text-32px);
  grid-row-gap: var(--text-32px);
  color: var(--white);
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.brand-logo-collection-list {
  grid-column-gap: var(--text-48px);
  grid-row-gap: var(--text-48px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vsl-video-content-wrap {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 45%;
  padding: 2.5rem 2rem;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.about-text-wrap {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.client-testimonial-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-video-wrap {
  aspect-ratio: 2 / 2.45;
  border-radius: 16px;
  flex: 1;
  overflow: hidden;
}

.code-embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.calemdy-script {
  width: 100%;
  margin-bottom: 0;
}

.case-studies-sub-text-wrap {
  max-width: 550px;
}

.case-studies-sub-text-wrap.client-saying {
  max-width: 100%;
}

.footer-text-link-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.amazon-sellers-badge {
  z-index: 1;
  height: 47px;
  margin-top: -19px;
  position: absolute;
  inset: 0% auto auto 9px;
}

.hero-text-lieanr {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #cab32a, #bb7305);
  -webkit-background-clip: text;
  background-clip: text;
}

.client-testimonial-wrapper {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.client-testimonial-bottom-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-testimonial-content-wrap {
  flex: 1;
}

.client-testimonial-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: .75rem .5rem;
  display: flex;
}

.client-testimonal-bottom-text-content-wrap {
  flex-flow: column;
  min-width: 48%;
  display: flex;
}

.client-tesitmonial-author-content-wrap {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-26 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-11 {
    width: 400px;
    height: 250px;
  }

  .section-30, .section-34 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .cell-3 {
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #00000030;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .client-trust-logos-wrap {
    margin-top: 2rem;
  }

  .footer-bottom {
    flex-flow: column;
  }

  .footer-top-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tiktok-ads-top-wrap {
    flex-flow: column;
  }

  .tiktok-ads-heading-wrap, .tiktok-ads-su-heading-wrap {
    max-width: 100%;
  }

  .deliver-result-content-wrap {
    flex-flow: column;
  }

  .deliver-result-left-wrap, .deliver-result-right-wrap {
    max-width: 100%;
  }

  .img-corner.left-top {
    inset: auto -5px -5px auto;
    inset: auto -5px -5px auto;
  }

  .tiktok-shpoing-content-wrap {
    flex-flow: wrap-reverse;
  }

  .best-video-wrap {
    max-width: 48%;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-menu-text {
    margin-left: 0;
    font-weight: 600;
  }

  .nav-menu-text:hover {
    color: var(--secondary-color);
  }

  .nav-menu {
    background-color: var(--primary-color);
    padding: 2rem 20px;
  }

  .nav-menu-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px;
  }

  .nav-menu-btn.w--open {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 4px;
  }

  .nav-menu-icon {
    width: 100%;
    height: 100%;
  }

  .nav-menu-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-top-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .testimonial-top_left {
    max-width: 100%;
  }

  .fs-slider_slide {
    width: 49%;
  }

  .splide__pagination {
    display: none;
  }

  .client-logo-collection-list-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .client-logo-collection-item-wrap {
    padding: .5rem;
  }

  .caesstudy-top_left {
    max-width: 100%;
  }

  .marquee-track {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_section {
    padding-top: 100px;
  }

  .hero-main-content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

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

  .hero-left-btn-wrap {
    margin-top: .5rem;
  }

  .hero-top-left.left-top {
    inset: auto -5px -5px auto;
    inset: auto -5px -5px auto;
  }

  .casestudies-rich-text-wrap {
    width: 100%;
  }

  .tried-agencies-bot-text-wrap {
    font-size: 42px;
  }

  .about-content-wrap, .about-top-wrap {
    flex-flow: column;
  }

  .about-top-left, .about-top-right, .about-bottom-wrap {
    max-width: 100%;
  }

  .about-bottom-card {
    font-size: 16px;
    line-height: 2;
  }

  .comparison-bottom-wrap {
    flex-flow: column;
  }

  .comparison-bottom-left, .comparison-bottom-right {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faqs-content-wrap {
    flex-flow: column;
  }

  .faqs-left {
    max-width: 100%;
  }

  .how-it-offer-content-wrap {
    flex-flow: column;
  }

  .how-it-offer-left, .how-it-offer-right, .case-studies-left {
    max-width: 100%;
  }

  .vsl-video-content-wrap {
    aspect-ratio: 3 / 2.5;
    width: 100%;
  }

  .client-testimonial-wrap {
    flex-flow: wrap;
  }

  .testimonial-video-wrap {
    flex: 1;
    min-width: 250px;
  }

  .why-choose-us-card-wrap {
    font-size: clamp(1.125rem, .8482rem + .4464vw, 1.25rem);
  }

  .client-saying-content-wrap {
    max-width: 100%;
  }

  .get-with-sellonic-card-wrap {
    max-width: 32%;
  }

  .home_footer {
    flex: none;
  }

  .overview-div.none {
    border-radius: 0;
    height: 100vh;
    bottom: 28%;
  }

  .heading-over {
    font-size: 30px;
  }

  .main-btn-text {
    font-size: 18px;
  }

  .list-categories-heading {
    font-size: 20px;
  }

  .categories-title {
    font-size: 24px;
  }

  .categories-main-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button {
    color: #fff1f1;
    padding: 12px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .para-div.roadmap {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .prob-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .roadmap-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .result-grid.tab {
    grid-template-columns: 1fr;
  }

  ._50--cashback-div.tab {
    display: block;
  }

  ._50--cashback-div.desktop {
    display: none;
  }

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

  .prob-head {
    font-size: 36px;
    line-height: 40px;
  }

  .raodmap-value-images.mobile {
    width: 15rem;
    display: inline-block;
  }

  .raodmap-value-images.desktop {
    display: none;
  }

  .result-card {
    width: 49vw;
  }

  .raodmap-card {
    max-width: none;
  }

  .result-card-content-wrapper.footer-flex {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .prob-para.not-para {
    width: auto;
  }

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

  .roadmap-values-text.week-4 {
    inset: auto 0% 19% 31%;
  }

  .roadmap-values-text.week-3 {
    inset: 19% auto 0% 18%;
  }

  .roadmap-values-text.week-2 {
    inset: -21% 17% 0% auto;
  }

  .roadmap-values-text.week-1 {
    inset: 18% 27% auto 0%;
  }

  .form-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .form-content-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .main-title-consultant {
    font-size: 65px;
  }

  .progress-card-title {
    padding: 10px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .map-dot {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

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

  .roadmap-wrap {
    margin-bottom: 6rem;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .particles-absolute.pa-12 {
    top: 3.6rem;
    right: -3.7rem;
  }

  .particles-absolute.pa-11 {
    top: 2.8rem;
    left: -3.8rem;
  }

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

  .grid.is--footer {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-2 {
    width: auto;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .submit-button.primary-btn {
    inset: auto 0% -29% 35%;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    inset: auto 0% -29% 35%;
  }

  .container-2 {
    padding: 0 3em 10em;
  }

  .social-icons {
    width: 3.3em;
  }

  .logo-footer {
    width: 17em;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 4.04em;
  }

  .grid_item.footer-form {
    align-self: stretch;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.is--50.footer-2 {
    width: auto;
    height: auto;
  }

  .grid_item.is--50.footer-1 {
    width: auto;
    height: auto;
    padding: 0;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .is--white.is--69px {
    font-size: 60px;
    line-height: 1.2;
  }

  .select-text {
    color: var(--white);
  }

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

  .copyright-flex {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .thnak-img {
    width: 450px;
  }

  .thnak-img.drop-thank {
    width: 246px;
  }

  .copyright-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .thank-heading {
    font-size: 40px;
  }

  .thnak-text {
    font-size: 19px;
  }

  .marquee-wrapper-main {
    width: 255vw;
  }

  .marquee {
    width: 510vw;
  }

  .comp-pane.left {
    background-size: contain;
    width: 60%;
    margin-left: -80px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .comp-pane.right {
    width: 60%;
  }

  .component-wrap, .component-wrap-2, .component-wrap-3 {
    justify-content: flex-end;
  }

  .contact6-1_content {
    position: static;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .content6_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .marquee-testi {
    width: 1120vw;
  }

  .marquee-wrapper-testi {
    width: 550vw;
  }

  .testi-card {
    width: 65vw;
  }

  .testi-text-marquee {
    font-size: 18px;
  }

  .date-text {
    font-size: 19px;
  }

  .reveiw-text {
    font-size: 18px;
  }

  .layout253-2_component {
    grid-template-columns: 1fr;
  }

  .text-wrapper-main {
    width: 49vw;
  }

  .swiper-slide._32 {
    width: 49%;
  }

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero_section {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-hero-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-80px {
    font-size: 64px;
  }

  .text-18px {
    font-size: 16px;
  }

  .text-20px {
    font-size: 14px;
  }

  .home-hero-top-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-form {
    flex-flow: column;
  }

  .client-trust-logos-wrap {
    margin-top: 1rem;
  }

  .fs-marquee_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .footer-top {
    flex-flow: column;
  }

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

  .footer-bottom-right {
    align-self: stretch;
    max-width: 100%;
  }

  .tiktok-ads-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-42px {
    font-size: 32px;
  }

  .vsl-video-wrap {
    height: 450px;
  }

  .best-video-wrap {
    height: 400px;
  }

  .background-video-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .nav-logo {
    max-width: 60px;
  }

  .fs-slider_slide {
    width: 100%;
    height: 22rem;
    min-height: 20rem;
  }

  .splide__slide.caes_study {
    height: 400px;
  }

  .client-logo-collection-item-wrap {
    flex: none;
    width: 60px;
  }

  .casestudy-hero-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rich-text h2 {
    margin-bottom: 1rem;
    font-size: 32px;
  }

  .rich-text h3 {
    margin-bottom: 1rem;
    font-size: 26px;
  }

  .rich-text h4 {
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .rich-text h5 {
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .rich-text h6 {
    font-size: 16px;
  }

  .rich-text p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 16px;
  }

  .hero_section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-content-wrap, .home-top-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-top-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-top-button-wrap {
    text-align: center;
  }

  .video-section {
    height: auto;
  }

  .tried-agencies-bot-text-wrap {
    font-size: 32px;
  }

  .about-top-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .comparison-bottom-left, .comparison-bottom-right {
    padding: 32px 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .footer-to {
    flex-flow: column;
  }

  .footer-bott {
    grid-column-gap: var(--text-32px);
    grid-row-gap: var(--text-32px);
    flex-flow: column;
    align-items: center;
  }

  .footer-right {
    justify-content: space-between;
  }

  .how-it-offer-right {
    grid-column-gap: var(--text-32px);
    grid-row-gap: var(--text-32px);
  }

  .how-it-offer_right-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .how-it-work-timeline-card-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-studies-bottom-top {
    flex-flow: column;
  }

  .brand-logo-collection-item {
    max-width: 100px;
  }

  .vsl-video-content-wrap {
    height: 450px;
    top: 0;
  }

  .about-card-wrap {
    font-size: 20px;
  }

  .about-text-wrap {
    font-size: 22px;
  }

  .client-testimonial-wrapper {
    min-width: 100%;
    height: 400px;
  }

  .tiktok-home-top-heading-wrap, .why-choose-us-middle-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-choose-us-card-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .client-syaing-bottom-wrap {
    flex-flow: column;
  }

  .get-with-sellonic-card-wrap {
    max-width: 48%;
  }

  .soeak-top-roi-content-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .speak-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .speak-list_item {
    text-align: center;
    min-width: auto;
  }

  .home_hero-btn-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    align-self: stretch;
  }

  .layer-wrap {
    max-width: 7rem;
    height: 6rem;
  }

  .layer-wrap._02 {
    inset: auto 0% 0% auto;
    inset: auto 0% 0% auto;
  }

  .home-footer-top-wrap {
    grid-column-gap: var(--text-32px);
    grid-row-gap: var(--text-32px);
  }

  .overview-div.none {
    bottom: 11%;
  }

  .categories-content-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .list-categories-heading {
    font-size: 18px;
  }

  .primary-btn {
    padding: 1rem;
  }

  .categories-title {
    font-size: 20px;
  }

  .text-list-item {
    font-size: 14px;
  }

  .categories-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .btn-wrapper-overview {
    flex-flow: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .logo-2 {
    width: 200px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .para-div.roadmap {
    line-height: 20px;
  }

  .roadmap-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .prob-card-grid {
    grid-template-columns: 1fr;
  }

  .btn-div {
    align-self: stretch;
  }

  .path-grid {
    width: 100%;
    max-width: 100%;
  }

  .btn-div-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .result-grid {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .result-grid.tab {
    margin-top: 2rem;
  }

  .result-grid.flex {
    place-items: center;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .company-card-logo {
    width: 220vw;
  }

  .companies-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 440vw;
  }

  .prob-head.done.large-heading {
    font-size: 48px;
  }

  .result-card {
    width: 70vw;
  }

  .result-card.mx-width {
    max-width: 300px;
  }

  .result-card-content-wrapper.footer-flex.footer-around {
    flex-flow: column;
  }

  .scale-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .prob-card-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .company-img {
    width: 30vw;
  }

  .prob-para {
    width: auto;
  }

  .prob-last-head {
    text-align: center;
  }

  .path-icon-img {
    width: 50px;
  }

  .roadmap-values-text.week-4 {
    inset: auto 0% 7rem auto;
  }

  .roadmap-values-text.week-3 {
    inset: 27rem auto auto 0%;
  }

  .roadmap-values-text.week-2 {
    inset: 18rem 0% auto auto;
  }

  .roadmap-values-text.week-1 {
    inset: 8rem auto auto 0%;
  }

  .logo-3 {
    width: 200px;
  }

  .title-form {
    font-size: 48px;
  }

  .form-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 36px;
  }

  .para-text {
    font-size: 20px;
  }

  .main-title-consultant {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-progress.padding-bottom.revenue {
    background-position: 62% 29%;
  }

  .progress-grid-content-wrapper {
    padding: 1.5rem;
  }

  .strategy-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-choose-div.right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .map-dot.is-6, .map-dot-mobile.is--6, .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .roadmap-component {
    display: none;
  }

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

  .margin-vertical.margin-xhuge {
    margin-top: 8rem;
  }

  .map-number {
    font-size: 1.5rem;
    line-height: 6vw;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    margin-left: 1em;
    display: none;
  }

  .map-pin-popup-mobile.is--1.map-pin-popup-mobile-active {
    color: var(--_colours---white);
  }

  .box-inner {
    color: #0e080e;
  }

  .map-dialog-mobile {
    z-index: 10;
    margin-bottom: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }

  .particles-absolute.pa-12 {
    top: -5.3rem;
    right: -7.3rem;
  }

  .particles-absolute.pa-11 {
    top: -1.7rem;
    left: -7.5rem;
  }

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

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .box {
    width: 1.6em;
    height: 1.6em;
  }

  .roadmap-component-mobile {
    padding-bottom: 3rem;
    display: block;
  }

  .grid.is--final-coypright {
    padding-top: 15em;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .submit-button.primary-btn {
    bottom: -26%;
    left: 29%;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

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

  .thnak-img.drop-thank {
    width: 224px;
  }

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

  .marquee-wrapper-main {
    width: 360vw;
  }

  .marquee {
    width: 720vw;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .loop-text.upper {
    font-size: 16px;
  }

  .footer-heading {
    font-size: 40px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .component-wrap-2, .component-wrap-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-form-2 {
    font-size: 48px;
  }

  .para-text-2 {
    font-size: 20px;
  }

  .marquee-testi {
    width: 1365vw;
  }

  .marquee-wrapper-testi {
    width: 680vw;
  }

  .testi-card {
    width: 80vw;
  }

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

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

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .layout253-2_item {
    padding: 1.5rem;
  }

  .layout253-2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .layout253-2_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-wrapper-main {
    width: 70vw;
  }

  .swiper-slide._32 {
    width: 90%;
  }

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

  .custom-prev, .custom-next {
    width: 55px;
    height: 55px;
  }

  .a {
    width: 50px;
  }

  .flex-drop-down {
    flex-flow: column;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-6 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .home-hero_section {
    padding-bottom: 100px;
  }

  .home-hero-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-80px {
    font-size: 48px;
  }

  .text-24px {
    font-size: 16px;
  }

  .text-14px {
    font-size: 12px;
  }

  .text-28px {
    font-size: 20px;
  }

  .home-hero-middle-wrap, .home-hero-points-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-points-dots-wrap {
    width: 7px;
    height: 7px;
  }

  .home-hero-bottom-wrap {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-bottom-wrap.flix {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-self: stretch;
  }

  .hero-form-text-field {
    height: 40px;
  }

  .submit-btn {
    align-self: stretch;
  }

  .home-hero-budge-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tiktok-img {
    width: 100px;
  }

  .meta-img {
    width: 85px;
  }

  .reviews-img {
    width: 75px;
  }

  .fs-marquee_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    align-items: center;
  }

  .footer-top-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
    font-size: 16px;
  }

  .footer-top-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer-top-right_left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-link-content-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text-link {
    font-size: 14px;
  }

  .heading-42px {
    font-size: 28px;
  }

  .cta-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .vsl-video-wrap {
    height: 350px;
  }

  .deliver-result-left-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .deliver-bottom-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .text-60px {
    font-size: 42px;
  }

  .deliver-img {
    border-radius: .5rem;
  }

  .img-corner {
    width: 120px;
    height: 120px;
  }

  .img-corner.right-bottom {
    border-bottom-right-radius: 8px;
    bottom: -5px;
    right: -5px;
  }

  .client-logos {
    width: 75px;
  }

  .shoping-form-field-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .shoping-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .best-tiktok-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .best-video-wrap {
    max-width: 100%;
    height: 350px;
  }

  .testimonial-top_right {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .primray-btn {
    text-align: center;
    flex: 1;
    align-self: stretch;
    font-size: 14px;
  }

  .splide.client-saying {
    max-width: 100%;
  }

  .splide__arrow {
    width: 45px;
    height: 45px;
  }

  .splide-arrow-icon {
    max-width: 18px;
  }

  .client-logo-collection-list-wrap, .casestudy-hero-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .text-16px {
    font-size: 14px;
  }

  .text-16px.alt {
    font-size: 12px;
  }

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

  .hero_section {
    padding-bottom: 100px;
  }

  .hero-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-bottom-logo-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .revicws-rate-embed {
    width: 70px;
  }

  .hero-right {
    flex: none;
    height: 400px;
  }

  .hero-top-left {
    width: 120px;
    height: 120px;
    top: -5px;
    left: -5px;
  }

  .hero-top-left.right-bottom {
    border-bottom-right-radius: 8px;
    bottom: -5px;
    right: -5px;
  }

  .marquee-content-wrap, .marquee-logo-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tried-agencies-content-wrap {
    font-size: 32px;
  }

  .tried-agencies-bottom-wrap {
    font-weight: 700;
  }

  .tried-agencies-bot-text-wrap {
    font-size: 24px;
  }

  .cta-heading-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-bottom-card {
    padding-top: 1rem;
  }

  .text-36px {
    font-size: 28px;
  }

  .check-wrap {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .check-icon {
    width: 16px;
    height: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-left {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_right-menu-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    max-width: 100%;
  }

  .case-studies-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image, .case-studies-left-heading-wrap {
    max-width: 100%;
  }

  .quick-underline {
    width: 1rem;
  }

  .case-studies-left-botom-wrap {
    max-width: 100%;
  }

  .brand-logo-collection-list {
    grid-column-gap: var(--text-32px);
    grid-row-gap: var(--text-32px);
  }

  .vsl-video-content-wrap {
    height: 350px;
  }

  .about-card-wrap {
    min-width: 100%;
  }

  .footer-text-link-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .client-testimonial-wrapper {
    height: 350px;
  }

  .why-choose-us-middle-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-choose-us-card-wrap {
    min-width: 100%;
  }

  .client-saying-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .client-saying-author-content-wrap {
    max-width: 100%;
  }

  .get-with-sellonic-middle-wrap {
    grid-row-gap: .5rem;
  }

  .get-with-sellonic-card-wrap {
    max-width: 100%;
  }

  .client-testimonal-bottom-text-content-wrap {
    min-width: 100%;
  }

  .home-footer-top-wrap {
    flex-flow: column;
  }

  .overview-div.none {
    bottom: -10%;
  }

  .heading-over {
    font-size: 24px;
  }

  .main-btn-text {
    text-align: center;
    font-size: 14px;
  }

  .cross-btn {
    right: -4%;
  }

  .primary-btn {
    white-space: nowrap;
  }

  .primary-btn.radius {
    font-size: 14px;
  }

  .primary-btn.wrap {
    white-space: normal;
  }

  .categories-main-wrapper {
    flex-flow: column;
  }

  .logo-2 {
    width: 150px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container {
    padding: 0 1rem;
  }

  .ticket-pricing-wrapper {
    flex-flow: column;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .done-main-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .roadmap-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .card-image-list {
    margin-top: .3rem;
  }

  .top-tag-absolute {
    padding: 1.5rem;
  }

  .done-card-layout {
    justify-content: center;
    align-items: center;
  }

  .get-para-wrapper, .done-head-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .path-para {
    text-align: left;
  }

  .not-haeding.head-black {
    text-align: center;
    text-align: center;
  }

  .live-para {
    text-align: center;
    font-size: 14px;
  }

  .absolute-efect._2 {
    box-shadow: 0 2px 200px 20px #ff7035;
  }

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

  .done-grid {
    align-self: stretch;
    place-items: center;
  }

  .done-icon {
    margin-top: 25px;
  }

  .result-grid.tab {
    margin-top: 2rem;
  }

  .result-grid.flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sec-pri-btn {
    width: 250px;
  }

  .cash-text-wrapper {
    width: 100%;
  }

  .done-card {
    padding: 0;
  }

  .done-card.right {
    padding: 2rem;
  }

  .done-card-wrapper {
    text-align: center;
    flex-flow: column;
    padding: 1rem;
  }

  .company-card-logo {
    width: 365vw;
  }

  .green-copy-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox-circle {
    width: 20px;
  }

  .hero-h3 {
    font-size: 18px;
    line-height: 1.1;
  }

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

  .companies-wrapper {
    width: 730vw;
  }

  .round-btn-div.shadows-btn {
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .round-btn-div.shadows-btn.green {
    padding: 1rem;
  }

  .problem-section._40-top-margn-mobile {
    margin-top: 40px;
  }

  .checkbox-radius {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .prob-head-content-wrap {
    margin-top: 0;
  }

  .result-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .prob-head.done {
    font-size: 30px;
    line-height: 1.2;
  }

  .prob-head.done.large-heading {
    font-size: 30px;
    line-height: 1.3;
  }

  .testinomial-para.italic {
    text-align: left;
    text-align: left;
  }

  .path-card-price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .path-section {
    margin-top: 30px;
  }

  .result-card {
    width: 90vw;
    height: 45vh;
    margin-top: 0;
  }

  .result-card.mx-width.mobile-margin-top-10 {
    max-width: 100%;
  }

  .result-card.margin-top-mobile {
    margin-top: 20px;
  }

  .result-card.margin-top-60 {
    margin-top: 60px;
  }

  .consultant-text, .result-card-content-wrapper {
    text-align: center;
  }

  .result-card-content-wrapper.testinomial {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .result-card-content-wrapper.testinomial.live {
    flex-flow: column;
  }

  .week-logo {
    max-width: 40px;
    max-height: 40px;
  }

  .week-logo.testi {
    min-width: 40px;
    min-height: 40px;
  }

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

  .cash-wrapper {
    text-align: center;
    flex-flow: column;
    padding: 0;
  }

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

  .companies-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .company-img {
    width: 50vw;
  }

  .week-wrapper {
    text-align: left;
  }

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

  .top-tag-text {
    font-size: 1rem;
    line-height: 1.2;
  }

  .path-card-div {
    padding-left: 0;
    padding-right: 0;
  }

  .right-div-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.4;
  }

  .done-content-wrapper {
    padding-top: 1rem;
  }

  .path-card-main-head {
    text-align: center;
  }

  .roadmap-values-text {
    width: 50%;
  }

  .roadmap-values-text.week-4 {
    bottom: 8rem;
  }

  .point-txt {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .logo-3 {
    width: 150px;
  }

  .title-form {
    font-size: 30px;
    line-height: 1.4;
  }

  .form-content-wrapper-right {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .name-wrapper {
    flex-flow: column;
  }

  .para-text {
    max-width: 291px;
  }

  .form-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .star-icon-image.testi {
    width: 12px;
  }

  .name-wrapper-ver {
    width: 100%;
  }

  .top-text-form-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .check-text {
    max-width: 260px;
    font-size: 14px;
  }

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

  .main-title-consultant {
    font-size: 35px;
    line-height: 40px;
  }

  .title-progress {
    font-size: 30px;
    line-height: 1.3;
  }

  .title-progress.padding-bottom.revenue {
    background-position: 61% 28%;
  }

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

  .progress-grid-heading, .progress-grid-heading.black-text, .progress-grid-heading.black-text {
    font-size: 20px;
    line-height: 25px;
  }

  .down-text {
    font-size: 20px;
    line-height: 30px;
  }

  .staregy-img {
    width: 70px;
  }

  .heading-strategy-title {
    font-size: 30px;
    line-height: 30px;
  }

  .choose-list-heding.list {
    font-size: 14px;
  }

  .choose-list-heding.list.red {
    font-size: 11px;
    line-height: 16px;
  }

  .heading-choose-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-choose-div.right.list {
    padding: 0 5px;
  }

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

  .client-section {
    margin-top: 40px;
  }

  .roadmap-wrapper {
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .map-dot {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

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

  .heading-wrapper {
    padding-bottom: 0;
  }

  .map-number {
    line-height: 6vw;
  }

  .pin-description {
    font-size: 16px;
    line-height: 20px;
  }

  .map-pin-popup {
    padding-left: 5px;
    padding-right: 5px;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title {
    width: 280px;
    margin-top: 2.8em;
    margin-left: -7.5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    margin-top: 0;
    margin-left: 0;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._6-title {
    width: 280px;
    margin-top: -12.5em;
    margin-left: -5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._4-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    width: 280px;
    margin-top: 2.7em;
    margin-left: 1.8em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._2-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-dialog-mobile {
    margin-bottom: 20rem;
  }

  .particles-absolute.pa-12 {
    top: -13rem;
    right: -8.8rem;
  }

  .particles-absolute.pa-11 {
    top: -8.7rem;
    left: -13.6rem;
  }

  .credentials {
    flex-direction: column;
  }

  .box {
    width: 1.4em;
    height: 1.4em;
  }

  .roadmap-component-mobile {
    padding-bottom: 0;
  }

  .line-terms {
    height: .5px;
  }

  .grid.is--footer {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .grid.is--final-coypright {
    padding-top: 30em;
  }

  .link-block-3 {
    display: inline-block;
  }

  .paragraph-2 {
    font-size: 14.5px;
  }

  .submit-button {
    bottom: -35%;
  }

  .submit-button.primary-btn {
    bottom: -10%;
    left: 17%;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .image-footer {
    object-fit: cover;
  }

  .container-2.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .social-icons {
    width: 6em;
  }

  .social {
    justify-content: flex-start;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .logo-footer {
    width: 32em;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .grid_item.footer-social, .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social, .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.is--50.footer-2 {
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 40px;
  }

  .step-para {
    font-size: 13px;
  }

  .thankyou-image {
    width: 200px;
  }

  .thankyou-title {
    font-size: 26px;
  }

  .thank-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .copyright-textblck {
    font-size: 14px;
    font-weight: 300;
  }

  .container-3 {
    padding: 0 1rem;
  }

  .title-step, .tahnkyou-para {
    font-size: 16px;
  }

  .thnak-img.drop-thank {
    width: 200px;
  }

  .copyright-div {
    padding-top: 1rem;
  }

  .thank-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .thank-heading {
    font-size: 30px;
  }

  .thnak-text {
    font-size: 16px;
  }

  .marquee-wrapper-main {
    width: 480vw;
  }

  .marquee {
    width: 960vw;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .submit-button-2 {
    width: 100%;
  }

  .footer-heading {
    font-size: 30px;
  }

  .bold-text-3 {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.1;
  }

  .free-call-text {
    font-size: 8px;
  }

  .submit-button-3, .submit-button-4 {
    width: 100%;
  }

  .content6_component, .form-field-2col, .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .title-form-2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .rating-form-2.testi {
    font-size: 18px;
  }

  .para-text-2 {
    max-width: 291px;
  }

  .marquee-testi {
    width: 1665vw;
  }

  .marquee-wrapper-testi {
    width: 830vw;
  }

  .testi-card {
    width: 100vw;
  }

  .testi-text-marquee {
    font-size: 16px;
  }

  .line-hori-div {
    display: none;
  }

  .date-text {
    font-size: 16px;
  }

  .reveiw-text {
    font-size: 13px;
  }

  .layout253-2_content {
    display: none;
  }

  .layout253-2_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-wrapper-main {
    width: 90vw;
  }

  .name-wrapper-copy {
    flex-flow: column;
  }

  .swiper-slide._32 {
    width: 95%;
  }

  .the-comparison-card {
    padding: 1.5rem;
  }

  .title-progress-copy {
    font-size: 30px;
    line-height: 1.3;
  }

  .list-point {
    padding-left: 20px;
    font-size: 16px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

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

  .nav-menu-two-3 {
    flex-direction: column;
  }
}
