@charset "UTF-8";
/*
=====================
visible-section start
=====================
*/
.stem-visible-section .visible-section__img {
  margin-top: 3rem;
}
.stem-visible-section .who-lived-it-section__element {
  right: 100px;
}
.stem-visible-section .our-legacy__element-sun-orange {
  top: unset;
  bottom: 0;
}

/*
=====================
visible-section end
=====================
*/
/*
=====================
STEM COMPETITION START
=====================
*/
.stem-competition {
  background-color: #6eb0ff;
  padding-block: 60px;
}
.stem-competition .heading {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1.5rem;
}
.stem-competition .green-pills {
  background-color: #5bc97a;
  color: #f8fffe;
  border-radius: 38px;
  padding: 10px 28px;
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  font-weight: 700;
}
.stem-competition .content {
  margin-top: 2rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.stem-competition .content > * {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
}
.stem-competition .content p {
  margin-bottom: 2rem;
}
.stem-competition .content strong {
  font-weight: 700;
}
.stem-competition .content ul {
  margin-bottom: 3rem;
}
.stem-competition .content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.stem-competition .content ul li::marker {
  content: "→  ";
}
.stem-competition .content .btn {
  background-color: #5694dd;
  border-radius: 32px;
  color: #000;
}
.stem-competition .carousel-control-prev {
  left: -60px;
}
.stem-competition .carousel-control-next {
  right: -60px;
}
.stem-competition__image {
  height: 740px;
  padding-inline: 1rem;
  margin-bottom: 2rem;
}
.stem-competition__image img {
  width: 100%;
  height: 100%;
  box-shadow: 9px 8px 0px #b8b8b8;
  border-radius: 70px;
}
.stem-competition__count {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 1rem 2rem 0rem;
  margin-top: 1rem;
}
.stem-competition__count .count-card {
  text-align: center;
  padding-bottom: 0.5rem;
}
.stem-competition__count .count-card .heading {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 100%;
  margin-bottom: 0;
}
.stem-competition__count .count-card .content {
  padding-right: 0;
  margin-top: 0;
  font-weight: 700;
}

/*
=====================
STEM COMPETITION END
=====================
*/
/*
===========================
STEM OF FAITH SECTION START
===========================
*/
.stem-of-faith-section {
  padding-block: 6rem;
}
.stem-of-faith-section .leap-of-faith-section__element {
  position: absolute;
  z-index: 0;
  top: -400px;
  right: 0;
}

/*
=========================
STEM OF FAITH SECTION END
=========================
*/
/*
=============================
STEM OUR IMPACT SECTION START
=============================
*/
.stem-our-impact-section {
  overflow: hidden;
}
.stem-our-impact-section .col-md-6:nth-child(3n+1) .info-card {
  background-color: var(--color-shamrock);
}
.stem-our-impact-section .col-md-6:nth-child(3n+2) .info-card {
  background-color: var(--color-sulu);
}
.stem-our-impact-section .col-md-6:nth-child(3n+3) .info-card {
  background-color: var(--color-viking);
}
.stem-our-impact-section .grade-card .report-list-item:nth-child(1) .bold {
  right: 55%;
}
.stem-our-impact-section .grade-card .report-list-item:nth-child(2) .bold {
  right: 35%;
}
.stem-our-impact-section .grade-card .report-list-item:nth-child(3) .bold {
  right: 92.8%;
}

/*
===========================
STEM OUR IMPACT SECTION END
===========================
*/
/* Large Screens (LG) */
@media (max-width: 1199.98px) {
  /*
  =====================
  STEM COMPETITION START
  =====================
  */
  .stem-competition .carousel-inner {
    width: 100%;
  }
  .stem-competition .carousel-control-prev {
    left: -30px;
  }
  .stem-competition .carousel-control-next {
    right: -30px;
  }
  /*
  =====================
  STEM COMPETITION END
  =====================
  */
  /*
  ===========================
  STEM OF FAITH SECTION START
  ===========================
  */
  .stem-of-faith-section {
    padding-block: 6rem 3rem;
  }
  .stem-of-faith-section .leap-of-faith-section__element {
    top: -300px;
    left: 0;
  }
  .stem-of-faith-section .leap-of-faith-section__element img {
    width: 100%;
  }
  /*
  =========================
  STEM OF FAITH SECTION END
  =========================
  */
}
/* Small Screens (SM) - Large Phones */
@media (max-width: 767.98px) {
  /*
  =====================
  STEM COMPETITION START
  =====================
  */
  .stem-competition .content {
    padding-right: 0;
  }
  .stem-competition .carousel-inner {
    width: 100%;
  }
  .stem-competition .carousel-control-prev {
    left: -10px;
  }
  .stem-competition .carousel-control-next {
    right: -10px;
  }
  .stem-competition__image {
    height: 540px;
  }
  /*
  =====================
  STEM COMPETITION END
  =====================
  */
  /*
  ===========================
  STEM OF FAITH SECTION START
  ===========================
  */
  .stem-of-faith-section {
    padding-block: 6rem 3rem;
  }
  .stem-of-faith-section .leap-of-faith-section__element {
    top: -100px;
  }
  /*
  =========================
  STEM OF FAITH SECTION END
  =========================
  */
}
/* Extra Small Screens (XS) - Mobile Phones */
@media (max-width: 575.98px) {
  /*
  =====================
  STEM COMPETITION START
  =====================
  */
  .stem-competition .green-pills {
    padding: 6px 12px;
  }
  /*
  =====================
  STEM COMPETITION END
  =====================
  */
  /*
  ===============================
  STEM WHO LIVED IT SECTION START
  ===============================
  */
  .stem-who-lived-it-section .carousel-control-prev, .stem-who-lived-it-section .carousel-control-next {
    top: unset;
    bottom: -80px;
  }
  .stem-who-lived-it-section .carousel-control-prev {
    left: 35%;
  }
  .stem-who-lived-it-section .carousel-control-next {
    right: 35%;
  }
  /*
  =============================
  STEM WHO LIVED IT SECTION END
  =============================
  */
}/*# sourceMappingURL=stem.css.map */