html {
  scroll-behavior: auto !important;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-text-component {
  overflow: inherit;
}

.has-localnav .header-component nav {
  position: absolute;
  transform: none !important;
  border-bottom: 0 !important;
  background-color: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#localnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 50px;
  line-height: 50px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #localnav {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
  }
}

.localnav-show #localnav {
  transform: translateY(0%);
}

#localnav .ln-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
}

#localnav .ln-content::before,
#localnav .ln-content::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: #414141;
}

#localnav .ln-content::before {
  top: 50px;
}

#localnav .ln-content::after {
  bottom: 0;
}

#localnav .ln-title {
  flex-grow: 1;
  height: 50px;
  padding-left: 160px;
}

#localnav .ln-title .ln-link {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

#localnav button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: inherit;
  color: inherit;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#localnav svg {
  display: block;
}

#localnav .ln-menu-trigger {
  display: none;
  width: 40px;
  padding: 16px 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#localnav .ln-menu {
  display: flex;
  margin-left: 12px;
}

#localnav .ln-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#localnav .ln-link {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  color: #fff;
}

#localnav .ln-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  margin-left: 20px;
  padding-right: 160px;
}

#localnav .ln-button {
  display: inline-block;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

#localnav .ln-button:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.2);
}

.localnav-collapse #localnav {
  max-height: 56px;
  line-height: 56px;
}

.localnav-collapse #localnav .ln-content {
  height: 100%;
}

.localnav-collapse #localnav .ln-content::before {
  top: 56px;
}

.localnav-collapse #localnav .ln-title {
  display: flex;
  flex-grow: 0;
  height: 56px;
  padding-left: 24px;
}

.localnav-collapse #localnav .ln-menu {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-right: 16px;
  padding-left: 16px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.localnav-collapse #localnav .ln-menu::-webkit-scrollbar {
  display: none;
}

.localnav-collapse #localnav .ln-link {
  height: 56px;
  line-height: 56px;
}

.localnav-collapse #localnav .ln-action {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 56px;
  margin-left: 0;
  padding-right: 24px;
}

.localnav-collapse #localnav .ln-button {
  padding-right: 15px;
  padding-left: 15px;
}

.localnav-collapse #localnav .ln-menu-item {
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}

.localnav-collapse #localnav .ln-menu-item .ln-link {
  padding: 0 8px;
}

.localnav-collapse #localnav .ln-menu-trigger {
  display: block;
}

#localnav.ln-expanded {
  max-height: 100%;
}

#localnav.ln-expanded .ln-menu-trigger {
  transform: rotate(180deg);
}

#localnav.ln-expanded .ln-menu {
  visibility: visible;
  transition-delay: 0s;
}

#localnav.ln-expanded .ln-menu-item {
  opacity: 1;
}

@media only screen and (min-width: 1200.01px) {
  #localnav .ln-link::after {
    position: absolute;
    right: 20px;
    bottom: 1px;
    left: 20px;
    height: 2px;
    content: "";
    transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    transform-origin: center;
    background-color: #fff;
  }

  #localnav .ln-link:hover::after {
    transform: scaleX(1);
  }

  #localnav .ln-title .ln-link::after {
    display: none;
  }
}

@media only screen and (max-width: 1919px) {
  #localnav .ln-title {
    padding-left: 80px;
  }

  #localnav .ln-action {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  #localnav .ln-title {
    padding-left: 32px;
  }

  #localnav .ln-menu {
    margin-left: 20px;
  }

  #localnav .ln-link {
    padding: 0 12px;
  }

  #localnav .ln-link.current::after {
    right: 12px;
    left: 12px;
  }

  #localnav .ln-action {
    margin-left: 12px;
    padding-right: 32px;
  }

  #localnav .ln-menu-trigger {
    left: 0;
  }
}

#modal-player {
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8) !important;
}

#modal-player.modal-player-open {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-player-fadein 0.3s forwards;
}

#modal-player video {
  width: auto !important;
  max-width: 90%;
  max-height: 90vh;
  outline: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

#modal-player-close {
  position: absolute;
  z-index: 1;
  top: 1.25vw;
  right: 1.25vw;
  width: 2.083333vw;
  height: 2.083333vw;
  padding: 0;
  transition: opacity 0.2s;
  opacity: 0.8;
}

@media (max-aspect-ratio: 11 / 10) {
  #modal-player-close {
    top: 10%;
    right: 5%;
    width: 8.333333vw;
    height: 8.333333vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #modal-player-close {
    top: 24.444444vw;
    right: 6.666667vw;
    width: 8.333333vw;
    height: 8.333333vw;
  }
}

@media (min-aspect-ratio: 4/5) and (max-aspect-ratio: 7/10) {
  #modal-player-close {
    top: 10%;
    right: 5%;
  }
}

@keyframes modal-player-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#m7 section {
  position: relative;
}

#m7 picture,
#m7 img,
#m7 svg,
#m7 canvas,
#m7 video {
  display: block;
  width: 100%;
}

#m7 sup {
  top: auto;
  font-size: 0.6em;
  vertical-align: super;
}

#m7 sup.sm {
  position: relative;
  top: -0.36em;
  font-size: 0.4em;
}

#m7 sup a {
  color: inherit;
}

#m7 button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: inherit;
  color: inherit;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#m7 .nowrap {
  display: inline-block;
  white-space: nowrap;
}

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

#m7 .aspect-ratio {
  position: relative;
}

#m7 .aspect-ratio::before {
  display: block;
  content: "";
}

#m7 .aspect-ratio img,
#m7 .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}

#m7 .covered-picture {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#m7 .covered-picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#m7 .blur-up {
  transition: filter 400ms;
  filter: blur(10px);
}

#m7 .blur-up.lazyloaded {
  filter: blur(0);
}

#m7 .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#m7 .relative {
  position: relative;
}

#m7 .absolute {
  position: absolute;
}

#m7 .overflow-hidden {
  overflow: hidden;
}

#m7 .overflow-visible {
  overflow: visible;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .xs\:overflow-hidden {
    overflow: hidden;
  }

  #m7 .xs\:overflow-visible {
    overflow: visible;
  }
}

#m7 .block {
  display: block;
}

#m7 .inline-block {
  display: inline-block;
}

#m7 .inline {
  display: inline;
}

#m7 .flex {
  display: flex;
}

#m7 .inline-flex {
  display: inline-flex;
}

#m7 .hidden {
  display: none;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .xs\:block {
    display: block;
  }

  #m7 .xs\:inline-block {
    display: inline-block;
  }

  #m7 .xs\:inline {
    display: inline;
  }

  #m7 .xs\:flex {
    display: flex;
  }

  #m7 .xs\:inline-flex {
    display: inline-flex;
  }

  #m7 .xs\:hidden {
    display: none;
  }
}

#m7 br.lg {
  display: block;
}

#m7 br.xs {
  display: none;
}

@media (max-aspect-ratio: 7/10) {
  #m7 br.lg {
    display: none;
  }

  #m7 br.xs {
    display: block;
  }
}

#m7 .show-pad {
  display: none;
}

#m7 .hidden-pad {
  display: block;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .show-pad {
    display: block;
  }

  #m7 .hidden-pad {
    display: none !important;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .show-pad {
    display: none;
  }

  #m7 .hidden-pad {
    display: block;
  }
}

#m7 .text-center {
  text-align: center;
}

#m7 .text-align {
  text-align: center;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .text-align {
    text-align: left;
  }
}

#m7 .w-1760 {
  width: 91.666667vw;
}

#m7 .w-1560 {
  width: 81.25vw;
}

#m7 .w-1309 {
  width: 68.177083vw;
}

#m7 .w-1296 {
  width: 67.5vw;
}

#m7 .w-720 {
  width: 37.5vw;
}

#m7 .w-576 {
  width: 30vw;
}

#m7 .w-640 {
  width: 33.333333vw;
}

#m7 .w-795 {
  width: 41.40625vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .w-1560 {
    width: 90.857143vw;
  }

  #m7 .w-576 {
    width: 56.428571vw;
  }

  #m7 .xs\:w-560 {
    width: 75.428571vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .xs\:w-full {
    width: 100%;
  }

  #m7 .xs\:w-688 {
    width: 95.555556vw;
  }

  #m7 .xs\:w-656 {
    width: 91.111111vw;
  }

  #m7 .xs\:w-520 {
    width: 72.222222vw;
  }

  #m7 .xs\:w-560 {
    width: 77.777778vw;
  }

  #m7 .xs\:w-576 {
    width: 80vw;
  }
}

#m7 .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#m7 .mt-16,
#m7 .lg\:mt-16 {
  margin-top: 0.833333vw;
}

#m7 .mt-24,
#m7 .lg\:mt-24 {
  margin-top: 1.25vw;
}

#m7 .ml-24,
#m7 .lg\:ml-24 {
  margin-left: 1.25vw;
}

#m7 .mt-32,
#m7 .lg\:mt-32 {
  margin-top: 1.666667vw;
}

#m7 .mt-40,
#m7 .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#m7 .mt-48,
#m7 .lg\:mt-48 {
  margin-top: 2.5vw;
}

#m7 .mt-56,
#m7 .lg\:mt-56 {
  margin-top: 2.916667vw;
}

#m7 .mt-64,
#m7 .lg\:mt-64 {
  margin-top: 3.333333vw;
}

#m7 .mt-72,
#m7 .lg\:mt-72 {
  margin-top: 3.75vw;
}

#m7 .mt-80,
#m7 .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#m7 .mt-100,
#m7 .lg\:mt-100 {
  margin-top: 5.208333vw;
}

#m7 .mt-120,
#m7 .lg\:mt-120 {
  margin-top: 6.25vw;
}

