@charset "UTF-8";
.section_2 {
  margin-top: 40px;
}
.section_2 .section_2_h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.354;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.section_2 .border_on_benifits {
  border-radius: 15px;
  border: 2px solid rgb(47, 47, 47);
  padding-top: 31px;
  padding-inline: 45px;
  padding-bottom: 50px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .section_2 .border_on_benifits {
    padding-inline: 15px;
    padding-bottom: 30px;
  }
}
.section_2 .border_on_benifits .practical {
  position: relative;
  padding-right: 15px;
}
.section_2 .border_on_benifits .practical::after {
  content: "";
  border-right: 2px dashed #df2b2e;
  height: 123px;
  position: absolute;
  top: 48px;
  right: 0px;
}
.section_2 .border_on_benifits .accomodation {
  position: relative;
  padding-inline: 15px;
}
.section_2 .border_on_benifits .accomodation::after {
  content: "";
  border-right: 2px dashed #df2b2e;
  height: 123px;
  position: absolute;
  top: 48px;
  right: 0px;
}
.section_2 .border_on_benifits .training {
  padding-left: 15px;
  position: relative;
}
.section_2 .benifit_1 {
  display: grid;
  place-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .section_2 .benifit_1 {
    display: block;
    place-items: center;
  }
}
.section_2 .benifit_1 p {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.455;
  text-align: left;
  margin-top: 20px;
}
.section_2 .benifit_1 span {
  font-size: 16px;
  color: rgb(47, 47, 47);
  line-height: 1.75;
  text-align: center;
  margin-top: 15px;
  width: 265px;
}

