.main_container {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1512px) {
  .main_container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .main_container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .main_container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .main_container {
    max-width: 100%;
  }
}

.main_section_wrap {
  background: var(--color-azure-13, #151D2D);
  padding: 36px 0;
}
.main_section_wrap .main_sectioon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_sectioon {
    flex-wrap: wrap;
  }
}
.main_section_wrap .main_sectioon .left_side {
  width: calc(65% - 40px);
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_sectioon .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.main_section_wrap .main_sectioon .left_side h1 {
  font-size: 75px;
  line-height: 82px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .main_section_wrap .main_sectioon .left_side h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .main_section_wrap .main_sectioon .left_side h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_sectioon .left_side h1 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 22px;
  }
}
.main_section_wrap .main_sectioon .left_side p {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 48px;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .main_section_wrap .main_sectioon .left_side p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 25px;
  }
}
.main_section_wrap .main_sectioon .left_side h3 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.3px;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .main_section_wrap .main_sectioon .left_side h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_sectioon .left_side h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.main_section_wrap .main_sectioon .right_side {
  width: calc(35% - 40px);
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_sectioon .right_side {
    width: 100%;
  }
}
.main_section_wrap .main_sectioon .right_side .img_wrap {
  overflow: hidden;
  position: relative;
}
.main_section_wrap .main_sectioon .right_side .img_wrap img {
  border-radius: 10px;
  max-width: 100%;
}

.short_introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .short_introduction {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.short_introduction .left_side {
  width: calc(45% - 32px);
}
@media screen and (max-width: 768px) {
  .short_introduction .left_side {
    width: 100%;
  }
}
.short_introduction .left_side h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .short_introduction .left_side h2 {
    margin-bottom: 32px;
  }
}
.short_introduction .right_side {
  width: calc(55% - 32px);
}
@media screen and (max-width: 768px) {
  .short_introduction .right_side {
    width: 100%;
  }
}
.short_introduction .right_side p, .short_introduction .right_side b {
  max-width: 600px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 24px;
}
.short_introduction .right_side b {
  font-weight: 600;
}

