.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;
}

body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 50px;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  /* font-size: 18px; */
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  position: relative;
  /* top: 101px; */
  overflow: hidden;
  width: 100%;
  height: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 220px 0px 0px 10px;
  background-color: transparent;
  background-image: url('../images/vancouver-754204_1.jpg'), url('../images/aditya-chinchure-9ClOWqJnq8U-unsplash_1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55)));
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg'), linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.navbar {
  width: auto;
  margin-top: 29px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.nav-link {
  position: relative;
  left: -16px;
  top: 1px;
  margin-top: 23px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  margin-top: 13px;
  margin-bottom: 3px;
  padding: 9px 0px 17px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.logo-img {
  display: block;
  margin: -34px 123px -16px -116px;
  padding-bottom: 0px;
  padding-left: 62px;
  float: left;
}

.brand-block {
  top: 16px;
  width: auto;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  margin: -26px 38px 0px 1px;
  padding: 40px 60px 60px;
  background-image: url('../images/CCCA_logoFinal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: -40px;
  padding-bottom: 0px;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 55px;
  font-weight: 900;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  position: relative;
  top: -17px;
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.divider.grey {
  left: -10px;
  top: 10px;
  margin-top: 35px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.09);
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 550ms ease;
  transition: opacity 550ms ease;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.about-section {
  width: auto;
  height: 10px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff0004;
  text-align: center;
}

.about-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  text-align: center;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  position: relative;
  top: -11px;
  overflow: hidden;
  height: 780px;
  margin-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/architecture-bridge-clouds-coast-414462.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/architecture-bridge-clouds-coast-414462.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  top: -3px;
  display: block;
  padding-right: 138px;
  padding-left: 33px;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  position: relative;
  left: -270px;
  top: 30px;
  display: block;
  overflow: visible;
  width: 450px;
  height: 640px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 140px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  height: 140px;
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #000;
}

.project-title {
  margin-bottom: 20px;
}

.home-menu {
  position: relative;
  left: -59px;
  top: 20px;
  right: auto;
  bottom: -53px;
  margin: -10px -188px 60px 230px;
  padding: 0px 30px 0px 0px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 16px;
}

.grow-row {
  margin-bottom: -122px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.container {
  position: static;
  display: inline-block;
  font-size: 50px;
  line-height: 30px;
  width: 100%;
  padding: 0 15px;
}

.bold-text-9 {
  position: relative;
  top: 302px;
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-2 {
  bottom: -7px;
  color: #404040;
  font-size: 16px;
  line-height: 15px;
}

.nav-link-3 {
  position: relative;
  bottom: -4px;
  width: 167px;
  height: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 5px;
  border-color: #feffac;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  opacity: 1;
  font-size: 16px;
  white-space: normal;
}

.bold-text-2 {
  position: relative;
  right: -16px;
  display: inline;
  overflow: visible;
  width: 50px;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff8a7;
  border-radius: 0px;
  background-color: transparent;
  color: #404040;
  -o-object-fit: none;
  object-fit: none;
}

.image {
  position: relative;
  left: 83px;
  bottom: -13px;
  padding-bottom: 0px;
}

.bold-text-5 {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.bold-text-15 {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 55px;
  text-align: center;
}

.bold-text-7 {
  position: relative;
  top: -5px;
  margin-left: 20px;
  color: #404040;
  font-size: 20px;
  font-weight: 600;
}

.container-2 {
  position: static;
  width: auto;
  min-width: 0px;
  margin-right: 342px;
  padding-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-link-4 {
  top: 4px;
  padding-bottom: 20px;
}

.nav-link-5 {
  padding-top: 24px;
}

.heading {
  font-size: 22px;
}

.heading-2 {
  font-size: 20px;
}

.paragraph {
  overflow: visible;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

._2012 {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.text-block {
  width: 300px;
}

.container-4 {
  position: relative;
  top: 8px;
  width: auto;
  height: 80px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 0px 0px;
  background-color: #fff;
}

.nav-link-6 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.nav-link-7 {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-10 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  color: #404040;
  text-transform: uppercase;
  cursor: pointer;
}

.grid {
  grid-template-areas: "Area Area-2 Area-5" "Area-3 Area-4 Area-6" "Area-7 . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2013 {
  margin-top: 20px;
  padding-top: 60px;
}

.column {
  margin-top: 46px;
}

.heading-3 {
  padding-left: 0px;
  text-align: center;
}

.container-6 {
  margin-top: 51px;
  padding-top: 57px;
}

.heading-4 {
  text-align: center;
}

.heading-5 {
  text-align: center;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
}

.heading-8 {
  text-align: center;
}

.heading-9 {
  text-align: center;
}

.heading-10 {
  text-align: center;
}

.heading-11 {
  margin-top: 89px;
  margin-bottom: -31px;
  padding-bottom: 0px;
}

.image-2 {
  margin-top: 36px;
  margin-bottom: 16px;
  padding-bottom: 0px;
}

.image-3 {
  margin-top: 36px;
}

.heading-12 {
  margin-top: 19px;
}

.heading-13 {
  margin-top: 40px;
}

.heading-14 {
  margin-top: -47px;
}

.image-4 {
  margin-bottom: 10px;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  margin-bottom: 10px;
}

.image-7 {
  margin-bottom: 10px;
}

.image-8 {
  margin-bottom: 10px;
}

.image-9 {
  margin-bottom: 10px;
}

.image-10 {
  margin-bottom: 10px;
}

.image-11 {
  margin-bottom: 10px;
}

.image-12 {
  margin-bottom: 10px;
}

.image-13 {
  margin-bottom: 10px;
}

.image-14 {
  margin-bottom: 10px;
}

.image-15 {
  margin-bottom: 10px;
}

.image-16 {
  margin-bottom: 10px;
}

.image-17 {
  margin-bottom: 10px;
}

.image-18 {
  margin-bottom: 10px;
}

.image-19 {
  margin-bottom: 10px;
}

.image-20 {
  margin-bottom: 10px;
}

.image-21 {
  margin-bottom: 10px;
}

.image-22 {
  margin-bottom: 10px;
}

.image-23 {
  margin-bottom: 10px;
}

.image-24 {
  margin-bottom: 10px;
}

.image-25 {
  margin-bottom: 10px;
}

.image-26 {
  margin-bottom: 10px;
}

.image-27 {
  margin-bottom: 10px;
}

.image-28 {
  margin-bottom: 10px;
}

.image-29 {
  margin-bottom: 10px;
}

.image-30 {
  margin-bottom: 10px;
}

.image-31 {
  margin-bottom: 10px;
}

.image-32 {
  margin-bottom: 10px;
}

.image-33 {
  margin-bottom: 10px;
}

.image-34 {
  margin-bottom: 10px;
}

.image-35 {
  margin-bottom: 10px;
}

.image-36 {
  margin-bottom: 10px;
}

.image-37 {
  margin-bottom: 10px;
}

.image-38 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.image-39 {
  padding-left: 97px;
  text-align: center;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

.bold-text-11 {
  font-size: 22px;
}

.heading-15 {
  text-align: center;
}

.heading-16 {
  margin-top: -9px;
  padding: 60px 40px;
  background-color: #fefec9;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.heading-17 {
  font-size: 20px;
}

.heading-18 {
  margin-top: 0px;
  margin-right: -345px;
  margin-left: -342px;
  padding: 140px 0px;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-position: 50% 45%;
  background-size: cover;
  font-size: 36px;
}

.bold-text-12 {
  position: relative;
  top: -5px;
  margin-left: 20px;
  color: #404040;
  font-weight: 600;
  cursor: pointer;
}

.bold-text-13 {
  font-weight: 600;
}

.header-1 {
  margin: 10px -345px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 0px;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section-1 {
  margin-top: -10px;
  margin-right: -345px;
  margin-left: -345px;
  padding: 80px 100px;
  background-color: #fefec9;
  font-size: 20px;
}

.header-2 {
  margin-right: -345px;
  margin-bottom: 10px;
  margin-left: -345px;
  padding-top: 140px;
  padding-right: 0px;
  padding-bottom: 140px;
  background-image: url('../images/vancouver-754200.jpg');
  background-position: 50% 13%;
  background-size: cover;
}

.bold-text-17 {
  display: block;
  padding-top: 0px;
  padding-bottom: 35px;
  padding-left: 700px;
  color: #fff;
  font-size: 50px;
}

.about-section-2 {
  margin-top: -9px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fefec9;
}

.about-text-2 {
  position: relative;
  top: -155px;
  margin-top: 0px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.bold-text-18 {
  display: block;
  margin-top: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}

.heading-19 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
  background-image: url('../images/vancouver-372030.jpg');
  background-position: 50% 75%;
  background-size: cover;
  font-size: 50px;
}

.bold-text-19 {
  position: relative;
  left: 750px;
  color: #fff;
  font-size: 55px;
  text-align: center;
}

.about-section-3 {
  margin-top: -10px;
  padding: 80px 40px;
  background-color: #fefec9;
  font-size: 20px;
  line-height: 25px;
}

.header-3 {
  margin-top: -10px;
  margin-right: -345px;
  margin-left: -345px;
  padding: 140px 0px;
  background-image: url('../images/aditya-chinchure-9ClOWqJnq8U-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 50px;
}

.div-block {
  width: 84px;
  height: 2px;
  margin-top: -25px;
  margin-left: 612px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #7ec4bd;
}

.bold-text-20 {
  margin-right: 0px;
  padding-right: 345px;
  padding-left: 1100px;
  font-size: 55px;
}

.heading-20 {
  margin-right: -345px;
  margin-left: -345px;
  padding: 140px 220px;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-position: 50% 45%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-21 {
  margin-right: -345px;
  margin-left: -345px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/vancouver-754200.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.heading-22 {
  margin-right: -345px;
  margin-left: -345px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/aditya-chinchure-9ClOWqJnq8U-unsplash.jpg');
  background-position: 50% 45%;
  background-size: cover;
  color: #fff;
  font-size: 50px;
}

.about-section-4 {
  margin-top: -10px;
  margin-right: -345px;
  margin-left: -345px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fefec9;
}

.header-4 {
  margin-top: -2px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/vancouver-754200.jpg');
  background-position: 50% 12%;
  background-size: cover;
  color: #fff;
  font-size: 55px;
  text-align: center;
}

.about-section-5 {
  margin-top: -10px;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  background-color: #fefec9;
  font-size: 20px;
}

.bold-text-21 {
  padding-right: 60px;
  padding-left: 60px;
}

.header-5 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/vancouver-754200.jpg');
  background-position: 50% 18%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.heading-23 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/vancouver-754200.jpg');
  background-position: 50% 18%;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.button-2 {
  text-align: left;
}

.container-7 {
  background-color: transparent;
}

.navbar-2 {
  margin-bottom: -48px;
  padding-bottom: 0px;
  background-color: transparent;
}

.brand {
  position: relative;
  bottom: 7px;
  width: 75px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/CCCA_logoFinal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-23 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.dropdown-toggle {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: transparent;
  font-weight: 400;
}

.dropdown-toggle.w--open {
  padding-left: 0px;
}

.text-block-2 {
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.dropdown {
  margin-top: 2px;
  margin-bottom: 0px;
}

.dropdown-1 {
  position: static;
  width: 100px;
  height: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.bold-text-24 {
  font-size: 20px;
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  padding-top: 0px;
  padding-bottom: 15px;
  border: 1px none #000;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-2 {
  left: 100px;
  top: 15px;
  width: 150px;
  height: 100px;
  padding-top: 64px;
  padding-left: 110px;
  background-image: url('../images/CCCA_logoFinal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 12px;
  padding-bottom: 0px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-8 {
  height: 150px;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.photo-menu {
  position: fixed;
  left: 150px;
  top: -8px;
  margin-top: 88px;
  margin-left: 595px;
  padding-top: 0px;
  background-color: #fff;
}

.navbar-4 {
  margin-top: -20px;
  background-color: #fff;
}

.brand-3 {
  top: 31px;
  padding-top: 60px;
  padding-left: 140px;
  background-image: url('../images/CCCA_logoFinal.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-menu-3 {
  margin-top: 76px;
}

.heading-24 {
  margin-top: 179px;
  margin-bottom: 12px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-position: 50% 45%;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.bold-text-25 {
  position: relative;
  left: auto;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 70px;
  text-align: center;
}

.feature-section {
  overflow: visible;
  width: auto;
  height: 100vh;
  min-height: auto;
  margin-top: 66px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(126, 196, 189, 0.22);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 100px;
}

.feature-image {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-3 {
  left: 0px;
  margin: 0px 60px 140px 0px;
  padding: 0px;
  background-image: url('../images/030f0d8e-6fa2-4872-8e6a-cab69059aa54.JPG');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-4 {
  margin-top: 0px;
  margin-bottom: 140px;
  padding-top: 0px;
  background-image: url('../images/b7cd9154-a5d4-4b3f-a33a-532e7115f9e1.JPG');
  background-position: 0px 0px;
  background-size: contain;
}

.slider {
  display: block;
  width: 400px;
  height: 600px;
  min-width: 600px;
  margin-right: 100px;
  margin-left: -100px;
  padding: 0px 60px;
  background-color: #000;
}

.heading-25 {
  position: relative;
  left: -286px;
  top: -180px;
  width: 300px;
  margin-top: -215px;
  padding-top: 0px;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.list {
  position: relative;
  left: -796px;
  top: -44px;
  display: block;
  width: 400px;
  min-width: 400px;
  margin-top: 0px;
  padding-right: 0px;
  list-style-type: disc;
}

.bold-text-26 {
  width: 300px;
}

.list-item {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  white-space: normal;
}

.list-item-2 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}

.list-2 {
  position: relative;
  left: -702px;
  top: 115px;
  width: 95.546875px;
}

.list-item-3 {
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.list-item-4 {
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.list-item-5 {
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.list-item-6 {
  font-size: 16px;
  line-height: 25px;
}

.list-3 {
  position: relative;
  left: -262px;
  top: 207px;
}

.list-item-7 {
  width: 400px;
  min-width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.flex-container-2 {
  position: relative;
  top: -1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider-2 {
  position: relative;
  left: 158px;
}

.list-4 {
  position: relative;
  left: 15px;
  width: 300px;
  font-size: 16px;
  line-height: 25px;
}

.heading-26 {
  position: relative;
  left: -432px;
}

.paragraph-3 {
  position: relative;
  left: -431px;
}

.slide-5 {
  position: relative;
  left: 39px;
}

.slider-3 {
  left: 705px;
}

.list-5 {
  position: relative;
  left: -444px;
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.list-6 {
  font-size: 16px;
  line-height: 25px;
}

.list-7 {
  font-size: 16px;
  line-height: 25px;
}

.right-arrow {
  height: 300px;
}

.slider-4 {
  width: 1200px;
  height: 325px;
}

.list-8 {
  font-size: 16px;
  line-height: 25px;
}

.div-block-3 {
  padding-right: 100px;
}

.list-9 {
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.list-10 {
  width: 400px;
  font-size: 16px;
  line-height: 25px;
}

.navbar-5 {
  height: 80px;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: -192px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.heading-27 {
  height: 700px;
  margin-top: 10px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-position: 50% 70%;
  background-size: cover;
  color: #fff;
}

.body {
  /* height: 1000px; */
  margin-top: 0px;
}

.bold-text-27 {
  padding-left: 0px;
  font-size: 55px;
  text-align: center;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block {
  text-align: center;
}

.navbar-6 {
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 12px;
  background-color: #fff;
}

.heading-28 {
  text-align: center;
}

.paragraph-4 {
  padding-right: 100px;
}

.heading-29 {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.about-menu {
  left: 398px;
  top: 136px;
  right: -233px;
  margin-top: -34px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.video-menu {
  left: 195px;
  top: 76px;
}

.container-9 {
  margin-bottom: -68px;
}

.member-menu {
  left: 169px;
  top: 92px;
}

.media-menu {
  left: 306px;
  top: 117px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.navbar-7 {
  background-color: #fff;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  position: relative;
  left: 600px;
  top: -350px;
  right: 0px;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer {
  position: relative;
  top: -70px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  margin-right: -231px;
  margin-left: auto;
  padding: 0px;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: -26px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-10 {
  position: relative;
  top: 244px;
  height: 250px;
  margin-top: 40px;
  padding-bottom: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fee6c9;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 196, 196, 0.77);
}

.div-block-4 {
  margin-left: -5px;
}

.bold-text-28 {
  position: relative;
  top: -100px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.bottomnavigation {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0px 15px 15px;
  -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;
  background-color: #fff;
}

.progressbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 4px;
  background-color: #7ec4bd;
}

.div-block-5 {
  background-color: #7ec4bd;
}

.heading-30 {
  position: relative;
  left: -470px;
  top: -224px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-block-6 {
  width: 100%;
  height: 4px;
}

.topnavbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 102%;
  height: 100px;
  min-width: 100%;
  padding-bottom: 0px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100px;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
}

.nav-link-8 {
  position: relative;
  left: -16px;
  top: 1px;
  width: 101.5625px;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #404040;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-8:hover {
  border-bottom-color: #7ec4bd;
}

.container-11 {
  position: relative;
  left: 8px;
  top: 74px;
  height: 60px;
}

.brand-4 {
  left: -25px;
  top: -75px;
  width: 110px;
  height: 90px;
  margin-top: 5px;
  background-image: url('../images/CCCA_logoFinal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.brand-4.w--current {
  left: auto;
  top: -75px;
}

.div-block-7 {
  width: auto;
  height: 10px;
  background-color: #ff0005;
}

.heading-31 {
  position: relative;
  top: -90px;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
}

.heading-32 {
  position: relative;
  top: -120px;
  overflow: visible;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 65px;
  font-weight: 400;
}

.heading-33 {
  position: relative;
  left: 500px;
  top: 400px;
  right: 500px;
  bottom: 400px;
}

.header-6 {
  height: 600px;
  background-image: url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-34 {
  position: relative;
  /* top: -511px; */
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 196, 196, 0.81);
}

.heading-35 {
  padding-top: 0px;
  padding-right: 260px;
  padding-left: 260px;
  text-align: center;
}

.paragraph-5 {
  padding: 0px 260px;
}

.paragraph-6 {
  padding-bottom: 40px;
}

.columns {
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'Noto Serif SC', sans-serif;
}

.bold-text-29 {
  text-align: center;
}

.heading-36 {
  text-align: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #fff;
}

.heading-37 {
  position: relative;
  margin-bottom: 20px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 40px;
}

.container-12 {
  position: relative;
  left: -394px;
  top: 57px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us {
  position: relative;
  height: 100%;
  padding: 80px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #000;
}

.heading-38 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph-8 {
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-39 {
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
}

.heading-40 {
  position: relative;
  top: 5px;
  width: 100%;
  padding-top: 10px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
}

.paragraph-9 {
  width: 100%;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.paragraph-10 {
  position: relative;
  top: 10px;
  width: 100%;
  padding-top: 10px;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.paragraph-11 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.paragraph-12 {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.paragraph-13 {
  position: relative;
  /* top: 20px; */
  width: 100%;
  padding-top: 10px;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.container-13 {
  position: relative;
  left: auto;
  /* top: 274px;
  bottom: -240px; */
}

.container-14 {
  position: relative;
  left: auto;
  /* top: 234px;
  bottom: -184px; */
}

.container-15 {
  position: relative;
  left: auto;
  /* top: 155px;
  bottom: -80px; */
  overflow: visible;
  font-family: 'Noto Serif SC', sans-serif;
}

.bold-text-30 {
  color: #fff;
}

.container-16 {
  position: relative;
  top: 144px;
  height: 100px;
  max-width: 666px;
  color: #fff;
}

.heading-41 {
  position: relative;
  top: -5px;
  margin-bottom: 60px;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.heading-42 {
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
}

.hero-overlay-2 {
  position: relative;
  /* top: 40px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 2000px;
  max-height: 2000px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container-2 {
  position: relative;
  top: -400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading-43 {
  width: 1200px;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph-14 {
  position: relative;
  width: 1200px;
  padding-top: 10px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}

.container17 {
  position: relative;
  left: 614px;
  top: -445px;
  bottom: 0px;
  max-width: 600px;
}

.container-17 {
  position: relative;
  left: 555px;
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-section-2 {
  position: relative;
  /* top: 101px; */
  overflow: hidden;
  width: 100%;
  height: 750px;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vancouver-754200_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vancouver-754200_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.flex-container-3 {
  position: relative;
  top: -225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask-2 {
  position: relative;
  left: 9px;
  top: 145px;
  width: 500px;
  height: 500px;
  max-height: 100%;
  max-width: 80%;
  min-height: 100px;
  min-width: 500px;
  margin-right: 40px;
  margin-left: 60px;
}

.slide-6 {
  width: 300px;
}

.slide-7 {
  width: 300px;
}

.image-41 {
  display: block;
}

.container-18 {
  max-width: 600px;
}

.columns-2 {
  position: relative;
  left: 393px;
  max-width: 1200px;
}

.column-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-3 {
  position: relative;
  left: -375px;
  top: -165px;
  width: 800px;
  color: #fff;
}

.image-42 {
  width: 250px;
  height: 220px;
  max-width: 250px;
}

.list-item-8 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-9 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-11 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-wrapper-2 {
  position: relative;
  bottom: 0px;
  display: block;
  width: 300px;
  height: 350px;
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper-2:hover {
  bottom: 8px;
}

.project-info-2 {
  width: 300px;
  height: 385px;
  margin-bottom: 20px;
  padding: 20px 10px 23px;
  background-color: #fff;
  text-align: center;
}

.container-19 {
  position: relative;
  left: -610px;
  top: -446px;
  right: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  max-height: 1000px;
  max-width: 1400px;
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-43 {
  display: inline-block;
  width: 300px;
  height: 200px;
}

.image-44 {
  width: 300px;
  height: 210px;
}

.heading-44 {
  text-decoration: none;
}

.text-block-3 {
  text-decoration: none;
}

.image-45 {
  width: 300px;
  height: 200px;
}

.heading-45 {
  margin-bottom: 10px;
}

.text-block-4 {
  text-align: left;
  text-decoration: none;
}

.columns-4 {
  position: relative;
  top: 1500px;
  width: 1600px;
  max-width: 1600px;
  margin-top: 140px;
  margin-bottom: 220px;
}

.image-46 {
  width: 300px;
  height: 200px;
  min-width: 300px;
}

.image-47 {
  width: 300px;
  height: 200px;
}

.image-48 {
  width: 300px;
  height: 200px;
}

.image-49 {
  width: 300px;
  height: 200px;
}

.image-50 {
  width: 300px;
  height: 200px;
}

.heading-46 {
  margin-bottom: 10px;
  color: #000;
}

.text-block-5 {
  color: #000;
  text-align: left;
}

.columns-5 {
  width: 1200px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.container-20 {
  position: relative;
  left: 550px;
  top: -350px;
  max-width: 600px;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-21 {
  position: relative;
  left: 635px;
  top: -734px;
  max-width: 1200px;
}

.image-51 {
  width: 300px;
  height: 200px;
}

.text-block-6 {
  text-align: left;
}

.text-block-7 {
  text-align: left;
}

.text-block-8 {
  text-align: left;
}

.text-block-9 {
  text-align: left;
}

.text-block-10 {
  text-align: left;
}

.text-block-11 {
  text-align: left;
}

.list-11 {
  height: auto;
  margin-top: 20px;
  padding-left: 30px;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-47 {
  margin-bottom: 10px;
}

.list-item-13 {
  text-align: left;
}

.list-item-14 {
  text-align: left;
}

.list-12 {
  margin-top: 20px;
  padding-left: 30px;
  font-style: normal;
  text-align: left;
}

.list-13 {
  margin-top: 20px;
  padding-left: 30px;
  text-align: left;
}

.heading-48 {
  margin-bottom: 10px;
}

.list-14 {
  margin-top: 20px;
  text-align: left;
}

.list-15 {
  padding-left: 30px;
  text-align: left;
}

.list-16 {
  text-align: left;
}

.bold-text-31 {
  text-decoration: none;
}

.list-17 {
  padding-left: 20px;
  text-align: left;
}

.list-18 {
  padding-left: 20px;
  text-align: left;
}

.lightbox-link {
  width: 300px;
}

.lightbox-link-2 {
  width: 350px;
}

.lightbox-link-3 {
  width: 350px;
}

.columns-6 {
  position: relative;
  top: 821px;
}

.columns-7 {
  position: relative;
  left: 10px;
  top: 975px;
  z-index: auto;
  overflow: visible;
  width: 1280px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.columns-8 {
  position: relative;
  left: 10px;
  top: -130px;
  width: 1280px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-5 {
  height: 75px;
}

.nav-menu-4 {
  position: absolute;
  left: 145px;
  top: -50px;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 90%;
  max-width: 100%;
  min-width: 85%;
  background-color: #fff;
}

.nav-link-9 {
  padding-left: 20px;
}

.nav-link-10 {
  padding-left: 20px;
}

.home-footer {
  position: relative;
  top: 120px;
}

.text-block-12 {
  text-align: center;
}

.footer-2 {
  position: relative;
  top: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-2 {
  position: relative;
  left: 453px;
  top: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-2 {
  position: relative;
  top: 0px;
  width: 100px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.hero-overlay-3 {
  position: relative;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900vh;
  max-height: 900px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/vancouver-754200_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/vancouver-754200_1.jpg');
  background-position: 0px 0px, 38% 18%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container-3 {
  position: relative;
  top: -341px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-49 {
  position: relative;
  top: 31px;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.paragraph-15 {
  position: relative;
  top: 65px;
  width: 900px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.div-block-8 {
  position: relative;
  top: 96px;
}

.gallery {
  position: relative;
  top: 89px;
  width: 100%;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vancouver-754204_1.jpg'), url('../images/vancouver-754204.jpg'), url('../images/vancouver-754200_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vancouver-754204_1.jpg'), url('../images/vancouver-754204.jpg'), url('../images/vancouver-754200_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 45%, 50% 0%;
  background-size: auto, cover, cover, cover;
}

.centered-container-4 {
  position: relative;
  top: -17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  position: relative;
  left: -144px;
  top: -3px;
  display: -ms-grid;
  display: grid;
  width: 1200px;
  height: 300px;
  margin-top: 60px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-thumbnail.project-wrapper-2 {
  cursor: pointer;
}

.image-52 {
  width: 100%;
  height: 100%;
}

.image-52.project-wrapper-2 {
  cursor: pointer;
}

.image-53 {
  width: 100%;
  height: 100%;
}

.heading-50 {
  margin-bottom: 40px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.paragraph-16 {
  position: relative;
  top: 0px;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.image-54 {
  height: 140px;
}

.image-54.project-wrapper-2 {
  cursor: pointer;
}

.image-55 {
  height: 140px;
}

.image-55.project-wrapper-2 {
  cursor: pointer;
}

.image-56 {
  height: 140px;
}

.image-56.project-wrapper-2 {
  cursor: pointer;
}

.hero-overlay-4 {
  position: relative;
  left: auto;
  /* top: 48px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  /* height: 90vh; */
  max-height: 800px;
  max-width: 100%;
  min-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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/vancouver-372030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/vancouver-372030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container-5 {
  position: relative;
  top: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navbar-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.nav-link-11 {
  position: relative;
  left: -16px;
  top: 1px;
  margin-top: 23px;
  margin-left: 20px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #404040;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-11:hover {
  border-bottom-color: #7ec4bd;
}

.heading-51 {
  width: 940px;
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.paragraph-17 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
}

.paragraph-18 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Noto Serif SC', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
}

.footer-3 {
  position: relative;
  top: 91px;
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.footer-4 {
  position: relative;
  top: -85px;
  height: 320px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-3 {
  position: relative;
  left: 441px;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-5 {
  position: relative;
  top: 50px;
  height: 120px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.hero-overlay-5 {
  position: relative;
  /* top: 96px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 800px;
  max-height: 800px;
  min-height: 800px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/maple-leaf-1209695_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/maple-leaf-1209695_1920.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container-6 {
  position: relative;
  left: auto;
  top: -310px;
  height: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.section-6 {
  position: relative;
  top: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section-7 {
  height: 800px;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/maple-leaf-1209695_1920.jpg'), url('../images/the-background-292729_1280.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/maple-leaf-1209695_1920.jpg'), url('../images/the-background-292729_1280.png');
  background-position: 0px 0px, 50% 0%, 0% 0%;
  background-size: auto, cover, cover;
}

.container-22 {
  position: relative;
  top: 140px;
}

.heading-52 {
  text-align: center;
}

.container-23 {
  position: relative;
  top: -513px;
}

.image-57 {
  position: relative;
}

.div-block-9 {
  position: relative;
  top: -524px;
  width: 300px;
}

.div-block-10 {
  position: relative;
  left: 337px;
  top: 218px;
  width: 300px;
}

.gallery-2 {
  position: relative;
  top: 95px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/maple-leaf-1209695_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/maple-leaf-1209695_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  width: 1200px;
  height: 800px;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.heading-53 {
  margin-bottom: 20px;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}

.paragraph-19 {
  margin-top: 20px;
}

.image-58 {
  width: 410.515625px;
  height: 600px;
}

.image-59 {
  width: 410.5px;
  height: 600px;
}

.div-block-11 {
  position: relative;
  left: 440px;
  top: -550px;
  width: 500px;
}

.div-block-12 {
  position: relative;
  left: 10px;
  top: 50px;
  width: 500px;
}

.heading-54 {
  position: relative;
  left: auto;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}

.footer-6 {
  position: static;
  top: -670px;
  height: 320px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.image-60 {
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.image-61 {
  position: relative;
  top: auto;
  width: 1000px;
  height: 300px;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  cursor: pointer;
}

.div-block-13 {
  position: relative;
  left: 30px;
  top: 176px;
  width: 83%;
  margin-right: 60px;
  margin-left: 20px;
}

.heading-55 {
  width: 100%;
  font-family: 'Ma Shan Zheng', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph-20 {
  position: relative;
  left: 25px;
  top: 10px;
  width: 100%;
  height: 56px;
  min-width: 100%;
  font-family: 'Noto Serif SC', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.lightbox-link-4 {
  position: relative;
  top: 135px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-2.gallery-grid-container {
  left: 72px;
  top: -155px;
  overflow: scroll;
  width: 90%;
  height: 70px;
  padding-left: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-62 {
  width: 100px;
  height: 75px;
}

.lightbox-link-5 {
  width: 100px;
  height: 100px;
}

.lightbox-link-6 {
  width: 75px;
  height: 50px;
  margin-right: 0px;
}

.lightbox-link-7 {
  width: 75px;
  height: 50px;
}

.lightbox-link-8 {
  width: 75px;
  height: 50px;
}

.lightbox-link-9 {
  width: 75px;
  height: 50px;
}

.image-63 {
  width: 75px;
  height: 50px;
}

.image-64 {
  width: 75px;
  height: 50px;
}

.lightbox-link-10 {
  width: 75px;
  height: 50px;
}

.image-65 {
  width: 75px;
  height: 50px;
}

.lightbox-link-11 {
  width: 75px;
  height: 50px;
}

.lightbox-link-12 {
  width: 75px;
  height: 50px;
}

.lightbox-link-13 {
  width: 75px;
  height: 50px;
}

.lightbox-link-14 {
  width: 75px;
  height: 50px;
}

.image-66 {
  width: 75px;
  height: 50px;
}

.image-67 {
  width: 75px;
  height: 50px;
}

.image-68 {
  width: 75px;
  height: 50px;
}

.image-69 {
  width: 75px;
  height: 50px;
}

.image-70 {
  width: 75px;
  height: 50px;
}

.image-71 {
  width: 75px;
  height: 50px;
}

.image-72 {
  width: 75px;
  height: 50px;
}

.text-block-13 {
  position: relative;
  top: -5px;
  text-align: center;
}

.body-2 {
  height: 840px;
  max-height: 840px;
  min-height: 840px;
}

.div-block-14 {
  position: relative;
  left: -490px;
  width: 800px;
  height: 800px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.heading-56 {
  position: relative;
  top: -1087px;
  color: #fff;
  text-align: center;
}

.mask-1 {
  position: relative;
  left: 1015px;
  top: -621px;
  width: 450px;
  height: 640px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.div-block-15 {
  position: relative;
  left: 434px;
  top: -1048px;
  width: 600px;
  height: 350px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.mask-3 {
  position: relative;
  left: 777px;
  top: 79px;
  bottom: -205px;
  width: 37%;
  height: 330px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.div-block-16 {
  position: relative;
  left: 51px;
  top: -90px;
  overflow: hidden;
  width: 94%;
  height: 96px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.nav-link-25 {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-26 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-27 {
  padding-right: 10px;
  padding-left: 20px;
}

.nav-link-28 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-29 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-30 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-31 {
  color: #000;
}

.div-block-17 {
  position: relative;
  left: 550px;
  top: -220px;
  width: 500px;
}

.columns-9 {
  position: relative;
  left: -100px;
  top: 73px;
  width: 426px;
  padding-right: 0px;
  padding-left: 0px;
}

.map {
  left: -189px;
  top: 0px;
  width: 450px;
  height: 300px;
}

.column-4 {
  padding-right: 40px;
}

.column-5 {
  padding-left: 10px;
}

.footer-7 {
  position: relative;
  top: -28px;
  height: 320px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.body-3 {
  overflow: visible;
  height: 1000px;
  max-height: 1000px;
  min-height: 1000px;
}

.body-4 {
  height: 850px;
  max-height: 850px;
}

.body-5 {
  height: 900px;
}

.body-6 {
  height: auto;
  max-height: 2000px;
  min-height: 0px;
}

.footer-8 {
  position: relative;
  top: -50px;
  height: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-image-3 {
  position: relative;
  left: auto;
  top: auto;
  width: 200px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.container-24 {
  position: relative;
  top: -464px;
}

.heading-57 {
  font-family: 'Ma Shan Zheng', sans-serif;
  color: transparent;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
}

.list-19 {
  text-align: left;
}

.container-25 {
  position: relative;
  top: 27px;
  height: 60px;
}

.container-26 {
  position: relative;
  top: -45px;
  height: 80px;
}

.text-block-14 {
  position: relative;
  top: -5px;
  text-align: center;
}

.footer-9 {
  position: relative;
  top: 95px;
  overflow: hidden;
  width: 100%;
  height: 100px;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-4 {
  position: relative;
  left: 444px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-4 {
  width: 100px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.container-27 {
  position: relative;
  top: -60px;
  height: 80px;
}

.text-block-15 {
  position: relative;
  top: 19px;
}

.footer-10 {
  position: relative;
  top: 97px;
  overflow: hidden;
  height: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-5 {
  position: relative;
  left: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-5 {
  position: relative;
  top: -5px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.text-block-16 {
  position: relative;
  top: 10px;
  font-family: Vollkorn, serif;
}

.container-28 {
  position: relative;
  top: -50px;
  height: 80px;
}

.container-29 {
  position: relative;
  top: -47px;
  height: 80px;
}

.text-block-17 {
  position: relative;
  top: 10px;
}

.container-30 {
  height: 80px;
}

.text-block-18 {
  position: relative;
  top: -54px;
}

.footer-11 {
  position: relative;
  top: auto;
  height: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-6 {
  position: relative;
  left: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.container-31 {
  position: relative;
  top: -50px;
  height: 80px;
}

.text-block-19 {
  position: relative;
  top: 11px;
}

.container-32 {
  height: 80px;
}

.text-block-20 {
  position: relative;
  top: -47px;
}

.footer-12 {
  position: relative;
  top: -10px;
  height: 120px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-7 {
  position: relative;
  left: 448px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.container-33 {
  position: relative;
  top: -51px;
  height: 80px;
}

.text-block-21 {
  position: relative;
  top: 14px;
}

.lightbox-link-16 {
  width: 75px;
  height: 50px;
}

.link-2 {
  position: relative;
  left: 504px;
  top: -89px;
}

.navbar-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100px;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu-2 {
  position: absolute;
  left: 140px;
  top: -50px;
  overflow: hidden;
  width: 90%;
}

.div-block-19 {
  position: relative;
  left: 610px;
  top: -156px;
  width: 300px;
  height: 4px;
  background-color: hsla(0, 0%, 100%, 0.13);
  line-height: 5px;
}

.navbar-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 95px;
  background-color: #fff;
}

.nav-menu-5 {
  left: 172px;
  top: -142px;
  width: 1000px;
}

.container-34 {
  position: relative;
  top: 75px;
  height: 100px;
}

.heading-62 {
  position: relative;
  top: 155px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.heading-63 {
  position: relative;
  top: 200px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.bold-text-32 {
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link-33 {
  padding-right: 5px;
  padding-left: 10px;
}

.nav-menu-6 {
  left: 201px;
  top: -148px;
  width: 1000px;
}

.nav-menu-7 {
  position: absolute;
  left: 80px;
  top: -50px;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 110%;
  font-size: 12px;
}

.nav-link-34 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-34.w--current {
  padding-right: 0px;
}

.nav-link-35 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-36 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-37 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-38 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-39 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-40 {
  padding-right: 0px;
  padding-left: 5px;
}

.container-35 {
  position: relative;
  top: 75px;
}

.navbar-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 95px;
  background-color: #fff;
}

.nav-link-41 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-42 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-43 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-44 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-45 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-46 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-47 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-48 {
  padding-right: 5px;
  padding-left: 5px;
}

.heading-64 {
  position: relative;
  top: -40px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.heading-65 {
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
}

.heading-66 {
  position: relative;
  left: auto;
  overflow: hidden;
  width: 1453px;
  max-width: 100%;
  min-width: 100%;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.paragraph-21 {
  position: relative;
  left: auto;
  top: 20px;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.bold-text-33 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.heading-67 {
  position: relative;
  left: -55px;
  overflow: hidden;
  width: 1453px;
  min-width: 100%;
  font-family: Bitter, serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.bold-text-34 {
  overflow: hidden;
  width: 1350px;
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.paragraph-22 {
  position: relative;
  left: 200px;
  top: 90px;
  overflow: hidden;
  width: 100%;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph-23 {
  position: relative;
  left: 200px;
  top: 110px;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph-24 {
  position: relative;
  left: 200px;
  top: 130px;
  overflow: hidden;
  width: 900px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-20 {
  position: relative;
  left: 580px;
  top: -79px;
  width: 300px;
  height: 4px;
  background-color: hsla(0, 0%, 100%, 0.72);
  color: #fff;
}

.heading-68 {
  position: absolute;
  top: -300px;
  width: 300px;
  max-width: 300px;
  font-family: Bitter, serif;
  font-size: 32px;
  text-align: center;
}

.project-wrapper-3 {
  position: relative;
  bottom: 0px;
  display: block;
  width: 240px;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper-3:hover {
  bottom: 8px;
}

.project-info-3 {
  height: 500px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title-2 {
  margin-bottom: 4px;
  color: #000;
  text-align: center;
}

.container-36 {
  position: relative;
  left: auto;
  top: 90px;
  overflow: visible;
  max-width: 100%;
}

.columns-10 {
  width: 1000px;
}

.container-37 {
  position: absolute;
  left: 0%;
  top: 22%;
  right: 0%;
  bottom: auto;
  max-width: 250px;
}

.columns-11 {
  width: 1000px;
}

.image-75 {
  width: 300px;
  height: 200px;
}

.image-76 {
  width: 300px;
  height: 200px;
}

.image-77 {
  width: 300px;
  height: 200px;
}

.image-78 {
  width: 300px;
  height: 200px;
}

.brand-5 {
  left: -140px;
  top: -78px;
  width: 110px;
  height: 90px;
}

.image-79 {
  position: relative;
  width: 100px;
  height: 95px;
}

.brand-6 {
  left: -40px;
  top: -75px;
}

.brand-6.w--current {
  position: absolute;
  left: -35px;
  top: -76px;
}

.hero-overlay-6 {
  position: relative;
  /* top: 93px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: auto;
  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;
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/mike-benna-WHHY-iBp3aI-unsplash.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.centered-container-7 {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.header-7 {
  position: relative;
  /* top: 89px; */
  overflow: hidden;
  width: 100%;
  height: 750px;
  background-image: url('../images/vancouver-754204_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.hero-overlay-7 {
  position: relative;
  /* top: 93px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  max-height: 800px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bird-s-eye-view-photography-of-high-rise-buildings-2382868.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  overflow-x: hidden;
}

.container-38 {
  position: relative;
  left: 945px;
  top: -297px;
}

.container-39 {
  position: relative;
  left: -200px;
  top: -135px;
}

.container-40 {
  position: relative;
  left: -1137px;
  top: 71px;
}

.footer-13 {
  position: relative;
  top: 106px;
}

.text-block-22 {
  position: relative;
  top: 60px;
  text-align: center;
}

.nav-link-49 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-50 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-51.w--current {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-52 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-53 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-54 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-55 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-56 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-57 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-66 {
  padding-right: 0px;
  padding-left: 5px;
  font-size: 10px;
}

.heading-69 {
  position: relative;
  left: -135px;
  top: 195px;
  width: 80%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.div-block-21 {
  position: absolute;
  left: 475px;
  top: 600px;
  overflow: hidden;
  width: 34%;
  height: 4px;
  background-color: hsla(0, 0%, 100%, 0.29);
}

.footer-14 {
  position: absolute;
  left: 0%;
  top: 894px;
  right: 0%;
  bottom: 0%;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-8 {
  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-logo-link-2 {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.text-block-23 {
  position: relative;
  top: -25px;
}

.flex-image-mask-3 {
  position: relative;
  left: 335px;
  top: -97px;
  width: 100%;
  max-width: 50%;
  min-width: 50%;
}

.flex-image-mask-4 {
  position: relative;
  left: 620px;
  top: -110px;
  width: 498px;
  max-width: 50%;
  min-width: 50%;
}

.heading-70 {
  position: relative;
  top: -215px;
  width: 100%;
  min-width: 100%;
  font-family: Bitter, serif;
}

.heading-71 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-72 {
  position: relative;
  left: 35px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.paragraph-25 {
  position: relative;
  left: 200px;
  text-align: center;
}

.heading-73 {
  font-family: Bitter, serif;
  color: #fff;
}

.image-80 {
  width: 300px;
  height: 200px;
}

.lightbox-link-19 {
  width: 300px;
}

.image-81 {
  width: 75px;
  height: 50px;
}

.lightbox-link-20 {
  width: 75px;
  height: 50px;
}

.image-82 {
  width: 75px;
  height: 50px;
}

.image-83 {
  width: 75px;
  height: 50px;
}

.lightbox-link-21 {
  width: 75px;
  height: 50px;
}

.image-84 {
  width: 75px;
  height: 50px;
}

.lightbox-link-22 {
  width: 75px;
  height: 50px;
}

.lightbox-link-23 {
  width: 75px;
  height: 50px;
}

[class^="list-"] {
    font-size: 14px;
}

.list-20 {
  padding-right: 10px;
}

.list-21 {
  padding-right: 10px;
}

.list-22 {
  padding-right: 10px;
}

.list-23 {
  padding-right: 10px;
}

.list-24 {
  padding-right: 10px;
}

.list-25 {
  padding-right: 10px;
}

.list-26 {
  padding-right: 10px;
}

.hero-overlay-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-susanne-jutzeler-2099737.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-susanne-jutzeler-2099737.jpg');
  background-position: 0px 0px, 100% 0%;
  color: #fff;
}

.teacher-content-bloc-2 {
  width: auto;
  height: 280px;
  padding: 35px 25px 25px;
  border: 1px none #000;
  box-shadow: 1px 1px 3px -2px #000;
}

.teacher-main-title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.teacher-title {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.image-85 {
  width: 316px;
  height: 232px;
  padding-bottom: 20px;
  border-radius: 0px;
}

.image-86 {
  width: 220.203125px;
  height: 232px;
  margin-bottom: 20px;
}

.image-87 {
  height: 171px;
  margin-bottom: 20px;
}

.image-88 {
  height: 171px;
  margin-bottom: 20px;
}

.heading-74 {
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.image-89 {
  height: 171px;
  margin-bottom: 20px;
}

.image-90 {
  height: 171px;
  margin-bottom: 20px;
}

.image-91 {
  height: 171px;
  margin-bottom: 20px;
}

.image-92 {
  height: 171px;
  margin-bottom: 20px;
}

.image-93 {
  height: 171px;
  margin-bottom: 20px;
}

.image-94 {
  height: 171px;
  margin-bottom: 20px;
}

.image-95 {
  height: 171px;
  margin-bottom: 20px;
}

.image-96 {
  height: 171px;
  margin-bottom: 20px;
}

.image-97 {
  height: 171px;
  margin-bottom: 20px;
}

.image-98 {
  height: 171px;
  margin-bottom: 20px;
}

.image-99 {
  height: 171px;
  margin-bottom: 20px;
}

.image-100 {
  height: 171px;
  margin-bottom: 20px;
}

.image-101 {
  height: 171px;
  margin-bottom: 20px;
}

.image-102 {
  height: 171px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-103 {
  height: 171px;
  margin-bottom: 20px;
}

.image-104 {
  height: 171px;
  margin-bottom: 20px;
}

.image-105 {
  height: 171px;
  margin-bottom: 20px;
}

.image-106 {
  height: 171px;
  margin-bottom: 20px;
}

.image-107 {
  height: 171px;
  margin-bottom: 20px;
}

.image-108 {
  height: 171px;
  margin-bottom: 20px;
}

.image-109 {
  height: 171px;
  margin-bottom: 20px;
}

.image-110 {
  height: 171px;
  margin-bottom: 20px;
}

.image-111 {
  height: 171px;
  margin-bottom: 20px;
}

.image-112 {
  height: 171px;
  margin-bottom: 20px;
}

.image-113 {
  height: 171px;
  margin-bottom: 20px;
}

.image-114 {
  height: 171px;
  margin-bottom: 20px;
}

.image-115 {
  height: 171px;
  margin-bottom: 20px;
}

.image-116 {
  height: 171px;
  margin-bottom: 20px;
}

.image-117 {
  height: 171px;
  margin-bottom: 20px;
}

.image-118 {
  height: 171px;
  margin-bottom: 20px;
}

.container-41 {
  margin-top: 20px;
}

.nav-link-86 {
  padding-right: 0px;
  padding-left: 5px;
}

.nav-link-87 {
  padding-right: 0px;
}

.heading-75 {
  font-family: Bitter, serif;
}

.heading-76 {
  font-family: Bitter, serif;
}

.heading-77 {
  font-family: 'Ma Shan Zheng', sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.image-121 {
  width: 300px;
  height: 200px;
}

.image-122 {
  width: 300px;
  height: 200px;
}

.image-123 {
  width: 300px;
  height: 200px;
}

.image-124 {
  width: 300px;
  height: 200px;
}

.image-125 {
  width: 300px;
  height: 200px;
}

.body-8 {
  overflow: hidden;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1280px) {
  .project-wrapper-2 {
    width: 300px;
  }
  .project-info-2 {
    width: 300px;
  }
  .image-43 {
    width: 300px;
    height: 200px;
  }
  .lightbox-link {
    width: 300px;
  }
  .lightbox-link-2 {
    width: 300px;
  }
  .lightbox-link-3 {
    width: 300px;
  }
  .columns-7 {
    left: 10px;
    width: 1300px;
  }
  .columns-8 {
    left: 10px;
    width: 1300px;
  }
  .grid-2.gallery-grid-container {
    left: 86px;
    overflow: scroll;
    width: 90%;
  }
  .lightbox-link-6 {
    width: 90px;
  }
  .lightbox-link-7 {
    width: 90px;
  }
  .lightbox-link-9 {
    width: 90px;
  }
  .image-63 {
    width: 90px;
  }
  .lightbox-link-10 {
    width: 90px;
  }
  .image-65 {
    width: 90px;
  }
  .lightbox-link-11 {
    width: 90px;
  }
  .lightbox-link-12 {
    width: 90px;
  }
  .lightbox-link-13 {
    width: 90px;
  }
  .lightbox-link-14 {
    width: 90px;
  }
  .image-66 {
    width: 90px;
  }
  .image-67 {
    width: 90px;
  }
  .image-68 {
    width: 90px;
  }
  .image-69 {
    width: 90px;
  }
  .image-70 {
    width: 90px;
  }
  .image-71 {
    width: 90px;
  }
  .image-72 {
    width: 90px;
  }
  .lightbox-link-16 {
    width: 90px;
  }
  .image-80 {
    width: 300px;
    height: 200px;
  }
  .image-81 {
    width: 90px;
  }
  .lightbox-link-20 {
    width: 90px;
  }
  .image-82 {
    width: 90px;
  }
  .image-83 {
    width: 90px;
  }
  .lightbox-link-21 {
    width: 90px;
  }
  .image-84 {
    width: 90px;
  }
  .lightbox-link-22 {
    width: 90px;
  }
  .lightbox-link-23 {
    width: 90px;
  }
  .heading-77 {
    font-family: 'Ma Shan Zheng', sans-serif;
    font-size: 60px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .divider.grey {
    top: 10px;
  }
  .brand-4 {
    left: -165px;
  }
  .nav-menu-4 {
    left: 110px;
  }
  .div-block-13 {
    left: -25px;
  }
  .paragraph-20 {
    left: 0px;
  }
  .grid-2.gallery-grid-container {
    left: 245px;
    overflow: visible;
    width: 75%;
  }
  .div-block-17 {
    left: 575px;
  }
  .nav-menu-2 {
    left: 150px;
  }
  .container-36 {
    overflow: visible;
  }
  .text-block-22 {
    width: 100%;
  }
  .nav-link-51 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-25 {
    position: relative;
    left: 190px;
    top: 24px;
    font-size: 18px;
    text-align: center;
  }
  .heading-77 {
    position: static;
    font-family: 'Ma Shan Zheng', sans-serif;
    font-size: 60px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    left: auto;
    width: 40%;
    height: 15px;
    max-height: 15px;
    min-height: 15px;
    margin: 0px auto;
    padding: 20px 10px;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .divider.grey {
    left: -5px;
    top: 13px;
  }
  .about-section {
    padding-bottom: 32px;
  }
  .about-text {
    padding-bottom: 38px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .mask {
    left: -190px;
    top: -2px;
    overflow: visible;
    width: 380px;
    height: 520px;
  }
  .icon-wrapper {
    width: 175px;
  }
  .icon-wrapper._2 {
    position: relative;
    left: 29px;
    top: 5px;
  }
  .contact-text {
    position: relative;
    left: auto;
    top: -50px;
    width: 175px;
    height: 90px;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #000;
    font-size: 14px;
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    background-color: #fff;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .home-menu {
    background-color: #fff;
  }
  .nav-link-3 {
    margin-top: -13px;
    margin-left: -9px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .bold-text-3 {
    margin-left: -20px;
    padding-left: 0px;
  }
  .icon {
    position: relative;
    right: -285px;
    margin-right: -25px;
    margin-bottom: -21px;
    padding: 0px;
    background-color: #fff;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-8 {
    overflow: visible;
    width: 100%;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
  }
  .nav-link-8 {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-8:hover {
    border-bottom-color: transparent;
  }
  .container-11 {
    top: 74px;
    width: 100%;
    max-width: none;
    min-width: 100%;
    font-size: 12px;
  }
  .brand-4 {
    left: auto;
    width: 100px;
  }
  .brand-4.w--current {
    left: -19px;
  }
  .about-us {
    /* top: 37px; */
    width: 100%;
    height: 1200px;
    max-width: 100%;
    min-width: 100%;
  }
  .heading-38 {
    position: relative;
    left: 220px;
    width: 100%;
    font-size: 40px;
  }
  .paragraph-8 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 14px;
  }
  .heading-39 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 35px;
  }
  .heading-40 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 35px;
  }
  .paragraph-9 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 12px;
  }
  .paragraph-10 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 12px;
  }
  .paragraph-11 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 14px;
  }
  .paragraph-12 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 14px;
  }
  .paragraph-13 {
    position: relative;
    left: 205px;
    width: auto;
    font-size: 12px;
  }
  .container-13 {
    left: -200px;
    /* top: 95px; */
    height: auto;
  }
  .container-14 {
    left: -200px;
    top: 80px;
  }
  .container-15 {
    left: -200px;
    top: 31px;
  }
  .container-16 {
    max-width: 768px;
  }
  .heading-41 {
    top: -40px;
    font-size: 38px;
  }
  .heading-42 {
    position: relative;
    left: 34px;
    top: -45px;
    width: 175px;
    height: 90px;
    padding-top: 30px;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #000;
    font-size: 14px;
  }
  .hero-overlay-2 {
    overflow: hidden;
    height: 1400px;
  }
  .heading-43 {
    position: relative;
    top: 16px;
    width: 768px;
    font-size: 45px;
  }
  .paragraph-14 {
    position: relative;
    top: -16px;
    width: auto;
    font-size: 16px;
  }
  .feature-section-2 {
    /* top: 100px; */
    overflow: hidden;
  }
  .flex-container-3 {
    top: -60px;
    overflow: hidden;
    height: 500px;
    max-width: 768px;
  }
  .feature-image-mask-2 {
    position: absolute;
    left: 120px;
    top: 185px;
    overflow: visible;
    width: 450px;
    height: 300px;
    max-width: 450px;
    min-width: 450px;
  }
  .project-wrapper-2 {
    left: -40px;
    width: 350px;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-wrapper-2:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .project-info-2 {
    overflow: scroll;
    width: 150px;
    height: 360px;
    padding-right: 20px;
  }
  .container-19 {
    left: -416px;
    top: -280px;
    max-height: 56%;
    max-width: 100%;
  }
  .image-43 {
    width: 150px;
    height: 100px;
  }
  .image-45 {
    width: 150px;
    height: 100px;
  }
  .image-46 {
    width: 150px;
    height: 100px;
    max-width: 150px;
    min-width: 150px;
  }
  .image-47 {
    width: 150px;
    height: 100px;
  }
  .image-48 {
    width: 150px;
    height: 100px;
  }
  .image-49 {
    width: 150px;
    height: 100px;
  }
  .image-50 {
    width: 150px;
    height: 100px;
  }
  .container-21 {
    left: 357px;
    top: -497px;
    max-width: 100%;
  }
  .image-51 {
    width: 150px;
    height: 100px;
  }
  .list-11 {
    padding-left: 20px;
    font-size: 12px;
  }
  .list-12 {
    padding-left: 20px;
    font-size: 12px;
  }
  .list-13 {
    padding-left: 20px;
    font-size: 12px;
  }
  .list-14 {
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
  }
  .list-15 {
    padding-left: 20px;
    font-size: 12px;
  }
  .list-16 {
    padding-left: 20px;
    font-size: 12px;
  }
  .list-17 {
    font-size: 12px;
  }
  .list-18 {
    font-size: 12px;
  }
  .lightbox-link {
    width: 150px;
  }
  .lightbox-link-3 {
    width: 150px;
  }
  .columns-7 {
    left: 20px;
    top: 765px;
    width: auto;
    height: auto;
  }
  .columns-8 {
    left: 37px;
    top: -236px;
    overflow: visible;
    width: 720px;
  }
  .nav-menu-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 40%;
    height: 560px;
    max-height: 560px;
    max-width: 40%;
    min-height: 560px;
    min-width: 40%;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container-2 {
    left: 340px;
  }
  .footer-image-2 {
    left: auto;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .hero-overlay-4 {
    overflow: hidden;
    width: 100%;
  }
  .nav-link-11 {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link-11:hover {
    border-bottom-color: transparent;
  }
  .heading-51 {
    width: 100%;
  }
  .footer-3 {
    top: 94px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .footer-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container-3 {
    left: 335px;
  }
  .footer-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-overlay-5 {
    /* top: 94px; */
    overflow: hidden;
    width: 100%;
    height: 750px;
    max-height: 750px;
    max-width: 100%;
    min-height: 750px;
    min-width: 100%;
  }
  .centered-container-6 {
    top: -280px;
    overflow: visible;
  }
  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .image-58 {
    width: 360px;
    height: 500px;
  }
  .image-59 {
    width: 360px;
    height: 500px;
  }
  .div-block-11 {
    left: 305px;
    top: -454px;
  }
  .div-block-12 {
    left: -77px;
    top: 46px;
  }
  .heading-54 {
    top: 10px;
    font-size: 45px;
  }
  .footer-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-13 {
    position: relative;
    left: -10px;
    top: -150px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .heading-55 {
    position: relative;
    left: auto;
    width: 100%;
    font-size: 40px;
  }
  .paragraph-20 {
    left: auto;
    top: 1px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  .lightbox-link-4 {
    top: auto;
    width: 450px;
    height: 275px;
  }
  .grid-2.gallery-grid-container {
    left: 109px;
    top: -120px;
    overflow: scroll;
    width: 77%;
    height: 78px;
    max-width: 80%;
    min-width: 77%;
  }
  .lightbox-link-6 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-7 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-8 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-9 {
    width: 80px;
    height: 60px;
  }
  .image-63 {
    width: 80px;
    height: 60px;
  }
  .image-64 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-10 {
    width: 80px;
    height: 60px;
  }
  .image-65 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-11 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-12 {
    height: 60px;
  }
  .lightbox-link-13 {
    width: 80px;
    height: 60px;
  }
  .lightbox-link-14 {
    width: 80px;
    height: 60px;
  }
  .image-66 {
    width: 80px;
    height: 60px;
  }
  .image-67 {
    width: 80px;
    height: 60px;
  }
  .image-68 {
    width: 80px;
    height: 60px;
  }
  .image-69 {
    width: 80px;
    height: 60px;
  }
  .image-70 {
    width: 80px;
    height: 60px;
  }
  .image-71 {
    width: 80px;
    height: 60px;
  }
  .image-72 {
    width: 80px;
    height: 60px;
  }
  .text-block-13 {
    top: -15px;
  }
  .mask-1 {
    left: 440px;
    top: -544px;
    overflow: hidden;
    width: 380px;
    height: 520px;
  }
  .mask-3 {
    left: 135px;
    top: 94px;
  }
  .div-block-16 {
    left: 110px;
    top: 7px;
    width: 79%;
    height: 75px;
    max-width: 78.998%;
    min-width: 79%;
  }
  .menu-button-2 {
    position: relative;
    left: -9px;
    top: -50px;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .menu-button-3 {
    position: relative;
    left: -10px;
    top: -50px;
    color: #000;
  }
  .menu-button-3.w--open {
    background-color: #fff;
    color: #000;
  }
  .menu-button-4 {
    top: -50px;
  }
  .menu-button-5 {
    top: -50px;
  }
  .menu-button-6 {
    top: -50px;
  }
  .menu-button-7 {
    top: -50px;
  }
  .nav-link-12 {
    position: relative;
    left: auto;
  }
  .icon-2 {
    border: 1px none #000;
    background-color: #fff;
    color: #000;
  }
  .nav-link-13 {
    left: auto;
    height: 60px;
  }
  .nav-link-14 {
    left: auto;
  }
  .nav-link-15 {
    left: auto;
  }
  .nav-link-16 {
    left: auto;
  }
  .nav-link-17 {
    left: auto;
  }
  .nav-link-18 {
    height: 40px;
    min-height: 40px;
  }
  .nav-link-19 {
    width: 122px;
    height: 62px;
  }
  .nav-link-20 {
    width: 130px;
  }
  .nav-link-21 {
    width: 130px;
  }
  .nav-link-22 {
    width: 130px;
  }
  .nav-link-23 {
    width: 122px;
  }
  .nav-link-24 {
    width: 121.5625px;
  }
  .nav-link-25 {
    padding-left: 15px;
    text-align: center;
  }
  .nav-link-26 {
    display: inline-block;
    padding-left: 20px;
    text-align: center;
  }
  .nav-link-27 {
    text-align: center;
  }
  .nav-link-28 {
    padding-left: 20px;
    text-align: center;
  }
  .nav-link-29 {
    padding-left: 20px;
    text-align: center;
  }
  .nav-link-30 {
    padding-left: 20px;
    text-align: center;
  }
  .div-block-17 {
    left: auto;
    top: -68px;
    width: 768px;
    height: 200px;
  }
  .columns-9 {
    left: 45px;
    top: -35px;
    width: 768px;
    height: 200px;
  }
  .map {
    left: 140px;
    top: auto;
    width: 500px;
    height: 240px;
  }
  .column-4 {
    left: 115px;
  }
  .column-5 {
    left: -25px;
    top: -5px;
  }
  .footer-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-3 {
    overflow: visible;
    height: 900px;
    max-height: 900px;
    min-height: 900px;
  }
  .footer-8 {
    top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-25 {
    overflow: visible;
  }
  .text-block-14 {
    top: -65px;
  }
  .footer-9 {
    top: 95px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container-4 {
    left: 330px;
    top: 0px;
  }
  .footer-10 {
    top: 113px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container-5 {
    left: 330px;
  }
  .footer-image-5 {
    position: relative;
    left: auto;
  }
  .footer-11 {
    top: 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }
  .footer-flex-container-6 {
    left: 330px;
  }
  .footer-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-flex-container-7 {
    left: 341px;
  }
  .lightbox-link-15 {
    width: 150px;
  }
  .column-6 {
    padding-right: 100px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 30px;
    padding-left: 20px;
  }
  .column-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-10 {
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav-link-32 {
    background-color: #fff;
  }
  .lightbox-link-16 {
    height: 60px;
  }
  .image-73 {
    width: 34px;
    height: 55px;
  }
  .image-74 {
    width: 60px;
    height: 40px;
  }
  .navbar-10 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .nav-menu-2 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 200px;
    height: 500px;
    background-color: #fff;
  }
  .body-7 {
    overflow: visible;
  }
  .navbar-11 {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .container-34 {
    overflow: visible;
    width: 100%;
    min-width: 95%;
  }
  .heading-62 {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
  }
  .heading-63 {
    overflow: hidden;
  }
  .bold-text-32 {
    font-size: 16px;
  }
  .nav-menu-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: -3%;
    bottom: 0%;
    overflow: hidden;
    width: 250px;
    height: 550px;
    max-width: 250px;
    min-width: 250px;
    background-color: #fff;
  }
  .nav-link-34 {
    position: static;
    display: block;
    width: 100px;
    text-align: center;
  }
  .nav-link-35 {
    text-align: center;
  }
  .nav-link-36 {
    text-align: center;
  }
  .nav-link-37 {
    text-align: center;
  }
  .nav-link-38 {
    text-align: center;
  }
  .nav-link-39 {
    text-align: center;
  }
  .nav-link-40 {
    text-align: center;
  }
  .heading-64 {
    width: 768px;
  }
  .heading-65 {
    position: relative;
    left: 30px;
    top: -45px;
    width: 175px;
    height: 90px;
    padding-top: 20px;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #000;
    font-size: 14px;
  }
  .heading-66 {
    left: -240px;
    top: 5px;
    width: 834px;
    max-width: 100%;
    min-width: 100%;
    font-size: 32px;
  }
  .paragraph-21 {
    left: -300px;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-67 {
    left: 75px;
    width: 100%;
    min-width: 767px;
    font-size: 22px;
  }
  .bold-text-34 {
    position: relative;
    top: 15px;
    overflow: hidden;
    width: auto;
    max-width: none;
    min-width: auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 16px;
  }
  .paragraph-22 {
    left: 360px;
    top: 67px;
    width: 767px;
    max-width: 815px;
    min-width: 767px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  .paragraph-23 {
    left: 360px;
    top: 95px;
    width: 767px;
    max-width: 815px;
    min-width: 767px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  .paragraph-24 {
    left: 360px;
    top: 115px;
    width: 767px;
    max-width: 815px;
    min-width: 767px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  .heading-68 {
    left: auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 32px;
    top: -150px;
  }
  .project-wrapper-3 {
    width: 150px;
    height: 200px;
    padding-right: 10px;
  }
  .project-wrapper-3:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .project-info-3 {
    overflow: scroll;
    width: 100%;
    height: 300px;
    font-size: 12px;
  }
  .container-36 {
    left: 18px;
    top: -185px;
    overflow: visible;
    height: 400px;
  }
  .columns-10 {
    position: relative;
    top: auto;
    overflow: visible;
    width: 100%;
    height: 400px;
    max-width: 100%;
    min-width: 100%;
  }
  .container-37 {
    position: absolute;
    left: 0%;
    top: 18%;
    right: 0%;
    bottom: auto;
    max-width: 100%;
  }
  .columns-11 {
    position: relative;
    top: auto;
    overflow: visible;
    width: 100%;
    height: 260px;
    max-width: 100%;
    min-width: 100%;
    margin-top: 60px;
  }
  .image-75 {
    width: 150px;
    height: 100px;
  }
  .image-76 {
    width: 150px;
    height: 100px;
  }
  .image-77 {
    width: 150px;
    height: 100px;
  }
  .image-78 {
    width: 150px;
    height: 100px;
  }
  .brand-6 {
    left: 0px;
    top: -75px;
  }
  .brand-6.w--current {
    left: -5px;
    top: -75px;
  }
  .hero-overlay-6 {
    overflow: hidden;
    width: 100%;
    height: 1100px;
    max-height: none;
    max-width: 100%;
    min-height: 1100px;
    min-width: 100%;
  }
  .header-7 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .hero-overlay-7 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .container-38 {
    left: 1045px;
    top: -323px;
  }
  .container-39 {
    left: -70px;
    top: -165px;
    max-width: 100%;
  }
  .container-40 {
    left: -1130px;
  }
  .nav-link-49 {
    text-align: center;
  }
  .nav-link-50 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-51 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-52 {
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-53 {
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-54 {
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-55 {
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-56 {
    padding-left: 10px;
    text-align: center;
  }
  .nav-link-57 {
    text-align: center;
  }
  .nav-link-58 {
    text-align: center;
  }
  .nav-link-59 {
    text-align: center;
  }
  .nav-link-60 {
    text-align: center;
  }
  .nav-link-61 {
    text-align: center;
  }
  .nav-link-62 {
    text-align: center;
  }
  .nav-link-63 {
    text-align: center;
  }
  .nav-link-64 {
    text-align: center;
  }
  .nav-link-65 {
    text-align: center;
  }
  .nav-link-66 {
    text-align: center;
  }
  .nav-link-67 {
    text-align: center;
  }
  .lightbox-link-18 {
    width: 350px;
  }
  .heading-69 {
    left: 85px;
    top: 130px;
    font-size: 32px;
  }
  .footer-14 {
    top: 843px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-14 {
    height: 184px;
  }
  .flex-image-mask-4 {
    left: 215px;
    top: 191px;
  }
  .nav-link-81 {
    width: 250px;
    text-align: center;
  }
  .heading-72 {
    /* left: auto; */
    left: unset;
    /* width: 768px; */
  }
  .nav-link-82 {
    text-align: center;
  }
  .nav-link-83 {
    text-align: center;
  }
  .nav-link-84 {
    text-align: center;
  }
  .nav-link-85 {
    text-align: center;
  }
  .paragraph-25 {
    left: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-80 {
    height: 100px;
  }
  .teacher-content-bloc-2 {
    height: 240px;
  }
  .teacher-main-title {
    font-size: 18px;
  }
  .teacher-title {
    font-size: 16px;
    line-height: 18px;
  }
  .image-87 {
    height: 123px;
  }
  .image-88 {
    height: auto;
  }
  .image-89 {
    height: auto;
  }
  .image-90 {
    height: auto;
  }
  .image-91 {
    height: auto;
  }
  .image-92 {
    height: auto;
  }
  .image-93 {
    height: auto;
  }
  .image-94 {
    height: auto;
  }
  .image-95 {
    height: auto;
  }
  .image-96 {
    height: auto;
  }
  .image-97 {
    height: auto;
  }
  .image-98 {
    height: auto;
  }
  .image-99 {
    height: auto;
  }
  .image-100 {
    height: auto;
  }
  .image-101 {
    height: auto;
  }
  .image-102 {
    height: auto;
    margin-top: auto;
  }
  .image-103 {
    height: auto;
  }
  .image-104 {
    height: auto;
  }
  .image-105 {
    height: auto;
  }
  .image-106 {
    height: 123px;
  }
  .image-107 {
    height: auto;
  }
  .image-108 {
    height: auto;
  }
  .image-109 {
    height: auto;
  }
  .image-110 {
    height: auto;
  }
  .image-111 {
    height: auto;
  }
  .image-112 {
    height: auto;
  }
  .image-113 {
    height: auto;
  }
  .image-114 {
    height: auto;
  }
  .image-115 {
    height: auto;
  }
  .image-116 {
    height: auto;
  }
  .image-117 {
    height: auto;
  }
  .image-118 {
    height: auto;
  }
  .nav-link-86 {
    padding-right: 10px;
    padding-left: 85px;
  }
  .nav-link-87 {
    padding-right: 10px;
    padding-left: 80px;
  }
  .heading-77 {
    font-family: 'Ma Shan Zheng', sans-serif;
    font-size: 40px;
    font-weight: 400;
  }
  .image-121 {
    height: 100px;
  }
  .image-122 {
    width: 140px;
    height: 100px;
    min-height: 100px;
    min-width: 140px;
  }
  .image-123 {
    width: 140px;
    height: 100px;
  }
  .image-124 {
    width: 140px;
    height: 100px;
    min-height: 100px;
    min-width: 140px;
  }
  .image-125 {
    width: 135px;
    height: 100px;
    min-height: 100px;
    min-width: 135px;
  }
  .nav-link-88 {
    padding-right: 40px;
    padding-left: 60px;
  }
  .nav-link-89 {
    padding-right: 10px;
    padding-left: 110px;
  }
  .nav-link-90 {
    display: inline-block;
  }
  .nav-link-90.w--current {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-91 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-92 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-93 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-94 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-95 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-96 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .header {
    /* top: 91px; */
    height: 650px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 50px;
    margin-top: 10px;
  }
  .about-section {
    padding: 10px 20px;
  }
  .about-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .mask {
    left: -110px;
  }
  .icon-wrapper {
    position: relative;
    left: -65px;
    width: 150px;
    height: 85px;
  }
  .icon-wrapper._2 {
    left: -35px;
    top: -10px;
    margin-top: 37px;
  }
  .contact-text {
    left: -65px;
    top: -10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .nav-link-2 {
    margin-left: 10px;
  }
  .bold-text-2 {
    margin-left: -45px;
    padding-left: 17px;
  }
  .bold-text-3 {
    padding-left: 17px;
  }
  .bold-text-4 {
    padding-left: 17px;
  }
  .bold-text-5 {
    margin-left: 0px;
    padding-left: 17px;
  }
  .bold-text-15 {
    padding-left: 17px;
  }
  .bold-text-7 {
    padding-left: 17px;
  }
  .icon {
    background-color: #fff;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .main-content {
    padding: 40px 20px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-logo-link {
    position: relative;
    left: 345px;
    overflow: hidden;
    width: 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar-8 {
    width: 100%;
    height: 90px;
    max-width: 100%;
    min-width: 100%;
  }
  .nav-link-8 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .container-11 {
    overflow: visible;
    width: auto;
  }
  .brand-4 {
    width: 90px;
    height: 75px;
  }
  .brand-4.w--current {
    left: -9px;
    width: 100px;
    height: 80px;
  }
  .heading-31 {
    top: 20px;
  }
  .heading-32 {
    top: -4px;
    font-size: 50px;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .about-us {
    height: 1050px;
  }
  .paragraph-8 {
    padding-right: 10px;
  }
  .paragraph-9 {
    padding-right: 10px;
  }
  .paragraph-10 {
    padding-right: 10px;
  }
  .paragraph-11 {
    padding-right: 10px;
  }
  .paragraph-12 {
    padding-right: 10px;
  }
  .paragraph-13 {
    padding-right: 10px;
  }
  .container-16 {
    left: -30px;
    max-width: 480px;
  }
  .heading-41 {
    top: auto;
    font-size: 36px;
  }
  .heading-42 {
    left: -80px;
    top: -87px;
    font-size: 12px;
  }
  .hero-overlay-2 {
    height: 1700px;
    padding: 40px 20px;
  }
  .heading-43 {
    width: 400px;
    font-size: 35px;
  }
  .paragraph-14 {
    width: 100%;
    font-size: 14px;
  }
  .feature-section-2 {
    /* top: 89px; */
    padding: 40px 20px;
  }
  .flex-container-3 {
    top: auto;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask-2 {
    left: -60px;
    top: 199px;
    width: 100%;
    height: 50%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
  }
  .project-wrapper-2 {
    width: 150px;
  }
  .project-info-2 {
    height: 200px;
  }
  .container-19 {
    left: -220px;
    top: -142px;
  }
  .image-43 {
    height: 100px;
  }
  .image-45 {
    min-width: 150px;
  }
  .heading-45 {
    font-size: 12px;
  }
  .image-46 {
    min-width: 150px;
  }
  .image-49 {
    min-width: 150px;
  }
  .heading-46 {
    font-size: 12px;
  }
  .container-21 {
    left: 155px;
    top: -615px;
    overflow: visible;
  }
  .image-51 {
    min-width: 150px;
  }
  .list-11 {
    font-size: 10px;
  }
  .heading-47 {
    font-size: 14px;
  }
  .list-12 {
    font-size: 10px;
  }
  .list-13 {
    font-size: 10px;
  }
  .heading-48 {
    font-size: 14px;
  }
  .list-14 {
    font-size: 10px;
  }
  .list-15 {
    font-size: 10px;
  }
  .list-16 {
    font-size: 10px;
  }
  .list-17 {
    font-size: 10px;
  }
  .list-18 {
    font-size: 10px;
  }
  .columns-7 {
    left: -10px;
    top: 810px;
    height: 400px;
  }
  .columns-8 {
    left: auto;
    top: -1148px;
    overflow: visible;
    width: auto;
    height: auto;
  }
  .nav-menu-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 40%;
  }
  .footer-2 {
    padding: 40px 20px;
  }
  .footer-flex-container-2 {
    position: relative;
    left: auto;
    top: auto;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .footer-image-2 {
    left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero-overlay-3 {
    padding: 40px 20px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .hero-overlay-4 {
    padding: 40px 20px;
  }
  .nav-link-11 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .footer-3 {
    top: 89px;
    height: 140px;
  }
  .footer-4 {
    padding: 40px 20px;
  }
  .footer-flex-container-3 {
    left: 238px;
  }
  .footer-5 {
    padding: 40px 20px;
  }
  .hero-overlay-5 {
    overflow: hidden;
    width: 100%;
    height: 700px;
    max-width: 100%;
    min-height: 700px;
    min-width: 100%;
    padding: 40px 20px;
  }
  .centered-container-6 {
    top: -525px;
    max-width: 456px;
  }
  .gallery-2 {
    padding: 40px 20px;
  }
  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .image-58 {
    width: 260px;
    height: 350px;
  }
  .image-59 {
    position: relative;
    left: auto;
    width: 220px;
    height: 350px;
    min-width: 220px;
  }
  .div-block-11 {
    left: 235px;
    top: -303px;
    overflow: hidden;
    width: 220px;
    height: 375px;
    min-width: 220px;
  }
  .div-block-12 {
    left: auto;
    overflow: hidden;
    width: 220px;
    height: 350px;
    min-width: 220px;
    float: none;
  }
  .heading-54 {
    width: 100%;
  }
  .footer-6 {
    padding: 40px 20px;
  }
  .image-61 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .div-block-13 {
    left: auto;
    top: 52px;
    width: 480px;
  }
  .heading-55 {
    min-width: 100%;
  }
  .paragraph-20 {
    left: auto;
    width: 767px;
    height: 120px;
    font-size: 16px;
  }
  .lightbox-link-4 {
    left: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .grid-2.gallery-grid-container {
    left: 0px;
    top: -82px;
    width: 100%;
    height: 90px;
    max-width: 100%;
    min-width: 100%;
  }
  .lightbox-link-6 {
    height: 50px;
  }
  .lightbox-link-7 {
    height: 50px;
  }
  .lightbox-link-8 {
    height: 50px;
  }
  .lightbox-link-9 {
    height: 50px;
  }
  .lightbox-link-10 {
    height: 50px;
  }
  .lightbox-link-11 {
    height: 50px;
  }
  .lightbox-link-12 {
    height: 50px;
  }
  .lightbox-link-13 {
    height: 50px;
  }
  .lightbox-link-14 {
    height: 50px;
  }
  .text-block-13 {
    top: 8px;
  }
  .mask-1 {
    left: 410px;
  }
  .div-block-16 {
    left: 50px;
    width: 348px;
    max-width: 348px;
  }
  .menu-button-2 {
    left: -9px;
  }
  .nav-link-25 {
    padding-left: 10px;
  }
  .nav-link-26 {
    padding-left: 10px;
  }
  .nav-link-27 {
    padding-left: 10px;
  }
  .nav-link-28 {
    padding-left: 10px;
  }
  .nav-link-29 {
    padding-left: 10px;
  }
  .nav-link-30 {
    padding-left: 10px;
  }
  .div-block-17 {
    left: -70px;
    top: -250px;
    width: 480px;
  }
  .columns-9 {
    left: 32px;
    top: 15px;
    width: 480px;
  }
  .map {
    top: auto;
    width: 400px;
  }
  .column-4 {
    left: 100px;
    top: -5px;
  }
  .column-5 {
    left: 300px;
    top: -209px;
  }
  .footer-7 {
    padding: 40px 20px;
  }
  .body-3 {
    height: 900px;
    max-height: 900px;
    min-height: 900px;
  }
  .body-6 {
    height: 1400px;
    max-height: 1600px;
  }
  .footer-8 {
    padding: 40px 20px;
  }
  .footer-image-3 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container-25 {
    top: 10px;
    overflow: hidden;
    height: 120px;
    max-width: 100%;
  }
  .container-26 {
    top: -27px;
  }
  .text-block-14 {
    top: -30px;
  }
  .footer-9 {
    padding: 40px 20px;
  }
  .footer-flex-container-4 {
    left: 235px;
  }
  .footer-image-4 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container-27 {
    top: -39px;
  }
  .footer-10 {
    top: 97px;
    padding: 40px 20px;
  }
  .footer-flex-container-5 {
    left: 240px;
  }
  .footer-image-5 {
    left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container-28 {
    top: -29px;
  }
  .container-29 {
    top: -30px;
  }
  .footer-11 {
    top: 5px;
    width: 100%;
    padding: 40px 20px;
  }
  .footer-flex-container-6 {
    left: 240px;
  }
  .container-31 {
    top: -43px;
  }
  .footer-12 {
    padding: 40px 20px;
  }
  .footer-flex-container-7 {
    left: 240px;
  }
  .container-33 {
    top: -35px;
  }
  .column-6 {
    top: -30px;
    padding-right: 0px;
  }
  .column-7 {
    left: 166px;
    top: -350px;
  }
  .column-8 {
    left: -20px;
    top: -334px;
  }
  .column-9 {
    left: 155px;
    top: -655px;
  }
  .column-10 {
    top: -28px;
  }
  .column-11 {
    left: 161px;
    top: -351px;
  }
  .column-12 {
    left: -11px;
    top: -335px;
    overflow: hidden;
  }
  .column-13 {
    left: 160px;
    top: -655px;
  }
  .heading-58 {
    font-size: 14px;
  }
  .heading-59 {
    font-size: 14px;
  }
  .heading-60 {
    font-size: 12px;
  }
  .heading-61 {
    font-size: 12px;
  }
  .lightbox-link-16 {
    height: 50px;
  }
  .lightbox-link-17 {
    width: 220px;
    height: 350px;
  }
  .image-73 {
    position: relative;
    left: 12px;
    top: 11px;
    width: 26px;
    height: 45px;
  }
  .image-74 {
    width: 45px;
    height: 30px;
  }
  .navbar-10 {
    position: fixed;
    width: 100%;
  }
  .nav-menu-2 {
    top: 7%;
  }
  .body-7 {
    height: 880px;
    max-height: 880px;
  }
  .navbar-11 {
    width: 100%;
  }
  .nav-menu-7 {
    left: auto;
    top: 0%;
    right: -3%;
    bottom: 0%;
  }
  .nav-link-37 {
    width: 100%;
  }
  .heading-64 {
    left: 29px;
    top: -5px;
    width: 480px;
    font-size: 30px;
  }
  .heading-65 {
    left: -50px;
    top: -88px;
  }
  .heading-66 {
    left: auto;
    width: 767px;
    font-size: 30px;
  }
  .paragraph-21 {
    left: auto;
    font-size: 16px;
  }
  .heading-67 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 440px;
  }
  .paragraph-22 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 450px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }
  .paragraph-23 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 450px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }
  .paragraph-24 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 730px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 13px;
  }
  .heading-68 {
    font-size: 30px;
  }
  .project-info-3 {
    width: 150px;
    height: 200px;
  }
  .container-36 {
    left: -10px;
    top: -305px;
    overflow: visible;
    height: 600px;
    max-width: 440px;
  }
  .columns-10 {
    overflow: visible;
    width: 100px;
    height: 300px;
    max-width: 200px;
    min-width: 200px;
  }
  .container-37 {
    top: 14%;
    max-width: 480px;
  }
  .columns-11 {
    left: 55px;
    top: -570px;
    overflow: visible;
  }
  .image-75 {
    min-width: 150px;
  }
  .image-76 {
    min-width: 150px;
  }
  .image-77 {
    width: 140px;
    min-width: 150px;
  }
  .hero-overlay-6 {
    height: 1500px;
    max-height: 1500px;
    min-height: 1500px;
    padding: 40px 20px;
  }
  .centered-container-7 {
    margin-top: 60px;
  }
  /* .header-7 {
    top: 84px;
  } */
  .hero-overlay-7 {
    /* height: 900px;
    max-height: 900px; */
    padding: 40px 20px;
  }
  .container-38 {
    left: 440px;
    top: -335px;
    max-width: 440px;
  }
  .container-39 {
    left: auto;
    top: -125px;
    overflow: visible;
    max-width: 440px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container-40 {
    left: -440px;
    top: 180px;
    max-width: 440px;
  }
  .footer-13 {
    top: 92px;
  }
  .nav-link-51 {
    padding-left: 15px;
  }
  .heading-69 {
    left: 75px;
    top: 39px;
    font-size: 30px;
  }
  .footer-14 {
    overflow: hidden;
    padding: 40px 20px;
  }
  .footer-image-6 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .column-14 {
    height: 300px;
  }
  .column-15 {
    left: 55px;
    overflow: visible;
    height: 100%;
    margin-bottom: 40px;
  }
  .column-16 {
    left: 250px;
    top: -340px;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .column-17 {
    left: 55px;
    top: -305px;
    height: 300px;
  }
  .column-18 {
    left: 250px;
    top: -605px;
    height: 300px;
  }
  .column-19 {
    left: 195px;
    top: -300px;
    height: 300px;
  }
  .column-20 {
    top: -270px;
  }
  .column-21 {
    left: 195px;
    top: -470px;
  }
  .flex-image-mask-4 {
    left: 100px;
    top: 96px;
    width: 100%;
    height: 80%;
    min-width: 75%;
  }
  .heading-70 {
    font-size: 30px;
  }
  .heading-71 {
    font-size: 30px;
  }
  .heading-72 {
    /* width: 480px; */
    font-size: 30px;
  }
  .paragraph-25 {
    left: auto;
    top: 6px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .image-80 {
    width: 325px;
    min-width: 150px;
  }
  .lightbox-link-19 {
    width: 325px;
  }
  .hero-overlay-8 {
    padding: 40px 20px;
  }
  .teacher-content-bloc-2 {
    width: 100%;
    height: 260px;
  }
  .teacher-title {
    margin-top: 6px;
    font-size: 16px;
  }
  .image-87 {
    width: 140px;
    height: 150px;
  }
  .image-88 {
    width: 140px;
    height: 150px;
  }
  .image-89 {
    width: 140px;
    height: 150px;
  }
  .image-90 {
    width: 140px;
    height: 150px;
  }
  .image-91 {
    width: 140px;
    height: 150px;
  }
  .image-92 {
    width: 140px;
    height: 150px;
  }
  .image-93 {
    width: 140px;
    height: 150px;
  }
  .image-94 {
    width: 140px;
    height: 150px;
  }
  .image-95 {
    width: 140px;
    height: 150px;
  }
  .image-96 {
    width: 140px;
    height: 150px;
  }
  .image-97 {
    width: 140px;
    height: 150px;
  }
  .image-98 {
    width: 140px;
    height: 150px;
  }
  .image-99 {
    width: 140px;
    height: 150px;
  }
  .image-100 {
    width: 140px;
    height: 150px;
  }
  .image-101 {
    width: 140px;
    height: 150px;
  }
  .image-102 {
    width: 140px;
    height: 150px;
  }
  .image-103 {
    width: 140px;
    height: 150px;
  }
  .image-104 {
    width: 140px;
    height: 150px;
  }
  .image-105 {
    width: 140px;
  }
  .image-106 {
    width: 140px;
    height: 150px;
  }
  .image-107 {
    width: 140px;
    height: 150px;
  }
  .image-108 {
    width: 140px;
    height: 150px;
  }
  .image-109 {
    width: 140px;
    height: 150px;
  }
  .image-110 {
    width: 140px;
    height: 150px;
  }
  .image-111 {
    width: 140px;
    height: 150px;
  }
  .image-112 {
    width: 140px;
    height: 150px;
  }
  .image-113 {
    width: 140px;
    height: 150px;
  }
  .image-114 {
    width: 140px;
    height: 150px;
  }
  .image-115 {
    width: 140px;
    height: 150px;
  }
  .image-116 {
    width: 140px;
    height: 150px;
  }
  .image-117 {
    width: 140px;
    height: 150px;
  }
  .image-118 {
    width: 140px;
    height: 150px;
  }
  .container-41 {
    margin-top: 0px;
  }
  .heading-76 {
    margin-top: 20px;
  }
  .columns-12 {
    overflow: visible;
  }
  .lightbox-link-24 {
    height: 350px;
  }
  .image-121 {
    width: 150px;
    height: 125px;
    min-width: 150px;
  }
  .image-122 {
    width: 150px;
    height: 100px;
    min-width: 150px;
  }
  .image-123 {
    width: 150px;
    height: 100px;
    min-width: 150px;
  }
  .image-124 {
    width: 150px;
    height: 100px;
    min-width: 150px;
  }
  .image-125 {
    width: 150px;
    height: 100px;
    min-width: 150px;
  }
  .nav-link-88 {
    padding-left: 55px;
  }
  .nav-link-89 {
    padding-left: 70px;
  }
  .nav-link-90.w--current {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-91 {
    display: inline-block;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    /* top: 73px; */
    height: 550px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    height: 10px;
    max-height: 10px;
    min-height: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .logo-title {
    position: relative;
    right: -83px;
  }
  .logo-img {
    position: relative;
    top: 40px;
    right: -20px;
  }
  .main-heading {
    font-size: 30px;
    line-height: 38px;
  }
  .divider.grey {
    left: -5px;
  }
  .about-section {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .about-text {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .section.contact {
    overflow: hidden;
    width: 414px;
    height: 740px;
    max-width: 100%;
    min-width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/architecture-bridge-clouds-coast-414462.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/architecture-bridge-clouds-coast-414462.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .mask {
    left: 2px;
    top: -133px;
    width: 220px;
    height: 320px;
  }
  .icon-wrapper {
    width: 160px;
  }
  .icon-wrapper._2 {
    left: -65px;
  }
  .contact-text {
    left: -41px;
    top: -13px;
    width: 140px;
    background-color: hsla(0, 0%, 100%, 0.86);
    color: #000;
    font-size: 10px;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .bold-text-9 {
    width: 50%;
  }
  .icon {
    left: 334px;
    top: -52px;
    background-color: #fff;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    left: auto;
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .navbar-8 {
    overflow: visible;
    width: 100%;
    height: 80px;
  }
  .container-11 {
    left: auto;
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .brand-4 {
    top: -79px;
    width: 80px;
    height: 75px;
  }
  .brand-4.w--current {
    width: 80px;
    height: 75px;
  }
  .heading-31 {
    top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .heading-32 {
    top: 0px;
    font-size: 35px;
  }
  .about-us {
    /* top: 18px; */
    overflow: hidden;
    height: auto;
  }
  .heading-38 {
    font-size: 25px;
  }
  .paragraph-8 {
    left: 200px;
    top: -25px;
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .heading-39 {
    top: 15px;
    font-size: 25px;
  }
  .heading-40 {
    font-size: 25px;
  }
  .paragraph-9 {
    left: 200px;
    top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .paragraph-10 {
    left: 200px;
    top: -11px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .paragraph-11 {
    left: 200px;
    top: -20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .paragraph-12 {
    left: 200px;
    top: -23px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .paragraph-13 {
    left: 200px;
    top: -22px;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  /* .container-13 {
    top: -10px;
  }
  .container-14 {
    top: 0px;
  }
  .container-15 {
    top: 20px;
  } */
  .container-16 {
    left: auto;
    top: 135px;
    max-width: 320px;
  }
  .heading-41 {
    top: 0px;
    width: 100%;
    font-size: 36px;
  }
  .heading-42 {
    left: -51px;
    top: -82px;
    width: 140px;
    height: 90px;
    padding-right: 5px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.87);
    color: #000;
    font-size: 12px;
    line-height: 22px;
  }
  .hero-overlay-2 {
    /* top: 71px; */
    overflow: hidden;
    width: 100%;
    height: 1600px;
  }
  .centered-container-2 {
    text-align: left;
  }
  .heading-43 {
    width: 280px;
    font-size: 30px;
  }
  .paragraph-14 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .feature-section-2 {
    /* top: 91px; */
    overflow: hidden;
    height: 550px;
  }
  .flex-container-3 {
    left: -64px;
    top: -290px;
    overflow: visible;
    max-width: 320px;
  }
  .feature-image-mask-2 {
    left: 5px;
    top: 420px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .project-wrapper-2 {
    width: 100px;
    margin-right: 0px;
  }
  .project-info-2 {
    width: 100px;
    height: 175px;
  }
  .container-19 {
    left: -180px;
    top: -50px;
    overflow: visible;
  }
  .image-43 {
    width: 125px;
    height: 100px;
  }
  .image-45 {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .image-46 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
  }
  .image-49 {
    width: 100px;
    min-width: 100px;
  }
  .container-21 {
    left: 130px;
    top: -605px;
    max-height: 19%;
    max-width: 100%;
  }
  .image-51 {
    width: 125px;
    height: 100px;
    min-width: 100px;
  }
  .lightbox-link-2 {
    width: 125px;
  }
  .lightbox-link-3 {
    width: 125px;
  }
  .columns-7 {
    left: 70px;
    top: 645px;
    height: 750px;
  }
  .columns-8 {
    left: 26px;
    overflow: visible;
    width: 260px;
    height: 100px;
  }
  .nav-menu-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 40%;
    height: 550px;
    max-height: 550px;
    max-width: 40%;
    min-height: 550px;
    min-width: 40%;
  }
  .nav-menu-4:active {
    overflow: visible;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-2 {
    left: 175px;
    top: -22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-image-2 {
    left: auto;
  }
  .footer-heading-2 {
    margin-top: 20px;
  }
  .centered-container-3 {
    text-align: left;
  }
  .centered-container-4 {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  /* .hero-overlay-4 {
    top: 77px;
    height: 750px;
  } */
  .centered-container-5 {
    top: -56px;
    text-align: left;
  }
  .heading-51 {
    position: relative;
    top: 52px;
    font-size: 40px;
    text-align: center;
  }
  .paragraph-17 {
    position: relative;
    top: 12px;
    font-size: 12px;
    text-align: center;
  }
  .paragraph-18 {
    position: relative;
    top: -21px;
    font-size: 12px;
    text-align: center;
  }
  .footer-3 {
    top: 79px;
    overflow: hidden;
    width: 100%;
    height: 130px;
    max-width: 100%;
    min-width: 100%;
  }
  .footer-4 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-3 {
    left: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-5 {
    top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .hero-overlay-5 {
    /* top: 78px; */
    overflow: hidden;
    width: 100%;
    height: 760px;
    max-width: 479px;
    min-width: 250px;
  }
  .centered-container-6 {
    top: 20px;
    overflow: hidden;
    height: 750px;
    max-width: 256px;
    text-align: left;
  }
  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .image-58 {
    width: 240px;
    height: 300px;
    max-height: 300px;
    max-width: 240px;
  }
  .image-59 {
    position: absolute;
    width: 240px;
    height: 300px;
    max-width: 240px;
    min-width: 240px;
  }
  .div-block-11 {
    left: 8px;
    top: 41px;
    width: 240px;
    height: 300px;
    min-width: 240px;
  }
  .div-block-12 {
    position: relative;
    left: 8px;
    top: 25px;
    overflow: hidden;
    width: 240px;
    height: 300px;
  }
  .heading-54 {
    width: 100%;
    text-align: center;
  }
  .footer-6 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .image-61 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .div-block-13 {
    left: 85px;
    top: 250px;
    width: 250px;
    max-width: 250px;
    min-width: 250px;
  }
  .heading-55 {
    position: relative;
    left: 11px;
    top: 17px;
    width: 100%;
    max-width: 100%;
    font-size: 35px;
  }
  .paragraph-20 {
    left: auto;
    top: 25px;
    overflow: visible;
    width: 100%;
    height: 140px;
    max-width: 100%;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    text-align: center;
  }
  .lightbox-link-4 {
    left: auto;
    top: auto;
    width: 100%;
    height: 150px;
    max-width: 100%;
    min-width: 100%;
  }
  .grid-2.gallery-grid-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 21%;
    overflow: scroll;
    width: 100%;
    height: 70px;
    max-width: 100%;
    min-width: 100%;
  }
  .lightbox-link-6 {
    height: 50px;
  }
  .lightbox-link-7 {
    height: 50px;
  }
  .lightbox-link-8 {
    height: 50px;
  }
  .lightbox-link-9 {
    height: 50px;
  }
  .image-63 {
    height: 50px;
  }
  .image-64 {
    height: 50px;
  }
  .lightbox-link-10 {
    height: 50px;
  }
  .image-65 {
    height: 50px;
  }
  .lightbox-link-11 {
    height: 50px;
  }
  .lightbox-link-12 {
    height: 50px;
  }
  .lightbox-link-13 {
    height: 50px;
  }
  .lightbox-link-14 {
    height: 50px;
  }
  .image-66 {
    height: 50px;
  }
  .image-67 {
    height: 50px;
  }
  .image-68 {
    height: 50px;
  }
  .image-69 {
    height: 50px;
  }
  .image-70 {
    height: 50px;
  }
  .image-71 {
    height: 50px;
  }
  .image-72 {
    height: 50px;
  }
  .text-block-13 {
    top: 8px;
  }
  .mask-1 {
    left: 100px;
    top: -255px;
    width: 220px;
    height: 320px;
  }
  .mask-3 {
    left: 95px;
    top: 174px;
    width: 210px;
    height: 150px;
  }
  .div-block-16 {
    left: auto;
    top: -142px;
    width: 100%;
    height: 60px;
    max-width: 310px;
    min-width: 100%;
  }
  .menu-button-2.w--open {
    top: -61px;
  }
  .menu-button-3 {
    left: -10px;
  }
  .menu-button-3.w--open {
    top: -59px;
  }
  .nav-link-25 {
    height: 60px;
  }
  .nav-link-26 {
    height: 60px;
  }
  .nav-link-27 {
    height: 60px;
  }
  .nav-link-28 {
    height: 60px;
  }
  .nav-link-29 {
    height: 60px;
  }
  .nav-link-30 {
    height: 60px;
  }
  .div-block-17 {
    position: absolute;
    left: auto;
    top: 490px;
    width: 320px;
    max-width: 320px;
    min-width: 320px;
  }
  .columns-9 {
    position: absolute;
    left: -25px;
    top: 100px;
    overflow: visible;
    width: 320px;
    max-width: 320px;
    min-width: 320px;
  }
  .map {
    left: 65px;
    top: -163px;
    width: 192px;
    height: 180px;
  }
  .column-4 {
    left: 75px;
    overflow: visible;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .column-5 {
    left: 227px;
    top: -218px;
    overflow: visible;
  }
  .footer-7 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .body-3 {
    overflow: visible;
    height: 900px;
    max-height: 900px;
    max-width: 100%;
    min-height: 900px;
    min-width: auto;
  }
  .body-4 {
    overflow: visible;
  }
  .body-6 {
    overflow: visible;
    height: 1400px;
    max-height: none;
    min-height: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer-8 {
    top: 20px;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-image-3 {
    left: auto;
  }
  .container-26 {
    top: -34px;
  }
  .text-block-14 {
    top: 3px;
    width: auto;
    font-size: 12px;
    text-align: center;
  }
  .footer-9 {
    top: 113px;
    overflow: hidden;
    height: 200px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-4 {
    left: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-15 {
    top: 2px;
    width: 100%;
    text-align: center;
  }
  .footer-10 {
    top: 108px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-5 {
    left: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-image-5 {
    left: auto;
  }
  .text-block-16 {
    top: 10px;
    text-align: center;
  }
  .container-28 {
    top: -46px;
  }
  .container-29 {
    top: -30px;
  }
  .text-block-17 {
    text-align: center;
  }
  .footer-11 {
    top: -330px;
    width: 414px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-6 {
    left: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-31 {
    top: -38px;
  }
  .text-block-19 {
    text-align: center;
  }
  .footer-12 {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-7 {
    left: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-21 {
    top: 0px;
    width: 100%;
    text-align: center;
  }
  .lightbox-link-15 {
    width: 125px;
  }
  .column-6 {
    left: 20px;
  }
  .column-7 {
    left: 79px;
    top: -323px;
  }
  .column-8 {
    left: -50px;
    top: -316px;
  }
  .column-9 {
    left: 70px;
    top: -611px;
  }
  .column-10 {
    left: -30px;
  }
  .column-11 {
    left: 130px;
    top: -326px;
  }
  .column-12 {
    left: 11px;
    top: -313px;
  }
  .column-13 {
    left: 132px;
    top: -606px;
  }
  .lightbox-link-16 {
    height: 50px;
  }
  .div-block-18 {
    position: relative;
    top: -30px;
  }
  .lightbox-link-17 {
    width: 340px;
    height: 300px;
  }
  .navbar-10 {
    height: 80px;
  }
  .nav-menu-2 {
    left: auto;
    top: 6%;
    right: 0%;
    bottom: 0%;
    width: 150px;
    height: 480px;
    max-width: 150px;
    min-width: 150px;
  }
  .body-7 {
    overflow: visible;
  }
  .navbar-11 {
    max-width: 100%;
    min-width: 100%;
  }
  .container-34 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .heading-62 {
    top: 102px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 24px;
    font-weight: 400;
  }
  .heading-63 {
    top: 122px;
    height: 65px;
    font-size: 12px;
    line-height: 25px;
  }
  .bold-text-32 {
    top: 9px;
    font-size: 12px;
    line-height: 25px;
  }
  .nav-menu-7 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 200px;
    height: 400px;
    max-width: 200px;
    min-width: 200px;
  }
  .nav-link-34 {
    height: 20px;
    padding-top: 10px;
  }
  .nav-link-35 {
    height: 20px;
  }
  .nav-link-36 {
    height: 20px;
  }
  .nav-link-37 {
    height: 20px;
  }
  .nav-link-38 {
    height: 20px;
  }
  .nav-link-39 {
    height: 20px;
  }
  .nav-link-40 {
    height: 20px;
  }
  .heading-64 {
    left: auto;
    top: -20px;
    width: 320px;
    font-size: 28px;
  }
  .heading-65 {
    position: relative;
    left: -35px;
    top: -82px;
    width: 140px;
    height: 90px;
    padding-top: 20px;
    background-color: hsla(0, 0%, 100%, 0.86);
    font-family: 'Noto Serif SC', sans-serif;
    color: #000;
    font-size: 10px;
  }
  .heading-66 {
    left: auto;
    width: 100%;
    min-width: 320px;
    font-size: 28px;
  }
  .paragraph-21 {
    left: auto;
    min-width: 320px;
    font-size: 12px;
  }
  .heading-67 {
    left: auto;
    top: 1px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    font-size: 20px;
  }
  .bold-text-34 {
    overflow: visible;
    width: 25px;
    max-width: 425px;
    min-width: 425px;
    font-size: 12px;
    text-align: center;
  }
  .paragraph-22 {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
  }
  .paragraph-23 {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
  }
  .paragraph-24 {
    top: 100px;
    width: 320px;
    max-width: 100%;
    min-width: 100%;
    font-size: 10px;
  }
  .heading-68 {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 28px;
  }
  .project-info-3 {
    width: 125px;
    height: 150px;
    font-size: 10px;
  }
  .project-title-2 {
    font-size: 14px;
  }
  .container-36 {
    position: relative;
    left: -16px;
    top: -194px;
    overflow: visible;
    max-width: 320px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .columns-10 {
    width: 320px;
    max-width: 100%;
    min-width: 100%;
  }
  .container-37 {
    top: 15%;
    overflow: visible;
    max-width: 320px;
  }
  .columns-11 {
    left: -1px;
    top: -692px;
    overflow: visible;
    width: 320px;
  }
  .image-75 {
    width: 125px;
    min-width: 125px;
  }
  .image-76 {
    width: 100px;
    min-width: 100px;
  }
  .image-77 {
    width: 100px;
    min-width: 100px;
  }
  .image-78 {
    width: 125px;
  }
  .image-79 {
    position: static;
  }
  .hero-overlay-6 {
    width: 100%;
    height: 1000px;
    max-width: 100%;
    min-height: 1200px;
    min-width: 100%;
  }
  .centered-container-7 {
    text-align: left;
  }
  .header-7 {
    overflow: hidden;
    width: 100%;
    height: 550px;
    max-width: 100%;
    min-width: 100%;
  }
  .hero-overlay-7 {
    height: 1100px;
    max-height: 1100px;
  }
  .container-38 {
    left: 320px;
    top: -435px;
    overflow: visible;
    max-width: 320px;
  }
  .container-39 {
    left: auto;
    top: -220px;
    max-width: 414px;
  }
  .container-40 {
    left: -320px;
    top: 135px;
    max-width: 414px;
  }
  .footer-13 {
    top: 93px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .nav-link-49 {
    height: 60px;
  }
  .nav-link-51.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-69 {
    left: 60px;
    font-size: 28px;
  }
  .footer-14 {
    top: 828px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link-2 {
    height: 60px;
  }
  .text-block-23 {
    text-align: center;
  }
  .column-14 {
    left: 20px;
  }
  .column-15 {
    left: 20px;
  }
  .column-16 {
    left: 190px;
    top: -340px;
  }
  .column-17 {
    left: 20px;
    top: -365px;
  }
  .column-18 {
    left: 190px;
    top: -664px;
  }
  .column-19 {
    left: 190px;
    top: -299px;
  }
  .div-block-22 {
    width: 125px;
  }
  .column-20 {
    left: 20px;
    top: -325px;
  }
  .column-21 {
    left: 190px;
    top: -525px;
  }
  .flex-image-mask-4 {
    left: -112px;
    top: -100px;
  }
  .heading-70 {
    font-size: 28px;
    text-align: center;
  }
  .heading-71 {
    position: relative;
    top: 45px;
    font-size: 28px;
    text-align: center;
  }
  .nav-link-68 {
    text-align: center;
  }
  .nav-link-69 {
    text-align: center;
  }
  .nav-link-70 {
    text-align: center;
  }
  .nav-link-71 {
    text-align: center;
  }
  .nav-link-72 {
    text-align: center;
  }
  .nav-link-73 {
    text-align: center;
  }
  .nav-link-74 {
    text-align: center;
  }
  .nav-link-75 {
    text-align: center;
  }
  .nav-link-76 {
    text-align: center;
  }
  .nav-link-77 {
    text-align: center;
  }
  .nav-link-78 {
    text-align: center;
  }
  .nav-link-79 {
    text-align: center;
  }
  .nav-link-80 {
    text-align: center;
  }
  .nav-link-81 {
    text-align: center;
  }
  .heading-72 {
    position: relative;
    top: 55px;
    /* width: 250px; */
    max-width: 250px;
    min-width: 250px;
    font-size: 28px;
  }
  .nav-link-82 {
    text-align: center;
  }
  .paragraph-25 {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    font-size: 10px;
  }
  .heading-73 {
    margin-top: 20px;
    text-align: center;
  }
  .image-80 {
    width: 125px;
    min-width: 125px;
  }
  .lightbox-link-19 {
    width: 125px;
    min-width: 125px;
  }
  .list-21 {
    font-size: 10px;
  }
  .list-item-15 {
    font-size: 10px;
  }
  .teacher-content-bloc-2 {
    width: auto;
  }
  .teacher-main-title {
    position: static;
    overflow: visible;
    margin-top: 160px;
    float: none;
    clear: both;
    text-align: center;
  }
  .teacher-title {
    float: none;
    clear: left;
  }
  .image-87 {
    position: relative;
    left: 20px;
    width: 140px;
    max-width: 120px;
    min-width: 140px;
    float: left;
  }
  .image-88 {
    position: relative;
    left: 20px;
    width: 140px;
    max-width: none;
    min-width: 140px;
    float: left;
  }
  .image-89 {
    position: relative;
    left: 20px;
    width: 140px;
    min-width: 140px;
    float: left;
  }
  .image-90 {
    position: relative;
    left: 20px;
    width: 140px;
    min-width: 140px;
    float: left;
  }
  .image-91 {
    position: relative;
    left: 20px;
    width: 140px;
    min-width: 140px;
    float: left;
  }
  .image-92 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-93 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-94 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-95 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-96 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-97 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-98 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-99 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-100 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-101 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-102 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-103 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-104 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-105 {
    position: relative;
    left: 20px;
    width: 140px;
    max-width: 120px;
    min-width: 140px;
    float: left;
  }
  .image-106 {
    position: relative;
    left: 20px;
    display: block;
    overflow: visible;
    width: 140px;
    max-width: 120px;
    min-width: 140px;
    float: left;
    clear: none;
  }
  .image-107 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-108 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-109 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-110 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-111 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-112 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-113 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-114 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-115 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-116 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-117 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .image-118 {
    position: relative;
    left: 20px;
    width: 140px;
    float: left;
  }
  .container-41 {
    position: relative;
    top: -33px;
    margin-top: 0px;
  }
  .nav-link-86 {
    padding-bottom: 0px;
    padding-left: 65px;
  }
  .nav-link-86.w--current {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 70px;
  }
  .nav-link-87 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 65px;
  }
  .heading-76 {
    text-align: center;
  }
  .columns-12 {
    position: relative;
    left: 100px;
    display: inline-block;
    overflow: hidden;
    width: 250px;
    max-width: 439px;
    min-width: 0px;
  }
  .column-22 {
    position: static;
  }
  .div-block-23 {
    width: 439px;
  }
  .columns-13 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-14 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-15 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-16 {
    position: relative;
    left: 100px;
    width: 250px;
    margin-left: 100px;
  }
  .columns-17 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-18 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-19 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-20 {
    position: relative;
    left: 100px;
    width: 250px;
  }
  .columns-21 {
    position: relative;
    width: 250px;
  }
  .heading-77 {
    font-size: 25px;
    text-align: center;
  }
  .lightbox-link-24 {
    height: 300px;
  }
  .image-119 {
    width: 125px;
    height: 100px;
  }
  .image-120 {
    width: 125px;
    height: 100px;
  }
  .image-121 {
    width: 125px;
    height: 100px;
    min-width: 125px;
  }
  .image-122 {
    width: 125px;
    height: 100px;
    min-width: 125px;
  }
  .image-123 {
    width: 125px;
    height: 100px;
    min-width: 125px;
  }
  .image-124 {
    width: 125px;
    min-width: 125px;
  }
  .image-125 {
    position: static;
    width: 125px;
    min-width: 125px;
  }
  .nav-link-88 {
    padding-right: 0px;
    padding-left: 40px;
  }
  .nav-link-89 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-90 {
    padding-left: 20px;
  }
  .nav-link-90.w--current {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link-91 {
    padding-left: 10px;
  }
  .nav-link-96 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-27bdcc090328-dd3488cf {
  -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-27bdcc090328-923488d9 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-e6ac50cb488e-dd3488cf {
    -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-e6ac50cb488e-923488d9 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-52cccee7f2e2-dd3488cf {
    -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-52cccee7f2e2-923488d9 {
    -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;
  }
}


.row .avatar img{
  height: 150px;
  width: 190px;
  object-fit: cover;
}