@font-face {
  font-family: "TWK Lausanne 400";
  src: url('../fonts/subset-TWKLausanne-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Lausanne 600";
  src: url('../fonts/subset-TWKLausanne-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Lausanne 500";
  src: url('../fonts/subset-TWKLausanne-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Lausanne 300";
  src: url('../fonts/subset-TWKLausanne-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Lausanne 550";
  src: url('../fonts/subset-TWKLausanne-550.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/subset-Inter18pt-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/subset-Inter18pt-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---black: black;
  --_colors---white: white;
  --_colors---secondary-text: #1c1c1c;
  --_colors---tertiary-text: #41424d;
  --_colors---medium-grey: #707070;
  --font-primary: "TWK Lausanne 400", Arial, sans-serif;
  --_colors---dark-grey: #646464;
  --_colors---red: red;
  --_colors---blue: blue;
  --_colors---green: #025e02;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 145%;
}

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

strong {
  font-weight: bold;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.padding-global {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-global.color {
  background-color: #e7e7e94d;
  border-top: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
}

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

.container-large.modify {
  border-left: 1px #e7e7e9;
  border-right: 1px #e7e7e9;
  max-width: 1080px;
  padding-right: 0;
}

.style_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.title-h1 {
  color: var(--_colors---black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 550", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 113%;
}

.title-h2 {
  color: var(--_colors---black);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.title-h2.lh-110 {
  line-height: 110%;
}

.title-h3 {
  color: var(--_colors---white);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-weight: 600;
  line-height: 133%;
}

.title-h3.black {
  color: var(--_colors---black);
}

.title-h4 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 550", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.title-h4.fz-23 {
  font-size: 23px;
}

.title-h4.fz-25 {
  font-size: 25px;
}

.title-h4.white {
  color: #fff;
}

.title-h4.white.ls-1 {
  letter-spacing: -.01em;
}

.title-h4.fz-20 {
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.style_heading, .style_text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.text-large {
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 18px;
  line-height: 145%;
}

.text-large.black {
  color: var(--_colors---black);
}

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

.text-regular {
  color: var(--_colors---secondary-text);
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
}

.text-regular.mb {
  margin-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-regular.dark-grey {
  color: #646464;
}

.text-regular.black {
  color: var(--_colors---black);
}

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

.text-regular.mb-0 {
  margin-bottom: 0;
}

.text-regular.mb-0.tetriary {
  color: var(--_colors---tertiary-text);
}

.text-small {
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 14px;
  line-height: 135%;
}

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

.text-small.text-center.capitalize {
  letter-spacing: 0;
  text-transform: capitalize;
}

.text-small.text-center.capitalize.opacity-50 {
  color: #ffffffe6;
  font-weight: 300;
}

.text-small.text-center.capitalize.opacity-50.modal-text-small {
  font-size: 10px;
}

.text-small.gray {
  color: var(--_colors---tertiary-text);
}

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

.text-small.black {
  color: var(--_colors---black);
}

.text-caption {
  color: var(--_colors---black);
  letter-spacing: -.01em;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.text-caption._w-180px {
  width: 100%;
  max-width: 180px;
}

.text-caption.upper {
  text-transform: uppercase;
}

.text-caption.upper.gray {
  color: var(--_colors---medium-grey);
}

.text-caption.upper.gray.weight-600 {
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-weight: 600;
}

.text-caption.tertiary {
  color: var(--_colors---tertiary-text);
}

.style_label {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.label-large {
  color: var(--_colors---black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.label-large.white {
  color: #fff;
}

.label-large.white.center {
  text-align: center;
}

.label-large.ml-20 {
  padding-left: 30px;
}

.label-large.secondary {
  color: var(--_colors---secondary-text);
}

.label-large.secondary.capitalize {
  text-transform: capitalize;
}

.label-large.secondary.capitalize.center {
  text-align: center;
}

.label-large.light-gray {
  color: #41424da6;
  text-align: justify;
}

.label-medium {
  color: var(--_colors---black);
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.label-medium.white {
  color: #d4d4d4;
}

.label-medium.darkblack {
  color: #1a1a1a;
}

.label-medium.tetriarty {
  color: var(--_colors---tertiary-text);
}

.label-small {
  letter-spacing: -.01em;
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-weight: 400;
  line-height: 145%;
}

.label-small.capitalize {
  z-index: 4;
  text-transform: capitalize;
  position: relative;
}

.label-small.gray {
  color: var(--_colors---tertiary-text);
}

.label-small.black {
  color: var(--_colors---black);
}

.label-small.tertiary {
  color: var(--_colors---tertiary-text);
}

.label-small.white {
  color: #fff;
}

.label_extra-small {
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  line-height: 113%;
}

.label_extra-small.grey {
  color: var(--_colors---medium-grey);
}

.label_extra-small.white {
  color: #fff;
}

.label_extra-triple-small {
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-size: 10px;
  line-height: 100%;
}

.label_extra-triple-small.grey {
  color: var(--_colors---medium-grey);
}

.label_extra-triple-small.gray {
  color: #5b5a5a;
}

.label_extra-triple-small.gray.capitalize {
  text-transform: uppercase;
}

.title-h3-bold {
  color: #020202;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.title-h3-bold.wihte {
  color: #fff;
  text-align: center;
}

.title-h3-bold.wihte.ls {
  letter-spacing: -.03em;
  margin-bottom: 4px;
}

.cta-default_overlay {
  z-index: 4;
  background-image: radial-gradient(circle, #794cff, #6248ff);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.cta-default_overlay.cta-default_overlay-2 {
  z-index: 5;
  opacity: 0;
  background-image: linear-gradient(270deg, #ff740c, #ff4b00);
  transition: all .4s;
}

.cta-default_icon-wrap {
  border-radius: 5px;
  flex-flow: column;
  width: 31px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile {
  z-index: 11;
  background-image: linear-gradient(#fff, #ffeddd);
  border-radius: 55px;
  width: 40px;
  height: 40px;
  box-shadow: 0 1.14286px 3.42857px #0003, 0 5.71428px 5.71428px #0000002e, 0 12.5714px 6.85714px #0000001a, 0 21.7143px 9.14286px #0000000a;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.footer_cta-1 {
  width: 28px;
  height: 28px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.modify.cta-modal-main {
  width: 40px;
  height: 40px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile {
  z-index: 11;
  background-image: none;
  border-radius: 44px;
  width: 47px;
  height: 47px;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header {
  width: 45px;
  height: 45px;
  box-shadow: none;
  background-image: none;
}

.cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2 {
  width: 45px;
  height: 45px;
}

.medium-text-medium {
  color: #020202;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 152%;
}

.medium-text-medium.white {
  color: #fff;
  font-size: 14px;
}

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

.cta-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: .015em;
  cursor: pointer;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 13px 15px 15px 19px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-main:hover {
  opacity: .6;
}

.cta-main.footer-cta {
  padding: 11px 9px;
}

.cta-main.cta-modal {
  border-radius: 12px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 9px;
}

.cta-main.cta-100 {
  width: 100%;
}

.cta-main.cta-modal-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 17px;
  width: 100%;
  padding-right: 14px;
}

.cta-default_icon {
  color: #6c47ff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.cta-default_icon.top-arrow {
  width: 16px;
  height: 16px;
  top: 15px;
  left: 15px;
}

.cta-default_icon.top-arrow.footer_cta-1 {
  width: 9px;
  height: 9px;
  top: 10px;
  left: 10px;
}

.cta-default_icon.top-arrow.footer_cta-1.linkedin {
  width: 13px;
  height: 13px;
  top: 17px;
  left: 17px;
}

.cta-default_icon.top-arrow.cta-modal {
  width: 14px;
  height: 14px;
  top: 13px;
  left: 13px;
}

.cta-default_icon.bottom-arrow {
  width: 16px;
  height: 16px;
  top: 15px;
  left: 15px;
}

.cta-default_icon.bottom-arrow.footer_cta-1 {
  z-index: 5;
  width: 9px;
  height: 9px;
  top: 10px;
  left: 10px;
}

.cta-default_icon.bottom-arrow.footer_cta-1.linkedin {
  width: 13px;
  height: 13px;
  top: 17px;
  left: 17px;
}

.cta-default_icon.bottom-arrow.cta-modal {
  width: 14px;
  height: 14px;
  top: 13px;
  left: 13px;
}

.cta-main-text-info {
  z-index: 11;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.cta-default_icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cta-main-wrap {
  background-image: linear-gradient(#8055ff, #3b08d0);
  border-radius: 20px;
  width: max-content;
  padding: 5px;
  box-shadow: 0 7.56468px 21.1811px #4000ff52, 0 33.2846px 39.3363px #4000ff47, 0 74.1338px 52.9527px #4000ff29, 0 131.625px 63.5433px #4000ff0d;
}

.cta-main-wrap.footer_cta {
  width: max-content;
  max-width: 100%;
  padding: 3px;
  box-shadow: 0 5.026px 14.073px #4000ff52, inset 0 .664px 1.329px #ffffff1f;
}

.cta-main-wrap.no-shadow {
  box-shadow: none;
}

.cta-main-wrap.no-shadow.cta-100 {
  width: 100%;
}

.cta-main-wrap.cta-modal {
  width: 100%;
  box-shadow: none;
  border-radius: 14px;
}

.cta-main-wrap.cta-big-modal {
  box-shadow: none;
}

.cta-main-wrap.cta-modal-main {
  box-shadow: none;
  border-radius: 19px;
  width: 100%;
}

.cta-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 714px;
  display: flex;
}

.cta_block-image {
  width: 100%;
  max-width: 130px;
}

.cta_block-image.cta_block-image-2 {
  max-width: 48px;
}

.cta_block-image.cta_block-image-3 {
  max-width: 127px;
}

.cta_block-image.cta_block-image-4 {
  max-width: 148px;
}

.cta_block-images {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.cta_block-img {
  width: 100%;
}

.cta_block-img.mobile, .cta_block-img.mobile-arrow, .cta_block-img.desktop-hide {
  display: none;
}

.cta_flashing-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 5.6px 11px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 6px #5f4a2e0a;
}

.cta_flashing-text.strapline {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 9px 12px;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.cta_flashing-text.strapline.gap-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.cta_flashing-text-icon {
  z-index: 1;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: relative;
}

.cta_flashing-decor {
  z-index: 0;
  background-image: url('../images/Slice-1.avif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cta_flashing-text-decor {
  position: absolute;
  inset: -48% auto auto 50%;
  transform: translate(-50%);
}

.header {
  z-index: 100;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 60px auto auto 0%;
}

.footer {
  border: 1.5px solid #e6e8eb;
  position: relative;
}

.header_wrapper {
  background-color: #fff;
  border: .5px solid #e0dfde80;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 14px;
  display: flex;
}

.header_logo {
  width: 100%;
  max-width: 135px;
}

.header_logo-img {
  object-fit: contain;
  width: 100%;
}

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

.header_timer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f2f2f2;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 9px 5px 8px;
  display: flex;
  box-shadow: 0 0 0 1.58667px #3d3d3d1f;
}

.header_timer-numbers {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  padding-left: 3.5px;
  padding-right: 3.5px;
  display: flex;
}

.body {
  font-family: var(--font-primary);
  background-color: #f7f7f8;
}

.section_hero {
  background-image: url('../images/Hero.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 117px;
  position: relative;
}

.hero_wrapper {
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
}

.strapline {
  z-index: 3;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  -webkit-backdrop-filter: blur(6.7px);
  backdrop-filter: blur(6.7px);
  background-color: #fff6;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 16px 5px 6px;
  display: flex;
}

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

.hero_strapline-wrap {
  margin-bottom: 15px;
}

.hero_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.hero_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero_cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_images {
  z-index: 3;
  width: 100%;
  position: relative;
}

.hero_img {
  width: 100%;
}

.hero_img.mobile {
  display: none;
}

.hero_decor {
  z-index: 3;
  background-image: linear-gradient(#f7f7f800, #f7f7f8 40%, #f7f7f8);
  width: 100%;
  height: 112px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_images {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_image {
  width: 100%;
  max-width: 199px;
}

.about_image.about_image-2 {
  max-width: 186px;
}

.about_img.mobile {
  display: none;
}

.about_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.about_image-big {
  border-radius: 24px;
  width: 100%;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 48px 48px -24px #1c180b0a, 0 24px 24px -12px #1c180b0a, 0 12px 12px -6px #1c180b0a, 0 6px 6px -3px #1c180b0a, 0 3px 3px -1.5px #1c180b05, 0 1px 1px .5px #1c180b0a;
}

.about_img-big.mobile {
  display: none;
}

.about_cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_sales {
  position: relative;
}

.sales_wrapper {
  padding-top: 33px;
}

.strapline-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  width: max-content;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 6px -4px #0a00651a, 0 10px 15px -3px #0a00651a, 0 0 0 1px #e0e3e899;
}

.strapline-2.modify {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 9px 22px 6px 10px;
}

.strapline-2.pr-22 {
  padding-right: 22px;
}

.strapline-2-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #dfdfdf80;
  border-radius: 100px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  box-shadow: 0 0 0 1px #00000008;
}

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

.strapline-2_info-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.strapline-2_info-1.strapline-2_info-modify {
  width: 100%;
  max-width: 190px;
}

.strapline-2_info-1.strapline-2_info-modify.banner_wrappper-flex {
  max-width: 210px;
}

.strapline-2_info-1.strapline-2_info-modify.banner_wrappper-flex.flex-1 {
  max-width: 190px;
}

.strapline-2_info-1.strapline-2_info-modify.flex {
  max-width: 210px;
}

.strapline-2_info-1.strapline-2_info-1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.strapline-2_info-1.strapline-2_info-1-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.strapline-2-text-wrap {
  width: 100%;
  max-width: 155px;
}

.strapline-2-text-wrap.strapline-2-text-wrap-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  max-width: 155px;
  display: flex;
}

.strapline-2_divider.mobile {
  display: none;
}

.strapline-2-text-wrap-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.strapline-2-text-wrap-top.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.strapline-2-text-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sales_strapline-wrap {
  margin-bottom: 17px;
}

.sales_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sales_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.reviews_cta-icon {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.reviews_cta-icon-plus {
  z-index: 100;
  background-color: #fff;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews_decor {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f6f6f6, #f6f6f600);
  width: 100%;
  height: 28%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.reviews_cta-divider {
  background-color: #70797f;
  width: 1px;
  height: 18px;
}

.reviews_cta-icon-minus {
  z-index: 2;
  background-color: #fff;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.reviews_item {
  background-image: url('../images/Portfolio-Card---Desktop-32.avif');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  min-height: 340px;
  margin-bottom: 13px;
  padding: 25px 0 0;
  display: flex;
}

.reviews_cta-icon-left {
  width: 100%;
  max-width: 122px;
}

.reviews_cta-icon-left.full-size {
  max-width: 133px;
}

.reviews_cta {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  width: max-content;
  transform-style: preserve-3d;
  background-image: linear-gradient(#3e3e3e, #212126);
  border: 1px solid #4c4b6e;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 17px 16px 16px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  top: 10px;
  box-shadow: inset 0 12px 20px #9ea2fd0f, inset 0 0 20px #5860f91f, inset 0 0 8px #9ea2fd0f, inset 0 0 12px #9da2fc14, inset 0 1px 1px #9da2fc33;
}

.reviews_cta:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.reviews_cta-text-left {
  color: #bfbfbf;
  text-transform: capitalize;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  text-decoration: none;
}

.reviews_list-wrap {
  width: 100%;
  max-width: 100%;
}

.reviews_cta-text-right {
  color: #fff;
  letter-spacing: .01em;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 110%;
}

.reviews_cta-text-right.reviews_cta-text-right-1 {
  letter-spacing: .01em;
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.reviews_cta-text-right.reviews_cta-text-right-1.reviews_cta-text-right-1-modify {
  letter-spacing: -.02em;
  margin-left: 5px;
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.reviews_cta-text-right.reviews_cta-text-right-2 {
  margin-left: 5px;
  font-size: 16px;
  line-height: 145%;
  display: none;
}

.reviews_cta-text-right.reviews_cta-text-right-2.reviews_cta-text-right-2-modify {
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.reviews_cta-text-right.reviews_cta-text-right-1 {
  letter-spacing: .01em;
  font-size: 16px;
  line-height: 145%;
}

.reviews_cta-text-right.reviews_cta-text-right-2 {
  font-size: 16px;
  line-height: 145%;
  display: none;
}

.reviews_list {
  grid-column-gap: 22.5px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.reviews_component {
  width: 100%;
  max-width: 1080px;
}

.reviews_item-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  box-shadow: 0 1.532px 9.195px #00000005, 0 3.065px 6.13px #00000008, 0 1.532px 3.065px #0000000a, 0 .766px 1.532px #0000000d, 0 .766px #0000000f, 0 18.389px 36.778px #00000014;
}

.reviews_item-img {
  width: 100%;
  height: 100%;
}

.why_wrapper {
  padding-top: 86px;
  padding-bottom: 40px;
}

.why_images {
  width: 100%;
  max-width: 456px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.why_image.mobile {
  display: none;
}

.why_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.title-span-blue {
  vertical-align: baseline;
  background-color: #b3d8fe;
  padding-left: 6px;
  padding-right: 3px;
  display: inline-block;
}

.title-span-blue.title-span-blue-2 {
  padding: 3px 0 3px 7px;
}

.why_image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 100%;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why_image-item {
  width: 100%;
  max-width: 350px;
}

.why_image-item.why_image-item-2 {
  max-width: 532px;
}

.why_img.mobile {
  display: none;
}

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

.leads_wrapper {
  padding-top: 61px;
  padding-bottom: 40px;
}

.leads_strapline-wrap {
  margin-bottom: 20px;
}

.leads_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.leads_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leads_item {
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  padding: 0;
  display: flex;
  box-shadow: 0 0 0 1px #4b50560f, 0 1px 1px -.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 5px 5px -2.5px #4b505608, 0 16px 16px -8px #4b50560a;
}

.leads_step {
  color: var(--_colors---black);
  letter-spacing: .01em;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.leads_item-info {
  width: 100%;
  max-width: 440px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 32px;
}

.leads_item-info.leads_item-info-2 {
  max-width: 440px;
  padding-top: 74px;
}

.leads_item-info.leads_item-info-3 {
  max-width: 439px;
  padding-top: 75px;
}

.leads_item-image {
  width: 100%;
  max-width: 419px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}

.leads_item-info-title {
  margin-bottom: 20px;
}

.leads_item-img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.leads_item-img.mobile {
  display: none;
}

.leads_cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case_wrapper {
  padding-top: 37px;
}

.case_strapline-wrap {
  margin-bottom: 20px;
}

.case_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.case_list {
  justify-content: space-between;
  width: 100%;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case_item {
  background-color: #fff;
  border-radius: 16px;
  width: calc(33.3333% - 10px);
  padding: 10px 10px 17px;
  box-shadow: 0 16px 16px -8px #4b50560a, 0 5px 5px -2.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 1px 1px -.5px #4b505608, 0 0 0 1px #4b50560f;
}

.case_item-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.case_item-head-icon {
  width: 20px;
}

.case_item-head-text {
  color: var(--_colors---secondary-text);
  letter-spacing: .01em;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.case_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.case_item-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.case_item-flex-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_policy {
  background-image: linear-gradient(#f7f7f8, #fce2f04d 29%, #fceae1d4 53%, #fcebe0de 63%, #f2e5bf 83%, #f7f7f8 98%);
  position: relative;
}

.policy_wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.policy_image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 247px;
  display: flex;
}

.policy_img {
  width: 100%;
}

.policy_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin-top: -185px;
  margin-bottom: 20px;
}

.policy_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 711px;
  margin-bottom: 40px;
}

.perfect_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.perfect_strapline-wrap {
  margin-bottom: 26px;
}

.perfect_title-wrap {
  text-align: center;
  margin-bottom: 33px;
}

.perfect_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.perfect_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 12px 7px 8px;
  display: flex;
  box-shadow: 0 16px 16px -8px #4b50560a, 0 5px 5px -2.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 1px 1px -.5px #4b505608, 0 0 0 1px #4b50560f;
}

.perfect_item-img {
  width: 62px;
}

.section_ready.terms {
  background-image: url('../images/CTA-Panel---Desktop.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.ready_wrapper {
  padding-top: 40px;
}

.ready_wrapper.terms {
  padding-top: 13px;
  padding-bottom: 40px;
}

.ready_wrapper.terms.privacy {
  padding-top: 22px;
}

.ready_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ready_text {
  z-index: 3;
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ready_cta {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ready_image {
  margin-top: -200px;
}

.faq_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.faq_wrapper {
  padding-top: 46px;
  padding-bottom: 80px;
}

.faq_wrapper.faq-2 {
  padding-bottom: 38px;
}

.paragraph {
  color: #41424d;
  font-size: 16px;
  line-height: 145%;
}

.faq_list-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item_faq-plus {
  opacity: 1;
  background-color: #09090b;
  width: 1px;
  height: 14px;
  transition: all .2s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.item_faq-plus.active {
  opacity: 0;
  color: #6c6c84;
  background-color: #09090b;
  width: 2px;
}

.item_faq {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1.3px #dad7d7;
  border-radius: 20px;
  padding: 22px 30px 22px 22px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  box-shadow: 0 24px 48px #0000000a, 0 1px #0000000f, 0 1px 2px #0000000d, 0 2px 4px #0000000a, 0 4px 8px #00000008, 0 2px 12px #00000005;
}

.title-h2-2 {
  letter-spacing: -.01em;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
}

.title-h2-2.fz-41 {
  font-size: 41px;
}

.item_faq-title {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.item_faq-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item_faq-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.section_faq {
  z-index: 10;
  background-color: #f7f7f8;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section_faq.faq-2 {
  background-color: #f7f7f8;
  background-image: none;
}

.item_faq-content {
  color: #41424d;
  padding-right: 20px;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.item_faq-content ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.item_faq-content ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.item_faq-minus {
  background-color: #09090b;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.padding-global-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.title-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.footer_copyright-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_bot-wrap {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_bot-col {
  width: 100%;
  max-width: 500px;
}

.footer_bot-col.first {
  width: 100%;
  max-width: 490px;
}

.footer_bot-col.footer-swiper-wrap {
  position: relative;
}

.footer_pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer_top-col-list-iink {
  text-decoration: none;
  transition: all .4s;
}

.footer_top-col-list-iink.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_top-col-list-iink.flex:hover {
  color: #6248ff;
}

.footer_top-col-list-iink.no-hover:hover {
  opacity: 1;
}

.footer_copyright-text {
  color: #09090ba6;
  text-transform: capitalize;
  flex: 1;
  font-size: 16px;
}

.form-cta_input-wrap {
  border-radius: 18px;
  width: 100%;
  max-width: 532px;
  height: 68px;
  position: relative;
}

.footer_wrapper {
  z-index: 2;
  padding-top: 46px;
  padding-bottom: 40px;
  position: relative;
}

.footer_wrapper.modify {
  padding-top: 44px;
}

.footer_logo {
  width: 100%;
  max-width: 174px;
  margin-bottom: 22px;
}

.footer_text {
  width: 100%;
  margin-bottom: 15px;
}

.footer_text.modify-bot {
  margin-bottom: 45px;
}

.footer_slider-wrap.swiper-wrapper {
  width: 100%;
}

.footer_slider.swiper {
  width: 100%;
  max-width: 100%;
}

.form-cta_embed {
  margin-bottom: 0;
  overflow: visible;
}

.footer_strapline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #08090a12;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-bottom: 40px;
  padding: 5.5px 20px 5.5px 12px;
  display: flex;
}

.footer_strapline.hero {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 24px 14.4px -3px #0000000a, 0 9.44132px 5.66479px -2.4px #0000000d, 0 4.25329px 2.55197px -1.8px #0000000f, 0 1.93715px 1.16229px -1.2px #0000000f, 0 .711334px .426801px -.6px #0000000f;
}

.footer_top-col-title, .footer_top-col-title.modify {
  margin-bottom: 18px;
}

.footer_top-col-title.mb-22 {
  margin-bottom: 22px;
}

.footer_image {
  width: 100%;
  max-width: 100%;
}

.footer_img {
  height: 35%;
}

.footer_slider-item {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 18px 15px;
}

.footer_slider-item.swiper-slide {
  background-color: #fff;
  border-color: #e8e8e8;
  border-radius: 12px;
  flex-flow: column;
  height: max-content;
  margin-bottom: 15px;
  padding: 16px 16px 18px;
  display: flex;
  box-shadow: 0 0 0 1px #4b50560f, 0 1px 1px -.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 5px 5px -2.5px #4b505608, 0 16px 16px -8px #4b50560a;
}

.padding-global-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_top-wrap {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.footer_top-wrap.modify {
  padding-bottom: 15px;
}

.footer_strapline-text {
  color: #53535e;
  font-size: 12px;
}

.text-small-2 {
  font-size: 16px;
  line-height: 160%;
  display: block;
}

.text-small-2.lh-145 {
  line-height: 145%;
}

.footer_bot-col-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 442px;
  display: flex;
}

.footer_bot-col-image.flex {
  margin-top: 20px;
}

.footer_top-col-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer_cta {
  width: 100%;
  max-width: 443px;
  margin-bottom: 25px;
}

.footer_top-col-list-text {
  color: var(--_colors---medium-grey);
  text-transform: capitalize;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.footer_top-col-list-text:hover {
  color: #6248ff;
}

.footer_top-col-list-text.no-capitalize {
  text-transform: none;
}

.footer_top-col-list-text.no-hover:hover {
  color: #707070;
}

.footer_copyright-icon {
  width: 100%;
  max-width: 26px;
}

.footer_copyright-date {
  color: #09090ba6;
  text-transform: capitalize;
  font-size: 16px;
}

.footer_top-col.second {
  width: 100%;
  max-width: 157px;
}

.footer_top-col.second.modify {
  max-width: 430px;
}

.footer_top-col.second.third {
  max-width: 167px;
}

.footer_top-col.second.third.modify {
  max-width: 100%;
}

.footer_top-col.first {
  width: 100%;
  max-width: 470px;
}

.footer_top-col.third {
  width: 100%;
  max-width: 300px;
}

.footer_strapline-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: max-content;
  display: flex;
}

.banner_image-2 {
  width: 100%;
  max-width: 329px;
}

.section_banner {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner_image-1 {
  width: 100%;
  max-width: 100px;
}

.text-regular-2 {
  font-size: 18px;
  line-height: 150%;
}

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

.banner_img {
  width: 100%;
}

.banner_text {
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  line-height: 135%;
}

.banner_wrappper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-main-text-info-text {
  letter-spacing: -.01em;
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.reviews_item-modify {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  padding: 6px 6px 18px;
  box-shadow: 0 0 0 1px #4b50560f, 0 1px 1px -.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 5px 5px -2.5px #4b505608, 0 16px 16px -8px #4b50560a;
}

.review_cta-modify-plus {
  z-index: 2;
  background-color: #000;
  width: 55%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews_component-2 {
  margin-bottom: 16px;
}

.review_cta-modify-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: relative;
}

.review_cta-modify-minus {
  z-index: 2;
  background-color: #000;
  width: 2px;
  height: 55%;
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review_cta-modify-minus.active {
  opacity: 0;
}

.reviews_list-modify {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.review_cta-modify-text-2 {
  color: #fff;
  font-family: "TWK Lausanne 550", Arial, sans-serif;
  font-size: 16px;
  line-height: 145%;
  display: none;
}

.review_cta-modify {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  background-image: linear-gradient(#3e3e3e, #212126);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 12.5px 17px 12.5px 12px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.review_cta-modify-text-1 {
  color: #fff;
  font-family: "TWK Lausanne 550", Arial, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.review_decor {
  background-image: linear-gradient(#f6f6f600, #f6f6f6);
  width: 100%;
  height: 28%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_reviews {
  position: relative;
}

.reviews_wrapper {
  padding-top: 38px;
}

.reviews_item-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.reviews_item-head-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_item-icon {
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.reviews_item-text {
  text-align: center;
  margin-bottom: 16px;
  line-height: 150%;
}

.reviews_item-avatar-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.reviews_item-avatar {
  border-radius: 50%;
  width: 100%;
  max-width: 42px;
}

.reviews_item-avatar-name {
  text-align: left;
  font-weight: 500;
  line-height: 127%;
}

.reviews_item-avatar-position {
  color: #575757;
  text-align: left;
  font-size: 12px;
}

.reviews_item-light-box {
  width: 100%;
  position: relative;
}

.reviews_item-light-img {
  width: 100%;
}

.banner-steps_wrapper {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 924px;
  margin-left: 36px;
  margin-right: auto;
  display: flex;
}

.reviews_strapline-wrap {
  margin-bottom: 25px;
}

.private-demo_item {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  width: calc(33.3333% - 7px);
  padding: 25px 18px 30px;
}

.reviews_cta-icon-minus-2 {
  z-index: 2;
  background-color: #212126;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.banner-steps_item-text {
  color: #07080880;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.banner-steps_item-text.white {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.padding-global-4 {
  padding-left: 20px;
  padding-right: 20px;
  transition: all .4s;
}

.reviews_cta-icon-plus-2 {
  z-index: 100;
  background-color: #212126;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.strapline-2_divider-mobile {
  display: none;
}

.private-demo_item-head-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.banner-steps_item {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.banner-steps_item.third {
  text-align: center;
  width: 100%;
  max-width: 217px;
  padding-top: 11.5px;
  padding-bottom: 15.5px;
  padding-left: 29px;
}

.banner-steps_item.second {
  background-color: #41424d;
  width: 100%;
  max-width: 264px;
  padding-top: 11.5px;
  padding-bottom: 15.5px;
}

.banner-steps_item.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 302px;
  padding-top: 11.5px;
  padding-right: 28px;
  display: flex;
}

.hero-book-strapline-1-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-checkout_time-minutes {
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

.header-checkout_time-minutes.header-checkout_time-minutes-2 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.private-demo_wrapper {
  padding-top: 52px;
  padding-bottom: 40px;
}

.reviews_list-2 {
  grid-column-gap: 10.5px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-playblooks_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.strapline-2-modify-flex {
  grid-column-gap: 16.5px;
  grid-row-gap: 16.5px;
  display: flex;
}

.private-demo_item-text {
  color: #41424d;
  font-size: 16px;
  line-height: 145%;
}

.hero-playbooks_wrapper {
  padding-top: 11px;
  padding-bottom: 10px;
}

.hero-book-strapline-1-text {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.hero-book-strapline-1-text.hero-book-strapline-1-text-2 {
  color: #292929;
  text-transform: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
}

.section_hero-playbooks {
  background-color: #f6f6f6;
}

.section_reviews-2 {
  position: relative;
}

.banner-steps {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd9;
}

.strapline-2-image {
  width: 100%;
  max-width: 190px;
}

.strapline-2-image.strapline-2-image-2 {
  max-width: 81px;
}

.strapline-2-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 26px 8px 8px;
  display: flex;
  box-shadow: 0 24px 14.4px -3px #5a5a440a, 0 9.44132px 5.66479px -2.4px #5a5a440d, 0 4.25329px 2.55197px -1.8px #5a5a440f, 0 1.93715px 1.16229px -1.2px #5a5a440f, 0 .711334px .426801px -.6px #5a5a440f;
}

.strapline-2-2.strapline-2-modify {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: max-content;
}

.reviews_cta-2 {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  width: 100%;
  max-width: 612px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#3e3e3e, #212126);
  border: 1px solid #4c4b6e;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 17px 16px 14px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: inset 0 12px 20px #9ea2fd0f, inset 0 0 20px #5860f91f, inset 0 0 8px #9ea2fd0f, inset 0 0 12px #9da2fc14, inset 0 1px 1px #9da2fc33;
}

.reviews_cta-2:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

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

.header-checkout_time-divider {
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

.header-checkout_time-divider.header-checkout_time-divider-2 {
  color: #fff;
}

.reviews_cta-divider-2 {
  background-color: #70797f;
  width: 1px;
  height: 18px;
}

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

.reviews_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
}

.hero-book-strapline-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border: 1px solid #b5b2b280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 898px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: inset 0 -1px 1px -.5px #3333330f, 0 1px 1px .5px #2929290a, 0 3px 3px -1.5px #29292905, 0 6px 6px -3px #2929290a, 0 0 0 1px #2929290a;
}

.hero-book-strapline-1.hero-book-strapline-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 65px;
  box-shadow: none;
  background-color: #fef4ea;
  border-width: 1.5px;
  border-color: #ff5c3533;
  margin-bottom: 15px;
}

.hero-book-strapline-1.hero-book-strapline-2.hero-book-strapline-playbooks-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #e5e7eb;
  border-style: none;
  max-width: 1039px;
  margin-top: 0;
}

.header-checkout_time-numbers {
  display: flex;
}

.title-h2-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 125%;
}

.reviews_cta-text-left-2 {
  color: #f6f6f4;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  text-decoration: none;
}

.strapline-2-text {
  font-size: 12px;
  line-height: 145%;
}

.main-2 {
  margin-top: 79px;
}

.main-2.no-margin {
  margin-top: 0;
  padding-bottom: 40px;
}

.reviews_wrapper-2 {
  border-radius: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.private-demo_item-head {
  width: 100%;
  max-width: 56px;
  display: flex;
}

.private-demo_images {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: max-content;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.private-demo_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.padding-global-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.header-checkout_time {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1.25px solid #e9e9e9;
  border-radius: 100px;
  padding: 4.5px 12px;
  display: flex;
}

.header-checkout_time.header-checkout_time-2 {
  background-color: #0807074a;
  border-style: none;
}

.header-checkout_time.header-checkout_time-2.orange {
  background-color: #292929;
  width: 95px;
  padding-left: 12px;
  padding-right: 12px;
}

.hero-playblooks_caledly-wrap {
  margin-bottom: -10px;
}

.reviews_cta-icon-2 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.private-demo_title-wrap {
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.header-checkout_time-seconds {
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

.header-checkout_time-seconds.header-checkout_time-seconds-2 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.private-demo_image {
  width: 100%;
  max-width: 199px;
}

.private-demo_image.private-demo_image-2 {
  max-width: 186px;
}

.reviews_item-2 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  width: 100%;
  max-width: 349px;
  margin-bottom: 16px;
  padding: 16px 5px 6px;
}

.private-demo_item-title {
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

.reviews_list-3 {
  grid-column-gap: 10.5px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.strapline-2-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 26px 8px 8px;
  display: flex;
  box-shadow: 0 24px 14.4px -3px #5a5a440a, 0 9.44132px 5.66479px -2.4px #5a5a440d, 0 4.25329px 2.55197px -1.8px #5a5a440f, 0 1.93715px 1.16229px -1.2px #5a5a440f, 0 .711334px .426801px -.6px #5a5a440f;
}

.strapline-2-3.strapline-2-modify {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: max-content;
}

.page-wrapper-3 {
  overflow: clip;
}

.title-h2-4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 125%;
}

.padding-global-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-banner_exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: -12% -2% auto auto;
}

.modal-banner_exit:hover {
  transform: scale3d(1.3, 1.3, 1.3);
}

.modal-banner_image-2 {
  width: 100%;
  max-width: 109px;
}

.modal-banner_image-2.modal-banner_image-2-1 {
  max-width: 162px;
}

.modal-banner_text {
  color: #687599;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
}

.bold-2 {
  color: #08062c;
}

.modal-banner_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 10px 15px 10px 10px;
  display: flex;
}

.modal-banner {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 341px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto auto 2% 2%;
  box-shadow: 0 4px 10px #00000024;
}

.modal-banner.visible, .modal-banner.active {
  opacity: 1;
  visibility: visible;
}

.modal-banner_image {
  width: 100%;
  max-width: 68px;
}

.modal-exit-image {
  width: 74px;
  height: 74px;
}

.modal-exit_wrapper {
  border: .72px solid #c8c8c8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 31px 21px;
  display: flex;
  box-shadow: 0 2.86042px 35.7553px #0003;
}

.modal-overlay {
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.modal-exit-title {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.47368;
}

.modal-exit {
  background-image: linear-gradient(#e6e7e7, #d6d7d7);
  border-radius: 12px;
  width: 100%;
  max-width: 374px;
}

.modal-exit-subtitle {
  color: var(--_colors---black);
  text-align: center;
  margin-bottom: 28px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.modal-exit_controls {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.modal-exit_cta-text {
  color: #000;
  letter-spacing: -.01em;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .4s;
  position: relative;
}

.modal-exit_cta-overlay {
  opacity: 0;
  background-image: linear-gradient(#488ef7, #3579f6);
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-exit_cta-leave {
  color: #000;
  cursor: pointer;
  background-color: #b9b9b9;
  border-radius: 7px;
  padding: 7px 52px;
  position: relative;
  overflow: hidden;
}

.modal-exit_cta-leave:hover {
  color: #fff;
  background-image: linear-gradient(#488ef7, #3579f6);
}

.modal-exit_cta-cancel {
  color: #000;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #b9b9b9;
  border-radius: 7px;
  padding: 7px 47px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.modal-exit_cta-cancel:hover {
  color: #fff;
}

.banner {
  background-color: #025e02;
}

.banner_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.reviews_head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.reviews_head-icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.reviews_head-icon.reviews_head-icon-2 {
  width: auto;
}

.reviews_text {
  color: #09090b;
  letter-spacing: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 145%;
}

.reviews_avatar-position {
  color: #41424d;
  line-height: 145%;
}

.reviews_avatar-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.reviews_avatar-wrap-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.reviews_avatar-name {
  color: #1e1e1f;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

.reviews_avatar {
  border-radius: 50%;
  flex: none;
  width: 100%;
  max-width: 40px;
  overflow: hidden;
}

.reviews_avatar-info {
  flex: 1;
}

.footer_pagination-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  margin-top: 20px;
  display: flex;
}

.reviews_head-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.reviews_head-2 {
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 103px;
  display: flex;
  position: static;
}

.reviews_head-icon-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.reviews_head-icon-2.reviews_head-icon-2 {
  width: auto;
}

.reviews_text-wrap {
  flex: 1;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.reviews_text-2 {
  color: #09090b;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 145%;
}

.reviews_avatar-wrap-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_rgb {
  background-image: linear-gradient(90deg, #2ce, #1570ef 38%, #6927da 75%, #f23e94);
  width: 100%;
  height: 6px;
}

.header-banner_wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 16px;
  display: flex;
}

.header-banner_logo {
  width: 100%;
  max-width: 105px;
}

.header-banner_logo.header-banner_logo-2 {
  max-width: 118px;
}

.header_banner-cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  display: flex;
  box-shadow: 0 0 0 1.2px #3d3d3d1f;
}

.header_banner-cta-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-congrats_wrapper {
  padding-top: 30px;
}

.hero-congrats_wrapper.application {
  padding-top: 20px;
}

.hero-congrats_strapline-wrap {
  margin-bottom: 20px;
}

.strapline-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-bottom-width: 3px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px 5px 6px;
  display: flex;
  box-shadow: 0 .711px .427px -.6px #0000000f, 0 1.937px 1.162px -1.2px #0000000f, 0 4.253px 2.552px -1.8px #0000000f, 0 9.441px 5.665px -2.4px #0000000d, 0 24px 14.4px -3px #0000000a;
}

.strapline-3-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_congrats_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 740px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.hero_congrats_title-wrap.hero_congrats_title-wrap-app {
  max-width: 840px;
  margin-bottom: 15px;
}

.hero_congrats_subtitle {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.hero-congrats_arrow {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.steps_block-title-wrap-1 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 714px;
  margin: 19px auto 40px;
  padding-right: 20px;
  display: flex;
}

.hero_form-strapline-icon {
  justify-content: center;
  align-items: center;
  height: max-content;
  display: flex;
}

.hero_form-strapline-icon.hero_form-strapline-icon-2 {
  border-radius: 50%;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero_form-strapline-icon.hero_form-strapline-icon-2.hero_form-strapline-icon--3 {
  width: 12px;
  height: 12px;
  margin-top: 15px;
}

.steps_block-title {
  color: #070808;
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.steps_block-title.steps_block-title-2 {
  opacity: 1;
  color: #00092c;
  text-transform: none;
  width: 100%;
  max-width: 500px;
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
}

.steps_block-title.steps_block-title-2.steps_block-title-3 {
  max-width: 578px;
  color: var(--_colors---black);
  letter-spacing: -.015em;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.steps_wrapper {
  padding-bottom: 34px;
}

.steps_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.steps_item {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 40px 40px;
  box-shadow: 0 16px 16px -8px #4b50560a, 0 5px 5px -2.5px #4b505608, 0 3px 3px -1.5px #4b50560d, 0 1px 1px -.5px #4b505608, 0 0 0 1px #4b50560f;
}

.steps_item-number {
  background-color: #f5f5f5;
  border: 1px solid #fff;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 20px;
  padding: 10px 16px;
}

.title-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "TWK Lausanne 600", Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

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

.title-h5.black {
  color: var(--_colors---black);
}

.steps_item-title-wrap {
  margin-bottom: 15px;
}

.section_banner-info {
  background-color: #f6f6f6;
}

.banner-info_wrapper {
  background-color: #fff;
  background-image: url('../images/Frame-2147227727.avif');
  background-position: 50% 0;
  background-size: 100% 100%;
  border: 1px #00000040;
  border-radius: 20px;
  width: 100%;
  max-width: 714px;
  margin: 25px auto 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-info_title {
  margin-bottom: 25px;
}

.banner-info_image {
  width: 100%;
  max-width: 512px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.banner-info_image.banner-info_image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 109px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-info_avatar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 236px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner_info-avatar {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-info-expert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image {
  width: 100%;
  max-width: 100%;
}

.banner-info-expert-image {
  width: 100%;
  max-width: 81px;
}

.banner-info-expert-img {
  width: 100%;
}

.banner_cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-terms_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-terms_cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-terms_strapline-wrap {
  margin-bottom: 43px;
}

.hero-terms_title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.info_block_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.info_block_wrapper.modify {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.info_block_richtext {
  color: var(--_colors---tertiary-text);
  flex-flow: column;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.info_block_richtext strong {
  color: var(--_colors---secondary-text);
  font-family: "TWK Lausanne 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.info_block_richtext_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 22px;
  padding-top: 3px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 145%;
  display: flex;
}

.info_block_richtext_link {
  color: var(--_colors---tertiary-text);
  text-decoration: none;
}

.hero-offer_wrapper {
  padding-top: 27px;
}

.hero-offer-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 830px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.hero-offer-subtitle-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.hero-offer_arrow {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.app_wrapper {
  padding-top: 37px;
  padding-bottom: 40px;
}

.app_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 460px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.app_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.help_wrapper {
  padding-top: 33px;
  padding-bottom: 100px;
}

.strapline-2_image {
  width: 100%;
  max-width: 206px;
}

.help_strapline-wrap {
  margin-bottom: 20px;
}

.help_titie-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.help_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 714px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.help_cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-main-text {
  font-family: "TWK Lausanne 550", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 133%;
}

.cta-main-text.fz-16 {
  text-align: center;
  font-size: 16px;
}

.cta-main-text.fz-22 {
  font-size: 22px;
}

.cta-main-text.capitalize {
  text-transform: capitalize;
}

.reviews_strapline {
  margin-bottom: 20px;
}

.reviews_cta-text-divider {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews_cta-text-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ready_image-img.mobile {
  display: none;
}

.footer_top-col-flex {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_top-col-flex.modify {
  max-width: 430px;
}

.reviews_avatar-wrap-flex-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-wait {
  background-color: #fff;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-wait.visible {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}

.modal-wait_overlay {
  opacity: 0;
  visibility: hidden;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-wait_overlay.visible {
  opacity: 1;
  visibility: visible;
}

.modal-wait_wrapper {
  padding-top: 20px;
  padding-bottom: 12px;
}

.modal-wait_progress-bar {
  background-color: #eaeaeb;
  border-radius: 9px;
  width: 100%;
  max-width: 480px;
  height: 32px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 2.52px 2.52px #00000040;
}

.modal-wait_progress-bar-thumb {
  background-color: #ec1e3d;
  border-radius: 9px 0 0 9px;
  width: 100%;
  max-width: 403px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modal-wait_title-wrap {
  text-align: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.modal-wait_subtitle-wrap {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.modal-wait_gif {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-wait_cta {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.modal-wait_offer {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-wait-exit {
  z-index: 2;
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 25px 38px auto auto;
}

.modal-wait-exit:hover {
  transform: scale3d(1.5, 1.5, 1.5);
}

.cta-default_overlay-2 {
  z-index: 4;
  background-image: linear-gradient(#3780fc, #035cf4);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.cta-main-text-info-2 {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-main-text-info-2.cta-main-text-info-flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.modal-small_info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 270px;
  display: flex;
}

.modal-small_image {
  width: 100%;
  max-width: 190px;
}

.modal-small_logo {
  width: 100%;
  max-width: 83px;
}

.modal-small_img {
  width: 100%;
  height: 100%;
}

.modal-small_exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 11px 13px auto auto;
}

.modal-small_exit:hover {
  transform: scale3d(1.5, 1.5, 1.5);
}

.modal-small {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #242538;
  border: 0 #0000;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto auto 1% 1%;
  box-shadow: 0 48px 48px -24px #2929290a, 0 24px 24px -12px #2929290a, inset 0 -1px 1px -.5px #3333330f;
}

.modal-small.visible {
  opacity: 1;
  visibility: visible;
  background-image: url('../images/Exit-Pop---Small.avif');
  background-position: 50%;
  background-size: cover;
  border: 0 #0000;
  border-radius: 18px;
}

.modal-small_title {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.cta-main-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  letter-spacing: .015em;
  cursor: pointer;
  border-radius: 122px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 14px 14px 14px 32px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-main-2:hover {
  box-shadow: 0 30px 54px -21px #203b14b3;
}

.cta-main-2.header_cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  transform-style: preserve-3d;
  background-color: #203b14;
  border-radius: 21px;
  padding: 15px 18px 15px 21px;
  box-shadow: 0 0 0 7px #5390f940, 0 0 0 8.67px #5390f940, inset 0 -4.82px #073e9d, 0 0 5.78px 5.78px #ffffff40, 0 13.49px 34.68px -8.67px #fff;
}

.cta-main-2.header_cta:hover {
  transform: scale3d(1.03, 1.03, 1.03);
}

.cta-main-2.header_cta.cta-small-modal {
  border-radius: 12px;
}

.modal-small_wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding: 10px 15px 10px 10px;
  display: flex;
}

.cta_text {
  text-shadow: 0 3.62px 7.24px #0854d4;
  line-height: 138%;
}

.cta_text.cta-top {
  font-size: 16px;
}

.cta_text.cta_bot {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}

.cta-main-modal {
  width: 100%;
}

.form_input {
  color: #000;
  border-radius: 18px;
  height: 68px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6px 0 14px;
  font-size: 18px;
  line-height: 166%;
}

.form_input::placeholder {
  color: #2c2d33b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 166%;
}

.modal_info {
  width: 56%;
  height: 100%;
  padding-left: 45px;
  padding-right: 30px;
}

.form_input-wrap {
  width: 100%;
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.modal-big_cta-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 477px;
  display: flex;
}

.modal_title-wrap {
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
}

.modal_exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 25px 35px auto auto;
}

.modal_exit:hover {
  transform: scale3d(1.5, 1.5, 1.5);
}

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

.large-medium {
  color: #fff;
  letter-spacing: -.005px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

.large-medium.black {
  color: #09090b;
  font-weight: 500;
}

.modal {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal.visible {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}

.modal-text {
  cursor: pointer;
}

.modal_image {
  background-image: url('../images/Exit-Pop-Graphic.avif');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #e2e2e2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: 100vh;
  display: flex;
  position: relative;
}

.modal_subtile-wrap {
  width: 100%;
  max-width: 601px;
  color: var(--_colors---secondary-text);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
}

.form_input-submit {
  color: #fff;
  cursor: pointer;
  height: 56px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#2171f9, #015fff);
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 50% 6px auto auto;
  transform: translate(0, -50%);
  box-shadow: 0 5px 4px -2px #0662fe45;
}

.form_input-submit:hover {
  transform: scale3d(1.03, 1.03, 1.03)translate(0, -50%);
}

.form-block {
  margin-bottom: 0;
}

.title-h2-5 {
  color: #09090b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.modal_image-1 {
  width: 79%;
  margin-bottom: 30px;
}

.modal_decor {
  z-index: 0;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.modal_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal_image-2 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cs-widget_list.swiper-wrapper {
  display: flex;
}

.cs-widget_cms.swiper {
  border: 1px solid #dfe2e5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px #00000024;
}

.cs-widget_close {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: -9px 11px auto auto;
}

.cs-widget_close.visible, .cs-widget_close.active {
  opacity: 1;
}

.cs-widget {
  z-index: 99;
  width: 100%;
  max-width: 355px;
  transition: all .4s;
  position: fixed;
  bottom: 24px;
  left: 24px;
}

.cs-widget:hover {
  transform: scale(1.05);
}

.cs-widget.cs-widget_wrapper-2 {
  bottom: 26px;
  left: 26px;
}

.cs-widget_wrapper {
  left: 26px;
}

.item-cs-widget {
  display: flex;
}

.item-cs-widget.swiper-slide {
  background-color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 122px;
}

.cs-widget-modal_video-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.cta-main-text-info-3 {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cs-widget-modal_close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: all .4s;
  display: flex;
}

.cs-widget-modal_close:hover {
  transform: scale(1.2);
}

.cs-widget-modal_verify-text {
  color: var(--_colors---secondary-text);
  letter-spacing: -.01em;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}

.cs-widget-modal_info-name {
  color: var(--_colors---black);
  letter-spacing: 0;
  margin-bottom: 2px;
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}

.cs-widget-modal_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-widget-modal_info-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.cs-widget-modal {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cs-widget-modal.visible {
  opacity: 1;
  visibility: visible;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  overflow-y: auto;
}

.cs-widget-modal_quote {
  color: var(--_colors---black);
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
}

.cs-widget-modal_info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cs-widget-modal_content {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 512px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  box-shadow: 0 4px 10px #00000024;
}

.cs-widget-modal_video {
  width: 100%;
}

.cs-widget-modal_wrap {
  margin-top: -41px;
  padding-bottom: 25px;
  padding-left: 13px;
  padding-right: 13px;
}

.cs-widget-modal_verify-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cs-widget-modal_overlay {
  background-color: #e5e7ebcc;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cta-main-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  letter-spacing: .015em;
  cursor: pointer;
  border-radius: 122px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 14px 14px 14px 32px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-main-3:hover {
  box-shadow: 0 30px 54px -21px #203b14b3;
}

.cta-main-3.header_cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  transform-style: preserve-3d;
  background-color: #203b14;
  border-radius: 21px;
  padding: 15px 18px 15px 21px;
  box-shadow: 0 0 0 7px #5390f940, 0 0 0 8.67px #5390f940, inset 0 -4.82px #073e9d, 0 0 5.78px 5.78px #ffffff40, 0 13.49px 34.68px -8.67px #fff;
}

.cta-main-3.header_cta:hover {
  transform: scale3d(1.03, 1.03, 1.03);
}

.cta-main-3.header_cta.cta-modal {
  width: 100%;
}

.cs-widget-modal_image {
  border: 4px solid #ffffff26;
  border-radius: 50%;
  width: 81px;
  height: 81px;
  margin-bottom: 20px;
  overflow: hidden;
}

.cs-widget-modal_head {
  background-color: #e2d9ff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 82px;
  padding: 15px;
  display: flex;
}

.cta_text-bot {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.cta_text-bot.cta_text-bot-2 {
  text-transform: capitalize;
}

.cs-widget-modal_cta-wrap {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cs-widget-modal_info-position {
  color: #00092c;
  font-size: 14px;
}

.cs-light-box-img, .cs-light-box {
  width: 100%;
}

.item-cs-widget_image {
  flex: none;
  width: 100%;
  max-width: 93px;
  height: 100%;
  max-height: 122px;
  position: relative;
}

.item-cs-widget_img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item-cs-widget_play {
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.item-cs-widget_content {
  width: 100%;
  padding: 12px;
}

.item-cs-widget_star {
  margin-bottom: 8px;
  display: flex;
}

.item-cs-widget_quote {
  color: #444d5c;
  margin-bottom: 7px;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.item-cs-widget_bottom {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-cs-widget_name {
  color: var(--_colors---medium-grey);
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.item-cs-widget_icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.item-cs-widget_hidden-field, .item-cs-widget_video {
  display: none;
}

.cs-widget-modal_image-1 {
  margin-top: 30px;
}

.cs-widget-modal_img-2 {
  width: 100%;
}

.brands_wrapper {
  background-color: #f7f7f8;
  border-left: 1px solid #e7e7e9;
  border-right: 1px solid #e7e7e9;
}

.brands_title-wrap {
  z-index: 20;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
  position: relative;
}

.brands_list-wrap {
  display: flex;
}

.brands_list {
  border-left: 1px solid #e7e7e9;
  flex-flow: wrap;
  display: flex;
}

.brands_item {
  cursor: pointer;
  background-color: #f7f7f8;
  border: 1px solid #e7e7e9;
  border-left-style: none;
  width: 20%;
  padding: 24px 37px;
  position: relative;
}

.brands_item-image {
  width: 100%;
  max-width: 141px;
}

.brands_item-switcher {
  color: #5b5a5a;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 10px 8px auto;
}

.brands_item-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brands_images {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 898px;
  margin: 20px auto;
  padding: 21px 84px;
}

.brands_images-wrap-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brands_images-list {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_images-item {
  width: 100%;
}

.brands_images-item.item-1 {
  max-width: 37px;
}

.brands_images-item.item-2 {
  max-width: 145px;
}

.brands_images-item.item-3 {
  max-width: 42px;
}

.brands_images-item.item-4 {
  max-width: 37px;
}

.brands_images-item.item-5 {
  max-width: 77px;
}

.brands_images-item.item-6 {
  max-width: 82px;
}

.brands_images-item-img {
  width: 100%;
}

.item-casual-cs_stars {
  display: flex;
}

.item-casual-cs_author {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.brands_item-modal {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  width: 353px;
  padding: 6px 6px 16px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
  box-shadow: 0 2px 5px #0003;
}

.brands_item-modal.visible, .brands_item-modal.visible-copy {
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  left: 0%;
  right: auto;
  transform: translate(0, -100%);
}

.item-casual-cs_author-position {
  color: #41424d;
  font-size: 14px;
}

.item-casual-cs_author-image {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.item-casual-cs_modal-text {
  color: #373737;
  letter-spacing: .01em;
  margin-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 148%;
}

.item-casual-cs_author-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.item-casual-cs_head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.item-casual-cs_author-name-wrap {
  margin-bottom: 2px;
  display: flex;
}

.item-casual-cs_author-name {
  color: #09090b;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.case-study_list-item-cs-icon-modal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_item-modal-light-box {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.brands_item-modal-light-box-image {
  width: 100%;
  transition: all .4s;
}

.brands_item-modal-light-box-image:hover {
  opacity: .6;
}

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

.brands_images-wrap {
  background-color: #f7f7f8;
  border-left: 2px solid #e7e7e9;
  border-right: 2px solid #e7e7e9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_top-col-list-wrap-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.cs_link-modal-text {
  color: var(--_colors---medium-grey);
  cursor: pointer;
  font-family: "TWK Lausanne 300", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  transition: all .4s;
}

.cs_link-modal-text:hover {
  color: #6248ff;
}

.modal-vsl {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-vsl.visible {
  opacity: 1;
  visibility: visible;
}

.modal-vsl-overlay {
  background-color: #000012eb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-vsl_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-vsl_video-wrap {
  z-index: 1001;
  width: 100%;
  max-width: 1080px;
  height: 611px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-2 {
  width: 100%;
}

.modal-vsl-exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 15px;
  right: 34px;
}

.modal-vsl-exit:hover {
  transform: scale3d(1.3, 1.3, 1.3);
}

.reviews_item-light-play {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews_item-light-play:hover {
  opacity: .7;
}

.reviews_item-images {
  width: 100%;
  max-width: 257px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.reviews_item-text-bg {
  background-image: url('../images/Frame-2147258839-1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 283px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  box-shadow: 0 2px 12px #00000005, 0 4px 8px #00000008, 0 2px 4px #0000000a, 0 1px 2px #0000000d, 0 1px #0000000f, 0 24px 48px #0000000a;
}

.reviews_item-text-flex {
  color: var(--_colors---black);
  font-family: "TWK Lausanne 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.strapline-icon-img {
  width: 100%;
  max-width: 61px;
}

.policy_clouds {
  background-image: url('../images/footer-clouds-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer_decor-gradient {
  background-image: linear-gradient(#fafafa00, #fafafa);
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-gray {
  color: var(--_colors---tertiary-text);
}

.link-gray.second {
  color: var(--_colors---secondary-text);
}

.footer_top-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 515px;
  display: flex;
}

.footer_top-col-list-icon {
  color: #b8b8b8;
  border-radius: 6px;
  display: flex;
  box-shadow: 0 0 #3333331a, 0 30px 30px #3333330a, 0 15px 15px #3333330a, 0 7.5px 7.5px #3333330a, 0 3.75px 3.75px #3333330a, 0 1.875px 1.875px #33333305, 0 .625px .625px #3333330a;
}

.banner-black {
  z-index: 100;
  background-color: #212126;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.banner-black.active {
  display: none;
}

.banner-avatar-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-black_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.banner-avatar-image {
  width: 100%;
  max-width: 24px;
}

.banner_exit {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 50% 38.75px auto auto;
  transform: translate(0, -50%);
}

.banner_exit:hover {
  transform: scale3d(1.3, 1.3, 1.3)translate(0, -50%);
}

.text-span-gray {
  color: #999;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.code-embed {
  align-self: center;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .cta-main, .cta-main-wrap.cta-big-modal {
    width: 100%;
  }

  .hero_img, .about_img-big, .reviews_item-img, .leads_item-img {
    object-fit: contain;
  }

  .private-demo_item {
    width: 100%;
  }

  .private-demo_list {
    flex-flow: column;
  }

  .cta-main-2 {
    width: max-content;
  }

  .modal_info {
    width: 100%;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .modal-big_cta-wrap, .modal_title-wrap {
    max-width: 100%;
  }

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

  .modal_image {
    background-position: 50% 0;
    width: 100%;
    height: 50%;
  }

  .modal_subtile-wrap {
    max-width: 100%;
  }

  .modal_image-1 {
    margin-top: 40px;
  }

  .modal_wrapper {
    flex-flow: column;
    height: 100%;
  }

  .cta-main-3 {
    width: max-content;
  }

  .brands_item-img {
    object-fit: contain;
    width: 100%;
  }

  .brands_item-modal {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-global.color {
    border: 1px solid #e7e7e9;
  }

  .title-h1 {
    font-size: 32px;
  }

  .title-h1.ls-modify {
    letter-spacing: -.4px;
    font-family: "TWK Lausanne 600", Arial, sans-serif;
    font-weight: 600;
    line-height: 120%;
  }

  .title-h2 {
    font-size: 32px;
    line-height: 120%;
  }

  .title-h2.ls-0-4 {
    letter-spacing: -.4px;
    line-height: 120%;
  }

  .title-h3.black {
    letter-spacing: .01em;
    font-size: 20px;
    line-height: 150%;
  }

  .title-h3.fz-17 {
    font-size: 17.5px;
  }

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

  .text-large.secondary {
    font-size: 16px;
    font-weight: 300;
  }

  .text-regular.dark-grey.no-hover.fz-14 {
    font-size: 15px;
  }

  .text-small.text-center.capitalize.opacity-50, .text-small.black.fz-12, .text-caption, .text-caption.tertiary {
    font-size: 12px;
  }

  .text-caption.tertiary.d-none {
    display: none;
  }

  .text-caption.fz-10 {
    font-size: 10px;
  }

  .text-caption.fz-10.fw-400 {
    font-family: "TWK Lausanne 400", Arial, sans-serif;
    font-weight: 400;
    line-height: 100%;
  }

  .label-large.secondary.capitalize.center, .label-large.fz-16 {
    font-family: "TWK Lausanne 400", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .label-medium.white.d-none {
    display: none;
  }

  .label-medium.darkblack.fz-14 {
    font-size: 14px;
  }

  .label-small.capitalize, .label-small.black {
    font-size: 10px;
  }

  .label_extra-small.grey.d-none-mobile {
    display: none;
  }

  .label_extra-small.white {
    font-size: 12px;
  }

  .title-h3-bold.wihte.ls.cta {
    font-size: 16px;
  }

  .cta-default_icon-wrap {
    flex: none;
    width: 19px;
    height: 19px;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.footer_cta-1 {
    display: none;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.modify {
    width: 30px;
    height: 30px;
    display: none;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.modify.cta-modal-main.flex {
    display: none;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.flex {
    width: 30px;
    height: 30px;
    display: block;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header {
    width: 24px;
    height: 24px;
    display: flex;
  }

  .medium-text-medium.white.text-center.cta {
    font-size: 10px;
  }

  .cta-main {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 11px 9px;
  }

  .cta-default_icon.top-arrow {
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.top-arrow.footer_cta-1 {
    z-index: 5;
  }

  .cta-default_icon.top-arrow.footer_cta-1.linkedin {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.bottom-arrow {
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.bottom-arrow.footer_cta-1.linkedin {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 8px;
  }

  .cta-default_icon.bottom-arrow.cta-modal {
    z-index: 200;
  }

  .cta-main-text-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .cta-default_icon-inner {
    border-radius: 6px;
  }

  .cta-main-wrap {
    width: 100%;
    padding: 4px;
  }

  .cta-main-wrap.no-shadow {
    width: max-content;
  }

  .cta-main-wrap.cta-big-modal {
    width: 100%;
  }

  .cta-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta_block-image {
    max-width: 84px;
  }

  .cta_block-image.cta_block-image-2 {
    max-width: 40px;
  }

  .cta_block-image.cta_block-image-3 {
    max-width: 83px;
  }

  .cta_block-image.cta_block-image-4 {
    max-width: 98px;
  }

  .cta_block-images {
    margin-bottom: 0;
  }

  .cta_block-img.mobile-arrow {
    display: block;
  }

  .cta_block-img.desktop {
    display: none;
  }

  .cta_block-img.desktop-hide {
    display: block;
  }

  .cta_flashing-text {
    margin-top: 10px;
    padding: 6px 14px;
  }

  .header {
    top: 100px;
  }

  .section_hero {
    padding-top: 112px;
  }

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

  .strapline {
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 1px 12px 1px 4px;
  }

  .strapline-icon {
    width: 53px;
  }

  .hero_strapline-wrap {
    margin-bottom: 16px;
  }

  .hero_title-wrap {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero_subtitle-wrap {
    margin-bottom: 32px;
  }

  .hero_cta-wrap {
    width: 100%;
    margin-bottom: 32px;
  }

  .hero_img {
    display: none;
  }

  .hero_img.mobile {
    display: block;
  }

  .hero_decor {
    height: 105px;
  }

  .about_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about_images {
    margin-bottom: 16px;
  }

  .about_image {
    max-width: 174px;
  }

  .about_image.about_image-2 {
    max-width: 163px;
  }

  .about_img.mobile {
    display: block;
  }

  .about_title-wrap {
    margin-bottom: 16px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .about_subtitle-wrap {
    margin-bottom: 32px;
  }

  .about_image-big {
    margin-bottom: 29px;
  }

  .about_img-big {
    display: none;
  }

  .about_img-big.mobile {
    display: block;
  }

  .sales_wrapper {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .strapline-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 22px;
  }

  .strapline-2.modify {
    flex-flow: row;
    padding-left: 8px;
    padding-right: 8px;
  }

  .strapline-2.flex-row {
    border-radius: 100px;
    flex-flow: row;
  }

  .strapline-2.pr-22 {
    flex-flow: row;
    padding-left: 8px;
    padding-right: 8px;
  }

  .strapline-2-wrap {
    border-radius: 16px;
    width: 100%;
    padding: 6px;
  }

  .strapline-2-wrap.flex-row {
    border-radius: 100px;
  }

  .strapline-2-icon {
    object-fit: contain;
    width: 32px;
  }

  .strapline-2_info-1.strapline-2_info-modify.banner_wrappper-flex {
    max-width: 150px;
  }

  .strapline-2_info-1.strapline-2_info-modify.flex {
    max-width: 170px;
  }

  .strapline-2-text-wrap.strapline-2-text-wrap-2 {
    flex-flow: column;
  }

  .strapline-2_divider {
    display: block;
  }

  .strapline-2_divider.mobile, .strapline-2-text-embed.d-none {
    display: none;
  }

  .sales_strapline-wrap {
    margin-bottom: 20px;
  }

  .sales_subtitle-wrap {
    padding-left: 1px;
    padding-right: 1px;
  }

  .reviews_cta-icon {
    flex: none;
    width: 25px;
    height: 25px;
  }

  .reviews_cta-icon-plus {
    width: 1px;
  }

  .reviews_cta-divider {
    display: block;
  }

  .reviews_cta-icon-minus {
    height: 1px;
  }

  .reviews_item {
    background-position: 50%;
    border-radius: 13px;
    width: 100%;
    max-width: 100%;
    min-height: 377px;
    margin-bottom: 15px;
    padding: 38px 0 0;
  }

  .reviews_cta-icon-left {
    max-width: 122px;
    display: block;
  }

  .reviews_cta-icon-left.full-size.flex {
    max-width: 109px;
  }

  .reviews_cta-icon-left.full-size {
    max-width: 120px;
  }

  .reviews_cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: max-content;
    max-width: 380px;
    margin-top: -38px;
    padding: 9px 17px 11px 14px;
    top: -10px;
  }

  .reviews_cta-text-left {
    display: none;
  }

  .reviews_cta-text-right.reviews_cta-text-right-1 {
    font-size: 14px;
  }

  .reviews_cta-text-right.reviews_cta-text-right-1.reviews_cta-text-right-1-modify {
    letter-spacing: -.01em;
    font-family: "TWK Lausanne 400", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .reviews_cta-text-right.reviews_cta-text-right-2.reviews_cta-text-right-2-modify {
    font-family: "TWK Lausanne 400", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .reviews_list {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }

  .reviews_item-image {
    object-fit: contain;
    max-width: 100%;
  }

  .why_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .why_images {
    margin-bottom: 16px;
  }

  .why_image {
    display: none;
  }

  .why_image.mobile {
    display: block;
  }

  .why_title-wrap {
    margin-bottom: 32px;
  }

  .title-span-blue {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .title-span-blue.title-span-blue-2 {
    padding-left: 0;
    display: inline;
  }

  .why_image-list {
    margin-bottom: 32px;
  }

  .why_image-item, .why_image-item.why_image-item-2 {
    max-width: 100%;
  }

  .why_img {
    display: none;
  }

  .why_img.mobile {
    display: block;
  }

  .leads_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .leads_title-wrap, .leads_list {
    margin-bottom: 32px;
  }

  .leads_item {
    flex-flow: column;
    padding: 9px;
  }

  .leads_step {
    font-size: 18px;
  }

  .leads_item-info, .leads_item-info.leads_item-info-2, .leads_item-info.leads_item-info-3 {
    max-width: 100%;
    padding: 11px 11px 20px;
  }

  .leads_item-image {
    max-width: 100%;
    padding: 0;
  }

  .leads_item-img {
    display: none;
  }

  .leads_item-img.mobile {
    display: block;
  }

  .case_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .case_item {
    width: 100%;
  }

  .case_item-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case_item-flex-item {
    width: 100%;
  }

  .policy_wrapper {
    padding-top: 0;
  }

  .policy_image {
    max-width: 188px;
    margin-top: -22px;
  }

  .policy_img {
    object-fit: cover;
  }

  .policy_title-wrap {
    margin-top: -180px;
  }

  .perfect_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .perfect_strapline-wrap {
    margin-bottom: 32px;
  }

  .perfect_title-wrap.d-none {
    display: block;
  }

  .perfect_item-img {
    width: 56px;
  }

  .ready_wrapper.terms {
    padding-top: 27px;
  }

  .ready_image {
    margin-top: -40px;
  }

  .faq_title-wrap {
    margin-bottom: 32px;
  }

  .faq_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .paragraph {
    font-size: 15px;
  }

  .faq_list-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .item_faq {
    padding: 15px 28px 15px 22px;
  }

  .title-h2-2, .title-h2-2.fz-41 {
    font-size: 30px;
  }

  .item_faq-title {
    font-size: 16px;
  }

  .item_faq-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item_faq-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

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

  .item_faq-content {
    padding-right: 0;
    font-size: 15px;
  }

  .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_copyright-info {
    margin-bottom: 0;
  }

  .footer_bot-col-img {
    object-fit: contain;
  }

  .footer_copyright {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .footer_bot-wrap {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_bot-col.first {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .footer_top-col-list-iink.modify {
    width: 100%;
    max-width: 170px;
  }

  .form-cta_input-wrap {
    height: 62px;
  }

  .footer_wrapper {
    padding-top: 45px;
    padding-bottom: 32px;
  }

  .footer_text {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .footer_top-col-title, .footer_top-col-title.modify {
    margin-bottom: 25px;
  }

  .footer_top-col-img, .footer_logo-img {
    object-fit: contain;
  }

  .footer_slider-item.swiper-slide {
    height: max-content;
  }

  .padding-global-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_top-wrap {
    flex-flow: column;
    padding-bottom: 0;
  }

  .text-small-2 {
    font-size: 14px;
    display: block;
  }

  .footer_top-col-list {
    margin-bottom: 32px;
  }

  .footer_top-col-list.max-width {
    width: 100%;
    max-width: 200px;
  }

  .footer_top-col-list-text.no-hover:hover {
    color: var(--_colors---medium-grey);
  }

  .footer_top-col.second {
    width: 100%;
    max-width: 106px;
  }

  .footer_top-col.second.third {
    max-width: 2000px;
  }

  .footer_top-col.second.flex {
    max-width: 120px;
  }

  .footer_top-col.second.flex.third {
    max-width: 106px;
  }

  .footer_top-col.first {
    max-width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .footer_top-col.third {
    max-width: 100%;
  }

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

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

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

  .cta-main-text-info-text {
    text-transform: capitalize;
  }

  .reviews_item-modify {
    max-width: 100%;
  }

  .review_cta-modify-plus {
    color: #000;
    background-color: #000;
    width: 55%;
    height: 2px;
    transition: all .4s;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .reviews_component-2 {
    position: relative;
  }

  .reviews_component-2.modify {
    margin-bottom: 0;
  }

  .review_cta-modify-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
  }

  .review_cta-modify-minus {
    z-index: 2;
    background-color: #000;
    width: 2px;
    height: 50%;
    transition: all .4s;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .reviews_list-modify {
    justify-content: center;
    align-items: center;
  }

  .review_cta-modify-text-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: none;
  }

  .review_cta-modify {
    z-index: 4;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
    background-image: linear-gradient(#3e3e3e, #212126);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 14px 11px 12px;
    display: flex;
    position: relative;
    box-shadow: 0 1px 3px #21212633, 0 0 0 1px #212126;
  }

  .review_cta-modify-text-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .review_decor {
    background-image: linear-gradient(0deg, #f7f7f7, #f7f7f700);
    width: 100%;
    height: 40%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .reviews_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .reviews_strapline-wrap {
    margin-bottom: 16px;
  }

  .strapline-2_divider-2 {
    display: none;
  }

  .private-demo_item {
    border-radius: 12px;
    width: 100%;
    padding: 20px 13px 25px;
  }

  .padding-global-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .strapline-2_divider-mobile {
    background-color: #e6e6e8;
    width: 97%;
    height: 1px;
    display: block;
  }

  .private-demo_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .strapline-2-modify-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

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

  .hero-playbooks_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-book-strapline-1-text, .hero-book-strapline-1-text.hero-book-strapline-1-text-2 {
    font-size: 16px;
  }

  .banner-steps {
    display: none;
  }

  .strapline-2-image {
    max-width: 160px;
  }

  .strapline-2-image.strapline-2-image-2 {
    max-width: 70px;
  }

  .strapline-2-2 {
    flex-flow: column;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .strapline-2-2.strapline-2-modify {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    padding-right: 8px;
  }

  .reviews_cta-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    max-width: 350px;
    margin-top: -10px;
    padding-left: 14px;
    padding-right: 17px;
    top: -10px;
  }

  .reviews_cta-divider-2 {
    display: none;
  }

  .reviews_title-wrap {
    margin-bottom: 32px;
  }

  .hero-book-strapline-1 {
    height: auto;
    padding: 20px 10px;
  }

  .hero-book-strapline-1.hero-book-strapline-2 {
    flex-flow: column;
    height: auto;
    padding: 15px 10px;
  }

  .title-h2-3 {
    font-size: 30px;
  }

  .reviews_cta-text-left-2 {
    display: none;
  }

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

  .private-demo_item-head {
    max-width: 50px;
  }

  .private-demo_list {
    flex-flow: column;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews_cta-icon-2 {
    flex: none;
  }

  .reviews_item-2 {
    width: 100%;
    max-width: 100%;
    padding: 16px 12px 15px 18px;
  }

  .private-demo_item-title {
    font-size: 16px;
  }

  .strapline-2_divider-3 {
    display: none;
  }

  .strapline-2-3 {
    flex-flow: column;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .strapline-2-3.strapline-2-modify {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    padding-right: 8px;
  }

  .title-h2-4 {
    font-size: 30px;
  }

  .padding-global-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-banner {
    display: none;
  }

  .banner_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .reviews_head {
    margin-bottom: 7px;
  }

  .reviews_head-icon {
    width: 100%;
    max-width: 124px;
    margin-bottom: 16px;
  }

  .reviews_text {
    font-size: 16px;
  }

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

  .reviews_avatar-name {
    font-size: 16px;
  }

  .reviews_avatar {
    max-width: 40px;
  }

  .reviews_head-2 {
    margin-bottom: 7px;
  }

  .reviews_head-icon-2 {
    width: 100%;
    max-width: 124px;
    margin-bottom: 16px;
  }

  .reviews_text-wrap {
    padding-right: 12px;
  }

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

  .hero_form-strapline-icon.hero_form-strapline-icon-2 {
    width: 6px;
  }

  .hero_form-strapline-icon.hero_form-strapline-icon-2.hero_form-strapline-icon--3 {
    flex: none;
  }

  .steps_block-title, .steps_block-title.steps_block-title-2 {
    font-size: 24px;
  }

  .steps_item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info_block_richtext {
    font-size: 14px;
  }

  .info_block_richtext strong {
    font-size: 16px;
  }

  .strapline-2_image {
    max-width: 139px;
  }

  .strapline-2_img {
    object-fit: contain;
  }

  .cta-main-text {
    font-family: "TWK Lausanne 500", Arial, sans-serif;
    font-size: 17.5px;
    font-weight: 500;
  }

  .reviews_strapline {
    margin-bottom: 20px;
  }

  .ready_image-img {
    display: none;
  }

  .ready_image-img.mobile {
    display: block;
  }

  .footer_top-col-flex {
    grid-column-gap: 50px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .modal-small {
    display: none;
  }

  .cta-main-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 122px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 7px 14px 6px;
  }

  .cta-main-2.header_cta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 10px 5px 10px 10px;
    display: none;
  }

  .cta_text {
    font-size: 16px;
  }

  .form_input {
    border-radius: 13px;
    height: 48px;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .form_input::placeholder {
    font-size: 14px;
  }

  .modal_info {
    background-color: #fff;
    margin-top: -360px;
    padding: 20px 16px;
    position: relative;
  }

  .form_input-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .modal-big_cta-wrap {
    max-width: 100%;
  }

  .modal_exit {
    right: 25px;
  }

  .large-medium {
    font-size: 16px;
  }

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

  .modal_image {
    background-position: 50% 0;
    height: 100%;
  }

  .form_input-submit {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    font-size: 14px;
    position: static;
    transform: none;
  }

  .form_input-submit:hover {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  .title-h2-5 {
    font-size: 30px;
  }

  .modal_image-1 {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .modal_wrapper {
    height: 100%;
  }

  .cs-widget {
    display: none;
  }

  .cta-main-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 122px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 7px 14px 6px;
  }

  .cta-main-3.header_cta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 10px 5px 10px 10px;
    display: none;
  }

  .cta-main-3.header_cta.cta-modal {
    display: flex;
  }

  .cta_text-bot {
    font-size: 14px;
  }

  .cta_text-bot.cta_text-bot-2 {
    font-size: 12px;
  }

  .section_brands {
    padding-top: 24px;
  }

  .brands_title-wrap {
    margin-top: -50px;
    margin-bottom: 15px;
  }

  .brands_list-wrap {
    position: relative;
  }

  .brands_item {
    width: 33.3333%;
    padding: 21px 6px;
    position: relative;
  }

  .brands_item-switcher {
    inset: auto 0% -40% auto;
  }

  .brands_images {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 24px;
  }

  .brands_images-wrap-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .brands_images-list {
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .brands_images-item.item-1 {
    max-width: 32px;
  }

  .brands_images-item.item-2 {
    max-width: 128px;
  }

  .brands_images-item.item-3 {
    max-width: 38px;
  }

  .brands_images-item.item-5 {
    max-width: 67px;
  }

  .brands_images-item.item-6 {
    max-width: 71px;
  }

  .brands_item-modal {
    padding-left: 6px;
    padding-right: 6px;
    transition-duration: .4s;
    display: block;
    left: 0%;
    transform: translate(0, -100%);
  }

  .brands_item-modal.visible {
    width: 353px;
    padding-right: 6px;
  }

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

  .brands_item-hidden-fields {
    display: block;
  }

  .brands_images-wrap {
    border: 1px solid #e7e7e9;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_top-col-list-wrap-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .modal-vsl.visible {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_decor-gradient.flex {
    height: 2%;
  }

  .footer_top-col-2 {
    padding-bottom: 80px;
  }

  .banner-black {
    display: block;
  }

  .banner-black_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .banner_exit {
    right: 10px;
  }

  .display-none {
    display: none;
  }

  .brands_item-flex {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .label_extra-small.grey.d-none-mobile {
    text-align: right;
    display: flex;
  }

  .label_extra-small.white {
    text-align: center;
  }

  .cta-main {
    width: 100%;
  }

  .cta-main-text-info {
    text-align: center;
  }

  .header {
    top: 50px;
  }

  .section_hero {
    padding-top: 40px;
  }

  .reviews_cta-icon-left {
    display: block;
  }

  .reviews_cta {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 350px;
  }

  .reviews_cta-text-right.reviews_cta-text-right-2 {
    font-size: 14px;
  }

  .case_item-flex-item {
    max-width: 338px;
  }

  .padding-global-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .footer_wrapper {
    padding-top: 25px;
  }

  .footer_slider-item.swiper-slide {
    height: max-content;
  }

  .padding-global-3 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-book-strapline-1-text.hero-book-strapline-1-text-2 {
    text-align: center;
  }

  .reviews_cta-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 350px;
  }

  .reviews_wrapper-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .padding-global-5 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-playblooks_caledly-wrap {
    margin-bottom: 0;
  }

  .padding-global-6 {
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .reviews_head-2 {
    margin-bottom: 0;
  }

  .reviews_head-icon-2 {
    margin-bottom: 8px;
  }

  .reviews_text-wrap {
    padding-top: 0;
  }

  .steps_block-title.steps_block-title-2.steps_block-title-3 {
    font-size: 30px;
  }

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

  .cta-main-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .cta_text {
    font-size: 18px;
  }

  .form_input {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .modal_info {
    margin-top: -290px;
  }

  .form_input-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form_input-submit {
    height: 52px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-main-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .cta_text-bot {
    font-size: 14px;
  }

  .banner-black_wrapper {
    flex-flow: row;
  }
}


@font-face {
  font-family: 'TWK Lausanne 400';
  src: url('../fonts/subset-TWKLausanne-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TWK Lausanne 600';
  src: url('../fonts/subset-TWKLausanne-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TWK Lausanne 500';
  src: url('../fonts/subset-TWKLausanne-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TWK Lausanne 300';
  src: url('../fonts/subset-TWKLausanne-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TWK Lausanne 550';
  src: url('../fonts/subset-TWKLausanne-550.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/subset-Inter18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/subset-Inter18pt-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}