body {
  font-family: 'Open Sans', sans-serif;
  color: #292929;
}
.nav-holder {
  padding-top: 98px;
  background-color: #2665BF;
}
.hero {
  position: relative;
  padding: 96.5px 0px 83px;
  background-color: #2665BF;
  color: #FFFFFF;
}
.hero .container {
  display: flex;
}
@media (max-width: 1300px) {
  .hero .container {
    max-width: 1290px;
  }
}
.hero .left {
  max-width: 658px;
}
@media (max-width: 1300px) {
  .hero .left {
    max-width: 658px !important;
  }
}
@media (max-width: 1190px) {
  .hero .left {
    max-width: 600px !important;
  }
}
@media (max-width: 992px) {
  .hero .left {
    max-width: none !important;
  }
}
.hero .left .achievements {
  padding-left: 0;
}
.hero .right {
  display: none;
}
.hero .container_img {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1130px) {
  .hero .container_img {
    width: 40%;
  }
}
@media (min-width: 1130px) and (max-width: 1400px) {
  .hero .container_img {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .hero .container_img {
    clip-path: none;
    width: 100%;
    position: relative !important;
  }
}
.hero .container_img div {
  width: 100%;
  height: 100%;
}
.hero .container_img img.mobile {
  display: none;
}
.hero .container_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
.hero h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
.hero p {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 94.5px;
}
.hero ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 24px;
}
.hero ul li {
  max-width: calc(50% - 28px);
  width: calc(50% - 28px);
  display: flex;
  align-items: center;
  gap: 21px;
}
.hero ul li span {
  width: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
}
.hero ul li div {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.content {
  margin-top: 50px;
}
.content .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.content .container .tab-content {
  padding: 10px 0;
}
@media (min-width: 576px) {
  .content .container .tab-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content .container .tab-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content .container .tab-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content .container .tab-content {
    max-width: 1140px;
  }
}
.content .container .tab-content h2 {
  color: #454545;
  padding: 8px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
}
.content .container .tab-content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  color: #454545;
}
.content .container .tab-content p {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.content .container .tab-content img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  height: auto !important;
}
.related-pages {
  margin-top: 50px;
}
.related-pages #course_pages_list {
  justify-content: center;
}
.related-pages .list-wrapper {
  display: flex;
  gap: 24px;
}
.related-pages .drop {
  max-width: 306px;
  flex: 1;
  position: relative;
}
.related-pages .drop .ul-wrap {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.related-pages .drop ul {
  padding: 12px 0px;
}
.related-pages .drop ul li span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #6E7485;
}
.related-pages .drop ul li div {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1A1A1A;
  flex-grow: 1;
}
.related-pages .drop ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  cursor: pointer;
  margin: 0;
}
.related-pages .drop ul li input {
  display: none;
}
.related-pages .drop ul li input:checked + .cus-checkbox {
  background-color: #2665BF;
}
.related-pages .drop ul li input:checked + .cus-checkbox img {
  display: inline;
}
.related-pages .drop ul li .cus-checkbox {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #E9EAF0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.related-pages .drop ul li .cus-checkbox img {
  display: none;
}
.related-pages .drop-btn {
  display: flex;
  border: 1px solid #CED1D9;
  padding: 13px 18px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.related-pages .drop-btn span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2026;
}
.related-pages .drop-btn img {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.related-pages .drop-active .drop-btn img {
  transform: rotate(0deg);
}
.related-pages .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 48px;
  flex: 3;
}
.related-pages .course {
  cursor: pointer;
  max-width: 306px;
  flex: 0 0 calc(33.3% - 15.5px);
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px #00000026;
  border-radius: 6px;
  list-style: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.related-pages .course:hover {
  background-color: #f5f5f5;
}
.related-pages .course .content {
  height: 250px;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.related-pages .course .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1A1A1A;
}
.related-pages .course p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
  margin-bottom: 0px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.related-pages .course p br {
  display: none;
}
.related-pages .course .rating {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.related-pages .course .rating img {
  height: 24px;
  width: 24px;
}
.related-pages .course .rating span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
}
.related-pages .course a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.related-pages .course a span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #EC7D50;
}
.related-pages .course-img {
  height: 200px;
  border-radius: 6px 6px 0px 0px;
}
.related-pages .course-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0px 0px;
}
.related-pages .more-wrapper {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 100%;
  margin-top: 60px;
}
.related-pages .more-wrapper > div {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.related-pages .more-wrapper a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC7D50;
  padding: 14px 32px;
  border-radius: 4px;
  cursor: pointer;
}
/*# sourceMappingURL=maintenance-page.css.map */