:root {
  --ghost-white: #f5f6fa;
  --top-bottom-green: #7eb8a6;
  --bg-green: var(--ghost-white);
  --fffff: var(--bg-green);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 10px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
    .w-icon-nav-menu a {
    float: none;
    display: block;
  }
}

body {
  background-color: var(--ghost-white);
  color: #000;
  font-family: Inter, sans-serif;'Noto Serif HK', serif
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  opacity: .7;
  max-width: 650px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.5;
  display: flex;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.faq {
  background-color: #fffffff2;
  max-width: 840px;
  padding: 100px;
  box-shadow: 0 20px 100px #c4cae340;
}

.hero-section {
  object-position: 50% 60%;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.nav-links {
  order: -1;
}

.nav-links.left {
  order: 1;
}

.nav-container {
  -webkit-backdrop-filter: saturate(118%) brightness(104%) blur(20px);
  backdrop-filter: saturate(118%) brightness(104%) blur(20px);
  background-color: #f7f8fc99;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: sticky;
  top: 40px;
}

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

.grid-wrapper {
  height: 420px;
}

.grid-visual {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
  box-shadow: 0 100px 100px -50px #00000026;
}

.logo {
  color: #000;
  margin-top: -6px;
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
}

.brand {
  align-self: center;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.div-block {
  background-image: url('../images/Screen-Shot-2020-11-19-at-8.52.06-AM.png');
  background-position: 50%;
  background-size: auto;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.text-block {
  white-space: normal;
  flex: none;
  width: 100%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: var(--top-bottom-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 136px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.homepage {
  background-color: var(--bg-green);
  background-image: linear-gradient(#ddede7, #ddede7);
}

.topnav_hist {
  border: 0px solid var(--top-bottom-green);
  background-color: var(--top-bottom-green);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
background-color: #fff; 
border-radius: 12px; 
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.nav-dropdown-link {
padding: 10px 15px; 
font-family: Open Sans, sans-serif; 
font-size: 16px; 
font-weight: 400;
color: #5f9c8c;
transition: background-color 0.3s;
}

.nav-dropdown-link:hover {
background-color: 7EB8A6; 
color: #000; 
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
outline: 2px solid #0050bd; 
border-radius: 5px; 
background-color: 7EB8A6; 
color: #fff; 
}

.nav-dropdown-toggle:hover {
  color: #000;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #7EB8A6;
  border-radius: 2px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.cover-map {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ddede7;
  background-image: url('../images/saikungmap_.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 5px;
  height: 727px;
  padding: 80px 100px;
  display: block;
  position: static;    CURSOR: POINTER;
}

.cover-map.link-block {
  height: 480px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 0%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--fffff);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 12px;
  width: 385px; /* 392px; */
  height: 380px;
  margin-top: 5px;
  margin-bottom: 5px;
   margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5;
  padding-left: 10px;
  padding-right: 10px; CURSOR: POINTER;
}

.team-member-image-two {
  width: 360px;
  height: 240px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.card-h2 {
  width: 300px;
  max-width: 406px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide-nav {
  position: static;
}

.image {
  margin-top: 16px;
}

.card-text {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.column {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5;
  padding-right: 5;
  display: flex;
}

.column-2, .column-3 {
  justify-content: center;
  align-items: center;
  padding-left: 5;
  padding-right: 5;
  display: flex;
}

.image-2 {
  width: 1920px;
}

.route-content {
  -webkit-text-fill-color: #000000;
  object-fit: cover;
  background-color: #ddede7;
  background-clip: content-box;
  border-bottom: 0px solid #f5f7f7;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 100px 10px;
  display: flex;
  position: relative;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: block;
}

.route-content-2, .back {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #ddede7;
  background-clip: content-box;
  border-bottom: 0px solid #f5f7f7;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 100px;
  display: flex;
  position: relative;
}

.back-to-top-button {
  background-color: var(--fffff);
  color: #000;
  text-align: center;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.link-block {
  background-color: #fff;
}

.image-3 {
  object-fit: fill;
  background-image: url('../images/sun_history_logo-1.png');
  background-position: 0 0;
  background-size: auto;
}

.image-4 {
  width: 425px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.navbar-2 {
  width: 348.574px;
}

.container-3 {
  border: 1px solid #c4b0b0;
}

.footer-logo {
  background-color: var(--top-bottom-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #000;
  width: 1920px;
  padding: 10px 30px 60px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-5 {
  padding: 10px 0px 10px 10px;
  width: 222px;
}

.image-6 {
  padding: 10px 0px 10px 10px;
  width: 120px;
}

.image-7, .image-8 {
  padding: 5px 0px 0px 5px;
  width: 182px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.footer-1 {
  background-color: var(--top-bottom-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;    CURSOR: POINTER;
}
.footer-title2 {
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;    CURSOR: POINTER;
}

.footer-title3 {
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;    CURSOR: POINTER;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-view {
  color: #3a4554;
  font-family: Open Sans, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.image-9 {
  background-image: url('../images/hkbu_logomark_w-3.png');
  background-position: 0 0;
  background-size: auto;
}

.container-2-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.col-2-footer {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.col-2-footer.space-btwn {
  justify-content: space-between;
}

.colfooter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.g-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.captionfooter {
  color: #eee6d8;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  margin-top: 20px;
}

.image-10 {
  margin-bottom: 10px;
  padding: 10px;
}

.image-11 {
  padding: 10px;
}

.image-12 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nav-link-4 {
  background-image: url('../images/sun_history_logo-1.png');
  background-position: 0 0;
  background-size: auto;
}

.section-2 {
  height: 727px;
}

.title-card {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 400px;
  margin-left: 0;
  display: block;
  position: static;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
}

.hero-without-image {
  opacity: .74;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 750px;
  height: 146px;
  padding: 10px 0;
  transition: opacity .225s;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  background-color: snow;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.margin-bottom-24px-copy {
  text-align: left;
  background-color: snow;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.route-content-2-copy {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #ddede7;
  background-clip: content-box;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 100px;
  display: flex;
  position: relative;
}

.vr-card {
  grid-column-gap: 133px;
  grid-row-gap: 80px;
  width: 1200px;
  padding-right: 0;
}

.heading {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.rich-text-block {
  padding-bottom: 120px; /* 140px; */
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: none;
  margin-bottom: 100px;
  display: block;
}
.container-7 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: none;
  margin-bottom: 20px;
  display: block;
}

.youtube {
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.vr-link {
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.rich-text-block-2 {
  font-size: 20px;
}

.h2 {
  flex: 0 auto;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.h {
  text-align: justify;
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2 {
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3 {
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2-copy {
  max-width: 1200px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-4 {
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.cover-map-tnc {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ddede7;
  background-image: url('../images/saikungmap_.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0px;
  height: 727px;
  padding: 80px 100px;
  display: block;
  position: static; CURSOR: POINTER;
}

.cover-map-tnc.link-block {
  height: 480px;
}

.route-preview-map {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ddede7;
  background-image: url('../images/saikungmap_.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-bottom: 0px solid #e4ebf3;
  border-radius: 0px;
  height: 480px;
  padding: 80px 100px;
  display: block;
  position: static;
}

.route-preview-map.link-block {
  height: 480px;
}

.cover-map-about {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ddede7;
  background-image: url('../images/saikungmap_.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 5px;
  height: 727px;
  padding: 80px 100px;
  display: block;
  position: static;
}

.cover-map-about.link-block, .section-2copy {
  height: 650px;
}

.section-2-copy {
  height: 480px;
}

.back-route {
  background-color: var(--fffff);
  color: #000;
  text-align: center;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    min-height: 310px;
  }

  .nav-container {
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar {
    top: 0;
	float: none;
    display: block;
  }

  .brand {
    order: -1;
  }

  .menu-button {
    order: 1;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer {
    position: relative;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
	float: none;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
    padding-left: 0;
    display: block;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: scale-down;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 350px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .image {
    width: 320px;
  }

  .column {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    display: flex;
  }

  .column-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .route-content {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: wrap;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: auto;
  }

  .columns {
    flex: 0 auto;
    width: 780px;
    max-width: none;
  }

  .route-content-2 {
    aspect-ratio: auto;
    object-fit: scale-down;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    display: flex;
  }

  .footer-block-two {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-2-copy {
    max-width: 728px;
  }

  .col-2-footer.space-btwn {
    flex-flow: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .route-content-2-copy {
    aspect-ratio: auto;
    object-fit: scale-down;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .vr-card {
    grid-column-gap: 10px;
  }

  .container-6, .heading-2 {
    width: 700px;
  }

  .h2 {
    width: 1200px;
  }

  .h, .paragraph-2, .paragraph-3, .paragraph-2-copy, .paragraph-4 {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .cover-map {
    padding: 60px 15px;
  }

  .team-block {
    overflow: visible;
  }

  .column {
    padding-top: 0;
    padding-bottom: 10px;
    overflow: visible;
  }

  .column-2, .column-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .route-content {
    margin-right: 10px;
    padding: 5px 15px;
  }

  .route-content-2 {
    padding: 0 15px 10px;
  }

  .back {
    padding: 0 15px 60px;
  }

  .footer-logo {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-5 {
    padding-left: 30px;
  }

  .image-7 {
    padding-left: 40px;
  }

  .image-8 {
    padding-left: 25px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    aspect-ratio: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .colfooter {
    flex-flow: column;
  }

  .captionfooter {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .route-content-2-copy {
    padding: 0 15px 10px;
  }

  .container-6, .h, .paragraph-2, .paragraph-3, .paragraph-2-copy, .paragraph-4 {
    width: 500px;
  }

  .cover-map-tnc, .route-preview-map, .cover-map-about {
    padding: 60px 15px;
  }

  .footer-brand-copy {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .footer-brand {
    mix-blend-mode: normal;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .cover-map {
    height: 780px;
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-text {
    padding-bottom: 10px;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .column-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .route-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .route-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-title {
    font-weight: 400;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-2-copy, .container-4 {
    max-width: none;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    padding-right: 20px;
    position: sticky;
    overflow: auto;
  }

  .margin-bottom-24px-copy {
    margin-bottom: 10px;
    padding-right: 20px;
    position: sticky;
  }

  .container-5 {
    z-index: 0;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .bold-text {
    height: auto;
    max-height: none;
  }

  .route-content-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6, .heading-2 {
    width: 200px;
  }

  .h2 {
    width: 200px;
    display: block;
  }

  .h {
    text-align: left;
    width: 200px;
  }

  .paragraph-2, .paragraph-3, .paragraph-2-copy, .paragraph-4 {
    width: 200px;
  }

  .cover-map-tnc {
    height: 780px;
    margin-bottom: 10px;
  }

  .route-preview-map {
    height: 250px;
    margin-bottom: 10px;
  }

  .cover-map-about {
    height: 780px;
    margin-bottom: 10px;
  }

  .footer-brand-copy {
    mix-blend-mode: normal;
  }
}
.footer-title-counter {
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;    CURSOR: POINTER;
  
#w-node-_8722ec1c-7296-45a6-f95a-21fc543c4f94-938a8973 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}


