@charset "UTF-8";
/* Fonts */
/* Font Sizes */
/* Colors */
/* CTA Colors */
/* Spacing */
/* Widths */
/* Heights */
/* Border Radii */
/* Box Shadow */
html {
  scroll-behavior: smooth;
}

*,
*::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

img, fieldset {
  border: 0;
  display: block;
}

ul, ol {
  list-style: none;
}

textarea, input.text, input[type=text], input[type=button], input[type=submit], .input-checkbox, button {
  -webkit-appearance: none;
  border-radius: 0;
}

header, nav, article, aside, section, footer {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-weight: 500;
}

body {
  line-height: 1.628571;
  font-size: 1.6rem;
  background-color: #141414;
  font-family: "Barlow", sans-serif;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

h1 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h1 {
  color: #000000;
  border-bottom-color: #000000;
}

h2 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h2 {
  color: #000000;
  border-bottom-color: #000000;
}

h3 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h3 {
  color: #000000;
  border-bottom-color: #000000;
}

h4 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h4 {
  color: #000000;
  border-bottom-color: #000000;
}

h5 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h5 {
  color: #000000;
  border-bottom-color: #000000;
}

h6 {
  width: fit-content;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.bg-white h6 {
  color: #000000;
  border-bottom-color: #000000;
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 24px;
  }
}

h2 {
  font-size: 2.6rem;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 16px;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  h3 {
    margin-bottom: 16px;
  }
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 24px;
  border-bottom: unset;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h4 {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  h4 {
    margin-bottom: 16px;
  }
}

p {
  margin: 0 0 32px 0;
}
.bg-white p {
  color: #000000;
}
p:last-of-type {
  margin: 0;
}

a {
  text-decoration: underline;
  color: #ffffff;
}
a:hover {
  color: #f5131b;
}

small {
  font-size: 1.2rem;
}

.centered {
  text-align: center;
}

.content article p i {
  font-family: "Satisfy", cursive;
  font-size: 2rem;
}

section.stripe.bg-black {
  background: #000000;
}
section.stripe.bg-white {
  background: #ffffff;
}
section.stripe.bg-grey {
  background: #707070;
}

.block.content.bg-black article {
  background: #000000;
  padding: 24px;
}
.block.content.bg-white article {
  background: #ffffff;
  padding: 24px;
}
.block.content.bg-white article * {
  color: #000000;
}
.block.content.bg-grey article {
  background: #707070;
  padding: 24px;
}
.block.content.bg-grey article * {
  color: #000000;
}
.block.content.bg-white article {
  background: #707070;
  padding: 24px;
}

.breadcrumbs.bg-black {
  background: #000000;
}
.breadcrumbs.bg-black ol li a span {
  color: #ffffff;
}
.breadcrumbs.bg-white {
  background: #ffffff;
}
.breadcrumbs.bg-grey {
  background: #707070;
}

footer .logo.bg-black {
  background: #000000;
}

footer .logo.bg-white {
  background: #ffffff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.block-1 {
  grid-column: span 1;
}

.block-2 {
  grid-column: span 2;
}

.block-3 {
  grid-column: span 3;
}

.block-4 {
  grid-column: span 4;
}

.block-5 {
  grid-column: span 5;
}

.block-6 {
  grid-column: span 6;
}

.block-7 {
  grid-column: span 7;
}

.block-8 {
  grid-column: span 8;
}

.block-9 {
  grid-column: span 9;
}

.block-10 {
  grid-column: span 10;
}

.block-11 {
  grid-column: span 11;
}

.block-12 {
  grid-column: span 12;
}

/*blocks*/
section.stripe .block.form {
  padding: 24px;
}

section .decal {
  width: 24px;
  height: 24px;
  background: #cc0910;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 150;
}

section.intro {
  padding-top: 16px;
}

section.stripe .block.extra-padding {
  padding: 24px;
}

section.stripe .photo {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
}
section.stripe .photo img {
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

section.stripe .block.content article ol {
  list-style: decimal;
  margin: 0 0 32px 24px;
}
section.stripe .block.content article ul {
  list-style: disc outside;
  margin: 0 0 32px 24px;
}
section.stripe .block.content article table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  margin-bottom: 24px;
}
section.stripe .block.content article table th,
section.stripe .block.content article table td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: left;
}
section.stripe .block.content article table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
section.stripe .block.content article table tr:nth-child(even) {
  background-color: #f9f9f9;
}
section.stripe .block.content article img {
  height: auto;
  object-fit: contain;
}

section.stripe .block.video {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
section.stripe .block.video iframe,
section.stripe .block.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floats */
.left {
  float: left;
}

.right {
  float: right;
}

/* main-container-section*/
main {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
}
main.negative-margin {
  margin-top: -97px;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

section {
  margin: 0 0 48px 0;
  padding: 48px 0;
}
section.small-margin {
  margin-bottom: 48px;
}
section.smaller-margin {
  margin-bottom: 24px;
}
section.no-margin {
  margin: 0;
}
section.wide .container {
  width: 1356px;
  max-width: none;
}
section.full .container {
  width: 100%;
  max-width: none;
}

header {
  height: 97px;
  background-color: white;
  position: relative;
}
header.error .grid {
  height: 100%;
}
header .grid .logo {
  width: 299px;
  height: 100%;
  margin: auto 0;
}
header .grid nav ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .grid nav ul li {
  margin-right: 48px;
  line-height: 97px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}
header .grid nav ul li a {
  color: #000000;
  text-decoration: none;
}
header .grid nav ul li:hover a {
  color: #cc0910;
}
header .grid nav ul li:last-child {
  margin-right: 0 !important;
}
header .grid nav ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: auto 0;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .grid .menu {
  display: none;
}

footer {
  padding-top: 32px;
  background-color: #000000;
}
footer address {
  font-style: normal;
}
footer a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #f20b13;
}
footer i {
  margin-right: 16px;
  color: #cc0910;
  min-width: 24px;
  text-align: center;
}
footer .logo {
  width: 100%;
  margin-top: 0;
  padding: 24px;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .copyright {
  display: flex;
  justify-content: flex-start !important;
  position: relative;
}
footer .copyright div {
  display: flex;
  justify-content: flex-start !important;
  position: relative;
}
footer .copyright div *, footer .copyright div {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}
footer .copyright div a {
  margin-left: 16px;
}
footer .copyright div a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright div div:last-of-type {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.buttons .button:first-of-type {
  margin-right: 24px;
}

.button {
  display: inline-block;
  min-width: 200px;
  width: fit-content;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 8px 16px;
  margin-top: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid white;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.button.secondary {
  display: inline-block;
  min-width: 200px;
  width: fit-content;
  font-size: 1.6rem;
  color: #000000;
  padding: 8px 16px;
  margin-top: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.button.secondary:hover {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.button.alternative {
  display: inline-block;
  min-width: 200px;
  width: fit-content;
  font-size: 1.6rem;
  color: #000000;
  padding: 8px 16px;
  margin-top: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid white;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.button.alternative:hover {
  background: #ffffff;
  color: #ffffff;
  border-color: #000000;
}
.button.alternative:hover {
  background: #cc0910;
}

@keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes border-draw {
  to {
    width: 100%;
  }
}
/*pimps :)*/
.round-corner-s {
  border-radius: 4px;
}

.round-corner {
  border-radius: 8px;
}

.round-corner-l {
  border-radius: 16px;
}

.border {
  border: 2px solid #000000;
}

.box-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
}

.form-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
}
.form-grid .wide {
  grid-column: span 2;
}
.form-grid .row {
  margin: 8px 0;
}
.form-grid .submit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-grid .message {
  padding: 24px;
  background-color: #707070;
}
.form-grid .message.fail * {
  color: #a6070d;
}
.form-grid .message.success * {
  color: #228b22;
}
.form-grid select,
.form-grid textarea,
.form-grid input {
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  padding: 8px 16px;
  color: #000000;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .form-grid select,
  .form-grid textarea,
  .form-grid input {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .form-grid select,
  .form-grid textarea,
  .form-grid input {
    font-size: 1.4rem;
  }
}
.form-grid select:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]),
.form-grid textarea:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]),
.form-grid input:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]) {
  border-color: #ffffff;
  outline: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.2);
}
.form-grid select.red,
.form-grid textarea.red,
.form-grid input.red {
  color: #a6070d;
  border-color: #a6070d;
  background-color: rgba(166, 7, 13, 0.2);
}
.form-grid textarea {
  min-height: 150px;
}
.form-grid .boxes {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 24px;
}
.form-grid .boxes input[type=radio],
.form-grid .boxes input[type=checkbox] {
  color: #ffffff;
  width: 1.06em;
  height: 1.06em;
  border-radius: 0.15em;
  padding: unset !important;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  transform: translateY(0.25em);
  display: grid;
  place-content: center;
}
.form-grid .boxes input[type=radio]::before,
.form-grid .boxes input[type=checkbox]::before {
  background-color: #cc0910;
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}
.form-grid .boxes input[type=radio]:checked::before,
.form-grid .boxes input[type=checkbox]:checked::before {
  transform: scale(1);
}
.form-grid .boxes input[type=radio]:disabled,
.form-grid .boxes input[type=checkbox]:disabled {
  background: rgb(192, 192, 192);
  border: 0.15rem solid #707070;
}
.form-grid .boxes input[type=radio] {
  border-radius: 50%;
}
.form-grid .boxes input[type=radio]::before {
  border-radius: 50%;
  clip-path: none;
  transform-origin: unset;
}
.form-grid input[type=submit] {
  border: none;
  outline: none;
  width: fit-content;
  color: #000000;
}

