html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.centerXY, .animate-one {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerX {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerY {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Basier Square Bold";
  src: url("../fonts/BasierSquare-Bold.eot");
  src: url("../fonts/BasierSquare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierSquare-Bold.woff2") format("woff2"), url("../fonts/BasierSquare-Bold.woff") format("woff"), url("../fonts/BasierSquare-Bold.ttf") format("truetype"), url("../fonts/BasierSquare-Bold.svg#BasierSquare-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square Italic";
  src: url("../fonts/BasierSquare-RegularItalic.eot");
  src: url("../fonts/BasierSquare-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierSquare-RegularItalic.woff2") format("woff2"), url("../fonts/BasierSquare-RegularItalic.woff") format("woff"), url("../fonts/BasierSquare-RegularItalic.ttf") format("truetype"), url("../fonts/BasierSquare-RegularItalic.svg#BasierSquare-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square semi";
  src: url("../fonts/BasierSquare-SemiBold.eot");
  src: url("../fonts/BasierSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierSquare-SemiBold.woff2") format("woff2"), url("../fonts/BasierSquare-SemiBold.woff") format("woff"), url("../fonts/BasierSquare-SemiBold.ttf") format("truetype"), url("../fonts/BasierSquare-SemiBold.svg#BasierSquare-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle regular";
  src: url("../fonts/BasierCircle-Regular.eot");
  src: url("../fonts/BasierCircle-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype"), url("../fonts/BasierCircle-Regular.svg#BasierCircle-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Basier Square Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 9vw;
  line-height: 7vw;
}

h2 {
  font-size: 4vw;
  line-height: 4.2vw;
}

h3 {
  font-family: "Basier Square Italic";
  font-size: 16px;
  line-height: 16px;
}

h4 {
  font-family: "Basier Circle regular";
  font-size: 1.7vw;
  line-height: 2vw;
}

p {
  font-family: "Basier Square Italic";
  font-size: 1.7vw;
  line-height: 2vw;
}

.semi-bold {
  font-family: "Basier Square semi";
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h3 {
    font-size: 16px;
    line-height: 16px;
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
*::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #e52520;
}

*::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #e52520;
}

*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #e52520;
}

*::-webkit-scrollbar-thumb {
  background: #000000;
  border: none;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e52520;
}

main {
  padding-bottom: 20vh;
}

.animation-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #e52520;
  z-index: 2000;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.animation-wrapper.disabled {
  pointer-events: none;
  opacity: 0;
}

.animate-one {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  font-size: 14vw;
  line-height: 14vw;
}
.animate-one.active {
  opacity: 1;
}

.splash__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.splash__header-wrapper {
  width: calc(100% - 30px);
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.splash__header-wrapper h2 {
  font-size: 2vw;
}
.splash__sub-header {
  position: absolute;
  top: calc(3.5vw + 16px);
  right: 26vw;
}
.splash__kaiden-wrapper {
  position: absolute;
  height: calc(100% - 5vw);
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.splash__lockup {
  display: block;
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.splash__kaiden-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.splash__kaiden {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12vw;
}
.splash__ford {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15vw;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .splash__wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .splash__header-wrapper h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .splash__sub-header {
    top: 70px;
    right: 15vw;
  }
  .splash__kaiden-wrapper {
    width: calc(100% - 30px);
    margin: 0 15px;
    bottom: auto;
    top: 150px;
    display: block;
    left: 0;
  }
  .splash__lockup {
    display: block;
    height: auto;
    width: 100%;
  }
  .splash__kaiden-image {
    width: 100%;
  }
  .splash__kaiden {
    position: absolute;
    top: 43%;
    transform: none;
    left: 5vw;
  }
  .splash__ford {
    position: absolute;
    top: 43%;
    transform: none;
    right: 5vw;
  }
}
.buy-now {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  background-color: #000;
  color: #e52520;
}
@media (hover: hover) {
  .buy-now:hover {
    background-color: #e52520;
    color: #000;
  }
}
.buy-now:active {
  background-color: #e52520;
  color: #000;
}

.pull-quote__wrapper {
  width: 80%;
  margin: 20vh 10%;
  text-align: center;
  line-height: 3.5vw;
}
.pull-quote__wrapper .margin-bottom {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .pull-quote__wrapper {
    width: calc(100% - 40px);
    margin: 10vh 20px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .pull-quote__wrapper .margin-bottom {
    margin-bottom: 50px;
  }
}
.press__wrapper {
  width: 100%;
  margin: 20vh 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.press__quote {
  padding: 0 50px;
  width: calc(50% - 100px);
  text-align: center;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .press__wrapper {
    width: calc(100% - 40px);
    margin: 5vh 20px;
    display: block;
  }
  .press__quote {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
.swiper {
  margin: 20vh 45px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: calc(100% - 90px);
  height: calc(100vh - 90px);
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #e52520;
}

.swiper-image {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.swiper-button-next {
  right: 0;
  cursor: e-resize;
}
.swiper-button-next:before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 5;
}

.swiper-button-prev {
  left: 0;
  cursor: w-resize;
}
.swiper-button-prev:before {
  content: "<";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 5;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .swiper {
    margin: 5vh 20px;
    z-index: 1;
    width: calc(100% - 40px);
    height: 50vh;
  }

  .swiper-button-next:before {
    right: 15px;
  }

  .swiper-button-prev:before {
    left: 15px;
  }

  .swiper-image {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
