:root {
  --black: #081c3a;
  --indicator-outline: #c0c0d333;
  --grey-background: #f7f8fc;
  --body-display: #516381;
  --dark-slate-blue-2: #283a6b;
  --black-3: #382c1f;
  --outline: #efeff7;
  --shaddow: #3540751a;
  --royal-blue: #3572ff;
  --dark-outline: #e6e6f3;
  --ghost-white: #fcfcff;
  --black-4: #120c05c7;
  --white-smoke: whitesmoke;
  --light-grey: #d4d4d4;
  --black-2: #00000069;
  --dark-slate-blue: #28396e;
  --dim-grey: #505050;
  --aaa: #cfcfcf;
  --seashell: #fff7ef;
  --indian-red: #f05b5b;
  --white: white;
  --light-grey-2: #cacaca;
  --teal: #32727a;
  --dodger-blue: #217dfc;
  --ghost-white-2: #f5f6fa;
  --sky-blue: #35cfed;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  letter-spacing: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  margin-top: 0;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  color: var(--black);
}

a {
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 3px solid var(--indicator-outline);
  background-color: var(--grey-background);
  color: var(--body-display);
  border-radius: 0 5px 5px 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  background-color: var(--dark-slate-blue-2);
  font-weight: 500;
}

.background-cover {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.journal-hero-background {
  background-image: url('../images/Travel004.jpeg');
}

.hero-background-image.about-intro-background {
  background-image: url('../images/Family0012.jpeg');
}

.hero-background-image.steps-background {
  background-image: url('../images/Family003.jpeg');
}

.hero-background-image.about-hero-background {
  background-image: url('../images/031.jpeg');
  background-position: 50%;
}

.hero-background-image.support-hero-background {
  background-image: url('../images/Travel002.jpeg');
}

.hero-background-image.benefit-intro-background {
  background-image: url('../images/Travel004.jpeg');
}

.hero-background-image.password-background {
  background-image: none;
}

.overlay {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  object-fit: fill;
  background-color: #0f13268c;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0f132659;
}

.overlay.extra-light {
  background-color: #0f13260d;
}

.subtitle2 {
  color: var(--black-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  background-color: #66544200;
  border: 1px #665442;
  justify-content: center;
  margin-top: 44px;
  margin-bottom: 57px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.subtitle2.small {
  font-size: 8px;
}

.subtitle2.white {
  color: #fff;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
}

.subtitle2.large {
  font-size: 14px;
}

.navbar {
  border-bottom: 1px none var(--indicator-outline);
  background-color: #0000;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.left-nav {
  z-index: 25;
  border-right: 1px solid var(--indicator-outline);
  border-bottom: 1px solid var(--indicator-outline);
  background-color: #fff;
  width: 80px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.brand {
  z-index: 25;
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 110px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Eudoxussans;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.scroll-indicator {
  z-index: 49;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--indicator-outline);
  flex-direction: column;
  grid-template-rows: minmax(200px, 620px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 20px;
  padding-top: 80px;
  padding-bottom: 24px;
  display: grid;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.indicator-wrapper {
  background-color: var(--indicator-outline);
  border-radius: 100px;
  flex: 1;
  width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.indicator-fill {
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.section {
  background-color: #665442;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.no-top-padding {
  padding-top: 0;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--black);
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #665442;
  grid-template-rows: .75fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 423px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: relative;
}

.body-display {
  color: var(--body-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: var(--body-display);
  font-size: 19px;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.body-display.white {
  color: #fff;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.slider-wrapper {
  margin-left: 16px;
  padding-top: 60px;
  padding-bottom: 48px;
  overflow: hidden;
}

.location-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -80px;
  display: flex;
}

.location-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.location-card-wrapper {
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  border: 1px solid var(--outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.slider-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.slide-nav {
  display: none;
}

.nav-menu {
  z-index: 40;
  justify-content: center;
  max-width: 720px;
  height: 100%;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.indicator {
  background-color: #d2d2e0;
  border-radius: 100px;
  width: 100%;
  height: 20%;
}

.nav-button {
  z-index: 10;
  border: 1px solid var(--indicator-outline);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 3px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.grey-cover {
  color: #0000;
  background-color: #665442;
  justify-content: center;
  margin-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-arrow {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: var(--indicator-outline);
  background-color: #fff;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.about-us-section {
  overflow: hidden;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.about-images {
  z-index: 10;
  margin-bottom: 204px;
  margin-left: 80px;
  padding-bottom: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  min-width: 250px;
  height: 250px;
  min-height: 250px;
  margin-top: 34px;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.about-image-item.ga_01 {
  background-image: url('../images/S__8347668-min.jpg');
}

.about-image-item.ga_02 {
  background-image: url('../images/S__8634386-min.jpg');
}

.about-image-item.ga_03 {
  background-image: url('../images/S__579518472-min.jpg');
}

.about-image-item.ga_04 {
  background-image: url('../images/FOR_YOU_FLOWER_PV_1920.00_00_26_00.静止画009.jpg');
}

.about-image-item.ga_05 {
  background-image: url('../images/S__8347675-min.jpg');
}

.about-image-item.ga_06 {
  background-image: url('../images/S__8347667-min.jpg');
}

.about-image-item.ga_07 {
  background-image: url('../images/S__579518471-min.jpg');
}

.about-image-item.ga_08 {
  background-image: url('../images/S__8634384-min.jpg');
}

.about-image-item.ga_09 {
  background-image: url('../images/S__8347669-min.jpg');
}

.about-image-item.ga_10 {
  background-image: url('../images/S__8347674-min.jpg');
}

.about-image-item.ga_11 {
  background-image: url('../images/S__8347654-min.jpg');
}

.about-image-item.ga_12 {
  background-image: url('../images/S__8347657-min.jpg');
}

.about-image-item.ga_13 {
  background-image: url('../images/S__579518469-min.jpg');
}

.about-image-item.ga_14 {
  background-image: url('../images/S__8634387-min.jpg');
}

.about-image-item.ga_15 {
  background-image: url('../images/FOR_YOU_FLOWER_PV_PRORES.00_00_41_18.静止画034-min.jpg');
}

.about-image-item.ga_16 {
  background-image: url('../images/S__8347671-min.jpg');
}

.about-image-item.ga_17 {
  background-image: url('../images/S__8347670-min.jpg');
}

.about-image-item.ga_18 {
  background-image: url('../images/FOR_YOU_FLOWER_PV_PRORES.00_00_46_15.静止画037-min.jpg');
}

.about-image-item.ga_19 {
  background-image: url('../images/S__8347656-min.jpg');
}

.about-image-item.ga_20 {
  background-image: url('../images/S__8347659-min.jpg');
}

.about-image-item.gga_21ga_21a_21ga_21 {
  background-image: url('../images/619be98f1c7d93cfb72c0821_IMG_20200730_143018-min.jpg');
}

.about-image-item.ga_22 {
  background-image: url('../images/619be98f1c7d93e7eb2c0814_IMG_20200730_143238-min.jpg');
}

.about-image-item.ga_23 {
  background-image: url('../images/619be98f1c7d9343c32c0827_IMG_20200730_143416-min.jpg');
}

.about-image-item.ga_24 {
  background-image: url('../images/619be98f1c7d930a522c081c_IMG_20200730_143134-min.jpg');
}

.about-image-item.ga_25 {
  background-image: url('../images/619be98f1c7d9395af2c0802_07280730_200730_1-min.jpg');
}

.about-image-item.ga_26 {
  background-image: url('../images/619be98f1c7d93c1c92c07eb_07280730_200730-min.jpg');
}

.about-image-item.ga_27 {
  background-image: url('../images/619be98f1c7d93f4a22c07e7_07280730_200730_7-min.jpg');
}

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

.about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.location-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #081c3a38;
}

.location-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  color: var(--black);
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.location-card:hover {
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.location-card-background {
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--indicator-outline);
  flex: 1;
  height: 1px;
}

.horizontal-line.left {
  margin-left: 80px;
}

.horizontal-line.light {
  background-color: #c0c0d373;
}

.thin-span {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: zen-old-mincho;
  font-weight: 400;
  display: block;
}

.xxl-heading {
  letter-spacing: .06em;
  font-family: zen-old-mincho;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: visible;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-icon {
  border: 1px solid var(--indicator-outline);
  background-color: #aeaec00d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.benefits-wrapper {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 140px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.membership-plans-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  background-color: #fff0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  margin-left: 36px;
  padding: 0 0 140px;
  display: grid;
  position: relative;
}

.vacations-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.vacations-tab-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link.w--current {
  color: var(--black);
  background-color: #fff0;
}

.membership-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.membership-dot {
  z-index: 10;
  background-color: var(--dark-outline);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.membership-outline-circle {
  border: 2px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vacations-tabs-wrapper {
  padding: 0;
  position: relative;
}

.location-indicator {
  background-color: var(--dark-outline);
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.location-indicator-fill {
  background-color: var(--black);
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  box-shadow: none;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 18px 18px 36px;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-tracker {
  background-color: var(--indicator-outline);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-circle {
  border: 0px none var(--indicator-outline);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.team-wrapper {
  z-index: 10;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.team-box {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.team-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.team-image {
  border-radius: 12px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.team-member-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

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

.name {
  letter-spacing: -.03em;
  font-size: 18px;
}

.team-location {
  color: var(--body-display);
}

.testimonial-wrapper {
  color: #fff;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 330px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-tracker {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 66px 66px 66px 66px 66px;
  grid-template-columns: 1fr;
  grid-auto-rows: 66px;
  grid-auto-columns: 1fr;
  width: 48px;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-tracker.in-slider {
  z-index: 10;
  grid-template-rows: 66px;
  grid-auto-rows: 66px;
  height: auto;
  bottom: auto;
  left: -48px;
}

.testimonial-arrow {
  z-index: 25;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 72px 9px 0%;
}

.testimonial-arrow.right {
  left: 72px;
  right: 0;
}

.tracker-item {
  color: #fffc;
  border-left: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.tracker-item.in-slider {
  color: #fff;
  border-left-color: #fff0;
  font-weight: 700;
}

.testimonial-slide-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 81px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.testimonial-mask {
  z-index: 20;
  margin-left: 48px;
  padding-right: 0;
  overflow: visible;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.verticle-line {
  background-color: var(--indicator-outline);
  height: 100%;
  position: relative;
}

.intro-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 475px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.intro-right-image {
  border-radius: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

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

.button {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: var(--black);
}

.button.white {
  color: var(--black);
  background-color: #fff;
  margin-bottom: 0;
}

.button.white:hover {
  background-color: var(--dark-outline);
  color: var(--black);
}

.featured-journal-wrapper {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  margin-top: -60px;
  margin-bottom: 60px;
  margin-left: 80px;
  padding: 36px 36px 0;
  display: grid;
  position: relative;
}

.featured-journal-wrapper.full-width {
  margin-left: 36px;
}

.vacations-section {
  padding-top: 0;
  padding-bottom: 0;
}

.vacations-dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 45vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.vacation-items {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 200vh;
  padding-top: 80px;
  padding-left: 0;
  position: relative;
}

.sticky-vacation-right {
  z-index: 20;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.vacation-items-grid {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.vacation-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  box-shadow: none;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 36px 18px 18px;
  transition: box-shadow .5s;
  display: grid;
}

.vacation-item:hover {
  box-shadow: 0 9px 48px -6px #3540751f;
}

.vacation-image {
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  height: 15vw;
  min-height: 100%;
  max-height: 225px;
  padding: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vacation-item-info {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

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

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

.deal {
  z-index: 10;
  grid-column-gap: 3px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #c0c0d366;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  padding: 4px 12px 4px 4px;
  font-size: 9px;
  display: grid;
  position: relative;
}

.internet-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  padding: 4px 12px;
}

.inner-page-intro {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  color: #fff;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px none var(--indicator-outline);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 70px;
  margin-left: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navigation-shade {
  border-bottom: 1px solid var(--indicator-outline);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.tracker-fill {
  background-color: #fff;
  border-radius: 100px;
  width: 3px;
  margin-top: 9px;
  margin-bottom: 9px;
  position: absolute;
  inset: 0% auto 0% -3px;
}

.how-it-works-fill {
  background-color: var(--black);
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.benefit-icon {
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  color: var(--body-display);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.team-location-icon {
  border: 1px solid var(--indicator-outline);
  background-color: var(--indicator-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.team-background-image {
  background-image: url('../images/07280730_200730_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image.two {
  background-image: url('../images/IMG_20200730_143238.jpg');
}

.team-background-image.three {
  background-image: url('../images/IMG_20200730_143315.jpg');
}

.team-background-image.four {
  background-image: url('../images/IMG_20200730_143255.jpg');
}

.team-background-image.five {
  background-image: url('../images/IMG_20200730_143231.jpg');
}

.team-background-image.six {
  background-image: url('../images/IMG_20200730_143134.jpg');
}

.checkout-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--grey-background);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 36px;
  display: grid;
}

.checkout-details {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px 60px 60px;
  display: grid;
}

.block-header {
  background-color: #fff;
  border-style: none;
  border-radius: 12px;
  padding: 18px 24px;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
  max-height: 350px;
  padding: 24px 24px 0;
  overflow: auto;
}

.order-info {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
}

.order-top-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  min-height: 80px;
  display: grid;
}

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

.payment-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.secure-notice {
  grid-column-gap: 18px;
  grid-row-gap: 4px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  padding-top: 6px;
  font-weight: 700;
  display: grid;
}

.secure-icon {
  border: 1px solid var(--indicator-outline);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.customer-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 24px;
  display: grid;
}

.payment-field-wrapper {
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.payment-field-header {
  border-style: none none solid;
  border-bottom-color: var(--indicator-outline);
  background-color: #0000;
  padding: 0 0 24px;
}

.payment-field {
  border-color: var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 3px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.shipping-method-list {
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  padding: 0 24px;
}

.shipping-method {
  border-bottom-style: solid;
  border-bottom-color: var(--indicator-outline);
  background-color: #fff0;
  padding: 24px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
}

.special-pay-button {
  border-radius: 3px;
  height: 48px;
}

.order-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-item-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.order-item-info-top {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.order-items {
  margin-bottom: 0;
}

.right-order-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 20px;
}

.order-button {
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  height: 60px;
  margin-bottom: 0;
  display: flex;
}

.vacation-results {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  display: grid;
}

.location-slider-top {
  height: 80px;
}

.vacations-slider {
  background-color: #fff0;
  align-items: center;
  width: 45vw;
  height: 100vh;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.locations-slider-mask {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: 100%;
}

.vacation-slide-arrow {
  z-index: 25;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -60px;
  display: flex;
  inset: auto 36px auto auto;
}

.vacation-slide-arrow.right {
  margin-bottom: 60px;
  top: auto;
  bottom: auto;
}

.location-page-slide {
  height: 100vh;
  min-height: 100vh;
}

.vacation-slider-content {
  color: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex: 1;
  width: 45vw;
  position: relative;
  overflow: hidden;
}

.home-hero {
  align-items: stretch;
  height: 150vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.hero-video-button {
  z-index: 25;
  border: 1px none var(--indicator-outline);
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-bottom: -80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  height: 160vh;
  margin-top: 0;
  padding-top: 60vh;
  padding-left: 0;
  display: flex;
  position: relative;
  width: 100%;
  
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.video-button-verlay {
  z-index: 25;
  background-color: #0f132696;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.wave-one {
  background-color: var(--indicator-outline);
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.wave-two {
  background-color: var(--indicator-outline);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-icon {
  filter: none;
}

.outline-button {
  border: 1px solid var(--indicator-outline);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.outline-button.small {
  padding: 9px 18px;
}

.outline-button.white {
  color: #fff;
  text-align: center;
  border-color: #ffffff4d;
  flex-flow: column;
  justify-content: center;
  max-width: 200px;
  margin: 8px 0;
  padding-left: 25px;
  padding-right: 25px;
}

.outline-button.white:hover {
  background-color: #081c3a00;
  border-color: #fff;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  padding-left: 0;
  display: grid;
}

.vacations-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.vacations-verticle-card:hover {
  box-shadow: 0 9px 48px -6px #3540751f;
}

.verticle-card-image {
  border-radius: 12px;
  height: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.vacation-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 36px 0;
  display: grid;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  position: static;
}

.location-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.location-image {
  background-image: url('../images/Travel002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.location-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 72px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.inner-page-hero {
  color: #fff;
  justify-content: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-hero {
  margin-left: 36px;
  padding-top: 80px;
  padding-bottom: 140px;
}

.journal-post {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(275px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px;
  display: grid;
}

.related-vacation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  min-height: 300px;
  padding: 24px;
  text-decoration: none;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.journal-content {
  border-radius: 12px;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.youtube_api {
  border-radius: 12px;
  overflow: hidden;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: #0e1520cc;
  position: absolute;
  inset: 0%;
}

.video-flyout {
  border-radius: 12px;
  align-items: stretch;
  width: 60vw;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-icon {
  z-index: 10;
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  color: var(--body-display);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.steps-circle-outline {
  border: 2px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-dot {
  z-index: 10;
  background-color: var(--indicator-outline);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.large-journal-post {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.large-journal-image {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.journal-post-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  box-shadow: 0 12px 36px -8px var(--shaddow);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 150px;
  margin-bottom: -60px;
  padding: 0 36px 36px;
  display: grid;
  position: relative;
}

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

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

.journal-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 6px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.journal-list-item:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

.journal-list-image {
  border-radius: 5px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.journal-list-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  display: grid;
}

.journal-category-tag {
  background-color: var(--grey-background);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 12px;
  font-size: 8px;
  line-height: 1.2em;
  display: flex;
}

.journal-list-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  display: grid;
}

.video-icon-wrapper {
  background-color: var(--indicator-outline);
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  text-decoration: none;
  display: flex;
  position: static;
}

.slide-three-overlay {
  background-color: #0d101f66;
  position: absolute;
  inset: 0%;
}

.gradient-overlay {
  background-image: linear-gradient(#0f132600 35%, #0f1326cc);
  position: absolute;
  inset: 0%;
}

.slide {
  z-index: 10;
}

.location-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popular-vacations-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: inherit;
  left: -25%;
  
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.product-slider-arrow {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.product-slider-arrow.left {
  right: 72px;
}

.hero-slider-mask {
  overflow: visible;
}

.hero-slide {
  height: 100%;
}

.product-images-row {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.vacation-images {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  display: grid;
  overflow: hidden;
}

.large-vacation-image {
  background-color: var(--grey-background);
  border-radius: 5px;
  height: 30vw;
  min-height: 400px;
  max-height: 550px;
  position: relative;
  overflow: hidden;
}

.small-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.small-vacation-image {
  background-color: var(--grey-background);
  border-radius: 5px;
  height: 100%;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background.locations-background {
  min-width: auto;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.one {
  color: #e4e4e4;
  background-image: url('../images/FOR_YOU_FLOWER_PV_1920.00_00_14_21.静止画006.jpg');
  background-position: 0 0;
  background-attachment: scroll;
}

.background.two {
  background-image: url('../images/Villa0017.jpeg');
}

.background.three {
  background-image: url('../images/Villa031.jpeg');
}

.hero-slide-arrow {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--indicator-outline) #fff9 #fff9;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 360px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  border-top-left-radius: 5px;
  bottom: 70px;
}

.slider-bottom {
  z-index: 20;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.bottom-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  min-width: 100vw;
  height: 100%;
  display: grid;
}

.featured-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey-background);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.featured-location-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #0000;
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.dropdown-list.flex-left.w--open {
  justify-content: flex-start;
}

.locations-results-top {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.heading-title-grid {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  display: grid;
}

.locations-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: minmax(110px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(110px, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 80px;
  display: grid;
}

.product-hero-content {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.journal-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 900px;
  display: grid;
}

.nav-button-toggle {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  box-shadow: 0 6px 48px -4px var(--shaddow);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  min-height: 200px;
  padding: 24px;
  display: grid;
}

.destinations-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: 0;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vacation-card-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.vacation-details {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--indicator-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

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

.vacation-info {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.vacation-features {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 36px;
  padding: 0;
  display: grid;
}

.feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: var(--body-display);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 36px 18px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.feature-item:hover {
  z-index: 1;
  box-shadow: 0 9px 42px -6px var(--shaddow);
}

.feature-icon {
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-text {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lightbox {
  position: absolute;
  inset: 0%;
}

.map-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

.map-wrapper {
  background-color: var(--indicator-outline);
  border-radius: 12px;
  min-height: 350px;
  margin-left: 36px;
  position: relative;
  overflow: hidden;
}

.featured-location-price {
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.dolar-sign {
  font-size: 11px;
  line-height: 1.4em;
}

.vacation-content {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.inquire-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: sticky;
  top: 101px;
}

.vacation-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  padding: 0 60px 0 36px;
  display: grid;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-left: 30px;
  display: grid;
  position: relative;
}

.team-images {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-intro {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-intro {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-left: 36px;
  padding: 48px 48px 0;
  display: grid;
}

.team-items {
  margin-top: -60px;
  margin-left: 36px;
  padding-bottom: 140px;
}

.team-banner {
  color: #fff;
  padding-top: 140px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.all-journal-posts {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 800px;
  margin-left: 80px;
  padding-top: 80px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.team-conteact-info {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-vacations {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  margin-left: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.slider-arrow-icon {
  width: 16px;
}

.featured-icon {
  width: 18px;
}

.dual-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  padding-top: 8px;
  display: grid;
}

.large-image {
  border-radius: 5px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.small-image {
  border-radius: 5px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.subtitle-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 48px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18px;
  display: grid;
}

.locations-slide-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-left: 80px;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.featured-vacation-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: stretch;
  display: grid;
}

.subtitle-dynamic-text {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

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

.vacation-hero {
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-left: 9px;
  display: flex;
}

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

.journal-card {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  box-shadow: 0 12px 36px -8px var(--shaddow);
  color: var(--black);
  background-color: #fff;
  border: 1px solid #c0c0d300;
  border-radius: 5px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  height: 100%;
  padding-bottom: 36px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  overflow: hidden;
}

.journal-card:hover {
  box-shadow: 0 12px 36px -8px #35407500;
}

.journal-card-image {
  min-height: 275px;
  position: relative;
  overflow: hidden;
}

.journal-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -12px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
}

.pagination {
  margin-top: 48px;
}

.contact-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 0;
  display: grid;
}

.form-block {
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

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

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--indicator-outline);
  border-radius: 5px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--dark-outline);
  padding-left: 24px;
}

.text-field.large {
  min-height: 175px;
}

.field-label {
  margin-bottom: 0;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

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

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue-2);
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 10px 13px 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 22px;
}

.quick-link-item.white {
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
}

.quick-link-item.quick-link-item_c {
  color: var(--ghost-white);
  background-color: #13497c;
}

.large-journal-list, .large-journal-item {
  height: 100%;
}

.team-portrait-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  grid-template-rows: minmax(160px, 1fr) minmax(160px, 1fr);
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 550px;
  display: grid;
  overflow: hidden;
}

.team-intro-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(35%, 470px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portrait-image {
  border-radius: 5px;
  min-width: 200px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.hero-collection-wrapper {
  height: 100%;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.preloader-indicator {
  z-index: 25;
  background-color: var(--indicator-outline);
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.prloader-fill {
  background-color: var(--black);
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: #fff;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.mobile-destinations-wrapper {
  display: none;
}

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

.inquire-avatar {
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.inquire-agent-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.agent-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.agent-social-icon {
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

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

.inquire-form {
  border-top: 1px solid var(--indicator-outline);
  margin-bottom: 0;
  padding-top: 36px;
}

.contact-options {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

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

.related-vacation-info {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.related-vacation-arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.featured-vacation-tag {
  z-index: 10;
  background-color: var(--indicator-outline);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 13px 9px 16px;
  font-size: 8px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-top: .8px solid #e6e6f345;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.footer-logo {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.footer-pages {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 10px;
  display: grid;
}

.footer-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-destinations {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.credit-text {
  color: var(--body-display);
  font-size: 12px;
}

.footer-destination-text {
  background-color: var(--grey-background);
  border-radius: 5px;
  padding: 9px 14px;
}

.background-load-top {
  z-index: 25;
  background-color: #000;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top.grey {
  background-color: var(--grey-background);
}

.background-load-bottom {
  z-index: 25;
  background-color: #000;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom.grey {
  background-color: var(--grey-background);
}

.paralax-background {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.two {
  background-image: url('../images/FOR_YOU_FLOWER_PV_1920.00_00_13_17.静止画005.jpg');
  justify-content: center;
  margin-left: -2px;
  margin-right: -3px;
  display: flex;
  position: static;
}

.paralax-background.about-one {
  background-image: url('../images/Family004.jpeg');
}

.paralax-background.about-two {
  background-image: url('../images/Family007.jpeg');
}

.paralax-background.about-three {
  background-image: url('../images/Family005.jpeg');
}

.paralax-background.about-four {
  background-image: url('../images/Villa030.jpeg');
}

.paralax-background.about-five {
  background-image: url('../images/Villa029.jpeg');
}

.paralax-background.about-six {
  background-image: url('../images/Travel004.jpeg');
}

.paralax-background.about-seven {
  background-image: url('../images/031.jpeg');
}

.paralax-background.team-banner-background {
  background-image: url('../images/Travel003.jpeg');
}

.paralax-background.journal-footer-background {
  background-image: url('../images/Travel004.jpeg');
}

.large-journal-content {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -12px;
  display: grid;
}

.contact-text {
  justify-content: center;
  align-items: center;
  min-height: 30px;
  display: flex;
}

.link-cover {
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0%;
}

.link-text {
  z-index: 10;
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.map {
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: -6px;
  overflow: hidden;
}

.rich-text h2, .rich-text p {
  margin-bottom: 12px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.password-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-field {
  background-color: #fff0;
  border: 1px #000;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
}

.password-button {
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.vacation-icon {
  width: 24px;
}

.dynamic-heading-text {
  grid-column-gap: 12px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vacation-card-arrow {
  width: 14px;
}

.password-hero {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 600px;
  display: grid;
  position: relative;
}

.invoices-hero {
  flex-direction: row;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

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

.invoice-image {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invoice-content-wrapper {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.invoice-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 48px;
  display: grid;
}

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

.order-summary {
  margin-bottom: 0;
}

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

._404-page-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.order-confirmation {
  background-color: var(--grey-background);
  justify-content: center;
  padding: 120px 48px 48px;
  display: flex;
}

.order-confirmation-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.order-left {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: 0;
  padding: 36px;
  display: grid;
}

.order-sticky {
  top: 101px;
}

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

.paypall-order-items {
  margin-bottom: 36px;
}

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

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

.invoice-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  color: var(--body-display);
  text-align: center;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
  display: grid;
}

.invoice-icon {
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  display: flex;
}

.invoice-avatar {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.invoice-agent-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  display: grid;
}

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

.invoice-payment-button {
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 11px;
  display: flex;
}

.default-state {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
  display: grid;
}

.invoice-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  padding: 6px 6px 6px 24px;
  display: grid;
}

.invoice-price {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  display: grid;
}

.error-state {
  border: 1px solid var(--indicator-outline);
  background-color: var(--indicator-outline);
  border-radius: 5px;
}

.cart-wrapper {
  z-index: 10000;
  background-color: #0d111ae6;
}

.cart-container {
  border-radius: 12px;
  padding: 18px;
}

.cart-header {
  border-bottom-color: var(--indicator-outline);
}

.cart-footer {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  border-top-color: var(--indicator-outline);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.cart-quantity {
  border-color: var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 5px;
}

.cart-list {
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart {
  width: 100%;
  height: 100%;
}

.fixed-cart {
  z-index: 1000;
  border: 1px solid var(--indicator-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
  overflow: hidden;
}

.cart-button {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.remove-button {
  color: var(--body-display);
  text-decoration: none;
}

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

.invoice-vacation {
  z-index: 10;
  color: #fff;
  padding-left: 36px;
  position: relative;
}

.dropdown-button {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 5px;
  padding: 16px 32px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown-button:hover {
  background-color: var(--black);
}

.lightbox-hover-coontent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-image {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.success-message {
  border: 1px solid var(--indicator-outline);
  background-color: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.success-message.grey {
  background-color: var(--grey-background);
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px;
  display: grid;
}

.promise-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 750px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: grid;
}

.contact-team-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.flyout-menu {
  border-right: 1px none var(--indicator-outline);
  border-bottom: 1px none var(--indicator-outline);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: flex;
  position: absolute;
  inset: 0%;
}

.flyout-menu.open {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dropdown-icon {
  display: none;
}

.hide-menu-wrapper {
  z-index: 20;
  background-color: var(--black-4);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.flyout-menu-content {
  z-index: 10;
  background-color: #ffffffe8;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding: 116px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 60px 36px;
  display: grid;
}

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

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

.flyout-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 31px;
  display: grid;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.flyout-heading {
  padding-left: 80px;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  justify-content: center;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--royal-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--black);
}

.vacation-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 136px;
  display: flex;
}

.mobile-navigation-shade {
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  min-width: 50px;
  min-height: 1000px;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  font-family: zen-old-mincho;
  font-size: 40px;
  font-weight: 400;
}

.heading-2 {
  color: var(--black-3);
  text-align: center;
  letter-spacing: .06em;
  justify-content: center;
  margin-top: 0;
  font-family: zen-old-mincho;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.paragraph {
  color: var(--black-3);
  text-align: center;
  letter-spacing: .06px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 67px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: zen-old-mincho;
  font-weight: 400;
  line-height: 2em;
  display: flex;
  position: static;
}

.paragraph.paragraphsp {
  display: none;
}

.container {
  background-color: var(--white-smoke);
  outline-color: var(--light-grey);
  outline-offset: -10px;
  object-fit: fill;
  outline-width: 10px;
  outline-style: solid;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.hero {
  box-shadow: none;
  background-color: #f5f6faf5;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 90%;
  margin: 40px auto;
  padding: 100px 20px;
  display: flex;
}

.hero.hero_strength {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  clear: none;
  width: 100%;
  margin-left: 40px;
  position: static;
}

.hero-image {
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  max-width: 450px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.paragraph-2 {
  float: none;
  color: var(--ghost-white);
  letter-spacing: .06px;
  margin-top: 20px;
  font-family: zen-old-mincho;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.div-block {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 52px;
  padding-left: 0;
  display: block;
}

.paragraph-3 {
  letter-spacing: 1px;
  width: auto;
  font-weight: 400;
  display: flex;
}

.heading-3 {
  color: var(--ghost-white);
  letter-spacing: .06em;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Noto Sans;
  font-size: 40px;
}

.heading-4 {
  color: var(--black-3);
  letter-spacing: .06em;
  width: auto;
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.75em;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-color: #0d0d0d61;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: var(--ghost-white);
  text-align: center;
  padding-right: 0;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  background-color: #665442;
  justify-content: flex-end;
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Noto Sans;
  display: flex;
}

.text-span {
  color: #e6e6e6;
}

.gallery3 {
  color: #000;
  letter-spacing: 2px;
  width: auto;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

.gallery3.gallery3_white {
  color: #fff;
  margin-bottom: 0;
}

.subtitle3 {
  color: var(--ghost-white);
  letter-spacing: 3px;
  padding-bottom: 7px;
  font-size: 11px;
  line-height: 1.4px;
}

.team-location-icon-2 {
  -webkit-text-fill-color: inherit;
  background-color: #c0c0d300;
  background-clip: border-box;
  border: 0 #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 234px;
  grid-row-gap: 16px;
  grid-template: "Area" minmax(0, .25fr)
  / minmax(80px, 1fr) minmax(auto, 1400px) minmax(0, .5fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display-2 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.grey-cover-2 {
  background-color: #f7f8fc;
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: var(--ghost-white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: zen-old-mincho;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  padding: 36px;
}

.team-background-image-2 {
  position: absolute;
  inset: 0%;
}

.team-background-image-2.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image-2.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2.six {
  background-image: url('../images/Family007.jpeg');
}

.hero-image-copy {
  float: none;
  clear: none;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: auto;
  max-width: 450px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: 30px;
}

.team-background-image-2-copy {
  background-image: url('../images/IMG_20200730_143238.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image-2-copy.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2-copy.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image-2-copy.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2-copy.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2-copy.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-2-copy2 {
  position: absolute;
  inset: 0%;
}

.team-background-image-2-copy2.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2-copy2.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image-2-copy2.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2-copy2.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2-copy2.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-2-copy2-copy {
  background-image: url('../images/IMG_20200730_143018.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image-2-copy2-copy.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2-copy2-copy.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image-2-copy2-copy.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2-copy2-copy.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2-copy2-copy.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-2-copy3opy-copy {
  position: absolute;
  inset: 0%;
}

.team-background-image-2-copy3opy-copy.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2-copy3opy-copy.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image-2-copy3opy-copy.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2-copy3opy-copy.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2-copy3opy-copy.six {
  background-image: url('../images/Family007.jpeg');
}

.paragraph-4-copy {
  color: #fff;
  text-align: left;
  background-color: #665442;
  justify-content: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 68px;
  font-family: Noto Sans;
  display: flex;
}

.column, .column-2 {
  background-color: #665442;
}

.tell {
  opacity: .81;
  background-color: #0000;
  border: 1px solid #00000047;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-height: 42px;
  padding: 14px 18px;
  font-weight: 400;
  transition: opacity .125s;
  position: absolute;
  inset: auto;
}

.nav-link-copy {
  background-color: var(--dark-slate-blue-2);
  box-shadow: none;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 4px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.nav-link-copy.w--current {
  color: var(--black);
}

.subtitle2-copy {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #665442;
  border: 1px #665442;
  justify-content: center;
  padding-top: 52px;
  padding-bottom: 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.subtitle2-copy.small {
  font-size: 8px;
}

.subtitle2-copy.white {
  color: #fff;
  justify-content: flex-start;
  padding-top: 0;
}

.subtitle2-copy.large {
  font-size: 14px;
}

.div-block-3 {
  flex-direction: column;
  width: 40vw;
  padding-left: 0;
  display: flex;
}

.heading-6 {
  font-size: 20px;
}

.heading-7 {
  margin-top: 105px;
  font-size: 30px;
}

.bold-text {
  font-family: Noto Sans;
}

.grid-2 {
  grid-template-rows: auto;
}

.paragraph-5 {
  color: #fff;
  margin-left: 273px;
}

.paragraph-5-copy {
  color: #fff;
  margin-left: 61px;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  object-fit: fill;
  border: 1px #000;
  border-radius: 1px;
  justify-content: center;
  margin-left: auto;
  padding: 18px 35px;
  font-size: 15px;
  font-style: normal;
  display: flex;
  position: static;
}

.paragraph-6 {
  font-size: 15px;
}

.paragraph-7 {
  color: var(--dark-slate-blue-2);
  text-align: center;
  margin-bottom: 0;
}

.div-block-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-8 {
  display: flex;
}

.paragraph-9 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-2 {
  padding-top: 10px;
  padding-left: 129px;
  padding-right: 80px;
}

.paragraph-10 {
  font-size: 40px;
}

.paragraph-11 {
  color: var(--ghost-white);
  font-family: zen-old-mincho;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-12 {
  color: #fff;
  letter-spacing: .06px;
  min-width: 150px;
  margin-top: 33px;
  padding-right: 0;
  font-family: zen-old-mincho;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
}

.paragraph-13 {
  color: #fff;
  letter-spacing: .06px;
  min-width: 260px;
  margin-top: 33px;
  font-family: zen-old-mincho;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
}

.paragraph-11-copy {
  color: var(--ghost-white);
  margin-top: 32px;
  margin-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: zen-old-mincho;
  font-size: 11px;
  font-weight: 400;
}

.columns {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #fcfcff3d;
  border-style: solid none;
  border-radius: 0;
  padding-bottom: 12px;
  padding-left: 52px;
  padding-right: 55px;
  position: static;
  inset: 0%;
}

.column-4 {
  padding-right: 25px;
}

.paragraph-14 {
  letter-spacing: .1em;
  text-transform: none;
  font-family: zen-old-mincho;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.paragraph-15 {
  color: var(--ghost-white);
  font-family: zen-old-mincho;
  font-weight: 400;
  line-height: 12px;
}

.bold-text-2 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
}

.brend {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
  display: flex;
}

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

._30pxmarjin {
  height: 30px;
}

.div-block-13 {
  color: var(--ghost-white);
  flex-direction: column;
  align-items: center;
  font-family: zen-old-mincho;
  display: flex;
}

.subtitle-2 {
  z-index: 10;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.paragraph-16 {
  color: var(--ghost-white);
  width: 240px;
  font-size: 18px;
  font-style: normal;
}

.corp_div {
  flex-direction: column;
  align-items: baseline;
  margin-top: 49px;
  margin-left: 60px;
  display: flex;
}

.subtitle-wrapper-2 {
  margin-bottom: 24px;
}

.div-block-12 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 430px;
  display: flex;
}

.paragraph-17 {
  color: var(--ghost-white);
  text-align: left;
  width: 110px;
  font-size: 15px;
}

.div-block-14 {
  justify-content: flex-start;
  display: flex;
}

.heading-8 {
  color: var(--ghost-white);
  letter-spacing: .1em;
  justify-content: center;
  width: 250px;
  margin-bottom: 20px;
  font-family: zen-old-mincho;
  display: flex;
}

.paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: var(--ghost-white);
}

.div-block-15 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.div-block-16 {
  flex-direction: column;
  margin-top: 65px;
  display: flex;
}

.heading-4-copy {
  color: var(--ghost-white);
  letter-spacing: .06em;
  margin-top: 7px;
  font-family: zen-old-mincho;
  font-size: 40px;
  font-weight: 400;
}

.gallery3-copy {
  color: var(--ghost-white);
  letter-spacing: 3px;
  font-family: zen-old-mincho;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-2-copy {
  float: none;
  color: var(--ghost-white);
  letter-spacing: .06px;
  margin-top: 20px;
  font-family: zen-old-mincho;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40vw;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
  position: static;
}

.gallery3-copy {
  color: var(--ghost-white);
  letter-spacing: 3px;
  width: auto;
  font-family: zen-old-mincho;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-4-copy {
  color: var(--ghost-white);
  letter-spacing: .06em;
  width: auto;
  margin-top: 7px;
  margin-left: -5px;
  font-family: zen-old-mincho;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-3-copy {
  color: var(--ghost-white);
  letter-spacing: .06px;
  width: auto;
  margin-top: 20px;
  font-family: zen-old-mincho;
  font-weight: 400;
  line-height: 2em;
  display: flex;
}

.div-block-3-copy {
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  display: block;
}

.div-block-18-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-20 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 8vw;
}

.image-2 {
  opacity: 1;
}

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

.div-block-22 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-23 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-24 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 110px 140px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-25 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-26 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.div-block-27 {
  z-index: 0;
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/FOR_YOU_FLOWER_PV_1920.00_00_14_21.静止画006.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 1000px;
  height: 500px;
  position: relative;
}

.sidebar-icon-copy {
  border: 1px solid var(--indicator-outline);
  background-color: #aeaec00d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon-copy:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.agent-social-icon-copy {
  border: 1px solid var(--indicator-outline);
  background-color: var(--grey-background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: none;
}

.section-copy {
  background-color: #665442;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section-copy.no-top-padding {
  padding-top: 0;
}

.container-copy {
  background-color: var(--black-3);
  object-fit: fill;
  max-width: 100%;
  position: static;
}

.link-block.w--current {
  flex-direction: row;
  font-family: Eudoxussans;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.brand-copy {
  z-index: 25;
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  padding-right: 24px;
  font-family: Eudoxussans;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.brand-copy.w--current {
  flex-direction: column;
}

.heading-4-copy {
  color: var(--ghost-white);
  letter-spacing: .06em;
  width: auto;
  margin-top: 7px;
  margin-left: -3px;
  margin-right: -10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.sns {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  opacity: .7;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 3px;
  transition: all .4s;
}

.social-link:hover {
  opacity: 1;
}

.social-link.fb {
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-size: 24px;
  margin-top: 0;
}

.social-link.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 25px;
}

.social-link.rss {
  background-image: url('../images/youtube-icon-sns.png');
  background-size: contain;
}

.social-link.yt {
  background-image: url('../images/youtube-icon-sns.png');
  background-size: 31px;
}

.social-link.line {
  background-image: none;
}

.image-3 {
  width: 130px;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-link-2 {
  z-index: 5;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 20px;
  display: flex;
}

.subtitle-3 {
  z-index: 10;
  color: var(--ghost-white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-3.white {
  color: #fff;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.image-overlay {
  z-index: 1;
  background-image: linear-gradient(#00000082, #0000008f);
  position: absolute;
  inset: 0%;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
}

.subtitle-wrapper-3.clip {
  justify-content: center;
  display: flex;
}

.card-circle {
  z-index: 0;
  background-color: #000000bd;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #382c1fe3;
}

.background-image-2 {
  z-index: 1;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image-2.background-image_01 {
  background-image: url('../images/尾山台歯科クリニック_静止画25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.background-image-2.background-image_02 {
  background-image: url('../images/尾山台歯科クリニック_静止画01.jpg');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.background-image-2.background-image_03 {
  background-image: url('../images/尾山台歯科クリニック_静止画41.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.background-image-2.background-image_04 {
  background-image: url('../images/尾山台歯科クリニック_静止画12.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-2.background-image_05 {
  background-image: url('../images/尾山台歯科クリニック_静止画23.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-2.background-image_06 {
  background-image: url('../images/尾山台歯科クリニック_静止画22.jpg');
  background-position: 40% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.animation_link_01 {
  z-index: 0;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  min-width: 33vw;
  height: 33vw;
  min-height: 33vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.animation_link_01.animation_link_01_center {
  min-width: 34vw;
  margin-top: 0;
}

.collection-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-28 {
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/DSC00982.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.div-block-29 {
  background-image: url('../images/尾山台歯科クリニック_静止画03.jpg');
  background-position: 61%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-30 {
  box-shadow: none;
  background-image: url('../images/DSC01008.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.div-block-31 {
  background-image: url('../images/尾山台歯科クリニック_静止画49.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-32 {
  background-image: url('../images/尾山台歯科クリニック_静止画10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-33 {
  background-image: url('../images/尾山台歯科クリニック_静止画06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.body-display-3 {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 23px;
}

.banner-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-info {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.price-table_line {
  background-color: #c0c0d3eb;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-overlay-2 {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.service-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

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

.service-list-item {
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.marutotext_div {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.price-table_text_light {
  color: #101213e3;
  text-align: justify;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  padding-left: 24px;
  display: grid;
}

.subtitle-4 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

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

.price-table-parts_left {
  background-color: var(--dark-slate-blue);
  border-right: 1px solid #c0c0d3eb;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 10px 20px;
  display: flex;
}

.price-table-parts_left.price-table-parts_left_title {
  background-color: #0000;
}

.price-table-parts_left.pricetable_left_zone {
  width: 20%;
}

.price-table-parts_left.price-table-parts_left_c {
  background-color: var(--dim-grey);
}

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

.div-block-154 {
  width: 130px;
  margin-right: 10px;
}

.services-wrapper {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-top: 60px;
  display: flex;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.jumplink_after_div {
  width: 0;
  height: auto;
  display: block;
}

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.div-block-156 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.price-table-parts_right {
  border: 4px solid var(--black-3);
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 5px;
  display: flex;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

._100pxmargin {
  height: 100px;
}

.service-item-bottom {
  overflow: hidden;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.contract-information {
  background-image: url('../images/尾山台歯科クリニック_静止画25.jpg');
  background-position: 50%;
}

.background-banner.kv_price {
  background-image: url('../images/尾山台歯科クリニック_静止画41.jpg');
}

.background-banner.kv_medical {
  background-image: url('../images/尾山台歯科クリニック_静止画25.jpg');
}

.background-banner.kv_space {
  background-image: url('../images/尾山台歯科クリニック_静止画12.jpg');
}

.background-banner.kv_acces {
  background-image: url('../images/尾山台歯科クリニック_静止画01.jpg');
}

.background-banner.kv_recruit {
  background-image: url('../images/尾山台歯科クリニック_静止画21.jpg');
}

.background-banner.kv_staff {
  background-image: url('../images/尾山台歯科クリニック_静止画43.jpg');
}

.background-banner.kv_talk-about-dentures {
  background-image: url('../images/inter_head.jpg');
  background-position: 87% 0;
  background-repeat: no-repeat;
}

.background-banner.kv_reserve {
  background-image: url('../images/尾山台歯科クリニック_静止画51.jpg');
}

._2_jump {
  flex-direction: row;
  display: flex;
}

.service-description {
  width: 100%;
  padding-right: 0;
}

.price-table-parts {
  border: 1px solid #c0c0d3eb;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
}

.price-table-parts.haneda_price_color {
  background-color: var(--black-3);
}

.service-examples-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2vw;
  display: flex;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-19 {
  height: 20px;
  font-size: 11px;
}

.heading-23 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-scrolling-wrapper {
  background-color: var(--black-3);
  width: 100%;
  height: 100%;
}

.price-table_text_bold_title {
  color: #fff;
}

.h_30px {
  height: 30px;
}

.large-heading {
  line-height: 1.15em;
}

.dark-dot {
  background-color: var(--ghost-white);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-bottom: 1px solid #d2d2d2;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding: 13px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item.w--current {
  color: #cb001e;
  padding-left: 36px;
}

.left_arrowanimation {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.price-table-parts_-center {
  background-color: var(--ghost-white);
  border-right: 1px solid #c0c0d3eb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 10px;
  display: flex;
}

.details-of-price-rules {
  border: 7px solid var(--aaa);
  background-color: #fdfdfd;
  width: 100%;
  margin-bottom: 100px;
  padding: 20px;
}

.clip {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.price-table_text_bold {
  color: var(--outline);
  font-weight: 700;
}

.h_120px {
  height: 120px;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

.div-block-153 {
  display: flex;
}

.sticky-services-menu {
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: visible;
}

.sticky-services-menu.extra-top-margin {
  width: 50vw;
  top: 148px;
}

.body-display-4 {
  color: #626d86;
  text-align: justify;
  line-height: 1.6em;
}

.body-display-4.small {
  font-size: 16px;
  line-height: 1.45em;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.banner-items {
  background-color: var(--black-3);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-24 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-157 {
  background-color: #5a5a5a;
  border-radius: 7px;
  padding: 10px 20px;
}

.heading-25 {
  color: var(--ghost-white);
}

.div-block-158 {
  border: 1px solid var(--black-3);
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.medical_pic1 {
  background-image: url('../images/尾山台歯科クリニック_静止画32.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  align-items: flex-end;
  height: 310px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.medical_pic1.medical_pic2 {
  background-image: url('../images/尾山台歯科クリニック_静止画28.jpg');
}

.medical_pic1.medical_pic3 {
  background-image: url('../images/尾山台歯科クリニック_静止画09.jpg');
}

.medical_pic1.medical_pic4 {
  background-image: url('../images/尾山台歯科クリニック_静止画04.jpg');
}

.medical_pic1.medical_pic5 {
  background-image: url('../images/尾山台歯科クリニック_静止画40.jpg');
}

.medical_pic1.medical_pic6 {
  background-image: url('../images/尾山台歯科クリニック_静止画50.jpg');
}

.medical_pic1.medical_pic7 {
  background-image: url('../images/childtitle0.jpg');
  background-position: 58%;
}

.medical_pic1.medical_pic8 {
  background-image: url('../images/尾山台歯科クリニック_静止画22.jpg');
}

.medical_pic1.medical_pic9 {
  background-image: url('../images/尾山台歯科クリニック_静止画36.jpg');
}

.medical_pic1.medical_pic10 {
  background-image: url('../images/尾山台歯科クリニック_静止画30.jpg');
}

.medical_pic1.medical_pic11 {
  background-image: url('../images/尾山台歯科クリニック_静止画01.jpg');
  background-position: 50% 100%;
}

.medical_pic1.medical_pic12 {
  background-image: url('../images/尾山台歯科クリニック_静止画20.jpg');
}

.medical_pic1.medical_pic13 {
  background-image: url('../images/尾山台歯科クリニック_静止画02.jpg');
}

.medical_pic1.medical_pic14 {
  background-image: url('../images/尾山台歯科クリニック_静止画03.jpg');
}

.medical_pic1.medical_pic15 {
  background-image: url('../images/尾山台歯科クリニック_静止画54.jpg');
}

.medical_pic1.medical_pic16 {
  background-image: url('../images/尾山台歯科クリニック_静止画05.jpg');
}

.medical_pic1.medical_pic17 {
  background-image: url('../images/尾山台歯科クリニック_静止画06.jpg');
}

.medical_pic1.medical_pic18 {
  background-image: url('../images/尾山台歯科クリニック_静止画17.jpg');
}

.medical_pic1.medical_pic19 {
  background-image: url('../images/尾山台歯科クリニック_静止画04.jpg');
}

.medical_pic1.medical_pic20 {
  background-image: url('../images/尾山台歯科クリニック_静止画12.jpg');
}

.medical_pic1.medical_pic21 {
  background-image: url('../images/尾山台歯科クリニック_静止画10.jpg');
}

.medical_pic1.medical_pic22 {
  background-image: url('../images/尾山台歯科クリニック_静止画09.jpg');
}

.medical_pic1.medical_pic23 {
  background-image: url('../images/尾山台歯科クリニック_静止画29.jpg');
  background-position: 0%;
}

.medical_pic1.medical_pic25 {
  background-image: url('../images/尾山台歯科クリニック_静止画11.jpg');
}

.medical_pic1.medical_pic26 {
  background-image: url('../images/inf05.jpg');
  background-size: contain;
  height: 200px;
}

.medical_pic1.medical_pic27 {
  background-image: url('../images/尾山台歯科クリニック_静止画18.jpg');
}

.medical_pic1.medical_pic28 {
  background-image: url('../images/inf06.jpg');
  background-size: contain;
  height: 220px;
}

.medical_pic1.medical_pic29 {
  background-image: url('../images/尾山台歯科クリニック_静止画12.jpg');
}

.medical_pic1.medical_pic30 {
  background-image: url('../images/尾山台歯科クリニック_静止画14.jpg');
}

.medical_pic1.medical_pic31 {
  background-image: url('../images/尾山台歯科クリニック_静止画15.jpg');
}

.medical_pic1.medical_pic32 {
  background-image: url('../images/尾山台歯科クリニック_静止画56.jpg');
}

.medical_pic1.medical_pic33 {
  background-image: url('../images/尾山台歯科クリニック_静止画20.jpg');
}

.medical_pic1.medical_pic34 {
  background-image: url('../images/cleaning_business_entrance_2x.jpg');
}

.medical_pic1.medical_pic35 {
  background-image: url('../images/index_im10.jpg');
}

.medical_pic1.medical_pic36 {
  background-image: url('../images/尾山台歯科クリニック_静止画19.jpg');
}

.medical_pic1.medical_pic37 {
  background-image: url('../images/尾山台歯科クリニック_静止画10.jpg');
}

.medical_pic1.medical_pic38 {
  background-image: url('../images/尾山台歯科クリニック_静止画13.jpg');
}

.medical_pic1.medical_pic39 {
  background-image: url('../images/尾山台歯科クリニック_静止画17.jpg');
}

.medical_pic1.medical_pic40 {
  background-image: url('../images/inf01.jpg');
  background-position: 50%;
  background-size: contain;
}

.medical_pic1.medical_pic41 {
  background-image: url('../images/尾山台歯科クリニック_静止画23.jpg');
}

.medical_pic1.medical_pic43 {
  background-image: none;
}

.div-block-160 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-161 {
  background-color: var(--black-3);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-162 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  width: 80%;
  margin-top: 20px;
  padding: 20px;
}

.heading-26 {
  margin-bottom: 10px;
}

.mini_pic_contentsa_01 {
  background-image: url('../images/staff_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
}

.mini_pic_contentsa_01.mini_pic_contents_2 {
  background-image: url('../images/denture040.jpg');
  width: 370px;
}

.mini_pic_contentsa_01.mini_pic_contentsa_02 {
  background-image: url('../images/staff_06.jpg');
  margin-right: 5px;
}

.mini_pic_contentsa_01.mini_pic_contentsa_04 {
  background-image: url('../images/orthodontics-pedodontia_img06.jpg');
  background-position: 50% 0;
}

.mini_pic_contentsa_01.mini_pic_contentsa_05 {
  background-image: url('../images/尾山台歯科クリニック_静止画04.jpg');
}

.mini_pic_contentsa_01.mini_pic_contentsa_06 {
  background-image: url('../images/尾山台歯科クリニック_静止画09.jpg');
}

.mini_pic_contentsa_01.mini_pic_contentsa_07 {
  background-image: url('../images/staff_07.jpg');
}

.div-block-164 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-165 {
  background-image: url('../images/denture01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 180px;
}

.div-block-166 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-167 {
  border: 1px solid var(--black-3);
  background-color: var(--black-3);
  border-radius: 7px;
  width: 50%;
  margin-right: 5px;
  padding: 10px;
}

.div-block-168 {
  border: 1px solid var(--black-3);
  background-color: var(--black-3);
  border-radius: 7px;
  width: 50%;
  padding: 10px;
}

.div-block-169 {
  background-image: url('../images/d_flow05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 180px;
}

.heading-27, .heading-28 {
  color: var(--ghost-white);
  margin-top: 0;
}

.mini_pic_contentsb_1 {
  background-image: url('../images/尾山台歯科クリニック_静止画23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-width: 260px;
  min-height: 300px;
  margin-bottom: 0;
}

.mini_pic_contentsb_1.mini_pic_contentsb_2 {
  background-image: url('../images/尾山台歯科クリニック_静止画31.jpg');
}

.mini_pic_contentsb_1.mini_pic_contentsb_3 {
  background-image: url('../images/microscope_img05.jpg');
  background-position: 0 100%;
  background-size: cover;
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
}

.mini_pic_contentsb_1.mini_pic_contentsb_4 {
  background-image: url('../images/metalfree-cerec_img06.jpg');
}

.mini_pic_contentsb_1.mini_pic_contentsb_5 {
  background-image: url('../images/metalfree-cerec_img07.jpg');
}

.mini_pic_contentsb_1.mini_pic_contentsb_6 {
  background-image: url('../images/metalfree-cerec_img08.jpg');
}

.mini_pic_contentsb_1.mini_pic_contentsb_7 {
  background-image: url('../images/metalfree-cerec_img09.jpg');
}

.mini_pic_contentsb_1.mini_pic_contentsb_8 {
  background-image: url('../images/childtitle_10.jpg');
  min-height: 160px;
}

.case_01 {
  background-image: url('../images/d_case01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  width: 250px;
  height: 148px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.case_01.case_02 {
  background-image: url('../images/d_case02.jpg');
}

.case_01.case_03 {
  background-image: url('../images/d_case03.jpg');
}

.case_01.case_04 {
  background-image: url('../images/d_case04.jpg');
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._2contents {
  border: 1px solid var(--black-3);
  background-color: var(--seashell);
  border-radius: 8px;
  justify-content: space-around;
  padding: 20px 10px;
  display: flex;
}

.text-block-20 {
  background-color: var(--black-3);
  color: var(--ghost-white);
  border-radius: 7px;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}

.div-block-171 {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.case_shinbi_01 {
  background-image: url('../images/e_case01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  align-items: flex-end;
  min-width: 250px;
  min-height: 130px;
  padding: 10px;
  display: flex;
}

.case_shinbi_01.case_shinbi_02 {
  background-image: url('../images/e_case02.jpg');
}

.case_shinbi_01.case_shinbi_03 {
  background-image: url('../images/e_case03.jpg');
}

.case_shinbi_01.case_shinbi_04 {
  background-image: url('../images/e_case04.jpg');
}

.case_shinbi_01.case_shinbi_05 {
  background-image: url('../images/e_case05.jpg');
}

.case_shinbi_01.case_shinbi_06 {
  background-image: url('../images/e_case06.jpg');
}

.case_shinbi_01.case_shinbi_07 {
  background-image: url('../images/e_case09.jpg');
}

.case_shinbi_01.case_shinbi_08 {
  background-image: url('../images/e_case10.jpg');
}

.case_shinbi_01.case_shinbi_09 {
  background-image: url('../images/e_case07.jpg');
}

.case_shinbi_01.case_shinbi_10 {
  background-image: url('../images/e_case08.jpg');
}

.paragraph-24 {
  color: var(--black-3);
  font-size: 15px;
}

.text-block-21 {
  width: 100%;
  font-weight: 700;
}

.price-table_text_light-2 {
  color: #101213e3;
  text-align: left;
}

.price-table-parts_left-2 {
  background-color: var(--black-3);
  border-right: 1px solid #c0c0d3eb;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 10px 20px;
  display: flex;
}

.price-table-parts_left-2.price-table-parts_left_title {
  background-color: var(--ghost-white);
}

.price-table-parts_-center-2 {
  background-color: var(--ghost-white);
  border-right: 1px solid #c0c0d3eb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 66%;
  padding: 10px 5px;
  display: flex;
}

.price-table_text_bold-2 {
  color: var(--ghost-white);
}

.price-table_text_light-3 {
  color: #101213e3;
  text-align: center;
}

.div-block-172 {
  background-color: var(--black-3);
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px;
}

.link, .link-2 {
  color: var(--body-display);
  text-decoration: underline;
}

.price-table-parts_left-3 {
  background-color: var(--black-3);
  border-right: 1px solid #c0c0d3eb;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 10px 20px;
  display: flex;
}

.price-table-parts_left-3.price-table-parts_left_title {
  background-color: #0000;
}

.price-table_text_bold-3 {
  color: var(--ghost-white);
}

.price-table-parts_-center-3 {
  border-right: 1px solid #c0c0d3eb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 10px 5px;
  display: flex;
}

.div-block-173 {
  background-image: url('../images/graphic_01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20px;
  min-height: 20px;
}

.div-block-174, .div-block-175 {
  min-width: 20px;
  min-height: 20px;
}

.div-block-176 {
  background-image: url('../images/graphic_03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 19px;
  min-height: 19px;
}

.div-block-177 {
  background-image: url('../images/graphic_02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 20px;
  min-height: 20px;
}

.text-span-3 {
  color: var(--indian-red);
}

.link-3, .link-4, .link-5, .link-6, .link-7 {
  color: var(--black-3);
  font-weight: 600;
}

.link-block-2 {
  background-image: url('../images/map.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-178 {
  height: 10px;
}

.image-4 {
  background-color: var(--ghost-white);
  padding: 20px;
}

.image-5, .image-6 {
  background-color: var(--ghost-white);
  padding: 10px;
}

.div-block-179 {
  background-color: var(--white);
  background-image: url('../images/access04.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  padding: 10px;
}

.div-block-180 {
  background-color: var(--white);
  background-image: url('../images/access01.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 210px;
  margin-bottom: 10px;
  padding: 10px;
}

.div-block-181 {
  background-color: var(--white);
  background-image: url('../images/access03.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  margin-bottom: 10px;
  padding: 10px;
}

.div-block-182 {
  background-image: url('../images/access02.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  padding: 20px;
}

.access_bg {
  background-color: var(--white);
  margin-bottom: 10px;
  padding: 10px;
}

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

._10pxmargin {
  height: 10px;
}

.div-block-183 {
  margin-bottom: 10px;
  display: flex;
}

.lightbox-link {
  border: 3px solid var(--black-3);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.dac_pro_1 {
  background-image: url('../images/inf01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 440px;
  min-height: 400px;
}

.dac_pro_1.dac_pro_2 {
  background-image: url('../images/inf02.jpg');
}

.dac_pro_1.dac_pro_3 {
  background-image: url('../images/inf03.jpg');
}

.voice_textbg {
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 10px;
  padding: 10px;
}

.image-7 {
  border: 2px solid var(--black-3);
  border-radius: 20px;
}

.div-block-184 {
  filter: invert();
  background-image: url('../images/icon_line.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  min-width: 50px;
  min-height: 50px;
}

.div-block-185 {
  background-color: var(--black-3);
  color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-186 {
  border: 0px solid var(--ghost-white);
  color: var(--ghost-white);
  background-color: #443627;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  margin: 20px 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 5px #19110896;
}

.text-block-22 {
  margin-top: 20px;
}

.div-block-187 {
  margin-bottom: 10px;
}

.div-block-188 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-189 {
  background-color: var(--ghost-white);
  width: 90%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.div-block-190 {
  background-color: var(--ghost-white);
  border-radius: 18px;
  width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 0 6px #6b3f0f;
}

.text-block-23 {
  color: var(--black-3);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-weight: 500;
  display: flex;
}

.div-block-191 {
  border: 2px solid var(--ghost-white);
  background-image: url('../images/arrowhead-right-icon-dark-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  min-width: 25px;
  min-height: 25px;
  margin: 20px 10px 10px;
}

.form-block-2 {
  width: 600px;
  margin-top: 20px;
}

.submit-button-2 {
  background-color: var(--body-display);
  width: 100%;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5, .textarea, .text-block-24 {
  margin-bottom: 20px;
}

.foot {
  background-color: var(--ghost-white);
  justify-content: center;
  padding: 10px;
  display: flex;
}

.div-block-192 {
  background-color: var(--black-3);
  color: var(--ghost-white);
  justify-content: space-around;
  padding: 40px 30px 40px 40px;
  display: flex;
}

.foot_tex {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.foot_tex:hover {
  color: #cfcfcf;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 20px;
  padding: 40px 20px;
  display: grid;
}

.link-8 {
  color: var(--indian-red);
  padding-top: 5px;
  font-size: 22px;
  text-decoration: none;
}

.section-3 {
  display: flex;
}

.div-block-194 {
  background-image: url('../images/pixta_28382424_M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 390px;
  max-width: 920px;
  min-height: 500px;
}

.columns-2 {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-9 {
  z-index: 10;
  mix-blend-mode: color-burn;
  background-color: #8f91acd1;
  border-radius: 1000px;
  min-width: 400px;
  min-height: 400px;
  position: absolute;
  top: -366px;
  left: 105px;
  box-shadow: 0 0 10px #14091233;
}

.description {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
}

.heading-29 {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.75em;
}

.heading-29.mm {
  color: var(--dark-slate-blue-2);
  text-align: left;
  font-size: 1.8em;
}

._30px_margin {
  height: 30px;
}

.intro {
  z-index: 10;
  box-shadow: none;
  background-color: #f5f6fafa;
  border-radius: 5px;
  max-width: 90%;
  margin: 40px auto;
  padding: 140px 100px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  z-index: 10;
  mix-blend-mode: color-burn;
  background-color: #9092adba;
  border-radius: 1000px;
  min-width: 400px;
  min-height: 400px;
  position: absolute;
  top: -276px;
  left: -128px;
  box-shadow: 0 0 8px #15224178;
}

.image-11 {
  z-index: 0;
  mix-blend-mode: normal;
  background-color: #7183b17d;
  border-radius: 1000px;
  min-width: 250px;
  min-height: 250px;
  position: absolute;
  top: -42px;
  left: 60px;
  box-shadow: inset 0 0 5px #8e93a057;
}

.div-block-195 {
  z-index: 10;
  mix-blend-mode: multiply;
  border: 4px solid #978f872e;
  border-radius: 1000px;
  min-width: 1000px;
  min-height: 1000px;
  position: absolute;
  top: -30px;
  left: -568px;
}

.column-6 {
  display: flex;
}

.div-block-196 {
  z-index: 30;
  mix-blend-mode: color-burn;
  background-color: #9191914d;
  border-radius: 1000px;
  min-width: 400px;
  min-height: 400px;
  position: absolute;
  left: 115px;
  box-shadow: 0 0 11px #1d200c5c;
}

.div-block-197 {
  box-shadow: none;
  border: 4px solid #d4d4d429;
  border-radius: 10000px;
  min-width: 1000px;
  min-height: 1000px;
  position: absolute;
  top: -197px;
  left: -343px;
}

._70px_margin {
  min-height: 50px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 3000px;
  display: flex;
}

.logo-slider-img {
  width: 120px;
}

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

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  flex: none;
  width: auto;
  display: flex;
}

.logo-carousel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: .5rem;
}

.logo-link {
  filter: grayscale();
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

._40px_w_margin {
  min-width: 40px;
}

.div-block-200 {
  box-shadow: none;
  background-image: url('../images/DSC00857.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.footer_div {
  background-image: linear-gradient(to bottom, #28386400, var(--dark-slate-blue-2) 78%);
  color: #fcfcff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-202 {
  box-shadow: none;
  background-color: #fcfcffe8;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  display: flex;
}

.text-block-25 {
  color: #382c1f;
  text-align: left;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75em;
  display: flex;
}

.link-9 {
  color: #f05b5b;
  padding-top: 5px;
  font-size: 22px;
  text-decoration: none;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin: 40px 20px;
  padding: 0 20px;
  display: grid;
}

.foot_tex-2 {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 310px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.foot_tex-2:hover {
  color: #cfcfcf;
}

.div-block-204 {
  background-color: #4a4c50;
  min-width: 100%;
  min-height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph-25 {
  color: var(--ghost-white);
  text-align: right;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-26 {
  color: var(--ghost-white);
  letter-spacing: 1px;
  width: 100%;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.75em;
}

.text-block-26 {
  font-size: 80px;
  line-height: 100px;
}

.grid-item {
  width: 70%;
  display: block;
}

.grid-item.text {
  z-index: 2;
  width: 90%;
  margin-top: 40px;
  position: static;
}

.text-big {
  color: #fff;
  font-size: 5.45vw;
  line-height: 1.4;
}

.text-big.is--thin {
  z-index: 1;
  font-size: 5.45em;
  line-height: 1.3;
  position: static;
}

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

.line-big {
  background-color: #e2e2e2;
  width: 150px;
  height: 5px;
}

.contact-big-mobile {
  color: #fff;
  text-decoration: none;
  display: none;
}

.line-big-mobile {
  background-color: #e2e2e2;
  width: 34.7em;
  height: 1px;
  display: none;
}

.div-block-205 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.text-contact {
  text-decoration: none;
}

.heading-30 {
  margin-bottom: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-222 {
  position: absolute;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 254px;
  height: 0;
  display: block;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 254px;
  height: 0;
}

.div-block-223 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-224 {
  justify-content: flex-end;
  width: 90%;
  display: flex;
}

.div-block-225 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-2), #28396e00 90%);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: relative;
}

.heading-31 {
  color: var(--ghost-white);
  align-items: center;
  font-size: 3em;
  line-height: 1.5em;
  display: flex;
}

.div-block-226 {
  width: 90%;
}

.text-block-27 {
  color: var(--ghost-white);
  font-size: 1em;
  line-height: 1.5em;
}

._10px_h_margin {
  min-height: 10px;
}

.div-block-227 {
  border-bottom: 1px solid var(--aaa);
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-28 {
  color: var(--dark-slate-blue);
  width: 30%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75em;
}

.bold-text-4 {
  width: 510px;
}

.text-block-29 {
  letter-spacing: 2px;
  flex: 0 auto;
  width: 70%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.top_margin {
  background-color: var(--dark-slate-blue);
  min-height: 50px;
}

.div-block-228 {
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/20220921BrandStory-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.div-block-229 {
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-230 {
  display: flex;
}

.div-block-231 {
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  padding: 40px;
}

.text-block-30 {
  margin-top: 5px;
}

.heading-32 {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-top: 5px;
}

.div-block-232 {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
}

.div-block-233 {
  box-shadow: 0 0 10px 0 var(--black-2);
  background-color: #fff;
  border-radius: 20px;
  width: 40vw;
  height: 700px;
  overflow: hidden;
}

.lightbox-link-3 {
  margin: 20px;
}

.image-12 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.div-block-234 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-235 {
  background-image: url('../images/20220918_リライアス_支援先例_1_日本マクドナルド-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.div-block-236 {
  width: auto;
  height: 130px;
  position: relative;
}

.div-block-237 {
  background-image: url('../images/20220918_リライアス_支援先例_2_ヒト・コミュニケーションズ-20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.text-block-31 {
  box-shadow: 0 0 7px 0 var(--black-2);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #dfdfdf40;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 27px;
}

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

.cliant_list {
  background-color: #fff;
}

.text-block-32 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 6px;
  font-weight: 900;
}

.div-block-239 {
  height: 665px;
  margin: 18px;
  overflow: auto;
}

.div-block-240 {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-241 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-242 {
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.div-block-243 {
  display: flex;
}

.div-block-244 {
  box-shadow: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-245 {
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-13 {
  max-width: 100%;
}

.image-14 {
  width: 90%;
  position: relative;
  left: -7%;
}

.div-block-246 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: none;
  display: flex;
}

.circle {
  background-color: #8166b0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 373px;
  height: 373px;
  display: flex;
}

.image-15 {
  position: relative;
  left: -15%;
}

.image-16 {
  width: 250%;
  max-width: none;
  margin-top: 20px;
  position: relative;
  left: -160%;
}

.minicaps {
  letter-spacing: 2px;
  background-color: #fa684f;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.minicaps._2 {
  color: #fff;
  background-color: #7bc424;
  position: static;
}

.arrow {
  font-size: 16px;
}

.div-block-9 {
  width: 294px;
  margin-bottom: 60px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ." .5fr
                 ". . . ." .25fr
                 ". . . ." .5fr
                 ". . . ." .25fr
                 / 1fr 1fr 1fr 25%;
  align-content: start;
}

.div-block-5 {
  color: #fff;
  text-align: center;
  background-color: #93b6b7;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.div-block-10 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-247 {
  text-align: center;
  background-color: #f7f8f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.heading-34 {
  width: 100%;
}

.heading-35 {
  text-align: left;
  max-width: 230px;
  margin-bottom: 0;
  display: block;
}

.image-17 {
  margin-top: 20px;
  position: relative;
  left: -8px;
}

.div-block-7 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.button-2 {
  color: #000;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #ffc80a;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
}

.caps {
  color: #9fa3a7;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.caps.white {
  color: #fff;
}

.arrow-link {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.arrow-link.yellow {
  color: #ffc80a;
}

.image-18 {
  position: relative;
  left: -7%;
}

.image-19 {
  align-self: flex-end;
  margin-top: 40px;
}

.div-block-11 {
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-37 {
  max-width: 550px;
}

.div-block-248 {
  color: #fff;
  text-align: center;
  background-color: #8f76bc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-38 {
  text-align: left;
  width: 250px;
  margin: auto;
  padding-top: 31px;
  padding-bottom: 31px;
  display: block;
}

.text-block-33 {
  color: var(--dark-slate-blue-2);
  text-align: justify;
}

.div-block-249 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  display: flex;
}

.text-block-34 {
  letter-spacing: 2.4px;
  background-color: #ffffff14;
  background-image: url('../images/Shape_1Shape.png');
  background-position: 11px;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 60px;
  padding: 2px 13px 1px 30px;
  font-size: 10px;
  font-weight: 700;
  line-height: 23px;
}

.grey-text {
  color: #8d8d8d;
  font-weight: 700;
}

.div-block-250 {
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-251 {
  background-color: #f7f8f9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 20px 60px 60px;
  display: flex;
  position: relative;
}

.heading-40 {
  text-align: left;
}

.div-block-252 {
  color: #fffbfb;
  text-align: center;
  background-color: #f05638;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 40px 60px;
  display: flex;
}

.heading-9 {
  width: auto;
}

.div-block-253 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-35 {
  text-align: left;
  font-size: 20vw;
  line-height: 16vw;
}

.div-block-254 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-255 {
  opacity: .16;
  filter: grayscale();
  background-image: url('../images/DSC00857.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-256 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 200px;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  height: auto;
  position: absolute;
  inset: 0%;
}

.text-block-36 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-257 {
  background-image: url('../images/relyus_logo_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 380px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-258 {
  background-color: var(--dark-slate-blue-2);
  width: 60px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-259 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-260 {
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 10vw 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-37 {
  margin-top: 20px;
}

.div-block-261 {
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/_DSC0545.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-42 {
  text-align: center;
  line-height: 50px;
}

.text-block-38 {
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.div-block-262 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-263 {
  margin-bottom: 20px;
}

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

.div-block-265 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-39 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 40px;
}

.div-block-266 {
  width: 80%;
}

.form-cf2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-field-cf2 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-grey-2);
  box-shadow: none;
  text-align: left;
  height: 60px;
  margin-top: 10px;
  font-size: 16px;
}

.text-field-cf2:focus {
  border-bottom-color: var(--indian-red);
}

.text-field-cf2.big {
  height: 150px;
}

.submit-button-cf2 {
  box-shadow: none;
  color: #333;
  background-color: #fff;
  border-bottom: 3px solid #0000;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}

.submit-button-cf2:hover {
  border-bottom: 3px solid var(--dark-slate-blue);
}

.success-message-cf2 {
  background-color: var(--dark-slate-blue-2);
  margin-top: 20px;
  font-weight: 600;
}

.error-message-cf2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-267 {
  padding-left: 12px;
}

.div-block-268 {
  width: 80%;
}

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

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

.grid-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 20px;
}

.div-block-270 {
  width: 95%;
}

.cliant_logo_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40 {
  text-align: left;
}

.pricing-table-cards-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.heading-43 {
  height: 40px;
  font-size: 16px;
}

.pricing-table-circle {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
}

.price-text {
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  display: flex;
}

.pricing-table-list-text {
  letter-spacing: 1px;
  font-size: 12px;
}

.pricing-table-list-item {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-card-background {
  z-index: -1;
  opacity: .2;
  background-image: url('../images/Geometric-patterns-20.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.pricing-card-background.four {
  background-image: url('../images/Geometric-patterns-22.png');
}

.pricing-card-background.two {
  background-image: url('../images/Geometric-patterns-24.png');
}

.pricing-card-background.three {
  background-image: url('../images/Geometric-patterns-23.png');
}

.pricing-table-list {
  z-index: 1;
  height: auto;
  position: relative;
}

.pricing-table-card {
  border: 2px solid var(--dark-slate-blue-2);
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 15px 60px;
  display: flex;
  position: relative;
}

.purchase-button {
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fec89a;
  border-radius: 8px;
}

.pricing-table-check-mark {
  opacity: .65;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: 4px;
}

.text-block-41 {
  color: #fff;
}

.text-block-42 {
  z-index: 1;
  font-size: 15px;
  position: relative;
}

.background-video-3 {
  position: fixed;
  inset: 0%;
}

.background-video-4 {
  z-index: -1;
  background-color: var(--dark-slate-blue-2);
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.movie_bg {
  z-index: -1;
  background-color: #fff;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-272 {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: fixed;
  inset: 0%;
}

.btn---wrap {
  background-color: var(--dark-slate-blue-2);
  border: .0625rem solid #ffffff69;
  border-radius: .25rem;
  width: auto;
  min-width: 200px;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn---bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.0625rem;
}

.btn---bg-circle-wrap {
  flex: none;
  width: 200%;
}

.btn---bg-circle {
  background-color: #fff;
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #fff0;
  width: 100%;
  padding: .5rem 2rem;
  font-size: .833rem;
  line-height: 1.5;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn:hover {
  color: var(--dark-slate-blue-2);
}

.button_circleeffects {
  align-items: center;
  width: auto;
  margin-top: 10px;
  display: flex;
}

.pointer---wrap {
  z-index: 100000;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pointer {
  background-color: #ece16a;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-huge {
  font-size: 8.5rem;
  line-height: 1.5;
}

.heading-huge.text-weight-normal {
  font-size: 8.3rem;
}

.text-hover-image {
  width: 15rem;
}

.page-padding-2 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.button-text {
  z-index: 5;
  color: #006450;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

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

.button-outline-two {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(10deg);
}

.button-outline-two.no-cursor {
  opacity: .5;
  border-color: #006450;
}

.hero_component {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.button-bg-wrapper {
  border: 1px #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-one {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(-10deg);
}

.button-outline-one.no-cursor {
  opacity: .5;
  border-color: #006450;
}

.button-bg {
  background-color: #006450;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 0% 0% 0% -2%;
  transform: translate(0, 102%);
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.parallax-text {
  width: auto;
  height: auto;
  display: inline-block;
}

.image-preview_wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-3 {
  text-align: center;
  cursor: pointer;
  border: 1px solid #006450;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  padding: 1.35rem 2.85rem;
  font-weight: 600;
  position: relative;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading_wrapper {
  position: relative;
}

.image-preview_container {
  width: 55rem;
  height: 12rem;
  position: absolute;
  inset: auto 0 0 auto;
}

.div-block-273 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.cards-wrapper {
  background-color: #c9ffee;
  border-radius: 5px;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.heading-44 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-right: 0;
  display: inline-block;
}

.heading-44.is--black {
  padding-bottom: 0;
}

.heading-44.is--black.is--snap {
  padding-bottom: 18px;
}

.card-slide {
  background-color: #fff;
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-2 {
  color: #fff;
  display: flex;
}

.card-slide.color-1, .text-span-40 {
  display: flex;
}

.snap-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.snap-content {
  width: 100%;
  height: auto;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.full-image {
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.button-4 {
  color: #000;
  text-transform: uppercase;
  background-color: #c9ffee;
  border-radius: 6px;
  padding: 14px 38px;
  font-weight: 700;
}

.button-4.is--dark {
  color: #fff;
  background-color: #242322;
}

.cards {
  width: 100vw;
  padding-top: 0;
}

.cards.is--desktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-27.is--gray {
  color: #777;
  font-size: 1.4em;
}

.cards-scroller {
  border-radius: 0;
  height: 400vh;
  display: none;
  position: relative;
}

.snap-bottom {
  width: 100%;
  padding-bottom: 0;
}

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.number-text {
  font-size: 2em;
  font-weight: 900;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.phone-screen_img.first {
  background-image: none;
}

.phone-screen_img.second, .phone-screen_img.fourth, .phone-screen_img.third {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.text-span-20 {
  color: #c9ffee;
  font-weight: 500;
}

.phone-sticky {
  background-color: #c9ffee;
  border-radius: 45px;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.phone-sticky.is--laptop {
  background-color: #c9ffee00;
  max-width: 100%;
  margin-top: -85px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.phone-screen {
  position: relative;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.sticky-grids {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.h3 {
  color: var(--dark-slate-blue-2);
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 22px;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.second, .sticky-text_wrapper.steps.first, .sticky-text_wrapper.steps.first.w--current, .sticky-text_wrapper.steps.third {
  place-items: center start;
}

.sticky-text_wrapper.steps.fourth {
  place-items: center start;
  margin-bottom: 0;
}

.circle-number {
  color: var(--dark-slate-blue-2);
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: 2px;
  padding-left: 2px;
  display: flex;
}

.circle-number.steps4 {
  background-color: #c9ffee;
}

.sticky-cent {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding-left: 34px;
  display: flex;
  position: relative;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-l {
  color: var(--dim-grey);
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.phone-contain {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.sticky-triga {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-triga._40 {
  top: 40%;
}

.sticky-triga._20 {
  top: 20%;
}

.sticky-triga._60 {
  top: 60%;
}

.sticky-triga._80 {
  top: 80%;
}

.position-relative {
  position: relative;
}

.sticky-wrap {
  width: 95%;
  height: 350vh;
  position: relative;
}

.text-span-31 {
  color: #c9ffee;
  font-weight: 400;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.sticky-img_wrapper.cc-steps {
  width: 100%;
}

.sticky-contain {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-trigga {
  position: absolute;
  inset: 0%;
}

.phone-mock {
  background-color: #cacaca00;
  border-radius: 2em;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.phone-screen_img-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.phone-screen_img-2.first {
  background-image: none;
}

.phone-screen_img-2.second, .phone-screen_img-2.fourth, .phone-screen_img-2.third {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.strengths_pc {
  justify-content: center;
  display: flex;
}

.div-block-275 {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  display: flex;
}

.lottie-animation {
  z-index: 0;
  opacity: .1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-276 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black-3);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-277 {
  color: #fff;
  justify-content: center;
  width: 80%;
  padding-top: 0;
  display: block;
  position: relative;
}

.div-block-278 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-279 {
  position: absolute;
  inset: 0%;
}

.div-block-280 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-2, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
  opacity: 1;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.step-block__text-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.step-block__progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: #ffffff80;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__3, .step-block.step-block__2 {
  width: 15%;
  margin-right: 2%;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #191919;
}

.div-block-281 {
  z-index: 2;
  background-color: #191919;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  overflow: visible;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.step-block__progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.heading-45 {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1.3em;
  display: block;
}

.sticky-info-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.hero-info-column {
  z-index: 50;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.large-hero-text {
  z-index: 90;
  text-align: right;
  margin-top: 0;
  margin-bottom: 2.9rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  position: static;
  bottom: 290.609px;
}

.large-hero-text.outline-text {
  font-weight: 700;
}

.highlight-small {
  background-color: var(--dark-slate-blue-2);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-container {
  align-items: center;
  width: auto;
  height: 55px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlight-black {
  background-color: var(--ghost-white);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subhead {
  color: var(--dark-slate-blue-2);
  text-transform: uppercase;
  font-weight: 700;
}

.section-4 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-4.white-background {
  z-index: 10;
  background-color: #fff;
}

.recruiet_h1 {
  float: left;
  color: var(--dark-slate-blue-2);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: inline;
}

.recruiet_h1.black-text {
  color: var(--dark-slate-blue-2);
}

.subhead-container {
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lil-rule {
  background-color: var(--dark-slate-blue-2);
  flex: none;
  width: 100px;
  height: 2px;
  margin-right: 10px;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.subhead-highlight {
  flex: none;
  position: relative;
}

.lottie-animation-2 {
  opacity: .16;
  width: 90vw;
  height: 90vw;
  position: absolute;
  inset: -41% auto 0% -17%;
}

.lottie-animation-3 {
  opacity: .1;
  width: 90vw;
  height: 90vw;
  position: absolute;
  inset: -10% auto 0% -18%;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff0 #0000 var(--light-grey-2) #fff0;
  background-color: #fff;
  height: 60px;
  font-size: 16px;
}

.select-field:focus {
  border-bottom-color: var(--indian-red);
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  justify-items: center;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.testimonial-card {
  height: 100%;
  padding: 40px 10px 40px 40px;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -8px 0% auto;
}

.left-arrow {
  background-color: var(--dark-slate-blue-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: 10px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.container-3 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.play-icon {
  width: 60px;
}

.right-arrow {
  background-color: var(--dark-slate-blue-2);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: 10px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.slide-nav-2 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.play-button {
  position: absolute;
}

.column-wrap {
  display: flex;
}

.testimonial-image-wrap {
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: 30px 75px 30px 60px;
  display: flex;
}

.mask-horizontal {
  overflow: visible;
}

.author-job {
  color: #151c3480;
}

.div-block-282 {
  width: 90%;
  overflow: hidden;
}

.div-block-283 {
  width: 90px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-284 {
  background-color: #fff;
  width: 60px;
  height: 120%;
  position: absolute;
  left: 45px;
  transform: rotate(6deg);
}

.div-block-285 {
  justify-content: flex-start;
  width: 90%;
  display: flex;
}

.top_3contents_pic {
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/_DSC0545.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-width: 30vw;
  min-height: 30vw;
  margin-right: 40px;
}

.top_3contents_pic.top_3contents_pic_2 {
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/DSC00982.jpg');
}

.top_3contents_pic.top_3contents_pic_3 {
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/DSC01008.jpeg');
}

.top_3contents_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.strengths_sp, .background-video-5 {
  display: none;
}

.background-video-9 {
  height: 100%;
}

.text-block-44, .text-block-45 {
  color: #fff;
}

.div-block-286 {
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/relyus_logo_navyblue-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 60px;
}

.bg {
  z-index: -1;
  background-color: var(--dark-slate-blue-2);
  position: fixed;
  inset: 0%;
}

.div-block-287 {
  background-color: var(--white-smoke);
  border-radius: 5px;
  max-width: 90%;
  padding: 20px;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  width: 90%;
}

.div-block-289 {
  background-color: var(--ghost-white);
  flex-direction: column;
  min-width: 90%;
  max-width: 90%;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-290 {
  justify-content: center;
  min-width: 100%;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.image-20 {
  max-width: 100%;
  position: relative;
  inset: 0%;
}

.collection-item {
  padding: 20px;
}

.heading-46 {
  align-items: center;
  height: 75px;
  margin-bottom: 5px;
  display: flex;
}

.image-21 {
  max-width: 100%;
}

.text-block-46 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-47 {
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-291 {
  overflow: hidden;
}

.div-block-292 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.div-block-293 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 40px 10px 30px;
  display: flex;
}

.heading-47 {
  margin-bottom: 10px;
  line-height: 46px;
}

.rich-text-block {
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}

.div-block-294 {
  flex-direction: column;
  display: flex;
}

.text-block-48 {
  color: var(--dark-slate-blue-2);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-49 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-48 {
  color: var(--dark-slate-blue-2);
  margin-bottom: 10px;
  font-weight: 700;
}

.div-block-296 {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.div-block-297 {
  min-width: 60%;
}

.link-block-4 {
  color: var(--dim-grey);
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px 13px;
  text-decoration: none;
  display: flex;
}

.news_button_pc {
  margin-top: 30px;
}

.div-block-298 {
  width: 30vw;
  margin-right: 40px;
}

.div-block-299 {
  background-image: url('../images/arrow_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  min-width: 50px;
  height: 15px;
  min-height: 15px;
  margin-top: 3px;
  margin-left: 15px;
}

.div-block-300 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23vw;
  display: flex;
  overflow: hidden;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  display: flex;
  overflow: hidden;
}

.image-22 {
  width: 140px;
}

.div-block-302 {
  background-color: var(--ghost-white);
  padding: 60px 40px;
}

.link-10 {
  color: var(--body-display);
}

.text-block-50 {
  margin-top: 40px;
}

.link-11 {
  color: var(--body-display);
}

.collection-list-wrapper-3 {
  width: 80%;
}

.collection-list-wrapper-4 {
  align-items: center;
  display: flex;
}

.cms_recruitment_richtext {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50px;
  display: flex;
}

.collection-item-3, .collection-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  display: block;
}

.div-block-303 {
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: space-between;
  width: 40vw;
  min-height: 100%;
  padding: 40px;
  display: flex;
}

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

.div-block-304 {
  min-height: 10px;
}

.ladop_header {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-color: #0000;
  background-clip: border-box;
  align-items: center;
  height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: -60px 0% auto;
}

.image-23 {
  width: auto;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
}

.ladop_hero {
  background-color: #fafaf3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.ladop_hero__logo {
  object-fit: contain;
  width: 260px;
  margin-bottom: 60px;
}

.ladop_hero__img {
  object-fit: contain;
  flex: 0 auto;
  width: 570px;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.ladop_btn__s {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 16px 8px 16px 20px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.ladop_btn__s:hover {
  background-color: #ff8000;
}

.ladop_btn_l_text {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  border: 1px #000;
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
}

.div-block-305 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ladop_hero__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  flex: 1;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 175%;
}

.div-block-306 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.ladop_hero_contain {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.ladop_partner {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.ladop_partner__contain {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  padding: 32px;
  box-shadow: 0 2px 5px #0003;
}

.ladop_partner__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-color: #23335e;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.ladop_partner__list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr) 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 30px;
  display: grid;
}

.ladop_partner__list__img {
  object-fit: contain;
  width: auto;
  max-width: 130px;
  height: 80px;
  max-height: 70px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0 10px;
  line-height: 30px;
  position: static;
}

.text-block-51 {
  color: #b3b3b3;
  text-align: center;
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 36px;
}

.bold-text-5 {
  color: #c6c8ce;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}

.ladop_user__contain {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.ladop_user__list__li__label {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  background-color: #23335e;
  border-radius: 100px;
  width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.bold-text-6 {
  letter-spacing: normal;
  font-weight: 400;
}

.dop_user__list__li__wr {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.ladop_user__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 175%;
}

.ladop_user__list__li__desc {
  color: #242424;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.ladop_user {
  background-color: #0000;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.ladop_user__list__li__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.ladop_user__list__li {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  align-self: auto;
  height: auto;
  margin-right: 0;
  padding: 32px;
  box-shadow: 0 2px 5px #0003;
}

.ladop_user__list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ladop_user__list__li__img {
  margin-bottom: 30px;
}

.ladop_user__list__li__wrap {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.ladop_body {
  background-color: #fafaf3;
}

.ladop_about__point__label {
  color: #ff4800;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.ladop_about__point__desc {
  color: #242424;
  letter-spacing: normal;
  width: 650px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 175%;
}

.ladop_about__contain {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ladop_about__list__li__desc {
  color: #242424;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.paragraph-29 {
  width: 780px;
}

.ladop_about__point {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.ladop_about__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.div-block-314 {
  text-align: left;
  flex: 1;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.ladop_about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafaf3;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.ladop_about__list {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ladop_about__point__title {
  color: #242424;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 150%;
}

.image-28 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.text-block-54 {
  text-align: left;
}

.ladop_about__point__subtitle {
  color: #242424;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.ladop_about__list__li__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.ladop_about__list__li {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: auto;
  margin-right: 0;
  padding: 32px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ladop_about__list__li__img {
  margin-bottom: 30px;
}

.ladop_comparison {
  background-color: #fafaf3;
}

.container-9 {
  text-align: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: static;
}

.h2-3 {
  color: #23335e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 56px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 17px;
}

.plan {
  color: #242424;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 56px;
}

.con {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.basix {
  background-color: #fbff8f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.link-block-6 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 450px;
  padding: 16px 20px 16px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.pricing-subtitle {
  color: #7b8296;
  -webkit-text-stroke-color: #7b8296;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.text-block-55 {
  color: #fff;
  letter-spacing: normal;
  border: 1px #000;
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: #7b8296;
  margin-bottom: 8px;
}

.ladop_plan {
  background-color: #0000;
}

.div-block-317 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  text-align: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: static;
}

.ladop_plan__list {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-title-copy-copy {
  background-color: #ffd3c9;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-title {
  background-color: #c9d7ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.ladop_corporate__wrap {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.ladop_corporate__list {
  margin-left: 60px;
  padding-left: 0;
  list-style-type: none;
}

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

.ladop_corporate__list__title {
  color: #242424;
  letter-spacing: normal;
  flex: 0 auto;
  width: 80px;
  font-size: 15px;
  line-height: 150%;
}

.ladop_corporate__img {
  display: block;
}

.ladop_corporate {
  background-color: #fafaf3;
}

.bold-text-8 {
  font-weight: 400;
}

.text-block-9 {
  text-align: left;
}

.link-12 {
  color: #ff4802;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
}

.div-block-320 {
  flex: 1;
}

.container-11 {
  text-align: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: static;
}

.text-block-10 {
  text-align: left;
}

.ladop_corporate__list__li {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div-block-321 {
  text-align: left;
  flex: 1;
  padding-left: 60px;
}

.div-block-322 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-copy {
  color: #23335e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.link-block-7 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 450px;
  padding: 16px 20px 16px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.ladop_contact {
  background-color: #23335d;
}

.text-block-56 {
  color: #fff;
  border: 1px #000;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.h2-copy {
  color: #23335e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 43px;
}

.div-block-323 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 60px 20px;
  display: flex;
}

.image-2-copy {
  object-fit: contain;
  flex: 0 auto;
  width: 570px;
  max-width: none;
  height: 100%;
  margin-top: 90px;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.image-4-copy {
  object-fit: contain;
  width: 240px;
  margin-bottom: 0;
}

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

.ladop_footer {
  text-align: center;
  -webkit-text-stroke-color: transparent;
  background-color: #23335d;
  border: 1px #c6c8ce;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3-copy {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-4-copy {
  clear: none;
  color: #fff;
  letter-spacing: normal;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: static;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item {
  letter-spacing: normal;
  padding-right: 0;
  line-height: 150%;
  list-style-type: none;
}

.link-13 {
  color: #fff;
}

.link-14 {
  color: #fff;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 150%;
}

.section-14 {
  border: 1px solid #c6c8ce;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-15, .link-16 {
  color: #23335e;
}

.ladop_nav__contain {
  z-index: 5;
  background-color: #fafaf3;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.ladop_header_wrap {
  grid-column-gap: 40px;
  display: flex;
}

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

.ladop_nav_list__li__link {
  color: #242424;
  letter-spacing: 0;
  white-space: normal;
  border: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.ladop_nav_list__li__link:hover {
  color: #1a1b1fbf;
}

.ladop_nav_list__li__link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  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-size: 14px;
}

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

.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;
}

.ladop_btn_s__icon {
  font-size: 10px;
  line-height: 10px;
}

.ladop_btn_s__text {
  color: #fff;
  letter-spacing: normal;
  border: 1px #000;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.ladop_btn__l {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 320px;
  padding: 20px 16px 20px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.ladop_btn__l:hover {
  background-color: #ff8000;
}

.ladop_partner__desc {
  color: #a0a0a0;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 150%;
}

.text-span-42 {
  background-color: #e0e63a;
}

.ladop_about__wrap {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.ladop_about__list__li__subtitle {
  color: #242424;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.text-span-43, .text-span-44 {
  background-color: #e0e63a;
}

.ladop_comparison__contain {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.ladop_btn__l__plan {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 20px 16px 20px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.ladop_btn__l__plan:hover {
  -webkit-text-fill-color: inherit;
  background-color: #ff8000;
  background-clip: border-box;
}

.ladop_about__list__li__contain {
  padding-left: 0;
}

.ladop_plan__subtitle {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  width: 650px;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
}

.ladop_plan__list__li {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.ladop_plan__list__li__title {
  color: #fff;
  letter-spacing: normal;
  background-color: #5583ff;
  border-radius: 12px 12px 0 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.ladop_plan__list__li__title.ladop_plan__list__li__title--basic {
  color: #fff;
  background-color: #2bca90;
}

.ladop_plan__list__li__title.ladop_plan__list__li__title--premium {
  color: #fff;
  background-color: #ff538f;
}

.ladop_plan__list__li__label {
  color: #7b8296;
  letter-spacing: normal;
  -webkit-text-stroke-color: #7b8296;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 16px;
  line-height: 150%;
}

.ladop_plan__list__li__desc {
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.ladop_plan__contain {
  outline-offset: 0px;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.ladop_plan__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.ladop_corporate__contain {
  outline-offset: 0px;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ladop_corporate__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.ladop_corporate__subtitle {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  width: 650px;
  margin-bottom: 90px;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
}

.text-span-45, .text-span-46, .text-span-47 {
  font-size: 12px;
}

.ladop_corporate__list__img {
  flex: 0 auto;
}

.ladop_corporate__list__desc {
  color: #242424;
  letter-spacing: normal;
  flex: 1;
  width: 80px;
  font-size: 15px;
  line-height: 150%;
}

.ladop_corporate__list__info {
  flex: 1;
}

.ladop_corporate__link {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.ladop_corporate__link__text {
  color: #242424;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
}

.container-11-copy {
  text-align: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  position: static;
}

.ladop_cv__contain {
  outline-offset: 0px;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  outline: 3px #23335e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
}

.ladop_cv__title {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.body-2 {
  background-color: #fafaf3;
}

.ladop_form {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.ladop_form__contain {
  max-width: none;
}

.ladop_form__label {
  color: #242424;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.ladop_form__input {
  color: #242424;
  letter-spacing: normal;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 150%;
}

.text-span-48 {
  color: gray;
  font-size: 12px;
}

.text-span-49, .text-span-50, .text-span-51 {
  color: #ff4800;
}

.ladop_form__radio__field {
  grid-column-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.ladop_form__radio {
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
}

.radio-button {
  margin-right: 12px;
  padding-right: 0;
}

.text-span-52 {
  color: #ff4800;
}

.radio-button-label {
  color: #242424;
  letter-spacing: normal;
  line-height: 150%;
}

.ladop_form__radio__btn {
  letter-spacing: normal;
  border-color: #000;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding-top: 0;
  padding-right: 0;
  font-size: 14px;
}

.ladop_form__radio__label {
  color: #242424;
  letter-spacing: normal;
  line-height: 150%;
}

.ladop_form__textarea {
  color: #242424;
  letter-spacing: normal;
  margin-bottom: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 150%;
}

.submit-button-3 {
  text-align: center;
  letter-spacing: normal;
  object-fit: fill;
  background-color: #ff4800;
  border-radius: 50px;
  height: 44px;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
}

.ladop_form__submit {
  justify-content: center;
  display: flex;
}

.ladop_user__desc {
  color: #a0a0a0;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 150%;
}

.ladop_about__desc {
  color: #999;
  text-align: center;
  letter-spacing: normal;
  width: auto;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 175%;
}

.link-block-8 {
  justify-content: center;
  width: 60%;
  display: flex;
}

.text-span-53 {
  background-color: #e0e63a;
}

.ladop_about__point__img {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  max-width: 560px;
  padding: 20px 0;
}

.ladop_about__point__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ladop_comparison__img {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  padding: 16px 0;
  display: block;
}

.ladop_comparison__wrap {
  justify-content: center;
  display: flex;
}

.ladop_comparison__title {
  color: #242424;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.ladop_cv__wrap {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ladop-point__img2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.radop_form_soushin {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  width: 100%;
  max-width: 680px;
  margin-top: 30px;
  margin-bottom: 100px;
  box-shadow: 0 2px 5px #0003;
}

.radop_form_send_title {
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.radop_form_send_desc {
  letter-spacing: normal;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 15px;
}

.ladop_btn__s_o {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #ff4800;
  border-radius: 50px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 240px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px -100px auto;
  box-shadow: 0 2px 5px #972b0033;
}

.ladop_btn__s_o:hover {
  background-color: #fff3e6;
}

.ladop_btn__s_o.w--current {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff4800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-325 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-29 {
  width: 300px;
  margin-bottom: 30px;
}

.radop_form_error {
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 2px 5px #0003;
}

.radop_form_error__desc {
  letter-spacing: normal;
  line-height: 150%;
}

.ladop_btn__s_o__text {
  color: #ff4800;
  letter-spacing: normal;
  border: 1px #000;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-30 {
  color: var(--black-3);
  text-align: left;
  letter-spacing: 1px;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.heading-value {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-value.mm {
  color: var(--dark-slate-blue-2);
}

.text-block-57 {
  margin-bottom: 30px;
  font-size: 20px;
}

.text-block-58 {
  margin-bottom: 20px;
  font-size: 20px;
}

.bold-text-9 {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.heading-45_sp {
  text-align: left;
  width: auto;
  height: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 90px;
  display: block;
  overflow: hidden;
}

.heading-4-copy {
  color: var(--black-3);
  letter-spacing: .06em;
  width: auto;
  margin-top: 7px;
  margin-left: -3px;
  margin-right: -10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.button_circleeffects-copy {
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-19-copy {
  color: var(--black-3);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: static;
}

.div-block-277-copy {
  color: #fff;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-277-copy-copy {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.value_column {
  background-color: var(--white);
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.value_subheadline {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

.value_subheadline.mm {
  color: var(--dark-slate-blue-2);
}

.value_headline {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
}

.value_headline.mm {
  color: var(--dark-slate-blue-2);
}

.values {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black-3);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-326 {
  border-right: 1px solid var(--light-grey);
  text-align: left;
  width: 16vw;
  margin-right: 30px;
  padding-right: 10px;
}

.paragraph-30-copy {
  color: var(--black-3);
  text-align: left;
  letter-spacing: 1px;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.mission {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black-3);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.div-block-327 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.purpose {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.purpose_contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
}

.purpose_headline {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.purpose_title {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.75em;
}

.purpose_title.mm {
  color: var(--dark-slate-blue-2);
  text-align: left;
}

.purpose_desc {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75em;
}

.advisor_contain {
  box-shadow: none;
  width: 100%;
}

.bold-text-10 {
  letter-spacing: 2px;
}

.misson_headline {
  color: var(--black-3);
  letter-spacing: .06em;
  width: auto;
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.75em;
}

.member {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-228-copy {
  box-shadow: none;
  background-color: #fff;
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/20220921BrandStory-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.div-block-261-copy {
  box-shadow: none;
  background-color: #fff;
  background-image: url('https://46541845.fs1.hubspotusercontent-na1.net/hubfs/46541845/_DSC0545.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.purpose_desc_sp {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 0;
  font-weight: 400;
  line-height: 1.75em;
}

.div-block-275-copyc {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  display: flex;
}

.div-block-275-copy-copy {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  margin-top: 70px;
  display: flex;
}

.service_headline {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue-2), #28396e00 90%);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .subtitle2 {
    padding-right: 8px;
  }

  .thin-span {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-card {
    padding: 36px;
  }

  .team-image {
    min-height: 275px;
  }

  .featured-journal-wrapper {
    grid-column-gap: 60px;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .journal-post {
    grid-column-gap: 80px;
  }

  .hero-video-wrapper, .video-flyout {
    max-width: 700px;
  }

  .popular-vacations-wrapper, .journal-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form-block {
    padding: 60px;
  }

  .team-intro-wrapper {
    grid-column-gap: 80px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hide-menu-wrapper {
    display: none;
  }

  .flyout-menu-content {
    overflow: hidden;
  }

  .flyout-heading {
    display: block;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .background-video {
    max-width: none;
  }

  .container-2 {
    padding-top: 50px;
    padding-bottom: 26px;
  }

  .paragraph-12 {
    min-width: 150px;
    padding-left: 0;
  }

  .paragraph-13 {
    min-width: 260px;
  }

  .paragraph-11-copy {
    margin-top: 38px;
  }

  .columns {
    border-left-style: none;
    border-right-style: none;
  }

  .column-3 {
    padding-right: 10px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .sticky-grids {
    grid-template-columns: 1fr 1fr;
  }

  .ladop_user__list__li__title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .thin-span {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 4px;
    display: block;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: 325px;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .featured-journal-wrapper {
    grid-column-gap: 80px;
  }

  .journal-post {
    padding: 60px;
  }

  .hero-video-wrapper, .video-flyout {
    max-width: 750px;
  }

  .popular-vacations-wrapper, .journal-cards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .tell {
    padding-bottom: 12px;
  }

  .container-2 {
    padding-top: 55px;
  }

  .columns {
    border-style: solid none;
    display: inline-block;
  }

  .service-bottom-content, .service-item-top {
    grid-column-gap: 60px;
  }

  ._2_contents {
    grid-template-columns: 1fr 1fr;
  }

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

  .cards-wrapper {
    height: 80vh;
  }

  .heading-44.is--black.is--snap {
    font-size: 3.7em;
  }

  .phone-contain {
    max-width: 100%;
  }

  .ladop_btn_l_text, .ladop_hero__title {
    letter-spacing: 0;
  }

  .ladop_partner {
    background-color: #0000;
  }

  .ladop_partner__title {
    letter-spacing: 0;
  }

  .bold-text-5, .ladop_user__title {
    letter-spacing: 0;
  }

  .ladop_body {
    background-color: #fafaf3;
  }

  .ladop_footer {
    border-width: 0;
  }

  .ladop_btn_s__text {
    letter-spacing: 0;
  }

  .ladop-point__img2 {
    width: 100%;
  }

  .ladop_btn__s_o__text {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    height: 100%;
    padding-top: 0;
  }

  .home-hero-content {
    grid-template-columns: 1.25fr 695px;
  }

  .hero-video-button {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-intro {
    align-items: center;
    padding-left: 0;
  }

  .hero-video-wrapper, .video-flyout {
    max-width: 1000px;
  }

  .footer-wrapper {
    border: .8px #000;
    border-top: .8px solid #e6e6f34d;
    margin-top: auto;
    padding-top: 0;
  }

  .hide-menu-wrapper {
    display: none;
  }

  .image {
    width: 100%;
  }

  .div-block-193 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cards-wrapper {
    height: 80vh;
  }

  .heading-44 {
    padding-bottom: 7px;
    font-size: 6em;
  }

  .heading-44.is--black.is--snap {
    font-size: 4.5em;
  }

  .cards {
    padding-top: 7vh;
  }

  .paragraph-27 {
    font-size: 1.8em;
  }

  .paragraph-27.is--gray {
    max-width: 60%;
  }

  .phone-sticky.is--laptop {
    display: none;
  }

  .phone-contain {
    max-width: 100%;
  }

  .position-relative {
    max-width: 70%;
  }

  .ladop_footer {
    border: 0 #23335d;
  }

  .ladop_form {
    justify-content: space-between;
    min-height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .scroll-indicator {
    width: 20px;
    padding-top: 65px;
  }

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

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

  .nav-link {
    border-bottom: 1px solid var(--indicator-outline);
    color: var(--body-display);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    position: static;
  }

  .slider-wrapper {
    margin-left: 65px;
    padding-top: 48px;
  }

  .location-card-slider {
    margin-left: -65px;
  }

  .location-mask {
    width: 70%;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .grey-cover {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 600px;
    margin-left: 65px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    left: auto;
    right: auto;
  }

  .about-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .about-images {
    margin-left: 65px;
    overflow: auto;
  }

  .about-image-item {
    width: 150px;
    min-width: 130px;
    height: 150px;
    min-height: 130px;
  }

  .horizontal-line.left {
    margin-left: 65px;
  }

  .thin-span {
    padding-right: 0;
  }

  .xxl-heading {
    font-size: 30px;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .benefits-wrapper {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 36px;
  }

  .membership-plans-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .team-wrapper {
    padding-top: 48px;
    padding-bottom: 140px;
    padding-left: 36px;
  }

  .team-box {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 320px;
  }

  .testimonial-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-arrow {
    right: 36px;
  }

  .testimonial-arrow.right {
    left: 113px;
  }

  .testimonial-slide-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-mask {
    max-width: 100%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .intro-wrapper {
    grid-template-columns: 1fr;
  }

  .intro-right-image {
    min-height: 200px;
  }

  .featured-journal-wrapper {
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    margin-top: -48px;
    margin-left: 36px;
    padding: 24px 24px 0;
  }

  .featured-journal-wrapper.full-width {
    padding: 24px 24px 0;
  }

  .vacations-dual-grid {
    grid-template-columns: 1fr;
  }

  .vacation-items {
    padding-top: 0;
    padding-left: 65px;
  }

  .sticky-vacation-right {
    height: 70vh;
    position: relative;
  }

  .inner-page-intro {
    justify-items: stretch;
    width: 100%;
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-content {
    width: 100%;
  }

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

  .checkout-form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-details {
    padding: 36px;
  }

  .order-info {
    grid-row-gap: 36px;
    padding-top: 0;
  }

  .order-top-bar {
    min-height: auto;
  }

  .vacation-results {
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .location-slider-top {
    display: none;
  }

  .vacations-slider {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .locations-slider-mask {
    border-radius: 0;
  }

  .vacation-slide-arrow {
    margin-bottom: 0;
    bottom: 36px;
  }

  .vacation-slide-arrow.right {
    bottom: 36px;
  }

  .location-page-slide {
    height: 100%;
    min-height: auto;
  }

  .vacation-slider-content {
    border-radius: 0;
    width: auto;
  }

  .home-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-left: 0;
  }

  .hero-video-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: -95px;
    padding-bottom: 0;
  }

  .home-hero-intro {
    text-align: left;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
    margin-top: 0;
    margin-right: 0;
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-intro {
    padding-left: 0;
  }

  .journal-post {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 36px 36px 0;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .hero-video-popup {
    display: none;
  }

  .large-journal-post {
    min-height: 375px;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-title {
    margin-left: 0;
    padding-right: 0;
  }

  .product-slider-arrow {
    bottom: 48px;
  }

  .product-slider-arrow.left {
    bottom: 120px;
    right: 0;
  }

  .vacation-images {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .small-vacation-image {
    min-height: 200px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .featured-location {
    width: auto;
    margin-left: 106px;
  }

  .product-hero-content {
    padding-bottom: 48px;
    padding-left: 36px;
    padding-right: 60px;
  }

  .journal-intro {
    padding-left: 36px;
  }

  .vacation-info {
    padding-top: 60px;
  }

  .vacation-features {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .map-section {
    padding-bottom: 80px;
  }

  .vacation-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .vacation-body {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-intro {
    margin-left: 15px;
    padding-left: 0;
  }

  .team-images {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .about-us-intro {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

  .team-items {
    padding-bottom: 80px;
  }

  .team-banner {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .all-journal-posts {
    margin-left: 36px;
  }

  .team-conteact-info {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .team-member-vacations {
    margin-left: 36px;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .locations-slide-content {
    margin-left: 65px;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .mission-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vacation-hero {
    min-height: 600px;
  }

  .journal-cards {
    grid-template-columns: 1fr 1fr;
  }

  .journal-card {
    padding-bottom: 24px;
  }

  .journal-card-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 36px;
  }

  .team-intro-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .portrait-image {
    min-height: 300px;
  }

  .collection-list-wrapper {
    height: 100%;
  }

  .menu-button {
    border-right: 1px none var(--indicator-outline);
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .mobile-destinations-wrapper {
    z-index: 20;
    position: relative;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-pages {
    margin-bottom: 24px;
  }

  .paralax-background.two {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: var(--grey-background);
    grid-template-columns: 1fr;
    position: relative;
  }

  .invoice-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .invoice-image {
    border-radius: 0;
    min-height: 500px;
    padding-bottom: 48px;
    padding-left: 65px;
  }

  .invoice-content-wrapper {
    padding-top: 0;
  }

  .invoice-content {
    margin-left: 65px;
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .order-confirmation {
    padding: 100px 36px 36px;
  }

  .order-confirmation-content {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .order-sticky {
    position: relative;
    top: 0;
  }

  .confirmation-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .lightbox-hover-coontent {
    display: none;
  }

  .success-message-content {
    padding: 12px;
  }

  .flyout-menu, .flyout-menu.close, .hide-menu-wrapper {
    display: none;
  }

  .flyout-menu-content {
    overflow: hidden;
  }

  .testimonial-section {
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .vacation-hero-intro {
    padding-right: 18px;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e00;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .heading {
    margin-top: -15px;
    font-size: 30px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .paragraph {
    font-size: 15px;
  }

  .hero {
    padding: 70px 10px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image {
    align-self: auto;
    max-width: 600px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .background-video {
    margin-top: 0;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .grey-cover-2 {
    margin-left: 65px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .hero-image-copy {
    max-width: 600px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    justify-items: stretch;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 0;
    display: grid;
  }

  .paragraph-4-copy {
    font-size: 15px;
  }

  .nav-link-copy {
    color: var(--body-display);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-3 {
    width: 80vw;
  }

  .bold-text-2 {
    padding-left: 0;
  }

  .brend {
    flex-direction: column;
    align-items: center;
    margin-right: 27px;
  }

  .text-block-3 {
    display: flex;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-16 {
    margin-top: 20px;
    margin-left: 15px;
  }

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

  .div-block-18 {
    flex-flow: column;
    align-content: stretch;
    align-items: center;
  }

  .gallery3-copy {
    margin-top: 25px;
  }

  .paragraph-3-copy {
    font-size: 15px;
  }

  .div-block-3-copy {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-18-copy {
    flex-flow: column-reverse;
    align-content: stretch;
    align-items: center;
  }

  .div-block-23 {
    max-width: 600px;
  }

  .div-block-24 {
    width: 768px;
  }

  .div-block-26 {
    min-width: 0;
    max-width: 600px;
  }

  .div-block-27 {
    width: 600px;
    height: 350px;
  }

  .section-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

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

  .container-copy {
    padding-bottom: 0;
  }

  .heading-4-copy {
    font-size: 30px;
  }

  .project-hover-link-wrapper {
    display: none;
  }

  .project-info-top {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-info-bottom {
    height: 100px;
  }

  .subtitle-3.white {
    text-align: left;
    font-size: 10px;
  }

  .hover-link-wrapper.project-view-link {
    width: 90px;
    height: 90px;
    padding: 10px;
  }

  .subtitle-wrapper-3 {
    margin-bottom: 0;
  }

  .animation_link_01 {
    min-height: 50vw;
  }

  .collection-grid {
    grid-template-rows: minmax(auto, .25fr);
    grid-template-columns: 1fr;
  }

  .project-card-info {
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .body-display-3 {
    margin-left: 0;
  }

  .banner-content-2 {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper {
    width: 96vw;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .taxi_call {
    position: relative;
  }

  .price-table_text_light {
    line-height: 21px;
  }

  .list-heading-wrapper {
    display: none;
  }

  .payment {
    position: relative;
  }

  .services-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr .25fr;
    padding-top: 0;
  }

  .jumplink_after_div {
    align-items: flex-start;
    width: auto;
    height: 0;
    display: flex;
  }

  .jumplink_after_div:focus-visible {
    outline-offset: 0px;
    outline: 0 solid #fff;
  }

  .jumplink_after_div[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 solid #fff;
  }

  .banner-items-wrapper {
    align-items: center;
    height: 60px;
    display: flex;
  }

  ._100pxmargin {
    height: 60px;
  }

  ._2_jump {
    flex-direction: column;
    align-items: stretch;
  }

  .service-examples-wrapper {
    padding-left: 0;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
    display: none;
  }

  .left_arrowanimation_lottie {
    display: none;
  }

  .left_arrowanimation {
    background-image: url('../images/RightB.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .section-2 {
    padding: 80px 5vw;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
  }

  .div-block-162 {
    width: 95%;
  }

  .price-table_text_light-2, .price-table_text_light-3 {
    line-height: 21px;
  }

  .div-block-192 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-193 {
    margin-left: 60px;
  }

  .image-9 {
    min-width: 210px;
    min-height: 210px;
    top: -252px;
    left: -16px;
  }

  .intro {
    padding: 100px 40px;
  }

  .image-10 {
    top: -142px;
    left: -87px;
  }

  .image-11 {
    top: 27px;
    left: -35px;
  }

  .div-block-195 {
    min-width: 700px;
    min-height: 700px;
    left: -411px;
  }

  .div-block-196 {
    min-width: 210px;
    min-height: 210px;
  }

  .div-block-197 {
    min-width: 700px;
    min-height: 700px;
    left: -86px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

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

  .div-block-202 {
    padding: 20px 0;
  }

  .div-block-203 {
    grid-row-gap: 5px;
    padding-left: 0;
  }

  .paragraph-26 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .grid-item.text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

  .div-block-228 {
    height: 90vw;
  }

  .div-block-231 {
    padding: 30px 20px;
  }

  .div-block-9 {
    margin-bottom: 0;
  }

  .grid-3 {
    grid-template-rows: auto 1fr 1fr 1fr auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 25%;
  }

  .div-block-5 {
    flex-direction: column;
    padding-left: 60px;
  }

  .div-block-247 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-38 {
    margin-left: 0;
  }

  .div-block-249 {
    min-height: 200px;
  }

  .div-block-8 {
    align-items: center;
  }

  .div-block-256 {
    width: 95%;
  }

  .div-block-260 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-261 {
    height: 50vw;
  }

  .div-block-266 {
    width: 95%;
  }

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

  .pricing-table-cards-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .heading-43 {
    height: 32px;
  }

  .pricing-table-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .price-text {
    font-size: 20px;
    line-height: 50px;
  }

  .pricing-table-card {
    width: 100%;
    padding-bottom: 0;
  }

  .btn---wrap {
    min-width: 100%;
  }

  .btn:hover {
    color: #fff;
  }

  .pointer---wrap {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-huge.text-weight-normal {
    font-size: 4.5rem;
  }

  .page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_component {
    height: auto;
    padding-top: 14rem;
    padding-bottom: 10rem;
  }

  .parallax-text {
    display: inline;
  }

  .cards-wrapper {
    height: 40vh;
  }

  .heading-44.is--black {
    font-size: 1.8em;
  }

  .cards {
    padding-top: 10vh;
  }

  .cards.is--desktop {
    padding-top: 0;
  }

  .slide-content {
    padding: .2rem 2rem 3.8rem;
  }

  .paragraph-27.is--gray {
    font-size: 1.2em;
  }

  .sticky-grids {
    align-items: center;
  }

  .h3 {
    font-size: 1.4em;
    line-height: 25px;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-text_wrapper.steps.second {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .sticky-text_wrapper.steps.first {
    grid-row-gap: 1px;
    grid-template-columns: auto;
  }

  .sticky-text_wrapper.steps.third {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .circle-number.steps1 {
    margin-bottom: 10px;
  }

  .sticky-cent {
    padding-left: 18px;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    font-size: .9em;
    line-height: 23px;
  }

  .phone-contain {
    min-width: 100%;
    max-width: 100%;
  }

  .sticky-contain {
    min-width: 100%;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 100%;
    padding: 8px 0 8px 8px;
  }

  .div-block-276 {
    width: 90%;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .div-block-281 {
    width: 17px;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .heading-45 {
    text-align: left;
    font-size: 30px;
    line-height: 48px;
  }

  .sticky-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-info-column {
    margin-right: .4rem;
  }

  .large-hero-text {
    font-size: 6rem;
    font-weight: 800;
  }

  .large-hero-text.outline-text {
    font-size: 1.7rem;
  }

  .recruiet_h1 {
    font-size: 30px;
  }

  .lottie-animation-2 {
    top: -10%;
  }

  .lottie-animation-3 {
    top: 10%;
  }

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

  .testimonial-image {
    position: relative;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .div-block-285 {
    flex-direction: column;
  }

  .top_3contents_pic {
    margin-right: 0;
  }

  .image-20 {
    max-width: 100%;
  }

  .div-block-292 {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .div-block-293 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-47 {
    margin-top: 10px;
  }

  .div-block-296 {
    flex-direction: column;
  }

  .div-block-297 {
    margin-top: 10px;
  }

  .div-block-300 {
    width: 100%;
    height: 20vw;
  }

  .div-block-301 {
    height: 40vw;
  }

  .div-block-302 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .collection-list-4 {
    flex-direction: column;
    display: flex;
  }

  .ladop_hero {
    padding-top: 40px;
  }

  .ladop_hero__logo {
    width: 240px;
  }

  .ladop_hero__img {
    width: 520px;
  }

  .ladop_hero__title {
    font-size: 24px;
    line-height: 150%;
  }

  .ladop_partner {
    margin-top: 0;
  }

  .ladop_partner__list {
    align-content: stretch;
  }

  .ladop_partner__list__img {
    max-width: 110px;
    height: 60px;
    max-height: 60px;
  }

  .ladop_user__contain {
    flex: 1;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_user__title {
    text-align: center;
    font-size: 28px;
  }

  .ladop_user__list__li__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .ladop_user__list__li {
    padding: 30px 20px;
  }

  .ladop_user__list {
    grid-column-gap: 20px;
  }

  .ladop_about__point__label {
    text-align: center;
  }

  .ladop_about__point__desc {
    width: 100%;
    margin-bottom: 60px;
  }

  .ladop_about__contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__list__li__desc {
    text-align: center;
  }

  .ladop_about__point {
    text-align: center;
    align-items: center;
  }

  .ladop_about__title {
    font-size: 32px;
  }

  .div-block-314 {
    text-align: center;
  }

  .ladop_about {
    margin-top: 0;
  }

  .ladop_about__list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ladop_about__point__title {
    text-align: center;
    font-size: 32px;
  }

  .text-block-54 {
    text-align: center;
  }

  .ladop_about__point__subtitle {
    text-align: center;
    font-size: 16px;
  }

  .ladop_about__list__li__title {
    text-align: center;
  }

  .ladop_about__list__li {
    display: block;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .ladop_plan__list {
    max-width: 728px;
  }

  .image-4-copy {
    width: 200px;
  }

  .ladop_nav__contain {
    background-color: #0000;
    max-width: 100%;
    height: auto;
  }

  .radop_nav_wrap {
    justify-content: center;
  }

  .ladop_header_wrap {
    background-color: #0000;
  }

  .ladop_nav_list {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .ladop_nav_list__li__link {
    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;
  }

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

  .ladop_comparison__contain {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__list__li__contain {
    text-align: left;
  }

  .ladop_plan__subtitle {
    width: 100%;
    font-size: 16px;
  }

  .ladop_plan__list__li__title {
    font-size: 20px;
  }

  .ladop_plan__list__li__label {
    font-size: 14px;
  }

  .ladop_plan__list__li__desc {
    font-size: 20px;
  }

  .ladop_plan__contain {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ladop_plan__title {
    font-size: 32px;
  }

  .ladop_corporate__contain {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ladop_corporate__title {
    font-size: 32px;
  }

  .ladop_corporate__subtitle {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .ladop_cv__contain {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ladop_cv__title {
    font-size: 32px;
  }

  .ladop_form {
    margin-top: 60px;
  }

  .ladop_form__contain {
    width: 100%;
  }

  .ladop_form__radio {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .submit-button-3 {
    border-radius: 60px;
  }

  .ladop_about__desc {
    width: 100%;
  }

  .ladop_comparison__title {
    font-size: 32px;
  }

  .heading-value {
    font-size: 1.7em;
    line-height: 1.6em;
  }

  .heading-45_sp {
    text-align: center;
    font-size: 30px;
    line-height: 48px;
  }

  .heading-4-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .div-block-277-copy, .div-block-277-copy-copy {
    flex-direction: column;
  }

  .value_column {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .values {
    width: 100%;
  }

  .div-block-326 {
    width: 20vw;
    margin-right: 20px;
  }

  .mission {
    width: 100%;
  }

  .purpose_title {
    font-size: 2.5em;
  }

  .purpose_desc {
    font-size: 1em;
    line-height: 2em;
  }

  .misson_headline {
    margin-bottom: 0;
  }

  .bold-text-11 {
    font-size: 2em;
    line-height: 1.75em;
  }

  .div-block-228-copy {
    height: 90vw;
    margin-top: 40px;
  }

  .div-block-261-copy {
    height: 50vw;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  .overlay.dark {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: block;
    inset: 0%;
  }

  .left-nav {
    z-index: 30;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .brand.w--current {
    padding-right: 15px;
  }

  .scroll-indicator {
    display: none;
  }

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

  .section.no-padding {
    background-image: none;
    margin-top: 100px;
    padding-top: 0;
  }

  .section.no-top-padding {
    padding-bottom: 48px;
  }

  .nav-link {
    border-bottom: 1px solid var(--indicator-outline);
    border-top-style: none;
  }

  .grid-wrapper {
    grid-template-rows: 1.25fr;
    grid-template-columns: minmax(auto, auto);
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-wrapper {
    margin-left: 0;
    padding-top: 36px;
  }

  .location-card-slider {
    margin-left: 0;
  }

  .location-mask {
    width: 90%;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .grey-cover {
    min-width: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-left: 0;
  }

  .about-images {
    margin-left: 0;
  }

  .about-image-item {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .horizontal-line.left {
    margin-left: 0;
  }

  .xxl-heading {
    font-size: 30px;
  }

  .benefits-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .membership-plans-wrapper {
    padding-bottom: 60px;
  }

  .vacations-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 24px;
  }

  .vacations-tab-link {
    border: 1px solid var(--indicator-outline);
    border-radius: 5px;
    flex-direction: column;
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .membership-dot.four {
    width: 9px;
    height: 9px;
  }

  .location-indicator {
    display: none;
  }

  .steps-grid {
    padding-left: 0;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .team-wrapper {
    padding-left: 0;
  }

  .team-box {
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: 450px;
  }

  .testimonial-wrapper {
    margin-left: 0;
    margin-right: 36px;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .featured-journal-wrapper {
    grid-row-gap: 100px;
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .featured-journal-wrapper.full-width {
    margin-left: 0;
  }

  .vacation-items {
    padding-left: 36px;
    padding-right: 36px;
  }

  .vacation-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
    padding-right: 18px;
  }

  .vacation-image {
    height: 250px;
  }

  .vacation-item-info {
    grid-row-gap: 36px;
    padding: 0 12px;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .team-image-location {
    display: none;
  }

  .checkout-form {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .checkout-details {
    padding: 24px;
  }

  .payment-tabs-intro {
    grid-template-columns: 1fr;
  }

  .vacation-results {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-video-button {
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video-hover-button {
    width: 150px;
    height: 150px;
    margin-top: 0;
    margin-right: 0;
  }

  .section-intro {
    grid-column-gap: 16px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    padding: 80px 0 140px;
    display: grid;
  }

  .inner-page-hero {
    min-height: 550px;
    padding-top: 65px;
  }

  .journal-post {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

  .large-journal-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr;
  }

  .home-hero-title {
    justify-items: start;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .product-slider-arrow.left {
    bottom: 108px;
  }

  .product-images-row {
    padding-top: 48px;
  }

  .vacation-images {
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .large-vacation-image {
    min-height: 300px;
    max-height: 450px;
  }

  .small-vacation-image {
    min-height: 175px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .featured-location {
    margin-left: 70px;
  }

  .featured-location-icon {
    display: none;
  }

  .heading-title-grid {
    grid-row-gap: 6px;
    grid-template-columns: auto;
  }

  .product-hero-content {
    padding-left: 0;
    padding-right: 48px;
  }

  .journal-intro {
    padding-left: 0;
  }

  .nav-button-toggle {
    padding-right: 12px;
  }

  .dropdown-wrapper {
    min-width: 300px;
  }

  .destinations-list {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .vacation-info {
    padding-top: 48px;
  }

  .vacation-features {
    margin-top: 36px;
    margin-bottom: 48px;
    margin-left: 0;
  }

  .map-section {
    padding-bottom: 60px;
  }

  .map-wrapper, .vacation-content, .centered-intro {
    margin-left: 0;
  }

  .about-us-intro {
    margin-left: 0;
    padding: 24px 24px 0;
  }

  .team-items {
    margin-left: 0;
    padding-bottom: 60px;
  }

  .team-banner {
    padding-bottom: 160px;
  }

  .all-journal-posts, .team-member-vacations {
    margin-left: 0;
  }

  .dual-buttons {
    grid-template-columns: 1fr;
  }

  .large-image, .small-image, .medium-image {
    min-height: 200px;
  }

  .locations-slide-content {
    margin-left: 0;
  }

  .mission-wrapper {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .journal-cards {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 24px;
  }

  .contact-field-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-options {
    padding: 24px;
  }

  .footer-wrapper {
    padding-left: 0;
  }

  .footer-pages {
    grid-template-columns: 1fr;
  }

  .footer-destination-text {
    border-bottom: 1px solid var(--indicator-outline);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding-bottom: 18px;
    display: flex;
  }

  .paralax-background.two {
    clear: none;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin-left: 80px;
    margin-right: 80px;
    position: absolute;
    overflow: visible;
  }

  .dynamic-heading-text {
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .invoice-image {
    min-height: 400px;
    padding-left: 0;
  }

  .invoice-content {
    margin-left: 0;
  }

  .row {
    flex-direction: column;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .order-confirmation {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .order-left {
    padding: 24px;
  }

  .invoice-vacation {
    text-align: center;
    padding-left: 0;
  }

  .flyout-menu.close, .hide-menu-wrapper {
    display: none;
  }

  .testimonial-section {
    padding-top: 140px;
  }

  .vacation-hero-intro {
    padding-right: 12px;
  }

  .mobile-navigation-shade {
    opacity: 0;
    background-color: #0c192e00;
    overflow: hidden;
  }

  .hero {
    padding: 60px 30px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    padding-left: 25px;
    padding-right: 35px;
  }

  .div-block, .paragraph-3, .gallery3 {
    margin-left: 0;
  }

  .gallery3.gallery3_white {
    margin-bottom: 0;
  }

  .subtitle3 {
    padding-top: 24px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .grey-cover-2 {
    margin-left: 0;
  }

  .div-block-2 {
    padding-left: 36px;
  }

  .hero-image-copy {
    padding-left: 25px;
    padding-right: 35px;
  }

  .grid {
    padding-left: 0;
  }

  .nav-link-copy {
    border-bottom: 1px solid var(--indicator-outline);
    border-top-style: none;
  }

  .div-block-3 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-12 {
    width: 370px;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .gallery3-copy {
    margin-left: 0;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4-copy {
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3-copy {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3-copy {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-block-24 {
    width: 570px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .div-block-27 {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/FOR_YOU_FLOWER_PV_1920.00_00_14_21.静止画006.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 520px;
  }

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

  .section-copy.no-padding {
    background-image: none;
    margin-top: 100px;
    margin-left: -54px;
    padding-top: 0;
  }

  .section-copy.no-top-padding {
    padding-bottom: 48px;
  }

  .brand-copy.w--current {
    padding-right: 15px;
  }

  .social-link.fb {
    width: 40px;
    height: 40px;
  }

  .social-link.instagram {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .project-info-top {
    justify-content: flex-start;
    height: 70px;
  }

  .subtitle-3.white {
    letter-spacing: 2px;
    line-height: 16px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .animation_link_01 {
    justify-content: flex-start;
    min-height: 43vw;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .animation_link_01.animation_link_01_center {
    display: 17pxpx;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .collection-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-card-info {
    justify-content: center;
    padding: 10px;
  }

  .heading-22 {
    font-size: 17px;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .body-display-3 {
    font-size: 14px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .service-bottom-content {
    grid-row-gap: 8px;
    padding-top: 10px;
  }

  .price-table_text_light {
    font-size: 14px;
  }

  .price-table-parts_left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_left.price-table-parts_left_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_left.price-table-parts_left_title.pricetable_left_zone, .price-table-parts_left.pricetable_left_zone {
    width: 18%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-154 {
    width: 90px;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .div-block-156 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .price-table-parts_right {
    width: 100%;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  ._100pxmargin {
    height: 50px;
  }

  .service-description {
    padding-right: 0;
  }

  .price-table-parts {
    flex-direction: column;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
  }

  .text-block-19 {
    margin-top: 4px;
    font-size: 10px;
    line-height: 11px;
  }

  .heading-23 {
    font-size: 28px;
  }

  .price-table_text_bold_title {
    font-size: 15px;
  }

  .h_30px {
    height: 10px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .price-table-parts_-center {
    width: 100%;
  }

  .price-table_text_bold {
    font-size: 15px;
  }

  .h_120px {
    height: 50px;
  }

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

  .sticky-services-menu.extra-top-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body-display-4, .body-display-4.small {
    font-size: 14px;
  }

  .banner-items {
    height: 80px;
  }

  .div-block-162 {
    padding: 10px;
  }

  .price-table_text_light-2 {
    font-size: 14px;
  }

  .price-table-parts_left-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_left-2.price-table-parts_left_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_-center-2 {
    width: 100%;
  }

  .price-table_text_bold-2 {
    font-size: 15px;
  }

  .price-table_text_light-3 {
    font-size: 14px;
  }

  .price-table-parts_left-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_left-3.price-table-parts_left_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table_text_bold-3 {
    font-size: 15px;
  }

  .price-table-parts_-center-3 {
    width: 100%;
  }

  .div-block-193 {
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
  }

  .columns-2 {
    margin-top: 0;
    display: block;
  }

  .image-9 {
    top: -160px;
  }

  .heading-29 {
    text-align: left;
    width: 100%;
    font-size: 4.3vw;
    line-height: 1.7em;
  }

  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    overflow: visible;
  }

  .image-11 {
    top: -41px;
  }

  .column-5 {
    margin-top: 230px;
    padding-top: 0;
  }

  .div-block-195 {
    min-width: 400px;
    min-height: 400px;
    left: -247px;
  }

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

  .div-block-197 {
    min-width: 600px;
    min-height: auto;
    top: 72px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .div-block-202 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-25 {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    font-size: .8em;
  }

  .div-block-203 {
    grid-template-columns: 1fr;
    justify-items: end;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .foot_tex-2 {
    width: 270px;
  }

  .paragraph-26 {
    letter-spacing: 1px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 1.75em;
  }

  .div-block-205 {
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-223 {
    flex-direction: column;
  }

  .text-block-28 {
    width: 30vw;
    margin-right: 20px;
    padding-right: 10px;
  }

  .text-block-29 {
    width: 100%;
  }

  .div-block-231 {
    width: 80vw;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-huge {
    font-size: 2.5rem;
  }

  .heading-huge.text-weight-normal {
    font-size: 4rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero_component {
    padding-top: 12rem;
  }

  .button-bg-wrapper.no-cursor {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .button-3 {
    max-width: 15rem;
    padding-left: 2.45rem;
    padding-right: 2.45rem;
  }

  .number-text {
    font-size: 1.4em;
  }

  .phone-sticky {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .circle-number.steps3 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-cent {
    padding-left: 0;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .phone-contain {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .sticky-contain {
    height: auto;
  }

  .phone-mock {
    box-shadow: none;
    width: 150%;
  }

  .div-block-276 {
    width: 90%;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .step-block__text-description.text-description-1, .step-block__text-description.text-description-2, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-content__block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_2, .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4 {
    font-size: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .heading-45 {
    text-align: center;
    height: 0;
    margin-bottom: -10px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
  }

  .large-hero-text.outline-text {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .text-container {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-4 {
    align-items: flex-start;
  }

  .recruiet_h1 {
    width: 90vw;
  }

  .subhead-container {
    justify-content: flex-end;
    padding-left: 15px;
  }

  .content {
    width: 100%;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .div-block-289 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-300 {
    height: 40vw;
  }

  .ladop_partner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_partner__list {
    display: inline-block;
  }

  .ladop_user__contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_user__title {
    text-align: center;
    font-size: 24px;
  }

  .ladop_user__list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__point__desc {
    width: 100%;
  }

  .ladop_about__list__li__desc {
    text-align: left;
  }

  .ladop_about {
    margin-top: 0;
  }

  .ladop_about__point__title {
    font-size: 24px;
  }

  .ladop_about__point__subtitle {
    font-size: 16px;
  }

  .ladop_about__list__li__title {
    text-align: center;
  }

  .ladop_about__list__li {
    flex-direction: column;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .basix {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-card {
    width: auto;
  }

  .ladop_plan__list {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .pricing-title-copy-copy, .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

  .ladop_corporate__list {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-2-copy {
    width: 90%;
  }

  .image-4-copy {
    margin-bottom: 40px;
  }

  .radop_nav_wrap {
    justify-content: center;
  }

  .ladop_nav_logo {
    padding-left: 0;
  }

  .ladop_nav_list {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .ladop_nav_list__li__link {
    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;
  }

  .ladop_about__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__list__li__subtitle {
    text-align: center;
  }

  .ladop_comparison__contain {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__list__li__contain {
    padding-left: 0;
  }

  .ladop_plan__subtitle {
    font-size: 16px;
  }

  .ladop_plan__list__li {
    width: 100%;
  }

  .ladop_plan__list__li__title {
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 42px;
  }

  .ladop_plan__list__li__title.ladop_plan__list__li__title--basic, .ladop_plan__list__li__title.ladop_plan__list__li__title--premium {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .ladop_plan__list__li__label {
    font-size: 12px;
  }

  .ladop_plan__list__li__desc {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .ladop_plan__contain {
    margin-top: 0;
    padding: 60px 16px;
  }

  .ladop_corporate__contain {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_corporate__subtitle {
    font-size: 16px;
  }

  .text-span-45, .text-span-46, .text-span-47 {
    font-size: 10px;
  }

  .ladop_corporate__list__img {
    margin-bottom: 60px;
  }

  .ladop_corporate__list__info {
    width: 100%;
  }

  .ladop_cv__contain {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ladop_about__desc {
    text-align: left;
    width: 100%;
  }

  .ladop_cv__wrap {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-30 {
    text-align: left;
  }

  .heading-45_sp {
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 58px;
    overflow: visible;
  }

  .heading-4-copy {
    margin-left: -1px;
  }

  .div-block-277-copy, .div-block-277-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .value_headline {
    font-size: 1.5em;
  }

  .values {
    width: 100%;
  }

  .div-block-326 {
    width: 30vw;
  }

  .paragraph-30-copy {
    text-align: left;
  }

  .mission {
    width: 100%;
  }

  .purpose_contain {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .purpose_title {
    text-align: left;
    width: 100%;
    font-size: 4.3vw;
  }

  .purpose_desc {
    width: 100%;
    font-size: 0;
  }

  .advisor_contain {
    width: 80vw;
  }

  .misson_headline {
    margin-left: -1px;
  }

  .member {
    padding-left: 0;
    padding-right: 0;
  }

  .purpose_desc_sp {
    width: 100%;
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

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

  .brand {
    flex-direction: row;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.no-padding {
    clear: none;
    object-fit: fill;
    background-image: none;
    margin-left: 0;
    position: static;
    inset: 0%;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(auto, auto);
    justify-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .location-mask {
    width: 85%;
  }

  .location-card-wrapper {
    min-height: 325px;
  }

  .nav-menu {
    margin-right: 0;
  }

  .grey-cover {
    flex-flow: row;
  }

  .about-image-item {
    width: 230px;
    min-width: 100px;
    height: 230px;
    min-height: 100px;
    margin-top: 20px;
  }

  .location-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .horizontal-line.light {
    min-width: auto;
  }

  .thin-span {
    margin-right: 0;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .benefits-wrapper {
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .membership-plans-wrapper {
    margin-top: -80px;
    padding-bottom: 48px;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }

  .vacations-tab-link {
    padding-top: 30px;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-tracker, .steps-circle {
    display: none;
  }

  .team-image {
    min-height: 325px;
  }

  .testimonial-wrapper {
    margin-right: 0;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-tracker {
    width: 36px;
    display: none;
  }

  .testimonial-arrow {
    bottom: 0;
    right: 72px;
  }

  .testimonial-arrow.right {
    left: 72px;
  }

  .tracker-item {
    width: 36px;
  }

  .testimonial-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-mask {
    margin-left: 0;
  }

  .benefit-card, .intro-content {
    grid-row-gap: 36px;
  }

  .featured-journal-wrapper {
    margin-bottom: 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .featured-journal-wrapper.full-width {
    grid-row-gap: 120px;
    padding: 12px 12px 0;
  }

  .vacation-items {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .team-image-location {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .checkout-form {
    padding: 36px 12px 12px;
  }

  .checkout-details {
    grid-row-gap: 36px;
    padding: 18px;
  }

  .order-top-bar {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-tab-content {
    grid-row-gap: 24px;
  }

  .payment-info-wrapper {
    grid-row-gap: 36px;
  }

  .payment-tabs-intro {
    grid-row-gap: 24px;
  }

  .customer-info {
    padding: 18px;
  }

  .order-item {
    grid-template-columns: 1fr;
  }

  .vacation-slide-arrow {
    left: -60px;
    right: 0;
  }

  .vacation-slide-arrow.right {
    margin-bottom: 0;
    left: 60px;
  }

  .home-hero {
    justify-content: center;
    height: auto;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-video-button {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .home-hero-intro {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-hover-button {
    width: 110px;
    height: 110px;
  }

  .video-icon {
    width: 12px;
  }

  .popular-vacations {
    padding: 0;
  }

  .section-intro {
    z-index: 0;
    object-fit: fill;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-page-hero {
    min-height: 525px;
  }

  .journal-post {
    padding: 18px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .large-journal-post {
    padding-left: 12px;
    padding-right: 12px;
  }

  .journal-post-info {
    padding: 0 18px 18px;
  }

  .journal-right-wrapper {
    grid-row-gap: 18px;
  }

  .journal-list-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .journal-list-image {
    min-height: 140px;
  }

  .journal-list-item-content {
    z-index: 10;
    grid-row-gap: 18px;
    margin-top: -12px;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .home-hero-title {
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 15px;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .product-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 60px;
  }

  .product-images-row {
    padding-top: 36px;
  }

  .vacation-images {
    grid-row-gap: 9px;
  }

  .large-vacation-image {
    min-height: 200px;
    max-height: 350px;
  }

  .small-image-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .small-vacation-image {
    min-height: 125px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

  .slider-bottom {
    height: 120px;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .featured-location {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .featured-location-icon {
    display: none;
  }

  .dropdown-list.w--open {
    padding-top: 18px;
  }

  .locations-results-top {
    padding-bottom: 12px;
  }

  .heading-title-grid {
    text-align: left;
    padding-bottom: 12px;
  }

  .locations-wrapper {
    grid-template-columns: 1fr;
  }

  .product-hero-content {
    text-align: center;
    align-items: center;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .nav-button-toggle {
    padding-left: 14px;
  }

  .dropdown-wrapper {
    min-width: 88vw;
  }

  .vacation-info {
    padding-top: 48px;
  }

  .vacation-features {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .map-section {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .map-wrapper {
    min-height: 250px;
  }

  .featured-location-heading {
    font-size: 18px;
  }

  .inquire-card {
    grid-row-gap: 24px;
    padding: 18px;
  }

  .vacation-body {
    grid-row-gap: 36px;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-us-intro {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .team-items {
    margin-top: -48px;
  }

  .team-banner {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .team-conteact-info {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .large-image, .small-image, .medium-image {
    min-height: 120px;
  }

  .locations-slide-content {
    padding-bottom: 136px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .featured-vacation-info {
    grid-row-gap: 24px;
    text-align: center;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .vacation-hero {
    min-height: 500px;
  }

  .form-block {
    padding: 20px;
  }

  .team-portrait-grid {
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-destinations {
    padding: 0;
    display: block;
  }

  .mobile-destinations-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-destination-link {
    border: 1px solid var(--indicator-outline);
    color: var(--black);
    border-radius: 5px;
    width: 100%;
    padding: 18px 12px;
    text-decoration: none;
  }

  .mobile-destinations-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 30px 24px;
    display: grid;
  }

  .agent-inquire-top {
    grid-template-columns: auto;
    padding-top: 6px;
  }

  .inquire-agent-info {
    text-align: center;
  }

  .contact-options {
    padding: 20px;
  }

  .footer-destinations {
    grid-auto-flow: row;
  }

  .footer-destination-text {
    padding-bottom: 12px;
  }

  .large-journal-content {
    grid-row-gap: 18px;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .password-wrapper {
    flex-direction: column;
  }

  .password-field {
    border-style: solid;
    border-color: var(--indicator-outline);
    background-color: var(--grey-background);
    border-radius: 5px;
    min-height: 48px;
    margin-bottom: 9px;
  }

  .password-button {
    min-height: 48px;
  }

  .dynamic-heading-text {
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .password-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .invoice-image {
    border-radius: 0;
    min-height: 350px;
  }

  .invoice-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .invoice-agent {
    grid-template-columns: 1fr;
  }

  .payment-buttons {
    grid-row-gap: 6px;
  }

  .order-confirmation {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .order-left {
    padding: 18px;
  }

  .invoice-list {
    grid-template-columns: 1fr;
  }

  .invoice-agent-info {
    text-align: center;
  }

  .invoice-bottom {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .success-message-content {
    padding: 6px;
  }

  .promise-intro {
    padding-left: 0;
  }

  .flyout-menu.close, .flyout-menu.open, .dropdown-text {
    display: none;
  }

  .dropdown-icon {
    margin-right: 0;
    display: block;
  }

  .flyout-menu-content {
    display: block;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .vacation-hero-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .mobile-navigation-shade {
    opacity: 1;
    background-color: #0c192e00;
  }

  .image {
    width: 100%;
    min-height: 600px;
  }

  .heading, .heading-2 {
    font-size: 22px;
  }

  .paragraph {
    text-align: justify;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .container {
    margin-top: auto;
  }

  .hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-image {
    flex: 0 auto;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 2em;
  }

  .paragraph-3 {
    margin-left: 0;
    font-size: 13px;
    display: block;
  }

  .heading-3 {
    font-size: 22px;
  }

  .heading-4 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6em;
  }

  .gallery3.gallery3_white {
    margin-bottom: 0;
  }

  .subtitle3 {
    padding-top: 24px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .heading-5 {
    font-size: 22px;
  }

  .hero-image-copy {
    object-fit: fill;
    max-width: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .nav-link-copy {
    border-top-style: solid;
    border-right-color: var(--black-2);
    border-bottom-color: var(--black-2);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .div-block-3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    margin-left: 17px;
  }

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

  .paragraph-14 {
    font-size: 10px;
    line-height: 12px;
  }

  .brend {
    margin-right: 0;
  }

  .div-block-13 {
    align-items: center;
    margin-top: -33px;
    margin-bottom: 0;
    padding: 0 3vh;
  }

  .paragraph-16 {
    width: auto;
    font-size: 18px;
  }

  .corp_div {
    margin-left: 0;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .paragraph-17 {
    justify-content: center;
    margin-bottom: 2px;
    margin-left: 0;
    font-size: 13px;
    display: flex;
  }

  .div-block-14 {
    align-items: flex-start;
  }

  .heading-8 {
    display: flex;
  }

  .paragraph-19 {
    text-align: left;
    min-width: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-16 {
    margin-top: 45px;
  }

  .paragraph-2-copy {
    font-size: 15px;
    line-height: 2em;
  }

  .div-block-17 {
    object-fit: cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery3-copy {
    margin-left: 0;
    padding-top: 24px;
    padding-left: 0;
  }

  .heading-4-copy {
    margin-left: 0;
    font-size: 22px;
  }

  .paragraph-3-copy {
    margin-left: 0;
    font-size: 13px;
  }

  .div-block-3-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18-copy {
    max-width: 800px;
  }

  .div-block-20 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-23 {
    flex-direction: row;
    max-width: 350px;
  }

  .div-block-24 {
    width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .div-block-27 {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/FOR_YOU_FLOWER_PV_1920.00_00_14_21.静止画006.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 350px;
  }

  .section-copy {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.no-padding {
    clear: none;
    object-fit: fill;
    background-image: none;
    margin-left: 0;
    position: static;
    inset: 0%;
  }

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

  .brand-copy {
    flex-direction: column;
    padding-right: 0;
  }

  .brand-copy.w--current {
    padding-right: 8px;
  }

  .heading-4-copy {
    font-size: 22px;
  }

  .sns {
    bottom: 5px;
    right: 5px;
  }

  .animation_link_01 {
    min-width: 100vw;
    min-height: 100vw;
  }

  .collection-grid {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
  }

  .body-display-3 {
    font-size: 13px;
  }

  .banner-content-2 {
    min-height: auto;
    padding: 48px 12px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .service-bottom-content {
    padding-top: 10px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .list-item-text {
    font-size: 16px;
  }

  .price-table-parts_left {
    width: 100%;
    padding: 5px 3px;
  }

  .price-table-parts_left.price-table-parts_left_title {
    width: 100%;
    padding: 5px 2px;
  }

  .price-table-parts_right {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  ._100pxmargin {
    height: 20px;
  }

  .price-table-parts.haneda_price_color {
    justify-content: space-between;
  }

  .heading-23 {
    font-size: 23px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .price-table_text_bold_title {
    font-size: 13px;
  }

  .large-heading {
    font-size: 24px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .price-table-parts_-center {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .price-table_text_bold {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .h_120px {
    height: 40px;
  }

  .section-2 {
    margin-top: 115px;
    padding-top: 0;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-153 {
    flex-direction: column;
  }

  .body-display-4, .body-display-4.small {
    font-size: 14px;
  }

  .div-block-162 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-table-parts_left-2 {
    width: 100%;
    padding: 5px 3px;
  }

  .price-table-parts_left-2.price-table-parts_left_title {
    width: 100%;
    padding: 5px 2px;
  }

  .price-table-parts_-center-2 {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .price-table_text_bold-2 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .price-table-parts_left-3 {
    width: 100%;
    padding: 5px 3px;
  }

  .price-table-parts_left-3.price-table-parts_left_title {
    width: 100%;
    padding: 5px 2px;
  }

  .price-table_text_bold-3 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .price-table-parts_-center-3 {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block-190 {
    width: auto;
  }

  .div-block-192 {
    padding: 10px;
  }

  .div-block-193 {
    margin: 20px auto 100px;
    padding: 0;
    display: flex;
  }

  .heading-29 {
    margin-top: 15px;
    font-size: 4.5vw;
  }

  .heading-29.mm {
    font-size: 17px;
    line-height: 28px;
  }

  .intro {
    max-width: 95%;
    padding-bottom: 54px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-11 {
    left: -19px;
  }

  .column-5 {
    margin-top: 206px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .footer_div {
    padding: 10px;
  }

  .div-block-202 {
    width: 95%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .div-block-203 {
    align-items: center;
    width: 100%;
    margin: 20px auto 40px;
    padding: 0;
    display: flex;
  }

  .foot_tex-2 {
    justify-content: center;
  }

  .paragraph-26 {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 1.8em;
  }

  .grid-item.text {
    width: 90%;
    padding-left: 0;
  }

  .text-big {
    z-index: 1;
    font-size: 35px;
    position: relative;
  }

  .text-big.is--thin {
    font-size: 35px;
  }

  .line-big {
    width: 70em;
    display: none;
  }

  .contact-big-mobile {
    display: block;
  }

  .line-big-mobile {
    width: 226px;
    display: block;
  }

  .div-block-205 {
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-30 {
    color: #fff;
  }

  .div-block-223 {
    flex-direction: column;
  }

  .heading-31 {
    font-size: 2em;
  }

  .div-block-227 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .text-block-28 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-29 {
    text-align: left;
    font-size: .9em;
  }

  .div-block-231 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-32 {
    font-size: 18px;
  }

  .div-block-246 {
    width: 100%;
    max-width: none;
    margin-bottom: 34px;
  }

  .image-15 {
    margin-bottom: -7%;
  }

  .image-16 {
    width: 200%;
    margin-top: 40px;
    left: -115%;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .div-block-5 {
    padding-left: 20px;
  }

  .div-block-10 {
    flex-direction: column;
    min-height: 190px;
  }

  .div-block-247 {
    padding: 20px;
  }

  .div-block-7 {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .image-19 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: -4%;
  }

  .div-block-11 {
    min-height: 100%;
  }

  .heading-37 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-38 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-251 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-252 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-9 {
    text-align: center;
    width: 100%;
  }

  .text-block-36 {
    margin-left: 0;
    margin-right: 0;
    left: 20px;
    right: 20px;
  }

  .text-block-37 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-266, .div-block-268 {
    width: 95%;
  }

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

  .pricing-table-cards-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-table-card {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .background-video-4 {
    display: none;
  }

  .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button_circleeffects {
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-xlarge {
    margin-top: 5rem;
  }

  .heading-huge.text-weight-normal {
    font-size: 3rem;
  }

  .cards-wrapper {
    background-color: #c9ffee00;
    border-radius: 20px;
    flex-direction: column;
    height: auto;
  }

  .heading-44 {
    padding-bottom: 10px;
    font-size: 2.5em;
  }

  .heading-44.is--black.is--snap {
    font-size: 1.7em;
  }

  .card-slide {
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .card-slide.color-3, .card-slide.color-2, .card-slide.color-1 {
    border-radius: 15px;
  }

  .snap-content {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .card-image-mobile {
    max-height: 100%;
    display: block;
  }

  .full-image {
    padding-bottom: 0;
    position: relative;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .button-4 {
    color: #000;
    background-color: #c9ffee;
  }

  .button-4.is--dark {
    font-size: 1em;
  }

  .cards {
    padding-top: 0;
  }

  .cards.is--desktop {
    display: none;
  }

  .slide-content {
    min-height: auto;
    padding: 0 0 2em;
  }

  .paragraph-27 {
    font-size: 1.4em;
  }

  .paragraph-27.is--gray {
    padding-bottom: 0;
  }

  .cards-scroller {
    height: auto;
  }

  .snap-bottom {
    text-align: center;
    display: flex;
  }

  .sticky-viewbox {
    height: auto;
    padding-bottom: 40px;
    position: relative;
    top: auto;
  }

  .phone-screen_img.fourth {
    object-fit: cover;
    margin-left: auto;
  }

  .phone-sticky {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .phone-sticky.is--laptop {
    display: none;
  }

  .phone-mock_wrapper {
    right: auto;
  }

  .sticky-grids {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1.5fr;
    justify-content: center;
    display: flex;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-text_wrapper.steps.second {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    place-content: center flex-start;
    justify-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .sticky-text_wrapper.steps.first {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    place-content: center flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .sticky-text_wrapper.steps.third {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .sticky-text_wrapper.steps.fourth {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
    display: flex;
  }

  .circle-number.steps3, .circle-number.steps1 {
    flex: none;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .circle-number.steps2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .circle-number.steps4 {
    flex: none;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .sticky-cent {
    flex-direction: column;
    padding-left: 0;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    font-size: .9em;
    line-height: 1.4em;
    display: block;
  }

  .phone-contain {
    flex-direction: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .position-relative {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    margin-top: 90px;
    padding-left: 0;
    display: flex;
  }

  .sticky-wrap {
    flex-direction: row;
    display: block;
  }

  .sticky-img_wrapper.cc-steps {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sticky-contain {
    flex-direction: row;
  }

  .phone-mock {
    width: auto;
    padding: 6px 0;
    overflow: hidden;
  }

  .phone-screen_img-2.fourth {
    object-fit: cover;
    margin-left: auto;
  }

  .strengths_pc {
    display: none;
  }

  .div-block-276 {
    width: 90%;
  }

  .step-block__text-description.text-description-1, .step-block__text-description.text-description-2, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_2, .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4 {
    font-size: 16px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .heading-45 {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .sticky-info-column {
    width: 100%;
  }

  .hero-info-column {
    margin-right: 0;
  }

  .large-hero-text {
    text-align: left;
    margin-bottom: .1rem;
    font-size: 4rem;
  }

  .large-hero-text.outline-text {
    margin-bottom: 1.1rem;
  }

  .text-container {
    height: 60px;
  }

  .recruiet_h1 {
    font-size: 25px;
    line-height: 120%;
  }

  .lil-rule {
    width: 20px;
  }

  .lottie-animation-2 {
    width: 150vw;
    height: 150vw;
    left: -86%;
  }

  .lottie-animation-3 {
    width: 150vw;
    height: 150vw;
    top: 12%;
    left: -90%;
  }

  .left-arrow {
    inset: auto auto -3% 20%;
  }

  .author-block {
    margin-top: 15px;
  }

  .right-arrow {
    inset: auto 20% -3% auto;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-285 {
    width: 98%;
  }

  .top_3contents_right {
    margin-top: 20px;
  }

  .text-block-43 {
    font-size: 11px;
  }

  .strengths_sp {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .background-video-5 {
    background-color: var(--dark-slate-blue-2);
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .background-video-9 {
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .heading-47 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 33px;
  }

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

  .div-block-299 {
    width: 30px;
    min-width: 30px;
  }

  .div-block-302 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-policy_text {
    text-align: justify;
  }

  .ladop_hero {
    height: auto;
    padding-top: 64px;
  }

  .ladop_hero__logo {
    width: 160px;
    margin-bottom: 40px;
  }

  .ladop_hero__img {
    width: 90%;
    margin-bottom: 30px;
  }

  .ladop_btn_l_text {
    font-size: 16px;
    line-height: 150%;
  }

  .ladop_hero__title {
    font-size: 16px;
  }

  .ladop_hero_contain {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .ladop_partner {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ladop_partner__contain {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ladop_partner__list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around space-between;
    place-items: end start;
    margin-left: -10px;
    margin-right: -10px;
    display: inline-block;
  }

  .ladop_partner__list__img {
    max-width: 90px;
    height: 40px;
    max-height: 60px;
    margin-bottom: 16px;
    padding: 0 10px;
    display: inline-block;
  }

  .bold-text-5 {
    line-height: 150%;
  }

  .ladop_user__contain {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ladop_user__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .ladop_user__list__li__desc {
    font-size: 14px;
  }

  .ladop_user__list__li__title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .ladop_user__list__li {
    padding: 20px 16px;
  }

  .ladop_user__list {
    padding: 0;
  }

  .ladop_user__list__li__img {
    width: 120px;
    margin-bottom: 16px;
  }

  .ladop_about__point__label {
    text-align: left;
  }

  .ladop_about__point__desc {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .ladop_about__list__li__desc {
    font-size: 14px;
  }

  .ladop_about__point {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .ladop_about__title {
    font-size: 20px;
  }

  .div-block-314 {
    text-align: left;
    margin-bottom: 40px;
  }

  .ladop_about {
    margin-top: 0;
  }

  .ladop_about__list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ladop_about__point__title {
    text-align: left;
    font-size: 20px;
  }

  .text-block-54 {
    text-align: left;
  }

  .ladop_about__point__subtitle {
    text-align: left;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .ladop_about__list__li__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .ladop_about__list__li {
    padding: 20px 16px;
  }

  .ladop_about__list__li__img {
    width: 120px;
    margin-bottom: 16px;
  }

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

  .ladop_plan__list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: none;
    margin-bottom: 30px;
  }

  .ladop_corporate__list__title {
    font-size: 13px;
  }

  .container-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-2-copy {
    margin-top: 60px;
  }

  .image-4-copy {
    width: 160px;
    margin-bottom: 30px;
  }

  .ladop_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-4-copy {
    margin-right: 20px;
    font-size: 12px;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .link-13, .link-14 {
    font-size: 12px;
  }

  .ladop_nav__contain {
    height: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ladop_nav_list {
    flex-direction: column;
  }

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

  .ladop_btn_s__text {
    font-size: 16px;
  }

  .ladop_btn__l {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ladop_partner__desc {
    text-align: left;
  }

  .ladop_about__wrap {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ladop_about__list__li__subtitle {
    text-align: left;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
  }

  .ladop_comparison__contain {
    margin-top: 0;
    padding: 30px 16px 0;
  }

  .ladop_btn__l__plan {
    width: 100%;
    padding: 16px 8px 16px 20px;
  }

  .ladop_plan__subtitle {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .ladop_plan__list__li__title, .ladop_plan__list__li__title.ladop_plan__list__li__title--basic, .ladop_plan__list__li__title.ladop_plan__list__li__title--premium {
    font-size: 20px;
  }

  .ladop_plan__list__li__label {
    font-size: 14px;
  }

  .ladop_plan__list__li__desc {
    font-size: 20px;
  }

  .ladop_plan__contain {
    margin-top: 30px;
    padding: 60px 16px;
  }

  .ladop_plan__title {
    font-size: 20px;
  }

  .ladop_corporate__contain {
    margin-top: 0;
    padding: 30px 16px;
  }

  .ladop_corporate__title {
    font-size: 20px;
  }

  .ladop_corporate__subtitle {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .ladop_corporate__list__desc, .ladop_corporate__link__text {
    font-size: 13px;
  }

  .container-11-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ladop_cv__contain {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ladop_cv__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .ladop_form {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .ladop_user__desc {
    text-align: left;
  }

  .ladop_about__desc {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .ladop_comparison__img {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .ladop_comparison__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .ladop_cv__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .radop_form_send_title {
    text-align: center;
    font-size: 16px;
  }

  .radop_form_send_desc {
    text-align: left;
    font-size: 14px;
  }

  .image-29 {
    width: 90%;
  }

  .ladop_btn__s_o__text {
    font-size: 16px;
  }

  .heading-value {
    margin-top: 15px;
    font-size: 4.6vw;
    line-height: 1.8em;
  }

  .heading-value.mm {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-45_sp {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 1.5em;
  }

  .heading-4-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 5svw;
    line-height: 1.75em;
  }

  .button_circleeffects-copy {
    width: 100%;
  }

  .div-block-19-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .value_column {
    flex-direction: column;
    padding: 20px 12px;
    display: block;
  }

  .value_subheadline {
    margin-top: 0;
    margin-bottom: 0;
  }

  .value_subheadline.mm {
    font-size: 17px;
    line-height: 28px;
  }

  .value_headline {
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 1.6em;
  }

  .value_headline.mm {
    font-size: 17px;
    line-height: 28px;
  }

  .values {
    width: 100%;
  }

  .div-block-326 {
    border-right-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-30-copy {
    font-size: 1em;
    line-height: 1.7em;
  }

  .mission {
    width: 100%;
  }

  .purpose_contain {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .purpose_headline {
    font-size: 1em;
  }

  .purpose_title {
    font-size: 5.5vw;
    line-height: 1.8em;
  }

  .purpose_title.mm {
    font-size: 17px;
    line-height: 28px;
  }

  .purpose_desc {
    line-height: 1.7em;
  }

  .misson_headline {
    font-size: 1.6em;
  }

  .div-block-275-copyc {
    min-height: 160px;
  }

  .bold-text-12 {
    display: block;
  }

  .div-block-275-copy-copy {
    min-height: 160px;
  }

  .lottie-animation-4 {
    max-width: 100%;
  }
}

#w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c8e-a57d072c {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c94-a57d072c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca0-a57d072c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca4-a57d072c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_9b3d0861-357f-c367-a479-19a8e9fb326e-e9fb326d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

#w-node-a4181ea1-b90f-dce7-1ff2-23e3139ba538-d3468612 {
  place-self: start stretch;
}

#w-node-_879b9efd-c139-4614-4de2-c2b83d59faac-d3468612, #w-node-_3808d25a-5cc6-e5d3-cf65-5bcda098cd0c-d3468612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69b0d3f6-d0cc-2db5-ee2d-841bd3468614-d3468612 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eeddaf6f-c404-aebc-3778-2d8a247d11ff-717d0775, #w-node-c24fff76-73ef-fefd-c904-7403c5ee1ab1-e27d0788 {
  justify-self: center;
}

#w-node-f9ada7e2-bd3a-6d62-9f46-60d3f99ed200-877d07b7, #w-node-f9ada7e2-bd3a-6d62-9f46-60d3f99ed202-877d07b7, #w-node-_8c82be32-49ed-4bad-de9f-cc4fcc509705-877d07b7, #w-node-_8c82be32-49ed-4bad-de9f-cc4fcc509707-877d07b7 {
  align-self: center;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962aa-fa7d08c8 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962ae-fa7d08c8 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962b3-fa7d08c8 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c0-fa7d08c8 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c7-fa7d08c8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962cc-fa7d08c8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962d3-fa7d08c8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962dc-fa7d08c8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962e4-fa7d08c8 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962f2-fa7d08c8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_00a68ebd-744d-8025-a9f9-a9ca70dd79a8-fa7d08c8, #w-node-_4a43b4b1-471f-0e83-f23a-556ecb257a89-6e7d08cb, #w-node-_2f698aa6-f354-30a8-a670-06f2320173ea-6e7d08cb, #w-node-b870d25f-19b6-4a3b-5cb2-bdfe14182109-6e7d08cb, #w-node-b870d25f-19b6-4a3b-5cb2-bdfe1418210a-6e7d08cb, #w-node-_1ac9f00e-9020-b2cc-7bb2-6b8dd83c729c-6e7d08cb, #w-node-_1ac9f00e-9020-b2cc-7bb2-6b8dd83c729d-6e7d08cb, #w-node-_63b9a051-cf24-ee6c-ade4-8349b8b1e806-6e7d08cb, #w-node-_63b9a051-cf24-ee6c-ade4-8349b8b1e807-6e7d08cb, #w-node-_6c124ec0-0ca9-75a9-4f91-d38fd0d6441f-6e7d08cb, #w-node-_6c124ec0-0ca9-75a9-4f91-d38fd0d64420-6e7d08cb, #w-node-_2a4f7a10-8d70-03fd-4d27-46b4d643d964-6e7d08cb, #w-node-_2a4f7a10-8d70-03fd-4d27-46b4d643d965-6e7d08cb, #w-node-e822775a-9ad0-d837-d2aa-56d24d28fedd-6e7d08cb, #w-node-e822775a-9ad0-d837-d2aa-56d24d28fede-6e7d08cb, #w-node-_9d87bb7e-3d62-7971-7b20-e4555ac77aa6-6e7d08cb, #w-node-_9d87bb7e-3d62-7971-7b20-e4555ac77aa7-6e7d08cb, #w-node-c159f33e-c484-f542-4555-3b4ed99ff9ca-6e7d08cb, #w-node-c159f33e-c484-f542-4555-3b4ed99ff9cb-6e7d08cb, #w-node-e7aa87be-0cc1-fe6f-46a9-090d1b4f7d72-6e7d08cb, #w-node-e7aa87be-0cc1-fe6f-46a9-090d1b4f7d73-6e7d08cb, #w-node-_2382a562-0a5d-f0c6-ef8f-f29980de49f1-6e7d08cb, #w-node-_2382a562-0a5d-f0c6-ef8f-f29980de49f2-6e7d08cb, #w-node-_8bc11340-7e59-c759-8bf2-dcb5abe032cb-6e7d08cb, #w-node-_8bc11340-7e59-c759-8bf2-dcb5abe032cc-6e7d08cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668f15da-4dbc-b061-7192-1faae7775642-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae7775643-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae7775645-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae7775647-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae7775649-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae777564a-6c8728b4, #w-node-_668f15da-4dbc-b061-7192-1faae777564b-6c8728b4, #w-node-bef67a0a-2f56-6e50-989f-e0feb573ca26-6c8728b4, #w-node-eff3a0cf-a894-3204-2099-33a25e5f5ec0-6c8728b4, #w-node-_84532157-4cde-a5c8-a50c-d94e8b12895a-6c8728b4 {
  place-self: center;
}

#w-node-_2f79d8dc-c8f0-7663-acd5-669ec1572e17-6c8728b4, #w-node-_2f79d8dc-c8f0-7663-acd5-669ec1572e24-6c8728b4, #w-node-_2f79d8dc-c8f0-7663-acd5-669ec1572e2f-6c8728b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c8e-a57d072c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca4-a57d072c {
    justify-self: start;
  }

  #w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c1041fda-1cf0-371f-83f1-dcd4bcdc02a1-6e7d08cb {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c8e-a57d072c {
    order: 0;
    grid-area: 1 / 1 / 2 / 4;
    place-self: end stretch;
  }

  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca4-a57d072c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
    grid-column-end: 3;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962aa-fa7d08c8 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962ae-fa7d08c8 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962b3-fa7d08c8 {
    grid-area: 5 / 3 / 7 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c0-fa7d08c8 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c7-fa7d08c8 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962cc-fa7d08c8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962d3-fa7d08c8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962dc-fa7d08c8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962e4-fa7d08c8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962f2-fa7d08c8 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c8e-a57d072c {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca4-a57d072c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9c8e-a57d072c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_0aee62e2-7714-d23e-689a-73a5e68f9ca4-a57d072c {
    align-self: start;
  }

  #w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
    grid-column-end: 3;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962aa-fa7d08c8 {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962ae-fa7d08c8 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962b3-fa7d08c8 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c0-fa7d08c8 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962c7-fa7d08c8 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962cc-fa7d08c8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962dc-fa7d08c8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962e4-fa7d08c8 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_8c8ba15e-312a-b922-fa8c-cb0b4d1962f2-fa7d08c8 {
    grid-area: 3 / 1 / 4 / 5;
  }
}



<!?