:root {
  --primary: #ed612b;
  --light-low: #f3f1ff;
  --heading-color: #222e31;
  --body: #54506f;
  --white: white;
  --orange: #feebd4;
}

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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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: 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: 3.8rem;
  font-weight: 600;
  line-height: 4rem;
}

.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 {
  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-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);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 26px;
  display: flex;
}

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

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

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

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

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

.navbar {
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 170px;
  height: 52px;
}

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

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

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

.nav-links {
  grid-column-gap: 48px;
  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, .nav-link.w--current {
  color: var(--primary);
}

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

.primary-btn {
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ed612b, #ed612b);
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

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

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

.hero-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

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

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

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

.hero-widget {
  z-index: 1;
  width: 180px;
  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;
  margin-top: 210px;
  margin-left: -130px;
  padding: 30px 27px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.hero-heading {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

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

.hero-btns-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  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 {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 14px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .07);
}

.feature-block {
  grid-row-gap: 25px;
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
  box-shadow: 0 12px 34px rgba(14, 17, 44, .1);
}

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

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

.tecnologias-icon {
  width: 100%;
  height: auto;
  object-fit: fill;
}

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

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

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

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

.footer-copyright-left {
  width: 100%;
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

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

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

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

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

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

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

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

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

.nav-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .11);
}

.hero-image {
  width: 100%;
  height: 805px;
  object-fit: contain;
}

.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 {
  width: 100%;
  height: 220px;
  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;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.secondary-btn {
  width: 100%;
  height: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  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.color-white {
  border-color: var(--white);
  color: var(--white);
}

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

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

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

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

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

.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, #222e31 2%, #222e31 62%);
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-link {
  grid-column-gap: 30px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, .07);
}

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

.tab-para {
  width: 100%;
  color: var(--body);
  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;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-block-title-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

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

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

.channel-point-check-mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-self: flex-start;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.usp-block {
  height: 520px;
  grid-column-gap: 70px;
  justify-content: center;
  align-items: center;
  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;
  width: 100%;
  height: 420px;
  background-color: rgba(78, 47, 245, .07);
  border-radius: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.usp-video-wrapper {
  z-index: 1;
  width: 360px;
  height: 775px;
  flex-direction: column;
  align-items: center;
  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 {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.chat-icon {
  z-index: 3;
  height: 160px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: 110px;
  left: -80px;
  right: auto;
}

.usp-block-column-overflow-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.usp-block-column-images-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.pricing-link-text {
  width: 70px;
  color: var(--heading-color);
  text-align: center;
  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 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

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

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

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

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

.pricing-tab-left-link {
  text-align: left;
  background-color: rgba(221, 221, 221, 0);
  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: rgba(221, 221, 221, 0);
  font-weight: 700;
}

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

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

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

.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 {
  width: 100%;
  text-align: left;
}

.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;
  width: 72px;
  height: 33px;
  border: 2px solid #5a2ff5;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 7px;
  display: flex;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.pricing-tab-right-link {
  width: 160px;
  text-align: right;
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-start;
  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: rgba(221, 221, 221, 0);
}

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

.pricing-card {
  width: 100%;
  max-width: 355px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 50px;
  display: flex;
  box-shadow: 12px 0 34px rgba(14, 17, 44, .1);
}

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

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

.faq-column-wrapper {
  max-width: 1100px;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  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 {
  width: 100%;
  grid-row-gap: 12px;
  cursor: pointer;
  border: 1px solid rgba(15, 8, 64, .1);
  border-radius: 5px;
  flex-direction: column;
  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 {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.review-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 45px;
}

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

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

.review-content-wrapper {
  height: 288px;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  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 {
  width: 245px;
  height: 264px;
  object-fit: cover;
  border-radius: 10px;
}

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

.hero-arrow {
  height: 73px;
  position: absolute;
  top: -83px;
  bottom: auto;
  left: 45px;
  right: 0%;
}

.number-bar {
  width: 100%;
  background-image: linear-gradient(to right, #f4925e, #793aff);
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

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

.number-block {
  width: 195px;
  grid-row-gap: 10px;
  flex-direction: column;
  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 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  margin-top: 0;
  margin-bottom: 45px;
}

.anchor-link {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 100%;
  max-width: 570px;
  grid-row-gap: 48px;
  flex-direction: column;
  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 rgba(0, 0, 0, .05);
}

.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: rgba(255, 255, 255, .5);
}

.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 {
  width: 100%;
  max-width: 340px;
  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;
  padding: 50px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 34px rgba(0, 0, 0, .07);
}

.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 {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: none;
}

.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: rgba(0, 0, 0, 0);
  border: 2px solid rgba(15, 8, 64, .1);
  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: rgba(0, 0, 0, 0);
}

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

.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 {
  width: 55px;
  height: 55px;
  background-color: var(--light-low);
  color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

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

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

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

.loop-gradient-left {
  z-index: 1;
  width: 5%;
  background-image: linear-gradient(to right, #faf9ff, rgba(250, 249, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.loop-gradient-right {
  z-index: 1;
  width: 5%;
  background-image: linear-gradient(270deg, #faf9ff, rgba(250, 249, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.footer-links-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.text-block-2 {
  padding-top: 20px;
  line-height: 36px;
}

.html-embed {
  width: 1000px;
  height: 600px;
}

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

.field-label {
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 32px;
}

.field-label-3 {
  font-size: 14px;
}

.form-block {
  width: auto;
  max-width: none;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-2 {
  width: 500px;
  max-width: 500px;
  min-width: 300px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-field {
  height: 48px;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
}

.div-block-2 {
  padding-top: 40px;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--primary);
}

.contact {
  margin-top: 100px;
}

.section_contacto {
  padding-top: 60px;
}

.contact-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-14, .text-span-16 {
  color: var(--primary);
}

.text-block-3 {
  font-size: 0;
}

.text-span-17 {
  color: rgba(255, 68, 0, .5);
}

.text-span-18 {
  color: #ed612b;
}

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

  .h2.medium {
    padding-bottom: 20px;
  }

  .body.medium {
    font-size: 1.1rem;
  }

  .primary-web-color {
    height: 48px;
    border-radius: 8px;
    margin-top: 20px;
    padding-top: 8px;
    font-size: 16px;
  }

  .logo {
    width: 170px;
    height: 52px;
  }

  .primary-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
  }

  .nav-buy-btn {
    mix-blend-mode: normal;
  }

  .hero-section {
    background-image: linear-gradient(#fff, #fff);
  }

  .hero-container {
    grid-column-gap: 250px;
    grid-row-gap: 90px;
    padding-right: 40px;
  }

  .hero-widget {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .feature-block {
    padding: 40px 32px 32px;
  }

  .footer-section {
    background-color: var(--heading-color);
    background-image: linear-gradient(#222e31, #222e31);
    padding-top: 0;
  }

  .footer-copyright-left, .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .secondary-btn.no-upper-padding {
    font-size: 15px;
  }

  .app-features-section {
    background-image: linear-gradient(to right, #222e31 2%, #222e31 62%);
  }

  .features-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-flow: row;
  }

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

  .channel-point-check-mark {
    clear: none;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .usp-block-button {
    width: 190px;
  }

  .usp-block-para-wrapper {
    grid-row-gap: 35px;
    flex-wrap: nowrap;
    padding-left: 32px;
  }

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

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

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

  .footer-divider {
    margin-top: auto;
  }

  .text-block {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-2 {
    line-height: 36px;
  }

  .video {
    max-width: 600px;
    min-width: 400px;
    justify-content: center;
    display: flex;
  }

  .section {
    aspect-ratio: 2 / 1;
    display: inline-block;
    position: relative;
  }

  .html-embed {
    width: 100%;
  }

  .form {
    width: 500px;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .field-label {
    font-family: Satoshi, sans-serif;
    font-size: 1rem;
    line-height: 32px;
  }

  .field-label-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-span-2 {
    color: var(--primary);
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
    position: static;
  }

  .form-2 {
    width: 500px;
    max-width: 500px;
    min-width: 300px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .text-field {
    height: 48px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Satoshi, sans-serif;
    display: block;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 40px;
  }

  .text-span-3, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .text-span-4 {
    color: var(--primary);
  }

  .contact {
    margin-top: 0;
    padding-top: 100px;
  }

  .section_contacto {
    padding-top: 60px;
  }

  .contact-section {
    background-color: var(--white);
    margin-top: 60px;
    padding-top: 60px;
  }

  .casos-section {
    padding-top: 60px;
  }

  .text-span-12, .text-span-13 {
    color: var(--primary);
  }

  .div-block-3 {
    background-color: red;
  }

  .modal-wrapper {
    z-index: 9999;
    aspect-ratio: auto;
    outline-offset: 0px;
    object-fit: fill;
    background-color: red;
    outline: 3px #555;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .text-span-15 {
    color: var(--primary);
  }

  .success-message {
    order: 0;
  }
}

@media screen and (max-width: 991px) {
  .body---variant-3.medium {
    text-align: center;
  }

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

  .navbar {
    margin-top: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

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

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

  .nav-menu-wrapper {
    max-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
  }

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

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

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

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

  .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 {
    margin-top: 0;
  }

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

  .hero-widget {
    margin-left: -80px;
  }

  .usp-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .menu-button {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, .8);
    padding: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .hero-image {
    width: 530px;
    height: 530px;
  }

  .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 {
    max-width: 350px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .tabs-menu {
    height: auto;
    max-width: none;
    order: -1;
    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 {
    height: auto;
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .pricing-card-wrapper {
    max-width: 510px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    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: auto;
  }

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

  .menu-button-line {
    width: 100%;
    height: 2px;
    background-color: var(--heading-color);
    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;
  }

  .form-block {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .text-field {
    max-width: 500px;
  }

  .contact-section {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-4 {
    width: auto;
    max-width: none;
  }
}

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

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

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

  .navbar {
    height: 75px;
  }

  .nav-menu {
    width: 80%;
  }

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

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

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

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

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

  .hero-heading {
    margin-top: 0;
    margin-bottom: 40px;
  }

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

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

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

  .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 {
    width: 100%;
    grid-row-gap: 60px;
  }

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

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

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

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

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

  .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 {
    width: auto;
    grid-column-gap: 55px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 40px;
  }

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

  .form-block {
    width: auto;
    max-width: none;
    min-width: 0;
    clear: none;
    background-color: var(--white);
    object-fit: fill;
  }

  .form-2 {
    width: 500px;
    max-width: 500px;
    min-width: 300px;
  }

  .container {
    background-color: #fff;
  }

  .text-field {
    width: 100vw;
    max-width: 500px;
    padding-left: 12px;
  }

  .contact-section {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .display-title.semi-bold {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .h5 {
    line-height: 1.7rem;
  }

  .body {
    line-height: 1.6rem;
  }

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

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

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

  .hero-text-wrapper {
    text-align: left;
    align-items: flex-start;
  }

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

  .hero-widget {
    margin: 0;
    display: none;
    top: auto;
    bottom: 30px;
    left: auto;
    right: auto;
  }

  .hero-btns-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .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 {
    height: auto;
    max-width: 300px;
  }

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

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

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

  .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 {
    height: auto;
    max-width: 350px;
    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 {
    height: 70%;
    border-radius: 10px;
  }

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

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

  .chat-icon {
    width: auto;
    height: auto;
    top: auto;
    bottom: -50px;
    left: -10px;
    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-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;
  }

  .form-block {
    min-width: 280px;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-2 {
    width: 90%;
    max-width: none;
    min-width: 200px;
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 100%;
    display: block;
  }

  .text-span-5 {
    line-height: 4rem;
  }

  .contact-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-span-14 {
    line-height: 2.8rem;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }
}


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


.section-tecnology{
  background-color: white !important;
  padding-bottom: 3rem;
}
.icon-tec{
  margin: 0 auto;
  text-align: center;
}
.section-tecnology img{
  width: 60%;
  margin: 0 auto;
}

.mt-3{
  margin-top: 3rem;
}