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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.op-tittle {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.op-tittle.video {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.op-tittle.op {
  z-index: 2;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.op {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.h1 {
  color: #222;
  text-align: center;
  border: 1px #000;
  flex: 0 auto;
  align-self: center;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  position: static;
}

.h1.white {
  z-index: 1;
  color: #fff;
  align-self: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.h1.fixed-width {
  max-width: 1000px;
}

.h1.fixed-width.white {
  line-height: 150%;
}

.h1.fixed-width.hidden {
  display: none;
}

.logo_autopass {
  width: 160px;
  align-self: center;
  display: block;
  position: relative;
}

.logo_autopass.jp {
  display: block;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 0 100px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.op {
  height: 100vh;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section.sidepadding {
  padding-left: 200px;
  padding-right: 200px;
}

.section.sidepadding.nodownmargin {
  margin-bottom: 0;
}

.section.sidepadding.nodownmargin.paddingtop {
  margin-top: 200px;
  overflow: visible;
}

.section.toppadding2 {
  padding-top: 100px;
  overflow: hidden;
}

.section.toppadding2.btmpadding {
  margin-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.toppadding2.btmpadding.nomargin {
  background-image: url('../images/bgblur.svg');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 40px;
  overflow: hidden;
}

.section.avatarheader {
  background-color: #00172e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.full-video {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.section.full-video.bg-gradient {
  background-image: radial-gradient(circle at 0 0, #1195dc, #5d4cfe 68%, #0fd7b7);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.full-video.bg-gradient.paddingbtm {
  background-image: linear-gradient(#1195dc, #5d4cfe 60%, #0fd7b7);
  justify-content: space-between;
  padding-bottom: 140px;
  overflow: visible;
}

.section.full-video.bg-gradient.paddingbtm.margin-3video {
  margin-top: 100px;
  margin-bottom: 0;
}

.section.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.section.nodownmargin {
  margin-bottom: 100px;
}

.section._100dmargin {
  margin-bottom: 0;
  overflow: visible;
}

.section._100dmargin.padding-100 {
  padding-bottom: 0;
}

.section.padddingtop {
  background-image: linear-gradient(#0fd7b7, #6bd8ff);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 200px;
  overflow: visible;
}

.section.partner {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 80%, #fff), url('../images/img_dotbg.png');
  background-position: 0 0, 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.partner.margin200 {
  margin-top: 200px;
}

.section.partner.margin200.jp {
  margin-top: 100px;
  padding-top: 100px;
}

.section.partner.margin200.jp.hidden {
  display: none;
}

.section.solved {
  background-image: linear-gradient(#d9f0ff, #c3faf8 83%, rgba(190, 252, 247, 0));
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.contact {
  background-color: #befcf8;
  background-image: linear-gradient(#befcf7, #fff);
  margin-top: 0;
  margin-bottom: 300px;
  padding-top: 0;
  padding-bottom: 140px;
}

.section.slider {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 52%, #fff), url('../images/img_dotbg.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 160px;
}

.feature-box {
  max-width: 800px;
  background-color: #eee;
  border-radius: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: none;
  position: relative;
}

.ft_logo_text {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.divider {
  height: 1px;
  border: .5px solid rgba(0, 0, 0, .1);
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.white {
  border-color: rgba(255, 255, 255, .4);
}

.p1 {
  color: #222;
  text-align: center;
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.image_full {
  width: 100%;
  height: 70%;
  max-width: 100vw;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cache {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie_scroll-down {
  z-index: 2;
  width: 30px;
  align-self: center;
  margin-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
}

.lottie-animation-2 {
  width: 50px;
  align-self: center;
  margin-top: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
}

.feature-box-2 {
  max-width: 900px;
  background-color: #f3f3f3;
  border-radius: 26px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.autopass_logo {
  width: 180px;
  align-self: auto;
  padding-left: 0;
}

.carplay-2 {
  width: 100vw;
  height: 300vh;
  flex-direction: column;
  display: none;
  position: relative;
  overflow: visible;
}

.sticky_wrapper-2 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.sticky_wrapper-2.z1 {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.sticky_wrapper-2.z2 {
  z-index: 2;
  opacity: 1;
  display: block;
}

.sticky_wrapper-2.z3 {
  z-index: 3;
  opacity: 1;
  display: block;
}

.cache-2 {
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  z-index: 1;
  width: 80%;
  margin-top: 550px;
  display: block;
  position: relative;
}

.image-6.top2 {
  margin-top: 0;
  display: block;
}

.image-6.hidden {
  display: none;
}

.divbg {
  z-index: 1;
  width: 100%;
  height: 75%;
  background-color: #000f1e;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.divbg.fullbg {
  height: 71%;
}

.h0 {
  z-index: 0;
  width: 100%;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 30% 20%, #007aff, #00a2ff 40%, #1ae1bd);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-self: auto;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  position: relative;
  overflow: visible;
}

.h0.white {
  background-color: #fff;
  background-image: none;
}

.h0.sm {
  font-size: 40px;
  line-height: 150%;
}

.videomask {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-image: radial-gradient(circle at 30% 0, #5d4cfe, #1195dc 50%, #0fd7b7);
  display: block;
  position: absolute;
}

.videocity {
  width: 100%;
  height: 100%;
  filter: grayscale();
}

.section-city-video {
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2 {
  color: #222;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.h2.left {
  text-align: left;
  align-self: center;
}

.h2.white {
  color: #fff;
  display: block;
}

.h2.h2-5 {
  font-size: 24px;
}

.h2.h2-5.left {
  top: auto;
}

.h2.h2-5.left.white {
  font-size: 16px;
  line-height: 150%;
}

.h3 {
  min-height: 60px;
  color: #222;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.h3.white {
  z-index: 1;
  color: #fff;
  align-self: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.h3.white.left {
  align-self: flex-start;
  top: auto;
}

.h3.white.text-hover {
  position: absolute;
}

.h3.white.card {
  font-size: 24px;
}

.h3.left {
  text-align: left;
}

.h3.bold {
  font-weight: 700;
  line-height: 140%;
}

.div_image {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.h5 {
  color: rgba(0, 0, 0, .3);
  text-align: left;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.div_contactus {
  z-index: 1;
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-6-2 {
  z-index: 1;
  width: 60%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -15%;
  overflow: visible;
}

.section-island {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bg_op_color {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(to top, #000f1e 12%, rgba(0, 15, 30, .49) 51%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div_carplate-video {
  z-index: 1;
  width: 100%;
  height: 90vh;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px 30px rgba(0, 0, 0, .05);
}

.div_sm_photo {
  width: 250px;
  height: 250px;
  border: 4px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px 30px rgba(0, 0, 0, .05);
}

.image-18 {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: 7px #fff;
}

._3photos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  display: flex;
}

.section-core {
  background-color: #182c61;
  background-image: linear-gradient(#00162d, #6361d6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-core.top2 {
  background-image: linear-gradient(#6361d6, #5fa3df);
  overflow: visible;
}

.section-core.top1 {
  margin-top: 0;
  overflow: hidden;
}

.section-core.top3 {
  background-image: linear-gradient(#5fa3df, #5fa3df);
  padding-top: 0;
  padding-bottom: 140px;
}

.text_avatar {
  z-index: 2;
  width: 520px;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 19%;
}

.text_avatar.top1 {
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.text_avatar.top2 {
  width: 520px;
  top: -11%;
  left: 52%;
  right: auto;
}

.text_avatar.top3 {
  top: -7%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.h0-5 {
  width: 100%;
  clear: none;
  direction: ltr;
  color: #000;
  text-align: left;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 30% 20%, #007aff, #1ae1bd);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-self: auto;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.h0-5.color-green-white {
  background-image: radial-gradient(circle at 30% 20%, #1adcbd, #fff);
}

.bg_op {
  width: 100%;
  height: 100%;
  max-width: 100%;
  filter: grayscale(80%);
  object-fit: cover;
  display: block;
}

.bg_op.jp {
  position: relative;
}

.carplate-video {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(15deg, #60b1da, rgba(255, 255, 255, 0) 29%);
  display: block;
  position: static;
}

.left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.right-side {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-right: 5%;
  display: flex;
  position: static;
}

.left-side {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bold-text {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #fbffb3, #69ffd4);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #e8ffcd, #18fbc2), radial-gradient(circle at 0 0, #f4cf2d, #7a5700);
  -webkit-background-clip: text;
  background-clip: text;
}

.reimagine {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.h1---reimaging {
  color: #222;
  text-align: center;
  border: 1px #000;
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  position: static;
}

.h1---reimaging.text-stroke {
  font-size: 80px;
}

.h1---reimaging.text-absolute {
  z-index: 1;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 30% 0, #307af1, #c0ceff 54%, #7476fc);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
  position: absolute;
}

.bg-gradient {
  width: 100%;
  background-image: radial-gradient(circle at 0 0, #02a4fb, #5d4cfe 50%, #00e6c1);
}

.image-22 {
  width: 140px;
}

.blueblur {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-image: radial-gradient(circle, rgba(0, 212, 255, .5), rgba(255, 255, 255, 0) 70%);
  display: block;
  position: absolute;
}

.blueblur.hidden {
  display: none;
}

.lottie_path {
  z-index: 0;
  width: 300px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.ratiobox {
  z-index: 1;
  width: 24%;
  height: 21%;
  background-color: #c9c9c9;
  border-radius: 30px;
  position: absolute;
  top: 23%;
  right: 8%;
  overflow: hidden;
}

.ratiobox._02 {
  width: 25%;
  height: 22%;
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.ratiobox._03 {
  width: 24%;
  height: 20%;
  position: absolute;
  top: 54%;
  left: auto;
  right: 13%;
}

.ratiobox._04 {
  width: 24%;
  height: 23%;
  top: 65%;
  left: 20%;
  right: auto;
}

.image-23 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-island {
  z-index: 1;
  display: block;
  position: relative;
}

.div-island {
  z-index: 1;
  max-width: 90%;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.lottie_city_small {
  z-index: 2;
  width: 20%;
  position: absolute;
  top: 40.5%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.lottie_city_small.charge {
  z-index: 2;
  top: 31.5%;
  left: 75%;
}

.lottie_city_small.parking {
  z-index: 2;
  top: 31.7%;
  left: 7%;
}

.lottie_city_small.wash {
  z-index: 2;
  top: 18%;
  left: 60%;
}

.lottie_city_small.roadparking {
  z-index: 0;
  top: 3.5%;
  left: 42%;
}

.lottie_city_small.fueling {
  z-index: 2;
  top: 12.2%;
  left: 23%;
}

.card_partner {
  max-width: 320px;
  background-color: #fff;
  border: 1px solid #d1e4ef;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div_logo {
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div_logo.times {
  align-self: stretch;
}

.div_logo.porsche {
  width: 24%;
}

.card_partner_gp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.img_logo {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.img_logo.visa {
  height: 50%;
}

.img_logo.times {
  height: 80%;
}

.lottie_line {
  width: 300px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  top: auto;
  transform: rotate(90deg);
}

.section-ver-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-ver-line.jp {
  margin-top: 50px;
}

.link-block {
  min-width: 340px;
  background-image: linear-gradient(135deg, #007aff, #1ae1bd);
  border-radius: 100px;
  padding: 4px;
  font-size: 20px;
  text-decoration: none;
}

.link-block.salesdeck {
  margin-top: 100px;
}

.text-link {
  color: #0d3e67;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  padding: 30px 32px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
  background-image: linear-gradient(135deg, #007aff, #1ae1bd);
}

.lottie_footer {
  z-index: 0;
  width: 100%;
  opacity: .7;
  margin-bottom: -40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.8);
}

.h4 {
  font-size: 16px;
  line-height: 150%;
}

.div_carplate {
  z-index: 1;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 7%;
  display: flex;
  position: relative;
}

.img_carlines {
  z-index: 1;
  width: 70%;
  display: none;
  position: relative;
}

.img_carplate {
  z-index: 2;
  width: 25%;
  position: absolute;
  bottom: 19%;
}

.video_name {
  color: #c4ffee;
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 100px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-wrapper {
  z-index: 1;
  opacity: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carplay-card-text {
  width: 100%;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.carplay-card-img {
  width: 100%;
  height: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section-carplay {
  width: 100%;
  height: 500vh;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 200px;
  display: block;
  position: relative;
}

.carplay-card-v2 {
  width: 93%;
  height: 93%;
  background-color: #cfcfcf;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ben-garratt-HoupC-zHlLo-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px 30px rgba(0, 0, 0, .05);
}

.carplay-card-v2.card1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ben-garratt-HoupC-zHlLo-unsplash_1.jpg');
}

.carplay-card-v2.card2, .carplay-card-v2.card3, .carplay-card-v2.card4 {
  background-image: linear-gradient(to bottom, null, null), url('../images/ben-garratt-HoupC-zHlLo-unsplash_1.jpg');
}

.carplay-sticky-v2 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.carplay-sticky-v2.z2 {
  z-index: 2;
}

.carplay-sticky-v2.z3 {
  z-index: 3;
}

.carplay-sticky-v2.z4 {
  z-index: 4;
}

.carplay-sticky-v2.z1 {
  z-index: 1;
}

.space-v2 {
  width: 100%;
  height: 500vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #5c13d2 35%, #1348a4 75%, rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img_card_cover {
  object-fit: cover;
  align-self: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-3 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 30% 0, #ca9eff, #f1a6e6 44%, #edc4ef);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-4 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 35% 0, #8c9fff, #cec4ff 54%, #bed0ef);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.div_path {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: static;
}

.lottie-animation-6 {
  width: 100%;
}

.div_camera_2 {
  width: 59%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lottie_camera {
  max-width: 100%;
  position: relative;
  bottom: 40px;
}

.lottie_voice {
  max-width: 60%;
  display: none;
}

.preloader {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div_autopass_loader {
  width: 300px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.lottie_autopass-splash {
  z-index: 2;
  display: block;
  position: absolute;
}

.lottie_autpoass-logo, .lottie_loading-bar {
  z-index: 1;
  width: 300px;
  position: relative;
}

.preloader_bg {
  z-index: 0;
  background-color: #111;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-pause-button {
  width: 50px;
}

.div_img-island {
  z-index: 1;
  max-width: 100%;
  position: relative;
}

.lottie_carmoving {
  z-index: 2;
  max-width: 100%;
  display: none;
  position: absolute;
}

.text-wrapper-bg {
  width: 100%;
  height: 100%;
  opacity: .7;
  background-color: #000;
}

.bold-text-8 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 70% 0, #fbffb3, #69ffd4);
  -webkit-background-clip: text;
  background-clip: text;
}

.lottie_car-moving {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie_core_01 {
  width: 80%;
  max-width: 100%;
  margin-top: 550px;
}

.lottie_core_02 {
  width: 80%;
  max-width: 100%;
}

.lottie_core_03 {
  width: 80%;
  max-width: 100%;
  margin-top: -5.7%;
}

.lottie_voice-navi {
  width: 300px;
  margin-bottom: -20px;
}

.bgblur {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_solved {
  background-color: #fff;
  border: 1px #d1e4ef;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.img_solved_small {
  width: 100%;
  object-fit: contain;
}

.div_link {
  grid-column-gap: 40px;
  order: 0;
  display: flex;
}

.card_solved_gp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.div_linkblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  display: none;
}

.slider_logo {
  max-width: 80%;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.slide {
  background-image: linear-gradient(rgba(0, 196, 255, .2), rgba(0, 196, 255, .2));
  border-radius: 30px;
  padding: 0 140px;
}

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

.img_logo2 {
  width: 70%;
  height: 70%;
  object-fit: contain;
  margin-bottom: 10px;
}

.img_logo2.lb, .img_logo2.times {
  height: 100%;
}

.img_logo2.porsche {
  height: 40%;
}

.div_logo2 {
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.icon {
  display: none;
}

.arrow {
  width: 50px;
  position: static;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.arrow:hover {
  background-image: url('../images/a-right-hover.svg');
  background-position: 0 0;
  background-size: cover;
}

.arrow.left:hover {
  background-image: url('../images/a-left-hover.svg');
  background-position: 0 0;
  background-size: cover;
}

.right-arrow {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: -100px;
  display: flex;
}

.icon-2 {
  display: none;
}

.image-28 {
  width: 50px;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  margin-left: -100px;
  display: flex;
}

.div_logo_gp {
  max-width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  margin-top: 40px;
  display: flex;
}

.img_logo_horiz {
  width: 80%;
  height: 70%;
  object-fit: contain;
}

.img_logo_horiz.visa {
  height: 60%;
}

.img_logo_horiz.times {
  height: 100%;
}

.mask {
  border-radius: 30px;
}

.h3-5 {
  min-height: 60px;
  color: #222;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.h3-5.white {
  z-index: 1;
  color: #fff;
  align-self: center;
  font-weight: 400;
  position: relative;
}

.h3-5.white.left {
  align-self: flex-start;
  top: auto;
}

.h3-5.white.text-hover {
  position: absolute;
}

.h3-5.left {
  text-align: left;
}

.h3-5.bold {
  font-weight: 700;
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-27-2 {
  width: 60px;
  display: none;
  position: static;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.bold-text-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #73ffd3, #efffb6);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-color-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d3a0fa 40%, #f1a8e7 80%);
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 991px) {
  .op-tittle {
    max-width: 728px;
  }

  .op-tittle.op {
    display: flex;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.sidepadding.nodownmargin.paddingtop {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.full-video.bg-gradient.paddingbtm {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section.full-video.bg-gradient.paddingbtm.margin-3video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.padddingtop {
    margin-top: 0;
  }

  .section.solved, .section.slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-6 {
    margin-top: 400px;
  }

  .divbg.fullbg {
    height: 79%;
  }

  .h0.sm {
    font-size: 32px;
  }

  .section-city-video {
    margin-bottom: 200px;
  }

  .h2.h2-5.left.white {
    font-size: 14px;
    line-height: 150%;
  }

  .section-island {
    padding-bottom: 100px;
  }

  .div_sm_photo {
    width: 170px;
    height: 170px;
  }

  .text_avatar.top1, .text_avatar.top2 {
    width: 44vw;
  }

  .text_avatar.top3 {
    width: 60vw;
  }

  .h0-5 {
    font-size: 40px;
  }

  .ratiobox {
    height: 22%;
  }

  .div_carplate {
    width: 60%;
    margin-top: 3%;
  }

  .lottie_camera {
    bottom: 40px;
  }

  .lottie_core_01 {
    margin-top: 400px;
  }

  .bgblur {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(2);
  }

  .card_solved_gp {
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .arrow {
    width: 50px;
  }

  .right-arrow {
    margin-right: -80px;
  }

  .left-arrow {
    margin-left: -80px;
  }

  .div_logo_gp {
    max-width: 100%;
  }

  .img_logo_horiz.times {
    height: 100%;
  }

  .image-27-2 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .div_link {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .slider_logo {
    max-width: 100%;
  }

  .arrow {
    display: none;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .h3-5 {
    font-size: 20px;
  }

  .image-27-2 {
    width: 30px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .op-tittle {
    max-width: none;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .op {
    align-items: center;
  }

  .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .h1.white {
    margin-top: 0;
    font-size: 32px;
  }

  .h1.fixed-width.white {
    max-width: 80%;
  }

  .section {
    margin-top: 140px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .section.sidepadding.nodownmargin.paddingtop {
    margin-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.toppadding2.btmpadding.nomargin {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.avatarheader {
    padding-top: 60px;
  }

  .section.full-video.bg-gradient.paddingbtm {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: auto;
    padding-top: 100px;
  }

  .section.full-video.bg-gradient.paddingbtm.margin-3video {
    margin-top: -60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section._100dmargin {
    margin-top: 0;
  }

  .section.padddingtop {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section.partner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.solved {
    padding: 100px 24px 60px;
  }

  .section.slider {
    background-size: auto, cover;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p1 {
    font-size: 18px;
    line-height: 28px;
  }

  .image_full {
    height: 400px;
  }

  .lottie_scroll-down {
    width: 30px;
  }

  .feature-box-2 {
    flex-direction: column;
  }

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

  .divbg {
    height: 70%;
  }

  .divbg.fullbg {
    height: 86%;
  }

  .h0 {
    background-image: radial-gradient(circle at 30% 20%, #007aff, #00a2ff 40%, #1ae1bd);
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 150%;
  }

  .h0.sm {
    font-size: 24px;
  }

  .section-city-video {
    height: 400px;
    margin-bottom: 100px;
  }

  .h2 {
    margin-top: 0;
    font-size: 16px;
  }

  .h2.h2-5.left.white {
    font-size: 16px;
    line-height: 150%;
  }

  .h3.white, .h3.white.left {
    margin-top: 0;
    font-size: 16px;
  }

  .h3.white.card {
    font-size: 16px;
    top: 20%;
  }

  .h3.bold {
    line-height: 150%;
  }

  .div_contactus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-6-2 {
    width: 56%;
    top: -1%;
  }

  .section-island {
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div_carplate-video {
    height: 55vh;
  }

  .div_sm_photo {
    width: 220px;
    height: 220px;
  }

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

  .section-core {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-core.top2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-core.top1 {
    margin-top: -50px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .section-core.top3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .text_avatar.top1 {
    width: 100%;
    margin-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    left: 0%;
    right: 0;
  }

  .text_avatar.top2 {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    top: -17%;
    left: 24px;
    right: 24px;
  }

  .text_avatar.top3 {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    top: -4%;
    left: 24px;
    right: 24px;
  }

  .h0-5 {
    font-size: 24px;
    line-height: 130%;
  }

  .right-side {
    width: 80%;
    margin-right: 0;
  }

  .left-side {
    width: 80%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .h1---reimaging {
    font-size: 32px;
    line-height: 36px;
  }

  .h1---reimaging.text-stroke {
    font-size: 32px;
  }

  .image-22 {
    width: 120px;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .blueblur {
    flex-direction: column;
    align-items: center;
    bottom: -50%;
  }

  .lottie_path {
    width: 160px;
    margin-top: -40px;
  }

  .ratiobox {
    width: 31%;
    height: 16%;
    top: 26%;
  }

  .ratiobox._02 {
    width: 30%;
    height: 18%;
    top: 31%;
    left: 7%;
  }

  .ratiobox._03 {
    width: 31%;
    height: 17%;
    top: 55%;
    right: 10%;
  }

  .ratiobox._04 {
    width: 30%;
    height: 18%;
    top: 66%;
    left: 13%;
  }

  .div-island {
    max-width: 100%;
  }

  .card_partner {
    padding: 20px 24px;
  }

  .div_logo {
    width: 40%;
    height: 50px;
    flex: 0 auto;
    align-self: auto;
  }

  .div_logo.times {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div_logo.porsche {
    width: 40%;
  }

  .card_partner_gp {
    margin-top: 20px;
  }

  .lottie_line {
    width: 200px;
  }

  .section-ver-line.jp {
    display: none;
  }

  .link-block {
    min-width: 200px;
  }

  .link-block.salesdeck {
    margin-top: 60px;
  }

  .text-link {
    text-align: center;
    font-size: 16px;
  }

  .lottie_footer {
    width: 100%;
    margin-bottom: 0;
    display: none;
    transform: none;
  }

  .h4 {
    font-size: 16px;
    line-height: 150%;
  }

  .div_carplate {
    width: 70%;
    margin-top: 0%;
  }

  .img_carplate {
    bottom: 21%;
  }

  .video_name {
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 22px;
  }

  .carplay-card-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-carplay {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .carplay-card-v2.card1, .carplay-card-v2.card2, .carplay-card-v2.card3, .carplay-card-v2.card4 {
    width: 90%;
    height: 80%;
  }

  .img_card_cover {
    max-width: 180%;
    align-self: auto;
    left: auto;
    right: auto;
  }

  .div_path {
    margin-top: 100px;
  }

  .div_camera_2 {
    width: 60%;
    margin-top: 15px;
  }

  .lottie_camera {
    bottom: 14px;
  }

  .lottie_voice {
    max-width: 70%;
  }

  .play-pause-button {
    width: 40px;
  }

  .lottie_core_01 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3%;
  }

  .lottie_core_02, .lottie_core_03 {
    width: 100%;
    margin-top: 3%;
  }

  .lottie_voice-navi {
    width: 200px;
  }

  .bgblur {
    object-fit: fill;
    align-self: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(4);
  }

  .lottie_vertical-line {
    width: 10px;
  }

  .card_solved {
    padding: 20px 24px;
  }

  .img_solved_small {
    height: 200px;
  }

  .div_link {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card_solved_gp, .div_linkblock {
    margin-top: 20px;
  }

  .slider_logo {
    max-width: 100%;
    margin-top: 20px;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    margin-bottom: 2px;
  }

  .div_logo2 {
    height: 60px;
  }

  .arrow {
    display: none;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .div_logo_gp {
    max-width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .img_logo_horiz.times {
    height: 70%;
  }

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

  .h3-5.white {
    margin-top: 0;
    font-size: 20px;
  }

  .h3-5.white.left {
    margin-top: 0;
    font-size: 16px;
  }

  .image-27-2 {
    width: 30px;
    display: block;
  }
}