.breadcrumbs {
  width: 100%;
  line-height: 32px;
  padding: 0;
}
.breadcrumbs ol {
  display: flex;
  justify-content: flex-start;
}
.breadcrumbs li,
.breadcrumbs li a span {
  font-size: 1.2rem;
  color: rgba(204, 9, 16, 0.6);
}
.breadcrumbs li a span:after {
  content: "|";
  margin-right: 4px;
  margin-left: 4px;
}
.breadcrumbs li:last-of-type a span:after {
  margin-right: unset;
  margin-left: unset;
  content: "";
}
.breadcrumbs li:hover a span {
  color: #cc0910;
}

.filter-menu {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.filter-menu button {
  background: none;
  border: none;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  margin: 0 8px;
  cursor: pointer;
}

.details,
.masonry {
  width: 100%;
}

.grid-sizer,
.grid-item.square {
  width: 20%;
}

.grid-item {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 12px solid #141414;
}

/* Aspect-ratio voor moderne browsers */
.grid-item.square {
  aspect-ratio: 1/1;
}

.grid-item.square.big {
  width: 40%;
  aspect-ratio: 1/1;
}

.grid-item.landscape {
  width: 40%;
  aspect-ratio: 2/1;
}

.grid-item.portrait {
  width: 20%;
  aspect-ratio: 1/2;
}

/* Fallback met ::before voor oude browsers */
.grid-item::before {
  content: "";
  display: block;
}

.grid-item.square::before {
  padding-top: 100%;
}

.grid-item.square.big::before {
  padding-top: 100%;
}

.grid-item.landscape::before {
  padding-top: 50%;
}

.grid-item.portrait::before {
  padding-top: 200%;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.grid-item .overlay {
  opacity: 0;
  background: rgba(204, 9, 16, 0.4);
  color: #ffffff;
  font-size: 2rem;
  font-family: "Rajdhani", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3 ease;
  z-index: 10000;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.overlay span {
  border-left: 2px solid #ffffff;
  padding-left: 8px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.grid-item.details:before {
  padding-top: unset !important;
}
.grid-item.details article h1 {
  width: 100%;
  color: #ffffff;
  border-bottom: unset;
  margin-bottom: 24px;
}
.grid-item.details article h1::after {
  content: "▪";
  padding-left: 8px;
  color: #cc0910;
}
.grid-item.details article .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-item.details article dl {
  font-size: 2rem;
  color: #ffffff;
}
.grid-item.details article dl i {
  min-width: 24px;
  margin-right: 12px;
}

.grid-item.quote {
  font-style: italic;
  overflow: visible;
  padding-bottom: 32px;
}
.grid-item.quote:before {
  padding-top: unset !important;
}
.grid-item.quote article {
  position: relative;
  overflow: visible;
}

section.slider {
  padding: 0;
  height: auto;
  aspect-ratio: 16/7;
  overflow: hidden;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}
section.slider .background {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.slider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
section.slider .overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 99;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 78%, rgba(0, 0, 0, 0.5) 120%);
  width: 100%;
  height: 100%;
}
section.slider .single-item {
  position: relative;
}
section.slider .single-item .background {
  width: 100%;
  height: inherit;
  position: relative;
  top: unset;
  left: unset;
  z-index: none;
}
section.slider .single-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.slider .single-item .content {
  display: none;
}
section.slider .logo {
  width: 299px;
  height: auto;
  margin: 24px auto auto 0;
}
section.slider .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.slider .grid {
  height: inherit;
}
section.slider .container {
  width: 100%;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
section.slider .container article {
  padding: 186px 24px 24px 24px;
  text-align: left;
}
section.slider .container article .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 7rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.slider .container article .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  section.slider .container article .title {
    font-size: 3.5rem;
  }
}
section.slider .container article p {
  font-size: 2rem;
}
section.slider .container article .button {
  margin: 0 auto;
  margin-top: 24px;
}

.slick-dots {
  bottom: 122px;
}

@media only screen and (max-width: 1220px) {
  section .decal {
    bottom: -12px;
    right: 12px;
  }
  .stripe.full .container,
  .stripe.wide .container {
    width: unset;
    max-width: 100vw;
  }
  .categories .grid-item.specs article h2 {
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  section .decal {
    width: 12px;
    height: 12px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  header .grid .logo {
    width: 200px;
  }
  section.slider .logo {
    width: 200px;
  }
  section {
    margin: 0 0 32px 0;
    padding: 32px 0;
  }
  section.small-margin {
    margin-bottom: 32px;
  }
  .button.secondary,
  .button.alternative,
  .button {
    font-size: 1.6rem;
    padding: 8px 16px;
    min-width: unset;
  }
  .buttons .button:first-of-type {
    margin-right: 12px;
  }
  .form-grid .wide {
    grid-column: unset;
  }
  .filter-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 auto 12px auto;
  }
  .filter-menu button {
    font-size: 2rem;
    margin: unset;
    min-width: 150px;
  }
  .filter-menu button:first-of-type {
    grid-column: span 3;
    width: 100%;
  }
  .categories .grid-item.specs article ul {
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .grid-sizer {
    width: 50%;
  }
  .grid-item.square, .grid-item.square.big, .grid-item.landscape, .grid-item.portrait {
    width: 50%;
  }
  footer h4 {
    margin-bottom: 4px;
  }
  footer .block-3:first-of-type {
    grid-column: span 4;
  }
  footer .menu {
    display: none;
  }
  footer .block-4 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 767px) {
  header.splash {
    top: 0;
  }
  main.negative-margin {
    margin-top: unset;
  }
  section.stripe .block.form {
    padding: 16px;
  }
  .categories .filter-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .categories .grid {
    gap: 8px;
  }
  .categories .grid-item .overlay {
    display: none;
  }
  .filter-menu {
    grid-template-columns: 1fr 1fr;
  }
  .filter-menu button:first-of-type {
    grid-column: span 2;
  }
  .filter-menu button {
    font-size: 1.6rem;
    min-width: 100px;
  }
  section.stripe .block.form {
    padding: unset;
  }
  section.slider .container .filler {
    display: none;
  }
  section.slider {
    height: auto;
    padding: unset;
  }
  .grid-item {
    border: 6px solid #141414;
  }
  section.stripe .block.content article table,
  section.stripe .block.content article thead,
  section.stripe .block.content article tbody,
  section.stripe .block.content article th,
  section.stripe .block.content article td,
  section.stripe .block.content article tr {
    display: block;
  }
  section.stripe .block.content article table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.stripe .block.content article table tr {
    border: 1px solid #cc0910;
  }
  section.stripe .block.content article table td {
    border: none;
    border-bottom: 1px solid #cc0910;
    position: relative;
  }
  section.stripe .block.content article table td::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  header {
    top: 0;
    height: 70px;
  }
  header.scroll {
    position: relative;
  }
  header .grid .menu {
    display: unset;
    display: block;
    text-align: right;
  }
  .menu a i {
    font-size: 2.6rem;
    color: #cc0910;
    line-height: 70px;
  }
  header {
    overflow: visible;
  }
  header .grid {
    gap: 0;
  }
  header nav {
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    top: -800px;
    position: absolute;
    transform: translateY(-140%);
    transition: transform 0.5s, visibility 0s 0.5s;
  }
  header .grid .logo {
    margin: auto;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .submit .button {
    width: 100%;
    margin-top: unset;
  }
  section {
    margin: 0 0 24px 0;
    padding: 24px 0;
  }
  .grid {
    gap: 12px;
  }
  .grid .block-1 {
    grid-column: span 12;
  }
  .grid .block-2:not(header .block-2) {
    grid-column: span 12;
  }
  .grid .block-3 {
    grid-column: span 12;
  }
  .grid .block-4 {
    grid-column: span 12;
  }
  .grid .block-5 {
    grid-column: span 12;
  }
  .grid .block-6 {
    grid-column: span 12;
  }
  .grid .block-7 {
    grid-column: span 12;
  }
  .grid .block-8 {
    grid-column: span 12;
  }
  .grid .block-9 {
    grid-column: span 12;
  }
  .grid .block-10:not(header .block-10) {
    grid-column: span 12;
  }
  .grid .block-11 {
    grid-column: span 12;
  }
  .grid .block-12 {
    grid-column: span 12;
  }
  header .grid nav ul {
    display: block;
    position: relative;
    padding: 24px;
    background-color: #ffffff;
    margin-left: unset;
  }
  header .grid nav ul li:before {
    background: none;
  }
  header .grid nav ul li a i {
    display: none;
  }
  header .grid nav ul li {
    width: 100%;
    height: auto;
    min-height: 48px;
    line-height: unset;
    display: block;
    margin: 0;
    text-align: right;
    border-radius: unset;
  }
  header .grid nav ul li.language {
    min-height: 24px;
  }
  header .grid nav ul li.language img {
    margin: unset;
    margin-right: 0;
    margin-left: auto;
  }
  header .grid nav ul li:last-of-type {
    display: block;
    width: 100%;
  }
  header .grid nav ul li:last-of-type a {
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    padding: 0 8px;
    line-height: 48px;
  }
  header .grid nav ul li a {
    color: #CC0910;
    height: 48px;
    line-height: 48px;
  }
  header .grid nav ul li a:active,
  header .grid nav ul li a:hover {
    color: #f20b13;
  }
  header .grid nav ul li a.on {
    color: #f20b13;
  }
  header .grid nav ul li.cta {
    background: unset;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  nav.open {
    width: 100%;
    height: 100vh;
    display: block;
    float: none;
    left: 0;
    z-index: 101;
    position: absolute;
    top: 97px;
    margin: 0 !important;
    transform: translateY(0%);
    transition: transform 0.5s;
  }
  .categories .grid-item.quote,
  .categories .grid-item.specs {
    grid-column: span 5;
    aspect-ratio: unset;
  }
  .categories .grid-item.specs article {
    margin-bottom: 24px;
  }
  footer .block-3:first-of-type {
    grid-column: span 12;
  }
  footer .block-1,
  footer .block-2,
  footer .block-3,
  footer .block-4 {
    grid-column: span 12;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    width: 100%;
  }
  footer .logo {
    width: 90%;
    margin: auto;
    margin-bottom: 12px;
  }
  .button.secondary,
  .button.alternative,
  .button {
    font-size: 1.6rem;
    padding: 16px 24px;
    min-width: unset;
    width: 100%;
    display: block;
  }
  footer .copyright {
    display: block;
  }
  footer .copyright div {
    display: inline-block;
  }
  footer .copyright div:last-of-type {
    text-align: center;
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    display: block;
  }
  footer .copyright div a {
    margin-left: unset;
  }
}
@media only screen and (max-width: 426px) {
  section {
    margin: 0 0 16px 0;
    padding: 16px 0;
  }
  header .grid .logo {
    width: 150px;
  }
  section.slider .logo {
    width: 150px;
  }
  .button.secondary,
  .button.alternative,
  .button {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
  .categories .filter-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .categories .filter-menu button:first-of-type {
    grid-column: span 2;
  }
  .grid-sizer {
    width: 100%;
  }
  .grid-item.square, .grid-item.square.big, .grid-item.landscape, .grid-item.portrait {
    width: 100%;
  }
}