@font-face {
  font-family: centurygothic;
  src: url(/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/fonts/CenturyGothic.ttf);
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  font-family: centurygothic, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 120px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -10px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: centurygothic, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03vw;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  margin: 20px 10px;
  padding: 0px 0px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link.w--current {
  margin: 20px 10px;
  padding: 0px 0px 4px;
  color: #2c3a3a;
}

.nav-link.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.container {
  display: block;
  max-width: 80%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.top-margin-80 {
  margin-top: 80px;
}

.div-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1140px;
  margin: 10px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: centurygothic, sans-serif;
  letter-spacing: -0.1px;
}

.section-hero {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, contain;
}

.heading-xxl {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: centurygothic, sans-serif;
  color: #333;
  font-size: 120px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -10px;
}

.heading-xxl.right-aligned {
  margin-right: 100px;
  margin-left: 0px;
  line-height: 0.9;
  text-align: right;
}

.heading-xxl.right-aligned.white {
  display: block;
  margin-top: 100px;
  line-height: 1.2;
  letter-spacing: -3px;
  font-weight: 700;
}

.heading-xxl.white {
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 700;
}

.container-jumbo-text {
  margin-top: auto;
  padding-top: 40px;
}

.paragraph-m {
  color: #69246b;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m.hero-subtext {
  width: 45%;
  margin-right: 100px;
  color: snow;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m.all-caps {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #f0e3d0;
  font-size: 18px;
  text-transform: uppercase;
}

.paragraph-m.all-caps.dark {
  color: #2c3a3a;
}

.paragraph-m.bold {
  font-weight: 500;
}

.paragraph-m.top-margin-20 {
  margin-top: 10px;
}

.paragraph-m.top-margin-20.dash {
  margin-right: 10px;
  margin-left: 10px;
}

.paragraph-m.top-margin-20.grey {
  color: #777676;
}

.paragraph-m.top-margin-20.mobile-center-aligned {
  text-decoration: none;
}

.paragraph-m.top-margin-20.left-aligned {
  text-align: left;
}

.paragraph-m.top-margin-20.duplicated {
  color: #14408a;
}

.paragraph-m.white {
  color: #e7f5f5;
}

.paragraph-m.span {
  margin-right: 5px;
}

.paragraph-m.left-aligned {
  margin-top: 20px;
}

.paragraph-m.right-aligned {
  margin-top: 20px;
  text-align: right;
}

.paragraph-m.right-aligned.half-width {
  width: 20%;
  margin-top: 0px;
}

.paragraph-m.top-margin-30 {
  margin-top: 30px;
}

.paragraph-m.black-caps {
  color: #2c3a3a;
  text-transform: uppercase;
}

.paragraph-m.grey-caps {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #767676;
  text-transform: uppercase;
}

.paragraph-m.red {
  color: #ff1a1a;
  text-align: center;
}

.paragraph-m.margin-top-10 {
  margin-top: 10px;
}

.div-jumbo-text {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-jumbo-subtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button {
  margin-right: 287px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #333;
}

.button.black {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-color: #2c3a3a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2c3a3a;
  text-align: center;
}

.button.black:hover {
  background-color: #333;
  color: #fff;
}

.button.black.top-margin-30 {
  margin-top: 30px;
}

.button.black.no-top-margin {
  margin-top: 0px;
}

.button.black.duplicated {
  border-color: #e7f5f5;
  color: #e7f5f5;
}

.button.black.duplicated:hover {
  border-color: #69246b;
  background-color: #e7f5f5;
  color: #69246b;
}

.button.black.duplicated2 {
  border-color: #e7f5f5;
  color: #e7f5f5;
}

.button.black.dup01 {
  margin-left: 60px;
}

.button.black.dup02 {
  margin-left: 40px;
}

.button.black {
  margin-top: 20px;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-color: #2c3a3a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2c3a3a;
}

.button.black:hover {
  background-color: #333;
  color: #fff;
}

.div-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-notifications {
  height: 150px;
  background-color: #f0e3d0;
}

.grid {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  overflow: hidden;
  height: 170px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.heading-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.div-updates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 15px;
  max-width: none;
  margin-right: 6px;
}

.div-stats {
  position: relative;
  z-index: 5;
  width: 80%;
  margin: -96px auto -85px;
  border-radius: 15px;
  background-color: #a3703b;
}

.div-stats.mobile {
  display: none;
}

.grid-stats {
  position: static;
  z-index: 999999999;
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #69246b;
}

.grid-stats.three-column {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-figure.vertical-margin-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.div-figure.vertical-margin-10.center {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  color: #fff;
  font-size: 64px;
  line-height: 1.1;
}

.number.dark {
  color: #2c3a3a;
}

.number.dark.smaller {
  font-size: 48px;
}

.grid-heading {
  width: 100%;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-xl {
  font-family: centurygothic, sans-serif;
  color: #69246b;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.heading-xl.italic-heading {
  font-family: centurygothic, sans-serif;
  font-size: 36px;
  font-style: italic;
  text-align: left;
  letter-spacing: -2px;
}

.heading-xl.left-aligned {
  margin-top: 0px;
  color: #e7f5f5;
  text-align: left;
}

.heading-xl.left-aligned.half-width {
  width: 40%;
}

.heading-xl.left-aligned.tablet.duplicated {
  color: #69246b;
}

.heading-xl.left-aligned.duplicated {
  color: #69246b;
}

.heading-xl.hidden {
  display: none;
}

.heading-xl.center-aligned {
  text-align: center;
}

.heading-xl.duplicated {
  color: #e7f5f5;
}

.div-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
}

.div-cards {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-cards.mobile {
  display: none;
  height: auto;
}

.slide-nav-hidden {
  display: none;
}

.left-arrow {
  top: 257px;
  right: -85%;
  bottom: 0%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow.courses {
  top: 576px;
  right: -85%;
  margin-top: -130px;
}

.left-arrow.about {
  right: -85%;
}

.left-arrow.testimonial {
  top: 226px;
  right: -85%;
}

.left-arrow.openings {
  top: 380px;
  right: -85%;
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: transparent;
}

.left-arrow.city {
  top: 280px;
  margin-top: 0px;
}

.right-arrow {
  top: 257px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow.courses {
  top: 576px;
  margin-top: -130px;
}

.right-arrow.testimonial {
  top: 226px;
}

.right-arrow.openings {
  top: 380px;
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: transparent;
}

.right-arrow.city {
  top: 280px;
  margin-top: 0px;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mask {
  overflow: visible;
  width: 100%;
  height: 450px;
  margin-left: 0px;
}

.happening-now-image {
  display: block;
  margin-top: auto;
  border-radius: 10px;
}

.div-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e7f5f5;
}

.paragraph-s {
  margin-top: 16px;
  font-size: 18px;
}

.paragraph-s.white {
  color: #fff;
  font-size: 14px;
}

.paragraph-s.white.no-margin {
  margin-top: 16px;
  font-size: 14px;
}

.paragraph-s.no-margin {
  margin-top: 0px;
  font-size: 12px;
}

.paragraph-s.span {
  margin-top: 0px;
  margin-right: 5px;
}

.paragraph-s.top-margin-10 {
  height: 40px;
  margin-top: 10px;
  color: #2c3a3a;
  font-size: 18px;
}

.paragraph-s.tab {
  margin-top: 0px;
  color: #14408a;
}

.paragraph-s.top-margin-30 {
  margin-top: 30px;
}

.menu {
  color: #2c3a3a;
}

.ticket-and-close-icon {
  display: none;
}

.nav-bar {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer {
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #69246b;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
  border-bottom: 0px;
}

.section-happenings {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #e7f5f5;
}

.heading-m {
  font-family: centurygothic, sans-serif;
  color: #14408a;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -1px;
}

.heading-m.white {
  margin-top: 0px;
  color: #fff;
  letter-spacing: -0.7px;
}

.heading-m.top-margin-10 {
  margin-top: 10px;
  font-weight: 400;
}

.footer-links {
  margin-top: 16px;
}

.div-footer-links {
  width: 35%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-logo-and-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-socials {
  margin-top: 20px;
}

.div-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-logo-text {
  margin-left: 20px;
  font-family: centurygothic, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.link-logo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.link-logo-footer:hover {
  text-decoration: none;
}

.div-card {
  width: auto;
  margin-right: 40px;
}

.div-card.last-card {
  margin-right: 0px;
}

.social-link {
  margin-right: 10px;
}

.social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-image {
  max-width: 90%;
}

.div-cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-line {
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #f4f0eb;
}

.divider-line.top-margin-20 {
  margin-top: 20px;
}

.divider-line.margin-40 {
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #506b6b;
}

.div-cta {
  margin-top: auto;
  margin-bottom: 40px;
  background-color: #eee;
}

.section-header {
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

.div-breadcrumps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #000 #000 #f4f0eb;
}

.div-breadcrumps.courses {
  margin-bottom: 10px;
}

.div-breadcrumps.lower-margin-20 {
  margin-bottom: 20px;
}

.link-s {
  border-bottom: 2px solid transparent;
  color: #2c3a3a;
  font-weight: 500;
  text-decoration: none;
}

.link-s:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link-s.white {
  color: #fff;
}

.link-s.white:hover {
  border-bottom-color: #fff;
}

.dot {
  margin-right: 10px;
  margin-left: 10px;
}

.div-header {
  margin-top: 20px;
}

.div-header.courses-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f0eb;
}

.paragraph-l {
  font-size: 26px;
  line-height: 1.3;
}

.paragraph-l.left-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  color: #14408a;
}

.paragraph-l.brown-caps {
  color: #14408a;
  text-transform: uppercase;
}

.div-header-content {
  margin-top: 20px;
}

.div-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-about {
  width: 80%;
  border-radius: 15px;
}

.section-ctas {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-background {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Student-Image.png');
  background-position: -40px 0px;
  background-size: auto;
}

.div-background.hidden-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 220px 220px;
  grid-template-columns: 1fr 1fr 220px 220px;
  -ms-grid-rows: 220px 220px;
  grid-template-rows: 220px 220px;
  border-radius: 10px;
}

.box-link {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  background-color: #f0e3d0;
  text-decoration: none;
}

.box-link.light {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-top-right-radius: 0px;
  background-color: #f0e3d0;
}

.box-link.dark {
  height: 100%;
  margin-top: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  background-color: #a3703b;
}

.div-contain {
  margin: 20px;
}

.div-spacer {
  height: 90px;
}

.video-icon {
  width: 20px;
  margin-right: 10px;
}

.section-stats {
  background-color: #e7f5f5;
}

.section-principal {
  margin-top: 40px;
  background-color: transparent;
}

.div-president {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-text.right-padding-40 {
  padding-right: 0px;
}

.div-text.lower-margin-20 {
  margin-bottom: 20px;
}

.stats-grid {
  display: block;
  margin-top: 30px;
}

.div-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.president-image {
  border-radius: 15px;
}

.number-small {
  font-size: 20px;
  line-height: 1.2;
  margin-right: 15px;
}

.section-influencial-people {
  padding-bottom: 40px;
}

.slider-updates {
  height: auto;
}

.right-arrow-small {
  right: 684px;
  bottom: -74px;
  width: 30px;
  height: 30px;
}

.left-arrow-small {
  left: -2px;
  bottom: -74px;
  width: 30px;
  height: 30px;
}

.slider-text {
  margin-top: 102px;
  margin-left: 89px;
}

.div-container {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-button-center {
  margin-bottom: 60px;
}

.section-about {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e7f5f5;
}

.images-about {
  width: 100%;
  max-width: none;
}

.div-collection-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item {
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.slide-image-cards {
  width: 300px;
  max-width: none;
  margin-right: 24px;
}

.slide-image-cards.right-margin-40 {
  width: 27%;
  margin-right: 24px;
}

.slide-image-cards.about {
  overflow: visible;
  margin-right: 42px;
}

.slider-image-cards {
  overflow: visible;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list {
  margin-left: 0px;
}

.section-testimonials {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-marginal-background {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 400px;
  margin-top: -500px;
  background-color: #69246b;
}

.div-marginal-background.green {
  height: 330px;
  background-color: #e7f5f5;
}

.div-courses {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.div-collection-course {
  display: inline-block;
  width: 100%;
  min-height: 430px;
  padding-bottom: 30px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.div-course-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-course-element.no-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-chip {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #9e7eae;
  display: inline-block;
  color: #ffffff;
}

.div-chip.right {
  margin-left: 15px;
  border-radius: 3px;
  background-color: #f0e3d0;
}

.div-chip.dark-green {
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #14408a;
}

.slider-testimonial-cards {
  overflow: visible;
  background-color: transparent;
}

.slide-testimonial {
  width: 70%;
}

.div-testimonial {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-grid {
  display: -ms-grid;
  display: grid;
  margin-right: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-grid.margin-top-40 {
  margin-top: 40px;
}

.div-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.section-courses {
  overflow: hidden;
  height: 800px;
  padding-top: 0px;
  padding-bottom: 140px;
  margin-bottom: 0px;
}

.section-courses.green {
  height: 700px;
}

.div-slider-cards.top-margin-40 {
  margin-top: 40px;
}

.div-testimonials {
  margin-top: 60px;
}

.div-cta-mobile {
  display: none;
}

.div-influential {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-people {
  margin-top: 40px;
}

.collection-item-influential {
  width: 100%;
  padding-right: 10px;
}

.div-person {
  width: 80%;
  padding-right: 0px;
}

.div-person.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-video-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-influentials {
  margin-bottom: auto;
  border-radius: 10px;
}

.div-content-banner {
  display: -ms-grid;
  /*display: grid; */
  margin-top: 20px;
  padding-bottom: 0px;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f4f0eb;
}

.div-content-banner.no-line {
  margin-top: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  border-bottom-width: 0px;
}

.div-content-banner.no-line.lower-padding-40 {
  margin-top: 40px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.div-content-banner.wider {
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.div-content-banner.padding {
  padding-bottom: 40px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
}

.div-content-banner.custom-width {
  margin-top: auto;
}

.image-banner {
  width: 70%;
  border-radius: 5px;
}

.section-info {
  padding-top: 60px;
  padding-bottom: 20px;
}

.heading-l {
  font-family: centurygothic, sans-serif;
  color: #69246b;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -1px;
}

.heading-l.half-width {
  width: 50%;
}

.heading-l.center-aligned {
  text-align: center;
}

.div-figures {
  width: 100%;
}

.div-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-alignment.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-openings {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #14408a;
}

.slider-job-cards {
  background-color: transparent;
}

.div-job-card {
  /*height: 450px;*/
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.div-job-card.left-padding-0 {
  padding-left: 0px;
}

.div-opening-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-opening-contain.half-width.top-margin-40 {
  margin-top: 40px;
}

.div-info-block {
  margin-top: 20px;
}

.section-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-form {
  margin-top: 40px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-s {
  font-family: centurygothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}

.div-form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-form-horizontal.top {
  margin-top: 0px;
}

.div-form-element {
  width: 45%;
}

.div-form-element.full-width {
  width: 100%;
}

.text-field {
  height: 50px;
  margin-top: 15px;
  border-radius: 5px;
}

.text-field:focus {
  border: 2px solid #000;
}

.text-field.big-block {
  height: 200px;
}

.div-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-cards-mobile {
  display: none;
}

.div-end-aligned {
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #f4f0eb;
  border-bottom: 1px solid #f4f0eb;
}

.div-end-aligned.no-lines {
  max-width: 1140px;
  margin: 0px auto;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.div-right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-validation {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e7f5f5;
}

.section-courses-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-courses-contain {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.courses-cards {
  margin-top: 50px;
}

.div-course-card {
  width: 300px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.div-course-card.wider {
  width: 350px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  text-decoration: none;
}

.div-course-card.wider:hover {
  box-shadow: 11px 11px 32px 0 rgba(44, 58, 58, 0.12);
}

.collection-list-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-courses {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-course-info {
  padding-top: 40px;
  padding-bottom: 20px;
}

.select-field {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.div-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-online-card {
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #f0e3d0;
}

.div-text-online {
  width: 100%;
  height: 500px;
}

.section-events {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.div-events-cards {
  display: block;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-events {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: 4px solid transparent;
  color: #2c3a3a;
  text-decoration: none;
}

.link-block:hover {
  border-top: 4px solid #14408a;
}

.div-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-event {
  margin-bottom: 40px;
}

.pagination {
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-contact-elements {
  margin-top: 10px;
}

.section-depts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e7f5f5;
}

.div-department {
  width: 300px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.div-department.margin-left-40 {
  margin-left: 40px;
}

.div-departments {
  margin-top: 30px;
}

.image-department {
  width: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-department-contain.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-details {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f0eb;
}

.div-details-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-detail.side-lines {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #f4f0eb;
}

.div-socials-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.link-block-black-social {
  margin-right: 10px;
}

.map {
  height: 300px;
  border-radius: 5px;
}

.section-tabs {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
}

.tab-link {
  width: 23%;
  margin-right: 20px;
  padding-left: 10px;
  border-bottom: 3px solid rgba(20, 64, 138, 0.25);
  background-color: transparent;
  color: #c9ac82;
}

.tab-link.w--current {
  border-bottom: 3px solid #14408a;
  background-color: transparent;
  color: #a3703b;
}

.tab-link.last {
  width: 23%;
  margin-right: 0px;
}

.tab-content {
  width: 99.9998%;
  margin-top: 40px;
}

.div-tab {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 2.75fr;
  grid-template-columns: 1fr 2.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-tab.mobile-view {
  display: none;
}

.div-tab-text {
  position: relative;
  width: auto;
  margin-right: -89px;
  padding: 40px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
}

.div-alt {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-grid-text {
  margin-right: 0px;
  margin-left: 0px;
}

.div-grid-text.mobile-view {
  display: none;
}

.section-student-voices {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 30px;
}

.div-images {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.slider-images {
  background-color: transparent;
}

.slide-image {
  width: 40%;
  margin-right: 30px;
}

.div-image-city.mobile {
  display: none;
}

.list-item {
  margin-bottom: 12px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03vw;
}

.style-guide-divs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.typography-divs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-guide {
  max-width: 75%;
  margin-top: 140px;
  margin-bottom: 140px;
}

.div-course-card-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.licenses-fonts-text {
  margin-top: 20px;
  color: #000;
  line-height: 2.5vw;
  font-weight: 400;
}

.text-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}

.section {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.fonts-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.licenses-image-grid {
  margin-top: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.black-divider {
  height: 2px;
  margin-top: 0px;
  background-color: #000;
}

.photography-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-62 {
  margin-bottom: 20px;
  color: #000;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-234 {
  margin-top: 20px;
  margin-bottom: 18px;
}

.div-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-size: 1.66vw;
  font-weight: 500;
}

.div-wrapper.bottom-margin-100 {
  margin-bottom: 100px;
}

.italic-text {
  color: #000;
  line-height: 2.5vw;
  font-style: normal;
  font-weight: 400;
}

.image-192 {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  border-radius: 5px;
  background-color: #e7f5f5;
}

.error-message {
  padding-left: 0px;
  border-radius: 5px;
  background-color: #ffeded;
  text-align: center;
}

.heading-subtext {
  text-align: center;
}

.information {
  width: 70%;
}

.section--text {
  position: relative;
  margin-top: 40px;
}

.title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-193 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-courses {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-contain {
  margin-right: 0px;
  margin-left: 0px;
}

.div-licenses {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.mobile {
  display: none;
}

.tabs-content {
  display: block;
}

.city-image {
  margin-top: 10px;
}

.city-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-wrapper-online-offline {
  margin-top: 40px;
}

.div-block-235 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-194 {
  width: 100%;
}

.div-block-236 {
  margin-top: -484px;
  margin-bottom: auto;
  margin-left: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-237 {
  margin-top: 40px;
}

.paragraph {
  margin-top: 20px;
}

.collection-list-2 {
  margin-top: 40px;
}

.bold-text {
  color: #69246b;
}

.bold-text-2 {
  color: #69246b;
}

.bold-text-3 {
  color: #69246b;
}

.bold-text-4 {
  color: #69246b;
}

.div-block-238 {
  width: 0%;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-copy {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px 15px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-copy:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-copy.w--current {
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #2c3a3a;
}

.nav-link-copy.white-links {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link-copy.white-links:hover {
  margin: 20px 20px 20px auto;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-2 {
  margin: 20px 20px 20px 10px;
  padding: 0px 0px 4px;
  border-bottom: 3px solid transparent;
  color: #2c3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border-bottom: 3px solid #2c3a3a;
}

.nav-link-2.w--current {
  margin: 20px 20px 20px 10px;
  padding: 0px 0px 4px;
  color: #2c3a3a;
}

.nav-link-2.white-links {
  margin: 20px 10px;
  padding: 0px 0px 4px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #2c3a3a;
}

.nav-link-2.white-links:hover {
  margin: 20px 10px;
  padding: 0px 0px 4px;
  border-bottom: 3px solid #2c3a3a;
  color: #2c3a3a;
}

.nav-link-2.white-links.w--current {
  border-bottom: 3px solid #000;
}

.nav-link-2.white-links.w--current:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #2c3a3a;
  color: #2c3a3a;
}

.heading-l-2 {
  font-family: centurygothic, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -1px;
}

.div-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-tab-text-2 {
  position: relative;
  width: auto;
  margin-right: -89px;
  padding: 40px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
}

.paragraph-m-2 {
  margin-right: 100px;
  color: #2c3a3a;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.paragraph-m-2.top-margin-20 {
  margin-top: 20px;
  text-align: left;
}

.paragraph-m-2.top-margin-20.mobile-center-aligned {
  text-decoration: none;
}

.paragraph-m-2.bold {
  font-weight: 500;
}

.section-tabs-2 {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
}

.tab-link-2 {
  width: 23%;
  margin-right: 20px;
  padding-left: 10px;
  border-bottom: 3px solid rgba(20, 64, 138, 0.26);
  background-color: transparent;
  color: #c9ac82;
}

.tab-link-2.w--current {
  border-bottom: 3px solid #14408a;
  background-color: transparent;
  color: #a3703b;
}

.tab-link-2.last {
  width: 23%;
  margin-right: 0px;
}

.paragraph-s-2 {
  margin-top: 16px;
  font-size: 14px;
}

.paragraph-s-2.tab {
  margin-top: 0px;
  color: #14408a;
}

.container-2 {
  display: block;
  max-width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-header-2 {
  margin-top: 20px;
  margin-left: 40px;
}

.div-container-2 {
  display: block;
  width: 100%;
  margin-left: -39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.tabs-menu {
  display: block;
  text-align: left;
}

.collection-list-wrapper-2 {
  display: inline-block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-239 {
  width: 100%;
  margin-top: 20px;
}

.heading-3 {
  padding-left: 140px;
}

.div-block-240 {
  display: block;
  width: auto;
  margin-top: auto;
  margin-left: -140px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.paragraph-2 {
  display: block;
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
}

.heading-4 {
  width: 70%;
  margin-left: 0px;
  color: #69246b;
  text-align: left;
}

.div-block-241 {
  margin-left: 145px;
}

.div-block-242 {
  width: 100%;
}

.slide-nav-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  font-size: 8px;
  text-align: center;
}

.slide {
  position: relative;
  min-height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.slider-2 {
  height: 550px;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20230308100250oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.right-arrow-2 {
  height: 550px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 550px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mask-2 {
  overflow: hidden;
  width: 100%;
  height: 550px;
}

.image-195 {
  position: static;
  font-family: centurygothic, sans-serif;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/frontpage_top1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/frontpage_top1.jpg');*/
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.slide-2._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-image: linear-gradient(180deg, null, null), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
}

.slide-2._02.duplicated {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.slide-2._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.heading-5 {
  margin-top: 100px;
  margin-left: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e7f5f5;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  color: #e7f5f5;
}

.paragraph-3 {
  width: 500px;
  margin-top: 40px;
  color: #e7f5f5;
}

.container-4 {
  display: block;
  margin-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-5 {
  /*margin-top: 140px;*/
}

.paragraph-4 {
  width: 700px;
  margin-top: 40px;
  color: #e7f5f5;
}

.button-2 {
  margin-top: 40px;
}

.button-3 {
  margin-left: 40px;
}

.container-6 {
  display: inline-block;
  margin-bottom: 60px;
  padding-left: 80px;
}

.paragraph-5 {
  margin-top: 20px;
}

.happening-now-image-2 {
  margin-top: 20px;
  border-radius: 5px;
}

.heading-xl-2 {
  font-family: centurygothic, sans-serif;
  color: #69246b;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.heading-xl-2.italic-heading {
  font-family: centurygothic, sans-serif;
  font-size: 24px;
  font-style: italic;
  text-align: left;
  letter-spacing: -1px;
  font-weight: 400;
}

.section-happenings-2 {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.div-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-cards-2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.div-number-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e7f5f5;
}

.container-7 {
  display: block;
  max-width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-heading-2 {
  width: 100%;
  padding-bottom: 40px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-container-3 {
  display: inline-block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Custom CSS start */ 

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.no-pb {
  padding-bottom: 0px;
}
.color-222 {
  color: #e2e2e2;
}
.font-dark-blue {
  color: #14408a !important;
}
.font-dark-purple {
  color: #65246c !important;
}
.font-dark-grey {
  color: #767676;
}
.font-grey {
  color: #e8f5f5 !important;
}
.font-light-purple {
  color: #9e7eae !important;
}
.font-light-blue {
  color: #e8f5f5
}
.bg-white {
  background-color: #ffffff;
}
.grid-2-8 {
  display: grid;
  grid-template-columns: 2fr 8fr;
}
.grid-1-9 {
  display: grid;
  grid-template-columns: 0.7fr 9.3fr;
  text-align: left;
}
.grid-03-97 {
  display: grid;
  grid-template-columns: 0.3fr 9.7fr;
  margin-bottom: 5px;
}
.mt-20 {
  margin-top: 20px;
}
 .mb-10 {
   margin-bottom: 10px;
 }
 .round-10 {
   border-radius: 10px;
 }
 .line-w {
   line-height: 1.2;
 }
 .font-bold {
   font-weight: 700;
 }
 .desktop-hidden {
   display:none;
 }
 .flex {
   display: flex;
 }
 .icon-wrapper {
   display: inline-block;
 }
 a.underline:hover {
   text-decoration: underline;
 }
 .w-tab-content {
   overflow: visible;
}
.home-slider .slider-item {
  position: relative;
}
.home-slider .slider-item .imgBox .img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
}
.home-slider .text-content {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.home-slider .text-content .container-5 {
  position: absolute;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home-slider .text-content .paragraph-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 30px;
}
.home-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  color: #e7f5f5;
}
.home-slider.owl-theme .owl-nav button {
  outline: none;
}
.home-slider.owl-theme .owl-nav button span {
  font-size: 56px;
  outline: none;
}
.home-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  background: transparent;
}
.home-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #e7f5f5;
}
.home-slider-button {
  float: left;
  margin-left: 0px !important;
  width: 200px;
}
.section-home-about {
  background-color: rgba(255,255,255,0.8);
  background-image: url("/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/frontpage_top1-p-1600.jpeg");
  padding: 50px 0px;
  background-position-y: top;
  background-position-x: center;
  position: relative;
}
.section-home-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.section-home-about .div-cards {
  display: block !important;
}
 .section-home-about .content-text p {
   font-size: 16px;
 }
 .events i {
   margin-right: 0px;
 }
 .researches .heading-m {
   height: 110px;
   overflow: hidden;
 }
.research-item {
  border-left: 5px solid #e8f5f5;
  padding: 0px 20px;
  margin-top: 40px;
  color: #e2e2e2;
}
.research-item span, .insight-item span {
  font-size: 12px;
  margin-left: 3px;
}
.research-item .title a, .insight-item .title a {
  text-decoration: none;
  color: #e2e2e2;
  font-size: 22px;
}
.research-item .title a:hover, .insight-item .title a:hover {
  text-decoration: underline;
}
.research-item .authors {
  font-size: 16px;
  color: #e8f5f5;
  font-style: italic;
}
.research-item .abstract, .insight-item .abstract {
  margin-top: 20px;
  font-size: 17px;
}
.research-item .buttons, .research-item-content .buttons, .insight-item .buttons, .insight-item-content .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.research-item .buttons .button, .research-item-content .buttons .button, .insight-item .buttons .button, .insight-item-content .buttons .button {
  margin-right: 20px;
  padding: 10px 18px;
  font-size: 14px;
}
.research-item-content {
  color: #000000;
  font-size: 16px;
}
.insight-info {
  margin-bottom: 50px;
}
.section-people a.button {
  margin-top: 0px;
  margin-right: 40px;
}
.people .w-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  
}
.people .w-row::before, .people .w-row::after {
  content: none;
}
.people .w-row .w-col {
  margin-bottom: 30px;
}
.people .tab-content .heading-l {
  font-size: 18px;
}
.people .tab-content .paragraph-m {
  font-size: 18px;
}
.profile {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 20px;
}
.profile .heading-4 {
  width: 100%;
}
.pagenav {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 20px 0px;
  font-size: 16px;
}
.pagenav i.fa-chevron-left {
  margin-right: 10px;
}
.pagenav i.fa-chevron-right {
  margin-left: 10px;
}

/* slider slider start */

.owl-theme .owl-nav {
  text-align: right;
  margin-top: 0px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: inherit;
	text-decoration: none;
}
.insights.owl-theme .owl-nav, .researches.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav button span {
  font-size: 40px;
}
.insights.owl-theme .owl-nav button span, .researches.owl-theme .owl-nav button span {
  color: #e2e2e2;
}
.insights .paragraph-l {
  font-size: 24px;
  height: 94px;
  overflow: hidden;
}
.slider-job-cards.w-slider {
  height: auto;
}
/* slider end*/


/* event page start */

.section-events #buttons {
  margin: 40px 0px;
}
.section-events #buttons a {
  padding: 10px 30px;
  background-color: #69246b;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 8px;
  transition: 0.6s;
}
.section-events #buttons a:hover {
  background-color: #ffffff;
  color: #69246b;
  border: 2px solid #69246b;
}
.section-events #search-form {
  margin-top: 50px;
}
.section-events #search-form .view {
  display: flex;
  justify-content: space-around;
}
.section-events #search-form .keyword_view {
  display: grid;
  grid-template-columns: 9fr 1fr;
  background-color: #64256c;
}
.section-events #search-form #keyword {
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding: 0px 10px;
}
.section-events #search-form .keyword_view .view a {
    color: #9e7eae;
    font-size: 36px;
    font-family: "Fontawesome";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    transition: 0.6s;
} 
.section-events #search-form .keyword_view .view a:hover {
  color: #fff
}
.section-events #search-form .buttons-select-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section-events #search-form .buttons-select-group .select-group {
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.select-group select {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.section-events #search-form select {
  padding: 10px 10px;
  width: 100%;
}
.section-events #search-form select:nth-child(2) {
  margin-left: 20px;
}
.event-list-item {
  display: grid;
  grid-template-columns: 1.5fr 8.5fr;
  margin-top: 20px;
}
.event-list-item .event-date {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.event-list-item .event-date .month {
  display: flex;
  justify-content: center;
  font-size: 20px;
  background-color: #9e7eae;
  color: #fff;
  padding: 10px 5px;
}
.event-list-item .event-date .day {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  padding: 35px 0px
}
.event-list-item .event-date .year {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  font-size: 16px;
  font-weight: 500;
  color: #9e7eae;
}
.event-list-item .event-info {
  padding: 0px 20px;
}
.event-list-item .event-info .type {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
}
.event-list-item .event-info .title {
  font-size: 20px;
}
.event-list-item .event-info .speaker {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
}
.event-list-item .event-info .date {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
  margin-bottom: 5px;
}
.event-list-item .event-info .venue {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
  margin-bottom: 5px;
}
.event-list-item .event-info .speaker span {
  margin-right: 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  color: #65246c;
  cursor: pointer;
  display: block ;
  padding: 0px 10px;
  white-space: unset;
}
.fc-daygrid-event {
  display: flex;
  position: relative;
  border-radius: 3px;
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
  white-space: nowrap;
}
.fc-daygrid-dot-event .fc-event-title {
  overflow: hidden;
  font-weight: 700;
}
.event-info-wrapper {
	display: grid;
	grid-template-columns: 7.5fr 2.5fr;
  justify-items: start;
	width: 100%;
}
.event-info-wrapper .event-info {
  width: 100%;
}
.event-info-wrapper .share-addtocal {
  width: 100%;
  text-align: right;
}
.event-info-wrapper i, .event-info i {
  margin-right: 0px;
}
/* event page end */

/* Insights page start  */

.section-insights {
  background-color: #65246c;
}
.section-openings #search-form {
  margin-top: 50px;
}
.section-openings #search-form .keyword_view {
  display: block;
  background-color: darkslategrey;
}
.section-openings #search-form #keyword {
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding: 0px 10px;
}
.section-openings #search-form .select-group {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 margin-top: 40px;
}
.section-openings #search-form select {
  padding: 10px 10px;
}
.section-openings #search-form select:nth-child(2) {
  margin-left: 20px;
}
.insight-item {
  border-left: 5px solid #9e7eae;
  padding: 0px 20px;
  margin-top: 40px;
  color: #e2e2e2;
}
.insight-item .authors {
  font-size: 16px;
  color: #9e7eae;
  font-style: italic;
}
.reset-wrapper {
  text-align: right;
}
.reset {
  margin-left: 5px;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
/* Insights page end */

/* tooltip start */
.tippy-box {
  background: #9e7eae;
  color: #ffffff;
}
#tippy-1 {
  visibility: visible;
}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #9e7eae;
  color: black;
  width: 250px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 10px;
  text-align: center;
}
.tooltip {
  top: 80px !important;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

/* tooltips stop */

/* Sharethis button start */

.addthis_inline_share_toolbox {
  margin-bottom: 10px;
}
.share-buttons h4#share-text {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* Sharethis button end */

/* Paginattion start */

.pagination {
  list-style: none;
  margin-top: 60px;
  padding-left: 0px;
}
.pagination li {
  display: inline-block;
  padding: 5px 10px;
}
.pagination li a {
  color: #ffffff;
}
.pagination li.black a {
  color: #222222;
}
.pagination li a:hover {
  text-decoration: underline;
}

/* Paginattion enb */

/* Custom CSS end */ 

@media screen and (min-width: 1440px) {
  body {
    font-family: centurygothic, sans-serif;
  }

  .container {
    max-width: 1140px;
  }

  .section-hero {
    height: 900px;
    background-size: cover;
  }

  .container-jumbo-text {
    margin-top: 5%;
  }

  .paragraph-m {
    font-size: 20px;
  }

  .paragraph-m.top-margin-20 {
    margin-top: 20px;
  }

  .button.black.top-margin-30 {
    margin-top: 30px;
  }

  .grid {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .slider {
    background-color: transparent;
  }

  .div-stats {
    max-width: 1140px;
  }

  .grid-stats {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow {
    top: 327px;
    right: -83%;
    margin-top: -38.5px;
    margin-bottom: -38.5px;
  }

  .left-arrow.courses {
    margin-top: -115px;
  }

  .left-arrow.about {
    top: 264px;
    margin-top: 15px;
    margin-bottom: -7px;
  }

  .left-arrow.testimonial {
    top: 284px;
    margin-top: -38.5px;
    margin-bottom: -38.5px;
  }

  .left-arrow.openings {
    top: 412px;
    right: -84%;
    margin-top: 110px;
    margin-bottom: 0px;
  }

  .left-arrow.city {
    top: 323px;
    right: -85%;
    margin-top: -38.5px;
  }

  .right-arrow {
    top: 327px;
    right: 0%;
  }

  .right-arrow.courses {
    margin-top: -115px;
  }

  .right-arrow.about {
    top: 264px;
    margin-top: 15px;
    margin-bottom: -7px;
  }

  .right-arrow.testimonial {
    top: 284px;
    margin-top: -38.5px;
    margin-bottom: -38.5px;
  }

  .right-arrow.openings {
    top: 412px;
    margin-top: 110px;
  }

  .right-arrow.city {
    top: 323px;
    margin-top: -38.5px;
    margin-bottom: -38.5px;
  }

  .footer-flex-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-happenings {
    margin-top: -40px;
  }

  .div-header {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-header-content {
    margin-top: 40px;
  }

  .div-banner {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .image-about {
    width: 80%;
    margin-right: 0px;
  }

  .div-background.hidden-mobile {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr 250px 250px;
    grid-template-columns: 1fr 1fr 250px 250px;
    -ms-grid-rows: 250px 250px;
    grid-template-rows: 250px 250px;
  }

  .div-spacer {
    height: 120px;
  }

  .div-stats-inline {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-president {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-text.lower-margin-20 {
    margin-bottom: 20px;
  }

  .right-arrow-small {
    right: 684px;
  }

  .left-arrow-small {
    left: 6px;
  }

  .div-container {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-collection-about {
    width: auto;
  }

  .collection-item {
    width: 100%;
  }

  .slide-image-cards {
    width: 300px;
    margin-right: 24px;
  }

  .div-marginal-background.green {
    height: 340px;
  }

  .div-course {
    width: auto;
  }

  .section-courses {
    overflow: hidden;
  }

  .section-courses.green {
    height: 730px;
  }

  .div-slider-cards.top-margin-40 {
    max-width: 1140px;
  }

  .div-influential {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item-influential {
    width: 100%;
  }

  .div-person {
    width: auto;
    margin-right: 60px;
    padding-right: 0px;
  }

  .div-content-banner {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .div-content-banner.custom-width {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .image-banner {
    width: 80%;
  }

  .section-openings {
    /*min-height: 750px;*/
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .div-job-card {
    /*height: 500px;*/
  }

  .div-course-card.wider {
    width: 350px;
    margin-bottom: 20px;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
  }

  .div-course-card.wider:hover {
    box-shadow: 11px 11px 32px 0 rgba(44, 58, 58, 0.12);
  }

  .collection-list-courses {
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-course-info {
    padding-bottom: 0px;
  }

  .div-events {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-department {
    width: 350px;
  }

  .image-department {
    width: 350px;
  }

  .div-details-grid {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .map {
    height: 350px;
  }

  .rich-text {
    color: #000;
  }

  .container-form {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-63 {
    margin-bottom: 15px;
  }

  .licenses-image-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-234 {
    margin-bottom: 40px;
  }

  .div-wrapper {
    max-width: none;
    margin-top: 3.88vw;
    margin-bottom: 3.88vw;
    padding-right: 4.16vw;
    padding-left: 4.16vw;
  }

  .div-wrapper.bottom-margin-100 {
    margin-top: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-licenses {
    margin-bottom: 0px;
  }

  .div-tab-text-2 {
    display: block;
  }

  .paragraph-m-2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .paragraph-m-2.top-margin-20 {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .section-tabs-2 {
    border: 2px none #000;
    background-color: #fff;
  }

  .tab-link-2 {
    border-bottom-color: #bdbcbb;
    background-color: transparent;
    color: #14408a;
  }

  .tab-link-2.w--current {
    border-bottom-color: #14408a;
    color: #14408a;
  }

  .paragraph-s-2.tab {
    color: #14408a;
    font-size: 18px;
    font-weight: 500;
  }

  .container-2 {
    max-width: 1140px;
  }

  .div-header-2 {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-container-2 {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-xl-2 {
    color: #14408a;
    font-weight: 700;
  }

  .container-7 {
    max-width: 1140px;
  }

  .div-container-3 {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link.white-links {
    color: #2c3a3a;
  }

  .container {
    max-width: 90%;
  }

  .div-navbar {
    width: 90%;
  }

  .heading-xxl {
    margin-left: 0px;
    font-size: 110px;
    font-weight: 700;
  }

  .heading-xxl.right-aligned {
    margin-right: 0px;
    font-weight: 700;
  }

  .heading-xxl.white {
    margin-left: 40px;
    font-weight: 700;
  }

  .container-jumbo-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .paragraph-m.hero-subtext {
    width: 50%;
    margin-right: 40px;
    font-size: 16px;
  }

  .paragraph-m.all-caps {
    font-size: 16px;
  }

  .div-jumbo-text {
    width: 90%;
  }

  .div-jumbo-subtext {
    margin-top: 24px;
  }

  .button {
    margin-right: -67px;
  }

  .button.black {
    font-size: 12px;
    line-height: 16px;
  }

  .div-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    z-index: 99999999999999;
    width: 30%;
    background-color: #e7f5f5;
  }

  .div-stats {
    width: 90%;
  }

  .number {
    font-size: 52px;
  }

  .heading-xl {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
  }

  .heading-xl.italic-heading {
    text-align: left;
    font-weight: 700;
  }

  .heading-xl.hidden {
    display: none;
  }

  .div-cards.mobile {
    display: none;
  }

  .left-arrow {
    top: 195px;
    right: -73%;
    margin-bottom: 0px;
  }

  .left-arrow.courses {
    right: -78%;
  }

  .left-arrow.about {
    top: 249px;
    right: -78%;
  }

  .left-arrow.testimonial {
    top: 234px;
    margin-bottom: 0px;
  }

  .left-arrow.openings {
    top: 381px;
    right: -76%;
    margin-top: 120px;
  }

  .right-arrow {
    top: 195px;
    right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow.about {
    top: 249px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow.testimonial {
    top: 234px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow.openings {
    top: 381px;
    margin-top: 120px;
  }

  .paragraph-s {
    font-size: 14px;
  }

  .paragraph-s.top-margin-10 {
    font-size: 14px;
  }

  .ticket-and-close-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 18px;
    margin-right: 18px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .close-icon {
    display: block;
  }

  .menu-icon {
    max-width: 60%;
  }

  .nav-bar {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link:hover {
    text-decoration: none;
  }

  .heading-m {
    font-size: 20px;
    font-weight: 700;
  }

  .footer-logo-text {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 24px;
  }

  .link-logo-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-cta {
    width: auto;
  }

  .footer-logo-image {
    width: auto;
  }

  .right-arrow-small {
    right: 383px;
  }

  .slide-image-cards {
    width: 40%;
    margin-right: 50px;
  }

  .div-marginal-background.green {
    height: 220px;
  }

  .slide-testimonial {
    margin-right: 30px;
  }

  .div-person {
    width: auto;
    padding-right: 0px;
  }

  .div-video-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    -ms-grid-columns: 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr;
  }

  .image-banner {
    width: auto;
  }

  .section-openings {
    padding-bottom: 180px;
  }

  .div-job-card {
  
  }

  .div-course-card.wider {
    width: 330px;
  }

  .collection-list-courses {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-course-info {
    padding-bottom: 0px;
  }

  .div-department {
    width: auto;
  }

  .div-detail.side-lines {
    margin-right: 20px;
    padding-right: 20px;
  }

  .tab-link {
    width: 22%;
  }

  .tab-link.last.w--current {
    width: 22%;
  }

  .div-wrapper {
    padding: 0px 16px;
  }

  .section--text {
    margin-top: 60px;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-copy {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-copy.white-links {
    color: #2c3a3a;
  }

  .nav-link-2 {
    padding-left: 40px;
    color: #2c3a3a;
  }

  .nav-link-2.white-links {
    color: #2c3a3a;
  }

  .paragraph-m-2 {
    font-size: 16px;
  }

  .tab-link-2 {
    width: 22%;
  }

  .tab-link-2.last.w--current {
    width: 22%;
  }

  .paragraph-s-2 {
    font-size: 14px;
  }

  .container-2 {
    max-width: 90%;
  }

  .paragraph-4 {
    margin-left: 40px;
  }

  .heading-xl-2 {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
  }

  .heading-xl-2.italic-heading {
    text-align: left;
    font-weight: 700;
  }

  .container-7 {
    max-width: 90%;
  }

  .icon {
    margin-right: 20px;
    font-size: 16px;
  }

  .icon-2 {
    margin-left: 20px;
    font-size: 16px;
  }
  .people .w-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    row-gap: 50px;
  }
  .home-slider .text-content .container-5 {
    height: 100%;
  }
  .home-slider .text-content .container-5 .heading-xxl.white {
    font-size: 36px;
  }
  .home-slider-button {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .section-hero {
    height: 100vh;
  }

  .heading-xxl {
    margin-left: 10px;
    font-size: 84px;
  }

  .heading-xxl.right-aligned {
    margin-right: 10px;
  }

  .heading-xxl.white {
    margin-left: 60px;
    font-weight: 700;
  }

  .paragraph-m.hero-subtext {
    width: 70%;
    margin-right: 0px;
    font-size: 16px;
  }

  .paragraph-m.top-margin-20 {
    text-align: left;
  }

  .paragraph-m.right-aligned.half-width {
    width: 40%;
  }

  .paragraph-m.top-margin-30 {
    text-align: center;
  }

  .paragraph-m.grey-caps {
    text-align: center;
  }

  .paragraph-m.center-aligned-mobile {
    text-align: center;
  }

  .div-jumbo-subtext {
    margin-right: 80px;
  }

  .button {
    margin-right: 2px;
    font-size: 14px;
  }

  .div-button {
    margin-right: 0px;
  }

  .nav-menu {
    z-index: 9007199254740991;
    width: 40%;
    margin-bottom: auto;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-stats {
    z-index: 5;
  }

  .div-stats.mobile {
    display: none;
  }

  .heading-xl {
    font-size: 36px;
    font-weight: 700;
  }

  .heading-xl.italic-heading {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
  }

  .heading-xl.left-aligned {
    text-align: left;
    font-weight: 700;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
    font-weight: 700;
  }

  .left-arrow {
    top: 147px;
    right: -69%;
  }

  .left-arrow.courses {
    right: -68%;
  }

  .left-arrow.about {
    top: 249px;
    right: -68%;
  }

  .left-arrow.testimonial {
    top: 273px;
    right: -68%;
  }

  .right-arrow {
    top: 147px;
    right: 0%;
  }

  .right-arrow.about {
    top: 249px;
  }

  .right-arrow.testimonial {
    top: 273px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-icon {
    display: inline;
    max-width: 70%;
  }

  .footer {
    padding: 0px 0px 40px;
  }

  .heading-m.center-aligned-mobile {
    text-align: left;
    font-weight: 700;
  }

  .div-card.last-card {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-link {
    margin-right: 5px;
  }

  .social-image {
    max-width: 60%;
  }

  .div-breadcrumps {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .div-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .div-background.hidden-mobile {
    display: none;
  }

  .div-spacer.video-block-spacer {
    height: 0px;
  }

  .footer-logo-image {
    width: auto;
  }

  .div-text {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-influencial-people {
    padding-bottom: 0px;
  }

  .slide-image-cards {
    width: 55%;
  }

  .div-marginal-background {
    margin-top: -370px;
  }

  .div-marginal-background.green {
    height: 200px;
    margin-top: -351px;
  }

  .slide-testimonial {
    width: auto;
    margin-right: 20px;
  }

  .div-grid {
    grid-column-gap: 16px;
  }

  .section-courses {
    height: 750px;
    padding-top: 0px;
  }

  .div-slider-cards.top-margin-40 {
    
  }

  .div-cta-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-influential {
    padding-left: 0px;
  }

  .div-person {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .image-arrow {
    width: 15%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .div-content-banner.no-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-banner.top-margin-mobile {
    margin-top: 20px;
  }

  .heading-l.half-width {
    width: 90%;
    font-weight: 700;
  }

  .heading-l.center-aligned-mobile {
    text-align: center;
    font-weight: 700;
  }

  .div-alignment {
    margin-top: 20px;
  }

  .section-openings {
    height: auto;
    padding-bottom: 40px;
  }

  .div-cards-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .collection-item-2 {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
  }

  .div-course-card.wider {
    width: 300px;
  }

  .collection-list-courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-course-info {
    padding-bottom: 20px;
  }

  .div-online-card {
    margin-right: 20px;
  }

  .div-department {
    width: 350px;
  }

  .image-department {
    width: 350px;
  }

  .div-department-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-details-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-detail.side-lines {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f0eb;
    border-right-width: 0px;
  }

  .div-socials-black {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link.last {
    width: 22%;
  }

  .section-student-voices {
    padding-top: 60px;
  }

  .licenses-fonts-text {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }

  .text-block-63 {
    margin-bottom: 5px;
    font-size: 2.3vw;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .fonts-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .licenses-image-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .photography-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-62 {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-wrapper {
    padding: 32px 0px;
  }

  .italic-text {
    font-size: 2.3vw;
  }

  .section--text {
    margin-top: 0px;
  }

  .title {
    margin-top: 40px;
  }

  .menu-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .nav-link-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .paragraph-m-2.top-margin-20 {
    text-align: left;
  }

  .tab-link-2.last {
    width: 22%;
  }

  .paragraph-s-2 {
    display: block;
  }

  .paragraph-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .happening-now-image-2 {
    display: block;
  }

  .heading-xl-2 {
    font-size: 36px;
    font-weight: 700;
  }

  .heading-xl-2.italic-heading {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
  }

  .section-happenings-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-cards-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon {
    margin-right: 20px;
    font-size: 14px;
  }

  .icon-2 {
    margin-left: 20px;
    font-size: 14px;
  }
  .section-events #search-form .buttons-select-group {
    grid-template-columns: 1fr;
  }
  .section-events #buttons {
    margin: 30px 0px;
    text-align: center;
  }
  .section-events #search-form .buttons-select-group .select-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .home-slider .text-content .container-5 .heading-xxl.white {
    margin-left: 0px;
    font-size: 30px;
  }
  .home-slider .text-content .paragraph-4 {
    margin-left: 0px;
  }
  .home-slider-button {
    width: 150px;
    margin-left: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .event-info-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .share-addtocal {
    margin-top: 20px;
    text-align: left !important;
  }
  .grid-03-97 {
    display: grid;
    grid-template-columns: 0.5fr 9.5fr;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link:hover {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #2c3a3a;
  }

  .nav-link.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .container {
    display: block;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body {
    /*background-color: #14408a;*/
    background-color: #ffffff;
  }

  .section-hero {
    height: 75vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/20230308100250oe_/https://cz-jrc.econ.cuhk.edu.hk/site/templates/images/Photo-of-Zhejiang-University.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 0%, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .heading-xxl {
    font-size: 48px;
    letter-spacing: -4px;
    font-weight: 700;
  }

  .heading-xxl.right-aligned.white {
    line-height: 0.8;
    font-weight: 700;
  }

  .heading-xxl.white {
    margin-top: -54px;
    padding-top: 0px;
    padding-left: 55px;
    font-size: 36px;
    font-weight: 700;
  }

  .container-jumbo-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }

  .paragraph-m {
    text-align: center;
  }

  .paragraph-m.hero-subtext {
    width: 80%;
    font-size: 14px;
    text-align: left;
  }

  .paragraph-m.top-margin-20 {
    text-align: left;
  }

  .paragraph-m.top-margin-20.dash {
    display: none;
  }

  .paragraph-m.top-margin-20.grey {
    margin-top: 5px;
    text-align: left;
  }

  .paragraph-m.top-margin-20.centre-aligned {
    text-align: center;
  }

  .paragraph-m.top-margin-20.mobile-left-aligned {
    text-align: left;
  }

  .paragraph-m.top-margin-20.mobile-center-aligned {
    text-align: center;
  }

  .paragraph-m.left-aligned {
    font-size: 16px;
    text-align: left;
  }

  .paragraph-m.right-aligned.half-width {
    width: 70%;
    text-align: center;
  }

  .paragraph-m.black-caps {
    text-align: left;
  }

  .paragraph-m.red {
    text-align: center;
  }

  .div-jumbo-subtext {
    margin-top: 16px;
    margin-right: 0px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .button.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-button {
    margin-top: 16px;
  }

  .nav-menu {
    background-color: #eee;
  }

  .menu-button {
    background-color: transparent;
  }

  .section-notifications {
    display: block;
    overflow: visible;
    margin-top: -67px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    height: 140px;
  }

  .heading-xs {
    font-size: 16px;
  }

  .div-updates {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-stats {
    display: none;
    margin-top: -132px;
    margin-bottom: -114px;
  }

  .div-stats.mobile {
    display: block;
  }

  .grid-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-stats.three-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-figure {
    margin: 20px;
  }

  .div-figure .paragraph-m {
    width: 100%;
  }

  .div-figure.left {
    margin: 20px 0px 20px 36px;
  }

  .div-figure.right {
    margin: 20px 32px 20px 0px;
  }

  .div-figure.vertical-margin-10 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .number {
    font-size: 38px;
  }

  .grid-heading {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-xl {
    font-size: 26px;
    text-align: center;
    letter-spacing: -2px;
    font-weight: 700;
  }

  .heading-xl.italic-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .heading-xl.left-aligned {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    font-weight: 700;
  }

  .heading-xl.left-aligned.half-width {
    width: 70%;
    font-weight: 700;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
    font-weight: 700;
  }

  .heading-xl.hidden {
    display: none;
  }

  .heading-xl.duplicated {
    margin-top: 40px;
    font-weight: 700;
    line-height: 1.1;
  }

  .div-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-cards.mobile {
    display: block;
    margin-top: 0px;
  }

  .paragraph-s {
    margin-top: 5px;
    text-align: center;
  }

  .paragraph-s.white {
    text-align: left;
  }

  .paragraph-s.white.left-aligned {
    text-align: left;
  }

  .paragraph-s.top-margin-10.left-aligned {
    text-align: left;
  }

  .menu {
    padding-left: 20px;
    text-align: left;
  }

  .nav-bar {
    background-color: #e7f5f5;
  }

  .div-row-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-flex-container {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-happenings {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #fff;
  }

  .heading-m.center-aligned-mobile {
    text-align: center;
    font-weight: 700;
  }

  .div-footer-links {
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .div-logo-and-socials {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-socials {
    margin-top: 20px;
  }

  .footer-logo-text {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 22px;
  }

  .link-logo-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-card {
    margin-top: 40px;
    margin-right: 0px;
  }

  .div-card.top-card {
    margin-top: 0px;
  }

  .social-image {
    max-width: 75%;
  }

  .div-cta {
    background-color: #f4f0eb;
  }

  .section-header {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .div-breadcrumps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-l.left-aligned {
    width: auto;
    font-size: 24px;
  }

  .div-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .div-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-background.hidden-mobile {
    display: none;
  }

  .box-link.light {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .box-link.dark {
    margin-top: 0px;
  }

  .div-empty.hidden {
    display: none;
  }

  .div-spacer {
    display: block;
  }

  .div-spacer.mobile-hidden {
    display: none;
  }

  .section-principal {
    background-color: #e7f5f5;
  }

  .footer-logo-image {
    width: 100%;
  }

  .div-president {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-text {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-text.center-aligned {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-text.right-padding-40 {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-text.left-aligned-mobile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-influencial-people {
    padding-bottom: 0px;
  }

  .right-arrow-small {
    right: 40%;
    bottom: -49px;
  }

  .left-arrow-small {
    left: 40%;
    bottom: -49px;
  }

  .slider-text {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .div-button-center {
    display: block;
  }

  .div-spacer-block {
    display: none;
  }

  .section-about {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .collection-item {
    margin-bottom: 30px;
  }

  .slider-image-cards {
    display: none;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-marginal-background {
    z-index: -1;
    display: none;
    height: 1220px;
    margin-top: -1237px;
  }

  .div-courses {
    display: none;
  }

  .div-course {
    display: block;
  }

  .div-course.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-course.mobile.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-collection-course {
    margin-bottom: 70px;
  }

  .div-block-empty {
    display: none;
  }

  .div-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-mobile {
    width: 100%;
  }

  .section-courses {
    height: auto;
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #69246b;
  }

  .section-courses.green {
    height: auto;
    background-color: #e7f5f5;
  }

  .div-testimonials {
    display: none;
  }

  .div-cta-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-influential {
    width: auto;
    padding-right: 0px;
  }

  .div-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-arrow {
    width: 10%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-banner {
    margin-top: 0px;
  }

  .section-info {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .heading-l {
    text-align: center;
    font-weight: 700;
  }

  .heading-l.half-width {
    text-align: center;
    font-weight: 700;
  }

  .section-openings {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #14408a;
  }

  .div-form-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-form-horizontal.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-form-element {
    width: auto;
  }

  .div-form-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-2 {
    border-radius: 10px;
    background-color: #e7f5f5;
  }

  .div-end-aligned {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-right-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    height: 300px;
    margin-right: -23px;
    margin-bottom: -150px;
    margin-left: -23px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .div-block.less-height {
    height: 350px;
  }

  .div-online-card {
    margin-right: 0px;
  }

  .section-events {
    padding-top: 0px;
  }

  .collection-list-events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-department {
    width: 280px;
  }

  .image-department {
    width: 280px;
  }

  .div-details-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-socials-black {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-tabs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
  }

  .tab-link.last {
    width: auto;
  }

  .tab-link.last.w--current {
    width: auto;
    padding-right: 10px;
  }

  .div-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-tab.mobile-view {
    display: block;
  }

  .div-tab-text {
    margin-top: 0px;
    margin-right: 0px;
    border-top-left-radius: 0px;
  }

  .div-tab-text.mobile {
    margin-top: -20px;
  }

  .div-alt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-grid-text {
    display: block;
  }

  .div-grid-text.mobile-view {
    display: none;
  }

  .section-student-voices {
    padding-bottom: 0px;
  }

  .slider-images {
    display: none;
  }

  .div-image-city.mobile {
    display: block;
  }

  .div-image-block.mobile {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 4vw;
    line-height: 4vw;
    font-weight: 700;
  }

  ._10-margin {
    font-size: 15px;
    line-height: 26px;
  }

  .heading {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 700;
  }
  .heading-xl.heading-xl.duplicated {
    color: #14408a;
    font-weight: 700;
  } 
  .section-research .heading-xl.heading-xl.duplicated {
    color: #e8f2f2;
  }
  .licenses-fonts-text {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .text-block-63 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .licenses-image-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-62 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .div-wrapper {
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .italic-text {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-192 {
    height: 100px;
  }

  .heading-subtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .information {
    width: auto;
  }

  .section--text {
    margin-top: 8px;
  }

  .title {
    margin-top: 0px;
  }

  .mobile {
    display: block;
    margin-top: -20px;
    padding-top: 0px;
  }

  .tabs-content {
    display: block;
  }

  .image-campus-mobile {
    border-radius: 7px;
  }

  .menu-copy {
    padding-left: 20px;
    text-align: left;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #000;
    color: #2c3a3a;
    text-align: left;
  }

  .nav-link-copy:hover {
    border: 1px none #000;
  }

  .nav-link-copy.w--current {
    display: block;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .menu-2 {
    padding-left: 10px;
  }

  .nav-link-2 {
    padding-left: 16px;
    text-align: center;
  }

  .nav-link-2.white-links:hover {
    border-bottom-color: #2c3a3a;
    color: #2c3a3a;
  }

  .heading-l-2 {
    text-align: center;
    font-weight: 700;
  }

  .div-image-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-tab-text-2 {
    margin-top: 0px;
    margin-right: 0px;
    border-top-left-radius: 0px;
  }

  .div-tab-text-2.mobile {
    margin-top: -20px;
    padding: 0px;
  }

  .paragraph-m-2 {
    text-align: center;
  }

  .paragraph-m-2.top-margin-20 {
    text-align: left;
  }

  .paragraph-m-2.top-margin-20.mobile-center-aligned {
    text-align: center;
  }

  .section-tabs-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .tab-link-2 {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    border-bottom-color: rgba(20, 64, 138, 0.27);
  }

  .tab-link-2.w--current {
    border-bottom-color: #14408a;
  }

  .tab-link-2.last {
    width: auto;
  }

  .tab-link-2.last.w--current {
    width: auto;
    padding-right: 10px;
  }

  .paragraph-s-2 {
    margin-top: 5px;
    text-align: center;
  }

  .paragraph-s-2.tab {
    color: #14408a;
    font-size: 20px;
  }

  .container-2 {
    margin-top: 20px;
  }

  .div-container-2 {
    display: block;
    margin-right: auto;
    margin-left: -22px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .paragraph-4 {
    display: block;
    width: 300px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-xl-2 {
    font-size: 32px;
    text-align: center;
    letter-spacing: -2px;
    font-weight: 700;
  }

  .heading-xl-2.italic-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .section-happenings-2 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #eee;
  }

  .div-cards-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    margin-right: 10px;
    font-size: 12px;
  }

  .icon-2 {
    margin-left: 10px;
    font-size: 12px;
  }
  .button.research {
    /*border-color: #2c3a3a !important;
    color: #2c3a3a !important;*/
  }
  .list-view {
    margin-bottom: 40px;
  }
  .research-item, .insight-item {
    color: #e2e2e2;
  }
  .research-item .title a, .insight-item .title a {
    color: #e2e2e2;
  }
  .section-events #search-form .keyword_view {
    grid-template-columns: 7fr 3fr;
  }
  .section-events #search-form .buttons-select-group {
    display: block;
    grid-template-columns: 1fr;
  }
  .section-events #buttons {
    margin: 30px 0px;
    text-align: center;
  }
  .section-events #search-form .buttons-select-group .select-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .section-openings #search-form .select-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .section-openings #search-form .select-group select:nth-child(2) { 
    margin-left: 0px;
  }
  .section-events #search-form .select-group select:nth-child(2) { 
    margin-left: 0px;
  }
  .grid-2-8 {
    grid-template-columns: 1fr;
  }
  .section-research .buttons .button {
    border-color: #e7f5f5;
    color: #e7f5f5;
  }
  .section-research .buttons .button:hover {
    color: #14408a;
  }
  .profile {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 30px;
  }
  .profile .img-info {
    text-align: center;
  }
  .people .w-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 50px;
  }
  .people .w-row .paragraph-m {
   text-align: center;
  }
  #search-form {
    margin-top: 20px !important;
  }
  .section-events #search-form .keyword_view {
    grid-template-columns: 10fr 0fr;
  }
  .section-events #search-form .keyword_view .view {
    display: none;
  }
  #search-form .select-group {
    margin-top: 20px !important;
  }
  .section-events #buttons a {
    display: block;
    margin: 20px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    float: left;
    margin-top: -40px !important;
    position: relative;
    z-index: 100;
  }
  .section-people .desktop-hidden {
    position: relative;
    float: none;
    margin-top: 20px !important;
    width: 250px;
    margin-left: auto;
    margin-right: auto !important;
  }
  .owl-nav {
    width: 70px;
    float: right;
  }
  .researches .owl-nav {
    margin-top: 20px;
  }
  .researches .owl-stage-outer {
    margin-bottom: 20px;
  }
  .section-research {
    padding-bottom: 40px;
  }
  .home-slider .text-content .container-5 {
    width: 75%;
    padding: 20px 0px;
  }
  .home-slider .text-content .container-5 .heading-xxl.white {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .home-slider .text-content .paragraph-4 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.2;
  }
  .home-slider-button {
    line-height: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .home-slider.owl-theme .owl-nav button span {
    font-size: 24px;
    outline: none;
  }
  .section-insights {
    background-color: #65246c;
  }
  .mobile-left {
    text-align: left !important;
  }
  .event-info-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .share-addtocal {
    margin-top: 20px;
    text-align: left !important;
  }
  h4#share-text {
    font-size: 18px;
  }
  .reset-wrapper {
    margin-top: 10px;
  }
  .reset {
    width: 100px;
    text-align: center;
  }
  .grid-03-97 {
    display: grid;
    grid-template-columns: 0.8fr 9.2fr;
  }
  .event-list-item {
    display: flex;
    flex-direction: column;
  }
  .event-list-item .event-info {
    margin-top: 20px;
  }
  .event-list-item .event-info .type {
    margin-bottom: 10px;
  }
  .event-list-item .event-info .title {
    font-size: 17px;
  }
}

#w-node-_17055729-2ec2-33b3-7f70-3dbd92f1e6f6-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b7b2029e-b20b-068b-1fcf-c0117d0e1dda-61529352 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_664008f6-81ee-0ffd-b7e4-b3f315b266c4-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3b444a8a-c553-adf8-232a-8f66e815db25-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e832ceee-fbe4-cfaf-3004-1a4fca698cd0-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e832ceee-fbe4-cfaf-3004-1a4fca698cd2-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d55828f8-3c44-2489-36c9-e7805039f360-61529352 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f508447-90e5-9410-429b-b204f3ab8cc8-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ec748221-b10b-e6d4-5766-521325026ccd-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6c1761de-d02a-0112-4ff7-0c76e1575881-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ab697150-1dba-f33e-3cf5-c2924211494f-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_610c8150-80d2-85de-3844-8a5bcddb588c-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ab0fb208-28ee-7b30-1b9b-3c8aba63caeb-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350d8-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350de-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350e4-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350ea-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ba59df29-370f-22ab-6837-2a11fa25f9a8-62529356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0bce614d-3139-5ecc-db95-bf256ce52dfe-62529356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e7380ad6-8eb1-1c01-62b5-88f2bb3422c4-62529356 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab3f-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab52-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab65-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab7d-62529356 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0ac451e4-0bdf-59b1-c6b4-37ace85d5ceb-70529358 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_91eaa69f-122c-8074-d351-3b37c0489993-0c52935b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ef126fe0-39da-8f3f-e815-feedcf963c1a-51529361 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_94495447-61fe-0ecb-4635-b5a2953ad2af-5406503c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c411d8c-4749-ef45-2599-5526e050eaee-5406503c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a10250b0-575e-2d73-9b4c-a86669b25e7c-5406503c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_76305d66-0c0d-4cc9-88a8-ff79a6d38de4-5406503c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6961ee32-bf6c-efb3-8f2b-011d2a3f0ce9-5406503c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_27a66806-2906-a04d-8b67-b36e29367f93-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_27a66806-2906-a04d-8b67-b36e29367f99-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_27a66806-2906-a04d-8b67-b36e29367f9f-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_85550df4-2b7c-e0a4-a8b4-089389eabeea-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_85550df4-2b7c-e0a4-a8b4-089389eabef0-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_85550df4-2b7c-e0a4-a8b4-089389eabf05-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_85550df4-2b7c-e0a4-a8b4-089389eabf15-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_85550df4-2b7c-e0a4-a8b4-089389eabf26-986e24af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_079b03de-c1b9-a18f-60bb-eb02dc1a1d0a-730539eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cd324615-4ed9-335b-7b36-f362e5cc346f-c40bcf29 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8eaecda2-faf1-da33-af10-ed772941f62c-02538cb9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5c2ae567-961f-c120-7653-3f14357a6018-a06aecb0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-b7b2029e-b20b-068b-1fcf-c0117d0e1dda-61529352 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_779cdd91-2e12-9997-c209-8e809118adc6-3a529355 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_17055729-2ec2-33b3-7f70-3dbd92f1e6fd-5406503c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_779cdd91-2e12-9997-c209-8e809118adc6-a06aecb0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c06b4bb-11d8-c7e0-5a8b-398b24d7a81d-61529352 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e7380ad6-8eb1-1c01-62b5-88f2bb3422c4-62529356 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

