:root {
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--light-steel-purple: #a695fb;
  --zen--neutral--white: #fff;
  --zen--gray--600: #4b5563;
  --zen--gray--900: #111827;
  --zen--purple--700: #913b8b;
  --zen--neutral--black: #000;
  --zen--gray--950: #030711;
  --zen--gray--50: #f9fafb;
  --zen--gray--100: #f3f4f6;
  --zen--white: white;
  --smile-green: #01523f;
  --zen--gray--800: #1f2937;
  --bg1: #eeefea;
}

body {
  color: #333;
  font-family: athelas, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  position: relative;
}

.spark-section.spark-hero-background-image-with-centered-content {
  background-image: linear-gradient(#4e4e4e5c, #4e4e4e5c), url('../images/fv-image2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 70vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: athelas, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: #fff0;
  flex: 1;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-square-menu-inner {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
  padding-top: 15px;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.hero-sec {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.two-logo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image {
  border-radius: 0;
  width: 160px;
}

.image-2 {
  border-radius: 100px;
  width: 130px;
}

.zen-column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.zen-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.zen-paragraph-small {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.zen-container-regular {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--zen--gray--900);
  color: var(--zen--neutral--white);
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.zen-button-primary:hover {
  background-color: var(--zen--purple--700);
  color: var(--zen--neutral--white);
}

.zen-h1-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--zen--gray--950);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

.zen-button-ghost:hover {
  background-color: #f6f7f9;
}

.zen-button-ghost:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.zen-button-ghost.zen-right-icon {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #fff;
  padding: 0 40px;
}

.zen-button-ghost.zen-right-icon:hover {
  color: var(--spark-library--white);
  background-color: #276452;
}

.zen-button-ghost.zen-right-icon.gray-out {
  background-color: #707070;
}

.zen-button-ghost.zen-right-icon.gray-out:hover {
  color: var(--spark-library--black);
}

.zen-header-slider-trigger {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0, #fff 50%);
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.zen-header-slider-trigger.zen-left {
  background-image: linear-gradient(90deg, #fff 50%, #fff0);
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  left: 0;
  right: auto;
}

.zen-subheading-small {
  color: var(--zen--neutral--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-header-slider-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.zen-header-graphic {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zen-header-main-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 80%;
  height: 100%;
  position: relative;
}

.zen-header-avatar {
  z-index: 1;
  border: 8px solid var(--zen--neutral--white);
  background-color: var(--zen--gray--50);
  border-radius: 99px;
  width: 198px;
  height: 198px;
  position: absolute;
  inset: 14% 4% auto auto;
  overflow: hidden;
}

.zen-header-sparkles {
  z-index: 1;
  object-fit: contain;
  object-position: 100% 0%;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 450px;
  position: relative;
}

.zen-header-slider {
  z-index: 1;
  background-color: #0000;
  height: auto;
  margin-left: -224px;
  overflow: hidden;
}

.zen-hide {
  display: none;
}

.zen-header-slide-section {
  background-color: var(--zen--neutral--white);
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.zen-header-slide-mask {
  width: 200px;
  margin-right: auto;
  overflow: visible;
}

.zen-header-slide {
  margin-right: 24px;
}

.zen-header-slide-card {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  border: 2px solid var(--zen--gray--100);
  background-color: var(--zen--gray--50);
  color: var(--zen--gray--950);
  border-radius: 12px;
  flex-flow: column;
  padding: 4px 4px 0;
  text-decoration: none;
  transition: border-width .3s, border-color .3s;
  display: flex;
}

.zen-header-slide-card:hover {
  border-color: var(--zen--neutral--black);
}

.zen-header-slide-title {
  background-color: var(--zen--white);
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.zen-header-button-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-max-width-large {
  width: 100%;
  max-width: 650px;
}

.zen-max-width-regular {
  width: 100%;
  max-width: 550px;
}

.zen-header-avatar-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zen-header-title-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.image-3 {
  filter: brightness(200%);
  width: 40px;
}

.text-block {
  letter-spacing: 1px;
  font-size: 18px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 100px 60px;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: athelas, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: #fff;
  font-family: athelas, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-flex-row-2.spark-split-and-wrapped {
  background-color: var(--smile-green);
  padding: 25px;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.zen-paragraph-large {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-family: athelas, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.zen-overline {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular {
  padding: 25px 5%;
  position: relative;
}

.zen-container-small {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small.zen-column-center {
  text-align: center;
  align-items: center;
}

.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.zen-h2-heading {
  color: var(--zen--neutral--black);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: athelas, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-subheading-large {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-h6-heading {
  color: var(--zen--neutral--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: athelas, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.zen-faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 28px 30px;
  display: flex;
}

.zen-faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.zen-faq-dropdown-list {
  background-color: #fff0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.zen-faq-item {
  background-color: var(--zen--neutral--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.zen-faq-tab {
  margin-top: -8px;
  padding-bottom: 32px;
}

.zen-content-block {
  padding-bottom: 20px;
}

.zen-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq {
  display: block;
}

.footer {
  padding-top: 0;
  padding-bottom: 20px;
}

.title {
  background-image: linear-gradient(#0006, #0006), url('../images/see.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 330px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 50px;
  font-weight: 400;
}

.sub-title2 {
  color: var(--spark-library--white);
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 44px;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.tour-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--bg1);
}

.zen-paragraph-large-2 {
  color: var(--zen--gray--600);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.zen-overline-2 {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1080px;
  padding-top: 82px;
  padding-bottom: 82px;
  display: grid;
  position: relative;
}

.zen-container-small-2 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zen-column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small-2.zen-column-center-2 {
  text-align: center;
  align-items: center;
}

.zen-text-color-gray-601 {
  color: var(--zen--gray--600);
}

.icon-tokyo {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.zen-h2-heading-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-subheading-large-2 {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large-2.zen-text-color-gray-601 {
  color: var(--zen--gray--600);
}

.tour-name {
  color: var(--zen--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: athelas, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.zen-faq-dropdown-toggle-2 {
  color: #fff;
  white-space: normal;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/1-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.zen-faq-dropdown-toggle-2.tour2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2-3_1.jpg');
}

.zen-faq-dropdown-toggle-2.tour3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/3-4.jpg');
}

.zen-faq-dropdown-toggle-2.tour4 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/fv-image-.jpg');
}

.zen-faq-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.zen-faq-dropdown-list-2 {
  background-color: #eeefea;
  flex-flow: row;
  padding-left: 32px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.zen-faq-item-2 {
  background-color: var(--zen--neutral--white);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tour {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 30px;
  padding-bottom: 32px;
  display: flex;
}

.zen-content-block-2 {
  max-width: 1080px;
}

.zen-column-center-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour-icon {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  height: 420px;
  display: flex;
}

.tour-number {
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.tour-number-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  font-size: 25px;
  display: flex;
}

.tour-place {
  font-size: 30px;
  line-height: 30px;
}

.tour-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 19px;
  display: flex;
}

.tour-block {
  width: 500px;
}

.sub-title1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: athelas, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 19px;
  font-size: 40px;
  font-weight: 400;
}

.h-50px {
  height: 50px;
}

.footer-text {
  text-align: center;
}

.nav {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 10px;
  display: flex;
  position: fixed;
}

.nav-button {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
}

.image-5, .image-6 {
  width: 130px;
}

.gc-tour-image {
  width: 260px;
}

.div-block {
  background-image: url('../images/1-3_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.tour-contnts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: grid;
}

.tour-image {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1-3_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  height: 200px;
  display: flex;
}

.tour-image.nikko {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2-3.jpg');
}

.tour-image.gc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-4_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.logo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
/*  height: 200px; */
  display: flex;
}

.tour-day, .tour-day-nikko, .tour-day-gc {
  display: none;
}

.coming-soon {
  color: #fff;
  font-size: 17px;
}

.text {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-section h1 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 40px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--zen--neutral--white);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--zen--neutral--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--zen--neutral--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .image {
    width: 170px;
  }

  .zen-header-slider-trigger.zen-left {
    background-image: none;
    width: 48px;
  }

  .zen-header-slider-grid {
    grid-template-columns: 1fr;
  }

  .zen-header-graphic {
    max-width: 600px;
  }

  .zen-header-slider {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .zen-header-slide-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .zen-header-slide-mask {
    margin-left: 0;
  }

  .spark-section-2 {
    padding: 60px 5%;
  }

  .spark-section-2 h1 {
    font-size: 35px;
  }

  .spark-flex-row-2.spark-right {
    justify-content: center;
    align-items: center;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .zen-container-small {
    max-width: 800px;
  }

  .zen-title-center-regular {
    margin-bottom: 20px;
  }

  .title {
    height: 200px;
  }

  .sub-title2 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 40px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .zen-section-regular-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tour-name {
    font-size: 30px;
  }

  .zen-faq-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--bg1);
  }

  .tour-place {
    font-size: 25px;
  }

  .tour-text {
    width: 500px;
  }

  .sub-title1 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .gc-tour-image {
    width: 300px;
  }

  .tour-contnts {
    flex-flow: column;
    display: flex;
  }

  .logo {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    background-image: linear-gradient(#3535355c, #3535355c), url('../images/fv-image2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 60vh;
  }

  .spark-section h1 {
    line-height: 60px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .zen-h1-heading {
    font-size: 52px;
  }

  .zen-header-slide-section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding: 50px 5%;
  }

  .spark-section-2 h1 {
    font-size: 25px;
  }

  .spark-section-2 p {
    line-height: 20px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .zen-paragraph-large {
    word-break: break-all;
    font-size: 18px;
    line-height: 20px;
  }

  .zen-section-regular {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zen-container-small {
    max-width: 700px;
  }

  .zen-h2-heading {
    font-size: 48px;
  }

  .zen-h6-heading {
    word-break: break-all;
    font-size: 20px;
    line-height: 25px;
  }

  .zen-faq-dropdown-toggle {
    padding: 20px 15px;
  }

  .zen-faq-dropdown-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .zen-faq-tab {
    padding-bottom: 25px;
  }

  .zen-content-block {
    word-break: normal;
  }

  .title {
    height: 200px;
  }

  .sub-title2 {
    font-size: 25px;
    line-height: 30px;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .zen-section-regular-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zen-h2-heading-2 {
    font-size: 48px;
  }

  .tour {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .sub-title1 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2 {
    padding-top: 5px;
    font-size: 40px;
  }

  .logo {
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    min-height: 50vh;
    padding: 0 0%;
  }

  .spark-section h1 {
    text-align: center;
    padding-top: 0;
    font-size: 34px;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .two-logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image {
    width: 160px;
  }

  .image-2 {
    width: 100px;
  }

  .zen-header-graphic {
    height: 300px;
  }

  .zen-header-avatar {
    top: 0%;
  }

  .zen-header-button-group {
    flex-flow: column;
  }

  .text-block {
    font-size: 17px;
  }

  .spark-section-2 {
    padding: 50px 4%;
  }

  .spark-section-2 h1 {
    text-align: left;
    font-size: 22px;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2 p {
    text-align: left;
    font-size: 17px;
    line-height: 20px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px 3%;
  }

  .zen-paragraph-large {
    letter-spacing: .5px;
    font-size: 17px;
    line-height: 18px;
  }

  .zen-section-regular {
    padding: 10px 4%;
  }

  .zen-container-small {
    max-width: 500px;
  }

  .zen-h2-heading {
    font-size: 40px;
  }

  .zen-title-center-regular {
    margin-bottom: 20px;
  }

  .zen-h6-heading {
    line-height: 23px;
  }

  .zen-faq-dropdown-toggle {
    padding: 16px 10px;
  }

  .zen-faq-dropdown-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zen-faq-tab {
    font-size: 16px;
  }

  .title {
    height: 200px;
  }

  .sub-title2 {
    font-size: 30px;
    line-height: 30px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .tour-sec {
    padding-left: 4%;
    padding-right: 4%;
  }

  .zen-paragraph-large-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .zen-section-regular-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tour-name {
    font-size: 25px;
  }

  .zen-faq-dropdown-toggle-2 {
    padding: 16px;
  }

  .zen-faq-dropdown-list-2 {
    padding-left: 16px;
    padding-right: 24px;
  }

  .tour {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tour-number {
    width: 25px;
    height: 25px;
  }

  .tour-number-text {
    font-size: 20px;
  }

  .tour-text {
    width: 300px;
    font-size: 17px;
    line-height: 18px;
  }

  .tour-block {
    width: 300px;
  }

  .sub-title1 {
    font-size: 23px;
    line-height: 25px;
  }

  .title-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .footer-text {
    font-size: 16px;
  }

  .gc-tour-image {
    width: 220px;
  }

  .tour-contnts {
    max-width: 900px;
  }

  .tour-image, .tour-image.nikko {
    height: 160px;
  }

  .tour-image.gc {
    max-width: 950px;
    height: 160px;
  }

  .logo {
    height: 180px;
  }
}

#w-node-_287c20e7-f045-eef6-0c59-62f2bbdda80c-e0ac20bf, #w-node-e8532366-8abd-4f9d-469a-255486d4e104-e0ac20bf, #w-node-_26f8969c-86e4-9aed-0e35-7b973db3079d-e0ac20bf, #w-node-_52bbc0eb-b0a7-bdb5-0d0a-b91080ddb581-e0ac20bf, #w-node-_4ab8eea8-15e9-1606-3bff-3d34870c5acd-e0ac20bf, #w-node-c60c326e-238b-29de-cc16-4110c22afb00-e0ac20bf, #w-node-d8ade72f-507b-f95d-4439-544c6bb06b9b-e0ac20bf, #w-node-_4cc55de4-7dfc-f897-b62e-85d36052b59b-e0ac20bf, #w-node-_0dfdfb38-95e6-b09b-b204-5479f657ff98-e0ac20bf, #w-node-_28ea4446-65a5-f774-cf26-812fb4edfb6c-e0ac20bf, #w-node-_010aab98-c7ab-7924-ddaf-190d241952c4-e0ac20bf, #w-node-_4f4a1579-906c-d434-491d-b7678c40c43a-e0ac20bf, #w-node-b8f77c0d-a7f7-e284-68c5-152a970b7bc5-e0ac20bf, #w-node-da27a60c-5cfa-badc-5e57-c8ccd46ebf26-e0ac20bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


