@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading-color: #0f0840;
  --textra-blue: #502ff5;
  --light-low: #f3f1ff;
  --body: #54506f;
  --white: white;
  --background: #faf9ff;
  --transparent: #fff0;
  --00c852: #ffb459;
}

.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: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

.utility-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.display-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 6rem;
}

.display-title.semi-bold {
  float: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 5.3rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2.medium {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.h2.bold {
  font-weight: 600;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.h4.medium {
  font-style: normal;
  font-weight: 500;
}

.h4.bold {
  font-weight: 500;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.h5.medium {
  font-size: 1.9rem;
  font-weight: 500;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.body---variant-4 {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}

.body---variant-4.medium {
  color: var(--heading-color);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.body---variant-2 {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.body---variant-2.medium {
  text-align: left;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.body---variant-2.rating {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.body {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
}

.body.medium {
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.body---variant-1 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: .938rem;
  line-height: 1.563rem;
}

.body---variant-1.medium {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Outfit, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.8rem;
}

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

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

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

.light-low {
  background-color: var(--light-low);
}

.heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: var(--heading-color);
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: block;
}

.paragraph-wrapper {
  color: var(--body);
}

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

.utility-section {
  background-color: var(--background);
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.main-container {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container._1285-max-width {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 1285px;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand.w--current {
  clear: none;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0;
}

.logo {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 58px;
  height: 58px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.nav-container {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.nav-links {
  grid-column-gap: 48px;
  display: none;
}

.nav-buttons {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--heading-color);
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.nav-link:hover, .nav-link.w--current {
  color: #2962ff;
}

.main-body {
  background-color: var(--white);
}

.primary-btn {
  color: var(--white);
  text-align: center;
  background-color: #00c852;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.primary-btn:hover, .primary-btn:active {
  color: var(--white);
  background-color: #2962ff;
  background-image: linear-gradient(#2962ff, #2962ff);
}

.primary-btn:focus-visible, .primary-btn[data-wf-focus-visible] {
  background-image: linear-gradient(#00c852, #00c852);
}

.nav-buy-btn {
  width: 128px;
  height: 46px;
}

.hero-section {
  padding: 30px 20px 0;
  display: block;
  position: relative;
}

.hero-container {
  grid-column-gap: 225px;
  grid-row-gap: 90px;
  object-fit: contain;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  margin-bottom: 130px;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--heading-color);
  flex: 1 0 42%;
  order: 0;
  margin-top: 60px;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  perspective: 1000px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 378px;
  height: 702px;
  display: flex;
  position: relative;
}

.hero-widget {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  text-align: center;
  border-radius: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 210px;
  margin-left: -165px;
  padding: 30px 27px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 5px 30px #0000001a;
}

.hero-heading {
  width: 100%;
  max-width: 550px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 55px;
  display: block;
  position: relative;
}

.hero-widget-image {
  width: 40px;
  height: 40px;
}

.hero-btns-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-btn {
  color: var(--heading-color);
  width: 166px;
  height: 56px;
}

.usp-container {
  background-color: var(--background);
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 200px;
  padding-bottom: 250px;
  padding-left: 0;
}

.usp-block-para.small-width {
  max-width: 390px;
}

.usp-blocks-wrapper {
  grid-row-gap: 215px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.divider-text-wrapper {
  grid-row-gap: 14px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px #00000012;
}

.feature-block {
  grid-row-gap: 25px;
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  flex-direction: column;
  padding: 55px 30px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.feature-block-icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
  padding-left: 0;
  position: relative;
}

.feature-block-title {
  color: var(--heading-color);
  margin-bottom: 6px;
}

.footer-section {
  background-color: var(--heading-color);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.footer-social-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00c852;
}

.footer-copyright-left {
  grid-column-gap: 12px;
  text-align: left;
  flex: 0 auto;
  width: 80%;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.footer-container {
  grid-column-gap: 165px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom-wrapper {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

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

.connect-stats-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 410px;
  display: flex;
}

._404-page {
  width: 350px;
  height: 350px;
}

.nav-logo.w--current {
  display: none;
}

.overlay {
  align-self: auto;
  display: none;
}

.mobile-nav-logo {
  display: none;
}

.nav-shadow {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 10px #0000001c;
}

.hero-image {
  flex: none;
}

.hero-rating-text {
  grid-row-gap: 10px;
  color: var(--heading-color);
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.treatmant-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.secondary-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s ease-in-out;
  display: none;
}

.secondary-btn:hover {
  border-style: solid;
  border-color: var(--00c852);
  background-color: var(--00c852);
}

.secondary-btn.no-upper-padding {
  color: var(--heading-color);
  padding-top: 0;
  display: flex;
}

.secondary-btn.no-upper-padding:hover {
  color: var(--white);
  background-color: #2962ff;
  border-color: #2962ff;
}

.secondary-btn.no-upper-padding:active {
  color: var(--light-low);
  background-color: #2962ff;
}

.secondary-btn.no-upper-padding.color-white {
  border-color: var(--white);
  color: var(--white);
}

.secondary-btn.no-upper-padding.color-white:hover {
  border-color: #00c852;
}

.left-arrow {
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
  inset: -125px 60px auto auto;
}

.left-arrow:hover {
  border-color: var(--00c852);
  background-color: var(--00c852);
  color: var(--heading-color);
}

.arrow-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.right-arrow {
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
  inset: -125px 0% auto auto;
}

.right-arrow:hover {
  border-color: var(--00c852);
  background-color: var(--00c852);
  color: var(--heading-color);
}

.app-features-section {
  color: var(--white);
  text-align: center;
  background-image: radial-gradient(circle at 50% 0, #2962ff 100%, #fff), linear-gradient(#2962ff, #2962ff);
  padding: 0 20px;
  position: relative;
}

.app-features-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 130px;
}

.features-sub-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.features-blocks-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.doctor-block {
  color: var(--heading-color);
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
}

.orange {
  background-color: var(--00c852);
}

.tab-content-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 540px;
  max-width: 540px;
  margin-right: 100px;
  display: flex;
}

.feature-tab-image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tab-panel-2 {
  width: 100%;
}

.feature-animated-image-wrapper {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  height: 600px;
  display: flex;
}

.feature-animated-image {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-tab-text-wrapper {
  padding-right: 0;
}

.feature-tab-left-image {
  justify-content: center;
  align-items: flex-start;
  width: 524px;
  display: flex;
}

.tab-row {
  grid-column-gap: 25px;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.app-points-tab {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.tab-link-image {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.tab-link-image.with-margin {
  margin-top: 3px;
}

.tab-link {
  grid-column-gap: 30px;
  box-shadow: none;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 28px 30px 36px;
  display: flex;
  position: static;
}

.tab-link.w--current {
  background-color: #fff;
  box-shadow: 0 8px 30px #00000012;
}

.tab-link-text {
  grid-row-gap: 12px;
  color: var(--heading-color);
  flex-direction: column;
  display: flex;
}

.tab-para {
  color: var(--body);
  width: 100%;
  margin-bottom: 0;
  padding-left: 56px;
  overflow: hidden;
}

.tab-wrapper {
  justify-content: center;
  display: flex;
}

.tab-wrapper.hide-element-for-mob {
  width: 100%;
}

.google-play-btn {
  width: 16px;
  height: 18px;
}

.hero-rating {
  width: 100px;
  height: 18px;
  margin-left: -3px;
}

.hero-element {
  width: 170px;
  height: 170px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-block-title-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.usp-block-column {
  color: #101010;
  object-fit: none;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 475px;
  height: 530px;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.usp-block-text-wrapper {
  grid-row-gap: 0px;
  color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.channel-point-check-mark {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0 4px 4px #0000001a;
}

.usp-block {
  grid-column-gap: 70px;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
}

.channel-points-wrapper {
  grid-row-gap: 18px;
  color: var(--heading-color);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 9px;
  display: flex;
}

.usp-section {
  padding-top: 185px;
  padding-bottom: 150px;
}

.channel-point {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp-cta-wrapper {
  grid-column-gap: 22px;
  align-items: stretch;
  display: flex;
}

.usp-block-button {
  width: 150px;
  height: 50px;
}

.usp-block-para-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: stretch;
  padding-left: 30px;
  display: flex;
}

.usp-block-bg {
  z-index: -1;
  background-color: var(--light-low);
  object-fit: fill;
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 70%;
  margin-left: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.usp-video-wrapper {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 775px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.usp-video {
  object-fit: fill;
  border-radius: 0;
  flex: none;
  width: 96%;
  height: 86%;
  margin-top: 15px;
}

.phone-frame {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.payment-methods {
  grid-column-gap: 15px;
  display: flex;
}

.payment-methods-image {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.chat-icon {
  z-index: 3;
  object-fit: contain;
  height: 160px;
  display: block;
  position: absolute;
  inset: auto auto 110px -80px;
}

.usp-block-column-overflow-wrapper {
  border: 0px none var(--light-low);
  background-color: var(--transparent);
  object-fit: cover;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.usp-block-column-images-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.usp-block-column-images-1 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.usp-block-column-images-2 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.app-points-section {
  background-image: url('../images/background-v2_1background v2.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 0;
}

.app-points-container {
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.pricing-tabs {
  flex: 0 auto;
  width: 100%;
}

.pricing-tab-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.pricing-link-text {
  color: var(--heading-color);
  text-align: center;
  width: 70px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.pricing-price-caption {
  color: #171938;
  border-radius: 40px;
  padding: 4px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.pricing-card-top-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.price {
  font-size: 54px;
  font-weight: 500;
  line-height: 73px;
}

.pricing-list-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span {
  font-size: 28px;
  line-height: 56px;
}

.pricing-tab-content {
  color: var(--heading-color);
  width: 100%;
  overflow: visible;
}

.pricing-tab-left-link {
  text-align: left;
  background-color: #ddd0;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-tab-left-link.w--current {
  color: #346af8;
  text-align: left;
  background-color: #ddd0;
  font-weight: 700;
}

.main-container-2 {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.pricing-container {
  grid-row-gap: 15px;
  color: var(--body);
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.switch-circle {
  background-color: #5a2ff5;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.pricing-list-row {
  text-align: center;
  border-right-color: #dfedff;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
}

.pricing-price-div {
  margin-bottom: 10px;
}

.pricing-list-wrappper {
  text-align: left;
  width: 100%;
}

.pricing-section {
  background-image: url('../images/background-v2_1background v2.webp');
  background-position: 50%;
  background-size: cover;
  padding: 130px 20px 180px;
  position: relative;
}

.tab-switch {
  z-index: 0;
  border: 2px solid #5a2ff5;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 7px;
  display: flex;
  position: absolute;
  inset: 5px 0% auto;
}

.pricing-tab-panel {
  width: 100%;
}

.pricing-btn {
  width: 166px;
  height: 56px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.pricing-check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.pricing-tab-right-link {
  text-align: right;
  background-color: #ddd0;
  justify-content: flex-start;
  width: 160px;
  padding-left: 55px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  transform: translate(-10px);
}

.pricing-tab-right-link.w--current {
  color: #346af8;
  background-color: #ddd0;
}

.pricing-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  box-shadow: 12px 0 34px #0e112c1a;
}

.pricing-tab-menu {
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-section {
  padding: 130px 20px;
  position: relative;
}

.faq-column-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.accordion-left-flex {
  grid-column-gap: 0px;
  color: var(--heading-color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.accordion {
  grid-row-gap: 12px;
  cursor: pointer;
  border: 1px solid #0f08401a;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion._10px-radius {
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 20px;
  display: block;
}

.accordion-1st-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  line-height: 2em;
  display: flex;
}

.accordion-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

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

.accordion-2nd-row {
  color: var(--body);
  width: 100%;
  overflow: hidden;
}

.accordion-arrow {
  width: 12px;
  height: 8px;
  margin-left: 10px;
}

.faq-column {
  flex: none;
}

.review-section {
  object-fit: none;
  width: 100%;
  padding: 130px 20px;
  position: relative;
  overflow: hidden;
}

.review-heading-wrapper {
  width: 360px;
}

.review-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.review-slider-mask {
  width: 630px;
  height: auto;
  overflow: visible;
}

.review-slide {
  background-color: var(--white);
  border-radius: 20px;
  width: 630px;
  margin-right: 45px;
  box-shadow: 0 12px 34px #00000012;
}

.review-content-wrapper {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  height: 288px;
  padding: 12px 30px 12px 12px;
  display: flex;
}

.review-text-wrapper {
  grid-row-gap: 12px;
  color: var(--body);
  flex-direction: column;
  display: flex;
}

.review-quote {
  width: 23px;
  height: 14px;
}

.reviewer-details {
  color: var(--heading-color);
  text-align: left;
}

.reviewer-rating {
  text-align: left;
  width: 127px;
  height: 19px;
  margin-left: -15px;
  padding-left: 0;
}

.reviewer-image {
  object-fit: cover;
  border-radius: 10px;
  width: 245px;
  height: 264px;
}

.review-slide-nav {
  display: none;
}

.hero-arrow {
  height: 73px;
  margin-left: 50px;
  position: absolute;
  inset: -83px 0% auto 45px;
}

.number-bar {
  background-image: radial-gradient(circle at 50% 0, #2962ff 100%, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.number-blocks-wrapper {
  grid-column-gap: 285px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-block {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 195px;
  display: flex;
}

.number {
  text-align: center;
  font-size: 70px;
  line-height: 88px;
}

.number-block-text {
  grid-column-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.cta-heading.medium {
  font-weight: 500;
}

.footer-btn-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-rating-text {
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.footer-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 150px;
  margin-bottom: 45px;
}

.anchor-link {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -75px);
}

.menu-button-elements, .menu-button-line {
  display: none;
}

.utiliy-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-blocks-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.utility-block {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 30px 10px #0000000d;
}

.utility-block.text-center-aligned {
  text-align: center;
}

.utility-link {
  color: var(--heading-color);
}

.utility-link:hover {
  color: var(--textra-blue);
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  display: flex;
}

.utility-block-link {
  border-bottom: 1px solid var(--heading-color);
  color: var(--heading-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.utility-block-link:hover {
  border-bottom-color: var(--textra-blue);
  color: var(--textra-blue);
}

.copyright-text {
  color: var(--heading-color);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.footer-link {
  color: #ffffff80;
  flex: none;
  padding-right: 20px;
  font-weight: 400;
}

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

.component-hero-section {
  padding-top: 250px;
  padding-bottom: 130px;
}

.component-hero-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.components-blocks-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.components-tabs {
  width: 100%;
  margin-top: 40px;
}

.component-block {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  padding: 50px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 34px #00000012;
}

.component-block.layout-2 {
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.component-block.layout-3 {
  grid-row-gap: 32px;
  padding: 40px 32px;
}

.tab-content {
  width: 100%;
  overflow: visible;
}

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

.feature-icon {
  object-fit: contain;
  flex: none;
  width: 50px;
  height: 50px;
}

.feature-text {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.components-tab-content-wrapper {
  text-align: left;
  position: relative;
}

.components-tab-content-wrapper.overflow-hidden {
  overflow: hidden;
}

.components-tab-link {
  color: var(--heading-color);
  background-color: #0000;
  border: 2px solid #0f08401a;
  border-radius: 10px;
  padding: 12px 20px 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.components-tab-link.w--current {
  border-color: var(--heading-color);
  background-color: #0000;
}

.team-member-icon {
  object-fit: contain;
  border-radius: 50%;
  flex: none;
  width: 190px;
  height: 190px;
}

.team-text {
  grid-row-gap: 3px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-position {
  letter-spacing: 1.65px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.step-number {
  background-color: var(--light-low);
  color: var(--textra-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.integration-loop {
  grid-column-gap: 105px;
  width: 100%;
  display: flex;
  position: relative;
}

.integration-icons-container {
  grid-column-gap: 105px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  transform: none;
}

.integration-icon-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(to right, #faf9ff, #faf9ff00);
  width: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #faf9ff, #faf9ff00);
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.integration-icon {
  width: 80px;
  height: 80px;
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--heading-color);
  flex: 0 auto;
  font-size: 28px;
  font-weight: 500;
  display: block;
  position: relative;
  inset: 0;
}

.text-block-6 {
  display: none;
}

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

.image {
  align-self: center;
  padding-top: 10px;
}

.text-block-7 {
  display: block;
}

.image-2 {
  align-self: center;
  margin-top: 8px;
}

.h2-padding {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2-padding.medium {
  align-self: flex-start;
  padding-top: 130px;
  font-weight: 500;
}

.h2-padding.bold {
  font-weight: 600;
}

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

.text-block-8 {
  font-weight: 400;
}

.feature-inside-icon-reaction {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 14px;
  margin-left: 15px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-schedule {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 14px;
  margin-left: 12px;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-customize {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 14px;
  margin-left: 14px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-audio {
  object-fit: contain;
  width: 21px;
  height: 21px;
  margin-bottom: 13px;
  margin-left: 12px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-delayed {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 13px;
  margin-left: 14px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-copy-text {
  opacity: 1;
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 14px;
  margin-left: 15px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-blocklisting {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 13px;
  margin-left: 14px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-copy-blocklisting {
  object-fit: contain;
  width: 50px;
  height: 50px;
  padding-left: 0;
  position: relative;
}

.feature-inside-icon-spam {
  object-fit: contain;
  width: 21px;
  height: 21px;
  margin-bottom: 13px;
  margin-left: 12px;
  padding-left: 0;
  position: absolute;
}

.feature-inside-icon-fast {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 13px;
  margin-left: 15px;
  padding-left: 0;
  position: absolute;
}

.body---variant-1-copy {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: .938rem;
  line-height: 1.563rem;
}

.body---variant-1-copy.medium {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.privacy-text {
  color: var(--body);
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.privacy-heading {
  color: var(--heading-color);
  font-family: Outfit, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-2, .section {
  background-color: #faf9ff;
}

.utility-container-privacy {
  flex-direction: column;
  max-width: none;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.main-container-usb {
  background-color: var(--background);
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-container-usb._1285-max-width {
  max-width: 1285px;
}

.hero-arrow-mobile {
  height: 73px;
  display: none;
  position: absolute;
  inset: -83px 0% auto 45px;
}

.link {
  color: var(--textra-blue);
}

.privacy-app-heading {
  color: var(--heading-color);
  font-family: Outfit, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2rem;
}

.privacy-app-text {
  color: var(--body);
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.body-3 {
  padding-bottom: 40px;
}

.all-links {
  color: var(--textra-blue);
}

.spacer {
  width: 100%;
  height: 80px;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: auto;
  padding-right: 60px;
  font-size: 2.1rem;
  font-weight: 200;
  line-height: 2.6rem;
}

.div-block-2 {
  object-fit: fill;
  flex: 0 auto;
}

@media screen and (min-width: 1440px) {
  .display-title.semi-bold {
    font-size: 4.6rem;
    line-height: 5.3rem;
  }

  .body---variant-4 {
    font-size: 1.8rem;
  }

  .body---variant-4.medium {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .body---variant-2 {
    font-weight: 500;
  }

  .body {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .main-container._1285-max-width {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navbar {
    height: 100px;
    padding-top: 0;
  }

  .brand.w--current {
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .logo {
    margin-right: 0;
    display: block;
  }

  .nav-menu-wrapper {
    flex: none;
    order: 0;
    align-self: auto;
  }

  .nav-link:hover {
    color: #2962ff;
    -webkit-text-stroke-color: #2962ff;
  }

  .nav-link.w--current {
    color: #2962ff;
  }

  .nav-link.w--current:hover, .nav-link.w--current:focus {
    -webkit-text-stroke-color: #1976d2;
  }

  .primary-btn:hover {
    color: var(--white);
    background-image: linear-gradient(#2962ff, #2962ff);
  }

  .hero-container {
    padding-right: 40px;
  }

  .hero-text-wrapper {
    flex: 1 0 42%;
  }

  .feature-block {
    display: block;
  }

  .hero-image {
    margin-top: 0;
  }

  .secondary-btn.no-upper-padding:hover, .secondary-btn.no-upper-padding:active {
    background-color: #2962ff;
  }

  .hero-element {
    display: none;
    top: -100px;
  }

  .feature-block-title-wrapper {
    margin-bottom: 30px;
    position: static;
  }

  .usp-block-column {
    height: 530px;
    margin-left: 0;
    margin-right: 0;
  }

  .usp-block-text-wrapper {
    grid-row-gap: 0px;
    max-width: 480px;
  }

  .usp-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .usp-block-bg {
    background-color: var(--light-low);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 40px 40px 0 0;
    width: 100%;
    height: 70%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .usp-video-wrapper {
    object-fit: fill;
  }

  .usp-video {
    width: 96%;
    height: 86%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .usp-block-column-overflow-wrapper {
    border-radius: 0;
  }

  .faq-column-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-slider {
    margin-top: 45px;
  }

  .review-slide-nav {
    display: none;
  }

  .hero-arrow {
    margin-left: 50px;
  }

  .menu-button-line {
    display: none;
  }

  .text-block {
    padding-left: 4px;
  }

  .heading {
    color: #2962ff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .text-block-2 {
    clear: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    inset: 0;
  }

  .text-block-3 {
    color: var(--heading-color);
    font-size: 30px;
  }

  .text-block-6 {
    display: none;
  }

  .feature-inside-icon-reaction {
    z-index: auto;
    width: 22px;
    height: 22px;
    margin-bottom: 14px;
    margin-left: 15px;
    position: absolute;
  }

  .feature-inside-icon-schedule {
    z-index: auto;
    width: 22px;
    height: 22px;
    margin-bottom: 14px;
    margin-left: 12px;
    position: absolute;
  }

  .feature-inside-icon-customize {
    z-index: auto;
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
    margin-left: 14px;
    position: absolute;
  }

  .feature-inside-icon-audio {
    z-index: auto;
    width: 21px;
    height: 21px;
    margin-bottom: 13px;
    margin-left: 12px;
    position: absolute;
  }

  .feature-inside-icon-delayed {
    z-index: auto;
    width: 22px;
    height: 22px;
    margin-bottom: 13px;
    margin-left: 14px;
    position: absolute;
  }

  .feature-inside-icon-copy-text {
    z-index: auto;
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
    margin-left: 15px;
    position: absolute;
  }

  .feature-inside-icon-blocklisting {
    z-index: auto;
    width: 22px;
    height: 22px;
    margin-bottom: 13px;
    margin-left: 14px;
    position: absolute;
  }

  .feature-inside-icon-copy-blocklisting {
    z-index: auto;
    width: 20px;
    height: 20px;
    margin-bottom: 13px;
    margin-left: 13px;
    position: absolute;
  }

  .feature-inside-icon-spam {
    z-index: auto;
    width: 21px;
    height: 21px;
    margin-bottom: 13px;
    margin-left: 12px;
    position: absolute;
  }

  .feature-inside-icon-fast {
    z-index: auto;
    width: 22px;
    height: 22px;
    margin-bottom: 13px;
    margin-left: 15px;
    position: absolute;
  }

  .hero-arrow-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body---variant-2.medium {
    margin-right: 0;
    padding-right: 20px;
  }

  .main-container._1285-max-width {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .brand.w--current {
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .logo {
    margin-right: 0;
  }

  .nav-container {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--white);
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    width: 60%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    flex: none;
    order: 0;
    grid-template: ". Area"
                   ". ."
                   / 1.5fr .5fr;
    grid-auto-columns: 1fr;
    place-content: space-between space-around;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-height: 100vh;
    padding: 40px 40px 80px;
    display: flex;
  }

  .nav-links {
    grid-row-gap: 40px;
    flex-flow: column;
    flex: 1;
    order: 0;
    place-content: space-around flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-buttons {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-buy-btn {
    order: 1;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-wrapper {
    margin-top: 20px;
  }

  .hero-image-wrapper {
    flex: 0 auto;
    height: auto;
    margin-left: 30px;
  }

  .hero-widget {
    display: flex;
  }

  .usp-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 150px;
    display: flex;
  }

  .usp-blocks-wrapper {
    grid-row-gap: 160px;
    max-width: 520px;
  }

  .divider-section {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .footer-social-block {
    margin-left: 0;
    position: static;
  }

  .footer-copyright-left {
    flex: 1;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .footer-container {
    grid-row-gap: 90px;
    flex-wrap: wrap;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .connect-stats-block {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 185px;
  }

  .nav-logo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-logo.w--current {
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    flex: 1 1 0;
    justify-content: flex-start;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }

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

  .overlay {
    z-index: 1;
    background-color: #101010cc;
    width: auto;
    height: auto;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-logo {
    order: 0;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    display: block;
  }

  .nav-shadow {
    width: 100%;
    height: 100%;
  }

  .hero-image {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
  }

  .left-arrow {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: 60px 0 0 -20px;
  }

  .right-arrow {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    inset: 16px 0 0 40px;
  }

  .app-features-section {
    padding-top: 130px;
  }

  .app-features-container {
    padding-bottom: 100px;
    display: flex;
  }

  .features-blocks-wrapper {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    max-width: 500px;
  }

  .doctor-block {
    max-width: 47%;
  }

  .tab-content-2 {
    display: none;
  }

  .tabs-menu {
    order: -1;
    max-width: none;
    height: auto;
    margin-bottom: 0;
  }

  .feature-animated-image {
    width: auto;
    height: auto;
  }

  .feature-tab-left-image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .app-points-tab, .tab-wrapper {
    flex-direction: column;
  }

  .tab-wrapper.hide-element-for-mob {
    display: none;
  }

  .usp-block-column {
    order: -1;
    margin-left: 0;
  }

  .usp-block {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .usp-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .usp-video {
    width: 96%;
    height: 86%;
  }

  .app-points-section {
    padding-top: 100px;
  }

  .app-points-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container-2 {
    max-width: 700px;
  }

  .pricing-card-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-tab-menu {
    margin-bottom: 65px;
  }

  .faq-column-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: none;
  }

  .faq-container {
    justify-content: center;
  }

  .faq-column {
    max-width: none;
  }

  .hero-arrow {
    margin-left: 40px;
    display: block;
  }

  .number-bar {
    margin-top: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .number-blocks-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .number {
    font-size: 60px;
    line-height: 72px;
  }

  .footer-divider {
    margin-top: 100px;
  }

  .menu-button-elements {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: var(--heading-color);
    width: 100%;
    height: 2px;
    padding: 0;
    display: block;
  }

  .component-hero-section {
    padding-top: 165px;
    padding-bottom: 110px;
  }

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

  .integration-icons-container {
    width: auto;
  }

  .integration-icon-wrapper {
    text-align: center;
    flex: none;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-3 {
    display: flex;
  }

  .text-block-4 {
    color: var(--heading-color);
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-5 {
    color: var(--heading-color);
    font-size: 30px;
  }

  .text-block-6 {
    color: var(--heading-color);
    align-self: center;
    font-size: 28px;
    font-weight: 500;
    display: block;
    position: relative;
    inset: 0;
  }

  .h2-padding.medium {
    padding-top: 0;
  }

  .main-container-usb {
    max-width: 700px;
  }

  .hero-arrow-mobile {
    display: none;
  }

  .privacy-app-heading {
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .privacy-app-text {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-block, .spacer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .utility-container {
    padding-top: 60px;
  }

  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .display-title.semi-bold {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .h1 {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .h2 {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .h3 {
    font-size: 1.48438rem;
    line-height: 2.10938rem;
  }

  .utility-section {
    padding-top: 140px;
  }

  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container._1285-max-width {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 100px;
    padding-top: 0;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    width: 60%;
  }

  .nav-menu-wrapper {
    order: 1;
  }

  .hero-container {
    text-align: left;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-text-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .hero-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 130px;
  }

  .hero-widget {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    order: 1;
    align-content: flex-end;
    margin-top: 40px;
    margin-left: 50px;
    padding: 30px 27px;
    display: flex;
    position: relative;
    top: 60px;
    bottom: 30px;
  }

  .hero-heading {
    margin-top: 0;
  }

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

  .divider-text-wrapper {
    grid-row-gap: 10px;
    padding: 40px;
  }

  .feature-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .footer-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: auto;
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-left {
    grid-column-gap: 0px;
    text-align: center;
    flex: 0 auto;
    display: block;
  }

  .footer-container {
    grid-row-gap: 45px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
  }

  .connect-stats-block {
    grid-row-gap: 15px;
    text-align: center;
  }

  .nav-logo.w--current {
    grid-row-gap: 16px;
  }

  .hero-image {
    flex: 0 auto;
    order: 0;
    max-width: 80%;
    max-height: 80%;
  }

  .left-arrow {
    display: flex;
  }

  .app-features-container {
    text-align: center;
    align-items: center;
    padding-bottom: 100px;
  }

  .features-blocks-wrapper {
    text-align: left;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .doctor-block {
    max-width: 100%;
  }

  .feature-animated-image-wrapper {
    height: 80%;
  }

  .tabs-menu {
    margin-bottom: 0;
  }

  .feature-tab-left-image {
    width: 100%;
    min-height: 300px;
  }

  .usp-block-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .usp-block-bg {
    background-color: var(--light-low);
    width: 100%;
    height: 70%;
    margin-left: 0;
  }

  .chat-icon {
    left: -30px;
  }

  .usp-block-column-overflow-wrapper {
    width: 100%;
    height: 100%;
  }

  .app-points-section {
    padding-top: 80px;
  }

  .pricing-tab-wrapper {
    margin-top: 30px;
  }

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

  .pricing-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-switch {
    top: 8px;
  }

  .pricing-tab-menu {
    margin-bottom: 60px;
  }

  .faq-column-wrapper {
    margin-top: 30px;
  }

  .faq-container {
    align-items: center;
  }

  .accordion._10px-radius {
    padding: 20px;
  }

  .faq-column {
    max-width: none;
  }

  .review-slider-mask {
    width: 300px;
  }

  .review-slide {
    width: 100%;
  }

  .review-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    height: 600px;
    padding: 20px;
  }

  .review-text-wrapper {
    grid-row-gap: 18px;
  }

  .reviewer-image {
    width: 100%;
  }

  .hero-arrow {
    display: none;
  }

  .number-bar {
    height: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .number-blocks-wrapper {
    grid-row-gap: 60px;
    flex-flow: column wrap;
  }

  .cta-heading {
    font-size: 40px;
    line-height: 56px;
  }

  .footer-divider {
    margin-top: 80px;
  }

  .anchor-link {
    transform: translate(0, -70px);
  }

  .footer-link {
    padding-right: 0;
    display: inline-block;
  }

  .component-hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .components-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .component-block, .component-block.layout-2 {
    padding: 30px;
  }

  .components-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .components-tab-content-wrapper {
    margin-top: 0;
  }

  .integration-loop {
    grid-column-gap: 55px;
  }

  .integration-icons-container {
    grid-column-gap: 55px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .integration-icon-wrapper {
    text-align: center;
    width: 60px;
    max-width: 140px;
    height: 60px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    align-items: center;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-6 {
    font-size: 28px;
    display: block;
  }

  .h2-padding {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .privacy-text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .privacy-heading {
    margin-bottom: 8px;
    font-family: Outfit, sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .section {
    background-color: #fff;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .utility-container-privacy {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container-usb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-arrow-mobile {
    display: block;
  }

  .privacy-app-heading {
    margin-bottom: 8px;
  }

  .privacy-app-text {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .display-title.semi-bold {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
  }

  .h5 {
    line-height: 1.7rem;
  }

  .body---variant-2.medium {
    padding-right: 0;
  }

  .body {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .navbar {
    padding-top: 0;
  }

  .brand.w--current {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    width: 75%;
  }

  .nav-menu-wrapper {
    padding: 40px 20px 80px;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .hero-btns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    flex: 0 auto;
    place-content: center space-between;
    align-self: center;
    align-items: flex-start;
  }

  .usp-blocks-wrapper {
    grid-row-gap: 100px;
  }

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

  .feature-block {
    max-width: none;
    padding: 30px 20px;
  }

  .footer-copyright-left {
    display: block;
  }

  .footer-bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay {
    display: none;
  }

  .treatmant-block {
    padding-left: 0;
    padding-right: 0;
  }

  .app-features-container {
    text-align: left;
    align-items: flex-start;
  }

  .features-sub-text {
    margin-bottom: 60px;
  }

  .features-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .tab-content-2, .feature-animated-image-wrapper {
    height: auto;
  }

  .feature-animated-image {
    min-height: auto;
  }

  .feature-tab-left-image {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .tab-row {
    flex-direction: row;
    align-items: center;
  }

  .app-points-tab {
    width: 100%;
  }

  .tab-link-image.with-margin {
    margin-top: 0;
  }

  .tab-link {
    border-radius: 10px;
    flex-direction: column;
    padding: 20px 15px;
  }

  .tab-para {
    width: 100%;
    display: block;
  }

  .hero-rating {
    display: none;
  }

  .usp-block-column {
    width: 100%;
    max-width: none;
    height: 385px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .usp-block-text-wrapper {
    margin-right: 0;
  }

  .usp-block {
    grid-row-gap: 45px;
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .usp-cta-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .usp-block-para-wrapper {
    padding-left: 0;
  }

  .usp-block-bg {
    border-radius: 40px 40px 0 0;
    width: 100%;
    height: 70%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .usp-video-wrapper {
    object-fit: fill;
    width: 240px;
    height: 514px;
  }

  .usp-video {
    object-position: 50% 50%;
    border-radius: 20px 20px 0 0;
    height: 90%;
    margin-top: 0;
  }

  .phone-frame {
    object-fit: cover;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    inset: auto;
  }

  .chat-icon {
    width: auto;
    height: auto;
    inset: auto 0% -50px -10px;
  }

  .usp-block-column-overflow-wrapper {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .usp-block-column-images-wrapper {
    height: 350px;
  }

  .usp-block-column-images-1 {
    object-position: 50% 100%;
  }

  .pricing-list-wrappper {
    margin-bottom: 0;
  }

  .pricing-btn {
    width: 100%;
    max-width: 200px;
  }

  .pricing-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-tab-menu {
    width: auto;
    margin-bottom: 40px;
  }

  .faq-column-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-left-flex {
    grid-column-gap: 20px;
  }

  .faq-container {
    align-items: flex-start;
  }

  .accordion {
    padding-right: 24px;
  }

  .accordion-1st-row {
    grid-column-gap: 10px;
  }

  .accordion-right-flex, .accordion-arrow {
    flex: none;
  }

  .review-heading-wrapper, .review-slider-mask {
    width: 100%;
  }

  .review-slide {
    border-radius: 10px;
  }

  .review-content-wrapper {
    padding: 15px 15px 30px;
  }

  .hero-arrow {
    display: none;
  }

  .number-blocks-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .number-block {
    justify-content: center;
    align-items: center;
  }

  .number {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-btn-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

  .integration-icons-container {
    margin-top: 40px;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .text-block {
    display: none;
  }

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

  .text-block-6 {
    display: block;
  }

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

  .hero-arrow-mobile {
    margin-left: 50px;
    display: block;
  }

  .privacy-app-text {
    font-weight: 300;
  }

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


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}