#m7 .mt-160,
#m7 .lg\:mt-160 {
  margin-top: 8.333333vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  #m7 .mt-48,
  #m7 .lg\:mt-48 {
    margin-top: 4.571429vw;
  }

  #m7 .mt-80,
  #m7 .lg\:mt-80 {
    margin-top: 5.714286vw;
  }

  #m7 .mt-16,
  #m7 .lg\:mt-16 {
    margin-top: 1.142857vw;
  }

  #m7 .mt-24,
  #m7 .lg\:mt-24 {
    margin-top: 1.714286vw;
  }

  #m7 .mt-32,
  #m7 .xs\:mt-32 {
    margin-top: 2.285714vw;
  }

  #m7 .mt-56,
  #m7 .xs\:mt-56 {
    margin-top: 4.571429vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  #m7 .xs\:mt-0 {
    margin-top: 0;
  }

  #m7 .mt-16,
  #m7 .xs\:mt-16 {
    margin-top: 2.222222vw;
  }

  #m7 .mt-24,
  #m7 .xs\:mt-24 {
    margin-top: 3.333333vw;
  }

  #m7 .ml-24,
  #m7 .xs\:ml-24 {
    margin-left: 3.333333vw;
  }

  #m7 .mt-32,
  #m7 .xs\:mt-32 {
    margin-top: 4.444444vw;
  }

  #m7 .mt-40,
  #m7 .xs\:mt-40 {
    margin-top: 5.555556vw;
  }

  #m7 .mt-48,
  #m7 .xs\:mt-48 {
    margin-top: 6.666667vw;
  }

  #m7 .mt-56,
  #m7 .xs\:mt-56 {
    margin-top: 7.777778vw;
  }

  #m7 .mt-64,
  #m7 .xs\:mt-64 {
    margin-top: 8.888889vw;
  }

  #m7 .mt-72,
  #m7 .xs\:mt-72 {
    margin-top: 10vw;
  }

  #m7 .mt-80,
  #m7 .xs\:mt-80 {
    margin-top: 11.111111vw;
  }

  #m7 .mt-100,
  #m7 .xs\:mt-100 {
    margin-top: 13.888889vw;
  }

  #m7 .mt-120,
  #m7 .xs\:mt-120 {
    margin-top: 16.666667vw;
  }

  #m7 .mt-160,
  #m7 .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
}

#m7 .pt-200,
#m7 .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#m7 .pb-200,
#m7 .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#m7 .py-200,
#m7 .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#m7 .pt-160,
#m7 .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#m7 .pb-160,
#m7 .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#m7 .py-160,
#m7 .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

#m7 .pt-120,
#m7 .lg\:pt-120 {
  padding-top: 6.25vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {

  #m7 .pt-200,
  #m7 .xs\:pt-200 {
    padding-top: 14.285714vw;
  }

  #m7 .pb-200,
  #m7 .lg\:pb-200 {
    padding-bottom: 14.285714vw;
  }

  #m7 .py-200,
  #m7 .lg\:py-200 {
    padding-top: 14.285714vw;
    padding-bottom: 14.285714vw;
  }
}

@media (max-aspect-ratio: 7/10) {

  #m7 .pt-200,
  #m7 .xs\:pt-200 {
    padding-top: 27.777778vw;
  }

  #m7 .pb-200,
  #m7 .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }

  #m7 .py-200,
  #m7 .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }

  #m7 .pt-160,
  #m7 .xs\:pt-160 {
    padding-top: 22.222222vw;
  }

  #m7 .pb-160,
  #m7 .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }

  #m7 .py-160,
  #m7 .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }

  #m7 .pt-120,
  #m7 .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
}

#m7 h2,
#m7 h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}

#m7 h2 {
  font-size: 2.5vw;
}

#m7 h3 {
  font-size: 1.354167vw;
}

#m7 h3.title {
  font-size: 1.041667vw;
  color: #797c80;
}

#m7 strong {
  font-weight: 700;
  color: #18191a;
}

#m7 .note {
  font-size: 0.833333vw;
  color: rgba(121, 124, 128, 0.5);
  display: block;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 h2 {
    font-size: 4.571429vw;
  }

  #m7 h3 {
    font-size: 3.428571vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 h2 {
    font-size: 8.888889vw;
  }

  #m7 .mx-auto h2,
  #m7 h2.mx-auto {
    margin-left: 11.111111vw;
  }

  #m7 h3 {
    font-size: 4.444444vw;
  }

  #m7 h3.title {
    font-size: 4.444444vw;
  }

  #m7 .note {
    font-size: 3.333333vw;
  }
}

#m7 .video-container {
  position: relative;
}

#m7 .video-container .play-trigger {
  position: absolute;
  top: 80%;
}

#m7 .video-container .end-frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s linear;
}

#m7 .video-container.ended .end-frame {
  opacity: 1;
}

#m7 .autoplay-trigger {
  position: absolute;
  top: 80%;
}

#m7 .button-container {
  display: flex;
  justify-content: center;
}

#m7 .button-container .button-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.572917vw;
}

#m7 .button-container .button-link:hover .button-background {
  opacity: 0.7;
}

#m7 .button-container .button-background {
  transition: opacity 0.3s;
}

#m7 .button-container .button-copy {
  position: absolute;
  z-index: 1;
  font-size: 0.9375vw;
  font-weight: 700;
  white-space: nowrap;
  color: #18191a;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .button-container .button-link {
    width: 44.583333vw;
  }

  #m7 .button-container .button-background {
    opacity: 1 !important;
  }

  #m7 .button-container .button-copy {
    font-size: 3.611111vw;
  }
}

#m7 .pagination-item {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  font-size: var(--pagination-font-size, 1.041667vw);
  font-weight: 800;
  line-height: 1;
  color: #18191a;
}

#m7 .pagination-item.swiper-pagination-lock {
  display: none;
}

#m7 .pagination-current {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translate3d(0, var(--pagination-y, 0), 0);
  text-align: right;
}

#m7 .pagination-line {
  position: relative;
  overflow: hidden;
  width: 6.25vw;
  height: 2px;
  margin-right: 0.833333vw;
  margin-left: 0.833333vw;
  background-color: #e5e5e5;
}

#m7 .pagination-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.6s linear;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #000;
}

#m7 .autoplay-animating .pagination-line::before {
  transition-duration: 3.8s;
  transform: scaleX(1);
}

#m7 .autoplay-animating .autoplay-3s .pagination-line::before {
  transition-duration: 2.8s;
  transform: scaleX(1);
}

#m7 .pagination-total {
  opacity: 0.2;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .pagination-item {
    font-size: var(--pagination-font-size, 2.285714vw);
  }

  #m7 .pagination-line {
    width: 12.857143vw;
    height: 0.285714vw;
    margin-right: 1.714286vw;
    margin-left: 1.714286vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .pagination-item {
    font-size: var(--pagination-font-size, 3.888889vw);
  }

  #m7 .pagination-line {
    width: 20.555556vw;
    height: 0.416667vw;
    margin-right: 3.333333vw;
    margin-left: 3.333333vw;
  }
}

#m7 .arrownav-list {
  display: flex;
}

#m7 .arrownav-list .arrownav-item {
  width: 2.604167vw;
  cursor: pointer;
  outline: 0;
}

#m7 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover .path-outline-anim {
  stroke-dasharray: 157, 0;
}

#m7 .arrownav-list .icon-path {
  fill: none;
  stroke: #18191a;
  stroke-width: 2px;
}

#m7 .arrownav-list .path-outline {
  opacity: 0.2;
}

#m7 .arrownav-list .path-arrow {
  transition: opacity 0.8s;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#m7 .arrownav-list .path-outline-anim {
  transition: stroke-dasharray 0.8s;
  stroke-dasharray: 0, 157;
  stroke-dashoffset: 50;
}

#m7 .arrownav-list .arrownav-disabled {
  cursor: default;
}

#m7 .arrownav-list .arrownav-disabled .path-arrow {
  opacity: 0.2;
}

#m7 .arrownav-list .arrownav-next {
  margin-left: 0.833333vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .arrownav-list .arrownav-item {
    width: 5.714286vw;
  }

  #m7 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 1;
  }

  #m7 .arrownav-list .icon-path {
    stroke-width: 3px;
  }

  #m7 .arrownav-list .path-outline-anim {
    display: none;
  }

  #m7 .arrownav-list .arrownav-next {
    margin-left: 2.857143vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .arrownav-list .arrownav-item {
    width: 10.694444vw;
  }

  #m7 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 1;
  }

  #m7 .arrownav-list .icon-path {
    stroke-width: 3px;
  }

  #m7 .arrownav-list .path-outline-anim {
    display: none;
  }

  #m7 .arrownav-list .arrownav-next {
    margin-left: 3.333333vw;
  }
}

#m7 .section-header {
  position: relative;
}

#m7 .section-header .text-content {
  position: absolute;
  z-index: 1;
  top: 4.166667vw;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

#m7 .section-header h2 {
  font-size: 3.333333vw;
  color: inherit;
}

#m7 .section-header h3 {
  font-size: 1.458333vw;
  color: inherit;
}

#m7 .section-header p {
  color: inherit;
}

#m7 .section-header .xs-intro {
  display: none;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-header .text-content {
    top: 11.111111vw;
  }

  #m7 .section-header h2 {
    font-size: 8.888889vw;
  }

  #m7 .section-header h3 {
    font-size: 4.444444vw;
  }

  #m7 .section-header .lg-intro {
    display: none;
  }

  #m7 .section-header .xs-intro {
    display: block;
    text-align: center;
  }
}

#m7 .tabnav-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2.5vw;
}

#m7 .tabnav-container {
  position: relative;
}

#m7 .tabnav-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#m7 .tabnav-item {
  padding-bottom: 0.833333vw;
  font-size: 1.25vw;
  cursor: pointer;
  transition: color 0.5s;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  outline: 0;
}

#m7 .tabnav-item+.tabnav-item {
  margin-left: 4.166667vw;
}

#m7 .tabnav-item.current {
  color: rgba(0, 0, 0, 1);
}

#m7 .tabnav-indicator {
  position: relative;
  width: 100%;
  height: 2px;
}

#m7 .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(24, 25, 26, 0.2);
}

#m7 .tabnav-indicator::after {
  display: block;
  width: var(--indicator-width, 0);
  height: 100%;
  content: "";
  transition: width 0.5s, transform 0.5s;
  transform: translateX(var(--indicator-offset, 0));
  background-color: #18191a;
}

#m7 .stack-list {
  display: flex;
}

#m7 .tabnav-swiper .stack-list {
  text-align: center;
  margin-top: 1.875vw;
}

#m7 .stack-item {
  position: relative;
  width: 100%;
  font-size: 1.041667vw;
  transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#m7 .stack-item+.stack-item {
  margin-left: -100%;
}

