@font-face {
  font-family: "VWHead";
  src: url("fonts/VWHead-Light.eot");
  src: url("fonts/VWHead-Light.eot?#iefix") format("embedded-opentype"), url("fonts/VWHead-Light.woff2") format("woff2"), url("fonts/VWHead-Light.woff") format("woff"), url("fonts/VWHead-Light.ttf") format("truetype"), url("fonts/VWHead-Light.svg#VWHead-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VW Head";
  src: url("fonts/VWHead.eot");
  src: url("fonts/VWHead.eot?#iefix") format("embedded-opentype"), url("fonts/VWHead.woff2") format("woff2"), url("fonts/VWHead.woff") format("woff"), url("fonts/VWHead.ttf") format("truetype"), url("fonts/VWHead.svg#VWHead") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VW Head";
  src: url("fonts/VWHead-Bold.eot");
  src: url("fonts/VWHead-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/VWHead-Bold.woff2") format("woff2"), url("fonts/VWHead-Bold.woff") format("woff"), url("fonts/VWHead-Bold.ttf") format("truetype"), url("fonts/VWHead-Bold.svg#VWHead-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VW Text";
  src: url("fonts/VWText-Bold.eot");
  src: url("fonts/VWText-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/VWText-Bold.woff2") format("woff2"), url("fonts/VWText-Bold.woff") format("woff"), url("fonts/VWText-Bold.ttf") format("truetype"), url("fonts/VWText-Bold.svg#VWText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VW Text";
  src: url("fonts/VWText.eot");
  src: url("fonts/VWText.eot?#iefix") format("embedded-opentype"), url("fonts/VWText.woff2") format("woff2"), url("fonts/VWText.woff") format("woff"), url("fonts/VWText.ttf") format("truetype"), url("fonts/VWText.svg#VWText") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
  user-select: none;
}

html.no__scroll,
body.no__scroll {
  overflow: hidden;
}

html,
body {
  background: #0c0c0c;
  width: 100%;
  color: #0c0c0c;
  font-size: 16px;
  font-family: "VW Text", sans-serif;
  font-weight: 400;
  position: relative;
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #333;
}

.wrapper__container_root {
  position: relative;
}

.wrapper__container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.wrapper__container.absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.inner__content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.inner__content.absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

section {
  position: relative;
  display: block;
  z-index: 1;
}
section.section {
  width: 100%;
  margin: 0 auto;
}
section img {
  width: 100%;
  height: inherit;
  display: block;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}

.loading__content {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.8) url(../images/ajax-loader.svg) center center no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000;
  display: none;
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    width: 100%;
  }
  .wrapper__container_root {
    width: 100%;
    max-width: initial;
  }
  section img.desktop {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
}
#loading-site {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #f0e6dc;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading-container.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
#loading-site .progress-bar .progress {
  width: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/loading-progress.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
.bar__header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  height: auto;
  padding-top: 33px;
  padding-bottom: 3vw;
  width: 100%;
}
.bar__header.logo {
  z-index: 600;
}
.bar__header.logo.active::before {
  opacity: 0;
}
.bar__header.logo .logo__vw.active::before, .bar__header.logo .logo__vw.active::after {
  width: 0;
  opacity: 1;
}
.bar__header.logo .logo__vw svg {
  opacity: 1;
}
.bar__header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  background: linear-gradient(0deg, rgba(12, 12, 12, 0) 0%, rgb(12, 12, 12) 50%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.bar__header.active::before {
  opacity: 1;
}
.bar__header .logo__vw {
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  padding-left: 112px;
  z-index: 20;
}
.bar__header .logo__vw.active::before, .bar__header .logo__vw.active::after {
  width: 100vw;
  opacity: 1;
}
.bar__header .logo__vw svg {
  width: 56px;
  height: 56px;
  fill: #f0e6dc;
  display: block;
  opacity: 0;
}
.bar__header .logo__vw::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 0;
  opacity: 0;
  height: 2px;
  background: #f0e6dc;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.bar__header .logo__vw::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 182px;
  width: 0;
  opacity: 1;
  height: 2px;
  background: #f0e6dc;
  transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.bar__header .dealership__mobile {
  display: none;
}

section.section#section__hero {
  background: #0c0c0c;
  color: #f0e6dc;
  overflow: hidden;
}
section.section#section__hero .description {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 5%;
  width: 400px;
  color: #f0e6dc;
  opacity: 0;
}
section.section#section__hero .description .dealership {
  display: block;
  border-left: 1px solid #f0e6dc;
  padding-left: 10px;
  margin-bottom: 20px;
}
section.section#section__hero .description .dealership > p {
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}
section.section#section__hero .description .dealership > p strong {
  font-size: min(0.8333333333vw, 16px);
  font-family: "VW Head";
}
section.section#section__hero .description h3 {
  font-size: min(2.8125vw, 36px);
  line-height: 1;
  font-weight: bold;
  margin: 10px 0 16px 0;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
}
section.section#section__hero .description p {
  font-size: min(1.25vw, 16px);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
}
section.section#section__hero .description p.first {
  font-size: min(2.5vw, 32px);
}
section.section#section__hero .logo__legends {
  position: absolute;
  top: 88%;
  left: 5%;
  width: min(12.890625vw, 165px);
}
section.section#section__hero .img__bg {
  position: relative;
  width: 100%;
  height: auto;
}
section.section#section__hero .img__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  background: linear-gradient(270deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
  opacity: 1;
  z-index: 10;
}
section.section#section__hero .img__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  background: linear-gradient(90deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .bar__header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 15px;
    z-index: 500;
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 15vw;
  }
  .bar__header .logo__vw {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    padding-left: 10vw;
  }
  .bar__header .logo__vw svg {
    width: 40px;
    height: 40px;
    fill: #f0e6dc;
    display: block;
  }
  .bar__header .logo__vw::before {
    display: none;
  }
  .bar__header .logo__vw::after {
    display: none;
  }
  .bar__header .dealership__mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24vw;
    display: block;
    border-left: 1px solid #f0e6dc;
    padding-left: 12px;
    margin: 0;
  }
  .bar__header .dealership__mobile p {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
  }
  section.section#section__hero {
    background: #0c0c0c;
    color: #f0e6dc;
  }
  section.section#section__hero .description {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    padding: 0 8vw;
    color: #f0e6dc;
    transform: translateY(0);
  }
  section.section#section__hero .description .dealership {
    display: none;
  }
  section.section#section__hero .description h3 {
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 16px 0;
  }
  section.section#section__hero .description p {
    font-size: 4vw;
    text-wrap: balance;
  }
  section.section#section__hero .description p.first {
    font-size: 5vw;
  }
  section.section#section__hero .logo__legends {
    display: none;
  }
  section.section#section__hero .img__bg {
    position: relative;
    width: 100%;
    height: auto;
  }
  section.section#section__hero .img__bg:before {
    display: none;
  }
  section.section#section__hero .img__bg:after {
    display: none;
  }
}
section.section#section__specs {
  background: #d1d1d1;
  padding: min(3.0769230769vw, 40px) 0 2vw 0;
  overflow: hidden;
}
section.section#section__specs .wrapper__infos {
  padding-bottom: min(4.6153846154vw, 60px);
}
section.section#section__specs .wrapper__infos .track__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section.section#section__specs .wrapper__infos .track__infos .info {
  border: 1px solid #a9a8b2;
  transform: skewX(-19deg);
  padding: 10px 50px 10px 30px;
  border-radius: 12px;
}
section.section#section__specs .wrapper__infos .track__infos .info p {
  color: #000e26;
  transform: skewX(19deg);
  font-size: min(1.0769230769vw, 14px);
}
section.section#section__specs .wrapper__infos .track__infos .info p:first-child {
  transform: translateX(-8px) skewX(19deg);
}
section.section#section__specs .wrapper__infos .track__infos .info p strong {
  font-size: min(1.2307692308vw, 16px);
  font-weight: bold;
}
section.section#section__specs .wrapper__title .title {
  position: relative;
  width: min(43.0769230769vw, 560px);
  color: #000e26;
  padding: min(4.6153846154vw, 60px) 0 0 min(7.6923076923vw, 100px);
  z-index: 10;
}
section.section#section__specs .wrapper__title .title h3 {
  font-family: "VW Head";
  font-size: min(4.3076923077vw, 56px);
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 20px 0;
}
section.section#section__specs .wrapper__title .title h3 span {
  display: inline-block;
  transform: translate(30px, 0);
}
section.section#section__specs .wrapper__title .title p {
  padding-left: min(3.4615384615vw, 45px);
  font-size: min(1.2307692308vw, 16px);
  line-height: min(1.6923076923vw, 22px);
}
section.section#section__specs .wrapper__slider_color {
  position: relative;
  width: min(47.6923076923vw, 620px);
  margin: 0 auto min(2.1978021978vw, 40px) auto;
  z-index: 10;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar {
  opacity: 1;
  overflow: initial;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar p {
  font-size: min(1.2307692308vw, 16px);
  text-align: center;
  margin-bottom: min(1.5384615385vw, 20px);
  color: #f0e6dc;
  transform: translateY(min(-1.5384615385vw, -20px));
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .swiper-wrapper {
  transform: translate(min(1.5384615385vw, 20px), min(-0.7692307692vw, -10px));
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination {
  position: relative;
  bottom: initial;
  display: flex;
  justify-content: center;
  transform: translateY(min(-1.5384615385vw, -20px));
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: min(2.7692307692vw, 36px);
  height: min(2.7692307692vw, 36px);
  opacity: 1;
  margin: 0 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:hover::before {
  border: 1px solid #f0e6dc;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(3.0769230769vw, 40px);
  height: min(3.0769230769vw, 40px);
  border: 1px solid rgba(240, 230, 220, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.4);
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid #f0e6dc;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  display: block !important;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(0.78125vw, 10px);
  color: #f0e6dc;
  top: 114%;
  width: max-content;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #f0e6dc;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
  content: "Branco Puro";
  display: none;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #a30f0f;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  content: "Vermelho Kings";
  display: none;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #6d7378;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
  content: "Cinza Moonstone";
  display: none;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: #000;
}
section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
  content: "Preto Mythos";
  display: none;
}
section.section#section__specs .wrapper__slider_specs {
  position: relative;
  width: min(98.4615384615vw, 1280px);
  margin: 0 auto;
}
section.section#section__specs .wrapper__slider_specs .bg__specs {
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translateX(-55%);
  width: min(95vw, 1235px);
  height: auto;
  z-index: 1;
}
section.section#section__specs .wrapper__slider_specs .bg__specs .ico__speed {
  position: absolute;
  top: -4px;
  right: 2%;
  width: min(15.2307692308vw, 198px);
}
section.section#section__specs .wrapper__slider_specs .graph__specs {
  position: absolute;
  top: -64%;
  left: 50%;
  transform: translateX(-110%);
  width: min(61.0769230769vw, 794px);
  height: auto;
  z-index: 1;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar {
  overflow: initial;
  position: absolute;
  top: 0;
  z-index: 10;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide {
  width: initial;
  height: auto;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__clip {
  width: min(60.7692307692vw, 790px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(2) {
  transform: translate(min(-0.7692307692vw, -10px), min(-1.5384615385vw, -20px));
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(2) .wrapper__clip {
  width: min(42.3076923077vw, 550px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(3) {
  position: absolute;
  top: min(36.9230769231vw, 480px);
  left: min(43.8461538462vw, 570px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(3) .wrapper__clip {
  width: min(43.0769230769vw, 560px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip {
  position: relative;
  background: #0c0c0c;
  margin: 0 0 min(1.5384615385vw, 20px) 0;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  transform-origin: center center;
  opacity: 0;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip > img {
  opacity: 0;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description {
  display: flex;
  justify-content: flex-start;
  padding-left: min(9.2307692308vw, 120px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description {
  color: #f0e6dc;
  width: min(30.7692307692vw, 400px);
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
  font-size: min(1.8461538462vw, 24px);
  font-family: "VWHead";
  font-weight: 300;
  margin: min(0.7692307692vw, 10px) 0 min(1.2307692308vw, 16px) 0;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description p {
  font-size: min(1.2307692308vw, 16px);
  line-height: min(1.6923076923vw, 22px);
  text-wrap: balance;
}
section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description.dark {
  color: #000e26;
}

@media only screen and (max-width: 1024px) {
  section.section#section__specs {
    background: #d1d1d1;
    padding: 10vw 0 15vw 0;
    overflow: hidden;
  }
  section.section#section__specs .inner__content.absolute {
    position: relative;
  }
  section.section#section__specs .wrapper__infos {
    padding-bottom: 5vw;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 5vw;
  }
  section.section#section__specs .wrapper__infos .track__infos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding-left: 5vw;
  }
  section.section#section__specs .wrapper__infos .track__infos .info {
    border: 1px solid #a9a8b2;
    transform: skewX(-19deg);
    padding: 10px 50px 10px 30px;
    border-radius: 12px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  section.section#section__specs .wrapper__infos .track__infos .info p {
    color: #000e26;
    transform: skewX(19deg);
    font-size: 10px;
  }
  section.section#section__specs .wrapper__infos .track__infos .info p:first-child {
    transform: translateX(-8px) skewX(19deg);
  }
  section.section#section__specs .wrapper__infos .track__infos .info p strong {
    font-size: 12px;
    font-weight: bold;
  }
  section.section#section__specs .wrapper__title .title {
    position: relative;
    width: 90%;
    color: #000e26;
    padding: 3vw 0 10vw 5vw;
    z-index: 10;
  }
  section.section#section__specs .wrapper__title .title h3 {
    font-family: "VW Head";
    font-size: 10vw;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 10px 0;
  }
  section.section#section__specs .wrapper__title .title h3 span {
    display: inline-block;
    transform: translate(30px, 0);
  }
  section.section#section__specs .wrapper__title .title p {
    padding-left: 8.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }
  section.section#section__specs .wrapper__slider_color {
    position: relative;
    width: 80%;
    margin: 0 auto 15vw auto;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar {
    opacity: 1;
    overflow: initial;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar p {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 10px;
    color: #f0e6dc;
    transform: translateY(0);
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .swiper-wrapper {
    transform: translate(10px, -18px);
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination {
    position: relative;
    bottom: initial;
    display: flex;
    justify-content: center;
    transform: translateY(0);
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: min(6.2337662338vw, 48px);
    height: min(6.2337662338vw, 48px);
    opacity: 1;
    margin: 0 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:hover::before {
    border: 1px solid #f0e6dc;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(6.7532467532vw, 52px);
    height: min(6.7532467532vw, 52px);
    border: 1px solid rgba(240, 230, 220, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.4);
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid #f0e6dc;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    display: block !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7px;
    color: #f0e6dc;
    top: 120%;
    width: max-content;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background: #f0e6dc;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
    content: "Branco Puro";
    display: none;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background: #a30f0f;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
    content: "Vermelho Kings";
    display: none;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    background: #6d7378;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
    content: "Cinza Moonstone";
    display: none;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    background: #000;
  }
  section.section#section__specs .wrapper__slider_color .swiper#colorCar .color-swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
    content: "Preto Mythos";
    display: none;
  }
  section.section#section__specs .wrapper__slider_specs {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  section.section#section__specs .wrapper__slider_specs .bg__specs {
    position: absolute;
    top: -52%;
    left: -17%;
    transform: translateX(0);
    width: 120vw;
    height: auto;
    z-index: 0;
  }
  section.section#section__specs .wrapper__slider_specs .bg__specs .ico__speed {
    display: none;
  }
  section.section#section__specs .wrapper__slider_specs .graph__specs {
    position: absolute;
    top: -116%;
    left: 50%;
    transform: translateX(-110%);
    width: min(61.0769230769vw, 794px);
    height: auto;
    z-index: 0;
    display: none;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar {
    overflow: initial;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper {
    padding-bottom: 8vw;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide {
    width: 90% !important;
    height: auto;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__clip {
    width: 100%;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(2) {
    transform: translate(0);
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(2) .wrapper__clip {
    width: 100%;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(3) {
    position: relative;
    top: initial;
    left: initial;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide:nth-child(3) .wrapper__clip {
    width: 100%;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip {
    position: relative;
    background: #0c0c0c;
    margin: 0 0 10px 0;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    transform-origin: center center;
    opacity: 0;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__clip > img {
    opacity: 0;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description {
    color: #000e26;
    width: 90%;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
    font-size: 4vw;
    margin: min(1.2987012987vw, 10px) 0 min(2.0779220779vw, 16px) 0;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description p {
    font-size: 3vw;
    line-height: 4vw;
    text-wrap: balance;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-wrapper .swiper-slide .wrapper__description .description.dark {
    color: #000e26;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .specs-swiper-pagination {
    position: relative;
    bottom: initial;
    display: flex;
    justify-content: center;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-pagination-bullet {
    background: #a30f0f;
    opacity: 1;
    margin: 0 10px;
  }
  section.section#section__specs .wrapper__slider_specs .swiper#specsCar .swiper-pagination-bullet-active {
    transform: scale(1.6);
  }
}
section.section#section__bar {
  background: #0c0c0c;
  color: #f0e6dc;
  padding: 0 0;
  position: sticky;
  top: 0;
  z-index: 500;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__bar.show {
  opacity: 1;
}
section.section#section__bar .inner__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.section#section__bar .inner__content .description h3 {
  font-size: min(2.34375vw, 30px);
  font-family: "VWHead";
  font-weight: 300;
}
section.section#section__bar .inner__content .description p {
  font-family: "VW Head";
  font-weight: 400;
  font-size: min(1.25vw, 16px);
}
section.section#section__bar .inner__content .img__golf_bar {
  position: relative;
  width: min(25.625vw, 328px);
  transform: translateY(30px);
  margin-right: 4vw;
  margin-left: 112px;
  z-index: 15;
}
section.section#section__bar .inner__content .img__golf_bar .logo__vw {
  position: absolute;
  top: 3px;
  left: 0;
  width: 56px;
  height: 56px;
  display: none;
  z-index: -1;
}
section.section#section__bar .inner__content .img__golf_bar .logo__vw svg {
  width: 56px;
  height: 56px;
  fill: #ffffff;
  display: block;
}
section.section#section__bar .inner__content .img__golf_bar img {
  transform: translate(6px, 4px);
}

@media only screen and (max-width: 1024px) {
  section.section#section__bar {
    background: #0c0c0c;
    color: #f0e6dc;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 500;
  }
  section.section#section__bar .inner__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.section#section__bar .inner__content .description {
    width: 40%;
    padding-right: 0;
  }
  section.section#section__bar .inner__content .description h3 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  section.section#section__bar .inner__content .description p {
    font-size: 2vw;
    line-height: 3vw;
  }
  section.section#section__bar .inner__content .img__golf_bar {
    position: relative;
    width: 50%;
    transform: translateY(0);
    margin-left: 10vw;
    z-index: 15;
  }
  section.section#section__bar .inner__content .img__golf_bar img {
    transform: translate(0, 20px);
  }
  section.section#section__bar .inner__content .img__golf_bar .logo__vw {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
  }
  section.section#section__bar .inner__content .img__golf_bar .logo__vw svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    display: block;
  }
}
section.section#section__inside {
  background: #0c0c0c;
  color: #f0e6dc;
  overflow: hidden;
}
section.section#section__inside .wrapper__bg {
  width: 100%;
  background: #d1d1d1;
}
section.section#section__inside .wrapper__bg .inner__content {
  color: #000e26;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__inside .wrapper__bg .inner__content.show {
  opacity: 1;
}
section.section#section__inside .wrapper__bg .inner__content h2 {
  font-weight: 400;
  font-size: min(2.96875vw, 38px);
  padding-left: 10%;
  margin-bottom: 20px;
  font-family: "VWHead";
  font-weight: 300;
}
section.section#section__inside .wrapper__bg .inner__content p {
  font-size: min(1.25vw, 16px);
  padding-right: 25%;
  padding-left: 15%;
}
section.section#section__inside .wrapper__bg .inner__content ul {
  display: flex;
  justify-content: center;
  padding: 2vw 0;
  gap: 60px;
}
section.section#section__inside .wrapper__bg .inner__content ul li {
  color: #0c0c0c;
  font-weight: bold;
  font-size: min(1.25vw, 16px);
}
section.section#section__inside .wrapper__container .slider__container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: auto;
  overflow: hidden;
}
section.section#section__inside .wrapper__container .before__image,
section.section#section__inside .wrapper__container .after__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}
section.section#section__inside .wrapper__container .slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #f0e6dc;
  cursor: pointer;
  z-index: 5;
}
section.section#section__inside .wrapper__container .slider__line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #f0e6dc;
  z-index: 5;
}
section.section#section__inside .wrapper__container .slider__line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: drag;
}
section.section#section__inside .wrapper__container .pulse__container {
  position: relative;
  display: inline-block;
}
section.section#section__inside .wrapper__container .pulse__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #a30f0f;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  section.section#section__inside {
    background: #0c0c0c;
    color: #f0e6dc;
    overflow: hidden;
  }
  section.section#section__inside .wrapper__bg {
    width: 100%;
    background: #d1d1d1;
  }
  section.section#section__inside .wrapper__bg .inner__content {
    color: #000e26;
    padding: 0 8vw;
  }
  section.section#section__inside .wrapper__bg .inner__content h2 {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  section.section#section__inside .wrapper__bg .inner__content p {
    font-size: 4vw;
    padding-right: 0;
    padding-left: 5%;
    text-wrap: balance;
  }
  section.section#section__inside .wrapper__bg .inner__content ul {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
    gap: 100px;
  }
  section.section#section__inside .wrapper__bg .inner__content ul li {
    color: #0c0c0c;
    font-weight: bold;
    font-size: 3vw;
  }
  section.section#section__inside .wrapper__container .slider__container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    overflow: hidden;
  }
  section.section#section__inside .wrapper__container .before__image,
  section.section#section__inside .wrapper__container .after__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
  }
  section.section#section__inside .wrapper__container .slider__handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #f0e6dc;
    cursor: pointer;
    z-index: 5;
  }
  section.section#section__inside .wrapper__container .slider__line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f0e6dc;
    z-index: 5;
  }
  section.section#section__inside .wrapper__container .slider__line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: grab;
    width: 40px;
  }
  section.section#section__inside .wrapper__container .pulse__container {
    position: relative;
    display: inline-block;
  }
  section.section#section__inside .wrapper__container .pulse__container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a30f0f;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: pulse 1.5s infinite;
  }
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.6);
      opacity: 0.5;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
  }
}
section.section#section__background {
  background: #0c0c0c;
  color: #f0e6dc;
  height: 550px;
  overflow: hidden;
}
section.section#section__background .description {
  position: absolute;
  bottom: 36%;
  left: 68px;
  width: 400px;
  color: #f0e6dc;
}
section.section#section__background .description h3 {
  font-size: min(2.8125vw, 36px);
  line-height: 1;
  font-weight: bold;
  margin: 10px 0 16px 0;
}
section.section#section__background .description p {
  font-size: min(1.25vw, 16px);
}
section.section#section__background .prllx__img {
  width: 100%;
  overflow: hidden;
}
section.section#section__background .prllx__img img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  section.section#section__background {
    background: #0c0c0c;
    color: #f0e6dc;
    height: 550px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  section.section#section__background .description {
    position: absolute;
    bottom: 8%;
    left: 8vw;
    width: 400px;
    color: #f0e6dc;
  }
  section.section#section__background .description h3 {
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 10px 0;
  }
  section.section#section__background .description p {
    font-size: 3vw;
  }
  section.section#section__background .prllx__img {
    height: 550px;
    width: 100%;
    overflow: hidden;
  }
  section.section#section__background .prllx__img img {
    width: 100%;
  }
}
section.section#section__features {
  background: #0c0c0c;
  color: #f0e6dc;
  height: auto;
  z-index: 2;
  padding: 5vw 0 0 0;
}
section.section#section__features .inner__content .wrapper__title {
  margin-bottom: 3vw;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__features .inner__content .wrapper__title.show {
  opacity: 1;
}
section.section#section__features .inner__content .wrapper__title .title h2 {
  font-weight: 400;
  font-size: min(2.7536231884vw, 38px);
  padding-left: 10%;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "VWHead";
}
section.section#section__features .inner__content .wrapper__title .title p {
  font-size: min(1.1594202899vw, 16px);
  padding-right: 25%;
  padding-left: 15%;
}
section.section#section__features .inner__content .wrapper__slider_features {
  position: relative;
  width: min(98.4615384615vw, 1280px);
  margin: 0 auto;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures {
  overflow: initial;
  position: absolute;
  top: 0;
  z-index: 10;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide {
  width: initial;
  height: auto;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__clip {
  width: min(60.7692307692vw, 790px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__description {
  position: absolute;
  top: 10%;
  left: 100%;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(2) {
  position: absolute;
  top: min(35.3846153846vw, 460px);
  left: min(0.7692307692vw, 10px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(2) .wrapper__clip {
  width: min(42.3076923077vw, 550px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(3) {
  position: absolute;
  top: min(29.2307692308vw, 380px);
  left: min(46.1538461538vw, 600px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(3) .wrapper__clip {
  width: min(43.0769230769vw, 560px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip {
  position: relative;
  background: rgba(240, 230, 220, 0.1);
  margin: 0 0 min(1.5384615385vw, 20px) 0;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  transform-origin: center center;
  opacity: 0;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip > img {
  opacity: 0;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description {
  display: flex;
  justify-content: flex-start;
  padding-left: min(1.5384615385vw, 20px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description {
  color: #f0e6dc;
  width: min(30.7692307692vw, 400px);
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
  font-size: min(1.8461538462vw, 24px);
  font-family: "VWHead";
  font-weight: 300;
  margin: min(0.7692307692vw, 10px) 0 min(1.2307692308vw, 16px) 0;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description p {
  font-size: min(1.2307692308vw, 16px);
  line-height: min(1.6923076923vw, 22px);
  text-wrap: balance;
}
section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description.dark {
  color: #000e26;
}
section.section#section__features .inner__content .wrapper__slider_features .graph {
  position: absolute;
  width: min(78.125vw, 1500px);
  top: 25%;
  left: 50%;
  transform: translateX(-117%) skewX(-1.3deg);
}

@media only screen and (max-width: 1024px) {
  section.section#section__features {
    margin-bottom: 12vw;
    overflow: hidden;
    padding-bottom: 10vw;
  }
  section.section#section__features .inner__content.absolute {
    top: initial;
    left: initial;
    position: relative;
    transform: translateX(0);
  }
  section.section#section__features .inner__content .wrapper__title {
    padding: 0 8vw;
    margin-bottom: 40px;
  }
  section.section#section__features .inner__content .wrapper__title .title h2 {
    font-size: 7vw;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 0;
  }
  section.section#section__features .inner__content .wrapper__title .title p {
    font-size: 4vw;
    padding-right: 0;
    padding-left: 5%;
    text-wrap: balance;
  }
  section.section#section__features .inner__content .wrapper__slider_features {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures {
    overflow: initial;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper {
    padding-bottom: 8vw;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide {
    width: 90% !important;
    height: auto;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__clip {
    width: 100%;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__description {
    top: initial;
    left: initial;
    position: relative;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(2) {
    transform: translate(0);
    top: initial;
    left: initial;
    position: relative;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(2) .wrapper__clip {
    width: 100%;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(3) {
    position: relative;
    top: initial;
    left: initial;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide:nth-child(3) .wrapper__clip {
    width: 100%;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip {
    position: relative;
    margin: 0 0 10px 0;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__clip > img {
    opacity: 0;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description {
    width: 90%;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
    font-size: 4vw;
    margin: min(1.2987012987vw, 10px) 0 min(2.0779220779vw, 16px) 0;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-wrapper .swiper-slide .wrapper__description .description p {
    font-size: 3vw;
    line-height: 4vw;
    text-wrap: balance;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .features-swiper-pagination {
    position: relative;
    bottom: initial;
    display: flex;
    justify-content: center;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-pagination-bullet {
    background: #a30f0f;
    opacity: 1;
    margin: 0 10px;
  }
  section.section#section__features .inner__content .wrapper__slider_features .swiper#sliderFeatures .swiper-pagination-bullet-active {
    transform: scale(1.6);
  }
}
section.section#section__tecnology {
  overflow: hidden;
  color: #f0e6dc;
  height: auto;
  z-index: 50;
  padding-bottom: 60px;
}
section.section#section__tecnology .inner__content {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__tecnology .inner__content.show {
  opacity: 1;
}
section.section#section__tecnology .inner__content h2 {
  font-size: min(2.96875vw, 38px);
  padding-left: 10%;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "VWHead";
  line-height: 1;
}
section.section#section__tecnology .inner__content p {
  font-size: min(1.25vw, 16px);
  padding-right: 25%;
  padding-left: 15%;
}
section.section#section__tecnology .wrapper__container {
  overflow: hidden;
  transform: skewX(-22deg);
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology {
  overflow: initial;
  transform: skewX(22deg);
  display: flex;
  flex-wrap: wrap;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper {
  width: 100%;
  padding-bottom: 80px;
  order: 1;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide {
  width: 40% !important;
  height: auto;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide.swiper-slide-active .wrapper__clip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0c41cb;
  z-index: 10;
  border-top: 2px solid #0c0c0c;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide.swiper-slide-active .wrapper__description .description p,
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide.swiper-slide-active .wrapper__description .description h3 {
  opacity: 1;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip {
  position: relative;
  background: rgba(240, 230, 220, 0.1);
  margin: 0 0 10px 0;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  transform-origin: center center;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip > img {
  opacity: 0;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description {
  width: 80%;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
  font-size: min(1.8461538462vw, 24px);
  font-family: "VWHead";
  font-weight: 300;
  margin: min(0.7692307692vw, 10px) 0 min(1.2307692308vw, 16px) 0;
  opacity: 0.3;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description p {
  font-size: min(1.2307692308vw, 16px);
  line-height: min(1.6923076923vw, 22px);
  text-wrap: balance;
  opacity: 0.3;
  transition: opacity 0.6s ease-in-out;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination {
  position: relative;
  bottom: initial;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  padding: 40px 0 40px min(26.0416666667vw, 500px);
  order: 0;
  font-size: min(1.5384615385vw, 20px);
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span {
  position: relative;
  margin-right: 4px;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span::before {
  content: "0";
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span:nth-child(2) {
  margin-right: 0;
  margin-left: 4px;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-pagination-bullet {
  background: #a30f0f;
  opacity: 1;
  margin: 0 10px;
}
section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-pagination-bullet-active {
  transform: scale(1.6);
}

@media only screen and (max-width: 1024px) {
  section.section#section__tecnology {
    background: #0c0c0c;
    color: #f0e6dc;
    height: auto;
    z-index: 1;
    overflow-x: hidden;
  }
  section.section#section__tecnology .inner__content {
    padding: 0 8vw;
    margin-bottom: 40px;
  }
  section.section#section__tecnology .inner__content h2 {
    font-size: 7vw;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 0;
  }
  section.section#section__tecnology .inner__content h2 br {
    display: none;
  }
  section.section#section__tecnology .inner__content p {
    font-size: 4vw;
    padding-right: 0;
    padding-left: 5%;
    text-wrap: balance;
  }
  section.section#section__tecnology .wrapper__container {
    overflow: hidden;
    transform: skewX(0);
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology {
    overflow: initial;
    transform: skewX(0);
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper {
    padding-bottom: 8vw;
    order: 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide {
    width: 90% !important;
    height: auto;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide.swiper-slide-active .wrapper__clip::after {
    display: none;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide:nth-child(1) .wrapper__clip {
    width: 100%;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide:nth-child(2) {
    transform: translate(0);
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide:nth-child(2) .wrapper__clip {
    width: 100%;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide:nth-child(3) {
    position: relative;
    top: initial;
    left: initial;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide:nth-child(3) .wrapper__clip {
    width: 100%;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip {
    position: relative;
    margin: 0 0 10px 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip .polygon__clip {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__clip > img {
    opacity: 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description {
    width: 90%;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description h3 {
    font-size: 4vw;
    margin: min(1.2987012987vw, 10px) 0 min(2.0779220779vw, 16px) 0;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-wrapper .swiper-slide .wrapper__description .description p {
    font-size: 3vw;
    line-height: 4vw;
    text-wrap: balance;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination {
    position: relative;
    bottom: initial;
    display: flex;
    justify-content: center;
    padding: 0 0 5vw 0;
    order: 1;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span {
    position: relative;
    margin-right: 10px;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span::before {
    content: "";
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .tecnology-swiper-pagination span:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-pagination-bullet {
    background: #a30f0f;
    opacity: 1;
    margin: 0 10px;
  }
  section.section#section__tecnology .wrapper__container .wrapper__slider_tecnology .swiper#sliderTecnology .swiper-pagination-bullet-active {
    transform: scale(1.6);
  }
}
section.section#section__gallery {
  background: #0c0c0c;
}
section.section#section__gallery .wrapper__container {
  background: #FFF;
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery {
  width: calc(100% - 40px);
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper {
  padding: 20px 0 0 0;
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide {
  padding-bottom: 3px;
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide img {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 5px solid #0c41cb;
}
section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
section.section#section__gallery .wrapper__container .swiper .wrapper__scrollbar {
  position: relative;
  width: 100%;
  padding-top: 40px;
}
section.section#section__gallery .wrapper__container .swiper .wrapper__scrollbar .swiper-scrollbar {
  width: 600px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  box-shadow: inset 0px 0px 0px 2px #f0e6dc;
}
section.section#section__gallery .wrapper__container .swiper .wrapper__scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0c41cb;
}

@media only screen and (max-width: 1024px) {
  section.section#section__gallery {
    background: #0c0c0c;
  }
  section.section#section__gallery .wrapper__container {
    background: #d1d1d1;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper {
    padding: 10px 0 0 0;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide {
    padding-bottom: 2px;
    width: 29%;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide img {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 2px solid #0c41cb;
  }
  section.section#section__gallery .wrapper__container .swiper#thumbGallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  section.section#section__gallery .wrapper__container .swiper .wrapper__scrollbar {
    display: none;
  }
}
section.section#section__club {
  background: #FFF;
  color: #000e26;
  height: auto;
  z-index: 1;
  padding: 5vw 0 2vw 0;
}
section.section#section__club .wrapper__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section#section__club .wrapper__container .card {
  width: 208px;
  margin-right: 2vw;
}
section.section#section__club .wrapper__container .description {
  width: min(34.375vw, 440px);
}
section.section#section__club .wrapper__container .description h4 {
  font-family: "VWHead";
  font-weight: 300;
  font-size: min(3.125vw, 40px);
  margin-bottom: 20px;
}
section.section#section__club .wrapper__container .description p {
  font-size: min(1.25vw, 16px);
}
section.section#section__club .wrapper__container .description p strong {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  section.section#section__club {
    padding: 12vw 0 5vw 0;
  }
  section.section#section__club .wrapper__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  section.section#section__club .wrapper__container .card {
    width: 100%;
    margin-right: 0;
    padding: 0 20vw;
    margin-bottom: 5vw;
  }
  section.section#section__club .wrapper__container .description {
    width: 100%;
    text-align: center;
    padding: 0 10vw;
  }
  section.section#section__club .wrapper__container .description h4 {
    font-family: "VWHead";
    font-weight: 300;
    font-size: 6vw;
    margin-bottom: 20px;
  }
  section.section#section__club .wrapper__container .description p {
    font-size: 3vw;
  }
  section.section#section__club .wrapper__container .description p strong {
    font-weight: bold;
  }
}
section.section#section__footer {
  background: #FFF;
  color: #000e26;
  height: auto;
  z-index: 1;
}
section.section#section__footer .inner__content {
  padding: 3vw 0 1vw 0;
}
section.section#section__footer .inner__content ul {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 2vw 0;
  margin-bottom: 1vw;
  gap: 10px;
  border-bottom: 1px solid #d1d1d1;
}
section.section#section__footer .inner__content ul li a {
  color: #000e26;
  font-size: min(1.25vw, 16px);
}
section.section#section__footer .inner__content ul li a:hover {
  color: #0c0c0c;
}
section.section#section__footer .inner__content p {
  font-size: min(1.25vw, 16px);
  padding-bottom: 20px;
  margin-bottom: 0;
}
section.section#section__footer .inner__content p:last-child {
  font-size: min(0.9375vw, 12px);
  padding-top: 20PX;
  border-top: 1px solid #d1d1d1;
  padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  section.section#section__footer {
    height: auto;
    z-index: 1;
    padding: 0 0 5vw 0;
  }
  section.section#section__footer .inner__content {
    padding: 3vw 8vw 0 8vw;
  }
  section.section#section__footer .inner__content ul {
    display: block;
    padding: 0 0 5vw 0;
    margin-bottom: 5vw;
    gap: 0;
    border-bottom: 1px solid #d1d1d1;
  }
  section.section#section__footer .inner__content ul li {
    margin-top: 30px;
    width: 50%;
  }
  section.section#section__footer .inner__content ul li:last-child {
    width: 100%;
  }
  section.section#section__footer .inner__content ul li.pipe {
    display: none;
    width: 2px;
  }
  section.section#section__footer .inner__content ul li a {
    color: #000e26;
    font-size: 3vw;
  }
  section.section#section__footer .inner__content ul li a:hover {
    color: #0c0c0c;
  }
  section.section#section__footer .inner__content p {
    font-size: 3vw;
  }
  section.section#section__footer .inner__content p:last-child {
    font-size: 10px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
    padding-bottom: 0;
  }
}
section.section#section__blocked {
  background: url(../images/bg-blocked-desktop.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
section.section#section__blocked .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.section#section__blocked .info .logo__vw {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
}
section.section#section__blocked .info .logo__vw svg {
  width: 56px;
  height: 56px;
  fill: #ffffff;
  display: block;
}
section.section#section__blocked .info P {
  font-family: "VW Head";
  font-weight: 400;
  font-size: min(2.5vw, 32px);
  color: #ffffff;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  section.section#section__blocked {
    background: url(../images/bg-blocked-desktop.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
  }
  section.section#section__blocked .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.section#section__blocked .info .logo__vw {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  section.section#section__blocked .info .logo__vw svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    display: block;
  }
  section.section#section__blocked .info P {
    font-family: "VW Head";
    font-weight: 400;
    font-size: min(4.1558441558vw, 32px);
    color: #ffffff;
    margin: 20px 0 0 0;
  }
}
section.section#section__login {
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
section.section#section__login .wrapper__login {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-62%);
  z-index: 10;
  color: #f0e6dc;
  padding-left: 10%;
}
section.section#section__login .wrapper__login .dealership {
  display: block;
  border-left: 1px solid #f0e6dc;
  padding-left: 10px;
}
section.section#section__login .wrapper__login .dealership p {
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}
section.section#section__login .wrapper__login .dealership p strong {
  font-size: min(0.8333333333vw, 16px);
  font-family: "VW Head";
}
section.section#section__login .wrapper__login .description {
  width: 450px;
  margin-bottom: 24px;
}
section.section#section__login .wrapper__login .description h3 {
  font-size: min(2.8125vw, 36px);
  line-height: 1;
  font-weight: bold;
  margin: 10px 0 16px 0;
}
section.section#section__login .wrapper__login .description p {
  font-size: min(1.25vw, 16px);
  padding-right: 12%;
}
section.section#section__login .wrapper__login .description p:first-child {
  font-size: min(2.5vw, 32px);
}
section.section#section__login .wrapper__login .login {
  position: relative;
  width: 280px;
}
section.section#section__login .wrapper__login .login form ul li {
  position: relative;
  margin-top: 25px;
}
section.section#section__login .wrapper__login .login form ul li:first-child {
  margin-top: 0;
}
section.section#section__login .wrapper__login .login form ul li .ico {
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
section.section#section__login .wrapper__login .login form ul li.error input[type=text],
section.section#section__login .wrapper__login .login form ul li.error input[type=password] {
  border-color: #e3002b;
}
section.section#section__login .wrapper__login .login form label {
  display: none;
}
section.section#section__login .wrapper__login .login form input[type=text],
section.section#section__login .wrapper__login .login form input[type=password] {
  background: transparent;
  border: none;
  border: 1px solid #f0e6dc;
  border-radius: 25px;
  color: #f0e6dc;
  font-family: "VW Head";
  height: 44px;
  width: 100%;
  font-size: min(1.25vw, 16px);
  padding: 0 12px 0 38px;
}
section.section#section__login .wrapper__login .login form input[type=text]::placeholder,
section.section#section__login .wrapper__login .login form input[type=password]::placeholder {
  color: #f0e6dc;
}
section.section#section__login .wrapper__login .login form button {
  background: #e3002b;
  color: #f0e6dc;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "VW Head";
  font-size: min(1.09375vw, 14px);
  font-style: italic;
  position: absolute;
  bottom: 3px;
  right: 4px;
  cursor: pointer;
  z-index: 50;
  transition: all 0.3s ease;
}
section.section#section__login .wrapper__login .login form button:hover {
  background: #f0e6dc;
  color: #e3002b;
}
section.section#section__login .wrapper__login .login #error-message {
  position: absolute;
  bottom: -24px;
  text-shadow: 0px 0px 6px black;
}
section.section#section__login .img__bg {
  position: relative;
  width: 100%;
  height: auto;
}
section.section#section__login .img__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  background: linear-gradient(270deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
  opacity: 1;
}
section.section#section__login .img__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  background: linear-gradient(90deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  section.section#section__login {
    background: url(../images/bg-login-mobile.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    display: block;
    overflow: hidden;
  }
  section.section#section__login .wrapper__container {
    height: 100%;
  }
  section.section#section__login .inner__content.absolute {
    padding-top: 22vw;
  }
  section.section#section__login .wrapper__login {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: translateY(0);
    z-index: 10;
    color: #f0e6dc;
    padding: 0 10vw;
  }
  section.section#section__login .wrapper__login .dealership {
    position: absolute;
    top: -75px;
    left: 24vw;
    display: block;
    border-left: 1px solid #f0e6dc;
    padding-left: 12px;
  }
  section.section#section__login .wrapper__login .dealership p {
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
  }
  section.section#section__login .wrapper__login .dealership p:first-child {
    margin-top: 0;
    transform: translateY(-6px);
  }
  section.section#section__login .wrapper__login .dealership p strong {
    font-size: 3vw;
    font-family: "VW Head";
  }
  section.section#section__login .wrapper__login .description {
    width: 100%;
    margin-bottom: 28px;
    padding-top: 16px;
  }
  section.section#section__login .wrapper__login .description h3 {
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 10px 0;
  }
  section.section#section__login .wrapper__login .description p {
    font-size: 3vw;
    padding-right: 5%;
  }
  section.section#section__login .wrapper__login .login {
    position: relative;
    width: 100%;
  }
  section.section#section__login .wrapper__login .login form ul li {
    position: relative;
    margin-top: 30px;
  }
  section.section#section__login .wrapper__login .login form ul li:first-child {
    margin-top: 0;
  }
  section.section#section__login .wrapper__login .login form ul li .ico {
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
  }
  section.section#section__login .wrapper__login .login form ul li.error input[type=text],
  section.section#section__login .wrapper__login .login form ul li.error input[type=password] {
    border-color: #e3002b;
  }
  section.section#section__login .wrapper__login .login form label {
    display: none;
  }
  section.section#section__login .wrapper__login .login form input[type=text],
  section.section#section__login .wrapper__login .login form input[type=password] {
    width: 100%;
    background: transparent;
    border: none;
    border: 1px solid #f0e6dc;
    border-radius: 25px;
    color: #f0e6dc;
    font-family: "VW Head";
    height: 48px;
    width: 100%;
    font-size: 4vw;
    padding: 0 12px 2px 38px;
  }
  section.section#section__login .wrapper__login .login form input[type=text]::placeholder,
  section.section#section__login .wrapper__login .login form input[type=password]::placeholder {
    color: #f0e6dc;
  }
  section.section#section__login .wrapper__login .login form button {
    background: #e3002b;
    color: #f0e6dc;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "VW Head";
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 50;
    transition: all 0.3s ease;
  }
  section.section#section__login .wrapper__login .login form button:hover {
    background: #f0e6dc;
    color: #e3002b;
  }
  section.section#section__login .wrapper__login .login #error-message {
    position: absolute;
    bottom: -24px;
    text-shadow: 0px 0px 6px black;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  section.section#section__login .img__bg {
    position: relative;
    width: 100%;
    height: auto;
  }
  section.section#section__login .img__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C0C0C;
    background: linear-gradient(270deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
    opacity: 1;
  }
  section.section#section__login .img__bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0C0C0C;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0) 85%, rgb(12, 12, 12) 100%);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.min.css.map */
