#WelcomePage {
  overflow-x: clip;
  background-color: #191d5a;
  height: 100vh;
}
#WelcomePage::before {
  content: "";
  background-image: url("/img/Artwork.png");
  background-size: auto;
  background-repeat: repeat-x;
  background-position-y: bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.05;
}
@media (max-width: 425px) {
  #WelcomePage::before {
    background-size: 100%;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  #WelcomePage::before {
    background-size: 50%;
  }
}
#WelcomePage .nav {
  padding: 20px 30px;
}
#WelcomePage .nav img {
  width: 170px;
}
#WelcomePage .nav a {
  color: #fff;
}
#WelcomePage .nav a span {
  font-size: 16px;
}
#WelcomePage .nav a .forward {
  width: 13px;
  transform: scaleX(-1);
}
@media (max-width: 320px) {
  #WelcomePage .nav img {
    width: 105px;
  }
  #WelcomePage .nav a span {
    font-size: 12px;
  }
  #WelcomePage .nav a .forward {
    width: 9px;
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  #WelcomePage .nav img {
    width: 110px;
  }
  #WelcomePage .nav a span {
    font-size: 13px;
  }
  #WelcomePage .nav a .forward {
    width: 11px;
  }
}
#WelcomePage .header {
  position: relative;
  /* height: 100vh; */
  width: 100%;
  /* background-color: #191D5A; */
  color: #fff;
  overflow: hidden;
  /* top: -101px; */
}
@media (max-width: 768px) {
  #WelcomePage .header {
    top: -78px;
  }
}
#WelcomePage .container {
  color: #fff;
  position: relative;
}
#WelcomePage .container .body {
  width: 52%;
  background-color: #00000030;
  padding: 70px;
  border-radius: 5px;
  margin-bottom: 40px;
  z-index: 99999;
}
#WelcomePage .container .body hr {
  width: 80px;
  opacity: 0.06;
}
#WelcomePage .container .body .bold {
  font-weight: bold;
  font-size: 16px;
}
#WelcomePage .container .body .social .icons img {
  width: 24px;
}
#WelcomePage .container .body .important-links .links a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  #WelcomePage .container .body {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #WelcomePage .container .body {
    padding: 25px;
  }
  #WelcomePage .container .body .social .icons img {
    width: 17px;
  }
}

.small-text {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .fs-5,
#WelcomePage .container .body .bold,
#WelcomePage .container .body .important-links .links a {
    font-size: 12px !important;
    line-height: 1.3rem;
  }

  h2 {
    font-size: 1rem !important;
  }

  #WelcomePage .container .body .social .icons img {
    width: 17px;
  }
}
section.cta .wrapper {
  background-color: #191920;
}
section.cta .btn {
  padding: 1.3rem 1.7rem;
  line-height: 0;
  height: auto;
}

.icon {
  width: 3.12rem;
  height: 3.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1rem;
}
.icon--purple {
  background-color: #e7e8ff;
  color: #5d64fb;
}
.icon--blue {
  background-color: #d0f5ff;
  color: #28bbe3;
}
.icon--orange {
  background-color: #ffead0;
  color: #df762c;
}
.icon--green {
  background-color: #dcffd3;
  color: #56c03a;
}

.text-orange {
  color: #df762c !important;
}

.text-blue {
  color: #28bbe3 !important;
}

.text-purple {
  color: #5d64fb !important;
}

.text-green {
  color: #56c03a !important;
}

#partners .page-header {
  background-color: #202359;
  padding: 50px 0;
  color: #fff;
  background-image: url(/img/schoolsArtwork.svg);
  height: 21rem;
  margin-top: -5px;
}
@media (max-width: 425px) {
  #partners .page-header p,
#partners .page-header a {
    font-size: 12px;
  }
  #partners .page-header h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 1024px) {
  #partners .page-header {
    height: 23rem;
  }
}
#partners .page-header .title-row {
  margin-bottom: 100px;
  align-items: start;
}
#partners .page-header .statistics-info {
  color: #000;
}
#partners .page-header .statistics-info .month-watch {
  color: #009870;
}
@media (max-width: 768px) {
  #partners .page-header .img-col {
    margin-top: 25px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  #partners .page-header .img-col img {
    width: 50%;
  }
}
#partners .partner-steps {
  padding-top: 180px;
}
@media (max-width: 320px) {
  #partners .partner-steps {
    padding-top: 120px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #partners .partner-steps {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  #partners .partner-steps .icon {
    margin: 0 auto;
  }
  #partners .partner-steps h3 {
    font-size: 20px;
  }
  #partners .partner-steps h5 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  #partners .partner-steps p {
    font-size: 14px;
  }
}
#partners .partner-steps hr {
  border-top: 2px solid #c5c0c0;
  position: relative;
  top: 63px;
  width: 85%;
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #partners .partner-steps hr {
    top: 45px;
    right: 5px;
  }
}
@media (min-width: 1440px) {
  #partners .partner-steps .container {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #partners .partner-steps .container {
    margin-top: -130px;
  }
}
#partners .partner-steps img {
  width: 18px;
}
#partners .more .section-title {
  margin-right: -3rem;
}
#partners .more img {
  width: 18px;
}

