/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 200vh;
  font-family: "Montserrat", sans-serif;
  background-color: #F2F2F2;
  position: relative;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
}

input {
  border: none;
  outline: none;
}

.header {
  max-width: 100%;
  width: 100%;
}

a {
  color: #212529;
}

.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 251, 245, 0.1);
}
@media (min-width: 992px) {
  .nav .nav__mobile {
    display: none;
  }
}
.nav .nav__mobile__top {
  background-color: #FFFBF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.65rem;
  padding-inline: 1rem 1rem;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top {
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top {
    padding-inline: 3rem 2rem;
  }
}
.nav .nav__mobile__top .brand__name {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .brand__name {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .brand__name {
    font-size: 1.5rem;
  }
}
.nav .nav__mobile__top .menu-icon {
  width: 20px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.nav .nav__mobile__top .menu-icon .bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 5rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.nav .nav__mobile__top .menu__slider {
  width: 100%;
  height: calc(100vh - 80.8px);
  background-color: #4C2881;
  border-top: 1px solid rgba(255, 251, 245, 0.1647058824);
  border-left: 1px solid rgba(255, 251, 245, 0.1647058824);
  position: absolute;
  right: -100%;
  top: 82.8px;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: auto;
  z-index: 10;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .menu__slider {
    top: 85.8px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .menu__slider {
    top: 92.8px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .nav .nav__mobile__top .menu__slider {
    width: 30%;
  }
}
.nav .nav__mobile__top .menu__slider.show {
  right: 0;
}
.nav .nav__mobile__top .slider__underlay {
  display: none;
  position: absolute;
  top: 82.8px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80.8px);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
  z-index: 5;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .slider__underlay {
    top: 85.8px;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .slider__underlay {
    top: 92.8px;
  }
}
.nav .nav__mobile__top .slider__underlay.display {
  display: block;
}
.nav .nav__mobile__top .menu__slider__list .dropDownButton {
  padding: 1rem 0;
  font-size: 1rem;
}
.nav .nav__mobile__top .menu__slider__list .link {
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  border-top: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .menu__slider__list .link .items {
  padding: 1rem 0;
  font-size: 1rem;
}
.nav .nav__mobile__top .menu__slider__list .link:hover, .nav .nav__mobile__top .menu__slider__list .link:focus, .nav .nav__mobile__top .menu__slider__list .link:active {
  background-color: #775BBE;
}
.nav .nav__mobile__top .menu__slider__list .link:last-child {
  border-bottom: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .menu__slider__list .link.active {
  background-color: #775BBE;
}
.nav .nav__mobile__top .menu__slider__list .items, .nav .nav__mobile__top .dropDownButton {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 0.75rem 0;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
}
.nav .nav__mobile__top .menu__slider__list .menubar-link {
  padding: 0;
}
.nav .nav__mobile__top .dropdown {
  background-color: #775BBE;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-transition: max-height 0.75s ease-in-out;
  -o-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
}
.nav .nav__mobile__top .dropdown li {
  width: 100%;
  border-top: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .dropdown li a {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  display: block;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.nav .nav__mobile__top .dropdown li a:hover {
  background-color: hsl(264, 53%, 40%);
}
.nav .nav__mobile__top .dropdown li a:first-child {
  border-top: nne;
}
.nav .nav__mobile__bottom {
  background-color: #4C2881;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0rem;
}
.nav .nav__mobile__bottom .bottom__links.active {
  color: #c8c2ca;
}
.nav .nav__mobile__bottom .bottom__links {
  color: #FFFBF5;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 1rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 576px) {
  .nav .nav__mobile__bottom .bottom__links {
    padding: 0 2rem;
  }
}
.nav .nav__mobile__bottom .bottom__links:hover, .nav .nav__mobile__bottom .bottom__links:focus, .nav .nav__mobile__bottom .bottom__links:active {
  color: #B284BE;
}
.nav .nav__mobile__bottom .bottom__links i {
  font-size: 1rem;
}
.nav .nav__desktop {
  display: none;
  -webkit-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
  background-color: #4C2881;
}
@media (min-width: 992px) {
  .nav .nav__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav .nav__desktop.fixed {
  background-color: #4C2881;
}
.nav .nav__desktop__left .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav__desktop__left .brand__logo img {
  width: 110px;
  padding-right: 1.5rem;
}
.nav .nav__desktop__left .brand__name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFBF5;
}
.nav .nav__desktop__right .nav__desktop__right__top {
  padding-bottom: 1rem;
}
.nav .nav__desktop__right .nav__desktop__right__top .links {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 2rem;
  color: #FFFBF5;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.nav .nav__desktop__right .nav__desktop__right__top .links:hover {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__top .links i {
  padding-right: 0.3rem;
}
.nav .nav__desktop__right .nav__desktop__right__top .links.active {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__bottom li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links {
  font-size: 0.9rem;
  font-weight: 600;
  padding-right: 1rem;
  text-transform: uppercase;
  color: #FFFBF5;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links:hover {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links.active {
  color: #c8c2ca;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown-link:hover .dropdown {
  max-height: 500px;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: -30%;
  background-color: #FFFBF5;
  padding: 0;
  width: 150px;
  -webkit-transition: max-height 0.75s ease-in-out;
  -o-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li a {
  width: 100%;
  display: block;
  padding: 0.75rem 0.875rem;
  color: #6c757d;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li a:hover {
  background-color: hsl(36, 100%, 95%);
}

footer {
  background-color: #212529;
  color: #d4c4be;
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 576px) {
  footer {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  footer {
    text-align: left;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 2rem 5rem;
  }
}
footer .container {
  max-width: 100%;
  margin: 0 auto;
}
footer .footer__header {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  footer .footer__header {
    font-size: 2rem;
  }
}
footer p {
  margin: 5px 0;
  line-height: 1.6;
}
footer a {
  display: block;
  color: #d4c4be;
  padding: 0.15rem 0;
  transition: -webkit-text-decoration 0.3s;
  -webkit-transition: -webkit-text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 768px) {
  footer a {
    padding: 0.3rem 0;
  }
}
footer .section-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.25rem;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  footer .section-title {
    margin-top: 0;
  }
}
footer .social-icons {
  margin: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  footer .social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #775BBE;
  border-radius: 50%;
}
footer .social-icons a:hover {
  text-decoration: none;
  background-color: hsl(257, 43%, 60%);
}
footer .social-icons i {
  font-size: 1rem;
}
footer .back-to-top {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #555;
  color: white;
  border-radius: 50%;
  text-decoration: none;
}
footer .footer-bottom {
  border-top: 1px solid #555;
  margin-top: 20px;
  padding-top: 10px;
  color: #a8a8a8;
}
footer .footer-bottom a {
  display: inline;
}

@media (min-width: 768px) {
  .footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 3fr;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
  }
  .footer__top .office__hours,
  .footer__top .contact {
    margin-top: 2rem;
  }
  .footer__top__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}
.header .nav__desktop {
  background-color: #4C2881;
}

.about {
  max-width: 1200px;
  position: relative;
  top: 80.8px;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 1.25rem;
  padding-block: 1.5rem 5rem;
}
@media (min-width: 576px) {
  .about {
    top: 83.8px;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .about {
    top: 90.8px;
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .about {
    top: 90.8px;
  }
}
.about h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #775BBE;
}
@media (min-width: 576px) {
  .about h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .about h1 {
    font-size: 2.25rem;
  }
}
.about h2 {
  font-size: 1.25rem;
  color: #775BBE;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .about h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .about h2 {
    font-size: 1.875rem;
  }
}
.about h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.about p {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  color: #495057;
  margin-bottom: 20px;
  text-align: justify;
}
@media (min-width: 576px) {
  .about p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .about p {
    font-size: 1.125rem;
  }
}

.about__intro {
  width: 100%;
  margin-bottom: 2rem;
}

.school-history {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
}
.school-history .school-history__container .school-history__left {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .school-history .school-history__container .school-history__left {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    float: left;
  }
}
@media (min-width: 768px) {
  .school-history .school-history__container .school-history__left {
    margin-bottom: 1.5rem;
  }
}
.school-history .school-history__container .school-history__left figure {
  width: 100%;
  height: 350px;
}
@media (min-width: 576px) {
  .school-history .school-history__container .school-history__left figure {
    width: 350px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .school-history .school-history__container .school-history__left figure {
    max-width: 445px;
    width: 100%;
    height: 500px;
  }
}
.school-history .school-history__container .school-history__left figcaption {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
  font-weight: 500;
  padding: 0.3rem 0;
}
.school-history .school-history__container .school-history__left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-filter: sepia(0.6);
          filter: sepia(0.6);
}
.school-history .school-history__container .school-history__right .history-text {
  color: #343a40;
  text-align: justify;
}
@media (min-width: 992px) {
  .school-history .school-history__container .school-history__right .history-text {
    line-height: 1.25;
  }
}

.core__values {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
}
.core__values .core__values__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.core__values .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
  gap: 0.5rem;
  cursor: pointer;
}
.core__values .controls i {
  font-size: 1.25rem;
  padding: 0.75rem;
  background-color: #775BBE;
  color: #FFFBF5;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.core__values .controls i:hover {
  background-color: hsl(0, 0%, 73%);
}
.core__values .wrapper {
  width: 100%;
  position: relative;
}
.core__values .wrapper i:active {
  -webkit-transform: translateY(-50%) scale(0.85);
      -ms-transform: translateY(-50%) scale(0.85);
          transform: translateY(-50%) scale(0.85);
}
.core__values .wrapper .carousel {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.core__values .wrapper .carousel.no-transition {
  scroll-behavior: auto;
}
.core__values .wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.core__values .wrapper .carousel.dragging {
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.core__values .wrapper .carousel .card {
  scroll-snap-align: start;
  padding-bottom: 15px;
  overflow: hidden;
}
.core__values .wrapper .carousel .card .profile {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .core__values .wrapper .carousel .card .profile {
    height: 300px;
  }
}
.core__values .wrapper .carousel .card .profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.core__values .wrapper .carousel .card h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #343a40;
  font-weight: 600;
}
.core__values .wrapper .carousel.dragging .card {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 992px) {
  .core__values .wrapper .carousel {
    grid-auto-columns: calc(33.3333333333% - 9px);
  }
}
@media (max-width: 768px) {
  .core__values .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media (max-width: 576px) {
  .core__values .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media (max-width: 450px) {
  .core__values .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.about__team {
  width: 100%;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
}
.about__team .staff__cards__container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media (min-width: 576px) {
  .about__team .staff__cards__container {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .about__team .staff__cards__container {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .about__team .staff__cards__container {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.about__team .card {
  background-color: #e6e1f3;
  text-align: center;
  cursor: pointer;
}
.about__team .card .profile {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.about__team .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about__team .card .staff__name {
  color: #775BBE;
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.about__team .card .staff__grade {
  color: #495057;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.about__team .modal {
  display: none;
  position: fixed;
  top: 81.8px;
  left: 0;
  width: 100%;
  height: calc(100vh - 81.8px);
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
@media (min-width: 576px) {
  .about__team .modal {
    top: 84.8px;
    height: calc(100vh - 84.8px);
  }
}
@media (min-width: 768px) {
  .about__team .modal {
    top: 91.8px;
    height: calc(100vh - 91.8px);
  }
}
@media (min-width: 992px) {
  .about__team .modal {
    top: 95.2px;
    height: calc(100vh - 95.2px);
  }
}
.about__team .modal .modal-content {
  background: #fff;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .about__team .modal .modal-content {
    width: 90%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .about__team .modal .modal-content {
    width: 600px;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .about__team .modal .modal-content {
    width: 650px;
    height: 450px;
  }
}
.about__team .modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
  color: #4C2881;
  padding: 0.7rem 0.9rem;
  border-radius: 5rem;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.about__team .modal .modal-content .close:hover {
  background-color: rgba(128, 128, 128, 0.1450980392);
}
.about__team .modal .modal-content img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__team .modal .modal-content .modal-text .modal-name {
  color: #4C2881;
  margin: 0 0 0.3rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.about__team .modal .modal-content .modal-text .modal-grade {
  color: darkgoldenrod;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.about__team .modal .modal-content .modal-text .modal-bio {
  text-align: justify;
}
@media (min-width: 768px) {
  .about__team .modal .modal-content .modal-text .modal-bio {
    padding-bottom: 1rem;
  }
}

.about__cta {
  width: 100%;
  margin-bottom: 4rem;
}
.about__cta .cta__button {
  width: 100%;
  padding: 10px 40px;
  background-color: #775BBE;
  color: #FFFBF5;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.about__cta .cta__button:hover {
  background-color: hsl(257, 43%, 45%);
}

footer {
  padding: 7rem 1.25rem 2rem;
}
@media (min-width: 576px) {
  footer {
    padding: 7rem 3rem 2rem;
  }
}
@media (min-width: 768px) {
  footer {
    text-align: left;
    padding: 7rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 7rem 5rem 2rem;
  }
}