#m7 .stack-item.current {
  z-index: 1;
  opacity: 1;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .tabnav-content {
    margin-top: 4.285714vw;
  }

  #m7 .tabnav-item {
    font-size: 2.857143vw;
    padding-bottom: 1.642857vw;
  }

  #m7 .tabnav-item+.tabnav-item {
    margin-left: 5.714286vw;
  }

  #m7 .tabnav-indicator {
    height: 3px;
  }

  #m7 .tabnav-swiper .stack-list {
    margin-top: 3.428571vw;
  }

  #m7 .stack-item {
    font-size: 2.285714vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .tabnav-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10.555556vw;
  }

  #m7 .tabnav-swiper .tabnav-content::before,
  #m7 .tabnav-swiper .tabnav-content::after {
    position: absolute;
    z-index: 1;
    top: -1.388889vw;
    width: 12.222222vw;
    height: 12.222222vw;
    content: "";
    pointer-events: none;
  }

  #m7 .tabnav-swiper .tabnav-content::before {
    left: 0;
    background-image: linear-gradient(90deg, #fff 40%, transparent);
  }

  #m7 .tabnav-swiper .tabnav-content::after {
    right: 0;
    background-image: linear-gradient(90deg, transparent, #fff 60%);
  }

  #m7 .tabnav-container {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 0;
    white-space: nowrap;
  }

  #m7 .tabnav-container.is-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  #m7 .tabnav-container.is-scroll::-webkit-scrollbar {
    display: none;
  }

  #m7 .tabnav-wrapper {
    padding-right: 11.111111vw;
    padding-left: 11.111111vw;
  }

  #m7 .tabnav-list {
    position: relative;
    display: flex;
  }

  #m7 .tabnav-item {
    padding-bottom: 3.75vw;
    font-size: 4.444444vw;
  }

  #m7 .tabnav-item+.tabnav-item {
    margin-left: 11.111111vw;
  }

  #m7 .tabnav-indicator {
    height: 0.416667vw;
  }

  #m7 .tabnav-swiper .stack-list {
    text-align: left;
    margin-top: 8.888889vw;
  }

  #m7 .stack-item {
    font-size: 4.444444vw;
  }
}

#m7 .gallery-container {
  position: relative;
}

#m7 .gallery-container .gallery {
  position: relative;
}

#m7 .gallery-container .gallery-wrapper {
  display: flex;
}

#m7 .gallery-container .gallery-slide {
  position: relative;
  width: 100%;
}

#m7 .gallery-container .gallery-slide+.gallery-slide {
  margin-left: -100%;
}

#m7 .gallery-container .clip-item {
  position: relative;
  transition: -webkit-clip-path 0s 0.8s;
  transition: clip-path 0s 0.8s;
  transition: clip-path 0s 0.8s, -webkit-clip-path 0s 0.8s;
}

#m7 .gallery-container .current .clip-item {
  z-index: 1;
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .gallery-container .swiper {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#m7 .swiper-style-1 .gallery-container {
  display: flex;
  overflow: hidden;
}

#m7 .swiper-style-1 .gallery {
  z-index: 3;
  flex-shrink: 0;
  width: 62.5vw;
}

#m7 .swiper-style-1 .gallery-slide.current .clip-item {
  -webkit-clip-path: polygon(0% 0%, 162% 0%, 100.2% 100.2%, -62% 100.2%);
  clip-path: polygon(0% 0%, 162% 0%, 100.2% 100.2%, -62% 100.2%);
}

#m7 .swiper-style-1 .gallery-slide.left .clip-item {
  -webkit-clip-path: polygon(162% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  clip-path: polygon(162% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m7 .swiper-style-1 .gallery-slide.right .clip-item {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -62% 100.2%, 0% 100.2%);
  clip-path: polygon(0% 0%, 0% 0%, -62% 100.2%, 0% 100.2%);
}

#m7 .swiper-style-1 .zoom-in-transition {
  transition: transform 0.8s;
  transform-origin: left;
}

#m7 .swiper-style-1 .zoom-in-slide {
  transform: scale(1.3);
}

#m7 .swiper-style-1 .content-container {
  padding: 3.333333vw 2.5vw 2.8125vw 2.5vw;
  background-color: #f5f6f7;
}

#m7 .swiper-style-1 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#m7 .swiper-style-1 .stack-list {
  order: 2;
}

#m7 .swiper-style-1 .pagination-item {
  order: 1;
}

#m7 .swiper-style-1 .arrownav-list {
  order: 3;
}

#m7 .subsection-space-7 .gallery-container .gallery-slide:nth-child(2) .video-container {
  overflow: hidden;
}

#m7 .subsection-space-7 .gallery-container .gallery-slide:nth-child(2) video {
  transform: scale(1.01);
}

@media (max-aspect-ratio: 11/10) {
  #m7 .swiper-style-1 .gallery-container {
    display: block;
  }

  #m7 .swiper-style-1 .gallery {
    width: 100%;
  }

  #m7 .swiper-style-1 .gallery-slide.current .clip-item {
    -webkit-clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
    clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
  }

  #m7 .swiper-style-1 .gallery-slide.left .clip-item {
    -webkit-clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  }

  #m7 .swiper-style-1 .gallery-slide.right .clip-item {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
  }

  #m7 .swiper-style-1 .zoom-in-slide {
    transition: none;
    transform: none;
  }

  #m7 .swiper-style-1 .content-container {
    padding: 4.142857vw 0 4.571429vw;
  }

  #m7 .swiper-style-1 .content-wrapper {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }

  #m7 .swiper-style-1 .stack-list {
    order: 1;
    margin-bottom: 5.357143vw;
  }

  #m7 .swiper-style-1 .pagination-item {
    order: 2;
  }

  #m7 .swiper-style-1 h2.headline {
    text-align: left;
    margin-left: 7.642857vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .swiper-style-1 h3 {
    font-size: 5.555556vw;
  }

  #m7 .swiper-style-1 .content-container {
    padding: 10.416667vw 0 12.5vw;
  }

  #m7 .swiper-style-1 .stack-list {
    margin-bottom: 11.111111vw;
  }

  #m7 .swiper-style-1 h2.headline {
    margin-left: 11.111111vw;
  }
}

#m7 .swiper-style-2 .text-content {
  width: 51.666667vw;
  padding-left: 23.125vw;
}

#m7 .swiper-style-2 .xs-gallery {
  display: none;
}

#m7 .swiper-style-2 .lg-gallery-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#m7 .swiper-style-2 .clip-item-1 {
  width: 52.5vw;
}

#m7 .swiper-style-2 .clip-item-2 {
  width: 27.5vw;
  margin-top: -11.354167vw;
}

#m7 .swiper-style-2 .gallery-slide.current .clip-item-1 {
  -webkit-clip-path: polygon(0% 0%, 171% 0%, 100.2% 100.2%, -71% 100.2%);
  clip-path: polygon(0% 0%, 171% 0%, 100.2% 100.2%, -71% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide.current .clip-item-2 {
  -webkit-clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
  clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide.left .clip-item-1 {
  -webkit-clip-path: polygon(171% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  clip-path: polygon(171% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide.left .clip-item-2 {
  -webkit-clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide.right .clip-item-1 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -71% 100.2%, 0% 100.2%);
  clip-path: polygon(0% 0%, 0% 0%, -71% 100.2%, 0% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide.right .clip-item-2 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
  clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
}

#m7 .swiper-style-2 .gallery-slide .clip-item-1 .caption-title {
  color: #000;
}

#m7 .swiper-style-2 .gallery-slide .clip-item-1 .caption-copy {
  color: rgba(0, 0, 0, 0.6);
}

#m7 .swiper-style-2 .caption-container {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1.666667vw;
  font-size: 1.041667vw;
}

#m7 .swiper-style-2 .caption-title {
  font-size: inherit;
  color: #fff;
  font-weight: bold;
}

#m7 .swiper-style-2 .caption-copy {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}

#m7 .swiper-style-2 .swiper {
  height: 55%;
}

#m7 .swiper-style-3 .swiper {
  height: 80%;
}

#m7 .swiper-style-2 .content-container {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}

#m7 .swiper-style-2 .content-wrapper {
  display: flex;
  align-items: center;
}

#m7 .swiper-style-2 .arrownav-list {
  margin-left: 2.083333vw;
}

@media (max-aspect-ratio: 11/10) {
  #m7 .swiper-style-2 .text-content {
    width: 75.428571vw;
    margin-left: 12.285714vw;
    padding-left: 0;
  }

  #m7 .swiper-style-2 .lg-gallery {
    display: none;
  }

  #m7 .swiper-style-2 .xs-gallery {
    display: block;
  }

  #m7 .swiper-style-2 .gallery-slide.current .clip-item {
    -webkit-clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
    clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
  }

  #m7 .swiper-style-2 .gallery-slide.left .clip-item {
    -webkit-clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  }

  #m7 .swiper-style-2 .gallery-slide.right .clip-item {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
  }

  #m7 .swiper-style-2 .caption-container {
    margin: 4.285714vw 7.714286vw;
    font-size: 2.285714vw;
    text-align: left;
  }

  #m7 .swiper-style-2 .caption-title {
    font-size: 2.857143vw;
  }

  #m7 .swiper-style-2 .swiper {
    height: 70%;
  }

  #m7 .swiper-style-3 .swiper {
    height: 80%;
  }

  #m7 .swiper-style-2 .content-container {
    position: static;
    justify-content: center;
  }

  #m7 .swiper-style-2 .content-wrapper {
    justify-content: space-between;
    width: 77.777778vw;
  }

  #m7 .swiper-style-2 .arrownav-list {
    margin-left: 0;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .swiper-style-2 .text-content {
    width: 72.222222vw;
    padding-left: 0;
    margin-left: 11.111111vw;
  }

  #m7 .swiper-style-2 .caption-title {
    font-size: 4.722222vw;
  }

  #m7 .swiper-style-2 .caption-container {
    margin: 5.972222vw 9.027778vw;
    font-size: 3.888889vw;
    text-align: center;
  }

  #m7 .swiper-style-2 .content-container {
    margin-top: 11.111111vw;
  }
}

#m7 .swiper-style-3 .gallery-slide.current .clip-item {
  -webkit-clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);
  clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);
}

#m7 .swiper-style-3 .gallery-slide.left .clip-item {
  -webkit-clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m7 .swiper-style-3 .gallery-slide.right .clip-item {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
  clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
}

#m7 .swiper-style-3 .content-container {
  padding: 2.5vw 4.166667vw 0;
}