.section_7 {
  background-image: url("/images/section_7_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 720px;
}
@media (max-width: 1400px) {
  .section_7 {
    height: auto;
    padding: 0px 0px 100px;
  }
}
.section_7 .section_7_1_content .section_7_h6 {
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.354;
  text-align: left;
  max-width: 906px;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .section_7 .section_7_1_content .section_7_h6 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_7 .section_7_1_content .section_7_h6 {
    font-size: 30px;
  }
}
.section_7 .section_7_1_content .section_7_p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: left;
  max-width: 756px;
  width: 100%;
  margin-bottom: 40px;
}
.section_7 .section_7_1_steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section_7 .section_7_1_steps {
    grid-template-columns: repeat(auto-fit, minmax(230px, 0fr));
  }
}
.section_7 .section_7_1_steps .first_two,
.section_7 .section_7_1_steps .second_two {
  display: contents;
}
.section_7 .section_7_1_steps .first_two .first_two_one,
.section_7 .section_7_1_steps .first_two .first_two_two,
.section_7 .section_7_1_steps .first_two .second_two_one,
.section_7 .section_7_1_steps .first_two .second_two_two,
.section_7 .section_7_1_steps .second_two .first_two_one,
.section_7 .section_7_1_steps .second_two .first_two_two,
.section_7 .section_7_1_steps .second_two .second_two_one,
.section_7 .section_7_1_steps .second_two .second_two_two {
  padding-top: 17px;
  padding-bottom: 29px;
  padding: 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section_7 .section_7_1_steps .first_two .first_two_one,
  .section_7 .section_7_1_steps .first_two .first_two_two,
  .section_7 .section_7_1_steps .first_two .second_two_one,
  .section_7 .section_7_1_steps .first_two .second_two_two,
  .section_7 .section_7_1_steps .second_two .first_two_one,
  .section_7 .section_7_1_steps .second_two .first_two_two,
  .section_7 .section_7_1_steps .second_two .second_two_one,
  .section_7 .section_7_1_steps .second_two .second_two_two {
    padding-bottom: 0px;
    padding: 20px;
  }
}
.section_7 .section_7_1_steps .first_two .first_two_one.first_two_one,
.section_7 .section_7_1_steps .first_two .first_two_two.first_two_one,
.section_7 .section_7_1_steps .first_two .second_two_one.first_two_one,
.section_7 .section_7_1_steps .first_two .second_two_two.first_two_one,
.section_7 .section_7_1_steps .second_two .first_two_one.first_two_one,
.section_7 .section_7_1_steps .second_two .first_two_two.first_two_one,
.section_7 .section_7_1_steps .second_two .second_two_one.first_two_one,
.section_7 .section_7_1_steps .second_two .second_two_two.first_two_one {
  background-image: url("/images/vector_bg_one.webp");
}
.section_7 .section_7_1_steps .first_two .first_two_one.first_two_two,
.section_7 .section_7_1_steps .first_two .first_two_two.first_two_two,
.section_7 .section_7_1_steps .first_two .second_two_one.first_two_two,
.section_7 .section_7_1_steps .first_two .second_two_two.first_two_two,
.section_7 .section_7_1_steps .second_two .first_two_one.first_two_two,
.section_7 .section_7_1_steps .second_two .first_two_two.first_two_two,
.section_7 .section_7_1_steps .second_two .second_two_one.first_two_two,
.section_7 .section_7_1_steps .second_two .second_two_two.first_two_two {
  background-image: url("/images/vector_bg_two.webp");
}
.section_7 .section_7_1_steps .first_two .first_two_one.second_two_one,
.section_7 .section_7_1_steps .first_two .first_two_two.second_two_one,
.section_7 .section_7_1_steps .first_two .second_two_one.second_two_one,
.section_7 .section_7_1_steps .first_two .second_two_two.second_two_one,
.section_7 .section_7_1_steps .second_two .first_two_one.second_two_one,
.section_7 .section_7_1_steps .second_two .first_two_two.second_two_one,
.section_7 .section_7_1_steps .second_two .second_two_one.second_two_one,
.section_7 .section_7_1_steps .second_two .second_two_two.second_two_one {
  background-image: url("/images/vector_bg_three.webp");
}
.section_7 .section_7_1_steps .first_two .first_two_one.second_two_two,
.section_7 .section_7_1_steps .first_two .first_two_two.second_two_two,
.section_7 .section_7_1_steps .first_two .second_two_one.second_two_two,
.section_7 .section_7_1_steps .first_two .second_two_two.second_two_two,
.section_7 .section_7_1_steps .second_two .first_two_one.second_two_two,
.section_7 .section_7_1_steps .second_two .first_two_two.second_two_two,
.section_7 .section_7_1_steps .second_two .second_two_one.second_two_two,
.section_7 .section_7_1_steps .second_two .second_two_two.second_two_two {
  background-image: url("/images/vector_bg_four.webp");
}
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_two_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_one_inner_one span,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_two_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_one_inner_one span,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_two_inner_one span {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  margin-left: 15px;
  margin-top: 3px;
}
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_two_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_one_inner_two,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_two_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_one_inner_two,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_two_inner_two {
  margin-top: 16px;
}
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_two_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_one_inner_two h3,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_two_inner_two h3 {
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.455;
}
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_one .first_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_one .second_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_two .first_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .first_two_two .second_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_one .first_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_one .second_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_two .first_two_two_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_one_inner_two p,
.section_7 .section_7_1_steps .first_two .second_two_two .second_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_one .first_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_one .second_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_two .first_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .first_two_two .second_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_one .first_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_one .second_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_two .first_two_two_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_one_inner_two p,
.section_7 .section_7_1_steps .second_two .second_two_two .second_two_two_inner_two p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.444;
  text-align: left;
  max-width: 421px;
  width: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .section_7 .section_7_1_steps .first_two .first_two_one .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_one .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_one .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_one .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_two .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_two .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_two .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .first_two_two .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_one .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_one .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_one .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_one .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_two .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_two .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_two .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .first_two .second_two_two .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_one .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_one .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_one .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_one .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_two .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_two .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_two .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .first_two_two .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_one .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_one .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_one .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_one .second_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_two .first_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_two .first_two_two_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_two .second_two_one_inner_two p,
  .section_7 .section_7_1_steps .second_two .second_two_two .second_two_two_inner_two p {
    font-size: 12px;
  }
}
.section_7 .section_7_1_steps_mobile {
  display: none !important;
}