.emp-join-page .join-form .page {
  background-color: #fff;
  padding: 70px 50px;
  border-radius: 4px;
  margin-top: -90px;
  box-shadow: 5px 10px 30px 0px #0000000d;
}
@media (max-width: 425px) {
  .emp-join-page .join-form .page {
    padding: 0 20px 30px;
  }
}
.emp-join-page .join-form .page h5 {
  color: #737598;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.emp-join-page .join-form .page h3 {
  color: #202359;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.emp-join-page .join-form .page .baseta-bg {
  background: linear-gradient(to right, rgba(209, 244, 242, 0.8), rgba(226, 251, 250, 0.8)), url("/img/jeel.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding: 12%;
  padding-bottom: 200px;
  border-top-right-radius: 10px;
}
.emp-join-page .join-form .page .baseta-bg h5 {
  font-size: 20px;
  color: #2c2d2c;
}
.emp-join-page .join-form .page .baseta-bg h3 {
  font-size: 34px;
  color: #2c2d2c;
  margin-bottom: 40px;
}
.emp-join-page .join-form .page .baseta-bg p {
  font-size: 18px;
  color: #2c2d2c;
}
.emp-join-page .join-form .page .well {
  box-shadow: none;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .emp-join-page .join-form .page .well {
    padding: 40px 30px;
  }
}
.emp-join-page .join-form .page .well .form-control {
  border: 1px solid #babbcf !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}
.emp-join-page .join-form .page .well h5 {
  color: #737598;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 27px;
  font-family: "29LTAdir Reg" !important;
}

:lang(en) .section-title {
  margin-left: -3rem;
}

.baseta .join-form .page {
  border-radius: 0;
  margin-top: -120px;
  padding: 0;
  padding-bottom: 50px;
}
.baseta .join-form .page .top {
  box-shadow: 5px 10px 30px 0px #0000000d;
}
.baseta .join-form .page .top .baseta-bg {
  background: url("/img/baseta/baseta_bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #f0f5ee;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  background-size: contain;
  padding: 12%;
  padding-bottom: 200px;
  justify-content: center;
}
.baseta .join-form .page .top .baseta-bg h5 {
  border-top-right-radius: 10px;
  font-size: 20px;
  color: #2c2d2c;
}
.baseta .join-form .page .top .baseta-bg h3 {
  font-size: 34px;
  color: #2c2d2c;
  margin-bottom: 40px;
}
.baseta .join-form .page .top .baseta-bg p {
  font-size: 18px;
  color: #2c2d2c;
}
.baseta .join-form .page .top .well {
  border: 0;
  margin-bottom: 0;
}
.baseta .join-form .page .top .well h5 {
  color: #737598;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 27px;
  font-family: "29LTAdir Reg" !important;
}
.baseta .join-form .page .top .well .form-control {
  border: 1px solid #babbcf !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}
.baseta .join-form .page .section-features {
  padding: 135px 5% 80px;
}
.baseta .join-form .page .section-features .feature {
  margin-bottom: 30px;
}
.baseta .join-form .page .section-features .feature img {
  margin-bottom: 20px;
  width: 56px;
}
.baseta .join-form .page .section-features .feature h4 {
  font-size: 22px;
  color: #191920;
}
@media (min-width: 1018px) {
  .baseta .join-form .page .section-features .feature h4 {
    white-space: nowrap;
  }
}
.baseta .join-form .page .section-features .feature p {
  font-size: 18px;
  color: #2c2d2cbf;
}
.baseta .join-form .page .section-phone {
  padding: 0 5%;
  position: relative;
  height: 338px;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-phone {
    height: auto;
  }
}
.baseta .join-form .page .section-phone img {
  position: absolute;
  width: 90%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-phone img {
    display: none;
  }
}
.baseta .join-form .page .section-phone .body {
  position: absolute;
  width: 90%;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-phone .body {
    background: linear-gradient(59.41deg, #a580b3 -47.86%, #60b3b7 32.73%, #9ac25b 111.19%);
    padding: 20px;
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 40px;
  }
}
.baseta .join-form .page .section-phone .body h3 {
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-phone .body h3 {
    font-size: 30px;
  }
}
.baseta .join-form .page .section-phone .body p {
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-phone .body p {
    font-size: 18px;
    width: 100%;
  }
}
.baseta .join-form .page .section-items {
  padding: 50px 5%;
}
.baseta .join-form .page .section-items .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.baseta .join-form .page .section-items .item img {
  border-radius: 12px;
}
.baseta .join-form .page .section-items .item div h3 {
  font-size: 24px;
  color: #191920;
  margin-bottom: 12px;
}
.baseta .join-form .page .section-items .item div p {
  font-size: 18px;
  color: #2c2d2cbf;
  margin-bottom: 0;
}
.baseta .join-form .page .section-join {
  margin: 50px 5%;
  border: 1px solid #dfe0ea;
  padding: 50px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .baseta .join-form .page .section-join {
    text-align: center;
  }
}