@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.25em;
}

main {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}

a {
  color: #fff;
}

.hero {
  position: relative;
}

.hero figure img {
  width: 100%;
  height: auto;
}

.hero h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
}

.hero h2 a {
  text-decoration: none;
}

.claim {
  position: absolute;
  top: 70px;
  left: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-down {
  position: absolute;
  bottom: 0;
  z-index: 100;
  margin-bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
  padding: 4px;
  width: 200px;
}

.teaser {
  padding: 16px;
  box-sizing: border-box;
}

.teaser h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 20px;
}

.button {
  color: #fff;
  background-color: red;
  padding: 8px 16px;
  margin-top: 16px;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.smallprint {
  font-size: 12px;
  color: rgb(117, 117, 117);
}

.smallprint a {
  color: rgb(117, 117, 117);
}

.center {
  text-align: center;
}

.double-space {
  margin-bottom: 64px;
}

.desktop-hero {
  display: none;
}

div.dealers {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

ul.dealers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.dealers li {
  border-bottom: 1px solid rgb(92, 92, 92);
  padding: 8px 0;
}

@media (min-width: 1100px) {
  .scroll-down {
    display: none;
  }

  main {
    max-width: none;
    position: static;
  }

  .hero {
    max-height: 100vh;
    overflow: hidden;
  }

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

  .mobile-hero {
    display: none;
  }

  .desktop-hero {
    display: block;
  }

  .claim {
    width: 50%;
    left: 5%;
    transform: none;
  }

  .mainteaser {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 30px;
    line-height: 1.25em;
    width: 33%;
    transform: translateY(-23%);
  }

  .mainteaser h3 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .button {
    font-size: 40px;
    padding: 10px 20px;
    margin-top: 40px;
  }

  .bottom-teaser {
    display: inline-block;
    width: 359px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin: 0 10px;
    margin-top: 40px;
  }

  .bottom-teaser-container {
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 40x;
  }

  .smallprint {
    margin-top: 100px;
  }
}
