:root {
  --midnight-blue: #1e2037;
  --ghost-white: #f7f9fd;
  --white: white;
  --dark-slate-blue: #4a4c63;
  --deep-sky-blue: #2aa8ef;
  --light-salmon: #f6bba8;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Halant, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Halant, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 69px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  inset: -3% 0% auto;
}

.nav-link {
  border-radius: 8px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.nav-link.w--current {
  color: var(--midnight-blue);
  font-weight: 500;
}

.nav-link.w--current:hover {
  color: var(--ghost-white);
}

.nav-link.login {
  color: var(--white);
  align-items: center;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link.login:hover {
  background-color: var(--midnight-blue);
}

.nav-link.login.hide-mobile {
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.nav-link.login.show-mobile {
  display: none;
}

.body {
  color: var(--midnight-blue);
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container {
  max-width: 1230px;
  height: auto;
  margin-top: -67px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.hero {
  background-color: var(--ghost-white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.side-background {
  background-color: var(--midnight-blue);
  perspective-origin: 100%;
  transform-origin: 100%;
  color: var(--midnight-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 371px;
  transform: translate(100%);
}

.hero-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
}

.brand {
  margin-right: 9%;
}

.nav-menu {
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-button {
  z-index: 1;
  color: #f7f9fd;
  background-color: #be6a4e;
  border-radius: 8px;
  margin-left: 21px;
  padding: 10px 21px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.nav-button:hover {
  background-color: var(--midnight-blue);
}

.nav-button.hide-mobile {
  background-color: var(--dark-slate-blue);
}

.nav-button.show-mobile {
  display: none;
}

.nav-right-wrapper {
  align-items: flex-start;
  display: flex;
}

.hero-section-wrapper {
  background-color: #f7f9fd;
  overflow: hidden;
}

.hero-left-wrapper {
  z-index: 1;
  padding-top: 69px;
  position: relative;
}

.hero-heading {
  letter-spacing: 0;
  white-space: normal;
  max-width: 600px;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 300;
  line-height: 25px;
}

.hero-text {
  color: #4a4c63;
  max-width: 456px;
  margin-top: 22px;
  margin-bottom: 41px;
  font-style: italic;
  line-height: 25px;
}

.categories {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 30px;
  display: grid;
}

.item {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-title {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.item-sub-title {
  color: var(--dark-slate-blue);
  font-size: 10px;
  line-height: 12px;
}

.primary-button {
  color: var(--white);
  letter-spacing: .04em;
  background-color: #00a7ea;
  border-radius: 8px;
  width: 40%;
  margin-top: 20px;
  margin-left: 1px;
  margin-right: 20px;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-image {
  max-width: 521px;
  height: 100%;
  max-height: 800px;
  margin-top: -38px;
  padding-top: 0;
  position: relative;
}

.hero-right-wrapper {
  z-index: 1;
  padding-top: 0;
  position: relative;
}

.hero-circle {
  z-index: 1;
  width: 50%;
  max-width: 734px;
  height: 500%;
  max-height: 900px;
  margin-left: 74px;
  padding-top: 0;
  padding-bottom: 180px;
  padding-left: 0;
  position: absolute;
  bottom: -96px;
  left: 43px;
}

.profession {
  z-index: 1;
  max-width: 100%;
  max-height: 150%;
  margin-top: -20px;
  margin-bottom: -8px;
  margin-left: -88px;
  padding-bottom: 0;
  padding-left: 10px;
  position: relative;
}

.hero-image-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
}

.proofs {
  z-index: 3;
  background-color: var(--midnight-blue);
  opacity: 1;
  border-radius: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1170px;
  padding: 40px 30px 10px;
  display: flex;
  position: relative;
  transform: translate(0, -86px);
  box-shadow: 0 0 11px -5px #000;
}

.proofs-item {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px 0 0;
  display: flex;
}

.proofs-item._2 {
  border-left: 1px solid #e9e9f633;
  border-right: 1px solid #e9e9f633;
}

.proofs-number {
  color: #fbfcfc;
  margin-bottom: 3px;
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 78px;
}

.proofs-number._1 {
  font-size: 30px;
  display: block;
}

.percentage {
  font-size: 60px;
  line-height: 35px;
}

.proofs-title {
  color: #2aa8ef;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
}

.proofs-title._2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.proofs-title._3 {
  padding-left: 10px;
}

.proofs-shadow {
  z-index: -1;
  opacity: 1;
  position: absolute;
  inset: auto 0% -34px;
}

.features-content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.features-heading {
  opacity: .49;
  text-align: center;
  width: 100%;
  max-width: 707px;
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 35px;
}

.features-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.features-list-item {
  max-width: 270px;
}

.features-icon-wrapper {
  background-color: #eaf1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.features-title {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.features-description {
  color: #666885;
}

.patient-cases {
  overflow: hidden;
}

.patient-cases-content {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.cases-heading {
  margin-top: 0;
  margin-bottom: 100px;
}

.patient-cases-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(150px, .75fr));
  grid-template-areas: "Area-5 Area-2 Area-3 Area-4 Area-6";
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 111px;
  display: grid;
}

.patient-cases-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  padding-top: 2px;
  display: flex;
  position: relative;
}

.patient-cases-item._2 {
  margin-top: 66px;
}

.patient-image-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.patient-image {
  object-fit: cover;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  transform: rotate(0);
}

.patient-case-title {
  z-index: 1;
  color: var(--midnight-blue);
  max-width: 270px;
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}

.circle-2 {
  z-index: 0;
  filter: grayscale();
  mix-blend-mode: normal;
  background-color: #0000;
  max-width: 300%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 250px;
  position: absolute;
  bottom: 306px;
  right: 0;
  transform: translate(27%);
}

.doctors {
  background-color: #f5f4f3;
  padding-top: 113px;
  padding-bottom: 77px;
  position: relative;
  overflow: hidden;
}

.teams-heading {
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 75px;
  position: relative;
}

.doctors-grid {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1020px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.team-card {
  z-index: 1;
  background-color: var(--white);
  perspective: 2000px;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transform: perspective(2000px);
}

.team-card._2 {
  z-index: 6;
  height: 100%;
  position: relative;
}

.team-card._3, .team-card._4 {
  height: 100%;
}

.team-image {
  backface-visibility: visible;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  color: var(--midnight-blue);
  border-radius: 100%;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  overflow: hidden;
}

.doctor-name {
  margin-bottom: 8px;
  font-weight: 600;
}

.doctor-profession {
  color: #666885;
  font-size: 9.5px;
  line-height: 14px;
}

.doctor-rating {
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.card-row {
  justify-content: space-between;
  align-items: center;
  max-width: 154px;
  margin-bottom: 16px;
  display: flex;
}

.rating-star {
  margin-right: 5px;
}

.doctor-specialist {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.total-patients {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.hospital {
  color: #666885;
  font-size: 10px;
  line-height: 17px;
}

.tertiary-button {
  z-index: 1;
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.tertiary-button:hover {
  color: var(--midnight-blue);
}

.doctors-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.big-circle {
  z-index: 0;
  background-color: var(--dark-slate-blue);
  mix-blend-mode: luminosity;
  border-radius: 100%;
  flex: none;
  width: 1165px;
  height: 1165px;
  position: absolute;
  bottom: -353.273px;
  left: 50%;
  transform: translate(-50%);
}

.left-arrow {
  z-index: 5;
  width: 29px;
  height: 24px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 61px 15px auto;
  overflow: visible;
}

.left-arrow.slide-arrow {
  background-color: var(--white);
  height: auto;
  right: 51px;
}

.slide-nav {
  display: none;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
}

.right-arrow {
  z-index: 5;
  width: 29px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0% 15px auto;
  overflow: visible;
}

.right-arrow.slide-arrow {
  background-color: var(--white);
  height: auto;
}

.icon-2 {
  margin: 0;
  display: none;
  position: static;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-content {
  padding-top: 125px;
  position: relative;
}

.image {
  mix-blend-mode: normal;
  position: absolute;
  top: 97px;
  left: 15px;
}

.testimonials-text {
  max-width: 904px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.slide {
  height: auto;
  font-size: 24px;
  line-height: 28px;
}

.mask {
  height: auto;
}

.testimonials-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 47px;
}

.testimonails-location {
  color: #666885;
}

.application {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template: "Area-2 Area"
  / minmax(0, 470px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 6px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.phone-image-wrapper {
  width: 100%;
  max-width: 470px;
  padding-top: 0;
  position: relative;
}

.phone-image {
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent 42%, var(--midnight-blue) 77%);
  border: 0 solid #000;
  border-radius: 6px;
  padding: 0 50px 0 22px;
  position: relative;
  transform: translate(0);
}

.phone-circle {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.div-block {
  border: 1px solid var(--midnight-blue);
  background-color: #0000;
  border-radius: 1px;
  overflow: hidden;
}

.application-right-wrapper {
  background-color: var(--midnight-blue);
}

.application-heading {
  color: var(--ghost-white);
  -webkit-text-stroke-color: var(--ghost-white);
  max-width: 442px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 40px;
  font-weight: 600;
  line-height: 56px;
}

.application-text {
  color: var(--ghost-white);
  max-width: 650px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-left: 40px;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.download-button {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #0d243c;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 14px 28px 14px 36px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.download-button:hover {
  background-color: var(--deep-sky-blue);
}

.button-icon {
  z-index: 1;
  position: relative;
}

.button-small-text {
  z-index: 1;
  color: #ffffffe6;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.button-title {
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.footer {
  color: #878994;
  background-color: #4a4c630f;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 21px;
}

.footer-brand {
  margin-bottom: 40px;
}

.footer-nav-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-nav-wrapper._3 {
  opacity: 0;
}

.footer-text {
  margin-top: -30px;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-text-contact {
  color: var(--midnight-blue);
  margin-bottom: 33px;
  font-size: 20px;
  font-style: italic;
}

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

.social-link {
  background-color: #d0d3d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-link-label {
  color: #1e2037;
  margin-bottom: 60px;
  padding-top: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.footer-nav-link {
  color: #878994;
  margin-bottom: 14px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer-nav-link:hover {
  color: var(--midnight-blue);
}

.footer-nav-link.terms-text {
  margin-bottom: 0;
}

.submit-button {
  color: var(--white);
  background-color: #2aa8ef;
  border-radius: 8px;
  margin-left: -6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.submit-button:hover {
  background-color: var(--midnight-blue);
}

.form-group {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 250px;
  max-width: 296px;
  display: grid;
}

.text-field {
  background-color: #f1f4fb;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 40px;
  margin-bottom: 0;
}

.text-field::placeholder {
  color: #b2b9c8;
}

.form-title {
  color: #878994;
  max-width: 259px;
  margin-bottom: 32px;
  text-decoration: none;
  display: inline-block;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 43px;
  display: grid;
}

.footer-copyright {
  border-top: 1px solid #e7ebf6;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 21px;
  display: flex;
}

.terms-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.nav-side-background {
  background-color: var(--midnight-blue);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 371px;
  transform: translate(100%);
}

.nav-side-background.menu {
  display: none;
}

.card-wrapper {
  position: relative;
}

.card-shadow {
  z-index: 5;
  border-radius: 24px;
  width: 100%;
  max-width: 209px;
  height: 100%;
  max-height: 117px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 41px);
}

.border-line {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(-101%);
}

.team-image-wrapper {
  border-radius: 100%;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  overflow: hidden;
}

.team-image-wrapper._1 {
  background-color: #ececec;
}

.team-image-wrapper._2 {
  background-color: #fff;
}

.team-image-wrapper._3, .team-image-wrapper._4 {
  background-color: #f3f3f3;
}

.team-image-wrapper._5, .team-image-wrapper._6, .team-image-wrapper._7, .team-image-wrapper._8 {
  background-color: #fff;
}

.nav-link-wrapper {
  color: var(--midnight-blue);
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 0;
  line-height: 19px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  font-weight: 600;
}

.nav-link-wrapper.login {
  color: var(--white);
  letter-spacing: .04em;
  font-weight: 600;
}

.nav-link-wrapper.login.hide-mobile {
  padding-bottom: 7px;
}

.nav-link-wrapper.login.show-mobile {
  display: none;
}

.button-bg {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  width: 270px;
  height: 270px;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-bg.small {
  width: 105px;
  height: 105px;
}

.button-bg.medium {
  width: 215px;
  height: 215px;
}

.button-bg.medium.blue {
  background-color: var(--deep-sky-blue);
  width: 220px;
  height: 220px;
}

.button-text {
  z-index: 1;
  text-align: center;
  display: block;
  position: relative;
}

.arrow.right {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.arrow.left {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.image-2 {
  filter: invert();
}

.grid {
  grid-template-areas: "Area";
}

.image-3 {
  filter: invert();
  width: 50px;
  max-width: 50%;
  height: 20px;
  max-height: 50px;
}

.faq-question {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: #434de7;
}

.accordion-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5% 100px;
  display: flex;
}

._2-4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area"
                 "Area-4 Area-3"
                 "Area-6 Area-5"
                 "Area-8 Area-7"
                 "Area-10 Area-9"
                 "Area-14 Area-11"
                 "Area-13 Area-12"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

._2-4-grid.vertical-mobile {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  display: grid;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p-m-wrap {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.faq-item {
  background-color: #dcdcdc;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.plus {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.faq-p {
  color: var(--ghost-white);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.faq-answer {
  background-color: var(--midnight-blue);
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.minus {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block {
  color: var(--midnight-blue);
}

.text-block-2 {
  color: var(--midnight-blue);
  position: static;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--midnight-blue);
}

.section {
  margin-top: 24px;
  padding-top: 24px;
  box-shadow: 20px 0 20px -16px #000;
}

.text-span {
  white-space: normal;
}

.text-span-2 {
  color: var(--midnight-blue);
  font-size: 20px;
  font-style: italic;
}

.bold-text-5 {
  color: var(--midnight-blue);
}

.subscript {
  letter-spacing: 0;
  text-indent: 1px;
  font-weight: 500;
  line-height: 30px;
}

.italic-text {
  color: #464863;
  line-height: 38px;
}

.html-embed-4 {
  width: 400px;
}

.image-4 {
  filter: saturate(200%);
  width: 12%;
  height: 99.9999%;
}

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

.subscript-2 {
  color: var(--ghost-white);
}

.html-embed-5 {
  padding-bottom: 40px;
  padding-left: 40px;
}

.html-embed-6 {
  width: 300px;
  height: auto;
  margin-left: -269px;
}

.text-span-3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 10px;
}

.map {
  margin-bottom: 14px;
  padding-bottom: 20px;
}

.html-embed-7 {
  padding-bottom: 10px;
}

.list-item-outer-wrapper {
  color: #222;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: static;
}

.list-item-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list-item-header {
  font-size: 26px;
  line-height: 1.3em;
}

.icon-3 {
  filter: invert();
  width: 20px;
  transform: none;
}

.line-big {
  z-index: 2;
  background-color: #222;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-100%);
}

.c-700 {
  width: 100%;
  max-width: 700px;
  min-height: 50px;
  margin-left: 80px;
  display: block;
}

.line-low-opacity {
  opacity: .25;
  background-color: #222;
  height: 1px;
}

.icon-circle {
  background-color: var(--midnight-blue);
  border: 1px solid #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.line-outer-wrapper {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.columns {
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.subscript-3 {
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.header-blog {
  background-color: #5c4ebd;
  background-image: url('../images/BG-Shape-01.svg'), url('../images/BG-Shape-02.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  padding: 162px 3% 220px;
  display: flex;
}

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

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.heading-h1 {
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

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

.title-small.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.navigation-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.submit-button-2 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.featured-block {
  margin-top: 10px;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.container-2 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.image-5 {
  position: absolute;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.content-right {
  position: sticky;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.bar-small {
  background-image: linear-gradient(to right, #fb9ac100, #fb9acf);
  border-radius: 100px;
  width: 180px;
  height: 5px;
}

.bar-big {
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 220px;
  height: 5px;
  margin-top: 32px;
}

.header {
  background-color: #5c4ebd;
  background-image: url('../images/BG-Shape-02.svg'), url('../images/BG-Shape-01.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 490px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-image {
  width: 100%;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-medium {
  color: #5c4ebd;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

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

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.content-section {
  padding: 132px 3%;
}

.search-button {
  background-color: #5c4ebd;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.categories-block {
  margin-top: 40px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  position: absolute;
}

.text-field-3 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.search {
  position: relative;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.column {
  text-align: center;
  text-decoration: line-through;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .heading {
  text-align: center;
}

.section-2 {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: flex-start;
    padding-top: 0;
  }

  .nav-link {
    z-index: 1;
  }

  .container {
    display: block;
  }

  .hero {
    padding-top: 0;
  }

  .side-background {
    background-color: var(--ghost-white);
    opacity: 0;
    color: var(--ghost-white);
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .brand {
    margin-right: auto;
  }

  .nav-menu {
    border-bottom: 2px solid var(--midnight-blue);
    background-color: var(--ghost-white);
    flex-direction: column;
    margin-right: 0;
    padding: 20px 30px;
  }

  .nav-button.hide-mobile {
    align-items: center;
    display: flex;
  }

  .nav-right-wrapper {
    z-index: 1;
    align-items: center;
    position: relative;
  }

  .hero-left-wrapper {
    padding-top: 80px;
    padding-left: 95px;
  }

  .primary-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .profession {
    margin-left: -15px;
  }

  .hero-image-shadow {
    right: 0;
  }

  .proofs-number._1 {
    font-size: 18px;
  }

  .proofs-number._2, .proofs-number._3 {
    font-size: 35px;
  }

  .percentage {
    font-size: 30px;
  }

  .proofs-title._1, .proofs-title._2, .proofs-title._3 {
    font-size: 15px;
  }

  .features-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    grid-auto-flow: row;
  }

  .patient-cases-list {
    grid-template-rows: auto auto;
    grid-template-areas: "Area-5 Area-2 Area-3 Area-4 Area-6"
                         "Area-7 Area-8 Area-9 . .";
    grid-auto-columns: minmax(0, .25fr);
  }

  .circle-2 {
    margin-bottom: -22px;
    padding-left: 323px;
  }

  .big-circle {
    width: 1300px;
    max-width: 1300px;
    height: 1300px;
    padding-top: 0;
  }

  .application {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .phone-image {
    padding-bottom: 0;
    padding-left: 75px;
    padding-right: 105px;
    position: static;
  }

  .application-left-wrapper {
    padding-left: 0;
  }

  .form-group {
    width: 100%;
    max-width: 296px;
  }

  .footer-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(230px, .25fr));
    grid-auto-flow: column;
  }

  .terms-wrapper {
    flex-direction: column;
    display: flex;
  }

  .menu-button {
    z-index: 2;
    background-color: #0000;
    border-radius: 8px;
    margin-left: 10px;
    padding: 12px 16px;
    transition: background-color .5s cubic-bezier(.165, .84, .44, 1), color .5s cubic-bezier(.165, .84, .44, 1);
  }

  .menu-button:hover {
    background-color: var(--midnight-blue);
    color: var(--ghost-white);
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #0000;
  }

  .nav-side-background {
    background-color: var(--ghost-white);
    opacity: 0;
    display: block;
  }

  .nav-side-background.menu {
    display: block;
  }

  .nav-link-wrapper {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button-bg {
    padding-left: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .section {
    margin-top: 50px;
  }

  .italic-text {
    font-size: 32px;
    line-height: 32px;
  }

  .icon-3 {
    transform: none;
  }

  .c-700 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .menu-button-2 {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

  .navigation-button {
    margin-left: 0;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .header {
    background-image: url('../images/BG-Shape-01.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .menu-button-3 {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-container, .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-background {
    right: 300px;
  }

  .hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-button.hide-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-left-wrapper {
    padding-top: 60px;
    padding-left: 23px;
  }

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

  .hero-image {
    width: 100%;
  }

  .proofs-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .proofs-item._2 {
    border-width: 0 1px;
    border-top-style: solid;
    border-top-color: #e9e9f633;
    border-bottom-style: solid;
    border-bottom-color: #e9e9f633;
  }

  .proofs-number._1 {
    flex-direction: row;
    line-height: 25px;
    display: flex;
  }

  .proofs-title._1 {
    padding-top: 28px;
  }

  .features-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .patient-cases-list {
    justify-items: stretch;
  }

  .patient-cases-item {
    max-width: 100%;
  }

  .patient-cases-item._2 {
    margin-top: 0;
  }

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

  .circle-2 {
    margin-bottom: -74px;
    padding-left: 314px;
  }

  .application {
    margin-left: -24px;
  }

  .phone-image-wrapper {
    margin-left: 0;
  }

  .phone-image {
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 27px;
  }

  .application-left-wrapper {
    margin-left: 10px;
  }

  .application-heading, .application-text {
    padding-left: 10px;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .download-button {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .button-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1.25fr));
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
  }

  .nav-side-background {
    right: 300px;
  }

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

  ._2-4-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .html-embed-5 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-item-header {
    font-size: 25px;
  }

  .icon-3 {
    width: 17px;
  }

  .icon-circle {
    width: 35px;
    height: 35px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.login.hide-mobile {
    display: none;
  }

  .nav-link.login.show-mobile {
    justify-content: center;
    margin-bottom: 10px;
    display: none;
  }

  .container {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-background {
    left: 0;
    right: auto;
    transform: translate(0%);
  }

  .hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    z-index: 1;
    padding-left: 0;
  }

  .nav-menu {
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-button.hide-mobile {
    display: none;
  }

  .nav-button.show-mobile {
    margin-left: 0;
    display: block;
  }

  .hero-left-wrapper {
    padding-top: 40px;
  }

  .hero-heading {
    letter-spacing: -1px;
    margin-left: 5px;
    padding-left: 0;
    font-size: 38px;
  }

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

  .primary-button {
    width: 100%;
    margin-top: 9px;
    margin-left: 0;
  }

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

  .profession {
    object-fit: fill;
    min-width: 110%;
    max-width: 100%;
    height: auto;
    min-height: 110%;
    max-height: 100%;
    margin-top: 51px;
    margin-bottom: -61px;
    margin-left: -16px;
    padding: 0;
    line-height: 30px;
    position: relative;
    top: -75px;
  }

  .proofs {
    margin-top: 55px;
    padding-top: 45px;
    padding-bottom: 43px;
  }

  .proofs-item._2 {
    border-width: 1px 0;
    border-top-color: var(--white);
    border-bottom-color: var(--white);
  }

  .proofs-number {
    font-size: 48px;
    line-height: 62px;
  }

  .cases-heading {
    text-align: center;
    font-size: 40px;
  }

  .patient-cases-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area-5 Area-2 Area-3 Area-4 Area-6"
                         "Area-7 Area-8 Area-9 . ."
                         "Area-10 Area-11 . . .";
    display: flex;
  }

  .circle-2 {
    opacity: .45;
    padding-bottom: 0;
    padding-left: 18px;
  }

  .doctors-grid {
    justify-items: center;
  }

  .team-card {
    max-width: 229px;
  }

  .left-arrow, .right-arrow {
    bottom: -31px;
  }

  .testimonials-text {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .application {
    flex-direction: column;
    margin-left: 10px;
    display: flex;
  }

  .phone-image {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 14px;
    position: static;
  }

  .footer-nav-wrapper, .footer-column {
    width: 70%;
  }

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

  .nav-side-background {
    left: 0;
    right: auto;
    transform: translate(0%);
  }

  .nav-link-wrapper.login.hide-mobile {
    display: none;
  }

  .nav-link-wrapper.login.show-mobile {
    display: block;
  }

  .nav-menu-wrapper {
    align-items: center;
  }

  .button-text {
    flex: 1;
  }

  .h2 {
    font-size: 30px;
  }

  .main-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  ._2-4-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, .75fr)) minmax(150px, .5fr);
    grid-template-areas: "Area-2 Area"
                         "Area-4 Area-3"
                         "Area-6 Area-5"
                         "Area-8 Area-7"
                         "Area-10 Area-9"
                         "Area-14 Area-11"
                         "Area-13 Area-12";
    grid-auto-columns: minmax(119px, .25fr);
    display: grid;
  }

  ._2-4-grid.vertical-mobile {
    grid-auto-flow: row;
  }

  .main-container {
    margin-left: 0;
    display: block;
  }

  .faq-p {
    font-size: 12px;
    line-height: 12px;
  }

  .faq-answer {
    object-fit: fill;
  }

  .text-span {
    line-height: 12px;
  }

  .italic-text {
    font-size: 24px;
    line-height: 12px;
  }

  .image-4 {
    flex: 0 auto;
  }

  .list-item-header {
    font-size: 18px;
  }

  .c-700 {
    margin-left: 0;
  }

  .columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-6 {
    line-height: 32px;
  }

  .bold-text-7 {
    font-size: 12px;
    line-height: 12px;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 12px;
  }

  .bold-text-10 {
    font-size: 12px;
    line-height: 12px;
  }

  .subscript-4 {
    font-size: 18px;
  }

  .header-blog {
    min-height: 680px;
  }

  .heading-h1 {
    font-size: 44px;
  }
}

#w-node-dde92ea2-9c3e-6188-9962-4dd64df91c0f-1d103b19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_5b810be0-ce11-e0c1-6f0f-f209efad2378-1d103b19 {
  justify-self: start;
}

#w-node-_5b810be0-ce11-e0c1-6f0f-f209efad2379-1d103b19, #w-node-_30092040-8ac0-9f2d-055b-47fa17035937-1d103b19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-aa909338-7a24-88a5-6218-c7171103b53e-1d103b19 {
  justify-self: start;
}

#w-node-aa909338-7a24-88a5-6218-c7171103b53f-1d103b19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-ec1648e7-61ef-cb3f-fbb5-1de94992d1e7-1d103b19, #w-node-fd2aabde-b01d-1803-16fb-5f9a207c79aa-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f95550ab-3611-0cd7-ef02-4032bc58d4a8-1d103b19 {
  justify-self: center;
}

#w-node-ad869002-1e3d-7a3f-f712-3c732427b7b5-1d103b19, #w-node-b0d77398-a9b7-f822-e0fc-6b6fa976be13-1d103b19 {
  justify-self: end;
}

#w-node-e9e74d35-fd6b-7971-3948-d2bd1cefe13b-1d103b19 {
  grid-area: Area-6;
  justify-self: end;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf269-1d103b19, #w-node-bcbd7d27-6795-c09b-bbad-eb3e35001f47-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf271-1d103b19 {
  grid-area: Area;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf27f-1d103b19, #w-node-_24eb4009-970f-7926-70a8-3f8a547cf28d-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_226a5a24-dd45-e176-e070-f35340a9e121-1d103b19 {
  grid-area: Area-5;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf29b-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf2a9-1d103b19 {
  grid-area: Area-7;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf2c5-1d103b19, #w-node-c9920ba5-d84a-9af8-0f2d-e08555b8dd65-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14eeacf7-51f6-44b6-63b0-84e138673717-1d103b19 {
  grid-area: Area-11;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf2b7-1d103b19 {
  grid-area: Area-3;
}

#w-node-_24eb4009-970f-7926-70a8-3f8a547cf2d3-1d103b19 {
  grid-area: Area-9;
}

#w-node-d1ee20fa-98aa-a5a2-6424-4868d0b9d307-1d103b19 {
  grid-area: Area-12;
}

#w-node-_14065b3d-5c48-4449-b903-142779321d18-1d103b19, #w-node-_92653a59-3faf-274c-554f-8f89c9552ea1-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92653a59-3faf-274c-554f-8f89c9552ea9-1d103b19 {
  grid-area: Area;
}

#w-node-ff8a101b-3c6a-3a4c-d3d2-8c9dd88195f3-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884635e3-c706-1ecd-9343-813cd3774ee6-1d103b19 {
  grid-area: Area-4;
}

#w-node-_5731f233-51b8-2055-ae03-1eb2e363c81a-1d103b19 {
  grid-area: Area-3;
}

#w-node-_01d2e50b-9b8b-7e27-c6d1-4b137ad52457-1d103b19 {
  grid-area: Area-6;
}

#w-node-_0fbff980-06d1-0250-eb3e-b3acb5d5ea71-1d103b19 {
  grid-area: Area-5;
}

#w-node-_71ed240f-ce26-7114-02d2-cffcabca6ce4-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00d7061-971e-ac08-01bf-367b5f223326-1d103b19 {
  grid-area: Area-7;
}

#w-node-_5771a0b0-4d05-699e-cb22-3eab04df6516-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7c3ed92-fec6-7d0b-5e77-94d27af9a1e5-1d103b19 {
  grid-area: Area-9;
}

#w-node-_44c21abe-f906-6e93-e491-972795e5c9de-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba247f98-03e3-adcd-5a8e-32b8f67918d5-1d103b19 {
  grid-area: Area-11;
}

#w-node-a2079abb-9994-1e34-2ad3-223c38aa0e2c-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e55142cd-c6e3-5af6-5643-d571ebd6c9ea-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d1071a4-abef-9bdc-2574-7365f99c01ed-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b56396a2-2a9a-b416-9d3a-4532523f1404-1d103b19, #w-node-_5754148c-905b-428a-c0c3-50f4402d3d6b-1d103b19, #w-node-_2608b1e0-7bcf-fe65-3f1a-76e3a5bb144b-1d103b19, #w-node-_627eb799-bfc3-3e70-025c-62d9fa226c4c-1d103b19, #w-node-_95158591-1b83-d266-d799-28c9b102c2b6-1d103b19, #w-node-_110ee730-deaf-554f-1836-d1960895ae4f-1d103b19, #w-node-ccf59eb7-ff2f-1891-5296-bf7066d6f578-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_58511043-9a35-7427-52f7-864ac4cbfbaf-1d103b19 {
  align-self: center;
}

#w-node-_121bf9dc-fe78-8083-52c2-22690d82c959-1d103b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b8f-1d103b19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_54fbfdd3-5c1f-d5a8-0cdd-16d85f859c15-1d103b19 {
    justify-self: center;
  }

  #w-node-b0d77398-a9b7-f822-e0fc-6b6fa976be13-1d103b19 {
    grid-area: Area-9;
  }

  #w-node-e9e74d35-fd6b-7971-3948-d2bd1cefe13b-1d103b19 {
    grid-area: Area-8;
  }

  #w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b8f-1d103b19, #w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b9d-1d103b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f95550ab-3611-0cd7-ef02-4032bc58d4a8-1d103b19, #w-node-ad869002-1e3d-7a3f-f712-3c732427b7b5-1d103b19, #w-node-b0d77398-a9b7-f822-e0fc-6b6fa976be13-1d103b19, #w-node-e9e74d35-fd6b-7971-3948-d2bd1cefe13b-1d103b19 {
    justify-self: auto;
  }

  #w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b9d-1d103b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad869002-1e3d-7a3f-f712-3c732427b7b5-1d103b19 {
    grid-area: Area-7;
  }

  #w-node-b0d77398-a9b7-f822-e0fc-6b6fa976be13-1d103b19 {
    grid-area: Area-10;
  }

  #w-node-e9e74d35-fd6b-7971-3948-d2bd1cefe13b-1d103b19 {
    grid-area: Area-8;
  }

  #w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b8f-1d103b19, #w-node-_54c790ee-717a-d79a-0cab-e9954a2a9b9d-1d103b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


