@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 {
  --primary: #502ff5;
  --light-low: #f3f1ff;
  --heading-color: #0f0840;
  --body: #54506f;
  --white: white;
  --orange: #ffb459;
}

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: center;
  align-items: center;
  display: flex;
}

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

.display-title.semi-bold {
  font-size: 4.7rem;
  font-weight: 600;
}

.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 {
  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-weight: 500;
}

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

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

.h5.medium {
  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-3 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.body---variant-3.medium {
  font-weight: 500;
}

.body---variant-2 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

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

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

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

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

.body---variant-1.medium {
  font-weight: 500;
}

.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(--primary);
}

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

.heading-wrapper {
  color: var(--heading-color);
}

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

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

.utility-section {
  background-color: #f6f3fc;
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 100px;
}

.main-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.main-container._1285-max-width {
  max-width: 1285px;
  height: 100%;
}

.navbar {
  background-color: #0000;
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand.w--current {
  flex: 1;
  align-self: center;
}

.logo {
  flex: 0 auto;
  width: 280px;
  height: 70px;
  margin-left: 0;
  display: block;
}

.nav-container {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.nav-menu-wrapper {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 30px;
  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 {
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--primary);
  -webkit-text-stroke-color: #ff4582;
}

.main-body {
  background-color: #faf9ff;
  padding-top: 0;
}

.primary-btn {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(to right, #4e2ff5, #793aff);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s ease-in-out;
  display: flex;
}

.primary-btn:hover {
  color: var(--heading-color);
  background-image: linear-gradient(#59c4be, #59c4be);
}

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

.hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 30px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.hero-container {
  grid-column-gap: 225px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 40px 150px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--heading-color);
  flex: 1;
  margin-top: 0;
  padding-right: 140px;
  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-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 210px;
  margin-left: -140px;
  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 {
  max-width: 550px;
  margin-top: 140px;
  margin-bottom: 60px;
  position: relative;
}

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

.hero-btns-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-btn {
  width: 166px;
  height: 56px;
}

.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 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.feature-block-icon {
  object-fit: fill;
  width: 50px;
  height: 50px;
}

.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: 45px;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}

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

.footer-social-link:hover {
  background-color: var(--orange);
}

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

.footer-container {
  grid-column-gap: 165px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  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, .menu-button {
  height: auto;
}

.overlay {
  height: auto;
  display: none;
}

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

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

.hero-image {
  object-fit: contain;
  width: 125%;
  max-width: 125%;
  height: 125%;
  max-height: 125%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

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

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

.secondary-btn.no-upper-padding {
  padding-top: 0;
}

.secondary-btn.no-upper-padding:hover {
  background-color: #59c4be;
  border-color: #59c4be;
}

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

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

.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;
  margin: auto 0;
  transition: all .3s;
  display: flex;
  inset: -125px 60px auto auto;
}

.left-arrow:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  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(--orange);
  background-color: var(--orange);
  color: var(--heading-color);
}

.app-features-section {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(to right, #4e2ff5, #793aff);
  padding-top: 145px;
  padding-bottom: 125px;
  position: relative;
}

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

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

.features-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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(--orange);
}

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

.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;
  align-items: center;
  display: flex;
}

.usp-block-column {
  color: #101010;
  background-color: #0000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 475px;
  height: 520px;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.usp-block-text-wrapper {
  grid-row-gap: 30px;
  color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 460px;
  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;
  padding-left: 40px;
  display: flex;
}

.usp-block-bg {
  z-index: -1;
  background-color: #4e2ff512;
  border-radius: 40px;
  width: 100%;
  height: 420px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.usp-video {
  width: 96%;
  margin-top: 35px;
}

.phone-frame {
  width: 100%;
  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;
  position: absolute;
  inset: auto auto 110px -80px;
}

.usp-block-column-overflow-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  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%;
}

.usp-block-column-images-2 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  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 {
  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: 20px;
  padding-bottom: 30px;
  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: 1235px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.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 {
  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-top: 105px;
  padding-bottom: 160px;
  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: 0 60px 50px;
  display: flex;
  box-shadow: 12px 0 34px #0e112c1a;
}

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

.faq-section {
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
}

.faq-column-wrapper {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 64px;
  display: flex;
}

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

.faq-container {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.accordion._10px-radius {
  border-radius: 10px;
}

.accordion-1st-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.faq-column {
  flex: none;
  width: 100%;
  max-width: 540px;
}

.review-section {
  width: 100%;
  padding-top: 135px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

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

.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: 22px;
  color: var(--body);
  flex-direction: column;
  display: flex;
}

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

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

.reviewer-rating {
  width: 127px;
  height: 19px;
}

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

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

.hero-arrow {
  height: 73px;
  position: absolute;
  inset: -80px 0% auto 65px;
}

.number-bar {
  background-image: linear-gradient(190deg, #4e2ff5, #793aff);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 140px;
  padding-bottom: 140px;
  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);
}

.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(--primary);
}

.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(--primary);
  color: var(--primary);
}

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

.footer-link {
  color: #ffffff80;
}

.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(--primary);
  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;
  display: flex;
}

.text-block {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}

.text-block-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
}

.text-block-3, .text-block-4 {
  margin-left: 5px;
}

.text-block-5 {
  flex: 1;
}

.logo-icon {
  width: 22px;
  height: 70px;
}

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

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 100px;
  display: flex;
}

