@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
/* General Styling */
.page-container {
  position: relative;
}

.about-page .content-container {
  margin: 0 20px;
}
.about-page__header {
  position: relative;
  height: 550px;
}
.about-page__header h1 {
  font-size: 2.8em;
  margin: 1em 0 0 0;
}
.about-page__header p {
  font-size: 1.1em;
  max-width: 550px;
  margin: 1em 0 0;
  font-weight: 300;
  line-height: 150%;
}
.about-page__header .content-container {
  padding-top: 0;
}
.about-page__image {
  margin: 2em 0;
  height: 250px;
}
.about-page__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about-page__background-img {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  margin-bottom: -1em;
  z-index: -5;
}
.about-page section h2 {
  font-size: 2em;
}
.about-page .petto {
  background-color: #f6f6f6;
  position: relative;
  z-index: -1;
  padding-bottom: 100px;
}
.about-page .petto h2 {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 1em;
}
.about-page .petto__item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3em auto;
}
.about-page .petto__image {
  max-width: 50px;
}
.about-page .petto__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about-page .petto__content h3 {
  text-transform: uppercase;
  text-align: center;
  color: #97D6DE;
  margin: 1em 0;
}
.about-page .petto__content p {
  margin: 0;
  max-width: 600px;
  font-weight: 300;
  line-height: 150%;
}
.about-page .petto__background-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin-bottom: -1em;
}
.about-page .team {
  background-color: #F5AE2B;
}
.about-page .team h2 {
  text-align: center;
}
.about-page .team__image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.about-page .team__content p {
  margin-bottom: 2em;
  font-weight: 300;
  line-height: 150%;
}
.about-page .team__background-img {
  width: 100%;
  overflow: hidden;
}
.about-page .team__background-img img {
  margin-bottom: -1em;
}
.about-page .team__members h3 {
  margin-top: 1.5em;
}
.about-page .team__members li {
  list-style-type: none;
  font-weight: 300;
  line-height: 150%;
}
.about-page .team__members li span {
  margin-left: 1em;
}
.about-page .partners {
  width: 100%;
  background-color: #2F4858;
}
.about-page .partners h2 {
  color: white;
}
.about-page .partners__partner-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page .partners__partner {
  position: relative;
  color: white;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 1em 5em 0;
  min-width: 300px;
}
.about-page .partners__partner h3 {
  margin: 0;
  text-transform: uppercase;
}
.about-page .partners__partner p {
  font-size: 0.9em;
  line-height: 1.5;
  padding-bottom: 1em;
}
.about-page .partners__partner a {
  padding: 0.5em 1em;
  font-family: "Baloo Bhai 2", cursive;
  font-weight: 700;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: white;
  color: #2F4858;
  text-decoration: none;
}
.about-page .partners__partner a:hover {
  transition: background-color 0.25s ease-in-out;
  background-color: #2F4858;
  color: white;
  border: 2px solid white;
}
.about-page .reactions {
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 150px;
}
.about-page .reactions p {
  font-weight: 300;
  line-height: 150%;
}
.about-page .reactions .content-container {
  max-width: 650px;
  position: relative;
}
.about-page .reactions__reaction-container {
  margin-top: 5em;
}
.about-page .reactions__content h3 {
  font-size: 1.5em;
  text-align: center;
  font-family: "Merriweather", serif;
  margin: 0;
}
.about-page .reactions__content hr {
  border: 1px solid #F5AE2B;
}
.about-page .reactions__reaction-course {
  font-size: 0.9em;
  margin: 0.5em 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #F5AE2B;
}
.about-page .reactions__reaction-text {
  text-align: left;
}
.about-page .reactions__reaction-text p {
  font-weight: 300;
  line-height: 150%;
}
.about-page .reactions__img-container {
  display: flex;
  display: -webkit-flex;
}
.about-page .reactions__img-container img {
  margin: 1em auto;
  object-fit: cover;
  max-width: 150px;
  height: 150px;
  border-radius: 500px;
  border: 3px solid #F5AE2B;
}
.about-page .reactions__background-img {
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  margin-bottom: -1em;
}
.about-page .reactions__background-img img {
  width: 100%;
  display: block;
}
.about-page .reactions .extra-reactions {
  opacity: 0;
  transition: opacity 250ms, max-height 750ms;
  max-height: 0;
  overflow: hidden;
}
.about-page .reactions .extra-reactions.open {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.about-page .reactions .btn-container {
  margin-top: 2em;
  text-align: center;
}
.about-page .reactions button {
  width: 170px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.75em;
  color: white;
  background: #F5AE2B;
  cursor: pointer;
  box-shadow: 0 0 0 transparent;
  border: 0 solid transparent;
  text-shadow: 0 0 0 transparent;
}
.about-page .reactions button:hover {
  box-shadow: 0 0 0 transparent;
  border: 0 solid transparent;
  text-shadow: 0 0 0 transparent;
  outline: none;
}
.about-page .reactions button.hidden {
  display: none;
}

.footer {
  background-color: #2F4858;
}
.footer a, .footer button {
  color: white;
}

/* Tablet Styling */
@media screen and (min-width: 768px) {
  .about-page {
    margin: 0 auto;
  }
  .about-page .content-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .about-page section:not(.about-page__header) {
    padding-top: 50px;
  }
  .about-page section:not(.about-page__header) h2 {
    font-size: 2.5em;
  }
  .about-page__header {
    min-height: 500px;
  }
  .about-page__header-content {
    border-radius: 10px;
    padding: 1em;
    max-width: 45%;
    background: rgba(250, 250, 250, 0.7);
  }
  .about-page__header-content p {
    font-weight: 300;
    line-height: 150%;
  }
  .about-page__image {
    z-index: -1;
    padding: 1em;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 300px;
  }
  .about-page .petto {
    padding-bottom: 250px;
  }
  .about-page .petto h2 {
    font-size: 2.5em;
  }
  .about-page .petto__item {
    flex-direction: row;
  }
  .about-page .petto__image {
    max-width: 100px;
    display: initial;
  }
  .about-page .petto__content {
    margin-left: 4em;
  }
  .about-page .petto__content h3 {
    margin: 0 0 1em 0;
    text-align: left;
  }
  .about-page .team__members {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 5em;
  }
  .about-page .partners__partner {
    max-width: 300px;
  }
  .about-page .partners p {
    font-weight: 300;
    line-height: 150%;
  }
  .about-page .reactions {
    padding-bottom: 250px;
  }
  .about-page .reactions .content-container {
    max-width: 700px;
  }
  .about-page .reactions__reaction-container:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-page .reactions__reaction-container:nth-child(even) img {
    margin: 1em 0 1em 2em;
  }
  .about-page .reactions__reaction-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
  }
  .about-page .reactions__content h3 {
    text-align: left;
  }
  .about-page .reactions__reaction-course {
    text-align: left;
  }
  .about-page .reactions__img-container img {
    max-width: 200px;
    height: 200px;
    margin: 1em 2em 1em 0;
  }
  .about-page .reactions .extra-reactions .reactions__reaction-container:nth-child(even) {
    flex-direction: row;
  }
  .about-page .reactions .extra-reactions .reactions__reaction-container:nth-child(even) img {
    margin: 1em 2em 1em 0;
  }
  .about-page .reactions .extra-reactions .reactions__reaction-container {
    flex-direction: row-reverse;
  }
  .about-page .reactions .extra-reactions .reactions__reaction-container img {
    margin: 1em 0 1em 2em;
  }
}
/* Desktop Styling */
@media screen and (min-width: 992px) {
  .about-page .content-container {
    width: 80%;
  }
  .about-page__image {
    height: 350px;
  }
  .about-page .petto {
    padding-bottom: 300px;
  }
  .about-page .team .content-container {
    max-width: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-page .team__content {
    flex: 1;
  }
  .about-page .team__content h2 {
    margin: 0 0 0.5em;
    text-align: left;
    font-size: 2.5em;
  }
  .about-page .team__content p {
    margin: 0 2em 0 0;
  }
  .about-page .team__image {
    flex: 1;
  }
  .about-page .team__image img {
    max-height: 400px;
    max-width: 600px;
  }
  .about-page .reactions {
    padding-bottom: 350px;
  }
}
.background-img {
  display: none;
}

/*# sourceMappingURL=about.css.map */
