@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body .region-content section.class-profile .tab-nav {
  background-color: #354845;
}
body .region-content section.class-profile .tab-nav a {
  color: #FFFFFF;
}
body .region-content section.class-profile .intro {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body .region-content section.class-profile .intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content section.class-profile .intro .wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  body .region-content section.class-profile .intro .wrapper {
    flex-direction: column;
  }
}
body .region-content section.class-profile .col-text {
  max-width: 624px;
  padding-right: 24px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  body .region-content section.class-profile .col-text {
    margin-bottom: 40px;
  }
}
body .region-content section.class-profile .col-image .image-wrapper {
  position: relative;
}
body .region-content section.class-profile .col-image .image-wrapper:before {
  content: "";
  background-color: #EFF0FF;
  width: 110%;
  display: block;
  z-index: -1;
  aspect-ratio: 680/420;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 0;
  border-top-left-radius: 120px;
  transition: opacity, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
}
body .region-content section.class-profile .col-image .image-wrapper:after {
  content: "";
  background-color: #003366;
  width: 120%;
  display: block;
  z-index: -2;
  aspect-ratio: 754/176;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -52px;
  right: 0;
  border-top-left-radius: 120px;
  transition: opacity, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.55s;
}
@media (max-width: 991px) {
  body .region-content section.class-profile .col-image {
    width: 82%;
    margin-left: auto;
    margin-top: 20px;
  }
  body .region-content section.class-profile .col-image img {
    border-top-right-radius: 120px;
    aspect-ratio: 273/264;
  }
  body .region-content section.class-profile .col-image .image-wrapper:before {
    bottom: 20px;
  }
  body .region-content section.class-profile .col-image .image-wrapper::after {
    bottom: -20px;
  }
}
body .region-content section.class-profile .stat {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 55px;
  justify-content: center;
}
@media (max-width: 991px) {
  body .region-content section.class-profile .stat {
    justify-content: center;
    margin-bottom: 30px;
  }
}
body .region-content section.class-profile .stat .item {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #495A51;
  width: calc((100% - 150px) / 4);
  font-family: "Optima", sans-serif;
  font-weight: 700;
  text-align: center;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 20px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-right: 50px;
  margin-bottom: 45px;
  /* @media (max-width: $breakpoint_md - 1) {
      width: calc((100% - 45px)/2);
  } */
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .region-content section.class-profile .stat .item {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body .region-content section.class-profile .stat .item {
    width: calc((100% - 45px) / 2);
    margin-right: 45px;
  }
}
@media (max-width: 575px) {
  body .region-content section.class-profile .stat .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
body .region-content section.class-profile .stat .item:before {
  content: "";
  background-size: contain;
  opacity: 0.6;
  z-index: 0;
}
body .region-content section.class-profile .stat .item:nth-child(odd):after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: linear-gradient(90.02deg, #1E322E 0.03%, #496660 99.99%);
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
body .region-content section.class-profile .stat .item:nth-child(even) {
  border-top-left-radius: 0;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 0;
  background-color: #859688;
}
@media (min-width: 576px) and (max-width: 991px) {
  body .region-content section.class-profile .stat .item:nth-child(even) {
    margin-right: 0;
  }
}
body .region-content section.class-profile .stat .item:nth-child(even):after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: linear-gradient(90.02deg, #1E322E 0.03%, #496660 99.99%);
  border-top-left-radius: 100%;
  transform-origin: bottom right;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
body .region-content section.class-profile .stat .item .label {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  z-index: 1;
}
body .region-content section.class-profile .stat .item .number {
  font-size: 4rem;
  line-height: 1em;
  color: #7AFFF2;
  z-index: 1;
}
body .region-content section.class-profile .stat .item .text {
  font-size: 1.2rem;
  margin-top: 16px;
  z-index: 1;
}
body .region-content section.class-profile .stat .item:nth-child(4n+1):before {
  content: "";
  position: absolute;
  top: auto;
  left: -48px;
  bottom: -74px;
  right: auto;
  background-image: url("../img/icon/world-grey.svg");
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
}
body .region-content section.class-profile .stat .item:nth-child(4n+2):before {
  content: "";
  position: absolute;
  top: -45px;
  left: 37px;
  bottom: auto;
  right: auto;
  background-image: url("../img/icon/gender-grey.svg");
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
}
body .region-content section.class-profile .stat .item:nth-child(4n+3):before {
  content: "";
  position: absolute;
  top: auto;
  left: -31px;
  bottom: -58px;
  right: auto;
  background-image: url("../img/icon/globe-grey.svg");
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
}
body .region-content section.class-profile .stat .item:nth-child(4n+4) {
  margin-right: 0;
}
body .region-content section.class-profile .stat .item:nth-child(4n+4):before {
  content: "";
  position: absolute;
  top: -35px;
  left: auto;
  bottom: auto;
  right: -35px;
  background-image: url("../img/icon/globe-grey.svg");
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
}
body .region-content section.map {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  body .region-content section.map {
    margin-bottom: 50px;
  }
}
body .region-content section.map .map-details {
  padding-top: 78px;
}
@media (max-width: 991px) {
  body .region-content section.map .map-details {
    padding-top: 28px;
  }
}
body .region-content section.map .map-details table tbody {
  font-size: 1.2rem;
  line-height: 1.6em;
}
body .region-content section.map .map-details table tbody tr td img {
  width: 32px;
  height: 20px;
  margin-right: 8px;
}
body .region-content section.distributions {
  margin-bottom: 108px;
}
body .region-content section.distributions .item-head {
  text-align: center;
}
body .region-content section.distributions .map-container {
  width: 100%;
  max-width: 837px;
  margin: 16px auto 72px;
}
@media (max-width: 991px) {
  body .region-content section.distributions .map-container {
    width: calc(100% + 56px);
    max-width: none;
    margin: 16px -28px;
  }
}
body .region-content section.distributions .map-container #map {
  position: relative;
}
body .region-content section.distributions .map-container #map:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 0;
  height: 100%;
  border-top-right-radius: 120px;
  background: linear-gradient(90deg, #4B5692 8.86%, #8E94C7 104.54%);
  transition: opacity 1.4s, transform 0.8s cubic-bezier(0.25, 0.75, 0.5, 1), width 1s cubic-bezier(0.25, 0.75, 0.5, 1);
  transition-delay: 0.1s;
  opacity: 0;
  transform: translateX(-10%);
}
@media (max-width: 991px) {
  body .region-content section.distributions .map-container #map:before {
    display: none;
  }
}
body .region-content section.distributions .map-container #map.aos-animate:before {
  opacity: 1;
  width: 100%;
  transform: none;
}
body .region-content section.distributions .map-container #map_inner {
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body .region-content section.distributions .map-container #map_inner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
body .region-content section.distributions .map-container #tt_sm_map {
  background-color: rgba(0, 80, 102, 0.8980392157);
  color: #FFFFFF;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  min-width: 110px;
}
body .region-content section.distributions .map-container #tt_sm_map .tt_name_sm {
  font-size: 14px;
  font-weight: 500;
}
body .region-content section.distributions .map-container #tt_sm_map .xmark_sm, body .region-content section.distributions .map-container #tt_sm_map .tt_mobile_sm {
  display: none;
}
body .region-content section.distributions .chart-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  background-color: #F5F0F1;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
body .region-content section.distributions .chart-container h2 {
  color: #034924;
  font-size: 36px;
}
body .region-content section.distributions .chart-container .item-head {
  margin-top: 1em;
}
body .region-content section.distributions .chart-container .chart-item {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
body .region-content section.distributions .chart-container .chart-item .chart-wrapper {
  height: 489px;
}
@media (max-width: 991px) {
  body .region-content section.distributions .chart-container .chart-item .chart-wrapper {
    margin: 0 -8px;
    height: 338px;
  }
}
@media (max-width: 1439px) {
  body .region-content section.distributions .chart-container .chart-item + .chart-item {
    margin-top: 72px;
  }
}
body .region-content section.distributions .chart-container .chart-item .chart-legends {
  text-align: left;
  padding: 16px;
  border: 1px solid #D5F5F1;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.1em;
  background-color: #FFFFFF;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li {
  padding: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li:before {
  content: "∎";
  margin-right: 8px;
}
body .region-content section.distributions .chart-container .chart-item .chart-legends ul li.active {
  background-color: #F5F5F8;
  border: 1px solid #C8C8D0;
  border-radius: 4px;
}
body .region-content section.distributions .employer-list .wrapper {
  padding-right: 0;
}
body .region-content section.distributions .employer-list .content ul {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 991px) {
  body .region-content section.distributions .employer-list .content ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 767px) {
  body .region-content section.distributions .employer-list .content ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 992px) {
  body .region-content section.employers ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }
  body .region-content section.employers ul li {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 1280px) {
  body .region-content section.employers ul li {
    flex-basis: calc(33.3333% - 20px);
    margin-top: 0;
  }
}
body .region-content section.employers .accordion-group .com-accordion {
  background-color: #F5F0F1;
}
@media (min-width: 992px) {
  body .region-content section .narrow-wrapper {
    padding-right: 180px;
  }
}
body .region-content section.gallery .nav-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
  justify-content: center;
}
@media (max-width: 991px) {
  body .region-content section.gallery .nav-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
body .region-content section.gallery .nav-wrapper:after {
  display: none;
}
body .region-content section.gallery .com-header {
  margin-bottom: 40px;
}/*# sourceMappingURL=student-life.css.map */