.main-container-3 {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body---variant-4 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

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

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

@media screen and (min-width: 1440px) {
  .display-title.semi-bold {
    margin-top: 0;
    font-size: 4.7rem;
  }

  .main-container {
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
  }

  .main-container._1285-max-width {
    height: 100%;
  }

  .navbar {
    height: 110px;
    font-size: 16px;
  }

  .brand.w--current {
    flex: 1;
    align-self: center;
  }

  .logo {
    opacity: 1;
    mix-blend-mode: darken;
    width: 280px;
    height: 70px;
    margin-left: 0;
    font-weight: 800;
  }

  .nav-container {
    height: 100%;
  }

  .nav-menu {
    flex: 0 auto;
    height: 100%;
  }

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

  .nav-links {
    grid-row-gap: 48px;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .nav-buttons {
    grid-row-gap: 30px;
  }

  .nav-link {
    flex: 1;
    align-self: flex-end;
  }

  .primary-btn {
    background-image: linear-gradient(#4e2ff5, #4e2ff5);
    width: 110%;
    height: 110%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 32px;
  }

  .primary-btn:hover {
    background-image: linear-gradient(#59c4b2, #59c4b2);
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
  }

  .hero-container {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .hero-text-wrapper {
    text-align: left;
    object-fit: fill;
    flex: 1;
    margin-top: 0;
    display: block;
  }

  .hero-widget {
    height: auto;
    margin-left: -140px;
  }

  .hero-heading {
    margin-top: 140px;
    margin-bottom: 60px;
  }

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

  .hero-btn {
    transition: opacity .2s;
  }

  .footer-section {
    object-fit: fill;
    border-bottom: 0 #000;
    margin-top: 0;
    overflow: hidden;
  }

  .footer-social-link {
    display: none;
  }

  .nav-logo.w--current, .overlay {
    height: auto;
  }

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

  .hero-image {
    flex: 0 auto;
    width: 125%;
    max-width: 125%;
    height: 125%;
    max-height: 125%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .secondary-btn.no-upper-padding:hover {
    background-color: #59c4b2;
    border-color: #59c4be;
  }

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

  .review-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .hero-arrow {
    top: -80px;
    left: 65px;
  }

  .number-bar {
    background-image: linear-gradient(190deg, #4e2ff5, #793aff);
    margin-top: 20px;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .number-blocks-wrapper {
    align-items: center;
  }

  .number-block {
    align-self: auto;
  }

  .anchor-link {
    margin-bottom: 0;
  }

  .text-block, .text-block-2 {
    font-size: 17px;
  }

  .text-block-3, .text-block-4 {
    margin-left: 5px;
  }

  .text-block-5 {
    color: #ffffff91;
  }

  .logo-icon {
    width: 22px;
    height: 70px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 100px;
    display: flex;
  }

  .main-container-3 {
    flex: 0 auto;
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  .display-title.semi-bold {
    text-align: left;
    padding-right: 20px;
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .heading-wrapper {
    overflow: visible;
  }

  .main-container {
    flex-wrap: nowrap;
    max-width: 768px;
  }

  .main-container._1285-max-width {
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    display: block;
  }

  .navbar {
    margin-top: 0;
  }

  .brand.w--current {
    flex: 1;
    align-self: center;
    padding-left: 0;
  }

  .logo {
    flex: 0 auto;
    align-self: auto;
    display: none;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--white);
    width: 50%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-height: 100vh;
    padding: 40px;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: row;
    align-items: stretch;
  }

  .nav-buttons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .primary-btn {
    background-image: linear-gradient(#4e2ff5, #4e2ff5);
    flex: none;
    display: flex;
  }

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

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

  .hero-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    padding-right: 10px;
    display: block;
  }

  .hero-image-wrapper {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    height: 702px;
    margin-left: 50px;
  }

  .hero-widget {
    width: 30%;
    height: 12%;
    margin-left: -140px;
    display: none;
    left: auto;
  }

  .hero-heading {
    position: relative;
  }

  .hero-widget-image {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .usp-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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: 45px;
  }

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

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

  .nav-logo.w--current {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    flex: none;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
  }

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

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

  .mobile-nav-logo {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 260px;
    height: 70px;
    margin-left: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-image {
    flex: 1;
    width: 125%;
    max-width: none;
    height: 125%;
    max-height: none;
  }

  .left-arrow {
    bottom: auto;
    left: auto;
  }

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

  .app-features-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-blocks-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

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

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

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

  .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-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .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-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-column-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

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

  .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;
    flex: 1;
    order: 1;
    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;
  }

  .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-3 {
    margin-left: 5px;
  }

  .text-block-5 {
    flex: 1;
    align-self: center;
  }

  .logo-icon {
    display: block;
  }

  .mobile-nav-logo-icon {
    width: 30px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: 0;
  }

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

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

@media screen and (max-width: 767px) {
  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .display-title.semi-bold {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    font-size: 4.7rem;
    line-height: 6rem;
    display: block;
  }

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

  .heading-wrapper {
    text-align: left;
    width: 100%;
  }

  .main-container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    height: 75px;
  }

  .logo {
    display: none;
  }

  .nav-menu {
    width: 80%;
  }

  .nav-menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

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

  .hero-container {
    grid-row-gap: 60px;
    align-items: center;
    padding-top: 100px;
  }

  .hero-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-right: 0;
    display: block;
  }

  .hero-image-wrapper {
    width: 50%;
    margin-left: 20%;
    display: none;
  }

  .hero-widget {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    margin-top: 120px;
    margin-left: -120px;
    padding: 10px;
  }

  .hero-heading {
    order: -1;
    align-self: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-btns-wrapper {
    grid-row-gap: 10px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .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: 45px;
    padding-bottom: 45px;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-copyright-left {
    text-align: center;
  }

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

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .mobile-nav-logo {
    width: 240px;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    display: none;
  }

  .secondary-btn.no-upper-padding {
    text-align: left;
  }

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

  .app-features-container {
    text-align: center;
    align-items: center;
  }

  .features-blocks-wrapper {
    text-align: left;
    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-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .usp-block {
    grid-row-gap: 60px;
    width: 100%;
  }

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

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

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

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

  .tab-switch {
    top: 8px;
  }

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

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

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

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

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

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

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

  .review-slide {
    width: 100%;
  }

  .review-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    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 {
    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;
  }

  .text-block, .text-block-2 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .text-block-5 {
    flex: 1;
  }

  .div-block {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: block;
  }

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

@media screen and (max-width: 479px) {
  .display-title.semi-bold {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .h5 {
    line-height: 1.7rem;
  }

  .body {
    line-height: 1.6rem;
  }

  .main-container._1285-max-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 280px;
  }

  .hero-section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero-container {
    align-items: flex-start;
    padding-top: 60px;
  }

  .hero-text-wrapper {
    text-align: left;
    flex-flow: column;
    flex: none;
    justify-content: space-around;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-image-wrapper {
    width: 100%;
    margin-left: 0%;
    display: none;
  }

  .hero-widget {
    margin: 0;
    display: none;
    inset: auto auto 30px;
  }

  .hero-btns-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    display: flex;
  }

  .hero-btn {
    width: 150px;
  }

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

  .hero-image {
    max-width: 300px;
    height: 100%;
  }

  .hero-rating-text {
    align-items: stretch;
  }

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

  .secondary-btn.no-upper-padding {
    width: 100%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -75px -60px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    inset: auto -60px -75px 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;
  }

  .usp-block-column {
    max-width: 350px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .usp-block {
    grid-row-gap: 45px;
  }

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

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

  .usp-block-bg {
    border-radius: 10px;
    height: 70%;
  }

  .usp-video-wrapper {
    width: 80%;
    height: 450px;
  }

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

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

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

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

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

  .pricing-section {
    width: 100%;
    overflow: hidden;
  }

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

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

  .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-items: center;
  }

  .text-block-3, .text-block-4 {
    text-align: left;
    margin-left: 5px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .div-block {
    margin-top: 80px;
  }
}


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