.green_btn {
  background-color: #41C46E;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
.green_btn:hover {
  background-color: #56d883;
}

.purple_btn {
  background-color: #9B51E0;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
.purple_btn:hover {
  background-color: #ac6ce7;
}

.orange_btn {
  background-color: #EE7D54;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
.orange_btn:hover {
  background-color: #FC926C;
}

h2 {
  color: #333333;
  font-size: 36px;
  line-height: 44px;
  font-family: var(--rt-font-ibm);
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  color: #333333;
  font-family: var(--rt-font-dm);
}

.teachers-hero {
  background-color: #132C55;
  padding: 80px 0;
}
.teachers-hero .title {
  max-width: 971px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.teachers-hero .title h1 {
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-family: var(--rt-font-ibm);
  font-weight: 700;
  margin-bottom: 20px;
}
.teachers-hero .title p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.teachers-hero img {
  max-width: 722px;
  display: block;
  margin: 38px auto 0;
  width: 100%;
  height: 222px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .teachers-hero {
    padding: 80px 24px;
  }
  .teachers-hero .title h1 br,
  .teachers-hero .title p br {
    display: none;
  }
}

.webinar .wrapper {
  background-color: #EEF5FF;
  padding: 60px;
  border-radius: 32px;
  margin-top: -81px;
}
.webinar .wrapper .web_info {
  column-gap: 60px;
  flex-wrap: nowrap;
}
.webinar .wrapper .web_info p {
  font-size: 18px;
  line-height: 24px;
}
.webinar .wrapper .web_info img {
  width: 310px;
  display: block;
  height: 181px;
  object-fit: contain;
}
.webinar .wrapper .web_info .title_desc {
  max-width: 670px;
  width: 100%;
  margin-bottom: 20px;
}
.webinar .wrapper .webinars_list {
  row-gap: 10px;
}
.webinar .wrapper .webinars_list .item {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  display: flex;
  column-gap: 50px;
}
.webinar .wrapper .webinars_list .item .desc {
  max-width: 470px;
}
.webinar .wrapper .webinars_list .item .desc h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: var(--rt-font-ibm);
  color: #333333;
  margin-bottom: 10px;
}
.webinar .wrapper .webinars_list .item .desc p {
  font-size: 16px;
  line-height: 20px;
}
.webinar .wrapper .webinars_list .item .date {
  max-width: 480px;
  background-color: #EEF5FF;
  border-radius: 40px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 50px;
  width: 100%;
  height: 76px;
}
.webinar .wrapper .webinars_list .item .date .calendar {
  padding-left: 20px;
}
.webinar .wrapper .webinars_list .item .date .calendar .day {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.webinar .wrapper .webinars_list .item .date .calendar .month {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  column-gap: 8px;
  align-items: center;
}
.webinar .wrapper .webinars_list .item .date .calendar .month .mth {
  color: #EE7D54;
  font-weight: 700;
}
.webinar .wrapper .webinars_list .item .date .calendar .month .dote {
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
}
.webinar .wrapper .webinars_list .item .global-btn {
  margin-top: 0;
}
.webinar .wrapper .webinars_list .item .global-btn a {
  padding: 14px 20px;
}
@media (max-width: 1225px) {
  .webinar .wrapper .webinars_list .item {
    flex-wrap: wrap;
    gap: 25px;
  }
  .webinar .wrapper .webinars_list .item .desc,
  .webinar .wrapper .webinars_list .item .date {
    max-width: 100%;
  }
  .webinar .wrapper .webinars_list .item .global-btn a {
    margin-top: 0 !important;
  }
}
@media (max-width: 860px) {
  .webinar .wrapper .web_info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .webinar .wrapper .web_info .title_desc {
    max-width: 100%;
  }
  .webinar .wrapper .webinars_list .item .date {
    height: auto;
  }
}
@media (max-width: 680px) {
  .webinar .wrapper {
    padding: 30px;
  }
  .webinar .wrapper .webinars_list .item .date {
    flex-wrap: wrap;
    gap: 25px;
  }
  .webinar .wrapper .webinars_list .item .global-btn {
    width: 100%;
  }
}

.pd_school {
  margin: 60px 0;
}
.pd_school .wrapper {
  max-width: 1040px;
  width: 100%;
  margin: auto;
}
.pd_school .wrapper .info_items {
  display: flex;
  gap: 40px;
  align-items: stretch;
  margin-top: 40px;
  flex-wrap: wrap;
}
.pd_school .wrapper .info_items .item {
  flex-basis: calc(50% - 20px);
  padding: 60px;
  border-radius: 30px;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pd_school .wrapper .info_items .item:nth-of-type(2n+1) {
  border: 2px solid #498BF9;
  border-bottom: 6px solid #498BF9;
  background-color: #EEF5FF;
}
.pd_school .wrapper .info_items .item:nth-of-type(2n) {
  border: 2px solid #EE7D54;
  border-bottom: 6px solid #EE7D54;
  background-color: #F9EBE6;
}
.pd_school .wrapper .info_items .item:nth-of-type(2n) .global-btn a {
  background-color: #498BF9;
  border: 2px solid #498BF9;
}
.pd_school .wrapper .info_items .item:nth-of-type(2n) .global-btn a:hover {
  background-color: #629DFF;
  border: 2px solid #629DFF;
  transition: all 0.3s;
}
.pd_school .wrapper .info_items .item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.pd_school .wrapper .info_items .item h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: var(--rt-font-dm);
  color: #333333;
  margin: 20px 0;
}
.pd_school .wrapper .info_items .item p {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  color: #333333;
}
.pd_school .wrapper .info_items .item .global-btn {
  margin-top: 40px;
}
@media (max-width: 860px) {
  .pd_school .wrapper .info_items .item {
    align-items: center;
    flex-basis: 100%;
    padding: 40px;
  }
}

.pd_packages {
  padding: 70px 32px 85px;
  background-color: #EEF5FF;
}
.pd_packages .wrapper .title {
  max-width: 670px;
  margin: 0 auto;
  width: 100%;
}
.pd_packages .wrapper .title p {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  color: #333333;
}
.pd_packages .wrapper .packages {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 100%;
  margin: 60px auto 0;
}
.pd_packages .wrapper .packages .item {
  flex-basis: calc(50% - 20px);
  padding: 22px 60px 60px 22px;
  border-radius: 30px;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 2px solid #498BF9;
  border-bottom: 6px solid #498BF9;
  background-color: #fff;
}
.pd_packages .wrapper .packages .item .text h3 {
  color: #498BF9;
  font-family: var(--rt-font-ibm);
  font-style: italic;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 5px;
  padding-left: 38px;
}
.pd_packages .wrapper .packages .item .text h4 {
  color: #333333;
  font-family: var(--rt-font-dm);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-left: 38px;
}
.pd_packages .wrapper .packages .item .text p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  padding-left: 38px;
}
.pd_packages .wrapper .packages .item .global-btn {
  padding-left: 38px;
  margin-top: 50px;
}
.pd_packages .wrapper .packages .item .global-btn a {
  background-color: #498BF9;
  border: 2px solid #498BF9;
}
.pd_packages .wrapper .packages .item .global-btn a:hover {
  background-color: #629DFF;
  border: 2px solid #629DFF;
  transition: all 0.3s;
}
.pd_packages .wrapper .packages .item .top_link {
  margin-bottom: 33px;
}
@media (max-width: 860px) {
  .pd_packages .wrapper .packages .item {
    align-items: center;
    flex-basis: 100%;
    padding: 40px;
  }
  .pd_packages .wrapper .packages .item .text h3,
  .pd_packages .wrapper .packages .item .text h4,
  .pd_packages .wrapper .packages .item .text p {
    padding-left: 0;
  }
  .pd_packages .wrapper .packages .item .global-btn {
    padding-left: 0;
  }
}
@media (max-width: 860px) {
  .pd_packages {
    padding: 70px 24px;
  }
}

.watch_demand {
  margin: 80px auto;
}
.watch_demand .wrapper {
  background-color: #EEF5FF;
  border-radius: 30px;
  padding: 60px;
}
.watch_demand .wrapper .web_info {
  column-gap: 60px;
  flex-wrap: nowrap;
}
.watch_demand .wrapper .web_info p {
  font-size: 18px;
  line-height: 24px;
}
.watch_demand .wrapper .web_info img {
  width: 310px;
  display: block;
  height: 181px;
  object-fit: contain;
  position: relative;
  top: -35px;
}
.watch_demand .wrapper .web_info .title_desc {
  max-width: 670px;
  width: 100%;
  margin-bottom: 20px;
}
.watch_demand .wrapper .blocks {
  gap: 10px;
  margin-top: 22px;
}
.watch_demand .wrapper .blocks .item {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(33% - 4px);
  flex-grow: 0;
}
.watch_demand .wrapper .blocks .item h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: var(--rt-font-dm);
  font-weight: 700;
  color: #333333;
}
.watch_demand .wrapper .blocks .item .btn {
  margin-top: 40px;
}
.watch_demand .wrapper .blocks .item .btn a {
  padding: 15px 32px;
  color: #498BF9;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  font-family: var(--rt-font-dm);
  border: 2px solid #498BF9;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s;
}
.watch_demand .wrapper .blocks .item .btn a:hover {
  border: 2px solid #aec9f5;
  transition: all 0.3s;
  color: #aec9f5;
}
@media (max-width: 996px) {
  .watch_demand .wrapper .blocks .item {
    flex-basis: calc(50% - 5px);
  }
}
@media (max-width: 680px) {
  .watch_demand .wrapper .blocks .item {
    flex-basis: 100%;
    align-items: center;
  }
}
.watch_demand .wrapper .youtube_block {
  border-radius: 100px;
  background-color: #fff;
  padding: 20px 15px 20px 30px;
  border: 2px solid #498BF9;
  margin-top: 42px;
  justify-content: space-between;
  align-items: center;
}
.watch_demand .wrapper .youtube_block .title {
  column-gap: 20px;
}
.watch_demand .wrapper .youtube_block .title h2 {
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  font-weight: 700;
  font-family: var(--rt-font-dm);
  margin-bottom: 0;
}
@media (max-width: 560px) {
  .watch_demand .wrapper .youtube_block .title {
    justify-content: center;
  }
}
.watch_demand .wrapper .youtube_block .btn {
  margin-top: 0;
}
.watch_demand .wrapper .youtube_block .btn a {
  padding: 15px 32px;
  color: #498BF9;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  font-family: var(--rt-font-dm);
  border: 2px solid #498BF9;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s;
}
.watch_demand .wrapper .youtube_block .btn a:hover {
  border: 2px solid #aec9f5;
  transition: all 0.3s;
  color: #aec9f5;
}
@media (max-width: 950px) {
  .watch_demand .wrapper .youtube_block {
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .watch_demand .wrapper {
    padding: 40px;
  }
  .watch_demand .wrapper .web_info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .watch_demand .wrapper .web_info .title_desc {
    max-width: 100%;
  }
  .watch_demand .wrapper .web_info img {
    top: 0;
  }
}