/** Shopify CDN: Minification failed

Line 94:18 Expected identifier but found "!"
Line 97:46 Expected identifier but found "!"
Line 98:19 Expected identifier but found "!"
Line 107:46 Expected identifier but found "!"
Line 108:19 Expected identifier but found "!"
Line 114:18 Expected identifier but found "!"
Line 117:46 Expected identifier but found "!"
Line 118:19 Expected identifier but found "!"
Line 124:18 Expected identifier but found "!"
Line 127:46 Expected identifier but found "!"
... and 28 more hidden warnings

**/
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1900px;
  padding-top: 60px;

  display: flex;
  background-color: #FFFBF4;
}

.carousel {
  display: flex;
  width: fit-content;
  animation: scroll 40s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 0px;
  margin-left:  0px;
}

.slide img {
  width: 60%;
  height: auto;
  border-radius: 0px;
}

/* Keyframe for scroll effect */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;

  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #1a1a1a; !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 64px; !important;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 32px; !important;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #1a1a1a; !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 24px; !important;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #1a1a1a; !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 18px; !important;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #1a1a1a; !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 14px; !important;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #1a1a1a; !important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  font-size: 12px; !important;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #1a1a1a; !important;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif; !important;
}

a {
  font-family: Plus Jakarta Sans, sans-serif; !important;
  text-decoration: none;
}

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

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.spacer-large {
  padding-top: 3rem;
}

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

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