.another_way {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.another_way .left_side {
  width: calc(45% - 32px);
}
@media screen and (max-width: 768px) {
  .another_way .left_side {
    width: 100%;
  }
}
.another_way .left_side h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  max-width: 350px;
  color: #57A2A9;
}
.another_way .right_side {
  width: calc(55% - 32px);
}
@media screen and (max-width: 768px) {
  .another_way .right_side {
    width: 100%;
  }
}
.another_way .right_side ul {
  padding: 24px;
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .another_way .right_side ul {
    padding: 12px;
  }
}
.another_way .right_side ul li {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  align-items: center;
  background: rgba(87, 162, 169, 0.1215686275);
}
@media screen and (max-width: 768px) {
  .another_way .right_side ul li {
    padding: 8px 12px;
  }
}
.another_way .right_side ul li:first-of-type {
  border-radius: 12px 12px 0 0;
}
.another_way .right_side ul li:nth-of-type(2n) {
  background: transparent;
}
.another_way .right_side ul li span, .another_way .right_side ul li b {
  width: calc(50% - 30px);
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .another_way .right_side ul li span, .another_way .right_side ul li b {
    font-size: 15px;
    line-height: 21px;
  }
}
.another_way .right_side ul li span {
  color: #838383;
}
.another_way .right_side ul li b {
  color: #333333;
}
.another_way .right_side ul li svg {
  width: 40px;
  margin: 0 10px;
}
.another_way .section_description {
  width: 100%;
  max-width: 800px;
  margin: 64px auto 98px;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .another_way .section_description {
    margin: 48px auto 64px;
    font-size: 16px;
    line-height: 24px;
  }
}
.another_way .section_description b {
  display: block;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #26717E !important;
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 17px;
    line-height: 20px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 21px;
  color: #151D2D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

h4 {
  font-size: 35px;
  line-height: 38px;
  text-align: center;
  color: #151D2D;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

a.button {
  padding: 18px 42px;
  width: fit-content;
  margin: 21px auto 0;
  display: block;
  background: var(--color-cyan-50, #57A2A9);
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
  color: white;
}

hr {
  border-color: rgba(31, 39, 27, 0.2);
}

.women_face {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .women_face {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}
.women_face .head {
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .women_face .head {
    margin: 0 auto 32px;
  }
}
.women_face .head h2 {
  max-width: 910px;
  margin: 0 auto 21px;
}
.women_face .head p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .women_face .head p {
    font-size: 16px;
    line-height: 24px;
  }
}
.women_face .item {
  width: calc(33.3333333333% - 33.3333333333px);
  background: var(--color-orange-5010, rgba(169, 129, 87, 0.1019607843));
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .women_face .item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.women_face .item h4 {
  margin-bottom: 64px;
}
.women_face .item p {
  text-align: center;
  padding: 0 58px;
}
@media screen and (max-width: 1200px) {
  .women_face .item p {
    padding: 0;
  }
}
.women_face .foot {
  width: 100%;
}
.women_face .foot p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  max-width: 720px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .women_face .foot p {
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.what_we_treat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .what_we_treat {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}
.what_we_treat .head {
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .what_we_treat .head {
    margin: 0 auto 32px;
  }
}
.what_we_treat .head h2 {
  max-width: 910px;
  margin: 0 auto 21px;
}
.what_we_treat .head p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .what_we_treat .head p {
    font-size: 16px;
    line-height: 24px;
  }
}
.what_we_treat .item {
  width: calc(25% - 27px);
  text-align: center;
  padding: 24px 20px;
  border-radius: 12px;
  background: var(--color-cyan-5015, rgba(87, 162, 169, 0.1490196078));
}
@media screen and (max-width: 1200px) {
  .what_we_treat .item {
    width: calc(50% - 27px);
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .what_we_treat .item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.what_we_treat .item .icon {
  margin-bottom: 10px;
}
.what_we_treat .item .title {
  margin-bottom: 34px;
}
.what_we_treat .item .title h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #151D2D;
  margin-bottom: 0;
}
.what_we_treat .item .title span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.what_we_treat .item b {
  display: block;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}
.what_we_treat .item b ~ span {
  font-size: 14px;
  display: block;
  text-align: center;
}
.what_we_treat .foot {
  width: 100%;
}
.what_we_treat .foot p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  max-width: 720px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .what_we_treat .foot p {
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.who_is_behind .head {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .who_is_behind .head {
    margin-bottom: 32px;
  }
}
.who_is_behind .head p {
  text-align: center;
}
.who_is_behind .head b {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #55A0AD;
}
.who_is_behind .med {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .who_is_behind .med {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .who_is_behind .med {
    margin-bottom: 32px;
  }
}
.who_is_behind .med .left_side {
  width: calc(47% - 32px);
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .who_is_behind .med .left_side {
    width: calc(47% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .who_is_behind .med .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .left_side {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.who_is_behind .med .left_side .img_side {
  margin-right: 64px;
}
@media screen and (max-width: 1200px) {
  .who_is_behind .med .left_side .img_side {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .left_side .img_side {
    margin-right: 0;
  }
}
.who_is_behind .med .left_side .img_side img {
  max-width: 248px;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .who_is_behind .med .left_side .img_side img {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .left_side .img_side img {
    max-width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .who_is_behind .med .left_side .img_side img {
    max-width: 100%;
  }
}
.who_is_behind .med .left_side h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .who_is_behind .med .left_side h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.who_is_behind .med .right_side {
  width: calc(53% - 32px);
}
@media screen and (max-width: 1200px) {
  .who_is_behind .med .right_side {
    width: calc(53% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .who_is_behind .med .right_side {
    width: 100%;
  }
}
.who_is_behind .med .right_side ul {
  padding-left: 0;
}
.who_is_behind .med .right_side ul li {
  display: flex;
  justify-content: flex-start;
  padding: 12px 24px;
  align-items: center;
  background: rgba(87, 162, 169, 0.1215686275);
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .right_side ul li {
    padding: 8px 12px;
  }
}
.who_is_behind .med .right_side ul li:first-of-type {
  border-radius: 12px 12px 0 0;
}
.who_is_behind .med .right_side ul li:nth-of-type(2n) {
  background: transparent;
}
.who_is_behind .med .right_side ul li span {
  width: 120px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .right_side ul li span {
    font-size: 15px;
    line-height: 21px;
    width: 60px;
  }
}
.who_is_behind .med .right_side ul li span {
  color: #838383;
}
.who_is_behind .med .right_side ul li p {
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  width: calc(100% - 132px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .who_is_behind .med .right_side ul li p {
    font-size: 15px;
    line-height: 21px;
    width: calc(100% - 72px);
  }
}
.who_is_behind .med .right_side ul li svg {
  width: 40px;
  margin: 0 10px;
}

.why_we_build {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .why_we_build {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .why_we_build {
    margin-bottom: 32px;
  }
}
.why_we_build .left_side {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .why_we_build .left_side {
    max-width: 100%;
    margin-bottom: 64px;
  }
}
.why_we_build .left_side h2 {
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .why_we_build .left_side h2 br {
    display: none;
  }
}
.why_we_build .right_side {
  width: calc(100% - 400px);
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .why_we_build .right_side {
    width: 100%;
  }
}
.why_we_build .right_side p {
  font-size: 17px;
  line-height: 25px;
  color: #151D2D;
  margin-bottom: 0;
}

.images_section .images_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .images_section .images_row {
    flex-wrap: wrap;
  }
}
.images_section .images_row img {
  border-radius: 12px;
}
.images_section .images_row .img_1, .images_section .images_row .img_2 {
  overflow: hidden;
  border-radius: 12px;
  height: 600px;
  position: relative;
}
.images_section .images_row .img_1 img, .images_section .images_row .img_2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.images_section .images_row .img_1 {
  width: calc(35% - 18px);
}
@media screen and (max-width: 768px) {
  .images_section .images_row .img_1 {
    height: 500px;
    width: 100%;
    margin-bottom: 32px;
  }
}
.images_section .images_row .img_2 {
  width: calc(65% - 18px);
}
@media screen and (max-width: 768px) {
  .images_section .images_row .img_2 {
    width: 100%;
    height: 380px;
  }
}
.images_section .on_tv {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .images_section .on_tv {
    flex-wrap: wrap;
  }
}
.images_section .on_tv .left_side {
  width: calc(50% - 32px);
}
@media screen and (max-width: 991px) {
  .images_section .on_tv .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.images_section .on_tv .left_side p {
  margin-bottom: 0;
}
.images_section .on_tv .left_side p b {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.images_section .on_tv .right_side {
  width: calc(50% - 32px);
}
@media screen and (max-width: 991px) {
  .images_section .on_tv .right_side {
    width: 100%;
  }
}
.images_section .on_tv .right_side iframe {
  border-radius: 12px;
  width: 100%;
}

.focus_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .focus_area {
    margin-top: 32px;
  }
}
.focus_area h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 64px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .focus_area h2 {
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 600;
  }
}
.focus_area .item {
  width: calc(25% - 27px);
  margin-bottom: 36px;
  background: var(--color-cyan-5010, rgba(87, 162, 169, 0.1019607843));
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .focus_area .item {
    width: calc(50% - 27px);
  }
}
@media screen and (max-width: 768px) {
  .focus_area .item {
    width: 100%;
    margin-bottom: 24px;
    min-height: 153px;
  }
}
.focus_area .item p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.packeges_section {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .packeges_section {
    margin-top: 68px;
  }
}
.packeges_section .head {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .packeges_section .head {
    margin-bottom: 32px;
  }
}
.packeges_section .head p {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.packeges_section .packages {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .packeges_section .packages {
    flex-wrap: wrap;
  }
}
.packeges_section .packages .package {
  width: calc(33.3333333333% - 16px);
  background: var(--color-cyan-21, #00616A);
  border-radius: 10px;
  padding: 31px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .packeges_section .packages .package {
    width: 100%;
    margin-bottom: 24px;
  }
}
.packeges_section .packages .package:nth-of-type(2) {
  background: var(--color-cyan-32, #26717E);
}
.packeges_section .packages .package:first-of-type {
  background: var(--color-cyan-49, #569FA6);
}
.packeges_section .packages .package .top_package .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.packeges_section .packages .package .top_package .head span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.packeges_section .packages .package .top_package .head .badge {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: white;
  background: var(--color-cyan-50, #57A2A9);
  padding: 6px 12px;
  border-radius: 24px;
}
.packeges_section .packages .package .top_package h4.title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
  text-align: left;
}
.packeges_section .packages .package .top_package .duration {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  margin-bottom: 24px;
}
.packeges_section .packages .package .top_package ul {
  padding-left: 0;
  margin-bottom: 48px;
}
.packeges_section .packages .package .top_package ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--color-white-20, rgba(255, 255, 255, 0.2));
}
.packeges_section .packages .package .top_package ul li:last-of-type {
  border-bottom: 1px solid var(--color-white-20, rgba(255, 255, 255, 0.2));
}
.packeges_section .packages .package .top_package ul li span {
  width: calc(100% - 30px);
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}
.packeges_section .packages .package .bottom_package .price_wrap .label {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: white;
}
.packeges_section .packages .package .bottom_package .price_wrap .price span {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: white;
  display: flex;
  align-items: center;
}
.packeges_section .packages .package .bottom_package .price_wrap .price span b {
  font-weight: 700;
  font-size: 15px;
  line-height: 48px;
  margin-left: 3px;
}
.packeges_section .packages .package .bottom_package .price_wrap .duration {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: white;
}
.packeges_section .packages .package .bottom_package a.button {
  width: 100%;
  background: var(--color-white-solid, #FFFFFF);
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #0F1520;
  font-weight: 600;
  text-align: center;
}
.packeges_section .what_is_included {
  margin-top: 64px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .packeges_section .what_is_included {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.packeges_section .what_is_included h2 {
  margin-bottom: 24px;
  font-weight: 600;
}
.packeges_section .what_is_included ul {
  padding-left: 0;
}
.packeges_section .what_is_included ul li {
  text-align: center;
  list-style: none;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .packeges_section .what_is_included ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.text_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .text_section {
    margin-bottom: 64px;
  }
}
.text_section .head {
  width: 100%;
}
.text_section h2 {
  text-align: left;
  font-weight: 600;
  height: 96px;
  width: calc(50% - 32px);
}
@media screen and (max-width: 991px) {
  .text_section h2.order_3 {
    order: 3;
  }
}
@media screen and (max-width: 991px) {
  .text_section h2 {
    width: 100%;
    order: 1;
    height: auto;
  }
}
.text_section .left_side {
  width: calc(50% - 32px);
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
  padding: 24px 32px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .text_section .left_side {
    width: 100%;
    margin-bottom: 24px;
    order: 2;
  }
}
.text_section .right_side {
  width: calc(50% - 32px);
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
  padding: 24px 32px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .text_section .right_side {
    width: 100%;
    order: 4;
  }
}
.text_section .block p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.text_section .block p b {
  font-weight: 600;
}
.text_section .block ul {
  padding-left: 0;
  list-style: none;
}
.text_section .block ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
}

.confirmation_wrap {
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .confirmation_wrap {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.confirmation_wrap .head {
  max-width: 900px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .confirmation_wrap .head {
    margin: 0 auto 32px;
  }
}
.confirmation_wrap .head p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.confirmation_wrap .confirmation {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .confirmation_wrap .confirmation {
    flex-wrap: wrap;
  }
}
.confirmation_wrap .confirmation .left_side {
  width: calc(100% - 407px);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .confirmation_wrap .confirmation .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .confirmation_wrap .confirmation .left_side {
    flex-wrap: wrap;
  }
}
.confirmation_wrap .confirmation .left_side .img_wrap {
  position: relative;
  overflow: hidden;
  width: 248px;
  height: 248px;
  border-radius: 8px;
  margin-right: 64px;
}
@media screen and (max-width: 768px) {
  .confirmation_wrap .confirmation .left_side .img_wrap {
    margin: 0 auto 24px;
    max-width: 380px;
    width: 100%;
  }
}
.confirmation_wrap .confirmation .left_side .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.confirmation_wrap .confirmation .left_side .details {
  width: calc(100% - 312px);
}
@media screen and (max-width: 768px) {
  .confirmation_wrap .confirmation .left_side .details {
    width: 100%;
  }
}
.confirmation_wrap .confirmation .left_side .details h2 {
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left;
}
.confirmation_wrap .confirmation .left_side .details h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
.confirmation_wrap .confirmation .left_side .details ul {
  padding-left: 0;
}
.confirmation_wrap .confirmation .left_side .details ul li {
  list-style: none;
  font-size: 17px;
  line-height: 25px;
}
.confirmation_wrap .confirmation .right_side {
  max-width: 343px;
  width: 100%;
  background: var(--color-cyan-21, #00616A);
  padding: 31px 30px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .confirmation_wrap .confirmation .right_side {
    max-width: 100%;
  }
}
.confirmation_wrap .confirmation .right_side span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: white;
  margin-bottom: 2px;
}
.confirmation_wrap .confirmation .right_side .price {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: white;
  margin-bottom: 2px;
}
.confirmation_wrap .confirmation .right_side b {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: white;
  line-height: 48px;
}
.confirmation_wrap .confirmation .right_side a {
  width: 100%;
  background: var(--color-white-solid, #FFFFFF);
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0F1520;
  display: block;
}

.telehealt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 98px 0 64px;
}
@media screen and (max-width: 991px) {
  .telehealt {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .telehealt {
    margin: 64px 0 32px;
  }
}
.telehealt .left_side {
  width: calc(100% - 512px);
}
@media screen and (max-width: 991px) {
  .telehealt .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.telehealt .left_side h6, .telehealt .left_side h2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .telehealt .left_side h6, .telehealt .left_side h2 {
    text-align: center;
  }
}
.telehealt .left_side p {
  max-width: 750px;
}
.telehealt .right_side {
  max-width: 412px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .telehealt .right_side {
    max-width: 100%;
  }
}
.telehealt .right_side .img_wrap {
  width: 412px;
  height: 412px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .telehealt .right_side .img_wrap {
    max-width: 412px;
    width: 100%;
    margin: 0 auto;
  }
}
.telehealt .right_side .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.map_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 991px) {
  .map_section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .map_section {
    margin-bottom: 64px;
  }
}
.map_section .left_side {
  width: calc(50% - 32px);
}
@media screen and (max-width: 991px) {
  .map_section .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.map_section .right_side {
  width: calc(50% - 32px);
}
@media screen and (max-width: 991px) {
  .map_section .right_side {
    width: 100%;
  }
}
.map_section .right_side h2 {
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left;
}
.map_section .right_side ul {
  padding-left: 0;
}
.map_section .right_side ul li {
  list-style: none;
  font-size: 17px;
  line-height: 25px;
}

.diference_wrap {
  margin: 98px 0;
}
@media screen and (max-width: 768px) {
  .diference_wrap {
    margin: 64px 0;
  }
}
.diference_wrap .head {
  max-width: 950px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .diference_wrap .head {
    margin: 0 auto 32px;
  }
}
.diference_wrap .head p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.diference_wrap .diference {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .diference_wrap .diference {
    flex-wrap: wrap;
  }
}
.diference_wrap .diference .block {
  max-width: 535px;
  width: 100%;
  margin: 0 24px;
  border-radius: 24px;
  border: 1px solid var(--color-cyan-32, #26717E);
}
@media screen and (max-width: 768px) {
  .diference_wrap .diference .block {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.diference_wrap .diference .block:last-of-type {
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
}
.diference_wrap .diference .block:last-of-type .head {
  background: var(--color-chartreuse-green-1320, rgba(31, 39, 27, 0.2));
}
.diference_wrap .diference .block:last-of-type .head h3 {
  color: #333333;
}
.diference_wrap .diference .block:last-of-type .content ul li {
  border-bottom: 1px solid var(--color-chartreuse-green-1320, rgba(31, 39, 27, 0.2));
}
.diference_wrap .diference .block:last-of-type .content ul li:first-of-type {
  border-top: 1px solid var(--color-chartreuse-green-1320, rgba(31, 39, 27, 0.2));
}
.diference_wrap .diference .block .head {
  background: var(--color-cyan-32, #26717E);
  padding: 30px;
  border-radius: 21px 21px 0 0;
  margin-bottom: 0;
}
.diference_wrap .diference .block .head h3 {
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .diference_wrap .diference .block .head h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.diference_wrap .diference .block .content {
  padding: 24px 30px;
}
@media screen and (max-width: 768px) {
  .diference_wrap .diference .block .content {
    padding: 24px 12px;
  }
}
.diference_wrap .diference .block .content ul {
  padding-left: 0;
}
.diference_wrap .diference .block .content ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(87, 162, 169, 0.1490196078);
}
.diference_wrap .diference .block .content ul li:first-of-type {
  border-top: 1px solid rgba(87, 162, 169, 0.1490196078);
}
.diference_wrap .diference .block .content ul li svg {
  margin-right: 10px;
  width: 20px;
}
.diference_wrap .diference .block .content ul li span {
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 24px;
  color: #0F1520;
}

.video_section {
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .video_section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.video_section .head {
  margin-bottom: 64px;
}
.video_section .head p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .video_section .head p {
    flex-wrap: wrap;
  }
}
.video_section .head p a {
  display: flex;
  align-items: center;
  color: #57A2A9;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .video_section .head p a {
    margin: 12px 0;
  }
}
.video_section .head p a svg {
  margin-right: 15px;
}
.video_section .videos {
  position: relative;
}
.video_section .videos iframe {
  border-radius: 10px;
}
.video_section .videos .swiper-pagination {
  bottom: -50px;
}

.faq {
  display: flex;
  justify-content: space-between;
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 64px;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
}
.faq .left_side {
  width: calc(40% - 32px);
}
@media screen and (max-width: 768px) {
  .faq .left_side {
    width: 100%;
  }
}
.faq .right_side {
  width: calc(60% - 32px);
}
@media screen and (max-width: 768px) {
  .faq .right_side {
    width: 100%;
  }
}
.faq .right_side .accordion {
  background: rgba(87, 162, 169, 0.1215686275);
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0 auto 12px;
}
.faq .right_side .accordion:last-of-type {
  margin-bottom: 0;
}
.faq .right_side .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.faq .right_side .accordion .accordion_header svg {
  transition: all 0.4s;
  max-width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
}
.faq .right_side .accordion .accordion_header.active svg {
  transform: rotate(-180deg);
  transition: all 0.4s;
}
.faq .right_side .accordion .accordion_content {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  margin-top: 20px;
}
.faq .right_side .accordion .accordion_content b {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.faq .right_side .accordion .accordion_content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.faq .right_side .accordion .accordion_content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.message_wrap {
  margin-top: 98px;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .message_wrap {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.message_wrap .message {
  border: 1px solid var(--color-black-20, rgba(0, 0, 0, 0.2));
  max-width: 900px;
  padding: 24px;
  border-radius: 24px;
  margin: 64px auto 0;
}
.message_wrap .message p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.message_wrap .message p i {
  display: block;
  text-align: center;
  margin-top: 24px;
}
.message_wrap .message a {
  width: fit-content;
  margin: 12px auto;
  background: var(--color-cyan-50, #57A2A9);
  padding: 16px 42px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: block;
  border-radius: 4px;
}
.message_wrap .message b {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #151D2D;
  display: block;
}

.first_step {
  background: var(--color-cyan-50, #57A2A9);
  padding: 98px 0;
}
.first_step h6, .first_step h2, .first_step p {
  color: white !important;
  text-align: center;
}
.first_step a {
  color: #000000;
  background: white;
}

/*# sourceMappingURL=main.css.map */
