.wrapper-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 88vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.hero-message {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: 'Space Mono', sans-serif;
  color: #ff0;
  font-size: 450%;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
}

.hero-message.mobile {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ff0;
  font-size: 600%;
  line-height: 120%;
  text-transform: uppercase;
}

.logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: auto;
  height: 100%;
  padding-top: 5px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Questrial;
  color: #000;
}

.nav-menu {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-linklayout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 20px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav-linklayout:hover {
  border: 0px none #000;
  border-radius: 20px;
  color: #ff0;
}

.nav-linklayout.contact {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.nav-linklayout.contact:hover {
  background-color: transparent;
  color: transparent;
}

.nav-menu-text {
  width: 100%;
  height: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.nav-menu-text:hover {
  color: #ff0;
}

.nav-menu-text.hooter {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: left;
}

.nav-menu-text.sign-up {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #838383;
  color: #ff0;
}

.nav-menu-text.sign-up:hover {
  border-style: solid;
  box-shadow: 1px 1px 5px 0 #000;
}

.content-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  padding-right: 0px;
  background-color: #cfd6a4;
}

.wrapper-slider {
  position: static;
  width: 100%;
  height: 100%;
}

.wrapper-slider:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.wrapper-image-first {
  height: 100%;
  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/stone-tablet.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/stone-tablet.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.wrapper-image-second {
  height: 100%;
  background-image: url('../images/Peng-Chau-Island-photo-1974-HK-Memory.png');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-image-third {
  height: 100%;
  background-image: url('../images/ol-dpeng-chau-aerial.png');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/completed-vr-pacman-peng-chau1000pxX727px.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-game-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 50px;
  max-width: 300px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ff0;
  border-radius: 13px;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: Zpix, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-game-menu:hover {
  color: #000;
}

.button-game-menu.small {
  width: 50%;
  height: 50px;
}

.text-block {
  width: 50%;
  max-width: 600px;
  margin-bottom: 40px;
  padding: 14px;
  border-style: solid;
  border-width: 30px;
  border-color: #ff0;
  border-radius: 20px;
  background-color: rgba(0, 39, 175, 0.38);
  font-family: Zpix, sans-serif;
  color: #ff0;
  font-size: 550%;
  line-height: 100%;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.div-block-6 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #ada8a8;
  background-color: transparent;
  color: #000;
  font-size: 15px;
}

.wrapper-hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: none;
}

.section-footer {
  position: static;
  height: 100%;
  margin-top: 0px;
  padding: 60px 20px 0px;
  border-top: 1px solid #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#6c6c6c)), url('../images/footer_1footer.gif');
  background-image: linear-gradient(180deg, #6c6c6c, #6c6c6c), url('../images/footer_1footer.gif');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text.copyright {
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100%;
  text-align: right;
}

.footer-text-cat {
  width: 50%;
  padding-left: 140px;
}

.footer-text-contct {
  width: 50%;
  padding-top: 0px;
}

.footer-contact-heading {
  padding-bottom: 20px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #ff0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-contact-info {
  padding-top: 10px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.footer-contact-info:hover {
  color: #ff0;
}

.wrapper-social-media {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.wrapper-social-media.ig {
  width: 50px;
  height: 50px;
  background-image: url('../images/Instagram_Glyph_Gradient_RGB.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.wrapper-social-media.ig:hover {
  border-radius: 5px;
  background-image: url('../images/Instagram_Glyph_Gradient_RGB.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.wrapper-social-media.fb {
  width: 50px;
  height: 50px;
  background-image: url('../images/f_logo_RGB-Blue_1024.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wrapper-social-media.fb:hover {
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/f_logo_RGB-Blue_1024.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.wrapper-social-media.whatapp {
  width: 50px;
  height: 50px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.31);
  border-radius: 5px;
  background-image: url('../images/WhatsApp_Logo_6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.wrapper-social-media.whatapp:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.footer-contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
}

.footer-contact-icons.contact {
  margin-bottom: 140px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 130%;
  font-weight: 700;
}

.footer-cat-div {
  padding-bottom: 0px;
}

.footer-cat-div.h {
  display: none;
}

.hamberger-menu {
  display: none;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-10.s1 {
  position: static;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(236, 185, 120, 0.8);
  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/arial-Above_Peng_Chau_2-vfinal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arial-Above_Peng_Chau_2-vfinal.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-10.s2 {
  position: static;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  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/LantauTomorrowbg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/LantauTomorrowbg.jpg');
  background-position: 0px 0px, 50% 50%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 12vh;
  border-bottom: 1px solid #ada8a8;
  background-color: #46c346;
  background-image: url('../images/headericonscleaned.png');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-menu-2 {
  display: none;
}

.div-block-14 {
  height: 75%;
  margin-right: 60px;
  margin-left: 60px;
  background-color: transparent;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding: 20px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15.mobile {
  display: none;
}

.div-block-16 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-16:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-20 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-20:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-23 {
  position: static;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  min-width: 400px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.text-block-6 {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: 'Space Mono', sans-serif;
  color: #000;
  font-size: 160%;
  line-height: 120%;
  text-align: right;
  text-transform: capitalize;
}

.text-block-6.wt {
  position: relative;
  margin-right: 10px;
}

.div-block-24 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-24:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.div-block-24.about {
  position: static;
  height: 90%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/we-s.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-24.about:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.div-block-24.ecotour {
  position: static;
  height: 90%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/eco1.jpg');
  background-position: 59% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.div-block-24.sky {
  position: static;
  background-image: url('../images/kingfisher.jpg');
  background-position: 50% 28%;
  background-size: cover;
  text-decoration: none;
}

.div-block-24.ground {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  background-image: url('../images/lanternbug.jpg');
  background-position: 66% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.div-block-24.sea {
  position: static;
  overflow: visible;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
  background-image: url('../images/dolphin-main.png');
  color: #333;
  text-decoration: none;
}

.div-block-24.sea:hover {
  border-style: none;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.div-block-24.ferry {
  position: static;
  height: 90%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/boat.jpg');
  background-position: 50% 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.div-block-24.food {
  background-image: url('../images/biscuits-peng-chau.png');
  background-position: 100% 0%;
  background-size: cover;
}

.div-block-24.plants {
  position: static;
  background-image: url('../images/europh.jpg');
  text-decoration: none;
}

.div-block-24.free-as-a-bird {
  background-image: url('../images/White-throated-Kingfisher.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-24.free-as-a-bird:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-24.crawling-by {
  background-image: url('../images/lanternbug.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-24.crawling-by:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-24.flora {
  background-image: url('../images/europh.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-24.flora:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-24.into-the-sea {
  background-image: url('../images/dolphin-main.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-24.into-the-sea:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.history-slide:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.main-topic-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Happy Monkey', sans-serif;
  color: #fff;
  font-size: 300%;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
}

.main-topic-headings.mobile {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.main-topic-headings.buttons {
  height: auto;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  font-size: 36px;
  text-transform: capitalize;
}

.main-topic-headings.buttons:hover {
  background-color: transparent;
  color: #fff;
}

.main-topic-headings.l {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.main-topic-headings.r {
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main-topic-headings.orange {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #e49a1f;
  text-align: left;
}

.main-topic-headings.arial {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}

.div-block-join-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-width: 1600px;
  min-width: 800px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-join-us:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.body-2 {
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/bluewave.jpg');
  background-size: auto;
  background-repeat: repeat;
}

.body-2.white {
  background-image: none;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1400px;
  min-height: auto;
  margin: 0px auto;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #333;
}

.div-block-53.head {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-53.head.mid {
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.div-block-53.head.white {
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.div-block-53.bottons {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 40px;
}

._100vw {
  overflow: hidden;
  width: 125vw;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

._50.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._25 {
  width: 300px;
  height: 300px;
  margin: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: transparent;
  box-shadow: 2px 2px 9px 0 #000;
  text-align: center;
}

._25._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/hoho.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  text-decoration: none;
}

._25._1:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

._25._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/seondserve.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

._25._2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

._25._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/island-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

._25._3:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

._25._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/paris.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  text-decoration: none;
}

._25._4:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

._25._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-width: 15px;
  border-color: #fff;
  background-image: url('../images/edible-proj.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-decoration: none;
}

.text-block-7 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Space Mono', sans-serif;
  color: #000;
  font-size: 140%;
  text-decoration: none;
}

.brand {
  height: 100%;
}

.div-block-food {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1600px;
  min-width: 800px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
}

.wrapper-restaurant-name {
  overflow: visible;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-2 {
  padding: 0px 50px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(228, 154, 31, 0.8);
  border-radius: 5px;
  background-color: #fdb933;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.link-block-2:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #fff;
}

.wrapper-mainheading-100 {
  display: block;
  height: 100%;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: transparent;
  font-size: 180%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.wrapper-mainheading-100.mid {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper-mainheading-100.mobile {
  display: none;
}

.page-heading {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 160%;
  line-height: 110%;
  font-weight: 700;
  text-align: left;
}

.page-heading.brown {
  font-family: Zpix, sans-serif;
  color: brown;
  font-size: 250%;
}

.page-heading.brown.golden {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.page-heading.brown.orange {
  color: orange;
}

.page-heading.brown.small {
  font-size: 150%;
  line-height: 130%;
}

.main-text {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.main-text._50 {
  display: block;
  width: auto;
  height: 100%;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.main-text._50.food {
  display: block;
  text-align: right;
}

.main-text._50.food.left {
  text-align: left;
}

.main-text.b {
  font-size: 16px;
  font-weight: 700;
}

.main-text.white {
  color: #fff;
}

.main-text.mid {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #fff;
}

.div-block-76 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-76.skreenplate {
  padding: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  text-decoration: none;
}

.image-7 {
  width: 100%;
  height: 100%;
  padding: 0px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.image-7.tile {
  height: 300px;
}

.accomplishment-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
}

.accomplishment-details._100 {
  margin: 40px;
  font-size: 130%;
  line-height: 180%;
  text-align: left;
}

.accomplishment-details._100._1 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 195, 70, 0.4)), to(rgba(70, 195, 70, 0.4)));
  background-image: linear-gradient(180deg, rgba(70, 195, 70, 0.4), rgba(70, 195, 70, 0.4));
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 160%;
}

.wrapper-accomplishment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #e49a1f;
  color: #000;
  cursor: pointer;
}

.wrapper-accomplishment._1 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/wooden.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.text-span-2 {
  padding-left: 10px;
  font-size: 50%;
  text-decoration: underline;
}

.div-block-77 {
  width: 50%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-77.comp {
  display: none;
}

.light-boxes-for-restaurant {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.9);
}

.light-boxes-for-restaurant._1 {
  display: none;
}

.light-boxes-for-restaurant._2 {
  display: none;
}

.light-boxes-for-restaurant._3 {
  display: none;
}

.div-block-78 {
  position: absolute;
  left: auto;
  top: 64%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: rgba(228, 154, 31, 0.8);
}

.div-slider-close-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Livvic;
  color: #fff;
  font-size: 100%;
  text-align: center;
  cursor: pointer;
}

.div-slider-close-bar:hover {
  color: #ff0;
}

.slider {
  height: 90%;
  border-radius: 0px;
}

.text-block-8 {
  padding: 10px;
  color: #000;
}

.slide {
  border-radius: 0px;
  background-image: url('../images/2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2 {
  background-image: url('../images/3.jpg');
}

.slide._3 {
  background-image: none;
}

.slide._4 {
  background-image: url('../images/clero.jpg');
}

.slide-2 {
  background-image: url('../images/food-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2._2 {
  background-image: url('../images/3.jpg');
}

.slide-2._3 {
  background-image: none;
}

.slide-2._4 {
  background-image: url('../images/clero.jpg');
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  font-family: Livvic;
  color: #fff;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.text-block-9:hover {
  border-color: #ff0;
  color: #ff0;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-decoration: none;
}

.mask {
  border-radius: 10px 10px 0px 0px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section-culture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-culture {
  overflow: visible;
  height: 100%;
  background-color: transparent;
}

.slide-culture:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.wrapper-sllider-video-culture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: right;
}

.wrapper-main-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-main-text.mydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-span-3 {
  color: #46c346;
  text-decoration: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #46c346;
  text-decoration: none;
}

.text-span-4 {
  color: #46c346;
}

.first-letter-span {
  color: #333;
  font-size: 250%;
}

.wrapper-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-table.timetable {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.wrapper-table-items._10 {
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
}

.wrapper-table-items._40 {
  width: 40%;
}

.wrapper-table-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.wrapper-table-rows.column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-table-rows.column.c {
  height: 100%;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #def2fb;
}

.wrapper-table-rows.column.pc {
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.wrapper-table-rows.wt {
  padding: 0px 0px 0px 10px;
  background-color: #fff;
}

.text-block-10 {
  display: block;
  -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;
}

.text-span-7 {
  font-size: 80%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 44px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #ff0;
  border-radius: 5px;
  background-color: #ff0;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  border-color: #ff0;
  background-color: #ff0;
  color: #000;
}

.button.fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 5%;
  width: 200px;
  height: 60px;
  border-width: 1px;
  border-color: #000;
  background-color: #ff0;
  color: #000;
}

.button.guide {
  background-color: #c5b358;
  color: #fff;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-temple-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #46c346;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.wrapper-temple-pics {
  width: 100%;
  height: 100%;
}

.wrapper-temple-pics.tinhau {
  position: relative;
  background-image: url('../images/tinhau-t.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.kamfa {
  background-image: url('../images/kamfa.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.lungmo {
  background-image: url('../images/lungmo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.hongshing {
  background-image: url('../images/hungsing.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.yuentong {
  background-image: url('../images/Yuen-Tong.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics._7sis {
  background-image: url('../images/seven-sister-edited.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.daodak {
  background-image: url('../images/dodak.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.alliancechurch {
  background-image: url('../images/alliance.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.catholicchurch {
  background-image: url('../images/churh.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-temple-pics.gospelchurch {
  background-image: url('../images/gospel.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-tample-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.wrapper-tample-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link-block-4:hover {
  border-color: #e49a1f;
  color: #e49a1f;
}

.link-block-4.yel {
  width: 200px;
  height: 40px;
  margin-top: 0px;
  border-color: #ff0;
  border-radius: 10px;
  background-color: #ff0;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
}

.link-block-4.ans {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ff0;
}

.link-block-4.hints {
  width: 60px;
  margin-left: 20px;
  border-style: none;
  background-color: #ff0;
}

.text-block-11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Zpix, sans-serif;
  color: #000;
  font-size: 120%;
}

.text-block-11.yel {
  color: #000;
}

.wrapper-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wrapper-timeslot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.wrapper-timeslot.remark {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeslot-text {
  width: 100%;
  padding-right: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 100%;
  text-align: right;
}

.timeslot-text.mid {
  padding-right: 0px;
  text-align: center;
}

.wrapper-timetable-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -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-color: #3898ec;
}

.wrapper-timetable-days.vert {
  width: 600px;
  max-width: 500px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  background-color: #e49a1f;
}

.from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.from.c {
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #a7e1f7;
  font-family: Roboto, sans-serif;
}

.from.pc {
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ccc;
}

.from._50 {
  width: 50%;
}

.wrapper-terminals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-timetable-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  min-width: 900px;
  border: 1px solid #000;
}

.text-block-12 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-12.remark {
  padding-left: 10px;
  font-family: Roboto, sans-serif;
}

.text-block-15 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.section-pc-hk {
  max-width: 900px;
  min-width: 900px;
}

.section-pc-db {
  min-width: 900px;
}

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

.temple-photo-image {
  margin: 10px 20px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 8px;
  border-color: #fff;
}

.temple-photo-image.main {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-24 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  color: #000;
  text-align: center;
}

.div-block-85 {
  width: auto;
  height: auto;
  max-height: 450px;
  max-width: 320px;
  min-height: 400px;
  min-width: 280px;
  background-image: url('../images/seven-sister-edited.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-9 {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 60%;
  font-weight: 400;
}

.image-9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-2 {
  width: 200px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0;
  border-radius: 10px;
  background-color: #ff0;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.button-2:hover {
  background-color: #ff0;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #000;
}

.button-3 {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0;
  border-radius: 5px;
  background-color: #ff0;
  box-shadow: 1px 1px 2px 0 #000;
  color: #000;
  text-align: center;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.text-span-10 {
  color: #46c346;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
}

.text-block-27 {
  font-family: Roboto, sans-serif;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-89.no {
  display: none;
}

.div-block-89.hide {
  display: none;
}

.div-block-89.mid {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-10 {
  margin-right: 10px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-13 {
  width: 600px;
  max-width: 600px;
  min-width: 300px;
  margin-right: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.audio-bar {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
}

.audio-bar.hidden {
  display: block;
  opacity: 0;
}

.text-span-11 {
  font-size: 8px;
}

.inclined {
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-style: italic;
  text-align: center;
}

.inclined.right {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  width: 80%;
  color: #fff;
  text-align: right;
}

._40px-spacer {
  height: 40px;
}

.topic-heading {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #e49a1f;
  font-size: 180%;
  line-height: 110%;
  font-weight: 700;
  text-align: left;
}

.image-17 {
  margin-right: 10px;
  padding-right: 0px;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-104 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.div-block-104.bird {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pexels-ahmad-qime-2849133.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pexels-ahmad-qime-2849133.jpg');
  background-size: auto, cover;
}

.div-block-104.sea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pexels-oliver-sjöström-1078981.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pexels-oliver-sjöström-1078981.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-104.insect {
  background-color: #fff;
  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/groung.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/groung.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-104.flora {
  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/pc-bg-phtoto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/pc-bg-phtoto.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-block-104.history {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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/Peng-Chau-Island-photo-1974-HK-Memory.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Peng-Chau-Island-photo-1974-HK-Memory.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-104.culture-festival {
  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/2-tin-hau-tample-main-entrance.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/2-tin-hau-tample-main-entrance.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-104.restaurant {
  background-image: url('../images/port-title-img.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: url('../images/port-title-img.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.div-block-104.aboutus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.div-block-104.ecotour {
  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/tour2017.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tour2017.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-104.chokdee {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/tep.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/tep.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.div-block-104.parisrestaurant {
  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/paris.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/paris.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.div-block-104.lslandtable {
  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/island-table-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/island-table-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.div-block-104.hoho {
  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/hoho.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hoho.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.div-block-104.secondserve {
  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/secondserve2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/secondserve2.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.div-block-104.skreen {
  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/Skreen-Top-Pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Skreen-Top-Pic.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.text-block-37 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #ff0;
  font-size: 61px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 14px;
  text-transform: uppercase;
}

.text-block-37.desktop {
  display: block;
  font-family: 'Varela Round', sans-serif;
  font-size: 36px;
  line-height: 150%;
  text-transform: capitalize;
}

.text-block-37.mobile {
  display: none;
}

.text-block-39 {
  font-family: 'Dancing Script', sans-serif;
  color: #ff0;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.div-block-105 {
  width: 80px;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5b358;
  background-color: #c5b358;
  color: #c5b358;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-107 {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.div-block-107.ki {
  border: 0.5px none #000;
  background-image: url('../images/ki.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.island-cafe {
  background-image: url('../images/island-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.dumpling {
  background-image: url('../images/dump.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.chan {
  background-image: url('../images/chan.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.chokdee {
  background-image: url('../images/chokdee.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.wahhing {
  background-image: url('../images/wah-hing.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.eurasian-tree-sparrow {
  background-image: url('../images/Tree_Sparrow.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-107.red-whiskered-bulbul {
  background-image: url('../images/Red-whiskered-Bulbul.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-107.oriental-magpie {
  background-image: url('../images/Oriental-Magpie.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.blackkites {
  background-image: url('../images/black-kites.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.grey-heron {
  background-image: url('../images/Grey-Heron-Ardea-cinerea.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.littleegret {
  background-image: url('../images/little-egret.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.swinhoe-s-white-eye {
  background-image: url("https://assets.website-files.com/63b928be1dee0f71e943d934/63b928be1dee0f462043d9eb_Swinhoe's%20White-Eye.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-107.white-throated-kingfisher {
  background-image: url('../images/White-throated-Kingfisher.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.cnwhitedolphin {
  background-image: url('../images/white-dolphins.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.yangtze-finless-porpoise {
  background-image: url('../images/800px-Yangtze_finless_porpoise_10_November_2006.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.seahorse {
  background-image: url('../images/sea-horse.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.cellana-grata {
  background-image: url('../images/Cellana-grata.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.liolophura-japonica {
  background-image: url('../images/chiton.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.echinogorgia-lama {
  background-image: url('../images/coralEchinogorgia_lama.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.stereonephthya-sp {
  background-image: url('../images/coralStereonephthya.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.dendronephthya-sp {
  background-image: url('../images/coralDendronephthya.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-107.sinularia-brassica {
  background-image: url('../images/coralSinularia.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.menella-sp {
  background-image: url('../images/coralMenella.jpg');
  background-position: 0% 16%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.echinogorgia-sp {
  background-image: url('../images/coralEchinogorgia.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.plesiastrea-versipora {
  background-image: url('../images/coralPlesiastrea.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.porites-lobata {
  background-image: url('../images/Plesiastrea-versipora.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107.favites-abdita {
  background-image: url('../images/coralFavites.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-107.goniastrea-aspera {
  background-image: url('../images/coralGoniastrea.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.goniopora-columna {
  background-image: url('../images/coralGoniopora.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.platyra-sinensis {
  background-image: url('../images/coralPlatyra.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.lantern-fly {
  background-image: url('../images/lanternbug.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.chloridolum-taiwanum {
  background-image: url('../images/Chloridolum-taiwanum.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107.stick-bug {
  background-image: url('../images/stinkbug.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107.reddragonfly {
  background-image: url('../images/dragonflies_Na_py.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107.tigerbettle {
  background-image: url('../images/tigerbeetle.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-107.transparentladybug {
  background-image: url('../images/transparent-ladybug.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-107.agave-angustifolia {
  background-image: url('../images/agave.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.banyan-trees {
  background-image: url('../images/Banyan-tree.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.chinese-lobelia {
  background-image: url('../images/lobelia.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.stickbush {
  background-image: url('../images/clero.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-107.yellow-oleander {
  background-image: url('../images/thevetia.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.giant-taro {
  background-image: url('../images/aloca.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.shining-prickly-ash {
  background-image: url('../images/zantho.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.rose-myrtle {
  background-image: url('../images/rhodom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.nightblooming-cereus {
  background-image: url('../images/hyloc.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-107.strophanthus-divaricatus {
  background-image: url('../images/stroph.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.lichens {
  background-image: url('../images/lichen.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-107.jade-kylin-euphorbia {
  background-image: url('../images/europh.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.bamboo {
  background-image: url('../images/bamboo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.paperbarkstrees {
  background-image: url('../images/paperback.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.podocarpus-brevifolius {
  background-image: url('../images/Podocarpus-Brevifolius9.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.blue {
  background-image: url('../images/blue-rock-thrush.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-107.bikecoffee {
  background-image: url('../images/coffeeman.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.secondserve {
  background-image: url('../images/seondserve.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.soho {
  background-image: url('../images/hoho.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.mafa {
  background-image: url('../images/mafa.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.express {
  background-image: url('../images/express.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.paris {
  background-image: url('../images/paris.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.hoihinglong {
  background-image: url('../images/hoihinglong.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.muitao {
  background-image: url('../images/muitao.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.kimyuen {
  background-image: url('../images/kam-yuen.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.shinghing {
  background-image: url('../images/shing.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.china {
  background-image: url('../images/oldchinahand.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.joy {
  background-image: url('../images/joyinn.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.comeberich {
  background-image: url('../images/comerich.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.anoy {
  background-image: url('../images/anoy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.dakhing {
  background-image: url('../images/dak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.siuwah {
  background-image: url('../images/siu-wah-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.yummy {
  background-image: url('../images/yummy-cafe.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.pcres {
  background-image: url('../images/pc-cafe.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.honey {
  background-image: url('../images/sweet-honey.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.hoiking {
  background-image: url('../images/hoi-king.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.wingzai {
  background-image: url('../images/wingzai.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.seacoast {
  background-image: url('../images/seacoast.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.openif {
  background-image: url('../images/open-if-available.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-107.edibleproj {
  background-image: url('../images/edible-proj.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-108 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c5b358;
}

.text-block-40 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-109 {
  display: block;
  height: 300px;
  padding: 40px 10px 10px;
  background-color: #c5b358;
}

.text-block-41 {
  display: block;
  margin-bottom: 20px;
  color: #ff0;
  font-size: 18px;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
}

.text-block-42 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-span-12 {
  padding-left: 10px;
}

.button-4 {
  display: block;
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.button-4.hide {
  display: none;
}

.div-block-111 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-span-13 {
  font-family: 'Varela Round', sans-serif;
  color: #ff0;
  font-size: 56px;
  font-weight: 700;
}

.text-span-14 {
  font-size: 16px;
}

.text-span-15 {
  font-size: 16px;
}

.link-4 {
  text-decoration: underline;
}

.text-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.text-block-43:hover {
  border-color: #46c346;
  box-shadow: 1px 1px 3px 0 #46c346;
  color: #46c346;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.bold-text-3 {
  display: block;
  -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;
}

.image-19 {
  margin-bottom: 20px;
}

.bold-text-4 {
  text-transform: capitalize;
}

.italic-text {
  text-transform: capitalize;
}

.bold-text-5 {
  text-transform: capitalize;
}

.italic-text-2 {
  text-transform: capitalize;
}

.bold-text-6 {
  text-transform: capitalize;
}

.italic-text-3 {
  text-transform: capitalize;
}

.slider-2 {
  width: 100%;
  height: 90%;
}

.slider-2:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.right-arrow-2 {
  display: none;
}

.icon-2 {
  display: none;
}

.wrapper-image-cul-1 {
  height: 100%;
  background-image: url('../images/Tin-Hau-Fest-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-image-cul-2 {
  height: 100%;
  background-image: url('../images/culture-1.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-3 {
  display: none;
}

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

.content-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.content-bg.skreenpink {
  background-color: #ff7c6c;
}

.button-5 {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/wooden.png');
  background-position: 0px 0px;
  background-size: auto;
}

.button-5:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

._80px-spacer-copy {
  width: 100%;
  height: 80px;
}

.popupculture.commercial-trade {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupculture.agriculture {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupculture.fishing {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupculture.industry {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupculture.residents {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupculture.tourism {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-119 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 140px;
  background-image: url('../images/Scroll.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
}

.left-arrow-2 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.grid-5 {
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-121 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vw;
  max-width: 1600px;
  min-width: 800px;
  -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-color: #fff;
}

.div-block-121.orange {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  background-color: transparent;
}

.div-block-121.orange.both {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: transparent;
}

.div-block-121.orange.culture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.div-block-121.orange.history {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.div-block-122 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-122.left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  background-color: transparent;
  text-decoration: none;
}

.div-block-122.right {
  text-decoration: none;
}

.grid-6 {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  padding: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 800px;
  margin: 40px auto;
  padding: 40px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1600px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-for-culture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 20px;
  background-color: #fff;
}

.text-block-46 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.button-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #ff0;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.button-6:hover {
  box-shadow: 2px 2px 3px 0 #000;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-129 {
  position: relative;
  display: block;
  width: 100%;
  height: 60vh;
  background-color: #fff;
}

.popup-for-history {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 20px;
  background-color: #fff;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fdb933;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.button-7:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.button-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #02a95c;
  border-radius: 5px;
  background-color: transparent;
  color: #02a95c;
  font-size: 21px;
  font-weight: 700;
}

.button-8:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.text-block-47 {
  width: 100%;
  max-width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #6c6c6c;
  font-size: 19px;
  text-align: left;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-20 {
  height: 100%;
  min-width: 300px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
}

.div-block-137 {
  width: 100%;
  height: 50%;
  padding: 20px;
  border-radius: 10px;
  background-image: url('../images/pexels-charles-parker-5859319.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-48 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.text-block-47-copy {
  width: 100%;
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #6c6c6c;
  font-size: 19px;
  text-align: center;
}

.bold-text-7 {
  color: #e49a1f;
  font-size: 30px;
  text-align: left;
}

.text-block-50 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.dropdown-toggle.w--open {
  font-size: 100%;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100%;
}

.dropdown-list {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list.w--open {
  position: absolute;
  left: auto;
  top: 90%;
  right: auto;
  bottom: auto;
  background-color: #46c346;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-weight: 700;
}

.dropdown-link {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
}

.dropdown-link:hover {
  color: #ff0;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.text-block-51 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.div-block-144 {
  margin-right: 20px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-145 {
  width: 100vw;
  height: 80vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(76%, transparent)), url('../images/Banyan-tree.jpeg');
  background-image: linear-gradient(0deg, #000, transparent 76%), url('../images/Banyan-tree.jpeg');
  background-position: 0px 0px, 50% 41%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.link-5 {
  font-size: 25px;
}

.text-span-16 {
  font-size: 70%;
}

.div-block-146 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-52 {
  margin: 10px 5px 5px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

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

.image-21 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
  border-radius: 0px;
}

.foodtile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foodtile-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
}

.foodtile-description {
  height: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-transform: capitalize;
}

.image-24 {
  width: 200px;
  height: 200px;
  border-radius: 500px;
}

.bold-text-8 {
  color: #e49a1f;
  text-align: left;
}

.text-block-53 {
  font-weight: 700;
  text-align: center;
}

.image-25 {
  margin-left: 20px;
}

.div-block-147 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-span-18 {
  color: #46c346;
}

.text-block-54 {
  display: inline-block;
  margin-left: 0px;
  padding: 10px 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 3px;
  border-color: #333;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.text-block-54:hover {
  color: #fff;
}

.link-block-5 {
  margin-left: 10px;
  color: #333;
  text-decoration: none;
}

.link-block-5:hover {
  border-style: none;
  border-width: 1px;
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.text-block-55 {
  font-size: 8px;
}

.red {
  color: red;
}

.div-block-149 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-3 {
  height: 88vh;
}

.slider-4 {
  height: 88vh;
}

.text-block-3-1 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50%;
  text-align: right;
}

.text-span-19 {
  height: 25px;
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
}

.text-span-19.bot {
  color: #5aa9e6;
  text-decoration: underline;
}

.html-embed-2 {
  width: 400px;
  height: 500px;
}

.text-block-scan {
  font-size: 20px;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 50px;
  max-width: 300px;
  margin-bottom: 20px;
  -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;
  text-decoration: none;
}

.body-4 {
  background-color: #000;
}

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

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bookpic {
  border-style: none;
  border-width: 20px;
  border-color: #fff;
}

.bookpic.withframe {
  border-style: solid;
}

.text-span-20 {
  color: red;
}

.text-block-56 {
  font-family: 'Happy Monkey', sans-serif;
  font-size: 60px;
}

.text-block-57 {
  padding: 20px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 45px;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

.html-embed-3 {
  position: relative;
  width: auto;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-151 {
  width: 500px;
  min-height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-152.mid {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-153 {
  width: 500px;
  height: auto;
}

.text-span-21 {
  color: gold;
  text-shadow: 1px 1px 6px #000;
}

.text-span-22 {
  text-decoration: underline;
}

.text-span-23 {
  color: red;
}

.text-span-24 {
  text-decoration: underline;
}

.text-span-26 {
  text-decoration: underline;
}

.html-embed-4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.html-embed-5 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #ada8a8;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.image-26 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-27 {
  width: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 5px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: dashed;
  border-width: 5px;
  border-color: #ada8a8;
  border-radius: 10px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #ada8a8;
  font-size: 200px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-155 {
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 80px;
  background-color: #ff0;
  background-image: url('../images/camera.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.div-block-155.cam {
  margin-bottom: 0px;
}

.div-block-155.cam.demo {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-155.cam.t2 {
  margin-bottom: 10px;
}

.div-block-155.code {
  display: block;
  background-image: url('../images/code-machine.png');
}

.div-block-155.codem {
  background-image: url('../images/code-machine.png');
}

.div-block-155.codem.demo {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-156 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50px;
  background-color: #e49a1f;
}

.text-span-28 {
  color: red;
}

.text-span-29 {
  text-decoration: underline;
}

.text-span-30 {
  font-size: 60px;
}

.image-28 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-span-31 {
  font-weight: 700;
}

.html-embed-7 {
  padding: 10px;
}

.text-block-58 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6c6c6c;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.image-29 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 50px;
  border-color: #fff;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-block-7:hover {
  border-color: #e49a1f;
  color: #e49a1f;
}

.link-block-7.hints {
  border-style: none;
  background-color: #ff0;
}

.link-block-7.ans {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ff0;
}

.text-block-59 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 120%;
}

.text-span-32 {
  color: red;
}

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed-8 {
  overflow: hidden;
}

.text-block-60 {
  padding: 10px;
  font-size: 2em;
}

.html-embed-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tips {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 1;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-159 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -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;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.div-block-161 {
  width: 90%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  background-color: transparent;
}

.div-block-162 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10%;
  height: 100%;
  border-top-right-radius: 20px;
  background-color: transparent;
  background-image: url('../images/cross-mark-button_274e.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.text-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.49);
  opacity: 1;
  font-size: 16px;
  line-height: 100%;
}

.div-block-163 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.text-span-33 {
  color: red;
}

.html-embed-10 {
  background-color: transparent;
  font-family: Zpix, sans-serif;
}

.text-span-34 {
  color: red;
}

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

.html-embed-12 {
  overflow: hidden;
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-block {
  width: 100%;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 10px;
  font-family: Zpix, sans-serif;
  font-size: 25px;
}

.formlabel {
  font-family: Zpix, sans-serif;
  color: #ff0;
  font-size: 25px;
  line-height: 30px;
}

.image-31 {
  border-style: none;
  border-width: 2px;
  border-color: #000;
  border-radius: 5px;
}

.text-field {
  border-radius: 5px;
  background-color: #fff;
}

.wrapper-mainheading-100-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: transparent;
  font-size: 180%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-164.mid {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-62 {
  color: #000;
  font-size: 120%;
}

.div-block-165 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.main-text-2 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1400px;
  min-height: auto;
  margin: 0px auto;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #333;
}

.div-block-166.head {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-166.head.white {
  background-color: #fff;
  background-image: none;
}

.page-heading-2 {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 160%;
  line-height: 110%;
  font-weight: 700;
  text-align: left;
}

.page-heading-2.brown {
  color: brown;
  font-size: 250%;
}

.image-32 {
  width: 450px;
  outline-color: #f9f9f9;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 10px;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-34 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-35 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.success-message {
  background-color: #46c346;
}

.text-block-63 {
  color: #ff0;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  background-color: #e78787;
}

@media screen and (max-width: 991px) {
  .wrapper-hero {
    height: 90vh;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-message {
    font-size: 350%;
    line-height: 100%;
  }

  .hero-message.mobile {
    font-size: 280%;
    line-height: 130%;
  }

  .logo {
    top: auto;
    z-index: auto;
    display: block;
    width: 300px;
    height: auto;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-linklayout.contact.hamburger {
    width: 300px;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 5px;
    border-color: #ff0;
    border-radius: 10px;
    background-color: #ff0;
    box-shadow: 1px 1px 3px 0 #6c6c6c;
    color: transparent;
  }

  .nav-linklayout.contact.hamburger:hover {
    background-color: #ff0;
    color: #fff;
  }

  .nav-linklayout.burger-menu {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .nav-linklayout.burger-menu.w--current {
    margin-bottom: 20px;
  }

  .nav-linklayout.burger-menu.hide {
    display: none;
  }

  .nav-menu-text {
    display: block;
  }

  .nav-menu-text.hamberger {
    margin: 0px;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #000;
    text-transform: uppercase;
  }

  .nav-menu-text.hamberger:hover {
    border: 1px none #000;
    background-color: #ff0;
    color: #000;
  }

  .nav-menu-text.hooter {
    font-size: 120%;
  }

  .wrapper-slider:hover {
    -webkit-filter: none;
    filter: none;
  }

  .wrapper-image-first {
    background-image: url('../images/stone-tablet.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .wrapper-image-first.culture {
    background-image: url('../images/culture-3.jpg');
    background-position: 50% 100%;
  }

  .wrapper-image-second.culture {
    background-image: url('../images/culture-1.jpg');
    background-position: 50% 26%;
  }

  .wrapper-image-third.culture {
    background-image: url('../images/culture-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .button-game-menu {
    background-color: hsla(0, 0%, 100%, 0.5);
  }

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

  .text-block {
    width: 80%;
    max-width: 600px;
    background-color: rgba(0, 39, 175, 0.38);
    font-size: 500%;
  }

  .div-block-6 {
    display: none;
  }

  .wrapper-hero-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px solid #fff;
  }

  .text-block-3 {
    font-size: 100%;
  }

  .footer-text-cat {
    padding-left: 0px;
  }

  .footer-contact-heading {
    color: #ff0;
    font-size: 160%;
  }

  .footer-contact-info {
    font-size: 120%;
  }

  .footer-cat-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamberger-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: block;
    width: 100%;
    margin-top: 0vh;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #ada8a8;
    background-color: #46c346;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-10.s1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/arial-Above_Peng_Chau_2-vfinal.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/arial-Above_Peng_Chau_2-vfinal.jpg');
    background-position: 0px 0px, 38% 50%;
    background-size: auto, 180% 100%;
    background-repeat: repeat, no-repeat;
  }

  .div-block-10.s2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/LantauTomorrowbg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/LantauTomorrowbg.jpg');
    background-position: 0px 0px, 38% 50%;
    background-size: auto, 180% 100%;
    background-repeat: repeat, no-repeat;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    border-bottom: 1px solid #ada8a8;
    background-color: #46c346;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-menu-2 {
    display: block;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-image: url('../images/sttab.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    text-align: center;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-15 {
    display: none;
    margin-top: 0px;
  }

  .div-block-15.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    margin-bottom: 20px;
    text-decoration: none;
  }

  .div-block-20.mobile {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
    text-decoration: none;
  }

  .div-block-23 {
    width: 100%;
    height: 300px;
    text-decoration: none;
  }

  .text-block-6 {
    position: static;
    padding-top: 0px;
    color: #000;
  }

  .text-block-6.wt {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .text-block-6.wt.mobile {
    display: none;
  }

  .div-block-24.ecotour {
    position: static;
    background-image: url('../images/eco1.jpg');
  }

  .div-block-24.sky {
    height: 100%;
    background-repeat: no-repeat;
  }

  .div-block-24.sea {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-24.ferry {
    background-image: url('../images/boat.jpg');
    background-position: 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-24.food {
    background-image: url('../images/celebration-cheers-dining-1268558.jpg');
  }

  .div-block-24.plants {
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .history-slide:hover {
    -webkit-filter: none;
    filter: none;
  }

  .main-topic-headings {
    height: 150px;
    text-decoration: underline;
  }

  .main-topic-headings.mobile {
    height: 120px;
    margin-bottom: 20px;
    -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;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    line-height: 120%;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-transform: none;
  }

  .main-topic-headings.mobile.wt {
    color: #fff;
  }

  .main-topic-headings.spc {
    height: 150px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 300%;
    font-weight: 700;
    text-decoration: none;
  }

  .main-topic-headings.buttons {
    font-size: 26px;
    text-decoration: none;
  }

  .main-topic-headings.arial {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._300px-h-20-bot-margin {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-join-us {
    height: 100%;
  }

  .body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-53.head {
    max-width: 750px;
    min-width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-53.head.mid {
    background-color: #000;
    background-image: none;
  }

  .div-block-53.bottons {
    width: 100%;
    padding-left: 20px;
  }

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

  .brand.w--current {
    height: auto;
  }

  .div-block-food {
    height: 100%;
  }

  .link-block-2 {
    display: block;
    width: 80%;
    text-decoration: none;
  }

  .wrapper-mainheading-100 {
    display: block;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 100%;
    text-decoration: underline;
  }

  .wrapper-mainheading-100.mobile {
    display: none;
  }

  .page-heading {
    max-width: 700px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 100%;
    font-weight: 700;
  }

  .page-heading.brown.golden {
    font-family: Zpix, sans-serif;
    text-align: center;
    text-decoration: none;
  }

  .main-text {
    display: block;
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 140%;
  }

  .main-text._50 {
    font-size: 20px;
    line-height: 160%;
    font-weight: 500;
  }

  .main-text._50.food.right {
    text-align: center;
  }

  .main-text._50.food.left {
    text-align: center;
  }

  .main-text.white {
    max-width: 750px;
  }

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

  .div-block-75 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-76 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-7 {
    width: 100%;
  }

  .accomplishment-topic {
    padding-right: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
  }

  .accomplishment-details._100._1 {
    font-size: 20px;
  }

  .wrapper-accomplishment._1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-2 {
    font-size: 79%;
  }

  .div-block-77 {
    width: 100%;
    padding: 15px;
  }

  .div-block-77.comp {
    display: block;
  }

  .div-block-77.mobile {
    display: none;
  }

  .section-culture {
    height: 90%;
    border-style: none;
    border-width: 15px;
    border-color: #fff;
  }

  .slide-culture {
    background-color: #fff;
  }

  .wrapper-sllider-video-culture {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .wrapper-main-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .first-letter-span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 100%;
  }

  .wrapper-table.timetable {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button {
    height: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button.fixed {
    right: 2%;
    bottom: 2%;
    z-index: 10;
    height: 50px;
  }

  .grid-3 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-tample-card {
    width: 100%;
  }

  .link-block-4 {
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-timeslot {
    padding-right: 10px;
  }

  .timeslot-text {
    width: 60%;
    padding-right: 20px;
    font-size: 100%;
  }

  .wrapper-timetable-days {
    max-width: 700px;
    min-width: 700px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .wrapper-timetable-days.vert {
    display: none;
  }

  .from {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .from.c {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .wrapper-timetable-main {
    width: 100%;
    max-width: 700px;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-pc-hk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-pc-db {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-cc-pc {
    width: 100%;
  }

  .div-block-83 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .temple-photo-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .text-span-9 {
    color: #fff;
  }

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

  .div-block-87 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-89.mid {
    margin-bottom: 100px;
  }

  .image-13 {
    width: 300px;
  }

  .topic-heading {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 100%;
    font-weight: 700;
  }

  .div-block-104.flora {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pc-bg-phtoto.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pc-bg-phtoto.jpg');
  }

  .text-block-37 {
    color: #ff0;
    font-size: 56px;
    font-weight: 700;
  }

  .text-block-37.desktop {
    display: none;
  }

  .text-block-37.mobile {
    display: block;
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .text-block-39 {
    color: #ff0;
  }

  .grid-4 {
    width: 100%;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-107.agave-angustifolia {
    background-image: url('../images/agave.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-107.banyan-trees {
    background-image: url('../images/baryontree.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-109 {
    display: block;
  }

  .text-block-41 {
    display: block;
  }

  .text-block-42 {
    display: block;
  }

  .text-span-13 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 6px;
  }

  .text-span-13.cn {
    font-size: 90px;
  }

  .content-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-5 {
    width: 100%;
  }

  .popupculture.commercial-trade {
    display: block;
  }

  .div-block-119 {
    background-size: cover;
  }

  .div-block-123 {
    height: 100%;
    max-width: 800px;
    min-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .button-7.small {
    width: 100px;
    height: 40px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-20 {
    width: 100%;
    max-height: none;
    max-width: 800px;
    min-width: 300px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .div-block-134 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-139 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    padding-right: 40px;
    padding-left: 40px;
    -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/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

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

  .div-block-141 {
    margin-right: 20px;
  }

  .text-block-49 {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
  }

  .slide-3 {
    background-color: #fff;
  }

  .div-block-145 {
    background-size: auto, cover;
  }

  .text-span-17 {
    font-family: 'Varela Round', sans-serif;
    color: #ff0;
    font-size: 35px;
  }

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

  .image-21 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-8 {
    text-align: center;
  }

  .div-block-149 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .text-block-3-1 {
    font-size: 100%;
  }

  .section-3 {
    height: 730px;
  }

  .body-4 {
    background-color: #000;
  }

  .html-embed-3 {
    max-width: 80%;
  }

  .text-span-21 {
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    text-shadow: 1px 1px 11px #000;
  }

  .div-block-155 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .div-block-155.cam.demo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-155.code {
    display: block;
    margin-top: 0px;
    background-image: url('../images/code-machine.png');
  }

  .div-block-155.codem.demo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .link-block-7 {
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tips {
    display: none;
  }

  .div-block-158 {
    display: block;
    width: auto;
    height: auto;
  }

  .div-block-163 {
    min-height: 150px;
  }

  .wrapper-mainheading-100-2 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 100%;
    text-decoration: underline;
  }

  .div-block-165 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .main-text-2 {
    display: block;
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 140%;
  }

  .div-block-166 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-166.head {
    max-width: 750px;
    min-width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .page-heading-2 {
    max-width: 700px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 100%;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .nav-linklayout.contact.hamburger {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-menu-text.hamberger:hover {
    border-radius: 10px;
  }

  .div-block-3 {
    padding: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-game-menu {
    text-transform: uppercase;
  }

  .text-block {
    max-width: 480px;
    margin-bottom: 140px;
    font-size: 300%;
  }

  .div-block-4 {
    width: 50%;
  }

  .wrapper-hero-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-footer {
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff #000 #000;
  }

  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-text.copyright {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-text-cat {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-text-contct {
    width: 100%;
  }

  .hamberger-menu {
    height: auto;
  }

  .div-block-10.s1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-10.s2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navbar {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-14 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-topic-headings {
    height: 150px;
    text-decoration: underline;
  }

  .main-topic-headings.mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 250%;
  }

  .main-topic-headings.spc {
    height: 150px;
    font-size: 250%;
  }

  .body-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-53 {
    max-width: 700px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-53.head {
    max-width: 550px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-53.head.mid {
    width: 100%;
    max-width: 500px;
    min-width: 250px;
    background-color: transparent;
    background-image: url('../images/depositphotos_129477794-stock-photo-light-brown-recycled-paper-texture.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-53.bottons {
    padding-left: 10px;
  }

  .wrapper-mainheading-100 {
    max-width: none;
    font-size: 150%;
    font-weight: 700;
  }

  .page-heading {
    max-width: 460px;
  }

  .page-heading.brown.golden {
    text-align: center;
  }

  .main-text {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .main-text._50 {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
  }

  .main-text._50.mobile {
    text-align: center;
  }

  .accomplishment-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-main-text {
    max-width: 460px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wrapper-table-rows.column.c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .wrapper-table-rows.column.pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-4.ans {
    margin-left: 0px;
  }

  .wrapper-timeslot {
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .timeslot-text {
    width: 70%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .timeslot-text.mid {
    padding-right: 0px;
    text-align: center;
  }

  .wrapper-timetable-days {
    max-width: none;
    min-width: 460px;
  }

  .wrapper-timetable-days.vert {
    background-color: #e49a1f;
  }

  .from.c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .from.pc {
    height: 60px;
  }

  .wrapper-terminals {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper-timetable-main {
    width: auto;
    max-width: none;
  }

  .text-block-14 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 120%;
  }

  .text-block-18 {
    line-height: 120%;
  }

  .text-block-19 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-21 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-22 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-pc-hk {
    max-width: 460px;
  }

  .section-pc-db {
    min-width: 480px;
  }

  .div-block-83 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .temple-photo-image {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .temple-photo-image.main {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .button-2 {
    background-color: #ff0;
    color: #000;
  }

  .div-block-87.noleftmargin {
    padding-left: 0px;
  }

  .div-block-89 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-13 {
    width: 200px;
    min-width: 300px;
    margin-bottom: 10px;
  }

  .div-block-92 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-104.aboutus {
    position: relative;
    width: 100%;
  }

  .text-block-37 {
    font-size: 46px;
  }

  .text-block-39 {
    font-size: 30px;
  }

  .text-block-42 {
    display: block;
  }

  .text-span-13 {
    font-size: 40px;
  }

  .div-block-113 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-114 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .content-bg {
    width: 100%;
  }

  .div-block-119 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-145 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(95%, transparent)), url('../images/Banyan-tree.jpeg');
    background-image: linear-gradient(0deg, #000, transparent 95%), url('../images/Banyan-tree.jpeg');
    background-position: 0px 0px, 50% 41%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-span-17 {
    font-size: 30px;
  }

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

  .text-block-54 {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-148 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -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;
  }

  .icon-4 {
    display: block;
  }

  .icon-5 {
    display: block;
  }

  .right-arrow-3 {
    display: none;
  }

  .left-arrow-4 {
    display: none;
  }

  .left-arrow-5 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .html-embed-2 {
    width: 360px;
    height: auto;
  }

  .section-3 {
    height: 730px;
  }

  .text-block-57 {
    text-align: center;
  }

  .html-embed-3 {
    width: auto;
    max-width: none;
    min-width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-152.mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-27 {
    width: 400px;
  }

  .html-embed-6 {
    font-size: 120px;
  }

  .div-block-155 {
    width: 50px;
    height: 50px;
  }

  .div-block-156 {
    border-radius: 60px;
  }

  .text-block-58 {
    font-size: 20px;
  }

  .link-block-7.ans {
    margin-left: 0px;
  }

  .div-block-157 {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-8 {
    width: 100%;
  }

  .div-block-158 {
    width: auto;
    height: auto;
  }

  .wrapper-mainheading-100-2 {
    max-width: none;
    font-size: 150%;
    font-weight: 700;
  }

  .main-text-2 {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .div-block-166 {
    max-width: 480px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-166.head {
    max-width: 550px;
    -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;
  }

  .page-heading-2 {
    max-width: 460px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-hero {
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-message {
    max-width: 450px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    font-size: 400%;
    line-height: 100%;
    text-align: center;
  }

  .hero-message.mobile {
    display: block;
    margin-bottom: 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
  }

  .logo {
    position: static;
    top: auto;
    display: block;
    width: 200px;
    padding-top: 0%;
    padding-left: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-linklayout.contact.hamburger {
    border-style: none;
  }

  .nav-linklayout.burger-menu {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .nav-linklayout.burger-menu.w--current {
    margin-bottom: 15px;
  }

  .nav-menu-text.hamberger {
    border-style: none;
    border-width: 1px;
    border-color: #ff0;
    background-color: #ff0;
    box-shadow: 1px 1px 3px 0 #000;
    color: #000;
  }

  .nav-menu-text.hamberger:hover {
    border-style: none;
    background-color: transparent;
  }

  .nav-menu-text.hooter {
    text-align: center;
  }

  .content-slide {
    height: auto;
  }

  .wrapper-slider {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
  }

  .wrapper-image-third {
    background-position: 50% 50%;
  }

  .div-block-3 {
    padding: 40px 5px 0px;
    background-size: contain;
  }

  .button-game-menu {
    width: 120%;
  }

  .button-game-menu:hover {
    color: #000;
  }

  .text-block {
    width: 100%;
    max-width: 340px;
    border-width: 15px;
    font-size: 300%;
  }

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

  .div-block-6 {
    display: none;
  }

  .wrapper-hero-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .section-footer {
    height: 100%;
  }

  .text-block-3 {
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 100%;
    text-align: left;
  }

  .footer-text-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .footer-contact-heading {
    padding-left: 0px;
    text-align: center;
  }

  .footer-contact-info {
    padding-left: 10px;
    font-size: 100%;
    text-align: center;
  }

  .wrapper-social-media.ig {
    width: 40px;
    height: 40px;
  }

  .wrapper-social-media.ig:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-social-media.fb {
    width: 40px;
    height: 40px;
  }

  .wrapper-social-media.fb:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-social-media.whatapp {
    width: 40px;
    height: 40px;
    border-style: none;
  }

  .wrapper-social-media.whatapp:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .footer-contact-icons {
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-contact-icons.contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-cat-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .hamberger-menu {
    position: relative;
    top: auto;
    margin-top: auto;
    margin-bottom: 0px;
    padding-top: 40px;
  }

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

  .div-block-10 {
    padding-top: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), none;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-10.s1 {
    height: 100%;
    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/arial-Above_Peng_Chau_2-vfinal.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arial-Above_Peng_Chau_2-vfinal.jpg');
    background-position: 0px 0px, 35% 50%;
    background-size: auto, auto 100%;
    background-repeat: repeat, no-repeat;
  }

  .div-block-10.s2 {
    height: 100%;
    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/LantauTomorrowbg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/LantauTomorrowbg.jpg');
    background-position: 0px 0px, 35% 50%;
    background-size: auto, auto 100%;
    background-repeat: repeat, no-repeat;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    height: 10vh;
  }

  .icon {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/sttab.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
  }

  .menu-button {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .div-block-14 {
    position: relative;
    bottom: auto;
    -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;
  }

  .div-block-15.mobile {
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
  }

  .div-block-16 {
    height: 200px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
  }

  .div-block-20.mobile {
    padding: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
  }

  .div-block-23 {
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }

  .text-block-6 {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 20px;
    text-align: center;
  }

  .text-block-6.wt {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 130%;
  }

  .text-block-6.wt.mobile {
    display: none;
  }

  .div-block-24 {
    position: static;
  }

  .div-block-24.about {
    border-radius: 5px;
    background-position: 50% 50%;
  }

  .div-block-24.ecotour {
    position: static;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-24.food {
    position: static;
    background-position: 100% 0%;
  }

  .main-topic-headings {
    font-size: 250%;
  }

  .main-topic-headings.mobile {
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 200%;
    line-height: 120%;
    text-align: center;
  }

  .main-topic-headings.mobile.wt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-topic-headings.spc {
    background-image: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 200%;
    line-height: 120%;
    font-weight: 700;
    text-decoration: none;
  }

  ._300px-h-20-bot-margin {
    height: 200px;
    margin-top: 0px;
  }

  .div-block-join-us {
    border-radius: 5px;
  }

  .body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-53 {
    width: 100%;
    max-width: none;
    min-width: 360px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-53.head {
    max-width: 450px;
  }

  .div-block-53.bottons {
    padding-left: 10px;
  }

  .brand {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .brand.w--current {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-mainheading-100 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-heading {
    width: 320px;
    height: 100%;
    max-width: 360px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 150%;
    font-weight: 700;
    text-decoration: none;
  }

  .page-heading.brown {
    font-size: 200%;
    text-align: center;
  }

  .page-heading.brown.golden {
    font-size: 250%;
  }

  .page-heading.brown.small {
    font-size: 100%;
  }

  .main-text {
    width: 320px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 130%;
  }

  .main-text._50 {
    width: 100%;
    height: 100%;
  }

  .main-text.b {
    margin-top: 10px;
    font-size: 120%;
  }

  .main-text.white {
    text-align: left;
  }

  .main-text.mid {
    text-align: center;
  }

  .div-block-76 {
    height: 300px;
    margin-bottom: 20px;
    padding: 0px;
  }

  .image-7 {
    width: auto;
    padding: 0px;
  }

  .accomplishment-topic {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 20px;
    font-weight: 500;
  }

  .accomplishment-details._100._1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 120%;
  }

  .wrapper-accomplishment._1 {
    height: 300%;
    margin-top: 40px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: repeat;
  }

  .text-span-2 {
    font-size: 80%;
    text-align: left;
  }

  .div-block-77 {
    padding: 10px;
  }

  .section-culture {
    height: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-sllider-video-culture {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-bottom: 0px;
  }

  .wrapper-main-text {
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-main-text.mydiv {
    display: none;
  }

  .wrapper-main-text.left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wrapper-table.timetable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrapper-table-rows.column.c {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrapper-table-rows.column.pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrapper-table-rows.wt {
    padding-left: 0px;
  }

  .button.fixed {
    right: 0%;
    bottom: 1%;
    z-index: 10;
  }

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

  .wrapper-temple-text {
    width: 100%;
  }

  .wrapper-temple-pics {
    width: 100%;
  }

  .wrapper-temple-pics.kamfa {
    background-position: 50% 50%;
  }

  .wrapper-temple-pics.hongshing {
    background-image: url('../images/hungsing.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wrapper-temple-pics.daodak {
    background-position: 50% 50%;
  }

  .wrapper-temple-pics.alliancechurch {
    background-position: 50% 50%;
  }

  .wrapper-tample-card {
    width: 80vw;
  }

  .link-block-4 {
    height: 40px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-color: #000;
    border-radius: 5px;
    color: #ff0;
  }

  .link-block-4.yel {
    height: 40px;
    border-color: #ff0;
    border-radius: 5px;
  }

  .text-block-11 {
    color: #000;
  }

  .text-block-11.yel {
    color: #000;
  }

  .wrapper-icon-holder {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-timeslot {
    height: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .wrapper-timeslot.remark {
    width: 320px;
    height: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .timeslot-text {
    width: 60px;
    padding-right: 0px;
    text-align: right;
  }

  .wrapper-timetable-days {
    max-width: 320px;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .from {
    padding-right: 5px;
    padding-left: 5px;
  }

  .from.c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-terminals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
  }

  .wrapper-timetable-main {
    width: 320px;
    max-width: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }

  .text-block-12.remark {
    width: 320px;
    height: 100%;
    padding: 0px 10px;
    font-size: 14px;
    text-align: left;
  }

  .text-block-14 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-23 {
    width: 60px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
  }

  .section-pc-hk {
    max-width: 360px;
  }

  .section-pc-db {
    min-width: 320px;
  }

  .div-block-83 {
    width: 320px;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .temple-photo-image {
    margin: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-span-9 {
    font-size: 80%;
  }

  .div-block-86 {
    border-radius: 0px;
  }

  .button-2 {
    background-color: #ff0;
    color: #000;
  }

  .div-block-87 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-10 {
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .text-block-29 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .div-block-91 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-13 {
    display: block;
    width: 300px;
    min-width: 300px;
    margin-right: 0px;
    border-style: none;
  }

  .audio-bar {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .inclined {
    font-size: 16px;
    text-align: center;
  }

  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-95 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._40px-spacer {
    width: 100%;
    height: 20px;
  }

  .topic-heading {
    height: 100%;
    padding: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 150%;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-104 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }

  .div-block-104.aboutus {
    height: 40vh;
  }

  .text-block-37 {
    font-size: 26px;
  }

  .text-block-37.mobile {
    display: none;
  }

  .text-block-39 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 29px;
  }

  .div-block-105 {
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .text-block-42 {
    display: block;
  }

  .text-span-12 {
    padding-left: 0px;
  }

  .button-4 {
    display: block;
  }

  .text-span-13.cn {
    font-size: 75px;
  }

  .text-block-43 {
    width: 150px;
  }

  .div-block-113 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-114 {
    margin-top: -10px;
  }

  .button-5 {
    font-size: 18px;
    text-align: center;
  }

  ._80px-spacer-copy {
    width: 320px;
    height: 40px;
  }

  .div-block-119 {
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
  }

  .div-block-123 {
    padding: 5px;
  }

  .div-block-131 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-7 {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-7.small {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-47 {
    text-align: center;
  }

  .div-block-139 {
    border-radius: 5px;
  }

  .div-block-140 {
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-49 {
    font-size: 17px;
  }

  .bold-text-7 {
    font-size: 26px;
  }

  .div-block-142 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-145 {
    height: 60vh;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #000), color-stop(59%, transparent)), url('../images/Banyan-tree.jpeg');
    background-image: linear-gradient(0deg, #000 7%, transparent 59%), url('../images/Banyan-tree.jpeg');
    background-position: 0px 0px, 50% 41%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-146 {
    text-decoration: none;
  }

  .text-block-52 {
    font-size: 16px;
    font-weight: 400;
  }

  .image-21 {
    border-style: none;
  }

  .foodtile-pic {
    height: 50%;
  }

  .image-24 {
    width: 200px;
    height: 140px;
  }

  .text-block-3-1 {
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 100%;
    text-align: left;
  }

  .html-embed-2 {
    width: 360px;
  }

  .text-block-scan {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .bookpic {
    border-style: solid;
    border-width: 20px;
    border-color: #fff;
  }

  .div-block-151 {
    width: 360px;
  }

  .div-block-152 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-span-21 {
    direction: ltr;
    text-shadow: 1px 1px 10px #000;
    white-space: normal;
  }

  .text-span-25 {
    font-size: 90%;
  }

  .image-27 {
    width: 360px;
    height: 400px;
    max-width: 95%;
  }

  .text-span-27 {
    text-align: left;
  }

  .html-embed-6 {
    font-size: 100px;
  }

  .div-block-155 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-155.cam {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-155.cam.demo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-156 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-span-30 {
    line-height: 100%;
  }

  .image-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed-7 {
    cursor: pointer;
  }

  .text-block-58 {
    font-size: 26px;
  }

  .image-29 {
    width: 95%;
    margin: 0px;
    padding-left: 0px;
    border-width: 20px;
  }

  .link-block-7 {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-color: #000;
    border-radius: 5px;
    color: #ff0;
  }

  .text-block-59 {
    color: #000;
  }

  .html-embed-8 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-158 {
    width: auto;
    height: auto;
  }

  .div-block-162 {
    background-size: 20px 20px;
  }

  .text-block-61 {
    font-size: 16px;
  }

  .div-block-163 {
    width: 95%;
  }

  .html-embed-12 {
    width: 95%;
  }

  .image-30 {
    margin-top: 20px;
  }

  .wrapper-mainheading-100-2 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-62 {
    color: #000;
  }

  .div-block-165 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .main-text-2 {
    width: 320px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 130%;
  }

  .div-block-166 {
    width: 320px;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-166.head {
    max-width: 450px;
  }

  .page-heading-2 {
    width: 320px;
    height: 100%;
    max-width: 360px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 150%;
    font-weight: 700;
    text-decoration: none;
  }

  .page-heading-2.brown {
    font-size: 200%;
    text-align: center;
  }
}

@font-face {
  font-family: 'Zpix';
  src: url('../fonts/zpix.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}