#m7 .swiper-style-3 .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

#m7 .swiper-style-3 .stack-list {
  flex-shrink: 0;
  order: 2;
}

#m7 .swiper-style-3 .stack-item .headline {
  font-size: 1.25vw;
}

#m7 .swiper-style-3 .stack-item .intro {
  font-size: 1.145833vw;
}

#m7 .swiper-style-3 .pagination-container {
  display: flex;
  align-items: center;
  order: 1;
  width: 12.5vw;
  height: 2.916667vw;
  margin-top: 1.25vw;
}

#m7 .swiper-style-3 .arrownav-list {
  justify-content: flex-end;
  order: 3;
  width: 12.5vw;
  margin-top: 1.25vw;
}

@media (max-aspect-ratio: 11/10) {
  #m7 .swiper-style-3 .gallery-slide.current .clip-item {
    -webkit-clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
    clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
  }

  #m7 .swiper-style-3 .gallery-slide.left .clip-item {
    -webkit-clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  }

  #m7 .swiper-style-3 .gallery-slide.right .clip-item {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
  }

  #m7 .swiper-style-3 .zoom-in-slide {
    transition: none;
    transform: none;
  }

  #m7 .swiper-style-3 .content-container {
    padding: 4.142857vw 0 0;
  }

  #m7 .swiper-style-3 .content-wrapper {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }

  #m7 .swiper-style-3 .stack-list {
    width: 100%;
    order: 1;
    margin-bottom: 5.357143vw;
    text-align: left;
  }

  #m7 .swiper-style-3 .stack-item .headline {
    font-size: 3.428571vw;
  }

  #m7 .swiper-style-3 .stack-item .intro {
    font-size: 2.285714vw;
    margin-top: 1.642857vw;
  }

  #m7 .swiper-style-3 .pagination-container {
    order: 2;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  #m7 .swiper-style-3 .arrownav-list {
    width: auto;
    margin-top: 0;
  }

  #m7 .swiper-style-3 h2.headline {
    text-align: left;
    margin-left: 7.642857vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .swiper-style-3 .content-container {
    padding: 10.416667vw 0 0;
  }

  #m7 .swiper-style-3 .stack-list {
    text-align: left;
    order: 1;
    margin-bottom: 11.111111vw;
  }

  #m7 .swiper-style-3 .stack-item .headline {
    font-size: 5.555556vw;
  }

  #m7 .swiper-style-3 .stack-item:nth-child(2) .headline {
    width: 85.833333vw;
  }

  #m7 .swiper-style-3 .stack-item .intro {
    font-size: 4.444444vw;
    margin-top: 5.555556vw;
  }

  #m7 .swiper-style-3 h2.headline {
    margin-left: 11.111111vw;
  }
}

#m7 .colournav-container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

#m7 .colournav-container .label-list {
  position: relative;
  display: flex;
}

#m7 .colournav-container .label-item {
  font-size: 1.041667vw;
  font-weight: 700;
  opacity: 0;
  color: #18191a;
}

#m7 .colournav-container .label-item+.label-item {
  position: absolute;
  top: 0;
  right: 0;
}

#m7 .colournav-container .label-item.current {
  z-index: 1;
  opacity: 1;
}

#m7 .colournav-container .colournav-list {
  display: flex;
}

#m7 .colournav-container .colournav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875vw;
  cursor: pointer;
}

#m7 .colournav-container .colournav-item+.colournav-item {
  margin-left: .364583vw;
}

#m7 .colournav-container .colournav-item.current {
  cursor: default;
}

#m7 .colournav-container .colournav-item.current .colour-swatch-indicator {
  opacity: 1;
}

#m7 .colournav-container .colour-swatch-indicator {
  position: absolute;
  transition: opacity 0.8s;
  pointer-events: none;
  opacity: 0;
}

#m7 .colournav-container .colour-swatch {
  width: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .colournav-container .label-item {
    font-size: 2.285714vw;
  }

  #m7 .colournav-container .colournav-item+.colournav-item {
    margin-left: 1.714286vw;
  }

  #m7 .colournav-container .colournav-item {
    width: 6.428571vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .colournav-container .colournav-item {
    width: 10vw;
  }

  #m7 .colournav-container .label-item {
    font-size: 3.888889vw;
  }

  #m7 .colournav-container .colournav-item+.colournav-item {
    margin-left: 1.944444vw;
  }
}

#m7 {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #797c80;
  background-color: #fff;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 {
    font-size: 2.285714vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 {
    font-size: 4.444444vw;
  }
}

#m7 .section-hero .hero-content {
  position: absolute;
  z-index: 10;
  top: 7.8125vw;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000000;
}

#m7 .section-hero .hero-content p {
  font-size: 2.291667vw;
  margin-top: 1.25vw;
  margin-bottom: .78125vw;
  line-height: 1.25;
}

#m7 .section-hero .hero-content>span {
  width: 32.083333vw;
  font-size: 1.25vw;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
}

#m7 .section-hero .hero-content>a {
  font-size: 1.041667vw;
  display: flex;
  align-items: center;
  margin-top: 1.71875vw;
}

#m7 .section-hero .hero-content>a svg {
  width: 1.666667vw;
  height: 1.666667vw;
  margin-left: .416667vw;
}

#m7 .section-hero .hero-fadein {
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(2.083333vw);
  opacity: 0;
}

#m7 .section-hero.animated .hero-fadein {
  transform: translateY(0);
  opacity: 1;
}

#m7 .section-hero .logo {
  width: 17.03125vw;
  fill: #18191a;
}

#m7 .section-hero .hero-picture-container {
  position: relative;
  overflow: hidden;
}

#m7 .section-hero .hero-picture-thumb {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#m7 .section-hero .hero-picture {
  position: relative;
  aspect-ratio: 1920/1080;
}

#m7 .section-hero .button-container {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 3.333333vw;
  left: 0;
}

#m7 .section-hero .hero-note {
  position: absolute;
  z-index: 10;
  right: 3.020833vw;
  bottom: 2.864583vw;
  width: 22.65625vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .section-hero .hero-content {
    top: 10vw;
  }

  #m7 .section-hero .hero-fadein {
    transform: translateY(2.857143vw);
  }

  #m7 .section-hero .logo {
    width: 23.357143vw;
  }

  #m7 .section-hero .hero-picture {
    aspect-ratio: 1400/1450;
  }

  #m7 .section-hero .hero-note {
    right: 2.857143vw;
    bottom: 2.857143vw;
    width: 27.428571vw;
  }

  #m7 .section-hero .hero-content p {
    font-size: 3.142857vw;
    margin-top: 1.714286vw;
    margin-bottom: 1.428571vw;
  }

  #m7 .section-hero .hero-content>span {
    width: 38.571429vw;
    font-size: 1.571429vw;
  }

  #m7 .section-hero .hero-content>a {
    font-size: 2vw;
    margin-top: 3.428571vw;
  }

  #m7 .section-hero .hero-content>a svg {
    width: 3.428571vw;
    height: 3.428571vw;
    margin-left: 1.714286vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-hero .hero-content {
    top: 25vw;
    flex-direction: column;
  }

  #m7 .section-hero .hero-fadein {
    transform: translateY(5.555556vw);
  }

  #m7 .section-hero .logo {
    width: 45.416667vw;
  }

  #m7 .section-hero .hero-picture {
    aspect-ratio: 720/1200;
  }

  #m7 .section-hero .button-container {
    bottom: 22.222222vw;
  }

  #m7 .section-hero .hero-note {
    right: 5.555556vw;
    bottom: 5.555556vw;
    width: 53.333333vw;
  }

  #m7 .section-hero .hero-content p {
    font-size: 6.666667vw;
    margin-top: 3.333333vw;
    margin-bottom: 3.333333vw;
  }

  #m7 .section-hero .hero-content>span {
    width: 78.194444vw;
    font-size: 3.055556vw;
  }

  #m7 .section-hero .hero-content>a {
    font-size: 3.888889vw;
    margin-top: 7.777778vw;
  }

  #m7 .section-hero .hero-content>a svg {
    width: 6.666667vw;
    height: 6.666667vw;
    margin-left: 2.222222vw;
  }
}

#m7 .section-highlights {
  overflow: hidden;
}

#m7 .section-highlights .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#m7 .section-highlights .slide-inner {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .section-highlights .slide-inner picture {
  aspect-ratio: 1560/730;
}

#m7 .section-highlights .caption {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
  text-align: center;
  color: #000;
  font-weight: 500;
}

#m7 .section-highlights .controls-container {
  display: flex;
  justify-content: center;
}

#m7 .section-highlights .controls-wrapper {
  display: flex;
  align-items: center;
}

#m7 .section-highlights .arrownav-list {
  margin-left: 2.083333vw;
}

#m7 .section-highlights .swiper-slide:nth-child(1) .caption,
#m7 .section-highlights .swiper-slide:nth-child(3) .caption,
#m7 .section-highlights .swiper-slide:nth-child(5) .caption,
#m7 .section-highlights .swiper-slide:nth-child(6) .caption {
  color: #FFFFFF;
}

@media (max-aspect-ratio: 11/10) {
  #m7 .section-highlights .pagination-line {
    width: 14.285714vw;
  }

  #m7 .section-highlights .slide-inner picture {
    aspect-ratio: 1272/1000;
  }

  #m7 .section-highlights .caption {
    margin: 3.785714vw 3.428571vw;
    font-size: 3.428571vw;
  }

  #m7 .section-highlights .controls-wrapper {
    justify-content: space-between;
    width: 49.642857vw;
  }

  #m7 .section-highlights .arrownav-list {
    margin-left: 0;
  }

  #m7 .section-highlights .swiper-slide:nth-child(2) .caption {
    color: #FFFFFF;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-highlights .slide-inner picture {
    aspect-ratio: 688/918;
  }

  #m7 .section-highlights .caption {
    margin: 10.416667vw 3.333333vw;
    font-size: 5.555556vw;
  }

  #m7 .section-highlights .controls-wrapper {
    justify-content: space-between;
    width: 72.222222vw;
  }

  #m7 .section-highlights .arrownav-list {
    margin-left: 0;
  }
}

#m7 .section-common {
  overflow: hidden;
}

#m7 .section-common span {
  width: .833333vw;
  height: .104167vw;
  background-color: #6D6F72;
  margin-left: .15625vw;
  display: block;
}