.section_8 {
  padding-top: 50px;
}
.section_8 .section_8_main_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_8 .section_8_main_heading h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.354;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section_8 .section_8_main_heading h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.section_8 .question {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2.708;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .section_8 .question {
    font-size: 20px;
  }
}
.section_8 .answer {
  font-size: 16px;
  color: rgb(47, 47, 47);
  line-height: 1.667;
  text-align: left;
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .section_8 .answer {
    font-size: 17px;
  }
}

.section_9 {
  background-image: url("/images/section_9_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 385px;
  margin-top: 78px;
  display: flex;
  align-items: center;
}
.section_9 .section_9_md_6 p {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.354;
  text-align: center;
  color: #fff;
  width: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_9 .section_9_md_6 p {
    font-size: 35px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_9 .section_9_md_6 p {
    font-size: 40px;
  }
}
.section_9 .section_9_md_6 p span {
  color: rgb(223, 43, 47);
}
.section_9 .section_9_md_6 .they_first {
  font-size: 48px;
  color: rgb(223, 43, 47);
  font-weight: bold;
  line-height: 1.323;
  text-align: center;
  max-width: 600px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_9 .section_9_md_6 .they_first {
    font-size: 35px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_9 .section_9_md_6 .they_first {
    font-size: 40px;
  }
}
.section_9 .section_9_md_6 .they_first span {
  color: rgb(223, 43, 47);
}
.section_9 .section_9_md_6 .f_bt {
  width: 600px;
  display: flex;
  justify-content: center;
}
.section_9 .section_9_md_6 .f_bt a {
  border-width: 3px;
  text-decoration: none;
  width: 320px;
  border-color: rgb(223, 43, 47);
  border-style: solid;
  border-radius: 10px;
  font-size: 20px;
  font-family: "Lexend Deca";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 3.25;
  text-align: center;
  background-color: transparent;
}

.section_for_intensive {
  margin-top: 59px;
}
.section_for_intensive .first-md-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_for_intensive .first-md-12 h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.548;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .section_for_intensive .first-md-12 h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_for_intensive .first-md-12 h2 {
    font-size: 30px;
  }
}
.section_for_intensive .first-md-12 span {
  font-size: 28px;
  color: rgb(223, 43, 47);
  font-weight: bold;
  line-height: 1.357;
  padding-block: 30px;
}
.section_for_intensive .first-md-12 p {
  font-size: 16px;
  color: rgb(47, 47, 47);
  line-height: 1.667;
  text-align: center;
  max-width: 1025px;
  width: 100%;
}
.section_for_intensive .second-md-12 {
  margin-top: 40px;
}
.section_for_intensive .second-md-12 ul {
  display: flex;
  justify-content: space-between;
}
.section_for_intensive .second-md-12 ul li {
  font-size: 18px;
  color: rgb(47, 47, 47);
  font-weight: bold;
  line-height: 2.111;
}
.section_for_intensive .second-md-12 ul li::marker {
  color: #df2b2f;
}

@media only screen and (max-width: 767px) {
  .section_2 {
    margin-top: 25px;
  }
  .section_2 .section_2_h2 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section_2 .border_on_benifits {
    border-radius: 15px;
    border: 2px solid rgb(47, 47, 47);
    padding-top: 31px;
    padding-inline: 10px;
    padding-bottom: 30px;
    position: relative;
  }
  .section_2 .border_on_benifits .practical {
    width: 100%;
    position: relative;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .section_2 .border_on_benifits .practical::after {
    content: "";
    border-right: 2px dashed #df2b2e;
    height: 123px;
    position: absolute;
    top: 48px;
    right: 0px;
    display: none;
  }
  .section_2 .border_on_benifits .accomodation {
    width: 100%;
    position: relative;
    padding-inline: 0px;
    margin-bottom: 40px;
  }
  .section_2 .border_on_benifits .accomodation::after {
    content: "";
    border-right: 2px dashed #df2b2e;
    height: 123px;
    position: absolute;
    top: 48px;
    right: 0px;
    display: none;
  }
  .section_2 .border_on_benifits .training {
    width: 100%;
    padding-left: 0px;
    position: relative;
  }
  .section_2 .benifit_1 h3 {
    font-size: 16px;
  }
  .section_2 .benifit_1 span {
    width: 218px;
  }
  .section_7 {
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    background-color: #000000 !important;
    height: auto;
    padding-bottom: 39px;
  }
  .section_7 .section_7_1_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_7 .section_7_1_content .section_7_h6 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 24px;
  }
  .section_7 .section_7_1_content .section_7_p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: center;
    width: 100%;
    margin-bottom: 29px;
  }
  .section_7 .section_7_1_steps {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_7 .section_7_1_steps_mobile {
    width: 100%;
    display: block !important;
  }
  .section_7 .section_7_1_steps_mobile .c1 {
    width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 0px;
    padding-left: 20px;
    position: relative;
    background-image: url("/images/vector_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_one span {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1;
    margin-left: 7px;
    margin-top: 5px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two {
    margin-top: 0;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two span {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.571;
    text-align: left;
    width: 100%;
  }
  .section_8 {
    padding-top: 15px;
  }
  .section_8 .section_8_main_heading h2 {
    font-size: 20px;
    color: rgb(1, 1, 1);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    margin-top: 20px;
  }
  .section_8 h3,
  .section_8 .question {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 18px;
    text-align: left;
  }
  .section_8 .answer {
    font-size: 14px;
    color: rgb(33, 51, 67);
    line-height: 1.833;
    text-align: left;
  }
  .section_9 {
    background-image: url("/images/become_a_member.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 840px;
    margin-top: 40px;
    display: block;
  }
  .section_9 .section_9_md_6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_9 .section_9_md_6 p {
    font-size: 24px;
    color: rgb(254, 254, 254);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 410px;
    margin-top: 24px;
  }
  .section_9 .section_9_md_6 p span {
    color: rgb(223, 43, 47);
  }
  .section_9 .section_9_md_6 .they_first {
    font-size: 31px;
    color: rgb(223, 43, 47);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
  .section_9 .section_9_md_6 .they_first span {
    color: rgb(223, 43, 47);
  }
  .section_9 .section_9_md_6 .f_bt {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_9 .section_9_md_6 .f_bt a {
    border-width: 3px;
    width: 280px;
    border-color: rgb(223, 43, 47);
    border-style: solid;
    border-radius: 10px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    padding-block: 14px;
  }
  .section_for_intensive {
    margin-top: 10px;
  }
  .section_for_intensive .first-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_for_intensive .first-md-12 h2 {
    font-size: 20px;
    line-height: 1.417;
  }
  .section_for_intensive .first-md-12 span {
    font-size: 17px;
    color: rgb(223, 43, 47);
    font-weight: bold;
    line-height: 1.588;
    text-align: left;
    padding-block: 5px;
    width: 100%;
  }
  .section_for_intensive .first-md-12 p {
    font-size: 15px;
    color: rgb(33, 51, 67);
    line-height: 1.667;
    text-align: left;
    margin-bottom: 24px;
    width: 100%;
  }
  .section_for_intensive .second-md-12 {
    margin-top: 0px;
  }
  .section_for_intensive .second-md-12 ul {
    display: block;
  }
  .section_for_intensive .second-md-12 ul li {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .section_for_intensive .second-md-12 ul li::marker {
    color: #df2b2f;
  }
}
@media only screen and (max-width: 400px) {
  .section_2 .section_2_h2 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section_2 .border_on_benifits {
    border-radius: 15px;
    border: 2px solid rgb(47, 47, 47);
    padding-top: 31px;
    padding-inline: 10px;
    padding-bottom: 30px;
    position: relative;
  }
  .section_2 .border_on_benifits .practical {
    width: 100%;
    position: relative;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .section_2 .border_on_benifits .practical::after {
    content: "";
    border-right: 2px dashed #df2b2e;
    height: 123px;
    position: absolute;
    top: 48px;
    right: 0px;
    display: none;
  }
  .section_2 .border_on_benifits .accomodation {
    width: 100%;
    position: relative;
    padding-inline: 0px;
    margin-bottom: 30px;
  }
  .section_2 .border_on_benifits .accomodation::after {
    content: "";
    border-right: 2px dashed #df2b2e;
    height: 123px;
    position: absolute;
    top: 48px;
    right: 0px;
    display: none;
  }
  .section_2 .border_on_benifits .training {
    width: 100%;
    padding-left: 0px;
    position: relative;
  }
  .section_2 .benifit_1 h3 {
    font-size: 16px;
  }
  .section_2 .benifit_1 span {
    width: 218px;
    font-size: 14px;
  }
  .section_7 {
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    background-color: #000000 !important;
    height: auto;
    padding-bottom: 15px;
  }
  .section_7 .section_7_1_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_7 .section_7_1_content .section_7_h6 {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 24px;
  }
  .section_7 .section_7_1_content .section_7_p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: center;
    width: 100%;
    margin-bottom: 29px;
  }
  .section_7 .section_7_1_steps {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_7 .section_7_1_steps_mobile {
    width: 100%;
    display: block !important;
  }
  .section_7 .section_7_1_steps_mobile .c1 {
    width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 0px;
    padding: 10px 15px;
    position: relative;
    background-image: url("/images/vector_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
  .section_7 .section_7_1_steps_mobile .c1 h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_one p,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_one_inner_two p,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_one_inner_two p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 19px;
    margin-left: 7px;
    margin-top: 5px;
    margin: 0px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_one h3,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_one_inner_two h3,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_one_inner_two h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_two_inner_two p {
    font-size: 14px;
    margin: 0px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_two_inner_two {
    margin-top: 0;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two span,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_two_inner_two span {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two p,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_two_inner_two p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.571;
    text-align: left;
    width: 100%;
    margin: 0px;
  }
  .section_7 .section_7_1_steps_mobile .c1 .first_two_one_inner_two h3,
  .section_7 .section_7_1_steps_mobile .c1 .second_two_two_inner_two h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_8 {
    padding-top: 0px;
  }
  .section_8 .section_8_main_heading span {
    font-size: 24px;
    color: rgb(1, 1, 1);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
  }
  .section_8 .question {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 18px;
    text-align: left;
  }
  .section_8 .answer {
    font-size: 14px;
    color: rgb(33, 51, 67);
    line-height: 1.833;
    text-align: left;
  }
  .section_9 {
    background-image: url("/images/become_a_member.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 840px;
    margin-top: 40px;
    display: block;
  }
  .section_9 .section_9_md_6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_9 .section_9_md_6 p {
    font-size: 20px;
    color: rgb(254, 254, 254);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .section_9 .section_9_md_6 p span {
    color: rgb(223, 43, 47);
  }
  .section_9 .section_9_md_6 p h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_9 .section_9_md_6 .they_first {
    font-size: 25px;
    color: rgb(223, 43, 47);
    font-weight: bold;
    line-height: 1.323;
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
  .section_9 .section_9_md_6 .they_first span {
    color: rgb(223, 43, 47);
  }
  .section_9 .section_9_md_6 .f_bt {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_9 .section_9_md_6 .f_bt a {
    border-width: 3px;
    width: 280px;
    border-color: rgb(223, 43, 47);
    border-style: solid;
    border-radius: 10px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    padding-block: 14px;
  }
  .section_for_intensive {
    margin-top: 40px;
  }
  .section_for_intensive .first-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_for_intensive .first-md-12 h2 {
    font-size: 20px;
    line-height: 1.417;
  }
  .section_for_intensive .first-md-12 span {
    font-size: 17px;
    color: rgb(223, 43, 47);
    font-weight: bold;
    line-height: 1.588;
    text-align: left;
    padding-block: 5px;
    width: 100%;
  }
  .section_for_intensive .first-md-12 p {
    font-size: 14px;
    color: rgb(33, 51, 67);
    line-height: 1.667;
    text-align: left;
    margin-bottom: 24px;
    width: 100%;
  }
  .section_for_intensive .first-md-12 h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .section_for_intensive .second-md-12 {
    margin-top: 0px;
  }
  .section_for_intensive .second-md-12 ul {
    display: block;
  }
  .section_for_intensive .second-md-12 ul li {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .section_for_intensive .second-md-12 ul li::marker {
    color: #df2b2f;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_7 .section_7_1_steps {
    grid-template-columns: repeat(auto-fit, minmax(320px, 0fr));
  }
}
@media only screen and (max-width: 400px) {
  .section_2 .benifit_1 p {
    text-align: center !important;
  }
}
.cta_form {
  font-family: "Lexend Deca";
  background-color: #EEEEEE;
  padding: 30px 40px;
  margin-top: 40px;
  border-radius: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta_form {
    padding: 30px 20px;
  }
}
.cta_form .content .wraper_dev {
  /* 🔹 Subscription Section */
}
.cta_form .content .wraper_dev h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #000000;
  max-width: 434px;
  width: 100%;
}
.cta_form .content .wraper_dev h2 span {
  color: #DF2B2F;
}
.cta_form .content .wraper_dev .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  max-width: 366px;
  width: 100%;
  margin-top: 25px;
}
.cta_form .content .wraper_dev .group {
  margin-top: 25px;
  display: flex;
  gap: 8px;
}
.cta_form .content .wraper_dev .group .call_links {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  letter-spacing: 1px;
  color: #2F2F2F;
}
.cta_form .content .wraper_dev .group .subscription__btn .btns {
  /* Group 32 */
  max-width: 148.75px;
  width: 100%;
  height: 44.62px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #DF2B2F;
  color: #FFFFFF;
  border-radius: 50px;
  border: none;
  padding: 11px 18px;
}

/* ================================
   CTA FORM RESPONSIVE STYLES
================================ */
/* --------- Tablet (≤991px) --------- */
@media (max-width: 991px) {
  .cta_form {
    padding: 30px 30px;
  }
  .cta_form .content .wraper_dev h2 {
    text-align: center;
    max-width: none;
  }
  .cta_form .content .wraper_dev.desc {
    text-align: center;
    max-width: none;
  }
  .cta_form .content .wraper_dev .group {
    justify-content: center;
    margin-bottom: 30px;
  }
  .cta_form .content .wraper_dev .desc {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    text-align: center;
  }
}
/* --------- Mobile (≤767px) --------- */
@media (max-width: 767px) {
  .cta_form {
    padding: 30px 0;
  }
  .cta_form .content .wraper_dev.subscription .subscription__btn .btns {
    padding: 11px 15px;
  }
}
/* --------- Small Mobile (≤460px) --------- */
@media (max-width: 460px) {
  .cta_form .content .wraper_dev h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }
  .cta_form .content .wraper_dev .group .call_links {
    font-size: 14px;
    line-height: 20px;
  }
  .cta_form .content .wraper_dev .desc {
    font-size: 14px;
  }
}
/* --------- Extra Small Mobile (≤374px) --------- */
@media (max-width: 374px) {
  .cta_form .content .wraper_dev .group {
    flex-direction: column;
  }
  .cta_form .content .wraper_dev .group .subscription__btn .btns {
    height: 40.62px;
    font-size: 14px;
    padding: 10px 18px;
  }
}
/* --------- Ultra Small Mobile (≤320px) --------- */
@media (max-width: 320px) {
  .cta_form .content .wraper_dev h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .cta_form .content .wraper_dev .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .cta_form .content .wraper_dev .group .call_links {
    font-size: 14px;
  }
  .cta_form .content .wraper_dev .group {
    flex-direction: column;
  }
}/*# sourceMappingURL=component_style.css.map */