*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #f5f6f8;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
body ul {
  padding: 0;
  margin: 0;
}
body p {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body .header .header-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  body .header .header-wrapper {
    padding: 24px 80px;
  }
}
body .header .header-wrapper .logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #393e6b;
}
body .header .header-wrapper .hidden {
  display: none;
}
@media screen and (min-width: 1280px) {
  body .header .header-wrapper .hidden {
    display: inline-block;
  }
}
body .header .header-wrapper .logo {
  width: 40px;
  height: 44px;
}
body .header .header-wrapper .book-btn {
  margin: 5px 0;
}
@media screen and (min-width: 1280px) {
  body .header .header-wrapper .book-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  body .header {
    margin-bottom: 50px;
  }
}
body .main {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  body .main {
    overflow: unset;
  }
}
body .book-btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #575fdd;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
body .demo-section {
  padding: 0 16px;
  margin-top: 16px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 1000px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  body .demo-section {
    display: flex;
    padding: 0 80px;
    margin-top: 0;
    overflow-x: unset;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 120px;
  }
}
body .demo-section .demo-screens-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  body .demo-section .demo-screens-wrapper {
    align-items: start;
  }
}
body .demo-section .demo-screens {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body .demo-section .demo-screens .gradient-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 414px;
  height: 414px;
  border-radius: 414px;
  flex-shrink: 0;
  background: linear-gradient(145deg, #57b7b4 1.84%, #575fdd 100.64%);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  body .demo-section .demo-screens .gradient-bg {
    width: 464px;
    height: 464px;
    border-radius: 464px;
  }
}
body .demo-section .demo-screens .phones {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  z-index: 1;
}
body .demo-section .particle {
  position: absolute;
  z-index: 2;
}
body .demo-section .particle.particle-1 {
  top: 50%;
  right: 0;
  background: #7c3aed;
  width: 14px;
  height: 40px;
  transform: rotate(135.764deg);
  border-radius: 100px;
}
@media screen and (min-width: 1280px) {
  body .demo-section .particle.particle-1 {
    width: 18px;
    height: 52px;
    right: -25%;
  }
}
body .demo-section .particle.particle-2 {
  top: -8%;
  right: 2.5%;
  background: #57b7b4;
  border-radius: 10px;
  width: 16px;
  height: 46px;
  transform: rotate(49.407deg);
  flex-shrink: 0;
  aspect-ratio: 7/20;
}
@media screen and (min-width: 1280px) {
  body .demo-section .particle.particle-2 {
    width: 20px;
    height: 57px;
    right: -20%;
  }
}
body .demo-section .particle.particle-3 {
  top: 15%;
  right: 55%;
  width: 10px;
  height: 10px;
  transform: rotate(33.668deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  fill: #eaaf65;
}
body .demo-section .particle.particle-group {
  bottom: -17%;
  left: 10%;
}
body .demo-section .demo-info-section .info-title {
  align-self: stretch;
  color: #393c71;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  body .demo-section .demo-info-section .info-title {
    font-size: 64px;
    margin-bottom: 24px;
  }
}
body .demo-section .demo-info-section .info-subtitle {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  body .demo-section .demo-info-section .info-subtitle {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
body .demo-section .demo-info-section .book-btn {
  padding: 12px 32px;
}
@media screen and (min-width: 1280px) {
  body .demo-section .demo-info-section .book-btn {
    font-size: 24px;
    font-weight: 500;
  }
}
body .treatment-overview {
  padding: 0 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview {
    padding: 0 80px;
  }
}
body .treatment-overview__title {
  align-self: stretch;
  color: #393c71;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__title {
    font-size: 48px;
  }
}
body .treatment-overview__intro {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__intro {
    font-size: 20px;
  }
}
body .treatment-overview__challenges {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .treatment-overview__challenges .challenge-list {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 32px;
  padding: 24px 8px;
  min-width: 50%;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__challenges .challenge-list {
    width: 100%;
    gap: 24px;
    padding: 60px 80px;
  }
}
body .treatment-overview__challenges .challenge-list__group {
  width: 100%;
}
body .treatment-overview__challenges .challenge-list__sublist {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .treatment-overview__challenges .challenge-list__item {
  background-color: #eeeffc;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__challenges .challenge-list__item {
    padding: 24px;
  }
}
body .treatment-overview__challenges .challenge-list__item--yellow {
  transform: rotate(-8.744deg);
}
body .treatment-overview__challenges .challenge-list__item--dark-blue {
  transform: rotate(8.173deg);
}
body .treatment-overview__challenges .challenge-list__item--green {
  transform: rotate(-1.832deg);
}
body .treatment-overview__challenges .challenge-list__item--blue {
  transform: rotate(6.554deg);
}
body .treatment-overview__challenges .challenge-list__item--yellow-alt {
  transform: rotate(3.149deg);
}
body .treatment-overview__challenges .challenge-list__text {
  font-size: 8px;
  color: #393c71;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__challenges .challenge-list__text {
    font-size: 18px;
  }
}
body .treatment-overview__challenges .challenge-list__circle {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__challenges .challenge-list__circle {
    width: 12px;
    height: 12px;
  }
}
body .treatment-overview__challenges .challenge-list__circle--yellow {
  background-color: #eaaf65;
}
body .treatment-overview__challenges .challenge-list__circle--dark-blue {
  background-color: #05395a;
}
body .treatment-overview__challenges .challenge-list__circle--green {
  background-color: #53b8b3;
}
body .treatment-overview__challenges .challenge-list__circle--blue {
  background-color: #575fdd;
}
body .treatment-overview__challenges .challenge-list__circle--yellow-alt {
  background-color: #ffcf86;
}
body .treatment-overview__note {
  align-self: stretch;
  color: #393c71;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  body .treatment-overview__note {
    font-size: 18px;
  }
}
body .benefits-overview {
  padding: 0 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview {
    padding: 0 80px;
  }
}
body .benefits-overview__title {
  align-self: stretch;
  color: #393c71;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview__title {
    font-size: 48px;
  }
}
body .benefits-overview__intro {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview__intro {
    font-size: 20px;
  }
}
body .benefits-overview__list-title {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview__list-title {
    font-size: 20px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 413px;
  }
}
body .benefits-overview__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
body .benefits-overview__item {
  display: flex;
  min-height: 298px;
  width: 100%;
  max-width: 500px;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  body .benefits-overview__item {
    min-height: 218px;
    width: 100%;
    max-width: 413px;
  }
}
body .benefits-overview__item--green {
  background: linear-gradient(120deg, #eef8f7 -10.63%, #cae9e7 100%);
}
body .benefits-overview__item--yellow {
  background: linear-gradient(131deg, #fff0d9 3.3%, #ffe9c7 96.61%);
}
body .benefits-overview__item--dark-green {
  background: linear-gradient(131deg, #e6ebef -7.83%, #b2c2cc 112.83%);
}
body .benefits-overview__item--yellow-alt {
  background: linear-gradient(313deg, #f5dab8 -4.36%, #fbefdf 102.67%);
}
body .benefits-overview__item--purple {
  background: linear-gradient(138deg, #eeeffc 3.57%, #cbcdf4 107.91%);
}
body .benefits-overview__item-icon {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 31px;
}
body .benefits-overview__item-icon svg {
  width: 24px;
  height: 24px;
}
body .benefits-overview__item-icon--green {
  background-color: #8ccfcc;
}
body .benefits-overview__item-icon--yellow {
  background-color: #ffcf86;
}
body .benefits-overview__item-icon--dark-green {
  background-color: #8ca4b3;
}
body .benefits-overview__item-icon--yellow-alt {
  background-color: #f1c998;
}
body .benefits-overview__item-icon--purple {
  background-color: #b2b5ef;
}
body .benefits-overview__item-title {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
body .benefits-overview__item-intro {
  align-self: stretch;
  color: #393c71;
  font-size: 14px;
}
body .pros-cons {
  padding: 0 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  body .pros-cons {
    padding: 0 80px;
  }
}
body .pros-cons__info-wrapper {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  body .pros-cons__info-wrapper {
    margin-bottom: 48px;
  }
}
body .pros-cons__title {
  align-self: stretch;
  color: #393c71;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  body .pros-cons__title {
    font-size: 48px;
    margin-bottom: 18px;
  }
}
body .pros-cons__intro {
  align-self: stretch;
  color: #393c71;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  body .pros-cons__intro {
    font-size: 20px;
  }
}
body .pros-cons__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
@media screen and (min-width: 1280px) {
  body .pros-cons__list {
    gap: 18px;
  }
}
body .pros-cons .pros {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  body .pros-cons .pros {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  body .pros-cons__lists-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 80px;
  }
}
body .pros-cons .pros,
body .pros-cons .cons {
  display: flex;
  padding: 48px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  body .pros-cons .pros,
  body .pros-cons .cons {
    padding: 48px;
  }
}
body .pros-cons .pros__title,
body .pros-cons .cons__title {
  color: #393c71;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  body .pros-cons .pros__title,
  body .pros-cons .cons__title {
    font-size: 24px;
  }
}
body .pros-cons .pros__underline {
  position: absolute;
  top: 20%;
  left: 23%;
  transform: rotate(-0.136deg);
}
body .pros-cons .pros__underline svg {
  width: 122px;
  height: 4px;
}
body .pros-cons__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .pros-cons__item svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
body .pros-cons__item-title {
  color: #393c71;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  body .pros-cons__item-title {
    margin-left: 12px;
    font-size: 24px;
  }
}
body .conclusion {
  position: relative;
  margin: 0 8px 48px;
  padding: 60px 27px;
  border-radius: 70px;
  background: linear-gradient(108deg, #575fdd -35.28%, #57b7b4 112.11%);
}
@media screen and (min-width: 1280px) {
  body .conclusion {
    padding: 100px 40px;
    margin: 0 80px 48px;
  }
}
body .conclusion .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .conclusion .btn-wrapper .book-btn {
  padding: 16px 48px;
  font-size: 16px;
}
body .conclusion__titles {
  margin-bottom: 14px;
}
@media screen and (min-width: 1280px) {
  body .conclusion__titles {
    margin-bottom: 24px;
  }
}
body .conclusion__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  body .conclusion__title {
    font-size: 48px;
    text-align: start;
    margin-left: 110px;
  }
}
body .conclusion__subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 21px;
}
@media screen and (min-width: 1280px) {
  body .conclusion__subtitle {
    font-size: 48px;
    text-align: end;
    margin-right: 110px;
    margin-left: 0;
  }
}
body .conclusion__intro {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 34px;
}
@media screen and (min-width: 1280px) {
  body .conclusion__intro {
    font-size: 20px;
  }
}
body .conclusion__intro span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  body .conclusion__intro span {
    font-size: 20px;
  }
}
body .conclusion__particles-top, body .conclusion__particles-bottom {
  position: absolute;
  z-index: 100;
}
body .conclusion__particles-top {
  top: 0;
  right: -5%;
  transform: rotate(-138.362deg);
}
body .conclusion__particles-top svg {
  width: 88px;
  height: 71px;
}
@media screen and (min-width: 768px) {
  body .conclusion__particles-top {
    right: -2%;
    top: -5%;
  }
  body .conclusion__particles-top svg {
    width: 170px;
    height: 131px;
  }
}
body .conclusion__particles-bottom {
  transform: rotate(7.703deg);
  bottom: -6%;
  left: 4%;
}
body .conclusion__particles-bottom svg {
  width: 88px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  body .conclusion__particles-bottom {
    bottom: -7%;
    left: -1%;
  }
  body .conclusion__particles-bottom svg {
    width: 170px;
    height: 131px;
  }
}
body .footer {
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  body .footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
body .footer p {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}/*# sourceMappingURL=styles.css.map */