#m7 .section-common p {
  color: #6D6F72;
  margin-top: .989583vw;
  margin-bottom: .729167vw;
  font-size: 1.145833vw;
}

#m7 .section-common h3 {
  font-size: 3.333333vw;
}

#m7 .section-common .section-common-title {
  max-width: 67.708333vw;
  margin-left: 16.458333vw;
  margin-bottom: 4.166667vw;
}

#m7 .section-common .section-common-img {
  width: 100%;
  height: 56.25vw;
  margin-left: auto;
  margin-right: auto;
  transition: all 1.5s ease;
  overflow: hidden;
  will-change: width, height;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 80% 100%, 20% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 80% 100%, 20% 100%);
}

#m7 .section-common .section-common-img.active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#m7 .section-common .section-common-img.active .section-common-img-tf {
  transform: translate(-50%, -6.25vw) scale(1);
}

#m7 .section-common .section-common-img .section-common-img-tf {
  transition: all 1.5s ease;
  will-change: transform;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  transform-origin: 50% 20%;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .section-common span {
    width: 2vw;
    height: 0.142857vw;
    margin-left: 0.142857vw;
  }

  #m7 .section-common p {
    margin-top: 2.071429vw;
    margin-bottom: 2.285714vw;
    font-size: 2.285714vw;
  }

  #m7 .section-common h3 {
    font-size: 5.714286vw;
  }

  #m7 .section-common .section-common-title {
    max-width: 75vw;
    margin-left: 12.285714vw;
    margin-bottom: 5.714286vw;
  }

  #m7 .section-common .section-common-img {
    height: 51.428571vw;
  }

  #m7 .section-common .section-common-img.active .section-common-img-tf {
    transform: translate(-50%, -3.571429vw) scale(1);
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-common span {
    width: 2.222222vw;
    height: .277778vw;
    margin-left: .416667vw;
  }

  #m7 .section-common p {
    margin-top: 2.638889vw;
    margin-bottom: 1.944444vw;
    font-size: 3.055556vw;
  }

  #m7 .section-common h3 {
    font-size: 8.888889vw;
  }

  #m7 .section-common .section-common-title {
    max-width: 88.888889vw;
    margin-left: 11.111111vw;
    margin-bottom: 11.111111vw;
  }

  #m7 .section-common .section-common-img {
    height: 119.444444vw;
  }

  #m7 .section-common .section-common-img.active .section-common-img-tf {
    transform: translate(-50%, -8.333333vw) scale(1);
  }
}

#m7 .subsection-design-1 .button-container {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 2.916667vw;
  left: 0;
}

#m7 .subsection-design-1 .video-container {
  margin-left: auto;
  margin-right: auto;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-design-1 {
    display: flex;
    flex-direction: column;
  }

  #m7 .subsection-design-1 .headline {
    order: 1;
  }

  #m7 .subsection-design-1 .intro {
    order: 3;
  }

  #m7 .subsection-design-1 .video-container {
    order: 2;
  }

  #m7 .subsection-design-1 .button-container {
    bottom: 11.111111vw;
  }
}

#m7 .subsection-design-2 {
  margin-top: 3.333333vw;
}

#m7 .subsection-design-2 .stat-list {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  /* grid-template-columns: auto auto; */
}

#m7 .subsection-design-2 .stat-list.animated {
  transition: opacity 0.8s 0.2s ease-in;
  opacity: 1;
}

#m7 .subsection-design-2 .stat-item {
  display: flex;
  width: 13.958333vw;
  padding-left: 1.197917vw;
  font-weight: 500;
  color: #18191a;
  flex-direction: column;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

#m7 .subsection-design-2 .stat-item:last-child {
  width: auto;
}

#m7 .subsection-design-2 .stat-item>div {
  display: flex;
}

#m7 .subsection-design-2 .stat-value {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 1em;
  font-size: var(--stat-number-font-size, 3.333333vw);
}

#m7 .subsection-design-2 .stat-value .stat-value-point {
  line-height: 1;
  margin-top: .364583vw;
}

#m7 .subsection-design-2 .stat-number {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

#m7 .subsection-design-2 .stat-number span {
  height: 1em;
  line-height: 1.25;
}

#m7 .subsection-design-2 .stat-unit {
  margin-top: .729167vw;
  margin-left: 0.833333vw;
  font-size: 1.458333vw;
  line-height: 1.25;
}

#m7 .subsection-design-2 .stat-caption {
  margin-top: .625vw;
  font-size: 1.145833vw;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.25;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .subsection-design-2 {
    margin-top: 5.071429vw;
  }

  #m7 .subsection-design-2 .stat-list {
    width: 74.285714vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #m7 .subsection-design-2 .stat-item {
    width: 18.214286vw;
    padding-left: 1.642857vw;
  }

  #m7 .subsection-design-2 .stat-item:last-child {
    width: 18.214286vw;
  }

  #m7 .subsection-design-2 .stat-item:nth-child(2),
  #m7 .subsection-design-2 .stat-item:nth-child(5) {
    margin-left: 9.642857vw;
    margin-right: 9.642857vw;
  }

  #m7 .subsection-design-2 .stat-item:nth-child(4),
  #m7 .subsection-design-2 .stat-item:nth-child(5) {
    margin-top: 5vw;
  }

  #m7 .subsection-design-2 .stat-value {
    font-size: var(--stat-number-font-size, 4.571429vw);
  }

  #m7 .subsection-design-2 .stat-unit {
    margin-top: 2.428571vw;
    margin-left: 1.142857vw;
    font-size: 2vw;
  }

  #m7 .subsection-design-2 .stat-caption {
    margin-top: 0.857143vw;
    font-size: 2vw;
  }

  #m7 .inpad h2 {
    width: 70.928571vw;
    margin-left: 7.714286vw;
    text-align: left;
  }

  #m7 .inpad p {
    width: 70.928571vw;
    margin-left: 7.714286vw;
    text-align: left;
    margin-top: 3.428571vw;
  }

  #m7 .subsection-design-2 .stat-value .stat-value-point {
    margin-top: 0.357143vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-design-2 {
    margin-top: 16.666667vw;
  }

  #m7 .subsection-design-2 .stat-list {
    flex-wrap: wrap;
  }

  #m7 .subsection-design-2 .stat-item {
    width: 72.222222vw;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 2.222222vw;
    font-size: 3.888889vw;
    border-left: 0;
    border-bottom: 1px solid #e0e0e0;
    flex-direction: row;
    padding-left: 0;
  }

  #m7 .subsection-design-2 .stat-item:last-child {
    width: 72.222222vw;
  }

  #m7 .subsection-design-2 .stat-value {
    font-size: var(--stat-number-font-size, 8.888889vw);
  }

  #m7 .subsection-design-2 .stat-unit {
    margin-top: 2.638889vw;
    margin-left: 3.055556vw;
    font-size: 4.444444vw;
  }

  #m7 .subsection-design-2 .stat-caption {
    margin-top: 3.055556vw;
    margin-left: auto;
    font-size: 3.888889vw;
  }

  #m7 .subsection-design-2 .stat-value .stat-value-point {
    margin-top: .972222vw;
  }
}

#m7 .subsection-safety-3-dis {
  position: absolute;
  bottom: 3.333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#m7 .subsection-safety-3-dis .stat-list {
  width: 25.572917vw;
  display: flex;
  justify-content: space-between;
}

#m7 .subsection-safety-3-dis .stat-item {
  display: flex;
  width: 10.9375vw;
  padding-left: 1.302083vw;
  font-weight: 500;
  color: #fff;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#m7 .subsection-safety-3-dis .stat-item>div {
  display: flex;
}

#m7 .subsection-safety-3-dis .stat-value {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 1em;
  font-size: 2.5vw;
}

#m7 .subsection-safety-3-dis .stat-value .stat-value-point {
  line-height: 1;
}

#m7 .subsection-safety-3-dis .stat-number {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

#m7 .subsection-safety-3-dis .stat-number span {
  height: 1em;
  line-height: 1;
}

#m7 .subsection-safety-3-dis .stat-unit {
  margin-top: .729167vw;
  margin-left: 0.833333vw;
  font-size: 1.666667vw;
  line-height: 1;
  font-weight: 300;
}

#m7 .subsection-safety-3-dis .stat-caption {
  margin-bottom: .416667vw;
  font-size: 1.041667vw;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .subsection-safety-3-dis {
    bottom: 3.428571vw;
  }

  #m7 .subsection-safety-3-dis .stat-list {
    width: 46.285714vw;
  }

  #m7 .subsection-safety-3-dis .stat-item {
    width: 19.571429vw;
    padding-left: 1.642857vw;
    flex-direction: column-reverse;
  }

  #m7 .subsection-safety-3-dis .stat-value {
    font-size: 4.571429vw;
  }

  #m7 .subsection-safety-3-dis .stat-unit {
    margin-top: 2vw;
    margin-left: 1.142857vw;
    font-size: 2vw;
  }

  #m7 .subsection-safety-3-dis .stat-caption {
    margin-bottom: 0;
    margin-top: 0.071429vw;
    font-size: 2vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-safety-3-dis {
    bottom: 5.138889vw;
  }

  #m7 .subsection-safety-3-dis .stat-list {
    width: 73.194444vw;
  }

  #m7 .subsection-safety-3-dis .stat-item {
    width: 31.944444vw;
    padding-left: 3.194444vw;
  }

  #m7 .subsection-safety-3-dis .stat-value {
    font-size: 7.777778vw;
  }

  #m7 .subsection-safety-3-dis .stat-unit {
    margin-top: 1.944444vw;
    margin-left: 1.944444vw;
    font-size: 5.555556vw;
  }

  #m7 .subsection-safety-3-dis .stat-caption {
    margin-bottom: 1.111111vw;
    font-size: 3.055556vw;
  }
}

#m7 .subsection-design-4 .color-selection {
  position: relative;
  overflow: hidden;
}

#m7 .subsection-design-4 .gallery-car-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  transform: translateX(0%);
}

#m7 .subsection-design-4 .gallery-background {
  transition: transform 0s 1.5s;
  will-change: transform;
}

#m7 .subsection-design-4 .gallery-car-wrapper {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  width: 100%;
  margin-top: -13.75vw;
}

#m7 .subsection-design-4 .gallery-car {
  position: relative;
  width: 55.729167vw;
  margin-right: auto;
  margin-left: auto;
}

