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

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

.footer {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-color: var(--text-color);
  color: var(--white);
}

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

.hide {
  display: none;
}

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

.margin-bottom.margin-large.contact {
  margin-bottom: 2rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ff8a45-colour {
  color: #ac9101;
  transition: all .3s;
}

.ff8a45-colour.underline {
  background-image: url("https://cdn.prod.website-files.com/687b3b227be119aa2f8253a8/68d82ea06a0083b48283f4ed_00000000000000000000.webp");
  background-position: 50% 113%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  line-height: 1.4;
}

.primary-btn {
  text-align: center;
  background-color: #e9ce2b;
  border-radius: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  box-shadow: -5px -13px 44px #e9ce2b4f, 2px 7px 14px #e9ce2b4f;
}

.primary-btn.radius {
  box-shadow: none;
  background-color: #ac9101;
  border-radius: 100px;
}

.primary-btn.radius.square {
  border-radius: 10px;
}

.primary-btn.radius.thankyou {
  position: absolute;
  inset: 3% 3% auto auto;
}

.primary-btn.radius.footer {
  max-width: 20rem;
}

.primary-btn.form {
  box-shadow: none;
}

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

.nav-link {
  color: #171c33;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  color: #171c3394;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.orange {
  color: #e9ce2b;
}

.nav-link.orange:hover {
  color: #ff5c03a1;
}

.nav-link.orange.w--current {
  color: #ff5c03;
}

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

.nav-link.orange.yellow.w--current:hover {
  color: #ebcf28a1;
}

.nav-link.yellow {
  color: #e9ce2b;
}

.nav-link.yellow:hover {
  color: #b89f0dd9;
}

.navbar-brand {
  cursor: pointer;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 29px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-logo-left {
  background-color: #0b2142;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left.alll-hide {
  display: none;
}

.navbar-logo-left.contact {
  background-color: var(--_colours---blue-dark);
  display: block;
}

.nav-menu-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.navbar {
  background-color: #949a7ea1;
  border: 1px solid #ebcf28b5;
  border-radius: 148px;
  margin-top: 10px;
  padding: 1rem 2rem;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 2px 2px 5px #0003;
}

.container.navbar.contact {
  border-color: #fff;
}

.para-div {
  color: #7e6f75;
  font-size: 18px;
  line-height: 28px;
}

.para-div.roadmap {
  color: #9d8790;
  text-align: center;
  max-width: 200px;
  font-size: 16px;
}

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

.path-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.absolute-efect {
  border-radius: 50%;
  max-width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 13% 14% auto;
  box-shadow: 0 2px 200px 20px #e9ce2b;
}

.absolute-efect._2 {
  inset: 56% auto 0% 13%;
  box-shadow: 0 2px 200px 20px #e9ce2b;
}

.absolute-efect._2.road-3 {
  inset: auto 16% 6% auto;
}

.absolute-efect._2.road-4 {
  top: 71%;
}

.absolute-efect._2.road-2 {
  inset: 23% 16% auto auto;
}

.absolute-efect._2.top-road {
  inset: 0% 40% auto auto;
}

.absolute-efect._2.road {
  top: 18%;
  left: 19%;
}

.absolute-efect._4 {
  inset: 62% 60% auto auto;
  box-shadow: 0 2px 200px 20px #e9ce2b;
}

.absolute-efect._3 {
  inset: 0% auto auto 16%;
  box-shadow: 0 2px 200px 20px #e9ce2b;
}

.absolute-efect._6 {
  bottom: 57%;
  right: 59%;
  box-shadow: 0 2px 200px 20px #ff8441;
}

.absolute-efect._1 {
  bottom: 79%;
  right: 22%;
  box-shadow: 0 2px 200px 20px #ff8441;
}

.absolute-efect._5 {
  right: 1%;
  box-shadow: 0 2px 200px 20px #ff8441;
}

.result-card {
  border: 4px solid var(--secondary-color);
  background-color: #101927;
  border-radius: 10px;
  width: 24vw;
  height: 50vh;
  transition: all .4s;
  box-shadow: 0 2px 50px 20px #ac910169;
}

.result-card:hover {
  transform: scale(1.04);
}

.colour-e9ce2b {
  color: #e9ce2b;
}

.logo-3 {
  width: 200px;
}

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

.title-form {
  color: #f8f8f8;
  text-align: left;
  font-size: 55px;
  line-height: 60px;
}

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

.rocket-blue {
  width: 50px;
}

.rating-form {
  color: var(--white);
}

.text-field {
  color: #2e241f;
  border-radius: 7px;
}

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

.text-field.area {
  height: 150px;
}

.top-logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-content-wrapper {
  padding: 3rem 1rem;
}

.form-content-wrapper-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3f4f5;
  border-radius: 12px;
  flex-flow: column;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 -2px 5px #0003, 0 2px 5px #0003;
}

.name-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-section {
  background-color: #0b2142;
  margin-top: 100px;
  display: none;
  position: relative;
}

.form-left-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.star-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  font-size: 26px;
  line-height: 40px;
}

