:root {
  --title: #111;
  --white: #fff;
  --grey: #5a5a5a;
  --primary-color: #a48d78;
}

.page-wrap {
  background-color: #faf9f6;
  overflow: hidden;
}

.nav-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.primary-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #a48d78;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 10px 23px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: inset 4px 4px 16px #ffffff26, inset 0 2px 5px #fff3, 0 1px 1px #fff3, inset 0 6px 12px #ffffff1f, 0 1px 2px #08080833, 0 4px 4px #08080814;
}

.primary-button:hover {
  background-color: var(--title);
}

.primary-button.cta {
  background-color: var(--white);
  color: var(--title);
}

.primary-button.cta:hover {
  background-color: var(--title);
  color: var(--white);
}

.primary-button.not-ready {
  background-color: #000000a8;
  width: auto;
}

.primary-button.checkout {
  width: auto;
  max-width: 100%;
}

.primary-button.get-started {
  width: auto;
  max-width: 200%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  z-index: 1;
  position: relative;
}

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

.hero-content-wrap {
  width: 100%;
  min-width: 590px;
  max-width: 590px;
}

.rating-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.h1-48-title {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.p-18-para {
  color: var(--grey);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.p-18-para.clr {
  color: var(--title);
  text-align: center;
  font-family: Geist, sans-serif;
}

.txt-20 {
  color: var(--title);
  text-transform: none;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.txt-20.top-16 {
  text-transform: none;
  margin-top: 16px;
}

.txt-20.top-16.size {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
}

.txt-20.top-16.clr {
  color: var(--white);
}

.txt-20.geist {
  text-transform: none;
  font-family: Geist, sans-serif;
  font-weight: 500;
}

.hero-button-wrap {
  max-width: 150px;
  margin-top: 45px;
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  min-height: 576px;
  position: relative;
  inset: 0%;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-left {
  background-color: #e6dac8;
  border-style: none;
  width: 18px;
  height: 18px;
  display: none;
}

.arrow.is-right {
  background-color: #e6dac8;
  width: 18px;
  height: 18px;
}

.slider_left {
  width: 590px;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 37px;
  display: flex;
  position: relative;
}

.slider_right {
  width: 40%;
  position: relative;
}

.arrows {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2% auto;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.why-section {
  padding-top: 130px;
}

.why-flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.why-card-wrap {
  z-index: 1;
  border: 1px solid #e6dac8;
  border-radius: 20px;
  width: 100%;
  max-width: 387px;
  height: 300px;
  padding: 45px 46px 44px 36px;
  position: relative;
}

.why-icon-wrap {
  background-color: var(--primary-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  box-shadow: 0 2px 10px #a48d78;
}

.why-icon {
  width: 24px;
}

.why-content-wrap {
  margin-top: 38px;
}

.h4-24-title {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.p-16-para {
  color: var(--grey);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-16-para._w-489 {
  text-align: center;
  max-width: 650px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-16-para._w-489.underline {
  margin-top: 10px;
  text-decoration: underline;
}

.p-16-para.clr {
  color: var(--white);
}

.card-bg {
  z-index: -1;
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-42-title {
  color: var(--title);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.h2-42-title.align {
  text-align: left;
}

.h2-42-title._w-523 {
  max-width: 523px;
  margin-left: auto;
  margin-right: auto;
}

.h2-42-title.clr {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
}

.h2-42-title._w-550 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.work-section {
  padding-top: 130px;
}

.work-flex-wrap {
  justify-content: space-between;
  margin-top: 60px;
  display: none;
}

.work-card-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 387px;
  padding-top: 66px;
  padding-bottom: 65px;
  display: flex;
}

.work-icon-wrap {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.work-inner-content {
  text-align: center;
  width: 100%;
  max-width: 333px;
  margin-top: 25px;
}

.work-inner-content.width {
  max-width: none;
}

.list {
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  padding-left: 20px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  display: flex;
}

.list-item {
  list-style-type: disc;
}

.work-primary-icon {
  position: absolute;
  inset: 0%;
}

.proof-section {
  padding-top: 130px;
  padding-bottom: 140px;
}

.proof-card-wrap {
  cursor: pointer;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
  padding: 20px 10px 20px 20px;
}

.proof-card-wrap.hover {
  transition: all .4s;
}

.proof-card-wrap.hover:hover {
  background-color: var(--white);
}

.img {
  width: 100%;
}

.proof-flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 140px;
  display: flex;
}

.evidence-section {
  padding-top: 130px;
}

.evidence-flex-wrap {
  justify-content: space-between;
  display: flex;
}

.evidence-left-wrap {
  width: 100%;
  max-width: none;
}

.evidence-right-wrap {
  width: 100%;
  max-width: 511px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.evidence-top-wrap {
  text-align: center;
}

.evidence-card-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  display: flex;
}

.txt-16 {
  color: var(--title);
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.txt-16.top-24 {
  margin-top: 24px;
}

.txt-16.top-12 {
  margin-top: 12px;
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.txt-16.geist {
  font-family: Geist, sans-serif;
  font-weight: 500;
}

.txt-16.geist.center {
  text-align: center;
  margin-top: 34px;
  font-weight: 400;
}

.txt-16.geist.regular {
  font-weight: 400;
}

.txt-11 {
  color: var(--grey);
  margin-top: 10px;
  font-family: Geist, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.pricing-section {
  padding-top: 130px;
}

.pricing-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.pricing-card-wrap {
  background-color: #fff9;
  border: 1px solid #eee;
  border-radius: 32px;
  width: 100%;
  max-width: 380px;
  height: 326px;
  padding: 40px 24px 28px;
}

.pricing-vert-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.pricing-horiz-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  font-family: Geist, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.pricing-horiz-wrap.size {
  font-size: 14px;
  line-height: 22px;
}

.txt-28 {
  color: var(--primary-color);
  margin-top: 16px;
  font-family: Geist, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-button-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.price-button-1 {
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-button-2 {
  width: 100%;
  max-width: 280px;
}

.text-span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonials-section {
  padding-top: 130px;
}

.test-bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.test-card-wrap {
  text-align: center;
  width: 100%;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.mask {
  width: 100%;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  max-width: 1050px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow, .left-arrow {
  width: 48px;
  height: 48px;
}

.faq-section {
  padding-top: 130px;
}

.faq-q-text {
  color: var(--title);
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-q-text.size {
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  z-index: 1;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 0;
  position: relative;
}

.c-faq-icon.top-0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-1 {
  background-color: #555;
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 0 40px 20px 24px;
}

.c-faq-a-text.padding {
  padding-bottom: 0;
  padding-left: 0;
}

.c-faq-q-text {
  flex: 1;
  padding: 16px 20px 16px 24px;
}

.c-faq-q-text.top-90 {
  padding-top: 0;
  padding-left: 0;
}

.faq-a-text {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.c-faq-item {
  -webkit-backdrop-filter: blur(124px);
  backdrop-filter: blur(124px);
  cursor: pointer;
  background-color: #fff3;
  border: 1px solid #e5e5e5e6;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-item.bottom {
  margin-bottom: 0;
}

.c-faq-item.new {
  background-color: #fff0;
  border-style: none none solid;
  border-bottom-color: #5a5a5a40;
  border-radius: 0;
  width: 100%;
  max-width: 472px;
  margin-bottom: 22px;
  padding-bottom: 24px;
}

.faq-stripe-2 {
  background-color: #555;
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-main-wrap {
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-2 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.cta-section {
  padding-top: 130px;
  padding-bottom: 41px;
}

.cta-wrap {
  background-color: #a48d78;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 410px;
  padding-left: 81px;
  display: flex;
}

.cta-content-wrap {
  max-width: 601px;
}

.cta-button-wrap {
  width: 100%;
  max-width: 170px;
  margin-top: 45px;
}

.footer-section {
  padding-top: 130px;
  padding-bottom: 28px;
}

.f1-wrap {
  width: 100%;
  max-width: 347px;
}

.f-logo-wrap {
  width: 100%;
  max-width: 186px;
}

.f-social-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 45px;
  display: flex;
}

.social-wrapper {
  background-color: var(--title);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  transition: all .4s;
  display: flex;
}

.social-wrapper:hover {
  background-color: var(--primary-color);
  transform: translate(0, -4px);
}

.social-icon {
  width: 16px;
}

.f-links-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.f-link {
  color: #5a5a5a;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
}

.f-link:hover {
  color: #aa8c77;
  transform: translate(4px);
}

.f-link.footre {
  color: var(--title);
  font-size: 16px;
  text-decoration: underline;
}

.f-link.footre:hover {
  color: var(--primary-color);
}

.f-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.f-flex-wrap {
  justify-content: space-between;
  display: flex;
}

.cpt-flex {
  border-top: 1px solid #0000003d;
  justify-content: space-between;
  margin-top: 150px;
  padding-top: 26px;
  display: flex;
}

.cpt-inner-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.body {
  background-color: #faf9f6;
}

.mob-wrap {
  display: none;
}

.primary-clr, .italic-text {
  color: var(--primary-color);
}

.work-main-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-img-wrap {
  width: 100%;
  max-width: 600px;
}

.work-faq-wrap {
  width: 100%;
  max-width: 532px;
}

.num-wrap {
  border: 1px dashed var(--primary-color);
  color: var(--primary-color);
  background-color: #faf9f6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.work-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.border {
  z-index: -1;
  border-right: 1px dashed var(--primary-color);
  height: 75%;
  position: absolute;
  inset: 7% auto 0% 4%;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, #faf9f6, #faf9f600);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #faf9f6, #faf9f600);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #ffffff4a;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
  display: none;
}

.logos-marquee {
  display: none;
}

.marquee {
  grid-column-gap: 1rem;
  cursor: pointer;
  background-color: #fff3;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 40px;
}

.wrapper {
  background-color: var(--primary-color);
  border-radius: 20px;
  max-width: 500px;
  padding: 10px 20px 40px 40px;
  position: absolute;
  inset: -5% 0% auto auto;
  transform: rotate(-3deg);
}

.wrapper._1 {
  display: block;
}

.wrapper._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  transform: rotate(3deg);
}

.wrapper._3 {
  display: none;
}

.right-wrap {
  text-align: right;
}

.div-content {
  margin-top: 60px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.desktop-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  position: relative;
}

.inner-wrap {
  display: block;
}

.mobile-wrapper {
  display: none;
}

.image-6 {
  border-radius: 20px;
  overflow: clip;
}

.div-block-2 {
  min-width: 20px;
  max-width: 20px;
  min-height: 10px;
  max-height: 21px;
  line-height: 2px;
  overflow: clip;
}

.code-embed {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 650px;
  display: flex;
}

.div-block-3 {
  min-height: 100px;
}

.div-block-4 {
  min-height: 19px;
  max-height: 20px;
}

@media screen and (max-width: 991px) {
  .nav-container, .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider_left {
    height: 650px;
  }

  .slider_wrap {
    flex-flow: column;
  }

  .slider_right {
    width: auto;
  }

  .why-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .work-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .proof-card-wrap {
    background-color: var(--white);
    min-width: 550px;
    max-width: 550px;
  }

  .proof-flex-wrap, .evidence-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .right-arrow {
    inset: auto 43% -11% auto;
  }

  .left-arrow {
    inset: auto auto -11% 41%;
  }

  .cta-wrap {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .work-main-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .wrapper {
    margin-top: 40px;
    position: static;
    transform: none;
  }

  .wrapper._1 {
    display: block;
    position: static;
  }

  .wrapper._2 {
    display: block;
    transform: none;
  }

  .wrapper._3 {
    display: block;
  }

  .desktop-wrapper {
    display: none;
  }

  .mobile-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    margin-top: 60px;
    display: flex;
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-wrap {
    min-width: auto;
  }

  .h1-48-title {
    font-size: 35px;
  }

  .swiper-slide.is-content {
    padding-right: 0;
  }

  .slider_left {
    width: 100%;
    height: 550px;
  }

  .slider_wrap {
    flex-flow: column;
  }

  .slider_right {
    width: 100%;
  }

  .swiper.is-content {
    position: relative;
  }

  .pricing-flex-wrap {
    flex-flow: column;
  }

  .cta-wrap {
    padding-left: 40px;
  }

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

  .cpt-flex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .image-4 {
    display: none;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .primary-button.not-ready {
    flex-flow: column;
    max-width: none;
  }

  .primary-button.checkout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .hero-content-wrap {
    min-width: auto;
    max-width: none;
  }

  .h1-48-title {
    font-size: 35px;
    line-height: 45px;
  }

  .p-18-para {
    font-size: 16px;
  }

  .p-18-para.clr {
    margin-top: 20px;
  }

  .txt-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .txt-20.top-16 {
    line-height: 24px;
  }

  .txt-20.top-16.size {
    font-size: 60px;
    line-height: 70px;
  }

  .txt-20.sizw {
    font-size: 12px;
  }

  .swiper-slide.is-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .swiper-slide.is-photos {
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
  }

  .slider_left {
    height: 540px;
  }

  .slider_wrap {
    flex-flow: column;
  }

  .slider_right {
    padding-bottom: 0;
  }

  .arrows {
    right: 4%;
  }

  .swiper.is-photos {
    padding-left: 5%;
    padding-right: 5%;
  }

  .why-section {
    padding-top: 80px;
  }

  .p-16-para {
    font-size: 14px;
  }

  .h2-42-title {
    font-size: 30px;
    line-height: 40px;
  }

  .work-section {
    padding-top: 80px;
  }

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

  .list {
    text-align: left;
    display: block;
  }

  .proof-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .proof-card-wrap {
    min-width: 350px;
    max-width: none;
  }

  .evidence-section {
    padding-top: 0;
  }

  .evidence-left-wrap {
    width: auto;
    max-width: none;
  }

  .evidence-card-wrap {
    max-width: none;
  }

  .txt-16.geist.regular.hide {
    display: none;
  }

  .pricing-section {
    padding-top: 80px;
  }

  .pricing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .pricing-card-wrap {
    height: 400px;
  }

  .pricing-vert-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .pricing-button-flex {
    flex-flow: column;
    display: flex;
  }

  .price-button-2 {
    max-width: 324px;
  }

  .testimonials-section {
    padding-top: 80px;
  }

  .slider {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: 0%;
    right: 36%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    bottom: 0%;
    left: 40%;
  }

  .faq-section {
    padding-top: 80px;
  }

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

  .c-faq.top {
    margin-top: 40px;
  }

  .c-faq-a-text.padding {
    overflow: hidden;
  }

  .c-faq-q-text.top-90 {
    padding-bottom: 10px;
  }

  .c-faq-item.new {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .image-2 {
    display: none;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .cta-wrap {
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-button-wrap {
    margin-top: 20px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .f-link {
    font-size: 16px;
  }

  .f-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
  }

  .cpt-flex {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .mob-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 80px;
    display: none;
  }

  .image-3 {
    border-radius: 20px;
  }

  .image-4 {
    display: none;
  }

  .num-wrap {
    min-width: 42px;
    max-width: 42px;
  }

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

  .border {
    left: 6%;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .clients-grid, .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-logo-wrapper {
    margin-top: 25px;
  }

  .logos-marquee {
    display: block;
  }

  .marquee {
    margin-top: 20px;
    display: none;
  }

  .wrapper {
    height: 400px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .wrapper._3 {
    position: static;
  }

  .div-content, .div-block {
    margin-top: 40px;
  }

  .mobile-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    display: flex;
  }

  .mob-img {
    max-width: 100px;
  }
}

#w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d3b-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d3c-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d3e-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d3f-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d40-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d41-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d42-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d43-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d46-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d47-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d49-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4a-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4b-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4c-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4d-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4e-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d51-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d52-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d54-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d55-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d56-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d57-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d58-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d59-abddfbdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d3f-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d4a-abddfbdf, #w-node-_71ad8f61-a0d6-5240-cbe9-8a3773038d55-abddfbdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