#m7 .subsection-design-4 .gallery-car-wheel {
  position: absolute;
  transform: rotate(-360deg);
}

#m7 .subsection-design-4 .front-wheel {
  top: 10.520833vw;
  left: 8.020833vw;
  width: 7.34375vw;
}

#m7 .subsection-design-4 .back-wheel {
  top: 10.260417vw;
  left: 37.5vw;
  width: 7.604167vw;
}

#m7 .subsection-design-4 .gallery.animating .gallery-car-container {
  overflow: visible;
}

#m7 .subsection-design-4 .gallery.animating .gallery-car-wrapper {
  transition: transform 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .subsection-design-4 .gallery-slide-out .current .gallery-car-wrapper {
  transform: translateX(100%);
}

#m7 .subsection-design-4 .gallery-slide-out .current .gallery-car-wheel {
  transform: rotate(0deg);
}

#m7 .subsection-design-4 .animating .gallery-car-container,
#m7 .subsection-design-4 .animating .gallery-background,
#m7 .subsection-design-4 .animating .gallery-car-wheel {
  transition: transform 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .subsection-design-4 .current .gallery-car-container {
  z-index: 3;
}

#m7 .subsection-design-4 .current .gallery-background {
  transform: translateX(0%);
}

#m7 .subsection-design-4 .left .gallery-car-container {
  transform: translateX(-100%);
}

#m7 .subsection-design-4 .left .gallery-background {
  transform: translateX(100%);
}

#m7 .subsection-design-4 .left .gallery-car-wheel {
  transform: rotate(-720deg);
}

#m7 .subsection-design-4 .right .gallery-car-container {
  transform: translateX(100%);
}

#m7 .subsection-design-4 .right .gallery-background {
  transform: translateX(-100%);
}

#m7 .subsection-design-4 .right .gallery-car-wheel {
  transform: rotate(0deg);
}

#m7 .subsection-design-4 .colournav-container {
  flex-direction: column;
  transition: opacity 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#m7 .subsection-design-4 .colournav-container.show {
  opacity: 1;
}

#m7 .subsection-design-4 .label-list {
  width: 100%;
  text-align: center;
}

#m7 .subsection-design-4 .label-item {
  width: 100%;
  transition: opacity 0.8s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .m7-common-dis {
  font-size: .833333vw;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  z-index: 2;
  text-align: right;
}

#m7 .m7-common-dis.m7-common-dis1 {
  bottom: 9.322917vw;
  right: 0;
  color: rgba(0, 0, 0, 0.4);
}

#m7 .m7-common-dis.m7-common-dis2 {
  color: rgba(0, 0, 0, 0.25);
}

#m7 .m7-common-dis.m7-common-dis3 {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-aspect-ratio: 11/10) {
  #m7 .m7-common-dis {
    font-size: 1.714286vw;
    bottom: 1.714286vw;
    right: 1.714286vw;
  }

  #m7 .m7-common-dis.m7-common-dis1 {
    position: relative;
    bottom: 0;
    margin-top: 2.222222vw;
  }

  #m7 .m7-common-dis.m7-common-dis2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 6.285714vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .m7-common-dis {
    font-size: 3.333333vw;
    bottom: 3.333333vw;
    right: 3.333333vw;
  }

  #m7 .m7-common-dis.m7-common-dis1 {
    margin-top: 2.222222vw;
  }

  #m7 .m7-common-dis.m7-common-dis2 {
    margin-top: 12.222222vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-design-4 .gallery-car-wrapper {
    margin-top: -20.138889vw;
  }

  #m7 .subsection-design-4 .gallery-background {
    transition: transform 0s 1s;
  }

  #m7 .subsection-design-4 .gallery.animating .gallery-car-wrapper {
    transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  #m7 .subsection-design-4 .animating .gallery-car-container,
  #m7 .subsection-design-4 .animating .gallery-background,
  #m7 .subsection-design-4 .animating .gallery-car-wheel {
    transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  #m7 .subsection-design-4 .gallery-car {
    width: 100%;
  }

  #m7 .subsection-design-4 .front-wheel {
    top: 18.611111vw;
    left: 14.305556vw;
    width: 13.333333vw;
  }

  #m7 .subsection-design-4 .back-wheel {
    top: 18.611111vw;
    left: 67.361111vw;
    width: 13.472222vw;
  }

  #m7 .subsection-design-4 .label-item {
    transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  #m7 .subsection-design-4 .autoplay-trigger {
    top: 90%;
  }
}

#m7 .subsection-design-4 .gallery-container {
  margin-top: 5vw;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .subsection-design-4 .gallery-container {
    margin-top: 4.285714vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-design-4 .gallery-container {
    margin-top: 11.111111vw;
  }
}

/* pop */
html.has-modal {
  overflow: hidden !important;
}

html.has-modal body::-webkit-scrollbar {
  display: none;
}

html.has-modal body,
html.has-modal .main-navigation.nav-v2,
html.has-modal #second-navigation-v4 .product-tabs__heading,
html.fancybox-margin body,
html.fancybox-margin .main-navigation.nav-v2,
html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

.has-modal #m7 .section-modal.modal-open,
.has-modal #m7 .section-modal.modal-will-close {
  z-index: 200;
}

.has-modal #m7 .section-modal .modal-overlay {
  transform: translate3d(0, 0, 0);
}

#m7 .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  outline: 0;
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
  padding-inline-end: var(--modal-scrollbar-buffer);
  background-color: #fff
}

#m7 .section-modal.hl-specimen-feature2-pop {
  background-color: #000
}

#m7 .section-modal.hl-design-feature1-pop .modal-overlay {
  transform: translate3d(0, 0, 0)
}

#m7 .section-modal.modal-fully-visible {
  padding-inline-end: 0
}

#m7 .section-modal.modal-open {
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%)
}

#m7 .section-modal.modal-open .modal-overlay {
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1
}

#m7 .section-modal.modal-will-close {
  overflow: auto;
  padding-inline-end: 0
}

#m7 .section-modal.modal-will-close .modal-overlay {
  transition: all 0.3s
}

#m7 .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#m7 .section-modal .modal-overlay {
  width: 70vw;
  transform: translate3d(0, 100vh, 0);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  display: flex;
  align-items: center
}

#m7 .section-modal .modal-wrapper {
  position: relative;
  pointer-events: auto
}

#m7 .section-modal .modal-content {
  position: relative;
  z-index: 1;
}

#m7 .section-modal .modal-close-container {
  position: absolute;
  top: 1.66667vw;
  right: 1.66667vw;
  bottom: 0
}

#m7 .section-modal .modal-close-button {
  width: 2.5vw;
  height: 2.5vw;
  position: sticky;
  z-index: 10;
  top: 1.66667vw;
  cursor: pointer;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 0;
  font-size: 0;
  line-height: 0;
  transition: opacity .6s ease
}

#m7 .section-modal .modal-close-button svg {
  width: 100%;
  height: 100%
}

#m7 .section-modal .modal-close-button:hover {
  opacity: .8
}

#m7 .section-modal .swiper-button-prev,
#m7 .section-modal .swiper-button-next {
  transition: all .3s ease-in-out;
  border-radius: 2.60417vw;
  background-color: rgba(128, 128, 128, 0)
}

#m7 .section-modal .swiper-button-prev:hover,
#m7 .section-modal .swiper-button-next:hover {
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

#m7 .section-modal .hl-btn-bg {
  opacity: 0
}

@media (max-aspect-ratio: 11/10) {
  #m7 .section-modal {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    outline: 0;
    -webkit-backdrop-filter: blur(40px) brightness(100%);
    backdrop-filter: blur(40px) brightness(100%);
    padding-inline-end: var(--modal-scrollbar-buffer);
    background-color: rgba(0, 0, 0, 0.4)
  }

  #m7 .section-modal.hl-specimen-feature2-pop {
    background-color: #000
  }

  #m7 .section-modal.hl-design-feature1-pop .modal-overlay {
    transform: translate3d(0, 0, 0)
  }

  #m7 .section-modal.modal-fully-visible {
    padding-inline-end: 0
  }

  #m7 .section-modal.modal-open {
    -webkit-backdrop-filter: blur(50px) brightness(120%);
    backdrop-filter: blur(50px) brightness(120%)
  }

  #m7 .section-modal.modal-open .modal-overlay {
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 1
  }

  #m7 .section-modal.modal-will-close {
    overflow: auto;
    padding-inline-end: 0
  }

  #m7 .section-modal.modal-will-close .modal-overlay {
    transition: all 0.6s cubic-bezier(0, 0, 0.5, 1);
  }

  #m7 .section-modal .modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #m7 .section-modal .modal-overlay {
    width: 100%;
    padding-left: 4.571429vw;
    padding-right: 4.571429vw;
    border-top-left-radius: 2.285714vw;
    border-top-right-radius: 2.285714vw;
    transform: translate3d(0, 100vh, 0);
    pointer-events: none;
    opacity: 0;
    will-change: transform, opacity;
    display: flex;
    align-items: center;
    margin-top: 114px;
    background-color: #fff;
  }

  #m7 .section-modal .modal-wrapper {
    position: relative;
    pointer-events: auto
  }

  #m7 .section-modal .modal-content {
    position: relative;
    z-index: 1;
    padding-top: 11.428571vw;
    padding-bottom: 11.071429vw;
  }

  #m7 .section-modal .modal-close-container {
    position: absolute;
    top: 2.857143vw;
    right: 2.857143vw;
    bottom: 0
  }

  #m7 .section-modal .modal-close-button {
    width: 5.714286vw;
    height: 5.714286vw;
    position: sticky;
    z-index: 10;
    top: 5vw;
    cursor: pointer;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 0;
    font-size: 0;
    line-height: 0;
    transition: opacity .6s ease;
    background-color: rgba(37, 37, 39, 0.5);
  }

  #m7 .section-modal .modal-close-button svg {
    width: 100%;
    height: 100%
  }

  #m7 .section-modal .modal-close-button:hover {
    opacity: .8
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-modal {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    outline: 0;
    -webkit-backdrop-filter: blur(0px) brightness(100%);
    backdrop-filter: blur(0px) brightness(100%);
    padding-inline-end: var(--modal-scrollbar-buffer);
    background-color: rgba(0, 0, 0, 0.85)
  }

  #m7 .section-modal .modal-overlay {
    width: 100%;
    border-top-left-radius: 2.777778vw;
    border-top-right-radius: 2.777778vw;
    padding-left: 4.444444vw;
    padding-right: 4.444444vw;
    margin-top: 18.055556vw;
  }

  #m7 .section-modal .modal-content {
    position: relative;
    z-index: 1;
    padding-top: 19.722222vw;
    padding-bottom: 11.111111vw;
  }

  #m7 .section-modal .modal-close-button {
    width: 7.222222vw;
    height: 7.222222vw;
    position: sticky;
    z-index: 10;
    top: 9.722222vw;
    cursor: pointer;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 0;
    font-size: 0;
    line-height: 0;
    transition: opacity .6s ease;
    background-color: transparent;
    transform: rotate(45deg);
  }

  #m7 .section-modal .modal-close-container {
    position: absolute;
    top: 5.555556vw;
    right: 2.5vw;
    bottom: 0
  }
}

