:root {
  --dark-blue: #293348;
  --black: black;
  --white: white;
  --dodger-blue: #2491eb;
  --grey-p: #888;
  --gg_black: #191b28;
  --beige: #c2996f;
  --gainsboro: #ddd;
  --tan: #c2996f1a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h6 {
  color: var(--dark-blue);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.body {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.section {
  background-color: #0000;
  background-image: url('../images/lines.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #0000;
  margin-top: 25px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 15px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2px;
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.nav-link.w--current {
  color: var(--dodger-blue);
  font-family: Raleway, sans-serif;
}

.header-slider-4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin-left: 0%;
  display: block;
  position: static;
  left: 0;
}

.right-arrow {
  border: 1px solid var(--white);
  width: 53px;
  height: 53px;
  margin-bottom: 0;
  margin-right: 40px;
  inset: auto 0% 0% auto;
}

.icon {
  font-size: 13px;
}

.left-arrow {
  border: 1px solid var(--white);
  width: 53px;
  height: 53px;
  margin-bottom: 53px;
  margin-right: 40px;
  position: absolute;
  inset: 682px 0% 0% auto;
}

.icon-2 {
  font-size: 13px;
  line-height: 20px;
}

.slide-nav {
  display: none;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.section-2 {
  z-index: 1;
  background-color: #0000;
  min-width: 768px;
  max-width: 83.349%;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: 0;
}

.slide {
  width: 100%;
  position: static;
}

.label {
  color: var(--dodger-blue);
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block {
  z-index: 10;
  flex-direction: row;
  order: 0;
  margin: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% -200px;
}

.h1 {
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Teko, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.4;
}

.h1.white {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.p {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 2em;
  text-decoration: none;
}

.p:hover {
  color: var(--gg_black);
}

.p.white {
  color: #eee;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.p.blue {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.div-block-2 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  background-color: var(--dark-blue);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 35px;
  font-size: 18px;
}

.button.outline {
  border: 1px solid var(--dodger-blue);
  background-color: #0000;
  font-family: Teko, sans-serif;
}

.button.outline:hover {
  background-color: var(--white);
  color: var(--dodger-blue);
}

.button.beige {
  background-color: var(--dodger-blue);
  letter-spacing: 0;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 2em;
}

.corner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.horzontal-line {
  background-color: var(--dodger-blue);
  color: var(--dodger-blue);
  width: 30px;
  height: 1px;
}

.horzontal-line.long {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.vertical-line {
  background-color: var(--dodger-blue);
  color: var(--dodger-blue);
  width: 1px;
  height: 30px;
}

.div-block-3 {
  z-index: 1;
  padding-left: 60px;
  position: static;
}

.div-block-4 {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  padding: 5px 15px;
  display: block;
}

.dropdown-toggle.w--open {
  font-size: 13px;
  font-weight: 600;
}

.image-4 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.icon-3 {
  color: var(--white);
  margin-right: 0;
}

.dropdown-list {
  inset: 0% 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: var(--black);
  padding: 15px 0;
  top: 30px;
}

.dropdown-link {
  border-bottom: 1px solid var(--dodger-blue);
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2px;
}

.dropdown-link:hover {
  color: var(--dodger-blue);
}

.dropdown-link.w--current {
  background-color: var(--black);
  color: var(--grey-p);
}

.dropdown-link.nb {
  border-bottom-style: none;
}

.image-5 {
  text-align: left;
  object-fit: fill;
  width: auto;
  height: 28px;
  display: inline-block;
}

.div-block-5 {
  z-index: 2;
  background-color: var(--dodger-blue);
  padding: 80px 80px 90px;
  position: relative;
  top: -25px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.h3.pf {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
}

.h3.pf.centered {
  text-align: center;
}

.h3.blue {
  color: var(--black);
}

.h3.white {
  color: var(--white);
}

.h3.white.centered {
  text-align: center;
}

.div-block-6 {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
}

.h6 {
  color: var(--black);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.h6.beige {
  color: var(--beige);
  letter-spacing: 2px;
}

.h6.white {
  color: var(--white);
  letter-spacing: 2px;
}

.h6.white.centered {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.h6.blue {
  color: var(--dark-blue);
  letter-spacing: 2px;
}

.div-block-7 {
  padding: 10px;
}

.div-block-7.ml0 {
  padding-left: 0;
}

.section-4 {
  margin-top: 90px;
  margin-bottom: 110px;
}

.div-block-8 {
  padding: 0 40px 40px 0;
}

.mb20 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.tag {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}

.div-block-10 {
  flex-wrap: wrap;
  margin-left: -10px;
  display: flex;
}

.tag-line {
  background-color: var(--gainsboro);
  color: var(--gg_black);
  width: 2px;
  height: auto;
}

.mb30 {
  margin-bottom: 30px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.column-3 {
  align-items: center;
  height: auto;
  display: block;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.column-4 {
  height: auto;
}

.div-block-12 {
  border: 10px solid var(--beige);
  max-width: 100%;
  height: 200px;
}

.div-block-13 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 8%;
  left: -10px;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.section-5 {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.merken {
  background-color: #0000;
  display: flex;
}

.div-block-18 {
  background-color: var(--dodger-blue);
  color: var(--dark-blue);
  width: 12px;
  height: auto;
}

.div-block-19 {
  margin-bottom: 60px;
}

.div-block-20 {
  border-right: 1px none var(--gainsboro);
  padding: 40px;
}

.div-block-21 {
  position: relative;
}

.number {
  text-indent: 0;
  white-space: normal;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.title {
  color: var(--gg_black);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.title.beige {
  color: var(--beige);
}

.section-7 {
  background-color: var(--black);
  padding-top: 75px;
  padding-bottom: 60px;
}

.h7 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
}

.section-8 {
  background-color: var(--black);
  color: var(--dark-blue);
  border-top: 1px solid #dddddd1a;
  padding-top: 7px;
  padding-bottom: 7px;
}

.image-11 {
  width: auto;
  height: 28px;
}

.div-block-24 {
  margin-bottom: 22px;
}

.div-block-25 {
  margin-bottom: 20px;
}

.link-block-2 {
  margin-right: 5px;
}

.footer-title {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-26 {
  border-bottom: 1px solid var(--white);
}

.div-block-27 {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-27:hover {
  background-color: #0000;
}

.image-12 {
  width: 15px;
  height: auto;
}

.footer-link {
  color: var(--white);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dodger-blue);
}

.footer-link.phone {
  font-family: Poppins, sans-serif;
}

.div-block-28 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-29 {
  align-items: center;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.list-item {
  margin-bottom: 5px;
}

.link-block-4 {
  color: var(--grey-p);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
}

.link-block-4:hover {
  color: var(--white);
}

.column-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.column-5 {
  padding-right: 30px;
}

.mask {
  position: static;
}

.image-15 {
  object-fit: cover;
  background-color: #0000;
  width: 70%;
  height: 100vh;
  margin-left: 30%;
  position: relative;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 220px;
  padding-top: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 41px;
}

.div-block-32 {
  height: 41px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 19px;
}

.div-block-33 {
  align-items: flex-end;
  display: flex;
}

.column-6 {
  height: 600px;
  padding: 100px;
}

.column-7 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.div-block-35 {
  padding-left: 80px;
  padding-right: 40px;
}

.contact-link {
  color: var(--grey-p);
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: var(--dodger-blue);
}

.text-block-4 {
  color: var(--gg_black);
  font-family: Raleway, sans-serif;
  line-height: 2em;
}

.text-block-4:hover {
  color: var(--dodger-blue);
}

.footer-text {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 2em;
}

.hide {
  display: none;
}

.numbers {
  color: var(--white);
  text-shadow: 0 -1px 0 var(--beige), 0 1px 0 var(--beige), -1px 0 0 var(--beige), 1px 0 0 var(--beige);
  white-space: normal;
  border: 1px #000;
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.section-title {
  color: var(--dark-blue);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.section-title.beige {
  color: var(--dodger-blue);
  letter-spacing: 2px;
}

.section-title.white {
  color: var(--white);
  letter-spacing: 2px;
}

.section-title.white.centered {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Teko, sans-serif;
}

.section-name {
  color: var(--white);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
}

.grid-8 {
  grid-template-rows: auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area";
  height: 800px;
}

.image-17 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.bold-text, .bold-text-2 {
  color: var(--dodger-blue);
  font-family: Raleway, sans-serif;
}

.bold-text-3 {
  color: var(--dodger-blue);
}

.text-block-6 {
  color: var(--gg_black);
  font-family: Raleway, sans-serif;
}

.text-block-6:hover {
  color: var(--dodger-blue);
}

.text-block-7 {
  color: var(--gg_black);
  font-family: Raleway, sans-serif;
}

.text-block-7:hover {
  color: var(--dodger-blue);
}

.slider-overlay {
  background-color: #00000080;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-9 {
  background-color: var(--black);
}

.image-18 {
  object-fit: contain;
  width: 100%;
  height: 80px;
  margin-left: 0;
  display: inline-block;
}

.image-18.large {
  height: 140px;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

.div-block-37 {
  font-family: Raleway, sans-serif;
}

.image-20 {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.image-20:hover {
  transform: scale(1.1);
}

.link, .link-2 {
  color: var(--dodger-blue);
}

.div-block-38 {
  display: flex;
}

.div-block-39 {
  margin-right: 10px;
}

.div-block-40 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.brand-logo {
  height: 40px;
  margin-right: 40px;
}

.brand-logo.big {
  height: 50px;
}

.div-block-41 {
  flex-direction: row;
  align-self: flex-end;
  display: flex;
}

.image-21 {
  height: 160px;
  margin-top: 150px;
}

.image-22, .image-23 {
  height: 60px;
  margin-top: 200px;
}

.image-24 {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-24.big {
  height: auto;
}

.div-block-42 {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 140px;
  display: flex;
}

.columns {
  width: 70%;
}

.merken-grid {
  grid-template: "merk1 merk2 merk3"
  / 1fr 1fr 1fr 1fr;
  height: 60px;
  padding-top: 0;
}

.kolom-merken {
  height: 100%;
}

.div-block-43 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.merken-grid-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  display: none;
}

.slider-title {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-title.white {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.merk-grid-mobile-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  display: none;
}

.slider-text {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  text-decoration: none;
}

.slider-text:hover {
  color: var(--white);
}

.slider-text.white {
  color: #eee;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.slider-text.blue {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.header-slider {
  display: none;
}

.div-block-44 {
  margin-top: 20px;
}

.div-block-7-copy {
  padding: 10px;
}

.div-block-7-copy.ml0 {
  padding-left: 0;
}

.patern {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.proces {
  background-color: #fff;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-2 {
  color: #293348;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.title-2.beige {
  color: #2491eb;
}

.div-block-46 {
  color: #293348;
  background-color: #293348;
  width: 12px;
  height: auto;
}

.div-block-47 {
  border-right: 1px solid #ddd;
  height: 100%;
  padding: 40px;
}

.numbers-2 {
  color: #fff;
  text-shadow: 0 -1px #2491eb, 0 1px #2491eb, -1px 0 #2491eb, 1px 0 #2491eb;
  white-space: normal;
  border: 1px #000;
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.p-2 {
  color: #191b28;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 2em;
  text-decoration: none;
}

.p-2:hover {
  color: #191b28;
}

.bold-text-4 {
  color: #2491eb;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-5, .bold-text-6 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.link-3 {
  color: #888;
}

.link-3:hover {
  color: #2491eb;
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: var(--black);
    border-bottom: 1px solid #2491eb80;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .nav-link:hover {
    color: var(--dodger-blue);
  }

  .nav-link.w--current {
    color: var(--grey-p);
    border-bottom: 1px solid #2491eb80;
  }

  .nav-link.w--current:hover {
    color: var(--dodger-blue);
  }

  .right-arrow {
    margin-bottom: 53px;
  }

  .left-arrow {
    margin-bottom: 106px;
    top: 682px;
  }

  .grid {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .div-block-2 {
    width: 500px;
  }

  .horzontal-line.long {
    align-self: flex-end;
  }

  .dropdown-toggle {
    padding: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    background-color: var(--black);
  }

  .image-4 {
    align-self: center;
  }

  .icon-3:hover, .icon-3:active {
    color: var(--dodger-blue);
  }

  .dropdown-list.w--open {
    margin-top: 20px;
  }

  .dropdown-link {
    border-bottom-color: #2491eb80;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
  }

  .dropdown-link.w--current {
    color: var(--grey-p);
    border-bottom-color: #2491eb80;
  }

  .image-5 {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-right: 133px;
    padding-left: 40px;
    padding-right: 40px;
    top: -40px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    top: 8%;
  }

  .div-block-20 {
    height: 100%;
    padding: 20px;
  }

  .column-footer {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-31 {
    margin-right: 40px;
  }

  .div-block-33 {
    flex-direction: row;
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-4 {
    color: var(--white);
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--dark-blue);
  }

  .nav-menu.w--open {
    background-color: var(--black);
  }

  .dropdown {
    border-bottom: 1px none var(--beige);
    background-color: var(--black);
    color: var(--black);
    margin: 0;
    padding: 15px;
    display: block;
  }

  .column-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-16 {
    height: 600px;
  }

  .div-block-35 {
    padding-left: 40px;
  }

  .text-block-5 {
    color: var(--white);
    font-weight: 600;
  }

  .div-block-38 {
    flex-wrap: wrap;
  }

  .div-block-39 {
    margin-bottom: 10px;
  }

  .image-21 {
    display: none;
  }

  .image-22, .image-23 {
    display: block;
  }

  .image-24 {
    width: 100%;
    height: 30px;
    display: block;
  }

  .image-24.big {
    height: 40px;
  }

  .div-block-42 {
    display: none;
  }

  .columns {
    width: 90%;
  }

  .merken-grid-mobile {
    width: 500px;
    height: auto;
    display: flex;
  }

  .slider-title {
    font-size: 45px;
  }

  .merk-grid-mobile-copy {
    width: 500px;
    height: auto;
    display: flex;
  }

  .div-block-47 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-slider-4 {
    margin-left: 0%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .section-2 {
    min-width: auto;
    max-width: 100%;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .h1.white {
    font-size: 50px;
  }

  .div-block-2 {
    width: 400px;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .div-block-5 {
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .div-block-8 {
    padding-bottom: 80px;
    padding-right: 0;
  }

  .div-block-13 {
    top: 18%;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-20 {
    border-bottom: 1px solid var(--gainsboro);
    border-right-style: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .div-block-34 {
    max-width: 100%;
  }

  .column-6, .image-16 {
    height: auto;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-overlay {
    display: block;
  }

  .image-18 {
    text-align: left;
    width: 100%;
    display: inline-block;
  }

  .div-block-36 {
    width: 100%;
  }

  .div-block-40 {
    display: block;
  }

  .image-22, .image-23, .div-block-42 {
    display: none;
  }

  .merken-grid-mobile {
    margin-bottom: 20px;
  }

  .slider-title.white {
    font-size: 50px;
  }

  .merk-grid-mobile-copy {
    margin-bottom: 20px;
  }

  .div-block-7-copy {
    max-width: 100%;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    border-bottom: 1px solid #ddd;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .right-arrow {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .left-arrow {
    margin-bottom: 63px;
    margin-right: 20px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .h1.white {
    font-size: 30px;
  }

  .p.white {
    font-size: 14px;
  }

  .div-block-2 {
    width: auto;
  }

  .button.beige {
    padding-left: 12px;
    padding-right: 12px;
  }

  .corner {
    display: none;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .h3.pf {
    font-size: 33px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tag {
    font-size: 8px;
  }

  .div-block-10 {
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .tag-line {
    background-color: var(--gainsboro);
    height: 10px;
  }

  .div-block-13 {
    top: 8%;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    object-fit: cover;
    width: 70%;
    margin-left: 30%;
  }

  .div-block-31 {
    margin-right: 20px;
    display: none;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .brand-logo {
    height: 40px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .brand-logo.big {
    height: 50px;
  }

  .image-24 {
    width: auto;
  }

  .div-block-43 {
    width: 100%;
    height: 60px;
  }

  .merken-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .slider-title.white {
    font-size: 30px;
  }

  .merk-grid-mobile-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .slider-text.white {
    font-size: 14px;
  }
}

#w-node-a4b7d251-966f-8bde-3eb9-ed56dc9a3979-8e9104d3, #w-node-a68ed8de-4f38-ee6f-9278-070712f16250-8e9104d3, #w-node-a475e65f-b774-e7b4-d66d-e3f5365509e9-8e9104d3, #w-node-a475e65f-b774-e7b4-d66d-e3f536550a11-8e9104d3, #w-node-a475e65f-b774-e7b4-d66d-e3f536550a39-8e9104d3 {
  grid-area: merk3;
}

#w-node-_9bbadbbb-6056-614f-eaa7-c7337953551e-8e9104d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f08065a-2a82-4c10-f1f8-4657683d37bd-8e9104d3, #w-node-_0942451e-120c-2660-8710-cb9eb854eb7c-8e9104d3, #w-node-_1ff0191a-0798-8e0e-eb38-03aa6e9805f6-8e9104d3, #w-node-_09873896-44bc-c929-220d-d7640df05395-8e9104d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b636d097-7307-99ef-18a5-e1aa845f6341-8e9104d3, #w-node-_0feb24a0-c6a1-c981-6f6c-f0128adc16a5-8e9104d3, #w-node-fc8eea11-2281-be2c-2193-d0fc2deabb61-8e9104d3, #w-node-f9774345-376a-5559-6755-48c9ab1ac14c-8e9104d3 {
  align-self: center;
}

#w-node-_57e45a3e-d5e9-e59b-8c09-86ec5c173fa1-2064c680, #w-node-_2c218873-b66f-83b9-85ea-4bbe44bd8f0c-2064c680, #w-node-_2c218873-b66f-83b9-85ea-4bbe44bd8f6a-2064c680, #w-node-_2c218873-b66f-83b9-85ea-4bbe44bd8f92-2064c680, #w-node-_2c218873-b66f-83b9-85ea-4bbe44bd8fba-2064c680 {
  grid-area: merk3;
}

#w-node-_09873896-44bc-c929-220d-d7640df05395-2064c680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb877fde-fea7-ba75-de1c-21bd7bd61ee7-2064c680 {
  align-self: center;
}

#w-node-b755c1b4-5ef3-07cf-9c32-c049b0735d1e-2064c680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_397af36b-8eef-6a82-c4a6-38fbfa42b9f0-2064c680, #w-node-_0da6dd45-00ac-c54c-f397-a1d91a009064-2064c680, #w-node-b636d097-7307-99ef-18a5-e1aa845f6341-2064c680, #w-node-_0feb24a0-c6a1-c981-6f6c-f0128adc16a5-2064c680, #w-node-_48a87ea0-464f-9ff8-c817-cd05b0f09401-2064c680, #w-node-f9774345-376a-5559-6755-48c9ab1ac14c-2064c680 {
  align-self: center;
}

#w-node-_12303e97-a905-11a8-a26e-bae45daa8966-7d7d7e1c, #w-node-ff04cdc9-dfd5-213f-5fb6-332c955e538f-7d7d7e1c, #w-node-ff04cdc9-dfd5-213f-5fb6-332c955e53ed-7d7d7e1c, #w-node-ff04cdc9-dfd5-213f-5fb6-332c955e5415-7d7d7e1c, #w-node-ff04cdc9-dfd5-213f-5fb6-332c955e543d-7d7d7e1c {
  grid-area: merk3;
}

#w-node-_09873896-44bc-c929-220d-d7640df05395-7d7d7e1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb877fde-fea7-ba75-de1c-21bd7bd61ee7-7d7d7e1c {
  align-self: center;
}

#w-node-b755c1b4-5ef3-07cf-9c32-c049b0735d1e-7d7d7e1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_397af36b-8eef-6a82-c4a6-38fbfa42b9f0-7d7d7e1c, #w-node-d4f5a0c0-1696-5a89-b6b1-4a7596683abc-7d7d7e1c, #w-node-b636d097-7307-99ef-18a5-e1aa845f6341-7d7d7e1c, #w-node-_0feb24a0-c6a1-c981-6f6c-f0128adc16a5-7d7d7e1c, #w-node-_0b0e502c-deca-6ae6-5448-b0c28e2a7d13-7d7d7e1c, #w-node-f9774345-376a-5559-6755-48c9ab1ac14c-7d7d7e1c {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_639d623a-4316-3b16-55d9-2b3205f1efbb-8e9104d3, #w-node-_9bbadbbb-6056-614f-eaa7-c7337953551e-8e9104d3, #w-node-_639d623a-4316-3b16-55d9-2b3205f1efbb-2064c680, #w-node-_9bbadbbb-6056-614f-eaa7-c7337953551e-2064c680, #w-node-_639d623a-4316-3b16-55d9-2b3205f1efbb-7d7d7e1c, #w-node-_9bbadbbb-6056-614f-eaa7-c7337953551e-7d7d7e1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