.para-text {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.form-point-h-wrapper {
  display: flex;
}

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

.form-point-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-wrapper-form-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-input-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-form {
  color: #2e241f;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.star-icon-image {
  width: 30px;
}

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

.check-tick-image {
  width: 25px;
}

.name-wrapper-ver {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.top-text-form-left {
  color: #fff;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  padding: 10px;
}

.check-text {
  color: #f2f2f2;
  font-size: 16px;
  line-height: 24px;
}

.check-text.black {
  color: #000;
  font-size: 18px;
}

.round-tag-line {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 1rem;
}

.progress-text {
  color: #f2f2f2;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.progress-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.main-title-consultant {
  color: #2e241f;
  font-size: 70px;
  font-weight: 900;
  line-height: 67px;
}

.progress-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.progress-content-wrapper.hide {
  display: none;
}

.progress-grid-left-card {
  background-color: #a89000;
  border-radius: 10px;
}

.progress-grid-left-card.e0e8ff {
  color: #fff;
  background-color: #000;
}

.consultant-div {
  background-color: #f5f5fa;
  border: 1px solid #333296;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: -2px -3px 5px #0003, 2px 3px 5px #0003;
}

.title-progress {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
}

.title-progress.padding-bottom {
  background-image: url("https://cdn.prod.website-files.com/687b3b227be119aa2f8253a8/68d82ea06a0083b48283f4ed_00000000000000000000.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 75%;
  padding-bottom: 1.4rem;
  display: inline-block;
}

.title-progress.padding-bottom.client {
  background-size: 65%;
}

.title-progress.padding-bottom.agency {
  background-size: 30%;
}

.title-progress.padding-bottom.say {
  background-size: 50%;
}

.title-progress.padding-bottom.revenue {
  background-position: 34% 42%;
  background-size: 30%;
}

.consultant-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.title-progress-heading {
  text-align: center;
}

.progress-grid-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.progress-section {
  margin-top: 60px;
}

.tag-line-consultant {
  color: #2e241f;
  font-size: 18px;
  line-height: 23px;
}

.progress-card-title {
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: -3px -6px 5px #0003, 3px 6px 5px #0003;
}

.progress-card-title.black-outline {
  border-color: #2e241f;
}

.consultant-text-block {
  color: #2e241f;
  font-size: 18px;
  line-height: 30px;
}

.progress-grid-heading {
  color: #f2f2f2;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  line-height: 35px;
}

.progress-card-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.round-wrapper {
  cursor: pointer;
  background-color: gold;
  border-radius: 30px;
  padding: 10px;
}

.round-wrapper.dark-grey {
  background-color: #b3b3b3;
}

.startegy-card-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.startegy-card {
  background-color: var(--transperant);
  background-image: linear-gradient(135deg, var(--_colours---blue-dark), #786389);
  border-radius: 12px;
  box-shadow: -3px -4px 5px #0003, 3px 4px 5px #0003;
}

.startegy-card.backgroound-blue {
  background-color: #0b2142ad;
}

.startegy-card.white {
  background-color: #1a1b75b0;
}

.startegy-text {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.startegy-text.black {
  color: #2e241f;
}

.para-startegy {
  color: #f2f2f2;
  font-size: 13px;
  line-height: 21px;
}

.para-startegy.black {
  color: #2e241f;
}

.staregy-img {
  width: 100px;
}

.strategy-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.heading-strategy {
  text-align: center;
  line-height: 6px;
}

.round-text {
  color: #2e241f;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.strategy-section {
  margin-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.strategy-section.hiden {
  display: none;
}

.heading-strategy-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-strategy-title.testinomial {
  color: #2e241f;
}

.low-know {
  text-align: center;
  background-color: #fef6e4;
  border: 1px solid #e0e0e0;
  padding: .5rem .2rem;
}

.choose-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.choose-list-heding {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.choose-list-heding.list {
  color: #2e241f;
}

.choose-list-heding.list.red {
  color: #ff0004;
}

.choose-list-heding.list.white {
  color: #fff;
}

.choose-list-wrapper {
  flex-flow: column;
  display: flex;
}

.low-know-text {
  color: #226902;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.heading-choose-div {
  background-color: var(--secondary-color);
  text-align: center;
  border-top-left-radius: 12px;
  min-width: 35%;
  padding: 1rem 2rem;
}

.heading-choose-div.list {
  color: #2e241f;
  background-color: #f9f9f9;
  border: 1px dotted #c4c4c4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.heading-choose-div.right {
  background-color: var(--secondary-color);
  border-left: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  min-width: 65%;
}

.choose-content-list-wrapper {
  display: flex;
}

.choose-content-list-wrapper.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.choose-section {
  margin-top: 60px;
  position: relative;
}

.para-client {
  color: #2e241f;
  font-size: 18px;
  line-height: 30px;
}

.client-section {
  background-color: #f5f5fa;
  margin-top: 60px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.client-content-wrapper {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.haeder-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.last-section {
  background-color: var(--_colours---blue-dark-main);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
}

.last-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.last-chnace {
  background-color: #ac9101;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  min-height: 2rem;
  padding: 10px;
  display: flex;
}

.last-text {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 15px;
}

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

.padding-vertical.padding-small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-vertical.padding-xhuge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.code-embed-video {
  border: 4px solid var(--_colours---blue-dark);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.marquee-wrapper-main {
  flex-flow: row;
  justify-content: space-around;
  width: 130vw;
  display: flex;
}

.marquee {
  width: 260vw;
  margin-top: 60px;
  display: flex;
}

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

.loop-text {
  color: var(--white);
  font-size: 30px;
}

.loop-text.upper {
  color: #f16666;
}

.footer-heading {
  color: var(--white);
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.bold-text-3 {
  font-size: 20px;
  line-height: 1.1;
}

.free-call-text {
  color: var(--white);
  font-size: 10px;
}

.contact6-1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.contact6-1_form-wrapper {
  background-color: #fff;
  background-image: radial-gradient(circle, #ee46bc21, #fff0 26%);
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  box-shadow: -2px 8px 8px #00000012;
}

.section-contact6-1 {
  background-color: var(--_colours---blue-dark);
  color: var(--white);
  border-bottom: 1px solid #eaecf0;
  margin-top: 134px;
}

.contact6-1_content {
  position: sticky;
  top: 42px;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.button-2.max-width-full {
  background-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.form-input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #667085;
}

.form-input.text-area {
  height: auto;
  min-height: 6.3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.content6_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.field-label.space-low {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-field-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.form-field-wrapper.hiden {
  display: none;
}

.form-field-wrapper.gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.title-form-2 {
  color: #f8f8f8;
  text-align: left;
  font-size: 40px;
  line-height: 1.1;
}

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

.heading-wrapper-form-left-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.para-text-2 {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.testinomial-section {
  overflow: hidden;
}

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

.heading-testi.underline {
  background-position: 50% 263%;
  background-size: 25%;
}

.padding-top {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.marquee-testi {
  flex-flow: row;
  width: 740vw;
  display: flex;
}

.marquee-wrapper-testi {
  justify-content: space-around;
  align-items: stretch;
  width: 365vw;
  display: flex;
}

.testi-card {
  border: 6px solid var(--secondary-color);
  background-color: var(--_colours---blue-dark);
  color: var(--white);
  border-radius: 30px;
  width: 45vw;
}

.testi-card.video {
  width: 30vw;
  height: 65vh;
}

.vert-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.testi-text-marquee {
  color: #008c17;
}

.hori-wrap {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.line-hori-div {
  background-color: #fff;
  width: 1px;
}

.icon-featured-square-large {
  color: #fff;
  background-color: #f4ebff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layout253-2_content {
  flex-direction: column;
  align-items: center;
}

.text-size-medium-3 {
  color: #535353;
  letter-spacing: normal;
  font-size: 1.125rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout253-2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-weight-semibold, .text-weight-semibold.text-color-primary600, .text-weight-semibold.text-color-primary600 {
  font-weight: 600;
}

.layout253-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.mr-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.color {
  color: var(--secondary-color);
  font-size: 18px;
}

.section-case {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.content-wrapper-case-study {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.tittle-case-styf {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: column;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards-wrapper-main {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.img-wrapper-case-study {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.img-main {
  border-radius: 10px;
  width: 100%;
}

.case-content-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  height: 130px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.case-content-wrapper.more-small {
  height: 110px;
}

.short {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.3;
}

.little {
  font-size: 14px;
}

.bar {
  background-color: var(--secondary-color);
  width: 70px;
  height: 10px;
}

.big-txt {
  font-size: 20px;
  font-weight: 700;
}

.name-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white {
  color: var(--_colours---white);
}

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

.arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  display: none;
}

.custom-prev, .custom-next {
  background-color: var(--secondary-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.a {
  filter: invert();
  width: 60px;
}

.the-comparison-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.grid-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.the-comparison-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--secondary-color);
  border-radius: 15px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.the-comparison-card.black {
  background-color: var(--_colours---black);
  background-color: var(--_colours---black);
}

.main {
  text-align: left;
}

.title-progress-copy {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.list-point {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--white);
  flex-flow: column;
  margin-bottom: 0;
  font-size: 19px;
  display: flex;
}

.flex-drop-down {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.case-content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.read-more {
  color: var(--text-color);
  font-size: 12px;
}

.read-more-wrapper {
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  border-radius: 123px;
  padding: 5px;
  transition: all .3s;
  display: inline-flex;
}

.read-more-wrapper:hover {
  border-color: var(--text-color);
  background-color: var(--secondary-color);
}

.video-para {
  font-size: 16px;
}

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

#w-node-fbcc3999-8c44-36c9-8445-4e3c5f98eaea-c31decca {
  justify-self: center;
}

#w-node-f2e00719-bb75-39c8-9d27-dc2a8436db45-c31decca {
  place-self: center;
}
