@import '../template.css';
.page-home {
  background-color: #F3F5FA;
}
.page-home .home-section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-home .home-section-title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .page-home .home-section-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .page-home .home-section-title {
    font-size: 22px;
  }
}
.page-home .page-header {
  background-color: #F3F5FA;
}
.page-home .page-header .carousel {
  position: relative;
  height: 70vh;
}
@media (max-width: 992px) {
  .page-home .page-header .carousel {
    height: 50vh;
  }
}
.page-home .page-header .carousel::after {
  content: '';
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  background: linear-gradient(0deg, #F3F5FA 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
.page-home .page-header .header-content {
  display: none;
  visibility: hidden;
}
.page-home .home-intro {
  position: relative;
}
.page-home .home-intro .intro-content {
  min-height: 0;
  color: #2E3036;
  text-shadow: none;
  padding: 0px;
  margin-top: -180px;
}
@media (max-width: 992px) {
  .page-home .home-intro .intro-content {
    display: block;
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  .page-home .home-intro .intro-content .intro-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.page-home .home-intro .intro-content .intro-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin-right: auto;
  margin-top: 30px;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .page-home .home-intro .intro-content .intro-title h1 {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .page-home .home-intro .intro-content .intro-title h1 {
    font-size: 36px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .page-home .home-intro .intro-content .intro-title h1 {
    font-size: 32px;
  }
}
.page-home .home-study-fields {
  padding: 100px 0 0;
}
.page-home .home-study-fields .study-fields-grid .core-row {
  margin-bottom: -3.2rem;
}
.page-home .home-study-fields .study-fields-grid .core-row:hover .core-col:not(:hover) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page-home .home-study-fields .study-fields-grid .core-row .core-col {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition:  transform 300ms 0s ease;
  -moz-transition:  transform 300ms 0s ease;
  -ms-transition:  transform 300ms 0s ease;
  -o-transition:  transform 300ms 0s ease;
  transition:  transform 300ms 0s ease;
}
@media (max-width: 992px) {
  .page-home .home-study-fields .study-fields-grid .core-row .core-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.page-home .home-study-fields .study-fields-grid .grid-item {
  height: 100%;
  display: block;
  background-color: #fff;
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #2E3036;
  text-decoration: none;
  padding: 60px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-home .home-study-fields .study-fields-grid .grid-item {
    padding: 40px 20px;
  }
}
.page-home .home-study-fields .study-fields-grid .grid-item:hover .item-title {
  color: #E16A32;
  text-decoration: underline;
}
.page-home .home-study-fields .study-fields-grid .grid-item:hover .item-title span {
  color: #2E3036;
}
.page-home .home-study-fields .study-fields-grid .grid-item .item-icon {
  width: 96px;
  height: 96px;
  color: #E16A32;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-home .home-study-fields .study-fields-grid .grid-item .item-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
}
.page-home .home-study-fields .study-fields-grid .grid-item .item-title,
.page-home .home-study-fields .study-fields-grid .grid-item .item-subtitle {
  margin-bottom: 10px;
}
.page-home .home-study-fields .study-fields-grid .grid-item .item-title {
  color: white;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.page-home .home-study-fields .study-fields-grid .grid-item .item-title span {
  color: #2E3036;
}
.page-home .home-study-fields .study-fields-grid .grid-item .item-link {
  font-weight: 700;
  text-decoration: underline;
  color: #E16A32;
}
.page-home .home-content .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-home .home-partners {
  background-color: #fff;
}
.page-home .home-partners .partners-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-home .home-partners .componentImages .row {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .page-home .home-partners .componentImages .row {
    gap: 20px;
  }
}
.page-home .home-partners .componentImages .row > div {
  width: auto;
}
.page-home .home-partners .componentImages .row:after,
.page-home .home-partners .componentImages .row:before {
  display: none;
}
.page-home .home-partners .componentImages .row .gallitem {
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  margin: 0;
  border: none;
}
.page-home .home-partners .componentImages .row .gallitem img {
  max-height: 100px;
  max-width: 160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-home .home-partners .componentImages .row .gallitem img {
    max-width: 120px;
  }
}
#footer {
  margin-top: 0;
}