.text-size-regular {
  font-size: 16px;
  line-height: 130%;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.text-weight-medium {
  font-weight: 500;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

.text-size-small {
  font-size: .875rem;
  line-height: 150%;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-size-42px {
  color: #272727;
  font-size: 2.625rem;
  line-height: 130%;
}

.fs-toc_richtext {
  color: #1a1a1a;
  padding: 0 .5rem 3rem;
}

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

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

.pointers {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}


.mobile-pointers {
  display: none;
}

@media screen and (max-width: 479px) {
  .desktop-pointers {
    display: none;
  }

  .mobile-pointers {
    display: block;
  }
}



.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-tiny {
  padding: .125rem;
}

.text-size-48px {
  font-size: 3rem;
  line-height: 130%;
}

.padding-small {
  padding: 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-weight-semibold {
  color: #1a1a1a;
  font-weight: 600;
}

.margin-huge {
  margin: 6rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xxlarge {
  margin: 5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-weight-light {
  font-weight: 300;
}

.text-style-muted {
  opacity: .6;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.margin-xlarge {
  margin: 4rem;
}

.padding-huge {
  padding: 6rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

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

.text-size-32px {
  font-size: 2rem;
  line-height: 130%;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.text-size-medium {
  font-size: 20px;
  line-height: 130%;
}
.text-size-medium.text-color-white {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}


.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-tiny {
  margin: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-medium {
  margin: 2rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-large {
  padding: 3rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 130%;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-0 {
  margin: 0;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-size-36px {
  font-size: 2.25rem;
  line-height: 130%;
}

.text-style-italic {
  font-style: italic;
}

.margin-small {
  margin: 1rem;
}

.tab_content_wrapper_brands {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  margin-top: -10px;
  display: flex;
}

.latest-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-751 {
  min-height: 42px;
}

.div-block-693 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.demo-store-slide-image-wrapper {
  width: 600px;
}

.left-arrow-6 {
  display: none;
  inset: 0% 100% 0% -6%;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.tab-section.hide---but-don-t-delete {
  display: none;
}

.slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  padding: 0 40px;
  display: flex;
  overflow: visible;
}

.text-block-194 {
  color: #2f2f2f;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.text-size-regular-2 {
  font-size: 16px;
  line-height: 130%;
}

.text-size-regular-2.white-text.text-size-small {
  border: 1px solid #836ae4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-size-regular-2.white-text.text-size-small:hover, .text-size-regular-2.white-text.text-size-small:focus, .text-size-regular-2.white-text.text-size-small:visited {
  background-color: #272727;
}

.text-size-regular-2.text-colour-white {
  margin-bottom: 0;
}



.button {
  grid-column-gap: 10px;
  color: #340d8d;
  text-align: center;
  
  border-style: none;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  
}

.button.blog-btn {
  color: #340d8d;
  background-color: #fff;
  border: 2px solid #340d8d;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.button.blog-btn:hover {
  color: #340d8d;
  background-color: #FFFBF4;
}

.button.footerbtn2 {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  line-height: 32px;
}

.button.footerbtn2:hover {
  color: #340d8d;
  background-color: #FFFBF4;
}

.button.footerbtn2.no-spacing {
  color: #1a1a1a;
  margin-right: 0;
}

.logo-container {
  justify-content: space-around;
  align-items: stretch;
  min-width: 1660px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.div-block-750 {
  display: flex;
}

.div-block-750.hide---but-don-t-delete {
  display: none;
}

.slide-4 {
  width: 600px;
  margin-left: 20px;
  margin-right: 20px;
}

.icon-30px {
  width: 30px;
  display: none;
}

.slider-7 {
  background-color: #0000;
  width: 600px;
  height: 590px;
  position: static;
}

.sl_e-book_title {
  color: #fff;
  flex: 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-content-divider {
  border-bottom: 2px solid #9f9f9f3d;
  width: 100%;
  height: 0;
}

.form-11 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.eb_brands_tab_list_wrapper {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
  box-shadow: 0 22px 89px 22px #00000014;
}

.eb_brands_tab_list_wrapper.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  margin-right: 10px;
}

.demo-store-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.demo-store-slider.hide---but-don-t-delete {
  display: none;
}

.accordion-item-a-text {
  color: #272727;
  margin-bottom: 0;
  font-size: 16px;
  overflow: visible;
}

.sl_section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.sl_section.violet {
  background-color: #4717b4;
  background-image: radial-gradient(circle at 75% 62%, #6f31fc, #5e26de 17%, #4717b4 31%, #2f0789 52%);
  justify-content: space-between;
  padding-bottom: 40px;
}

.sl_section.violet.page-section {
  padding-bottom: 4rem;
}

.sl_section.sticky-cta {
  z-index: 1000;
  background-color: #1a1a1a;
  background-image: none;
  border-radius: 60px;
  justify-content: space-between;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  position: fixed;
  inset: auto 0% 2%;
}

.sl_section.brand {
  background-color: #4717b4;
  background-image: linear-gradient(#570025, #270011);
  justify-content: space-between;
  padding-bottom: 40px;
}

.sl_section.brand.page-section {
  padding-bottom: 4rem;
}

.sl_section.page-section.light-white {
  background-color: #f2f2f2;
}

.blog-1-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-size-24px {
  color: #272727;
  font-size: 24px;
  font-weight: 500;
  line-height: 187%;
}

.text-size-24px.text-color-white {
  color: #fff;
  line-height: 34.5px;
}

.testimonial-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.spacer-1rem {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}

.spacer-2rem {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: block !important;
}

.html-embed {
  color: #1a1a1a;
  align-items: center;
  padding-top: 3px;
  display: flex;
  transform: rotate(0);
}

.split-wrapper {
  grid-column-gap: 70px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.sl_form_slide-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-708 {
  grid-column-gap: 8.33px;
  grid-row-gap: 8.33px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-60 {
  color: #1a1a1a;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.submit-button-4 {
  color: #340d8d;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-weight: 600;
}

.blog-1-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-3 {
  color: #f4f5fd;
  background-color: #fff0;
}

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

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

.div-block-719 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-demo-call {
  cursor: pointer;
  border: 1px solid #ffb800;
  border-radius: 30px;
  width: 272px;
  position: relative;
}

.cta-demo-call.dark-bg {
  border-color: #1a1a1a;
  height: 50px;
}

.div-block-712 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.div-block-703 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.embed-code-button {
  display: none;
}

.eb_card_main_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 30.79px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.eb_card_main_wrapper._1-row {
  background-color: #fbf9f700;
  border: 1px #800036;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.eb_card_main_wrapper._1-row.r {
  grid-template-columns: 1fr 1.5fr;
  grid-auto-flow: row dense;
}

.2-col {
  grid-column-gap: 32px;
  grid-row-gap: 30.79px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr ;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}


.footer-btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-demo-call-component {
  flex-direction: row;
  align-items: center;
  width: 16rem;
  display: flex;
}

.wrapper-cta-demo-call {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-cta-demo-call:hover {
  color: #800036;
  background-color: #fff;
}

.right-arrow-6 {
  display: none;
  inset: 0% 0 0% 97.5%;
}

.e-book-slider {
  background-image: radial-gradient(circle, #2f0789, #2f0789 28% 69%, #2f0789);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sucess-message {
  color: #fff;
  font-size: 16px;
}

.sucess-message.cta-demo-call-text {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.tabs-content-8 {
  overflow: visible;
}

.empty-state {
  color: #282876;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 100px #0000000d;
}

.text-block-18 {
  flex: none;
}

.split-content {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-1-tabs-content-wrapper {
  width: 100%;
  margin-top: 100px;
}

.blog-1-tabs-content-wrapper.home {
  margin-top: 0;
}

.success-message-demo-call {
  color: #f4f5fd;
  background-color: #fff0;
  padding: 0;
  font-size: 16px;
}

.icon-40px {
  width: 40px;
}

.icon-40px.sticky-logo {
  display: block;
}

.page-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #FFFBF4;
}

.page-section.background-color-light-red {
  background-color: #fbf9f7;
}

.page-section.footer {
  background-color: #0F1221;
  padding-bottom: 112px;
}

.page-section.dark-bg {
  background-color: #0F1221;
}

.page-section.light-white, .page-section.reviews {
  background-color: #f2f2f2;
}

.split-content-btn {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #340d8d;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  display: flex;
  position: static;
}

.split-content-btn:hover {
  color: #340d8d;
  background-color: #FFFBF4;
}

.mask-7 {
  width: 600px;
  overflow: visible;
}

.div-block-712-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #351777;
  background-image: url('../images/Vector_1Vector.webp');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 30px;
  width: 148.2px;
  margin-bottom: 0;
  padding: 25px 15px 25px 8%;
  font-weight: 400;
}

.text-field::placeholder {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.text-field.new {
  width: 60%;
  min-height: 51px;
  padding-left: 10%;
}

.image-infinite-scroll {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-position: 50% 50%;
  min-height: 30rem;
}

.c-accordion-item-a {
  overflow: hidden;
}

.heading-59 {
  color: #1a1a1a;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 34px;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.sl_book_call_hs {
  grid-column-gap: 10px;
  color: #340d8d;
  text-align: center;
  cursor: pointer;
  background-color: #ffb800;
  border: 1px solid #ffb800;
  border-radius: 30px;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  max-height: 51px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  transition: background-color .2s;
  display: flex;
}

.submit-button-10 {
  background-color: #3898ec00;
  background-image: url('../images/Group-427320489.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.sl_form_slide-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.icon-80px.m-80px {
  height: 50px;
}

.slider-content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-721 {
  width: 100%;
}

.text-field-7 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px #000;
  border-radius: 20px;
  min-width: 12rem;
  margin-bottom: 0;
  font-weight: 600;
}

.text-field-7:focus {
  font-weight: 500;
}

.accordion-item-q-text-2 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.c-accordion-item-q {
  justify-content: space-between;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.blog-man-icon {
  position: absolute;
  inset: auto 0% -12% 79%;
}

.text-block-197 {
  color: #272727;
  text-align: center;
  max-width: 715px;
  font-size: 16px;
  line-height: 28px;
}

.brands-tab-content {
  width: 80%;
}

.center-heading {
  text-align: center;
  margin-bottom: 0;
}

.c-accordion-list {
  width: 90%;
  margin-bottom: 0;
}

.form-demo-call {
  color: #340d8d;
  flex-direction: column;
  width: 17rem;
  margin-bottom: 0;
  padding: 4px;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.sl_e-books_form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-705 {
  grid-column-gap: 18.28px;
  grid-row-gap: 18.28px;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  font-family: Plus Jakarta Sans, sans-serif; !important;
  display: flex;
}

.aov-winning-team-section {
  background-image: linear-gradient(#340d8d, #210859);
}

.silder-right-content {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.accordion-item-q-icon-stripe-1-2 {
  background-color: #1a1a1a;
  width: 15px;
  height: 2px;
  position: relative;
}

.error-message-6 {
  color: #e56317;
  background-color: #ffdede00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.letters.flex-align-center {
  pointer-events: none;
}

.accordion-item-q-icon-stripe-2-2 {
  background-color: #1a1a1a;
  width: 2px;
  height: 15px;
  position: absolute;
}

.boost-ur-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.image-infinite-scroll-container {
  justify-content: center;
  align-items: center;
  width: 840px;
  min-width: 400px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.collection-list-wrapper-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.silder-left-content {
  width: 35%;
}

.slider-5 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.paragraph-5 {
  color: #272727;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-5.white {
  color: #fff;
}

.review-block {
  grid-column-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.built-for-shopify-logo {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.error-message-2 {
  color: #f4f5fd;
  background-color: #ffdede00;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px #fff;
  border-radius: 10px;
  transition: all .25s;
}

._w-accordion-item:hover {
  box-shadow: none;
  border-style: none;
  border-color: #5dc3a340;
}

.tab_content_wrapper_bundles {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.div-block-697 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 715px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-65 {
  width: 99.9999%;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.fa-heading {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.tab_menu_ist_bundles {
  color: #383838;
  background-color: #0000;
  flex: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.tab_menu_ist_bundles.w--current {
  color: #fff;
  background-color: #340d8d;
  border-radius: 8px;
}

.tab_menu_ist_bundles._2 {
  border: 1px solid #8181ac;
  border-radius: 8px;
}

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

.slide-3 {
  width: 100%;
  position: static;
}

.eb_card_wrapper {
  border: 1px solid #dadada;
  border-radius: 12px;
  max-width: 698.36px;
  margin-right: 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.eb_card_wrapper:hover {
  background-color: #F1EADE;
  border-color: #1a1a1a;
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.demo-call-button {
  background-color: #3898ec00;
  background-image: url('../images/Group-427320489.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.image-wrap {
  width: 1500px;
  display: flex;
}

.tab-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cover-photo-demo-store {
  box-shadow: 0 0 53.15px #00000026;
}

.cover-photo-demo-store._1-row {
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #800036;
  border-radius: 10px;
  width: 100%;
  height: 360px;
}

.sl_form_slide-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.collection-item-20 {
  padding-left: 0;
  padding-right: 0;
}

.slider__mask {
  width: 100%;
  position: static;
  overflow: visible;
}

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

.brand-blocks-demo {
  background-color: #fff;
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.brand-blocks-demo.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.brand-blocks-demo.left:hover {
  transform: scale(1.05);
}

.sl_main_wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.flex-align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.man-image-mobile {
  display: none;
}

.blog-view-more-btn {
  margin-top: 0;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.tabs-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-4.vertical {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.carousel-container {
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-companies-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.section-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

._w-accordion-item-q {
  align-items: center;
  display: flex;
}

.wrapper-4.faq-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
}

.demo-call-email-field {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px #000;
  border-radius: 20px;
  width: 18rem;
  margin-bottom: 0;
  font-weight: 600;
}

.demo-call-email-field:focus {
  color: #1a1a1a;
  background-color: #000;
  font-weight: 500;
}

.demo-call-email-field::placeholder {
  color: #282876;
  -webkit-text-fill-color: transparent;
  background-color: #340d8d;
  -webkit-background-clip: text;
  background-clip: text;
}

.demo-call-email-field.dark-bg {
  color: #fff;
}

.demo-call-email-field.dark-bg:focus {
  background-color: #f4f5fd;
}

.demo-call-email-field.dark-bg::placeholder {
  background-color: #fff;
}

.text-block-106 {
  color: #340d8d;
  font-size: 12px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 40px #00000080;
}

.case-study-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-btn {
  grid-column-gap: 10px;
  color: #340d8d;
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.submit-btn:hover {
  background-color: #FFFBF4;
}

.submit-btn.new {
  justify-content: center;
  align-items: center;
  min-height: 51px;
}

.tabs-content-6 {
  width: 100%;
  padding-top: 57px;
  overflow: visible;
}

.link-block-bundles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #800036;
  
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.link-block-bundles.h {
  color: #1a1a1a;
  flex-flow: row;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-bundles.left {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.section-9 {
  background-color: #141414;
  background-image: radial-gradient(circle at 50% 100%, #2f0789, #000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9.v {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 64px;
  display: block;
}

.section-9.v.overflow-hidden {
  background-color: #fff;
  background-image: url('/cdn/shop/files/Hero.jpg?v=1730867839');
  background-size: cover;
  height: auto;
  overflow: hidden;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-block-9 {
  color: #340d8d;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}

.icon-30x30 {
  width: 30px;
  height: 30px;
}

.cover-photo-demo-store-wrapper {
  background-color: #0F1221;
  background-image: url('/cdn/shop/files/card.svg?v=1751886859');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 10px;
  display: flex;
}

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

._1x3-grid._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.case-study-section {
  z-index: 99999999;
}

.tab_menu_cms {
  color: #383838;
  background-color: #0000;
  flex: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.tab_menu_cms.w--current {
  color: #fff;
  background-color: #340d8d;
  border-radius: 8px;
}

.tab_menu_cms._20px {
  width: 100%;
  margin-right: 0;
  padding: 10px 20px;
  line-height: 20px;
}

.tab_menu_cms._20px:hover {
  background-color: #f4f5fd;
}

.tab_menu_cms._20px.w--current {
  border-radius: 0;
}

.tab_menu_cms._20px.w--current:hover {
  background-color: #340d8d;
}

.div-block-752 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-colour-white {
  color: #fff !important;
}

.text-color-yellow {
  color: #FED463 ;
}

.cover-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 10px solid #fff3;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 400px;
  display: block;
}

.text-colour-brand {
  color: #800036;
}

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

.brand-logo {
  height: 40px;
}

.brand-logo-2 {
  height: 20px;
}

._1x4-grid {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-demo-link {
  background-color: #fbf9f7;
  background-image: linear-gradient(#0000, #800036), url('../images/apparel-10-1_460x.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #800036;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 698.36px;
  height: 400px;
  margin-right: 0;
  padding: 20px 10px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.brand-demo-link:hover {
  background-color: #fdf4f4;
  border-color: #fe9fa1;
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.review-content-block {
  

border: 1px solid rgba(0, 0, 0, 0.10);

  border-radius: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.review-content-block.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.review-content-block.left:hover {
  transform: scale(1.05);
}

.review-section-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo-big {
  height: 20px;
}

.blog-image {
  border-radius: 20px;
  margin-bottom: 20px;
}

.blog-title {
  color: black;  
  font-size: 20px;  
  line-height: 24px;  
  font-weight: 500!important;
}

.blog-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #800036;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrapper.v {
  flex-flow: column;
}

.text-size-regular-3 {
  font-size: 1rem;
  line-height: 130%;
}

.text-size-regular-3.white-text.text-size-small {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #363636;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.text-size-regular-3.white-text.text-size-small:hover {
  background-color: #272727;
  transform: scale(1.1);
}

.text-size-regular-3.white-text.text-size-small:focus, .text-size-regular-3.white-text.text-size-small:visited {
  background-color: #272727;
}

.text-size-regular-3.white-text.text-size-small.w--current {
  background-color: #1a1a1a;
}

.text-block-198.margin-right-12px:hover {
  color: #1a1a1a;
}

.error-message-7 {
  color: #e56317;
  background-color: #ffdede00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-753 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tidy-cal-embed {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.tidy-cal-embed.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.tidy-cal-embed.left:hover {
  transform: scale(1.05);
}

.app-grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.app-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1a1a1a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 10px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.app-block:hover {
  background-color: #292929;
  transform: scale(1.1);
}

.review-text {
  font-size: 20px;
  line-height: 130%;
}

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

.hero-image {
  min-width: 100%;
}

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

.gradient-hero-image {
  background-image: linear-gradient(#fff0, #fff 54%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 15px 29px #00000036;
}

.tab-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.features-tab-content {
  overflow: visible;
}

.feature-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.feature-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.feature-dark-tab-content {
  border-radius: 12px;
  width: 70%;
}

.feature-tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff0d;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.feature-tab-link:hover {
  transform: scale(1.05);
}

.feature-tab-link.w--current {
  background-color: #ffffff1a;
  border: 1px solid #fff;
}

.tab-link-brands {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #F2EADE;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.tab-link-brands:hover {
  transform: scale(1.05);
}

.tab-link-brands.w--current {
  background-color: #0F1221;
  
  border-radius: 8px;
  box-shadow: 0 15px 29px #00000036;
}

.brands-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
 
  width: 780px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.brand-1 {
  z-index: 1;
  background-color: #700303;
  width: 520px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}


.brand-1._1 {
  background-image: linear-gradient(270deg, #fff0 70%, #fff), url('/cdn/shop/files/1-Omorovicza.jpg?v=1730867841');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-1._2 {
  background-image: linear-gradient(270deg, #fff0 70%, #fff), url('/cdn/shop/files/1_Infused_Energy.jpg?v=1730892123');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-1._3 {
  background-image: linear-gradient(270deg, #fff0 70%, #fff), url('/cdn/shop/files/1_Enamor.jpg?v=1730892445');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-1._4 {
  background-image: linear-gradient(270deg, #fff0 70%, #fff), url('/cdn/shop/files/1_Tom_s_Studio.jpg?v=1730896993');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}






.brand-2 {
  z-index: 2;
  background-color: #d4df08;
  border-left: 10px solid #f2f2f2;
  width: 520px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 66%;
}

.brand-2._1 {
  background-image: linear-gradient(270deg, #fff0 71%, #fffffff5), url('/cdn/shop/files/2-Calailis.jpg?v=1730867842');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-2._2 {
  background-image: linear-gradient(270deg, #fff0 71%, #fffffff5), url('/cdn/shop/files/3_Hario.jpg?v=1730892123');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-2._3 {
  background-image: linear-gradient(270deg, #fff0 71%, #fffffff5), url('/cdn/shop/files/2_Lil_helper.jpg?v=1730892445');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-2._4 {
  background-image: linear-gradient(270deg, #fff0 71%, #fffffff5), url('/cdn/shop/files/2_Dogfriendlyco.jpg?v=1730896993');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-3 {
  z-index: 3;
  background-color: #122ae0;
  border-left: 10px solid #f2f2f2;
  width: 520px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 83%;
}

.brand-3._1 {
  background-image: linear-gradient(270deg, #0000 69%, #ffffffe6), url('/cdn/shop/files/3-Lotus-Herbals.jpg?v=1730867843');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-3._2 {
  background-image: linear-gradient(270deg, #0000 69%, #ffffffe6), url('/cdn/shop/files/2_Sipology.jpg?v=1730892124');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-3._3 {
  background-image: linear-gradient(270deg, #0000 69%, #ffffffe6), url('/cdn/shop/files/3_Eleven_oasis.jpg?v=1730892445');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand-3._4 {
  background-image: linear-gradient(270deg, #0000 69%, #ffffffe6), url('/cdn/shop/files/3_Overstock.jpg?v=1730896992');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .75fr 1.25fr;
  overflow: hidden;
}

.feature-block {
 background: linear-gradient(180deg, rgba(34, 39, 65, 0.40) 0%, #222741 100%);

  border: 1px solid #5A5E70;
  height: 300px;
  padding: 20px;
}

.feature-block._3 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_14.svg?v=1751880447');

  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.feature-block._2 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_13.svg?v=1751879815' );
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.feature-block._1 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_12.svg?v=1751879174' );
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 8px;
}

.feature-block._6 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_16.svg?v=1751881073') ;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.feature-block._4 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_15.svg?v=1751880449') ;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-top-right-radius: 8px;
}

.feature-block._5 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_17.svg?v=1751881097') ;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-bottom-left-radius: 9px;
}

.feature-block._7 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_18.svg?v=1751881127') ;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-bottom-right-radius: 8px;
}

.feature-block._8 {
  background-image: url('/cdn/shop/files/Buy_X_Get_Y_19.svg?v=1751881151') ;
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.logo {
  position: absolute;
  inset: auto auto 10% 10%;
}

.logo.brands {
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.logo.brands._2 {
  width: 140px;
  max-width: 100%;
  inset: 43% auto -4% -6%;
}

.logo.brands._3 {
  width: 90px;
  inset: 42% auto 0% 0%;
}

.shopify-button { grid-column-gap: 10px; grid-row-gap: 10px; border: 1px solid #dadada; border-radius: 30px; justify-content: center; align-items: center; padding: 10px 20px; text-decoration: none; display: flex; box-shadow: 0 4px 4px #0000001a; }
.shopify-button-2 { grid-column-gap: 10px; background-color: #000; grid-row-gap: 10px; border: 1px solid #dadada; border-radius: 30px; justify-content: center; align-items: center; padding: 10px 20px; text-decoration: none; display: flex; box-shadow: 0 4px 4px #0000001a; }

.logo.brands._1 {
  width: 170px;
  inset: auto auto 48% -9%;
}

.text-colour-grey {
  color: #808080;
}

.brand-section-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-2 {
  color: #1a1a1a;
  align-items: center;
  padding-top: 3px;
  display: flex;
  transform: rotate(0);
}

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

.case-studies-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-flow: column;
  height: 340px;  max-height: 100%;  min-height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.case-studies-block:hover {
  border-color: #1a1a1a;
  transform: scale(1.05);
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 16px;
  }

  .left-arrow-6 {
    left: -4.5%;
  }

  .text-size-regular-2 {
    font-family: Plus Jakarta Sans, sans-serif; !important;
  }

  .sl_section.sticky-cta {
    width: 700px;
  }

  
  .cta-demo-call {
    width: 272px;
  }

  .text-field {
    background-image: url('../images/Vector_1Vector.webp');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .slider-content-wrapper {
    grid-column-gap: 120px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .boost-ur-heading-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .slider__arrow.left {
    inset: 0% auto 0% 7%;
  }

  .slider__arrow.right {
    inset: 0% 7% 0% auto;
  }

  .paragraph-5 {
    font-size: 16px; !important;
    line-height: 24px;
  }

  .sl_main_wrapper {
    z-index: 100;
  }

  .tabs-4, .tabs-content-6 {
    width: 100%;
  }

  .link-block-bundles.h {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-9.v.overflow-hidden {
    background-size: cover;
  }

  .cover-photo-demo-store-wrapper {
    padding: 20px;
  }

  .tab_menu_cms._20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cover-image, .brand-demo-link {
    height: 480px;
  }

  .review-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    
   border: 1px solid rgba(0, 0, 0, 0.10);
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 20px;

  }

  .review-section-wrapper {
    width: 95vw;
    max-width: 100%;
  }

  .brand-logo-big {
    height: 40px;
  }

  .blog-image {
    border-radius: 30px;
    width: 100%;
    max-width: 375px;
    height: 100%;
    margin-bottom: 20px;
  }

  .blog-title {
    color: black;  
    font-size: 20px;  
    line-height: 24px;  
    font-weight: 500 !important ;
  }

  .text-size-regular-3.white-text.text-size-small {
    font-size: 16px;
  }

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

  .hero-image {
    min-width: 100%;
  }

  .feature-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-tab-link {
    height: 100%;
  }

  .brands-wrapper {
    width: 100%;
  }

  .brand-1 {
    width: 600px;
  }

  .brand-2 {
    width: 600px;
    left: 60%;
  }

  .brand-3 {
    width: 600px;
    left: 80%;
  }

  .features-grid {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
    background: linear-gradient(180deg, rgba(34, 39, 65, 0.40) 0%, #222741 100%);
    
  }

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

  .feature-block._8 {
    background-position: 50% 100%, 0 0;
  }

  .brand-section-wrapper {
    width: 80vw;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .tab_content_wrapper_brands {
    grid-column-gap: 98px;
    grid-row-gap: 98px;
  }

  .latest-blog-wrapper {
    grid-row-gap: 60px;
  }

  .button.blog-btn:hover {
    border-color: #FFFBF4;
  }

  .slider-7 {
    position: static;
  }

  .sl_section.sticky-cta {
    width: 700px;
  }

  .cta-demo-call {
    width: 272px;
  }

  .form-demo-call-component {
    width: 288px;
  }

  .right-arrow-6 {
    left: 100%;
  }

  .slider-content-wrapper {
    align-items: center;
  }

  .form-demo-call {
    width: 19rem;
  }

  .slider__arrow.left {
    inset: 0% auto 0% 10%;
  }

  .slider__arrow.right {
    inset: 0% 10% 0% auto;
  }

  .image-infinite-scroll-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .tab_content_wrapper_bundles {
    grid-column-gap: 98px;
    grid-row-gap: 98px;
  }

  .submit-btn {
    padding-right: 20px;
  }

  .section-9 {
    background-image: radial-gradient(circle at 50% 100%, #6f31fc, #2f0789 22%, #000);
    position: relative;
  }

  .section-9.v.overflow-hidden {
    height: auto;
  }

  .review-section-wrapper {
    width: 90vw;
  }
}

@media screen and (min-width: 1920px) {
  .slider__arrow.left {
    left: 15%;
  }

  .slider__arrow.right {
    right: 15%;
  }

  .image-wrap {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sl_main_wrapper {
    justify-content: space-around;
  }

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

  .section-9.v.overflow-hidden {
    height: auto;
  }

  .review-section-wrapper {
    max-width: 80%;
  }

  .brand-section-wrapper {
    width: 84vw;
  }
}

@media screen and (max-width: 991px) {
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .fs-toc_richtext {
    padding: 0;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

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

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .latest-blog-wrapper {
    align-items: flex-start;
  }

  .left-arrow-6 {
    inset: 0% auto 0% 0%;
  }

  .button.blog-btn {
    justify-content: center;
    align-items: center;
  }

  .button.footerbtn2 {
    flex: none;
    font-size: 15px;
    line-height: 20px;
  }

  .sl_e-book_title {
    font-size: 24px;
    line-height: 32px;
  }

  .eb_brands_tab_list_wrapper {
    flex-direction: row;
    width: 65%;
    max-width: none;
    overflow: auto;
  }

  .accordion-item-a-text {
    font-size: 16px;
    line-height: 24px;
  }

  .sl_section {
    height: auto;
  }

  .sl_section.sticky-cta {
    display: flex;
  }

  .blog-1-collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .split-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .blog-1-collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-v-v {
    flex-flow: column;
  }

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

  .right-arrow-6 {
    inset: 0% 0% 0% auto;
  }

  .blog-1-collection-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .e-book-slider {
    height: auto;
    padding-top: 40px;
    position: relative;
  }

  .text-block-18 {
    flex: none;
  }

  .split-content {
    width: auto;
  }

  .blog-1-tabs-content-wrapper {
    margin-top: 70px;
  }

  .text-field.new {
    width: auto;
    padding-left: 15%;
  }

  .sl_book_call_hs {
    font-size: 15px;
  }

  .slider-content-wrapper {
    grid-column-gap: 30px;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-man-icon {
    display: none;
    bottom: -18%;
  }

  .silder-right-content {
    width: auto;
  }

  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .silder-left-content {
    width: auto;
    height: 500px;
  }

  .slider-5 {
    width: 100%;
  }

  .tab_content_wrapper_bundles {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-14 {
    height: 100%;
  }

  .tab_menu_ist_bundles {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .tab_menu_ist_bundles._2 {
    width: auto;
  }

  .sl_form_slide-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
  }

  .sl_main_wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .blog-view-more-btn {
    margin-top: 0;
  }

  .tabs-4 {
    justify-content: flex-start;
    width: 100%;
  }

  .wrapper-4.faq-wrapper {
    grid-row-gap: 40px;
  }

  .case-study-wrapper {
    grid-row-gap: 0px;
    align-items: center;
  }

  .div-block-720 {
    width: 100%;
  }

  .tab_menu_cms {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .brand-1 {
    width: 100%;
    position: static;
  }

  .brand-1._1 {
    background-image: linear-gradient(207deg, #fff0 22%, #fff), url('../images/1-Omorovicza.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #dcdcdc;
    align-items: flex-end;
    display: flex;
  }

  .brand-2 {
    border-left-style: none;
    width: 100%;
    position: static;
  }

  .brand-2._1 {
    background-image: linear-gradient(207deg, #fff0 22%, #fffffff5), url('../images/2-Calailis.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #dcdcdc;
    align-items: flex-end;
    display: flex;
  }

  .brand-3 {
    border-left-style: none;
    width: 100%;
    position: static;
  }

  .brand-3._1 {
    background-image: linear-gradient(207deg, #0000 22%, #ffffffe6), url('../images/3-Lotus-Herbals.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #dcdcdc;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .logo.brands._2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: static;
    overflow: hidden;
    transform: rotate(0);
  }

  .logo.brands._3, .logo.brands._1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: static;
    transform: rotate(0);
  }
}

@media screen and (max-width: 767px) {
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .spacer-large {
    padding-top: 1.5rem;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .fs-toc_richtext {
    padding: 0;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .text-size-32px {
    font-size: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button {
    line-height: 32px;
  }

  .button.footerbtn2 {
    height: 52px;
  }

  .icon-12 {
    inset: 0% 0% 0% auto;
  }

  .eb_brands_tab_list_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sl_section.sticky-cta {
    width: 100%;
  }

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

  .split-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .sl_form_slide-2 {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .submit-button-4 {
    width: auto;
    padding: 10px 0;
  }

  .cta-demo-call {
    width: 100%;
  }

  .icon-11 {
    inset: 0% auto 0% 0%;
  }

  .wrapper {
    padding-top: 60px;
  }

  .footer-btn-wrapper {
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .form-demo-call-component {
    width: 100%;
  }

  .e-book-slider {
    padding-top: 0;
  }

  .split-content {
    width: auto;
  }

  .latest-blog-section {
    padding-bottom: 0;
  }

  .text-field {
    padding-left: 11%;
  }

  .text-field.new {
    width: 100%;
  }

  .sl_book_call_hs {
    width: 100%;
    max-height: 40px;
    line-height: 32px;
  }

  .sl_book_call_hs:lang(en) {
    background-color: #ffb80000;
  }

  .submit-button-10 {
    width: 35px;
    height: 35px;
  }

  .sl_form_slide-3 {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .slider-content-wrapper {
    flex-direction: column;
  }

  .div-block-721 {
    width: 100%;
  }

  .text-field-7 {
    min-width: 12rem;
  }

  .form-demo-call {
    width: 100%;
  }

  .silder-right-content {
    width: auto;
    padding-top: 20px;
  }

  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .silder-left-content {
    height: auto;
  }

  .fa-heading {
    width: auto;
  }

  .tab_menu_ist_bundles {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .case-study-card-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .demo-call-button {
    width: 48px;
    height: 48px;
  }

  .sl_form_slide-1 {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .sl_main_wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-call-email-field {
    width: 100%;
    min-width: 12rem;
  }

  .submit-btn {
    background-position: 92%;
  }

  .submit-btn.new {
    width: 100%;
  }

  .tab_menu_cms {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-block {
    width: 100%;
  }

  .div-block-753 {
    display: none;
  }

  .div-block-754 {
    width: 100%;
  }

  .tab-link-brands {
    font-size: 16px;
  }

  .brands-wrapper {
    flex-flow: column;
    width: 100%;
  }

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

  .logo.brands._2 {
    z-index: 0;
    inset: 0% auto auto 0%;
    transform: rotate(0);
  }

  .logo.brands._3, .logo.brands._1 {
    transform: rotate(0);
  }

  .case-studies-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .fs-toc_richtext {
    display: block;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .tab_content_wrapper_brands {
    margin-top: 0;
  }

  .latest-blog-wrapper {
    align-items: stretch;
  }

  .div-block-693 {
    width: 100%;
  }

  .text-size-regular-2.text-colour-white.tab {
    font-size: 14px;
  }

  .button {
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.blog-btn {
    justify-content: center;
    width: 100%;
  }

  .button.footerbtn2 {
    line-height: 32px;
  }

  .button.footerbtn2.no-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-container {
    min-width: 780px;
  }

  .icon-30px.tab {
    width: 20px;
  }

  .slider-7 {
    width: 100%;
    min-width: 300px;
    max-width: 490px;
    height: 360px;
  }

  .form-11 {
    justify-content: space-between;
    align-items: center;
  }

  .eb_brands_tab_list_wrapper {
    border-radius: 30px;
    align-items: center;
    width: 55%;
  }

  .eb_brands_tab_list_wrapper.vertical {
    border-radius: 8px;
    flex-flow: row;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }

  .sl_section.sticky-cta {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0%;
  }

  .sl_section.page-section.light-white {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-2rem.m-50 {
    padding-bottom: 16px;
    display: block !important;
  
  }

  .split-wrapper {
    justify-content: center;
  }

  .sl_form_slide-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .submit-button-4 {
    width: auto;
  }

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

  .cta-demo-call, .cta-demo-call.dark-bg {
    width: 100%;
    max-width: 100%;
  }

  .div-block-712 {
    margin-bottom: 20px;
  }

  .div-block-703 {
    width: 100%;
  }

  .wrapper {
    padding-top: 40px;
  }

  .eb_card_main_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-btn-wrapper {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .form-demo-call-component {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-cta-demo-call {
    font-size: 14px;
  }

  .split-content {
    align-items: stretch;
    width: auto;
  }

  .latest-blog-section {
    padding-bottom: 0;
  }

  .icon-40px.sticky-logo {
    display: none;
  }

  .button.footerbtn2.no-spacing.w-inline-block {display: none;}

  .split-content-btn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 32px;
  }

  .text-field {
    background-position: 11%;
    padding-left: 23%;
  }

  .text-field.new {
    width: 100%;
    padding-left: 20%;
  }

  .image-infinite-scroll {
    min-height: 100%;
  }

  .sl_book_call_hs {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .submit-button-10 {
    width: 32px;
    height: 32px;
  }

  .sl_form_slide-3 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .icon-80px {
    height: 40px;
  }

  .icon-80px.m-80px {
    height: 80px;
  }

  .slider-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-field-7 {
    font-weight: 300;
  }

  .accordion-item-q-text-2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .blog-man-icon {
    display: none;
    inset: auto auto 52%;
  }

  .brands-tab-content, .c-accordion-list, .c-accordion-item {
    width: 100%;
  }

  .sl_e-books_form {
    width: 100%;
    margin-top: 0;
  }

  .div-block-705 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .silder-right-content {
    width: auto;
    height: auto;
  }

  .boost-ur-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-infinite-scroll-container {
    width: 420px;
  }

  .silder-left-content {
    width: 100%;
    height: auto;
  }

  .tab_menu_ist_bundles {
    white-space: nowrap;
    flex: none;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .tab_menu_ist_bundles._2 {
    margin-right: 0;
    padding: 14px;
  }

  .demo-call-button {
    width: 32px;
    height: 32px;
  }

  .tab-center.m-0px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cover-photo-demo-store {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .sl_form_slide-1 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .brand-blocks-demo {
    flex-flow: row;
    justify-content: space-between;
    margin: 4px;
    padding-left: 4px;
    padding-right: 10px;
  }

  .brand-blocks-demo.left {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

  .sl_main_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .man-image-mobile {
    width: 100px;
    margin-bottom: -85px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-view-more-btn {
    width: 100%;
  }

  .tabs-4.vertical {
    flex-flow: column;
  }

  .wrapper-3.last-wrapper {
    padding-bottom: 80px;
  }

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

  .section-wrapper {
    width: 90%;
  }

  .demo-call-email-field {
    font-weight: 300;
  }

  .slide__image {
    box-shadow: 0 10px 40px #00000026;
  }

  .case-study-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .submit-btn {
    background-image: linear-gradient(#0000, #0000);
    justify-content: center;
    align-items: center;
    height: 51px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
  }

  .submit-btn.new {
    width: 100%;
    height: 51px;
  }

  .tabs-content-6 {
    padding-top: 40px;
  }

  .link-block-bundles.h {
    font-size: 16px;
  }

  .section-9.v.overflow-hidden {
    height: auto;
  }

  .cover-photo-demo-store-wrapper {
    overflow: hidden;
  }

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

  .tab_menu_cms {
    white-space: nowrap;
    flex: none;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .tab_menu_cms._20px {
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 100%;
    display: flex;
  }

  ._1x6-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .review-content-block {
    flex-flow: column;
    justify-content: space-between;
    margin: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .review-content-block.left {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

  .review-section-wrapper {
    width: 90%;
  }

  .brand-logo-big {
    height: 40px;
  }

  .tidy-cal-embed {
    flex-flow: row;
    justify-content: space-between;
    margin: 4px;
    padding-left: 4px;
    padding-right: 10px;
  }

  .tidy-cal-embed.left {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

  .app-grid-footer {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-754 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .hero-image {
    min-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .tab-link {
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .tab-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .feature-tab {
    flex-flow: column;
  }

  .feature-tab-menu {
    flex-flow: row;
    width: 100%;
    overflow: scroll;
  }

  .feature-dark-tab-content {
    width: 100%;
  }

  .feature-tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tab-link-brands {
    flex: none;
    width: 200px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .brands-wrapper {
    height: 440px;
  }

  .brand-1._1 {
    background-image: linear-gradient(207deg, #fff0 22%, #fff 78%), url('/cdn/shop/files/1-Omorovicza.jpg?v=1730867841');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .brand-2._1 {
    background-image: linear-gradient(207deg, #fff0 22%, #fffffff5 78%), url('/cdn/shop/files/2-Calailis.jpg?v=1730867842');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .brand-3._1 {
    background-image: linear-gradient(207deg, #0000 22%, #ffffffe6 78%), url('/cdn/shop/files/3-Lotus-Herbals.jpg?v=1730867843');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .tabs-brand {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .brand-section-wrapper {
    width: 90%;
  }
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1a8-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1b0-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1c7-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1e0-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1e3-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1e5-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de1e8-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de263-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de26b-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de282-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de29b-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de29e-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de2a0-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de2a3-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de2fa-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de2ff-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de304-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de309-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de30e-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de313-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de31d-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de322-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de327-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de32c-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de331-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de336-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de33b-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de340-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de345-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de34a-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de34f-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de353-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de354-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de359-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de35e-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de363-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de377-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de37c-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de381-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de386-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de38b-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de390-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de39a-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de39f-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3a4-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3a9-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3ae-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3b3-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3b8-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3bd-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3c2-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3c7-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3cc-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3d0-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3d1-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3d6-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3db-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3e0-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3f1-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3f6-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de3fb-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de400-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de405-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de40a-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de40f-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de414-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de419-8abad215, #w-node-a4edd73c-4bd5-86b4-2796-78bdb80de41e-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de422-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de423-8abad215 {
  justify-self: start;
}

#w-node-a4edd73c-4bd5-86b4-2796-78bdb80de426-8abad215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Layout Block Container */
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

/* Icon */
.icon-30px {
    width: 30px;
}

/* Tab Menu */
.tab-menu {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

/* Brand Demo Slider */
.brand-demo-slider {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Features Tab Content */
.features-tab-content {
    overflow: visible;
}

/* Brands Wrapper */
.brands-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    
    display: flex;
    position: relative;
    overflow: hidden;
  height: 100%;

}

/* Tab Link Brands */
.tab-link-brands {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #F2EADE;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
    display: flex;
}

.tab-link-brands:hover {
    transform: scale(1.05);
}

.tab-link-brands.w--current {
    background-color: #0F1221;
color: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 29px #00000036;
}

/* Div Blocks */
.div-block-703 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-697 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 715px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/* Section Wrapper */
.section-wrapper {
    width: 85%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

/* Section Wrapper */
.section-wrapper.cta {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.page-section.cd {
  background-image: linear-gradient(#0f1221 50%, #fffbf4 50%);
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-section.cd-2 {
  background-image: linear-gradient(#fffbf4 50%, #0f1221 50%);
  padding-top: 10px;
  padding-bottom: 64px;
}

.section-wrapper.cta {
  background-image: linear-gradient(#22274100, #222741 25%);
  border-radius: 12px;
  padding-top: 2rem;
  padding-left: 60px;
  padding-right: 60px;
}

.section-wrapper.cta-2 {
  background-color: #FFD563;
  border-radius: 12px;
  padding-top: 2rem;
  padding-left: 60px;
  padding-right: 60px;
}

.cd-wrapper {
  display: flex;
  
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

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

._1x2-grid.cta {
  grid-template-columns: .75fr 1fr;
}

._1x2-grid.cta-2 {
  grid-template-columns: 1fr .75fr;
}

@media screen and (min-width: 1440px) {
  .section-wrapper.cta {
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .section-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section-wrapper {
    width: 90% !important;
  }

  .section-wrapper.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-wrapper.cta-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1x2-grid, ._1x2-grid.cta {
    grid-template-columns: 1fr;
  }

  ._1x2-grid, ._1x2-grid.cta-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-d9084d32-fd7d-3728-1584-e48b57349301-1330f59c {
  align-self: center;
}



.button-style {
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0f1221;
  border: 1px solid #0f4265;
  border-radius: 12px;
  flex-direction: column;
  
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}


.text-size-regular-2.text-colour-grey.margin-bottom-48px {
  margin-bottom: 48px;
}

.button-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-top: 20px;
  display: flex;
}

.button-flex-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

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

  .button-flex-2 {
    flex-flow: column;
    width: 100%;
  }
}

.frame-1000004389 {
  grid-column-gap: 4.63812px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000004391 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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


.button-2 {
  grid-column-gap: 6px;
  color: #000;
  border: 1px solid #0f1221;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
 
  height: 56px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}


.hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFBF4;
}

._50-from-360-reviews {
  color: #676a79;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

#w-node-e903ee75-5890-beb6-b6b8-f16da6c97b4d-1330f59c {
  align-self: center;
}

.review-rating-card {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.review-rating-card-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h1.margin-bottom-48px {
  margin-bottom: 48px;
}






/* Arrows */
.right-arrow-7,
.left-arrow-7 {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Section */
.sl_section {
    background-color: #0F1221;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
}

.sl_section.page-section.light-white {
    background-color: #FFFBF4;
}

/* Text */
.text-size-regular-2 {
    font-size: 16px;
    line-height: 130%;
}

/* Media Queries */
@media screen and (min-width: 1280px) {
    .brand-demo-slider,
    .brands-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .tab-link-brands {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }
    .tab-link-brands:hover {
        transform: none;
    }
    .section-wrapper {
        width: 90%;
    }
    .sl_section {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .tab-menu {
        justify-content: flex-start;
        align-items: center;
        overflow: scroll;
    }
    .brand-demo-slider,
    .slide-5 {
        width: 100%;
    }
    .brands-wrapper {
        flex-flow: column;
        width: 100%;
    }
    .tab-link-brands {
        padding: 10px;
        font-size: 16px;
    }
    .sl_section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 479px) {
    .icon-30px.tab {
        width: 20px;
      display: none;
      
    }
    .tab-menu {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 10px;
        overflow: scroll;
    }
    .slide-5 {
        height: 100%;
    }
    .tab-link-brands {
      width: 70%;  min-width: 182px;
        flex-flow: row;
        flex: none;
     
        align-items: center;
        margin-left: 4px;
        margin-right: 4px;
        padding: 16px 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .tab-link-brands.w--current {
        box-shadow: none;
    }
    .div-block-703 {
        width: 100%;
    }
    .section-wrapper {
        width: 90%;
    }
    .tabs-brand {
        flex-flow: column;
        width: 100%;
        display: flex;
    }
    .sl_section.page-section.light-white {
        padding-left: 0;
        padding-right: 0;
    }
}

.image-brand-demo {
  height: 100%;
}




.w-layout-hflex {
  flex-direction: row;
  
  display: flex;
}


.div-flex { grid-column-gap: 10px; grid-row-gap: 10px; flex-flow: column; justify-content: center; align-items: center; display: flex; }
.div-flex-h { grid-column-gap: 10px; grid-row-gap: 10px; flex-flow: row; justify-content: center; align-items: center; display: flex; }


.shopify-button-text 
{  
      font-size: 16px;
    line-height: 130%;
margin-bottom: 0px;
  color: #606060;
}

.shopify-button-text-2 
{  
      font-size: 16px;
    line-height: 130%;
margin-bottom: 0px;
  color: #fff;
}


.grey {
  color: gray;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.left-arrow-review-slider {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  inset: 45% 0% auto auto;
  
}

.boost-ur-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.review-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
 border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 480px;
  min-height: 100%;
  margin: 0;
  padding: 20px 10px;
  display: flex;
  overflow: hidden;
}

.brand-logo {
  height: 40px;
}

.right-arrow-review-slider {
  justify-content: center;
  align-items: center;

}

.review-slider {
  background-color: #ddd0;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.right-arrow {
  width: 40px;
  height: 40px;
  inset: 45% 0% auto auto;
}

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

.review-arrow-left {
  inset: auto auto -10% 44%;
}

.review-arrow-right {
  inset: auto 44% -10% auto;
}

.review-slide {
 
  width: 33%;
  margin-left: 0px;
  margin-right: 0px;
}

.review-slide-2 {
 
  width: 31.5%;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 479px) {
  .review-slide {
    width: 90%;
  }

.review-slide-2 {
 
  width: 90%;
  margin-left: 10px;
  margin-right: 10px;
}

  
  .review-arrow-left {
  inset: auto auto -10% 30%;
}

.review-arrow-right {
  inset: auto 30% -10% auto;
}
}


.icon-divider {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  background-color: #FFFBF4;
  margin-right: auto;
  margin-left: auto;
      width: 100%;
  padding-top: 20px;
}

.subtract {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  
  height: 30px;
  text-decoration: none;
  display: flex;
}

.grey-line {
  background-color: #000;
  width: 100px;
  height: 1px;
}

@media screen and (max-width: 479px) {
  .icon-divider {
    margin-left: auto;
    margin-right: auto;
  }
}






.section-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.review-mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide-nav-review-slider {
  display: none;
}

.review-slide {
  width: 31.5%;
  margin-left: 0px;
  margin-right: 0px;
}

.review-text {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}

.review-section-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-regular-2 {
  font-size: 16px;
  line-height: 130%;
}

.page-section {
  padding-top: 64px;
  padding-bottom: 64px;
}



.page-section.reviews {
  background-color: #FFFBF4;
  padding-bottom: 100px;
}

.page-section.cs {
  background-color: #F1EADE;
}

@media screen and (min-width: 1280px) {
  .flex-block-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .boost-ur-heading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-content-block {
    
   border: 1px solid rgba(0, 0, 0, 0.10);
    height: 480px;
    margin: 0;
    padding: 40px;
    
  }

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

@media screen and (max-width: 991px) {
  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .review-content-block {
    height: 510px;
    min-height: 100%;
  }

  .section-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .left-arrow-review-slider {
    display: flex;
    inset: auto auto -8% 0%;
  }

  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .review-content-block {
    height: 100%;
  }

  .right-arrow-review-slider {
    display: flex;
    inset: auto 0% -8% auto;
  }

  .slide-nav-review-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0% -8%;
  }

  .review-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .left-arrow-review-slider {
    justify-content: center;
    align-items: flex-end;
    inset: auto auto -8% 0%;
  }

  .boost-ur-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .review-content-block {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    margin: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-arrow-review-slider {
    justify-content: center;
    align-items: flex-end;
    inset: auto 0% -8% auto;
  }

  .review-slider {
    padding-top: 0;
  }

  .section-wrapper {
    width: 90%;
  }

  .slide-nav-review-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0% -8%;
  }

  .review-slide {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .review-section-wrapper {
    width: 100%;
  }
}




.blog-title {
  color: black;  
  font-size: 20px;  
  line-height: 24px;  
  font-weight: 500!important;
}

.case-studies-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;  max-height: 100%;  min-height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.case-studies-block:hover {
  border-color: #1a1a1a;
  transform: scale(1);
}

.blog-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #800036;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrapper.v {
  flex-flow: column;
}

.left-arrow-review-slider {
  justify-content: center;
  align-items: center;


}

.boost-ur-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.right-arrow-review-slider {
  justify-content: center;
  align-items: center;

}

.review-slider {
  background-color: #ddd0;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-wrapper {
  width: 85%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.review-mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide-nav-review-slider {
  display: none;
}

.review-slide {
  width: 31.5%;
 
}

.review-section-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-regular-2 {
  font-size: 16px;
  line-height: 130%;
}

.page-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-section.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .blog-title {
    color: black;  
    font-size: 20px;  
    line-height: 24px;  
    font-weight: 500 !important;
  }



  
  
  .boost-ur-heading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .section-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .case-studies-block {
    width: 100%;
  }

  .left-arrow-review-slider {
    display: flex;
    inset: auto auto -8% 0%;
  }

  .boost-ur-heading-wrapper {
    margin-bottom: 40px;
  }

  .right-arrow-review-slider {
    display: flex;
    inset: auto 0% -8% auto;
  }

  .slide-nav-review-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0% -8%;
  }

  .review-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .left-arrow-review-slider {
    justify-content: center;
    align-items: flex-end;
    inset: auto auto -8% 0%;
  }

  .boost-ur-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .right-arrow-review-slider {
    justify-content: center;
    align-items: flex-end;
    inset: auto 0% -8% auto;
  }

  .review-slider {
    padding-top: 0;
  }

  .section-wrapper {
    width: 90%;
  }

  .slide-nav-review-slider {
    justify-content: center;
    align-items: center;
    display: inline-block;
    inset: auto 0% -8%;
  }

  .review-slide {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .review-section-wrapper {
    width: 100%;
  }
}



