/*Page global Styles*/
* {
  text-decoration: none;
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
}

a:hover {
  transition: all 0.3s;
}

.global-btn a.btn-style-1 {
  width: 191px;
}

.global-btn a.blue_btn {
  background-color: #498BF9;
  border-color: #498BF9;
}

.global-btn a.blue_btn:hover {
  background-color: #629DFF;
  border-color: #629DFF;
}

/*Hero Section*/
.efficacy-hero {
  margin-top: 156px;
}
.efficacy-hero .hero_bg {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 376px;
}
.efficacy-hero .hero_bg .hero-wrapper {
  display: flex;
  justify-content: space-between;
}
.efficacy-hero .hero_bg .hero-wrapper .hero-content {
  max-width: 678px;
  width: 100%;
}
.efficacy-hero .hero_bg .hero-wrapper .hero-content h1 {
  font-family: IBM Plex Serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  color: #333333;
}
.efficacy-hero .hero_bg .hero-wrapper .hero-content .hero-btn {
  margin-top: 42px;
}
.efficacy-hero .mob_illustration {
  display: none;
}

/*Section Study*/
.study-section {
  margin-bottom: 100px;
}
.study-section .study-wrapper .study-block {
  background-color: #EEF5FF;
  padding: 107px 77px 134px 80px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.study-section .study-wrapper .study-block .study-badge {
  width: 216px;
}
.study-section .study-wrapper .study-block .study-content {
  max-width: 712px;
  width: 100%;
}
.study-section .study-wrapper .study-block .study-content span {
  color: #EE7D54;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
.study-section .study-wrapper .study-block .study-content h2 {
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: left;
  color: #333333;
}
.study-section .study-wrapper .study-block .study-content .desc p,
.study-section .study-wrapper .study-block .study-content .desc ul li {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #646464;
  margin-bottom: 16px;
}
.study-section .study-wrapper .study-block .study-content .desc ul {
  list-style: disc;
  margin-left: 20px;
}
.study-section .study-wrapper .study-block .study-content .desc .study-btn {
  margin-top: 32px;
}
.study-section .study-wrapper .study-block:before {
  content: "";
  background-image: url("../svg/bg-arrows.svg");
  position: absolute;
  background-position: bottom left;
  left: 0;
  bottom: 0;
  width: 276px;
  height: 183px;
  background-repeat: no-repeat;
}

.teachers-section {
  margin-top: 120px;
  margin-bottom: 120px;
}
.teachers-section .teacher-wrapper {
  padding: 86px 30px 98px;
  background-color: #EEF5FF;
  border-radius: 30px;
  position: relative;
}
.teachers-section .teacher-wrapper h2 {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #333333;
}
.teachers-section .teacher-wrapper .teacher_btn {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: right;
  color: #A4C5FC;
  width: 170px;
  padding: 12px 32px 12px 32px;
  border-radius: 32px;
  border: 2px solid #A4C5FC;
  display: block;
  margin-top: 16px;
}
.teachers-section .teacher-wrapper .teacher_btn:hover {
  border: 2px solid #498BF9;
  color: #498BF9;
}
.teachers-section .teacher-wrapper .teacher_info {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 42px;
}
.teachers-section .teacher-wrapper .info-box {
  max-width: 543px;
  width: 100%;
  padding: 22px;
  border-radius: 32px;
  flex: 1;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.teachers-section .teacher-wrapper .info-box .teacher-name-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.teachers-section .teacher-wrapper .info-box .teacher-name-img .top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teachers-section .teacher-wrapper .info-box .teacher-name-img img {
  border-radius: 50%;
  margin-right: 8px;
  width: 33px;
  height: 33px;
}
.teachers-section .teacher-wrapper .info-box .teacher-name-img .teacher_name {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #333333;
  margin-right: 8px;
}
.teachers-section .teacher-wrapper .info-box .teacher-name-img .teacher_school {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #646464;
}
.teachers-section .teacher-wrapper .info-box .info-desc {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.teachers-section .teacher-wrapper .info-box .info-desc .info-desc-cnt h2 {
  font-family: IBM Plex Serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}
.teachers-section .teacher-wrapper .info-box .info-desc .info-desc-cnt p {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #646464;
}
.teachers-section .teacher-wrapper .info-box .info-desc .info-img img {
  border-radius: 16px;
  margin-top: 30px;
  width: 133px;
}
.teachers-section .teacher-wrapper .info-box .info-desc .info-img .min-read {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: right;
  color: #929292;
  margin-top: 10px;
}
.teachers-section .teacher-wrapper .info-box:hover {
  border: 2px solid #DFECFE;
}
.teachers-section .teacher-wrapper .section_btn {
  margin-top: 42px;
  text-align: center;
}
.teachers-section .teacher-wrapper .section_btn .blue_btn {
  width: 337px;
  margin: auto;
}
.teachers-section .teacher-wrapper .confeti-left-top {
  position: absolute;
  left: -13px;
  top: -13px;
}
.teachers-section .teacher-wrapper .confeti-bottom-right {
  position: absolute;
  bottom: -40px;
  right: 40px;
}

.get_in_touch {
  margin-bottom: 120px;
}
.get_in_touch .get_in_touch_wrapper {
  background-color: #498BF9;
  border-radius: 30px;
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}
.get_in_touch .get_in_touch_wrapper .content {
  max-width: 657px;
  width: 100%;
  margin: auto;
}
.get_in_touch .get_in_touch_wrapper .content h2 {
  font-family: IBM Plex Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.get_in_touch .get_in_touch_wrapper .content .btn {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.get_in_touch .get_in_touch_wrapper:before {
  content: "";
  background-image: url("../svg/bg-arrows_get_in_touch.svg");
  background-position: bottom left;
  width: 276px;
  height: 182px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: -27px;
}

@media (max-width: 1100px) {
  .study-section .study-wrapper .study-block {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .efficacy-hero {
    position: relative;
  }
  .efficacy-hero .hero_bg .hero-wrapper .hero-content h1 {
    font-size: 32px;
    line-height: 38.4px;
    text-align: center;
  }
  .efficacy-hero .hero_bg .hero-wrapper .hero-content {
    margin: auto;
  }
  .efficacy-hero .hero_bg {
    background-image: none !important;
    height: 420px;
    position: relative;
    z-index: 1;
  }
  .efficacy-hero .mob_illustration {
    display: block;
    position: absolute;
    right: 0;
    bottom: -7px;
    z-index: 0;
  }
  .study-section .study-wrapper .study-block {
    border-radius: 0;
  }
  .study-section {
    margin-bottom: 0;
  }
  .study-section + .research-section {
    background-color: transparent !important;
  }
  .study-section .study-wrapper .study-block {
    flex-wrap: wrap;
    justify-content: center;
    padding: 78px 24px 140px 24px;
  }
  .study-section .study-wrapper .study-block .study-badge {
    width: 110px;
    margin-bottom: 41px;
  }
  .study-section .study-wrapper .study-block .study-badge img {
    width: 110px;
    height: auto;
  }
  .study-section .study-wrapper .study-block::before {
    content: "";
    background-image: url("../svg/bg-arrows-mob.svg");
    position: absolute;
    background-position: bottom center;
    bottom: 0;
    width: 161px;
    height: 107px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
  }
  .blue_btn {
    max-width: 543px;
    width: 100%;
    margin: auto;
  }
  .study-section .study-wrapper .study-block .study-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
  }
  .teachers-section {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .teachers-section .teacher-wrapper {
    border-radius: 0;
    padding: 71px 24px 80px;
  }
  .teachers-section .teacher-wrapper .confeti-left-top,
  .teachers-section .teacher-wrapper .confeti-bottom-right {
    display: none;
  }
  .teachers-section .teacher-wrapper .teacher_info {
    flex-direction: column;
    gap: 0;
  }
  .teachers-section .teacher-wrapper .info-box .info-desc {
    flex-direction: column;
  }
  .teachers-section .teacher-wrapper .info-box .info-desc .info-desc-cnt h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .teachers-section .teacher-wrapper .info-box .info-desc .info-desc-cnt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .teachers-section .teacher-wrapper .info-box .info-desc .info-img .min-read {
    margin-top: 0;
    text-align: left;
  }
  .teachers-section .teacher-wrapper .info-box .info-desc .info-img img {
    margin-top: 20px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  .teachers-section .teacher-wrapper .info-box {
    margin-top: 20px;
  }
  .teachers-section .teacher-wrapper h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 28px;
  }
  .teachers-section .teacher-wrapper .teacher_btn {
    text-align: center;
    width: 100%;
  }
  .teachers-section .teacher-wrapper .section_btn .blue_btn {
    width: 100%;
    max-width: 543px;
  }
  .teachers-section .teacher-wrapper .info-box {
    margin: 20px auto 0;
  }
  .get_in_touch {
    margin-bottom: 0;
  }
  .get_in_touch .get_in_touch_wrapper {
    padding: 65px 0 165px 0;
  }
  .get_in_touch .get_in_touch_wrapper .content {
    padding: 0 30px;
  }
  .get_in_touch .get_in_touch_wrapper {
    border-radius: 0;
  }
  .get_in_touch .get_in_touch_wrapper::before {
    content: "";
    background-image: url("../svg/bg-arrows-mob-get-in-touch.svg");
    background-position: bottom center;
    width: 161px;
    height: 106px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 420px) {
  .teachers-section .teacher-wrapper .global-btn a.blue_btn {
    padding: 16px 20px;
    min-height: 56px;
    height: auto;
  }
}
@media (max-width: 350px) {
  .global-btn a.blue_btn {
    font-size: 15px;
  }
}