#m7 .subsection-guard-1 .guard-1-wrapper {
  width: 100%;
  display: flex;
  background-color: #F8F8F8;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-img-container {
  width: 40.625vw;
  flex-shrink: 0;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.645833vw;
  padding-right: 3.125vw;
  font-size: 0;
  position: relative;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-btn img {
  display: none;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-title h4 {
  font-size: 1.25vw;
  color: #000;
  font-weight: normal;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-title p {
  font-size: .9375vw;
  color: rgba(0, 0, 0, 0.4);
  margin-top: .520833vw;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub {
  margin-top: 1.041667vw;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub p:not(:first-child) {
  margin-top: .833333vw;
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub p {
  font-size: .833333vw;
  color: rgba(0, 0, 0, 0.8);
}

#m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub span {
  font-size: .833333vw;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-top: .416667vw;
}

#m7 .subsection-guard-1 .guard-1-wrapper2 {
  flex-direction: row-reverse;
  margin-top: 1.354167vw;
  margin-bottom: 1.354167vw;
}

#m7 .subsection-guard-1 .guard-1-wrapper2 .guard-1-txt-title p {
  font-size: .833333vw;
  margin-top: .520833vw;
}

#m7 .subsection-guard-1 .guard-1-showpc {
  display: block;
}

@media screen and (max-width: 1366px) {
  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-container {
    padding-left: 3.125vw;
    padding-right: 2.083333vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-title p {
    margin-top: .3125vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub {
    margin-top: .520833vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub p:not(:first-child)p {
    margin-top: .416667vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-sub span {
    margin-top: .208333vw;
  }
}

@media (max-aspect-ratio: 11/10) {
  #m7 .subsection-guard-1 .guard-1-showpc {
    display: none;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper {
    flex-direction: column;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-img-container {
    width: 100%;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.857143vw 7.714286vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-btn img {
    display: block;
    width: 5.714286vw;
    height: 5.714286vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-title h4 {
    font-size: 2.857143vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper2 {
    margin-top: 5.555556vw;
    margin-bottom: 5.555556vw;
  }

  /* pop text */
  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-container {
    padding-left: 7.714286vw;
    padding-right: 7.714286vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title {
    margin-top: 3.928571vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title h4 {
    font-size: 4.571429vw;
    color: #000;
    font-weight: 500;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title p {
    font-size: 2.285714vw;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 2.214286vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub {
    margin-top: 5.285714vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub p:not(:first-child) {
    margin-top: 4.928571vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub p {
    font-size: 3.428571vw;
    color: rgba(0, 0, 0, 0.8);
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub span {
    color: rgba(0, 0, 0, 0.4);
    margin-top: 1.642857vw;
    display: block;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub br.lg {
    display: none;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-container {
    padding: 5.138889vw 7.083333vw 5.833333vw 6.666667vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-btn img {
    width: 7.5vw;
    height: 7.5vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper .guard-1-txt-title h4 {
    font-size: 5.555556vw;
  }

  #m7 .subsection-guard-1 .guard-1-wrapper2 {
    margin-top: 5.555556vw;
    margin-bottom: 5.555556vw;
  }

  /* pop text */
  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-container {
    padding-left: 0;
    padding-right: 3.888889vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title {
    margin-top: 7.638889vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title h4 {
    font-size: 5.555556vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-title p {
    font-size: 4.444444vw;
    margin-top: 4.305556vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub {
    margin-top: 5vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub p:not(:first-child) {
    margin-top: 5vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub p {
    font-size: 4.444444vw;
  }

  #m7 .guard-feature-pop1 .guard-1-wrapper .guard-1-txt-sub span {
    margin-top: 2.638889vw;
  }

  #m7 .guard-feature-pop2 {
    display: flex;
    align-items: flex-end;
  }
}


#m7 .subsection-guard-2 .tabnav-content {
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 2.239583vw;
  margin-bottom: 2.5vw;
}

#m7 .subsection-guard-2 .tabnav-item {
  color: rgba(0, 0, 0, 0.5);
}

#m7 .subsection-guard-2 .tabnav-item+.tabnav-item {
  margin-left: 2.5vw;
}

#m7 .subsection-guard-2 .tabnav-item.current {
  color: rgba(0, 0, 0, 1);
}

#m7 .subsection-guard-2 .tabnav-indicator::before {
  background-color: #BFBFBF;
}

#m7 .subsection-guard-2 .tabnav-indicator::after {
  background-color: #000000;
}

#m7 .subsection-guard-2 .colournav-container {
  justify-content: center;
  padding-top: 1.666667vw;
  transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  pointer-events: none;
  opacity: 0;
  margin-bottom: 1px;
}

#m7 .subsection-guard-2 .swiper-slide-active .colournav-container {
  pointer-events: all;
  opacity: 1;
}

#m7 .subsection-guard-2 .label-list {
  flex-direction: column;
  text-align: right;
}

#m7 .subsection-guard-2 .label-item {
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m7 .subsection-guard-2 .colournav-list {
  margin-left: 1.041667vw;
}

#m7 .subsection-guard-2 .colournav-item .colour-swatch-indicator {
  transition: opacity 0.5s;
}

#m7 .subsection-guard-2 .swiper-slide:first-child .label-list {
  position: absolute;
  transform: translateX(-50%);
  top: -6.041667vw;
  left: 50%;
  z-index: 9;
}

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .subsection-guard-2 .tabnav-content {
    margin-top: 5.285714vw;
    margin-bottom: 5.714286vw;
  }

  #m7 .subsection-guard-2 .tabnav-item+.tabnav-item {
    margin-left: 5.714286vw;
  }

  #m7 .subsection-guard-2 .colournav-container {
    padding-top: 4.571429vw;
  }

  #m7 .subsection-guard-2 .colournav-list {
    margin-left: 3.357143vw;
  }

  #m7 .subsection-guard-2 .swiper-slide:first-child .label-list {
    top: -9vw;
  }

  #m7 .subsection-guard-2 .swiper-slide:first-child .label-item {
    font-size: 1.714286vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .subsection-guard-2 .tabnav-content {
    margin-top: 10.277778vw;
    margin-bottom: 11.111111vw;
  }

  #m7 .subsection-guard-2 .tabnav-item {
    color: #797c80;
  }

  #m7 .subsection-guard-2 .tabnav-item+.tabnav-item {
    margin-left: 7.777778vw;
  }

  #m7 .subsection-guard-2 .tabnav-item.current {
    color: #18191a;
  }

  #m7 .subsection-guard-2 .tabnav-indicator::before {
    background-color: rgba(24, 25, 26, 0.2);
  }

  #m7 .subsection-guard-2 .tabnav-indicator::after {
    background-color: #18191a;
  }

  #m7 .subsection-guard-2 .colournav-container {
    flex-direction: column-reverse;
    padding-top: 11.111111vw;
  }

  #m7 .subsection-guard-2 .label-list {
    text-align: center;
    margin-top: 2.5vw;
  }

  #m7 .subsection-guard-2 .colournav-list {
    margin-left: 0;
  }

  #m7 .subsection-guard-2 .swiper-slide:first-child .label-list {
    top: -15.972222vw;
    margin-top: 0;
  }
}

#m7 .configuration-1 {
  color: #FFFFFF;
}

#m7 .configuration-1 .configuration-1-txt-wrapper {
  width: 83.645833vw;
  position: absolute;
  top: 32.65625vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#m7 .configuration-1 h4 {
  font-size: 3.125vw;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 2.5vw;
  font-weight: 500;
}

#m7 .configuration-1-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#m7 .configuration-1-container {
  width: 37.916667vw;
  display: flex;
  justify-content: space-between;
}

#m7 .configuration-1-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#m7 .configuration-1-car-name {
  width: 8.854167vw;
  height: 3.125vw;
  padding: .3125vw .78125vw;
  font-size: .9375vw;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: .520833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  box-sizing: border-box;
}

#m7 .configuration-1-car-data-wrapper {
  width: 26.979167vw;
  display: flex;
  justify-content: space-between;
}

#m7 .configuration-1-car-data {
  font-size: 0;
}

#m7 .configuration-1-car-data span {
  font-size: .833333vw;
  opacity: 0.6;
  line-height: 1.25;
}

#m7 .configuration-1-car-data p {
  font-size: 1.666667vw;
  line-height: 1.25;
  font-weight: 500;
  margin-top: .208333vw;
}

#m7 .configuration-1-txt-line {
  width: .104167vw;
  height: 3.020833vw;
  background-color: #fff;
}

#m7 .configuration-1-txt2 {
  margin-top: 3.229167vw;
}

