@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BlackHC.ttf') format("truetype"), url('../fonts/Thunder-BlackLC.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder Lc;
  src: url('../fonts/Thunder-LC.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-ExtraBoldLC.ttf') format("truetype"), url('../fonts/Thunder-BoldHC.ttf') format("truetype"), url('../fonts/Thunder-BoldLC.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-MediumHC.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder Hc;
  src: url('../fonts/Thunder-HC.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-black: #08090b;
  --tbc-red: #d70915;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.body {
  background-color: var(--primary-black);
}

.navbar-logo-left {
  background-color: var(--primary-black);
  position: relative;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

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

.navbar-brand {
  height: 76px;
}

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.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;
}

.menu-button {
  background-color: var(--tbc-red);
  color: #fff;
  border-radius: 5px;
  padding: 9px;
  position: relative;
}

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

.menu-button.w--open {
  background-color: #940000;
}

.section {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.image {
  object-fit: cover;
  width: auto;
  height: auto;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.heading {
  text-align: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 400px;
  font-weight: 900;
  line-height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(270deg, var(--primary-black), #fff0 20%);
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.text-span {
  color: #d7030f;
}

.div-block-2 {
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  position: absolute;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 100%;
}

.text-span-2 {
  color: #ff3131;
}

.div-block-4 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.car-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto auto 0%;
}

.image-2 {
  z-index: 1;
  order: 0;
  width: 90%;
  margin-top: 1%;
  display: inline-flex;
  position: absolute;
}

.text-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tbc-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 992px;
  max-width: none;
  height: 150vh;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  z-index: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
}

.svg {
  opacity: .25;
  color: #fff;
  width: 100%;
  display: inline-block;
}

.tokyo-header-desktop {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 50%;
  display: flex;
  position: sticky;
  inset: auto;
  overflow: visible;
}

.main-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-section.flex-h {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.main-section.flex-h.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.main-section.flex-v {
  flex-flow: column;
}

.main-section.vh-100 {
  background-image: url('../images/ChatGPT-Image-May-13-2026-11_16_05-PM.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.main-section.vh-100.about-bg {
  background-image: url('../images/eeee.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main-section.vh-100.about-omotenashi-bg {
  background-image: url('../images/ChatGPT-Image-May-13-2026-10_20_10-PM.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.main-section.vh-100.services-bg {
  background-image: url('../images/ChatGPT-Image-May-13-2026-10_39_21-PM.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main-section.book-h {
  background-image: url('../images/ChatGPT-Image-May-13-2026-11_16_05-PM.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.path {
  height: auto;
}

.svg-2 {
  width: 50%;
}

.main-paragraph {
  color: #ddd;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.main-paragraph.center {
  text-align: left;
}

.main-paragraph.center.hide-paragraph {
  margin-top: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

.main-paragraph.right {
  text-align: right;
}

.main-paragraph.right.paragraph-non-hero {
  padding-left: 45%;
  font-weight: 400;
}

.main-paragraph.card-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-paragraph.text-center {
  text-align: center;
}

.button {
  background-color: var(--tbc-red);
  border-radius: 8px;
  padding: 12px 35px;
  font-size: 16px;
  box-shadow: 0 7px 20px 13px #f003;
}

.section-3 {
  z-index: 0;
  background-image: url('../images/Gemini_Generated_Image_fg5h75fg5h75fg5h.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: sticky;
  top: 0;
}

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-wrapper-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #08090bcc;
  width: 300px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  box-shadow: 15px 2px 5px #08090b4d;
}

.nav-menu-two-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20% 5% 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 56px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-2.book-text {
  color: var(--tbc-red);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4._2nd-section-text {
  color: #fff9;
  letter-spacing: -1px;
  font-family: Thunder, Arial, sans-serif;
  font-size: 140px;
  line-height: 100%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-5._2nd-section-text {
  font-family: Thunder, Arial, sans-serif;
}

.container-3 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100vh;
  position: relative;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 5%;
}

.section-4 {
  z-index: 2;
  height: auto;
  position: relative;
}

.div-block-9 {
  background-color: #333333b3;
  position: absolute;
  inset: 0%;
}

.container-4 {
  background-color: var(--primary-black);
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-h1 {
  color: var(--tbc-red);
  letter-spacing: 3px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder, Arial, sans-serif;
  font-size: 160px;
  line-height: 90%;
}

.main-h1.right {
  text-align: right;
  margin-bottom: 0;
}

.main-h1.custom {
  color: #ffffffb3;
  font-size: 135px;
}

.paragraph-2 {
  color: #ddd;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.div-block-10 {
  flex-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-5 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  transform-style: preserve-3d;
  margin-top: 0;
  transform: translate3d(0, 0, 97px);
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 300px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
}

.logo-wrapper {
  background-color: var(--tbc-red);
  color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 300px;
  min-height: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.section-5 {
  z-index: 0;
  background-image: url('../images/Bow.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-14 {
  color: #0000004f;
  background-color: #0000007a;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-6 {
  z-index: 1;
  background-color: var(--primary-black);
  height: auto;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.bold-text {
  text-align: left;
  font-family: Thunder, Arial, sans-serif;
  font-size: 160px;
  line-height: 90%;
}

.heading-9 {
  color: var(--tbc-red);
  text-align: right;
  font-family: Thunder, Arial, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 90%;
}

.paragraph-3 {
  color: #fff;
  padding-left: 30%;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.container-6 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
}

.standard-section {
  background-color: var(--primary-black);
  display: block;
  position: relative;
}

.container-7 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 120px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 200px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.standard-wrapper {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
}

.standard-wrapper.p-30 {
  padding: 30px;
}

.standard-wrapper.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.standard-head {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
}

.section-8 {
  background-image: url('../images/car-with-tower-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: sticky;
}

.section-9 {
  background-color: var(--primary-black);
  height: auto;
  position: relative;
}

.container-8 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
}

.heading-12 {
  color: var(--tbc-red);
  text-align: center;
  margin-top: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  font-weight: 900;
  line-height: 100%;
}

.div-block-19 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.section-10 {
  background-color: red;
  position: relative;
}

.path-3, .text-span-3, .text-span-4 {
  color: #fff;
}

.svg-4 {
  padding-left: 0;
  padding-right: 0;
}

.svg-5, .svg-6 {
  color: #fff;
}

.svg-6.privacy {
  padding-left: 10px;
  padding-right: 10px;
}

.svg-6.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.svg-7, .svg-8 {
  color: #fff;
}

.svg-9 {
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.svg-9.px-20 {
  padding: 0 8px;
}

.svg-10, .svg-11, .svg-12, .svg-13 {
  color: #fff;
}

.svg-13.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.path-4 {
  color: #fff;
}

.number-services {
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  font-family: Thunder, Arial, sans-serif;
  font-size: 80px;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-top: -665px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  background-image: linear-gradient(180deg, var(--primary-black) 3%, #fff0 25%);
  position: absolute;
  inset: 0%;
}

.div-block-21 {
  background-image: linear-gradient(180deg, #fff0 84%, var(--primary-black));
  margin-top: 0;
  margin-bottom: 665px;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.list-item {
  font-size: 16px;
}

.list-item.nav-list {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-22 {
  background-image: linear-gradient(90deg, var(--primary-black), #fff0 20%);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--primary-black), #fff0 20%);
  display: none;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.gradients {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.grayscale {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.div-block-24, .mobile-navigation, .smooth-scrolling {
  display: none;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.path-5 {
  color: #d7030f;
}

.path-6 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-14 {
  text-align: center;
  letter-spacing: -30px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 587px;
  line-height: 100%;
  display: none;
}

.text-span-6 {
  color: #d7030f;
}

.text-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7b7b7b, #151515);
  -webkit-background-clip: text;
  background-clip: text;
}

.tbc-svg {
  width: 100%;
  display: none;
}

.tbc-svg.svg {
  opacity: 100;
  display: inline-block;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7b7b7b, #151515 85%);
  -webkit-background-clip: text;
  background-clip: text;
}

.spacer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.spacer._10-em {
  height: 10em;
  display: block;
}

.spacer._5-em {
  height: 5em;
  display: block;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tokyo-header-mobile {
  display: none;
  position: relative;
}

.card-wrapper {
  background-color: #ffffff4d;
  width: 400px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.card-wrapper:hover {
  background-color: #ffffff1a;
}

.card-container {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  filter: grayscale();
  object-fit: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 0%;
  height: 60%;
  transition: all 1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-container:hover {
  filter: grayscale(0%);
  min-width: 75%;
}

.card-container.l {
  min-width: 80%;
}

.div-block-28 {
  background-color: #5849ff;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-29 {
  background-color: #ff2d2d;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fleet-section {
  background-color: var(--primary-black);
  height: 200vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.container-10 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  display: none;
}

.heading-15 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.fleet-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.fleet-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.fleet-image.fit-cover-center-up {
  object-position: 50% 50%;
}

.fleet-image.fit-cover-center-up.scale-2 {
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 0;
  margin-bottom: 0;
  scale: 1.2;
}

.fleet-image.fit-cover-center-up.scale-2.img-position-center {
  object-position: 50% 50%;
}

.fleet-image.fit-cover-center-up.scale-2.img-position-bottom, .fleet-image.img-position-bottom {
  object-position: 50% 100%;
}

.section-11 {
  background-image: url('../images/Screenshot-2026-05-04-172444.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 120px;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.fs-slider_slide {
  backface-visibility: hidden;
  width: 33.33%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.container-12 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
}

.horizontal-scroll-wrap {
  box-sizing: content-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-cards {
  z-index: 1;
  flex: none;
  width: 800px;
  height: 100%;
  position: relative;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.section-12 {
  height: 300vh;
  display: none;
  position: relative;
}

.sticky-wrapper-1 {
  height: 100vh;
  position: sticky;
  top: 0%;
}

.horizontal-scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-16 {
  width: 100%;
  font-family: Thunder Lc, Arial, sans-serif;
}

.heading-17 {
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 42px;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.heading-18 {
  color: #fff;
  font-family: Thunder Lc, Arial, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
}

.fleet-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-weight: 400;
  line-height: 100%;
  position: static;
  inset: auto 0% 0%;
}

.heading-20 {
  color: var(--tbc-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
  inset: auto 0% 0%;
}

.horizontal-car-label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 3%;
}

.horizontal-slider-gradient {
  background-image: linear-gradient(180deg, #fff0 70%, var(--primary-black));
  margin-bottom: -2px;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--primary-black), #fff0 89%);
  width: 10%;
  height: 100%;
  display: none;
  position: sticky;
  inset: 50% auto 0% 0%;
}

.section-13 {
  z-index: 1;
  background-color: var(--primary-black);
  position: relative;
}

.body-2 {
  background-color: #08090b;
}

.container-13 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-31 {
  background-image: linear-gradient(180deg, var(--primary-black), #fff0 30%);
  position: absolute;
  inset: 0%;
}

.div-block-32 {
  background-image: linear-gradient(90deg, var(--primary-black), #fff0 50%);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-left: 5%;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 140px;
  line-height: 100%;
}

.text-span-9 {
  color: var(--tbc-red);
}

.paragraph-4 {
  color: #ddd;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-3 {
  border: 1px solid var(--tbc-red);
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 35px;
  font-size: 16px;
}

.div-block-36 {
  position: absolute;
}

.div-block-37 {
  background-image: linear-gradient(0deg, var(--primary-black) 5%, #fff0 20%), linear-gradient(180deg, var(--primary-black) 1%, #fff0 20%), linear-gradient(45deg, var(--primary-black) 40%, #fbfbfb05 85%, #fff0 86%);
  display: block;
  position: absolute;
  inset: 0%;
}

.container-14 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.div-block-38.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.why-choose-us-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 5%;
  display: block;
}

.why-choose-us {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.text-span-10 {
  color: var(--tbc-red);
}

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

.why-choose-us-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.why-choose-us-head {
  color: #fff;
  letter-spacing: 2px;
  text-underline-offset: 10%;
  text-decoration: none;
  -webkit-text-decoration-color: var(--tbc-red);
  text-decoration-color: var(--tbc-red);
  text-underline-position: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-decoration-style: solid;
  text-decoration-thickness: .5px;
}

.paragraph-5 {
  color: #ddd;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 140%;
}

.bullet-point {
  width: 8px;
  height: 8px;
  color: var(--tbc-red);
}

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

.circle {
  display: block;
}

.heading-bullet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-choose-us-parent {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 6%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.image-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-43 {
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 90%;
  height: 1000px;
}

.gradient-choose-us {
  background-image: linear-gradient(0deg, var(--primary-black), #fff0 75%), linear-gradient(270deg, var(--primary-black), #fff0 60%), linear-gradient(90deg, var(--primary-black), #fff0 40%), linear-gradient(180deg, var(--primary-black), #fff0 30%);
  position: absolute;
  inset: 0% 11%;
}

.text-span-11 {
  color: var(--tbc-red);
}

.standard-paragraph {
  color: #ddd;
  text-align: center;
  margin-bottom: 10px;
}

.standard-label {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-45 {
  background-image: linear-gradient(0deg, var(--primary-black), #fff0 20%), linear-gradient(315deg, var(--primary-black), #fff0 70%), linear-gradient(270deg, var(--primary-black), #fff0 70%), linear-gradient(180deg, var(--primary-black), #fff0 70%);
  position: absolute;
  inset: 0%;
}

.div-block-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.heading-23 {
  width: 100%;
  color: var(--tbc-red);
  text-align: center;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 90%;
  display: block;
}

.paragraph-6 {
  color: #fff;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.div-block-47 {
  background-color: var(--primary-black);
  opacity: .18;
  position: absolute;
  inset: 0%;
}

.container-15 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
}

.body-3 {
  background-color: var(--primary-black);
}

.container-16 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
}

.div-block-48 {
  width: 100%;
  height: 100%;
}

.container-17 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
}

.parent-01 {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.parent-01.hide-desktop {
  display: none;
}

.service-image-01 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-content-01 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2%;
  padding-left: 2%;
  display: flex;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.text-span-13 {
  color: var(--tbc-red);
}

.div-block-52 {
  background-image: linear-gradient(180deg, #fff0 70%, var(--primary-black) 99%), linear-gradient(90deg, var(--primary-black), #fff0 30%), linear-gradient(270deg, var(--primary-black), #fff0 50%), linear-gradient(180deg, var(--primary-black), #fff0 50%);
  position: absolute;
  inset: 0% 15%;
}

.image-7 {
  width: 70%;
  height: 1000px;
}

.image-7._100 {
  height: 1000px;
}

.image-7.h-100 {
  height: 100%;
}

.services-offered-head {
  color: var(--tbc-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.services-offered-head-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.service-head-parent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Thunder Lc, Arial, sans-serif;
  display: flex;
}

.service-paragraph-parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.service-paragraph-child {
  color: #ddd;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 131%;
}

.signature-chauffeur-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.signature-chauffeur-parent.sub-bullet {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.heading-25 {
  color: #ddd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.heading-26 {
  color: #fff;
}

.div-block-53 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  display: grid;
}

.body-4 {
  background-color: var(--primary-black);
}

.container-18 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  height: 100%;
  position: relative;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.book-now-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-27 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.paragraph-7 {
  color: #ddd;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-28 {
  font-size: 16px;
}

.heading-29 {
  color: #ddd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: static;
}

.container-19 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-14 {
  color: var(--tbc-red);
}

.div-block-60 {
  background-color: #0000;
  border-radius: 17px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.div-block-61 {
  background-image: linear-gradient(90deg, var(--primary-black), #fff0), linear-gradient(315deg, var(--primary-black), #fff0 50%), linear-gradient(45deg, var(--primary-black), #fff0 50%), linear-gradient(180deg, var(--primary-black), #fff0);
  position: absolute;
  inset: 0%;
}

.code-embed {
  width: 1245px;
}

.div-block-62 {
  background-color: var(--primary-black);
  width: 100vw;
  height: 100%;
  position: relative;
}

.div-block-63 {
  height: 100%;
  position: relative;
}

.div-block-64 {
  background-color: var(--primary-black);
  position: absolute;
  inset: 0%;
}

.div-block-65 {
  z-index: 2;
  background-color: var(--tbc-red);
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-30 {
  color: #fff;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 160px;
  line-height: 100%;
}

.link-block {
  width: 100%;
}

.div-block-66 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.heading-31 {
  color: var(--tbc-red);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.paragraph-8 {
  color: #ddd;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-32 {
  color: #ddd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-68 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #d709154d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 9px 32px 9px 24px;
  display: flex;
  box-shadow: 0 5px 20px 6px #d7091533;
}

.process-section {
  background-color: var(--primary-black);
  display: block;
  position: relative;
}

.container-20 {
  width: 100%;
  min-width: 992px;
  max-width: 2240px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-70 {
  width: 100%;
  display: flex;
}

.heading-33 {
  text-align: left;
}

.heading-34 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.text-span-17 {
  color: var(--tbc-red);
}

.div-block-71 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.left-process {
  width: 55%;
}

.right-process {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-35 {
  color: #fff;
  white-space: normal;
  word-break: normal;
  width: 100%;
  font-family: Thunder Lc, Arial, sans-serif;
  font-size: 135px;
  line-height: 100%;
}

.svg-15, .svg-16 {
  color: #fff;
}

.text-span-19 {
  color: var(--tbc-red);
}

.div-block-72 {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.icon-process-parent {
  width: 100%;
  height: 180px;
  box-shadow: 0 -1px 13px 0 var(--tbc-red);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #08090b4d;
  border-radius: 10px;
  flex-flow: row;
  display: flex;
}

.icon {
  width: 20%;
  height: 100%;
  color: var(--tbc-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.process {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.svg-17 {
  width: 64px;
  height: 64px;
}

.heading-36 {
  color: var(--tbc-red);
  font-family: Thunder Lc, Arial, sans-serif;
}

.paragraph-9 {
  color: #ddd;
  font-family: Inter, sans-serif;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.heading-37 {
  font-family: Thunder, Arial, sans-serif;
  font-size: 100px;
}

.svg-18 {
  color: var(--primary-black);
}

.service-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg-19 {
  color: var(--primary-black);
}

.svg-20, .svg-21, .svg-22 {
  color: #fff;
}

.div-block-74 {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.paragraph-10 {
  color: #ddd;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 130%;
}

.bold-text-3 {
  color: var(--tbc-red);
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    min-width: 768px;
    max-width: 991px;
  }

  .container {
    min-width: auto;
    max-width: none;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .div-block-4 {
    width: 90%;
    margin-top: 102px;
  }

  .image-2 {
    width: 100%;
    margin-top: 3%;
  }

  .div-block-5 {
    min-width: 768px;
    max-width: 991px;
    height: 115vh;
  }

  .div-block-6 {
    text-align: center;
  }

  .tokyo-header-desktop {
    background-color: #0000;
    width: 100%;
    margin-top: 55%;
  }

  .main-section.vh-100 {
    height: 100vh;
  }

  .main-section.vh-100.about-bg {
    background-position: 60% 0;
  }

  .main-section.book-h {
    height: auto;
  }

  .main-paragraph, .main-paragraph.center {
    font-size: 24px;
  }

  .main-paragraph.right.paragraph-non-hero {
    padding-left: 30%;
  }

  .button {
    padding: 9px 27px;
    font-size: 14px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #08090bcc;
  }

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

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

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

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

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

  .container-3 {
    min-width: 768px;
    max-width: 991px;
    margin-left: auto;
  }

  .div-block-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-4 {
    min-width: 768px;
    max-width: 991px;
  }

  .main-h1 {
    font-size: 140px;
  }

  .main-h1.custom {
    overflow-wrap: normal;
    flex-flow: column;
    width: 100%;
    font-size: 80px;
    display: block;
    overflow: visible;
  }

  .container-5 {
    min-width: 768px;
    max-width: 991px;
  }

  .div-block-12 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .logo-wrapper {
    width: 100%;
  }

  .heading-8 {
    font-size: 24px;
  }

  .div-block-14 {
    inset: 0%;
  }

  .container-6, .container-7 {
    min-width: 768px;
    max-width: 991px;
  }

  .heading-10 {
    font-size: 70px;
  }

  .div-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 280px;
  }

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

  .standard-wrapper {
    width: 120px;
    height: 120px;
    padding: 30px;
  }

  .standard-head {
    font-size: 24px;
  }

  .container-8 {
    min-width: 768px;
    max-width: 991px;
  }

  .heading-12 {
    font-size: 120px;
  }

  .background-video {
    margin-top: -400px;
  }

  .div-block-21 {
    margin-bottom: 400px;
  }

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

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

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

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

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

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

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

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

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

  .heading-14 {
    letter-spacing: -20px;
    font-size: 350px;
  }

  .spacer {
    min-width: 768px;
    max-width: 991px;
    display: flex;
  }

  .fleet-section {
    height: 400vh;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .horizontal-scroll-wrap {
    height: 55%;
    padding-top: 0;
  }

  .horizontal-cards {
    width: 500px;
  }

  .heading-17 {
    min-width: 768px;
    max-width: 991px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 120px;
    line-height: 100%;
  }

  .horizontal-slider-gradient {
    margin-bottom: -2px;
  }

  .container-13 {
    min-width: 768px;
    max-width: 991px;
  }

  .heading-21 {
    font-size: 100px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .button-3 {
    padding: 9px 27px;
    font-size: 14px;
  }

  .container-14 {
    min-width: 768px;
    max-width: 991px;
  }

  .div-block-38.py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-39 {
    width: 90%;
  }

  .why-choose-us {
    font-size: 70px;
  }

  .why-choose-us-head {
    font-size: 28px;
    line-height: 100%;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .why-choose-us-parent {
    padding-right: 0%;
  }

  .image-6 {
    width: 100%;
    height: 800px;
  }

  .gradient-choose-us {
    left: 0%;
    right: 0%;
  }

  .standard-label {
    justify-content: center;
    align-items: center;
  }

  .div-block-46 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-23 {
    color: #fff;
    font-size: 70px;
  }

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

  .container-15 {
    min-width: 768px;
    max-width: 991px;
  }

  .text-span-12 {
    color: var(--tbc-red);
  }

  .container-17 {
    min-width: 768px;
    max-width: 991px;
  }

  .heading-24 {
    font-size: 100px;
  }

  .div-block-52 {
    left: 0%;
    right: 0%;
  }

  .image-7 {
    width: 100%;
    height: 900px;
  }

  .image-7.h-100 {
    height: 100%;
  }

  .services-offered-head, .services-offered-head-2 {
    font-size: 60px;
  }

  .service-paragraph-parent {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-paragraph-child {
    font-size: 16px;
  }

  .heading-25 {
    font-size: 14px;
    line-height: 150%;
  }

  .heading-26 {
    font-size: 18px;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-18 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 768px;
    max-width: 991px;
    display: block;
  }

  .div-block-55 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .heading-29 {
    font-size: 14px;
  }

  .heading-30 {
    font-size: 140px;
  }

  .div-block-67 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-31 {
    font-size: 32px;
  }

  .container-20 {
    min-width: 768px;
    max-width: 991px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-71 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-process, .right-process {
    width: 100%;
  }

  .div-block-74 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .paragraph-10 {
    margin-bottom: 50px;
    font-family: Inter, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    min-width: 480px;
    max-width: 767px;
  }

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

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

  .nav-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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .div-block-4 {
    width: 90%;
    padding-top: 0;
  }

  .image-2 {
    width: 100%;
    margin-top: 0%;
  }

  .div-block-5 {
    min-width: 480px;
    max-width: 767px;
    height: 100vh;
  }

  .tokyo-header-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 60%;
    inset: auto;
  }

  .main-section.vh-100 {
    height: 100vh;
  }

  .main-paragraph, .main-paragraph.center {
    font-size: 16px;
  }

  .main-paragraph.center.hide-paragraph {
    margin-top: 0;
  }

  .main-paragraph.card-text {
    letter-spacing: -1px;
  }

  .button {
    padding: 12px 36px;
    font-size: 14px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .container-3, .container-4 {
    min-width: 480px;
    max-width: 767px;
  }

  .main-h1 {
    font-size: 100px;
  }

  .main-h1.custom {
    font-size: 55px;
  }

  .container-5 {
    min-width: 480px;
    max-width: 767px;
  }

  .heading-7 {
    font-size: 80px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 40%;
  }

  .div-block-12 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .logo-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .section-5 {
    background-position: 50%;
  }

  .div-block-15 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .container-6, .container-7 {
    min-width: 480px;
    max-width: 767px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 80px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 30px;
  }

  .div-block-17 {
    flex-flow: wrap;
  }

  .standard-head {
    margin-bottom: 0;
  }

  .container-8 {
    min-width: 480px;
  }

  .heading-12 {
    font-size: 90px;
  }

  .div-block-19 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .number-services {
    font-size: 60px;
  }

  .background-video {
    margin-top: -450px;
  }

  .div-block-21 {
    margin-bottom: 450px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .play-pause-button {
    display: none;
  }

  .spacer {
    min-width: 480px;
    max-width: 767px;
  }

  .fleet-section {
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-17 {
    min-width: 480px;
    max-width: 767px;
    font-size: 100px;
  }

  .container-13 {
    min-width: 480px;
    max-width: 767px;
  }

  .div-block-34 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 90%;
    margin-right: 5%;
    position: relative;
    bottom: 125px;
  }

  .heading-21 {
    font-size: 70px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .container-14 {
    min-width: 480px;
    max-width: 767px;
  }

  .div-block-38.py-120 {
    flex-flow: column;
    margin-bottom: -230px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .why-choose-us-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    display: flex;
    position: relative;
    top: -290px;
  }

  .paragraph-5 {
    padding-right: 0;
  }

  .why-choose-us-parent {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-46 {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-6 {
    text-align: center;
  }

  .container-15, .container-17 {
    min-width: 480px;
    max-width: 767px;
  }

  .parent-01 {
    flex-flow: column;
  }

  .parent-01.hide-mobile {
    display: none;
  }

  .parent-01.hide-desktop {
    display: block;
  }

  .service-content-01 {
    margin-top: -306px;
    padding-bottom: 0;
    position: relative;
  }

  .service-content-01.negative-top-padding {
    justify-content: center;
    align-items: flex-start;
    margin-top: -383px;
    padding-right: 2%;
  }

  .service-head-parent {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container-18 {
    min-width: 480px;
    max-width: 767px;
  }

  .div-block-57 {
    min-width: 480px;
    max-width: 767px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-30 {
    font-size: 100px;
  }

  .container-20 {
    min-width: 480px;
    max-width: 767px;
  }

  .heading-35 {
    font-size: 100px;
  }

  .service-logo {
    font-size: 16px;
  }

  .div-block-74 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    min-width: 360px;
    max-width: 479px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

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

  .heading-2 {
    font-size: 26px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    padding-top: 0;
  }

  .image-2 {
    width: 110%;
    max-width: none;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    min-width: 360px;
    max-width: 479px;
    height: 100svh;
    padding-top: 0;
  }

  .div-block-6 {
    width: 90%;
    margin-top: 180px;
    top: 0;
  }

  .svg {
    opacity: .5;
  }

  .tokyo-header-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 80%;
    display: none;
  }

  .main-section {
    z-index: 0;
    background-color: var(--primary-black);
  }

  .main-section.vh-100 {
    height: 100vh;
  }

  .main-section.vh-100.about-omotenashi-bg {
    height: 100svh;
  }

  .svg-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .main-paragraph.center {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    display: inline-block;
  }

  .main-paragraph.center.hide-paragraph {
    display: none;
  }

  .main-paragraph.right.paragraph-non-hero {
    padding-left: 20%;
  }

  .main-paragraph.card-text {
    font-size: 15px;
    display: block;
  }

  .main-paragraph.text-center {
    text-align: center;
  }

  .button {
    padding: 8px 24px;
    font-size: 12px;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    background-color: var(--primary-black);
    flex-direction: column;
  }

  .container-3 {
    min-width: 360px;
    max-width: 479px;
    height: 100svh;
  }

  .div-block-8 {
    bottom: 6%;
  }

  .container-4 {
    min-width: 360px;
    max-width: 479px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-h1 {
    font-size: 80px;
  }

  .main-h1.custom {
    font-size: 40px;
  }

  .container-5 {
    min-width: 360px;
    max-width: 479px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .div-block-11 {
    width: 80%;
  }

  .logo-wrapper {
    width: 100%;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .section-5 {
    background-position: 35%;
  }

  .div-block-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-6 {
    min-width: 360px;
    max-width: 479px;
  }

  .standard-section {
    height: auto;
  }

  .container-7 {
    min-width: 360px;
    max-width: 479px;
    padding-bottom: 60px;
  }

  .heading-10 {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 45%;
    height: 200px;
    margin-top: 0;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .standard-wrapper {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 22px;
  }

  .standard-head {
    font-size: 18px;
  }

  .section-8 {
    background-position: 45%;
  }

  .container-8 {
    min-width: 360px;
    max-width: 479px;
  }

  .heading-12 {
    font-size: 60px;
  }

  .background-video {
    margin-top: -250px;
    display: block;
  }

  .div-block-20 {
    background-image: linear-gradient(180deg, var(--primary-black) 5%, #fff0 55%);
  }

  .div-block-21 {
    margin-bottom: 250px;
  }

  .container-9 {
    max-width: none;
  }

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

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

  .gradients {
    display: block;
  }

  .div-block-24 {
    background-color: red;
    height: 218px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-navigation {
    z-index: 99999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #08090b4d;
    border-radius: 8px;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    height: 70px;
    display: block;
    position: fixed;
    inset: auto 5% 1%;
  }

  .nav-wrapper {
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .mobile-navigation-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    display: flex;
  }

  .mobile-navigation-label {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 8px;
    line-height: 100%;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .div-block-25 {
    opacity: 1;
    border: 0 solid #000;
    border-radius: 63%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .heading-13 {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
  }

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

  .div-block-26 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .spacer {
    z-index: auto;
    background-color: var(--primary-black);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 360px;
    max-width: 479px;
    height: 100svh;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: sticky;
    top: 0;
  }

  .tokyo-header-mobile {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 75%;
    display: flex;
    position: relative;
  }

  .svg-14 {
    width: 280px;
    margin-top: 5%;
  }

  .fleet-section {
    height: 300svh;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-11 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .horizontal-scroll-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .sticky-wrapper {
    overflow: hidden;
  }

  .horizontal-cards {
    width: 80%;
    height: 70%;
  }

  .heading-17 {
    min-width: 360px;
    max-width: 479px;
    padding-left: 20px;
    font-size: 80px;
  }

  .horizontal-slider-gradient {
    width: auto;
    height: 100%;
  }

  .container-13 {
    min-width: 360px;
    max-width: 479px;
  }

  .div-block-34 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-21 {
    font-size: 50px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .button-3 {
    font-size: 12px;
  }

  .div-block-37 {
    margin-bottom: -1px;
  }

  .container-14 {
    min-width: 360px;
    max-width: 479px;
  }

  .why-choose-us {
    font-size: 50px;
  }

  .why-choose-us-head {
    font-size: 24px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 130%;
  }

  .why-choose-us-parent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .standard-paragraph {
    font-size: 12px;
    line-height: 130%;
  }

  .heading-23 {
    font-size: 60px;
  }

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

  .container-15, .container-17 {
    min-width: 360px;
    max-width: 479px;
  }

  .service-content-01 {
    margin-top: -141px;
  }

  .service-content-01.negative-top-padding {
    margin-top: -150px;
  }

  .heading-24 {
    width: 100%;
    min-width: 360px;
    max-width: 479px;
    font-size: 50px;
  }

  .image-7 {
    height: 100%;
  }

  .services-offered-head-2 {
    font-size: 40px;
  }

  .service-paragraph-child {
    font-size: 14px;
  }

  .container-18, .div-block-57 {
    min-width: 360px;
    max-width: 479px;
  }

  .heading-27 {
    letter-spacing: 0;
    font-size: 70px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .heading-29 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-30 {
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
    font-family: Thunder Lc, Arial, sans-serif;
    font-size: 70px;
    line-height: 100%;
  }

  .text-span-15, .text-span-16 {
    color: var(--tbc-red);
  }

  .div-block-67 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-31 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-32 {
    font-size: 12px;
    line-height: 130%;
  }

  .div-block-68 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .div-block-69 {
    padding-left: 16px;
    padding-right: 20px;
  }

  .container-20 {
    min-width: 360px;
    max-width: 379px;
    padding-top: 20px;
  }

  .heading-35 {
    font-size: 70px;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 130%;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .heading-37 {
    font-size: 60px;
  }

  .div-block-74 {
    padding-left: 5%;
    padding-right: 5%;
  }
}


@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BlackHC.ttf') format('truetype'), url('../fonts/Thunder-BlackLC.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Lc';
  src: url('../fonts/Thunder-LC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-ExtraBoldLC.ttf') format('truetype'), url('../fonts/Thunder-BoldHC.ttf') format('truetype'), url('../fonts/Thunder-BoldLC.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-MediumHC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Hc';
  src: url('../fonts/Thunder-HC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}