#m7 .configuration-1-txt3 {
  margin-top: 3.229167vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m7 .configuration-1 {
    width: 90.857143vw;
    margin-left: auto;
    margin-right: auto;
    color: #000;
  }

  #m7 .configuration-1 .configuration-1-txt-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 7.857143vw;
  }

  #m7 .configuration-1 h4 {
    font-size: 5.714286vw;
    margin-bottom: 8.428571vw;
  }

  #m7 .configuration-1-txt {
    width: 100%;
    flex-direction: column;
  }

  #m7 .configuration-1-container {
    width: 74.928571vw;
  }

  #m7 .configuration-1-div {
    flex-direction: column;
  }

  #m7 .configuration-1-car-name {
    width: 31.285714vw;
    height: 14.071429vw;
    padding: 2.428571vw 2.857143vw;
    font-size: 3.428571vw;
    background-color: #000000;
    border-radius: 0.571429vw;
    color: #fff;
    text-align: center;
  }

  #m7 .configuration-1-car-data-wrapper {
    width: 100%;
    margin-top: 5.071429vw;
    margin-bottom: 8.5vw;
  }

  #m7 .configuration-1-car-data {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 1.642857vw;
    border-left: 1px solid #7F7F7F;
  }

  #m7 .configuration-1-car-data span {
    font-size: 2vw;
  }

  #m7 .configuration-1-car-data p {
    font-size: 4.571429vw;
    margin-top: 0;
  }

  #m7 .configuration-1-txt-line {
    display: none;
  }

  #m7 .configuration-1-txt2 {
    margin-top: 0;
  }

  #m7 .configuration-1-txt3 {
    margin-top: 0;
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #m7 .configuration-1 {
    width: 100%;
  }

  #m7 .configuration-1 .configuration-1-txt-wrapper {
    margin-top: 11.527778vw;
  }

  #m7 .configuration-1 h4 {
    font-size: 8.888889vw;
    margin-bottom: 13.75vw;
  }

  #m7 .configuration-1-txt {
    width: 46.111111vw;
    margin-left: auto;
    margin-right: auto;
  }

  #m7 .configuration-1-container {
    width: 100%;
  }

  #m7 .configuration-1-car-name {
    width: 46.111111vw;
    height: 16.388889vw;
    padding: 1.388889vw 6.527778vw;
    font-size: 4.444444vw;
    border-radius: 1.111111vw;
  }

  #m7 .configuration-1-car-data-wrapper {
    margin-top: 9.583333vw;
    margin-bottom: 10.972222vw;
    flex-direction: column;
  }

  #m7 .configuration-1-car-data {
    padding-left: 0;
    border-left: 0;
    flex-direction: column;
    text-align: center;
  }

  #m7 .configuration-1-car-data:not(:first-child) {
    margin-top: 6.25vw;
  }

  #m7 .configuration-1-car-data span {
    font-size: 4.444444vw;
  }

  #m7 .configuration-1-car-data p {
    font-size: 6.666667vw;
    margin-top: .416667vw;
  }

  #m7 .configuration-1-txt-line {
    display: none;
  }
}

#m7 .seciton-overview {
  overflow: hidden;
}

#m7 .seciton-overview .swiper2.no-touch {
  pointer-events: none;
}

#m7 .seciton-overview .main-container {
  position: relative;
  width: 100.1%;

}

#m7 .seciton-overview .gallery-slide.current .clip-item {
  -webkit-clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);
  clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);

}

#m7 .seciton-overview .gallery-slide.left .clip-item {
  -webkit-clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
  clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m7 .seciton-overview .gallery-slide.right .clip-item {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
  clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
}

#m7 .seciton-overview .main-container .swiper2 {
  width: 36.052083vw;
  position: absolute;
  bottom: 1.145833vw;
  right: 0;
  z-index: 10;
  padding: 0 .520833vw;
}

#m7 .seciton-overview .main-container .controls-container {
  position: absolute;
  bottom: 1.822917vw;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

#m7 .seciton-overview .main-container .pagination-item {

  color: #fff;
}

#m7 .seciton-overview .main-container .pagination-line {
  /* width: 1.666667vw; */
  background: rgba(255, 255, 255, 0.4);
  /* margin-left: .625vw;
  margin-right: .625vw; */
}

#m7 .seciton-overview .main-container .pagination-line::before {
  background: #fff;
}

#m7 .seciton-overview .main-container .swiper2 .swiper-slide {
  width: 4.166667vw;
  border: .104167vw solid rgba(255, 255, 255, 0);
  cursor: pointer;
}


#m7 .seciton-overview .main-container .swiper2 .swiper-wrapper {
  width: fit-content;
}

#m7 .seciton-overview .main-container .swiper2 .swiper-slide.swiper-slide-thumb-active {
  border: .104167vw solid rgba(255, 255, 255, 1);
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
  #m7 .seciton-overview .main-container .swiper2 {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 5.714286vw;
    overflow: visible;
    padding-left: 33.928571vw;
    padding-right: 4.571429vw;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide {
    width: 9.857143vw;
    border: 0px;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide img {
    opacity: 0.4;
    transition: opacity 0.8s;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide.swiper-slide-thumb-active {
    border: 0px;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
  }

  #m7 .seciton-overview .main-container .controls-container {
    bottom: auto;
    top: 51.428571vw;
    margin-top: 0;
  }

  /* #m7 .seciton-overview .main-container .pagination-line {
    width: 3.142857vw;
    margin-left: 1.142857vw;
    margin-right: 1.142857vw;
  } */

  #m7 .seciton-overview .main-container::before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    width: 4.571429vw;
    height: 8.571429vw;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff00 100%);
    left: 0;
    bottom: 0;
    z-index: 15;
  }

  #m7 .seciton-overview .main-container::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    width: 4.571429vw;
    height: 8.571429vw;
    background-image: linear-gradient(to right, #ffffff00 0%, #ffffff 100%);
    right: 0;
    bottom: 0;
    z-index: 15;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .seciton-overview .main-container .swiper2 {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 5.555556vw;
    overflow: visible;
    padding-left: 8.888889vw;
    padding-right: 8.888889vw;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide {
    width: 19.166667vw;
    border: 0px;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide img {
    opacity: 0.4;
    transition: opacity 0.8s;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide.swiper-slide-thumb-active {
    border: 0px;
  }

  #m7 .seciton-overview .main-container .swiper2 .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
  }

  #m7 .seciton-overview .main-container .controls-container {
    bottom: auto;
    top: 72.916667vw;
    margin-top: 0;
  }

  /* #m7 .seciton-overview .main-container .pagination-line {
    width: 6.111111vw;
    margin-left: 2.222222vw;
    margin-right: 2.222222vw;
  } */

  #m7 .seciton-overview .main-container::before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    width: 8.888889vw;
    height: 19.055556vw;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff00 100%);
    left: 0;
    bottom: 0;
    z-index: 15;
  }

  #m7 .seciton-overview .main-container::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    width: 8.888889vw;
    height: 19.055556vw;
    background-image: linear-gradient(to right, #ffffff00 0%, #ffffff 100%);
    right: 0;
    bottom: 0;
    z-index: 15;
  }
}

#m7 .button {
  text-transform: none;
  transition: all .3s ease-out;
  background-color: #fff;
  overflow: visible;
  width: auto;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: inherit;
  border: none;
  outline: 0;
  margin: 0;
}

#m7 .button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

#m7 .configuration-1 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8125vw;
  height: 2.604167vw;
  padding: 0;
  font-size: 1.041667vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.333333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #m7 .configuration-1 .button {
    align-self: center;
    width: 16.928571vw;
    height: 6.857143vw;
    font-size: 2.777778vw;
    color: #fff;
    box-shadow: inset 0 0 0 1px #000;
    background-color: #000;
    margin-top: 0;
  }

  #m7 .configuration-1 .button:hover {
    color: #fff;
  }

  #m7 .configuration-1 .button::after {
    background-color: #000 !important;
  }
}

@media (max-aspect-ratio: 7 / 10) {
  #m7 .configuration-1 .button {
    width: 27.777778vw;
    height: 11.25vw;
    font-size: 4.444444vw;
    border-radius: 1.111111vw;
  }
}

#m7 .section-overview::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.447917vw;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(180deg, #f5f5f7, #fff);
}

#m7 .section-overview .swiper-slide {
  display: grid;
  justify-content: space-between;
  gap: 0.416667vw;
  grid-template-areas: "a1 a2 a3" "a1 a2 a4";
}

#m7 .section-overview .slide-item {
  position: relative;
}

#m7 .section-overview .slide-item-1 {
  width: 38.75vw;
  grid-area: a1;
}

#m7 .section-overview .slide-item-2 {
  width: 26.041667vw;
  grid-area: a2;
}

#m7 .section-overview .slide-item-3 {
  width: 26.041667vw;
  grid-area: a3;
}

#m7 .section-overview .slide-item-4 {
  width: 26.041667vw;
  grid-area: a4;
}

#m7 .section-overview .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-overview::before {
    height: 63.194444vw;
  }

  #m7 .section-overview .tabnav-content::before,
  #m7 .section-overview .tabnav-content::after {
    display: none;
  }

  #m7 .section-overview .tabnav-wrapper {
    padding: 0;
  }

  #m7 .section-overview .tabnav-list {
    justify-content: center;
  }

  #m7 .section-overview .tabnav-item+.tabnav-item {
    margin-left: 11.111111vw;
  }

  #m7 .section-overview .swiper-slide {
    gap: 1.388889vw;
    grid-template-areas: "a1 b1" "a2 a3" "a4 b2";
  }

  #m7 .section-overview .xs-slide-top {
    width: 100%;
    grid-area: a1;
    grid-column: span 2;
  }

  #m7 .section-overview .xs-slide-left {
    width: 47.083333vw;
    grid-area: a2;
  }

  #m7 .section-overview .xs-slide-right {
    width: 47.083333vw;
    grid-area: a3;
  }

  #m7 .section-overview .xs-slide-bottom {
    width: 100%;
    grid-area: a4;
    grid-column: span 2;
  }

  #m7 .section-overview .caption {
    margin: 3.333333vw;
    font-size: 3.888889vw;
  }
}

/* #m7 .section-footnote .footnote-container {
  padding-top: 2.083333vw;
  border-top: 1px solid #e5e5e5;
} */

@media (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
  #m7 .section-footnote .footnote-container {
    width: 75.428571vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-footnote .footnote-container {
    padding-top: 8.888889vw;
  }
}

#m7 .section-footnote .footnote-list {
  font-size: max(12px, 0.625vw);
}

@media (max-aspect-ratio: 11/10) {
  #m7 .section-footnote .footnote-list {
    font-size: 2vw;
  }
}

@media (max-aspect-ratio: 7/10) {
  #m7 .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}

#m7 .section-footnote ol {
  margin-top: 0;
  padding-left: 1.5em;
}

#m7 .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #797c80;
}

#m7 .section-footnote li+li {
  margin-top: 0.5em;
}

#m7 .section-footnote li.current {
  color: #18191a;
}

#m7 .section-footnote .disclaimer {
  list-style-type: none;
}

#m7 .section-footnote a {
  color: #37f;
}