/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*white-space: nowrap;*/
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 8px;
  grid-column-gap: 16px;
}
.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}
.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}
body {
  background-color: #001427;
  font-family: Karla, sans-serif;
  color: #001427;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 27px;
}
.website-wrapper {
  position: relative;
}
.green-bold {
  color: #00b67a;
}
.basic-3-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.trustpilot-link-white {
  top: 1px;
  transition: all 200ms ease;
  color: #fff;
}
.trustpilot-link-white:hover {
  color: #00b67a;
}
.top-bar-link-wrapper {
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}
.top-bar-link-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.relative-block {
  position: relative;
}
.relative-block.center-flex {
  display: flex;
  justify-content: center;
}
.nieuws-text-center {
  position: relative;
  top: 2px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.top-bar {
  padding: 12px 16px;
  background-color: #001427;
}
.trustpilot-logo {
  position: relative;
  top: -3px;
  width: 70px;
  margin-left: 3px;
}
.klantenservice-closed,
.klantenservice-open {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-radius: 100%;
  background-color: #27c97a;
}
.klantenservice-closed {
  background-color: #c92727;
}
.white-semi-bold {
  color: #fff;
  font-weight: 600;
}
.top-bar-link-text {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.top-bar-link-text._2 {
  font-size: 12px;
}
.final-footer-text {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.final-footer-text._2 {
  color: #0c0f21;
}
.top-bar-link-icon {
  width: 19px;
  margin-right: 4px;
}
.container {
  position: relative;
  max-width: 1100px;
}
.menu-text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.strike-span {
  text-decoration: line-through;
}
.menu-heading-item {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 30px;
  font-weight: 600;
}
.two-col-image-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-link-item {
  display: block;
  margin-bottom: 9px;
  padding-left: 16px;
  background-image: url('/website/images/right-arrow.svg');
  background-position: 0% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.menu-link-item:hover {
  opacity: 1;
}
.nav-link-wrapper {
  padding: 14px 32px 14px 14px;
  float: none;
  color: #0c0f21;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.nav-link-wrapper.active,
.nav-link-block.active,
.nav-link-wrapper.active .nav-link-title,
.nav-link-block.active .nav-link-title {
  text-decoration: none;
}
.nav-link-wrapper.active,
.nav-link-block.active {
  background: rgba(0, 0, 0, 0.04);
}
.nav-link-wrapper:hover,
.nav-link-block:hover {
  background: rgba(0, 0, 0, 0.06);
}
.nav-link-wrapper .w-icon-dropdown-toggle {
  margin-right: 12px;
}
.nav-link-wrapper.w--current {
  color: #4f30f1;
}
.nav-link-wrapper.w--open {
  padding-bottom: 14px;
}
.logo {
  width: 140px;
  margin-top: 0px;
}
.two-grid-menu-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
  grid-template-rows: auto;
}
.large-menu-grid {
  grid-template-columns: 4fr 1fr;
  grid-template-rows: auto;
}
.block-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 38px 38px 18px 18px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.57), rgba(83, 83, 83, 0));
}
.two-grid-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  grid-template-rows: auto;
}
.white-menu-text {
  color: #fff;
  font-size: 16px;
}
.two-grid-menu-block {
  position: relative;
  padding: 24px 23px 48px 0px;
}
.right-divider-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 1px;
  height: 100%;
  margin-right: 20px;
  align-items: center;
}
.dropdown-list-assortiment.w--open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  max-width: 100vw;
  margin-top: 105px;
  margin-left: 0px;
  padding: 0px 18px;
  border-top: 1px solid rgba(12, 15, 33, 0.07);
  border-radius: 1px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-list-assortiment.w--open.notification {
  margin-top: 157px;
}
.menu-link-item-color {
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 29px;
  color: #001427;
  font-size: 15px;
  text-decoration: none;
}
.menu-link-item-color:hover {
  opacity: 1;
}
.nav-link-title {
  position: relative;
  top: 2px;
  z-index: 10;
  display: inline-block;
  padding: 0px;
  border-bottom: 1px solid transparent;
  transition: border 200ms ease;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.nav-link-title.white {
  color: #ffffff;
}
.nav-link-title:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.nav-link-title.w--current {
  color: #11093d;
  text-decoration: underline;
}
.right-divider {
  width: 1px;
  height: 80%;
  background-color: rgba(12, 15, 33, 0.07);
}
.left-menu-block {
  display: flex;
  align-items: center;
}
.brand-logo {
  margin-top: 0px;
  margin-right: 30px;
}
.dropdown-icon-dark {
  top: 3px;
  display: block;
}
.nav-menu {
  display: flex;
  justify-content: center;
}
.final-menu-item-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 16px;
  background-image: url('/website/images/oranje-arrow.svg');
  background-position: 0% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #ff9c1e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.final-menu-item-link._2-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 21px;
  margin-top: 0px;
  padding-left: 0px;
  background-image: none;
  font-size: 14px;
}
.two-grid-menu-block-right {
  position: relative;
  max-width: 330px;
  padding: 0px;
}
.dropdown.webshop {
  margin-right: 0px;
}
.webshop-dropdown-toggle {
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  background-color: #ff9c1e;
  color: #ffffff;
}
.navbar-new {
  padding: 0px 16px;
  background-color: #fff;
}
.nav-link-block {
  margin-right: 10px;
  padding: 14px 20px 14px 14px;
  text-decoration: none;
}
.color-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 0;
  border-color: #d1d1d1;
  border-radius: 100%;
  background-color: #0c0f21;
}
.small-menu-heading {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}
.hero-img-block-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 82%;
}
.hero-img-block-img._90 {
  object-position: 50% 90%;
}
.hero-img-block-img._75 {
  object-position: 50% 75%;
}
.hero-img-block-img._63 {
  object-position: 50% 63%;
}
.dropdown-form-toggle {
  display: flex;
  min-height: 35px;
  padding: 0px 0px 0px 16px;
  -webkit-appearance: none;
  justify-content: flex-start;
  align-items: center;
}
.offerte-description {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}
.hero-image-block-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.total-form-mini-block {
  display: flex;
  width: 100%;
  /*  removed set height and added flex wrap*/
  /*height: 43px;*/
  flex-wrap: wrap;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  /*border-style: solid;*/
  /*border-width: 1px;*/
  /*border-color: #d8d8d8;*/
  /*border-radius: 2px;*/
  font-size: 16px;
  line-height: 30px;
}
.total-form-large-block.calendar {
  position: relative;
  padding-left: 43px;
  background-image: url('/website/images/001-calendar.svg');
  background-position: 12px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}
.grid-wrapper {
  position: relative;
}
.icon {
  color: #a3a3a3;
}
.offerte-label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.hero-section {
  position: relative;
  padding-top: 0px;
  background-color: #f1f1f1;
}
.hero-title-copy {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
.highlight-price-block {
  display: flex;
  height: 100%;
  min-height: 35px;
  padding-right: 12px;
  padding-left: 16px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  background-color: #fafafa;
}
.offerte-usp-heading-copy {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  text-align: left;
}
.final-price-wrapp {
  display: flex;
  padding-left: 0px;
  align-items: center;
  font-size: 12px;
}
.placeholder-tekst,
.placeholder-tekst + .select2 .select2-container--default .select2-selection--single {
  display: inline-block;
  color: #0c0f21;
  font-size: 14px;
}
.placeholder-tekst._2 {
  font-size: 12px;
}
/*.placeholder-tekst.filled {*/
/*  color: #0c0f21;*/
/*}*/
input.placeholder-tekst,
.placeholder-tekst + .select2.select2-container--default .select2-selection--single {
  display: flex;
  width: 100%;
  min-height: 35px;
  padding: 0px 12px 0px 16px;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 2px;
  line-height: 30px;
}
.placeholder-tekst + .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 14px;
}
.placeholder-tekst + .select2.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #757575;
}
.green-semi-bold {
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(39, 201, 122, 0.26);
  color: #00b97c;
  font-size: 15px;
  font-weight: 600;
}
.hero-grid {
  grid-template-columns: 1.2fr 0.75fr;
  grid-template-rows: auto;
  grid-row-gap: 30px;
}
.center-item-wrapper {
  display: flex;
  height: auto;
  margin-top: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  text-align: center;
}
.highlight-green-text {
  display: inline-block;
  margin-right: 7px;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
}
.offerte-button {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  padding: 13px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #27c97a;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
}
.offerte-button:hover {
  background-color: #26b46f;
  color: #fff;
}
.green-hero-span {
  color: #27c97a;
}
.offerte-new {
  /*position: absolute;*/
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 420px;
}
.offerte-new._2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 420px;
  margin-bottom: -60px;
  margin-right: auto;
  margin-left: auto;
}
.service-heading {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
}
.service-heading.smaller {
  font-size: 18px;
}
.offerte-field {
  display: flex;
  width: 100%;
  min-height: 35px;
  padding: 0px 12px 0px 16px;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 2px;
  font-size: 16px;
  line-height: 30px;
}
.arrow-rotated {
  position: relative;
  top: 0px;
  width: 8px;
  transform: rotate(-180deg);
}
.incl-btw-text {
  display: inline-block;
  font-size: 13px;
}
.dropdown-list-form.w--open {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #e8ecf0;
  box-shadow: 0 4px 10px -5px #000;
}
.offerte-block-stap-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: block;
  width: 100%;
  max-width: 420px;
  /*margin-top: -62px;*/
  padding: 23px 28px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 50px -14px rgba(0, 0, 0, 0.14);
}
.offerte-new._2 .offerte-block-stap-2 {
  margin-top: -62px;
}
.offerte-aanpassen-mini {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
}
.calc-footer {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}
.small-hero-heading-wrapper {
  max-width: none;
  margin-bottom: 0;
}
.dropdown-form {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.small-offerte-block {
  position: relative;
  margin-bottom: 6px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 0.8fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.text-span-2 {
  text-decoration: line-through;
  text-shadow: none;
}
.dropdown-list-form-link {
  padding: 7px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.dropdown-list-form-link:hover {
  background-color: #e3e6e9;
}
.dropdown-list-form-link.final {
  border-bottom-style: none;
}
.offerte-grid-new {
  margin-bottom: 8px;
  grid-column-gap: 6px;
  grid-row-gap: 8px;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
}
.offerte-block-stap-2 .offerte-grid-new {
  grid-column-gap: 3px;
  grid-template-columns: 0.4fr 1fr;
}
.offerte-block {
  position: relative;
  z-index: 2;
  max-width: 420px;
  min-width: 420px;
  margin-top: -62px;
  padding: 23px 28px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 50px -14px rgba(0, 0, 0, 0.14);
}
.small-paragraph {
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.top-bar-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.usp-list {
  display: inline-block;
  margin-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 22px;
  background-image: url('/website/images/001-check.svg');
  background-position: 0% 49%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.usp-list.w {
  color: #fff;
}
.usp-list.full {
  display: block;
}
.top-menu-sticky {
  position: sticky;
  top: 0px;
  z-index: 99999;
}
.large-slide-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
}
.slider-paragraph {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  line-height: 20px;
  font-weight: 400;
}
.fake-button {
  position: relative;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  margin-bottom: -65px;
  padding: 13px 14px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -1px 5px 12px -8px rgba(0, 0, 0, 0.24);
  color: #0c0f21;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.fake-button.green {
  background-color: #00b97c;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 10px 18px 9px;
  border-radius: 2px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
}
.fake-button:hover {
  transform: translate(0px, 0px);
}
.large-image-item {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 410px;
  border-radius: 2px;
  background-image: linear-gradient(220deg, rgba(152, 28, 31, 0) 37%, #981c1f);
  box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.14);
}
.intro-section {
  position: relative;
  padding: 90px 18px 100px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.basic-quad {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.basic-triple {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.basic-showroom {
  max-width: 1000px;
  gap: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding-bottom: 20px;
}
.basic-showroom .large-image-item {
  height: 500px;
}
.basic-showroom .large-image-item-overlay {
  background: linear-gradient(180deg, transparent 60%, #001427 80%, #001427);
}
.nav-block-showroom {
  margin-top: 55px;
}
.large-slide-bot-block {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0%;
  padding: 0px 24px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.basic-section-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
}
.center-heading-block {
  max-width: 575px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}
.large-image-category {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}
.large-image-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 14, 27, 0.27) 50%, rgba(0, 20, 39, 0.76));
}
.usp-bar {
  padding: 20px 18px;
  background-color: #001427;
  background-image: linear-gradient(180deg, rgba(0, 20, 39, 0.96), rgba(0, 20, 39, 0.96)), url('/website/images/Woodstep-Wit.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, no-repeat;
}
._2-col-grid {
  grid-template-rows: auto;
}
.cta-section-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}
.cta-description {
  color: #fff;
  font-size: 13px;
}
.bold-text-4 {
  color: #fff;
}
.button-full {
  width: 100%;
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  /*background-color: #ff9c1e;*/
  background-color: #00b97c;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.button-full:hover {
  background-color: #b3906d;
  color: #fff;
}
.button-full._2 {
  width: auto;
  margin-right: 0px;
  /*background-color: #ff9c1e;*/
  background-color: #00b97c;
}
.mini-slider {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 12px;
  margin-left: 12px;
  padding-top: 0px;
  font-size: 5px;
}
.section-image-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 490px;
  text-align: center;
  object-fit: cover;
  object-position: 50% 100%;
}
.section-image-copy._1 {
  object-position: 50% 80%;
}
.section-image-copy._2 {
  object-position: 50% 50%;
}
.large-image-text {
  position: relative;
  z-index: 100;
  margin-top: -105px;
  margin-bottom: 0px;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -3px 18px 50px -14px rgba(0, 0, 0, 0.14);
}
.large-image-text.klanten {
  margin-top: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.button-gtid {
  max-width: 450px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  grid-template-rows: auto;
}
.button-gtid.top-margin {
  margin-top: 20px;
}
.google-image {
  width: 45px;
  text-align: center;
  height: 45px;
  margin-right: 16px;
  border-radius: 100%;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #ffff;
}
.google-image._1 {
  background-color: #00897b;
}
.google-image._2 {
  background-color: #455a64;
}
.google-image._3 {
  background-color: #ab47bc;
}
.arrow-left {
  display: none;
  width: 35px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.63);
}
.top-right-woodstep-slider-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: none;
  margin-right: 34px;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.63);
  color: #fff;
  font-weight: 500;
}
.google-name {
  display: inline-block;
  color: #111111;
}
._2-grid-block {
  grid-template-rows: auto;
}
.showroom-text-block {
  position: relative;
  max-width: 430px;
  margin-bottom: 0px;
}
.section-tint {
  position: relative;
  padding: 75px 18px;
  background-color: #f1f1f1;
}
.section-tint.bot-padding {
  padding-bottom: 150px;
}
.google-stars {
  display: inline-block;
  height: 20px;
}
.arrow-icon {
  font-size: 16px;
}
.div-block-2 {
  margin-bottom: 13px;
}
.arrow-right {
  display: none;
  width: 35px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.63);
}
.icon-button {
  display: flex;
  min-height: 46px;
  margin-left: 0px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #001427;
  text-decoration: none;
}
.icon-button:hover {
  background-color: #0c0f21;
}
.triple-grid-review {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
.mask-2 {
  border-radius: 3px;
}
.large-woodstep-slider {
  height: 490px;
}
.trustpilot-wrap {
  padding: 17px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #fafafa;
  box-shadow: none;
  transition: all 200ms ease;
}
.trustpilot-wrap:hover {
  box-shadow: none;
}
.large-paragraph {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}
.large-paragraph.white {
  color: #fff;
}
.large-paragraph.blog {
  margin-bottom: 13px;
}
.trustpilot-heading {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}
.usp-heading-wrapper-center {
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #0c0f21;
  text-align: center;
}
.usp-heading-wrapper-center._2 {
  margin-top: 50px;
}
.large-woodstep-slide {
  z-index: 1;
}
.div-block-3 {
  position: relative;
  top: -13px;
  margin-bottom: -13px;
}
.green-span {
  float: right;
  color: #00b67a;
  font-size: 22px;
  font-weight: 500;
  text-align: right;
}
.green-span-small {
  display: inline-block;
  margin-right: 0px;
  float: right;
  color: #0c0f21;
  font-size: 11px;
  font-weight: 500;
}
.usp-heading-wrapper-copy {
  max-width: 590px;
  margin-bottom: 0px;
}
.category-grid-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.category-text {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.project-mini-heading {
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}
.right-top-item {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px 3px;
  border-radius: 2px;
  background-color: #2c2c2c;
  box-shadow: 0 4px 11px -10px rgba(0, 0, 0, 0.28);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.combi-deal-grid {
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.fake-button-wrapper {
  display: inline-block;
}
.fake-button-wrapper:hover {
  color: #981c1f;
}
.bespaar-item {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 7px;
  padding: 7px;
  background-color: #00b67a;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}
.fake-button-text {
  display: inline-block;
  font-size: 15px;
  color: #001427;
}
.before-block-top {
  position: relative;
  margin-top: 0px;
  padding: 0px 12px 51px;
  border-radius: 2px;
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98));
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 5px 11px -9px #000;
  text-align: center;
}
.assortiment-grid {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.large-link-image {
  width: 75px;
  margin-right: 8px;
}
@media screen and (max-width: 525px) {
  .large-link-image {
    width: 55px;
  }
  .category-text {
    font-size: 13px;
  }
}
.before-block-image-wrap {
  position: relative;
}
.fake-button-line {
  width: 100%;
  height: 2px;
  background-color: #981c1f;
}
.mini-usp-heading-paragraph {
  color: #000;
  font-size: 17px;
}
.large-link {
  display: flex;
  padding: 12px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(168, 168, 168, 0.28);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 5px 16px -12px rgba(0, 0, 0, 0.6);
  color: #001427;
  text-decoration: none;
}
.large-link:hover {
  box-shadow: 0 5px 16px -9px rgba(0, 0, 0, 0.6);
}
.text-span-3 {
  text-decoration: line-through;
}
.div-block-5 {
  margin-top: 5px;
  padding-left: 8px;
  text-align: right;
}
.deal-grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 0.25fr 0.75fr;
  grid-template-rows: auto;
}
.before-text {
  margin-left: 7px;
  color: #0c0f21;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.combideal-button-wrapper {
  margin-top: 12px;
}
._2-col-aanbieding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 0.75fr;
  grid-template-rows: auto;
}
.basic-section-tint {
  position: relative;
  padding: 50px 18px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.image-section {
  position: relative;
  height: auto;
  padding: 0px;
  background-color: #fff;
}
.section-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  object-position: 50% 100%;
}
.image-section-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding: 48px 18px 130px;
  background-image: linear-gradient(180deg, rgba(152, 28, 31, 0.88), rgba(152, 28, 31, 0.88));
}
.bot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.final-footer-link {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 0.27);
  font-size: 11px;
  text-decoration: none;
}
.final-footer-link._2 {
  margin-left: 8px;
}
.footer-block-left {
  padding-right: 0px;
}
.footer-block-left._1 {
  position: relative;
  left: 45px;
}
.footer-link-title {
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.usp-grid {
  display: flex;
  justify-content: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.usp-grid._2 {
  justify-content: flex-end;
}
.openingstijden-block {
  margin-bottom: 4px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: auto;
}
.footer-link-wrapper-copy {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}
.footer-link-wrapper-copy:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.usp-link-block {
  margin-right: 8px;
  margin-left: 8px;
  flex-direction: row;
  color: #000;
  text-decoration: none;
}
.small-usp-logo {
  position: relative;
  top: -2px;
  width: 16px;
  margin-right: 8px;
  filter: brightness(0%) invert(100%) grayscale(100%);
}
.small-usp-logo._2 {
  filter: none;
}
.small-usp-logo._2.sm {
  width: 14px;
  opacity: 0.38;
}
.footer-link {
  display: block;
  margin-top: 13px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.footer-link:hover {
  color: #b80102;
}
.coming-soon-tag {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 8px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer {
  position: relative;
  padding: 50px 18px 125px;
  background-color: #001427;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 20, 39, 0.98)), to(rgba(0, 20, 39, 0.98))), url('/website/images/Woodstep-Wit.svg');*/
  /*background-image: linear-gradient(180deg, rgba(0, 20, 39, 0.98), rgba(0, 20, 39, 0.98)), url('/website/images/Woodstep-Wit.svg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1300px;
  background-repeat: repeat, no-repeat;
}
.final-footer-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.final-footer-divider.odd {
  position: relative;
}
.footer-title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.usp-link-text {
  display: inline;
  color: #fff;
  text-decoration: none;
}
.usp-grid-large {
  margin-bottom: 25px;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
}
.footer-block {
  margin-right: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
}
.footer-block.alt {
  filter: invert(100%);
}
.trustpilot-link {
  transition: all 200ms ease;
  color: #0c0f21;
}
.trustpilot-link:hover {
  color: #00b67a;
}
.basic-2-grid {
  grid-template-rows: auto;
}
.usp-wrapper {
  padding-top: 23px;
  padding-bottom: 19px;
}
.footer-grid-new {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.footer-link-block-copy {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.hero-sub-heading {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 30px;
}
.bedankt-blok-right-image {
  box-shadow: 1px 1px 50px -4px rgba(0, 0, 0, 0.1);
}
.dark-title {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  color: #0c0f21;
  font-size: 39px;
  line-height: 54px;
  font-weight: 700;
}
.bedankt-hero-wwrapper {
  max-width: 510px;
  margin-bottom: 16px;
}
.bedankt-grid {
  grid-template-rows: auto;
}
.bedankt-img {
  border-radius: 2px;
}
.bedankt-section {
  position: relative;
  padding: 80px 18px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.small-hero-button-wrapper {
  margin-top: 24px;
}
.transparant-button {
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.03);
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.transparant-button:hover {
  background-color: rgba(226, 226, 226, 0.09);
  color: #fff;
}
.category-hero-new {
  position: relative;
}
.category-hero-new.blog {
  height: 330px;
}
.category-hero-new.voorwaarden {
  height: 250px;
}
.breadcrumb-link {
  margin-right: 6px;
  color: #fff;
  text-decoration: none;
}
.breadcrumb-link.w--current {
  text-decoration: underline;
}
.breadcrumb-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  margin-right: 6px;
  margin-bottom: 10px;
  text-align: left;
}
.breadcrumb-arrow {
  height: 11px;
  width: 15px;
  margin-top: 4px;
  margin-right: 6px;
}
.new-heading-wrapper {
  max-width: 600px;
  margin-top: 0px;
  text-align: left;
}
.new-heading-wrapper.w-100 {
  max-width: 100%;
}
.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}
.basic-button {
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: #00b97c;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.breadcrumb-text {
  position: relative;
  top: 3px;
  font-weight: 500;
}
.category-image-overlay-new {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding: 45px 10px;
  background: rgba(152, 25, 21, 0.88);
  /*background-color: rgba(14, 19, 27, 0);*/
  /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.21)), color-stop(55%, rgba(19, 19, 19, 0.07)), to(transparent));*/
  /*background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.21), rgba(19, 19, 19, 0.07) 55%, transparent);*/
}
.category-image-overlay-new._2 {
  padding-top: 56px;
}
.breadcrumb-home-icon {
  position: relative;
  top: 1px;
  width: 14px;
}
.category-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-wrapper-mini {
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
  padding: 15px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(152, 28, 31, 0.07);
  text-align: center;
}
.icon-wrapper-mini._2 {
  width: 45px;
  height: 45px;
  margin-bottom: 14px;
  padding: 8px;
}
.icon-wrapper-mini._2.center {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.icon-wrapper-mini.nadeel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background-color: transparent;
}
.usp-icon {
  width: 35px;
  height: 35px;
  object-fit: fill;
}
.usp-icon.nadeel {
  opacity: 1;
}
.large-content-section {
  position: relative;
  padding: 100px 18px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.large-content-section.offerte {
  padding-top: 70px;
}
.large-content-section.top-padding {
  padding-top: 0px;
}
.large-content-section.white {
  background-color: #fff;
  background-image: none;
}
.button-no-icon {
  display: flex;
  min-height: 46px;
  margin-left: 0px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #001427;
  text-decoration: none;
}
.button-no-icon:hover {
  background-color: #0c0f21;
}
.content-grid {
  margin-bottom: 69px;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto;
}
.content-grid.reverse {
  grid-template-columns: 1fr 1.25fr;
}
.content-grid.reverse._2 {
  margin-bottom: 0px;
}
.content-grid.reverse.top {
  margin-top: 75px;
  margin-bottom: 0px;
}
.content-grid.final {
  margin-bottom: 0px;
}
.partners-grid {
  grid-template-columns: 3.25fr 1fr;
  grid-template-rows: auto;
}
.large-image-wrapper-cat {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 410px;
  border-radius: 2px;
  /*background-image: linear-gradient(220deg, rgba(152, 28, 31, 0) 37%, #981c1f);*/
  box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.14);
}
.large-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  /*background-image: linear-gradient(225deg, transparent 29%, #981c1f);*/
}
.usp-heading-wrapper {
  max-width: 595px;
  margin-bottom: 50px;
}
.usp-heading-wrapper.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.usp-heading-wrapper.center._0 {
  margin-bottom: 20px;
}
.usp-heading {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 700;
}
.paragraph-usp {
  color: #2c2c2c;
}
.usp-block {
  position: relative;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.grid-triple-usp-large {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.text-blok-grid {
  grid-template-rows: auto;
}
.large-video-wrapper {
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 15px -14px rgba(0, 0, 0, 0.14);
}
.large-table-top-item {
  position: sticky;
  top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  background-color: #151623;
}
.large-table-top-item.extra {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.large-table-top-item.extra._5,
.table-item-item.extra._5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.table-top-heading-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.large-table-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 2px;
}
.table-block {
  display: flex;
  padding-top: 11px;
  padding-bottom: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
}
.table-block._2 {
  border-bottom-style: none;
}
.table-block.final {
  border-right-style: none;
}
.table-block.first.final {
  border-bottom-style: none;
}
.small-check {
  width: 16px;
  margin-right: 12px;
}
.table-item-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  background-color: #f1f1f1;
}
.table-item-item.extra {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.table-top-block {
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  text-align: center;
}
.table-left-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.slider-section-slider {
  height: 500px;
}
.section-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-arrow {
  width: 50px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.27);
  font-size: 17px;
}
.slider-hide {
  display: none;
}
.step-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 6px 11px;
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.24);
  font-size: 13px;
  font-weight: 500;
}
.step-block._2 {
  margin-top: 6px;
}
.werkwijze-block {
  position: relative;
  max-width: 430px;
  margin-bottom: 0px;
}
.menu-item-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.right-menu-description {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.right-menu-link-block-showroom {
  position: relative;
  display: flex;
  padding: 11px 25px 11px 85px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(155, 155, 155, 0.28);
  border-radius: 2px;
  background-color: #fff;
  color: #1f1f1f;
  text-decoration: none;
}
.right-menu-link-block-showroom:hover {
  transform: translate(0px, 0px);
}
.klantenservice-top-grid {
  margin-bottom: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 0.45fr;
  grid-template-rows: auto;
}
.werkgebied-top-grid {
  margin-bottom: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 0.6fr 0.5fr;
  grid-template-rows: auto;
}
.werkgebied-top-grid .hero-image-block-wrapper.large {
  height: auto;
}
.contact-map {
  width: 100%;
  height: 100%;
}
.block-heading {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.block-heading.vacature {
  margin-bottom: 0px;
}
.right-col-grid-showroom {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  box-shadow: -2px 10px 20px -20px rgba(0, 0, 0, 0.29);
}
.hero-image-block-wrapper {
  position: relative;
  overflow: visible;
  height: 470px;
  border-radius: 3px;
}
.hero-image-block-wrapper.large {
  height: 490px;
}
.klantenservice-section {
  position: relative;
  padding: 40px 18px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.icon-wrapper-klantenservice {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  bottom: auto;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 10px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(152, 28, 31, 0.07);
  text-align: center;
}
.klantenservice-triple-grid {
  grid-column-gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .klantenservice-triple-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
@media screen and (min-width: 991.1px) {
  .klantenservice-triple-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .werkgebied-top-grid aside {
    height: 100%;
    max-height: 490px;
  }
}
.basic-white-block {
  padding: 24px 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -20px rgba(0, 0, 0, 0.29);
}
.veelgestelde-vragen-main-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.faq-main-item-wrapper {
  display: flex;
  padding: 24px 17px;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -20px rgba(0, 0, 0, 0.29);
  transition: all 200ms ease;
}
.faq-main-item-wrapper:hover {
  box-shadow: 7px 7px 20px -16px rgba(0, 0, 0, 0.87);
}
.faq-item-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}
.faq-main-item-text {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #001427;
}
.triple-grid-veelgestelde-vragen {
  grid-template-columns: 1fr 1fr 1fr;
}
.veelgestelde-vragen-heading {
  margin-top: 0px;
  margin-bottom: 14px;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.icon-wrapper-klantenservice-small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 10px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(152, 28, 31, 0.07);
  text-align: center;
}
.klantenservice-block {
  position: relative;
  padding: 24px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -20px rgba(0, 0, 0, 0.29);
}
.klantenservice-block.antwoord {
  padding-right: 32px;
  padding-left: 32px;
}
.klantenservice-link {
  display: block;
  margin-bottom: 5px;
  color: #001427;
  font-size: 15px;
  text-decoration: none;
}
.search-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.search-bar {
  position: relative;
  display: flex;
  padding: 9px 11px 9px 23px;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -20px rgba(0, 0, 0, 0.29);
}
.search-buttons {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 18px 9px;
  float: right;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #ff9c1e;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.search-buttons:hover {
  background-color: #b3906d;
  color: #fff;
}
.search-text {
  flex: 1;
  color: rgba(0, 20, 39, 0.51);
  font-size: 15px;
}
.grid-vragen {
  margin-top: -28px;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
}
.dropdown-klantenservice {
  display: block;
}
.dropdown-toggle-klantenservice {
  width: 100%;
  padding-left: 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.dropdown-toggle-klantenservice.final {
  border-bottom-style: none;
}
.icon-wrapper-klantenservice-mini {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(152, 28, 31, 0.07);
  text-align: center;
}
.klantenservice-dropdown-list.w--open {
  position: relative;
  background-color: transparent;
}
.klantenservice-dropdown-link {
  padding-left: 30px;
  background-color: #fff;
  background-image: url('/website/images/right-arrow.svg');
  background-position: 10px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}
.klantenservice-dropdown-link:hover {
  border-radius: 2px;
  background-color: #f7f7f7;
}
.left-mini-klantenservice {
  position: relative;
  margin-top: 0px;
  padding: 18px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -20px rgba(0, 0, 0, 0.29);
}
.klantenservice-antwoord-section {
  position: relative;
  padding: 0px 18px 100px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.terug-small {
  display: inline-block;
  color: #001427;
}
.antwoord-block {
  margin-top: 17px;
}
.dropdown-av {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.dropdown-av.final {
  border-bottom-style: none;
}
.dropdown-av-toggle {
  width: 100%;
  padding: 10px 0px;
}
.dropdown-heading {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.dropdown-list-av.w--open {
  position: relative;
  background-color: transparent;
}
.dropdown-icon {
  margin-right: 0px;
}
.paragraph-grid {
  grid-column-gap: 35px;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: auto;
}
.div-block {
  padding-right: 55px;
}
.intro-description {
  max-width: 590px;
  margin-bottom: 0px;
}
.section-heading-left {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
}
.highlight-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 17px;
  line-height: 34px;
  font-weight: 600;
}
.combi-deal-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.combideal-pack {
  margin-top: 62px;
}
.main-blog-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.blog-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.blog-overlay-bot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 22px 22px 0px;
}
.geschreven-op {
  display: inline-block;
}
.calendar-icon {
  position: relative;
  top: -2px;
  width: 17px;
  margin-right: 5px;
}
.time-right-top {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  color: #fff;
}
.final-blog-grid {
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: auto;
}
.final-blog-block {
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 3px 11px -6px rgba(0, 0, 0, 0.32);
}
.final-blog-block-grid {
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
}
.final-blog-block-image {
  width: 100%;
  min-height: 190px;
  border-radius: 3px;
  object-fit: cover;
  height: 100%;
}
.final-blog-heading {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.relative-block-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(225deg, transparent, rgba(0, 20, 39, 0.7));
}
.time-right-top-mini {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  filter: invert(100%);
  color: #fff;
}
.outline-button {
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 18px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 20, 39, 0.19);
  border-radius: 2px;
  background-color: transparent;
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-weight: 600;
}
.line-button {
  /*position: absolute;*/
  /*left: 0%;*/
  /*top: auto;*/
  /*right: 0%;*/
  /*bottom: 0%;*/
  display: flex;
  min-height: 46px;
  margin-left: 0px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 20, 39, 0.09);
  border-radius: 3px;
  background-color: transparent;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 13px;
  text-decoration: none;
}
.outline-button:hover {
  background-color: #b3906d;
  color: #fff;
}
.line-button:hover {
  border-color: #001427;
}
.center-button-wrapper {
  text-align: center;
}
.final-blog-item {
  padding-left: 17px;
}
.social-blog-wrapper {
  padding-top: 21px;
  padding-left: 21px;
}
.social-blog-item {
  display: block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 12px;
  border-radius: 3px;
  background-color: #001427;
  text-decoration: none;
}
.social-blog-item:hover {
  background-color: #001427;
}
.nieuwsbrief-wrap {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}
.nieuwsbrief-form {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-top: 2px;
  padding-left: 0px;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
}
.arrow-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 40px;
  padding: 11px;
  background-color: #ff9c1e;
}
.email-placeholder {
  color: rgba(0, 0, 0, 0.34);
  font-size: 15px;
  height: 100%;
  width: 100%;
  padding-left: 17px;
  border: none;
}
.large-content-section-blog {
  position: relative;
  padding: 0px 18px 100px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.blog-post-wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: -80px auto 0px;
  padding: 41px 70px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
}
.rich-text-block {
  color: #151623;
  font-size: 16px;
  line-height: 27px;
}
.full-section {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.block-wrapper {
  max-width: 500px;
}
.white-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}
.temp-button {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.09);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.houtsoort-grid {
  height: auto;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.select-heading-wrap {
  max-width: 610px;
  margin-left: 0px;
}
.select-heading-wrap-md {
  max-width: 700px;
  margin-left: 0px;
}
.choose-icon {
  width: 30px;
}
.choose-icon.small {
  position: relative;
  left: 0px;
  top: 0px;
  width: 14px;
}
.houtlook-img-wrp {
  position: relative;
}
.small-kleur-heading {
  margin-top: 0px;
  font-size: 22px;
}
.small-kleur-heading._2 {
  margin-bottom: 0px;
}
.right-item-wrap {
  position: relative;
}
.grey-button {
  width: 220px;
  margin-top: 0px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.63);
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.grey-button:hover {
  background-color: #a3a3a3;
  color: #fff;
}
.grey-button.full {
  width: 100%;
  order: 1;
  text-align: center;
}
.step-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
}
h1.step-heading {
  font-size: 32px;
}
.houtsoort-image {
  width: 100%;
  height: 160px;
  border-radius: 2px;
  object-fit: cover;
}
.center-mini-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.center-mini-heading.chosen {
  color: #27c97a;
}
.step-heading-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}
.houtlook-img-overl {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 26px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.34);
  /*background-color: hsla(0, 55%, 49%, 0.34);*/
  font-family: Lato, sans-serif;
  color: #0c0f21;
  font-size: 70px;
  font-weight: 900;
}
.large-item {
  width: 100%;
  height: 220px;
  margin-bottom: 11px;
  border-radius: 2px;
  object-fit: cover;
}
.plint-link,
.houtsoort-link {
  padding-bottom: 0px;
  text-align: center;
}
.plint-link.chosen,
.houtsoort-link.chosen {
  padding-bottom: 0px;
}
.double-grid-block {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 0.75fr 0.5fr;
  grid-template-rows: auto;
}
.right-block-wrap {
  display: flex;
  height: auto;
  padding: 21px;
  flex-direction: column;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.09);
}
.right-block-wrap._2 {
  justify-content: flex-start;
}
.large-offerte-block {
  margin-bottom: 50px;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 15px -14px rgba(0, 0, 0, 0.14);
}
.chosen-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #27c97a;
  border-radius: 3px;
}
.chosen-item-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(39, 201, 122, 0.24);
}
.orange-button {
  width: 220px;
  margin-top: 0px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.63);
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.orange-button:hover {
  background-color: #a3a3a3;
  color: #fff;
}
.orange-button.full {
  width: 100%;
  order: 1;
  background-color: #ff9c1e;
  text-align: center;
}
.orange-button.kto {
  background-color: #ff9c1e;
  text-align: center;
}
.color-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.small-color-item {
  position: relative;
  width: 100%;
  height: 67px;
  border-radius: 2px;
  object-fit: cover;
}
.houtsoort-grid-copy {
  height: auto;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.form-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 43px;
  margin-bottom: 0px;
  padding: 0px 12px 0px 16px;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
}
.small-plint-image {
  border-radius: 2px;
}
.double-grid {
  margin-bottom: 14px;
  grid-template-columns: 0.33fr 1fr;
  grid-template-rows: auto;
}
.form-block-2 {
  margin-bottom: 0px;
}
.form-block-2._2 {
  margin-top: 7px;
}
.houtsoort-image-2 {
  width: 100%;
  height: 185px;
  border-radius: 2px;
  object-fit: cover;
}
.form-2 {
  position: relative;
}
.plint-block {
  height: 100%;
}
.mini-heading {
  position: relative;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.plint-image {
  width: 100%;
  height: 185px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  object-fit: cover;
}
.content-wrapper {
  height: 100%;
}
.right-question-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
}
.ja-nee-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}
.right-question-link-image {
  width: 14px;
  height: 14px;
}
.edit-icon-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 18px;
  height: 18px;
  margin-top: 9px;
  opacity: 0.15;
}
.edit-icon-wrapper:hover {
  opacity: 1;
}
.grid-block-small {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.grid-block-small.highlight {
  border-right-style: none;
  background-color: #27c97a;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}
.grid-block-small._2 {
  border-right-style: none;
}
.question-answer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 330px;
  margin-top: -75px;
  margin-right: 0px;
  margin-left: -209px;
  padding: 5px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 8px -9px #000;
  color: rgba(3, 20, 39, 0.91);
}
.specifactie-block {
  position: relative;
}
._6-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}
.ja-nee-wrapper {
  width: 100%;
  height: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(216, 216, 216, 0.34);
  border-radius: 3px;
  background-color: #f0f0f0;
}
.choose-block-simple {
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.choose-heading {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.choose-heading._2 {
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.question-answer-text {
  color: #0c0f21;
  font-size: 13px;
  font-weight: 400;
}
.bold-mini-heading {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.upload-field {
  display: -moz-inline-block;
  display: inline-block;
  width: 100%;
  min-height: 300px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #9bbae8;
  border-radius: 3px;
  background-color: #fcfcff;
  color: #001427;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}
.text-block-7-copy {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.upload-icon {
  height: 40px;
  margin-bottom: 14px;
}
.grid-double {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.single-grid {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.single-grid.final {
  margin-bottom: 69px;
}
.full-block-right {
  display: flex;
  height: 100%;
  margin-top: 14px;
  padding: 21px;
  flex-direction: column;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.09);
}
.choose-block {
  position: relative;
  /*height: 65px;*/
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.choose-block.final {
  /*height: 48px;*/
  padding-right: 23px;
  border-bottom-style: none;
}
.choose-block._2 {
  /*height: 48px;*/
}
.choose-block.large {
  /*height: 102px;*/
}
.overzicht-heading {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.full-green-button-copy {
  width: 220px;
  margin-top: 0px;
  padding: 10px 18px 9px;
  border-radius: 2px;
  background-color: rgba(163, 163, 163, 0.63);
  transition: opacity 150ms ease-out, background-color 150ms ease-in;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  background-color: #27c97a;
}
.full-green-button-copy:hover {
  background-color: #22b56e;
  color: #fff;
}
.full-green-button-copy.full {
  width: 100%;
  margin-top: 10px;
  order: 1;
  background-color: #27c97a;
  text-align: center;
}
.fake-checkbox {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.28);
  border-radius: 2px;
  background-color: #f5f5f5;
}
.fake-checkbox.check {
  border-color: #27c97a;
  background-color: rgba(39, 201, 122, 0.18);
}
.flex-box {
  display: flex;
  margin-top: 9px;
  justify-content: center;
  align-items: center;
}
.flex-box.left {
  justify-content: flex-start;
}
.relative-block-offerte {
  position: relative;
  text-align: center;
}
.relative-block-text {
  font-size: 12px;
}
.relative-block-text._2 {
  margin-top: 8px;
}
.kleur-extra {
  margin-bottom: 10px;
}
.kleur-static-block {
  position: relative;
  margin-top: 3px;
  margin-bottom: 0px;
}
.kleur-static-heading {
  display: inline-block;
  margin-right: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.kleur-static-text {
  display: inline-block;
  font-size: 14px;
}
.overzicht-mini-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.upload-text-plus-icon {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
.footer-final-block {
  position: relative;
  padding: 0px 18px;
  background-color: #001427;
  background-image: linear-gradient(180deg, rgba(0, 20, 39, 0.98), rgba(0, 20, 39, 0.98)), url('/website/images/Woodstep-Wit.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1300px;
  background-repeat: repeat, no-repeat;
}
.grid-2 {
  grid-template-columns: 0.33fr 1fr 0.33fr;
  grid-template-rows: auto;
}
.line-wrap {
  position: relative;
}
.grid-4-numbers {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.grid-5-numbers {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.grid-6-numbers {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.div-block-10 {
  margin-top: -8px;
}
.green-tekst {
  font-family: Poppins, sans-serif;
  color: #32b85e;
  font-size: 13px;
}
.circle {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #32b85e;
  background-image: url('/website/images/Check-white.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}
.circle._2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #a3a3a3;
  background-image: url('/website/images/Check-white.svg');
  background-position: 50% 50%;
  background-size: 11px;
}
.behind-line {
  position: relative;
  width: 516px;
  height: 0px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  background-color: transparent;
}
.behind-line.w20 {
  border-image: linear-gradient(to right, #32b85e 20%, #a3a3a3 20%) 1;
}
.behind-line.w25 {
  border-image: linear-gradient(to right, #32b85e 25%, #a3a3a3 25%) 1;
}
.behind-line.w33 {
  border-image: linear-gradient(to right, #32b85e 33.33%, #a3a3a3 33.33%) 1;
}
.behind-line.w40 {
  border-image: linear-gradient(to right, #32b85e 40%, #a3a3a3 40%) 1;
}
.behind-line.w50 {
  border-image: linear-gradient(to right, #32b85e 50%, #a3a3a3 50%) 1;
}
.behind-line.w60 {
  border-image: linear-gradient(to right, #32b85e 60%, #a3a3a3 60%) 1;
}
.behind-line.w66 {
  border-image: linear-gradient(to right, #32b85e 66.66%, #a3a3a3 66.66%) 1;
}
.behind-line.w75 {
  border-image: linear-gradient(to right, #32b85e 75%, #a3a3a3 75%) 1;
}
.behind-line.w80 {
  border-image: linear-gradient(to right, #32b85e 80%, #a3a3a3 80%) 1;
}
.behind-line.w100 {
  border-image: linear-gradient(to right, #32b85e 100%, #a3a3a3 100%) 1;
}
.circle-wrap {
  font-family: Poppins, sans-serif;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.relative-fixed-block-copy {
  position: sticky;
  top: 0px;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 7px 15px -6px rgba(0, 0, 0, 0.1);
}
.vacature-link-block {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 30px 80px 30px 40px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('/website/images/right-arrow.svg');
  background-position: 96% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.07);
  transition: box-shadow 200ms ease, background-position 200ms ease;
  color: rgba(34, 202, 81, 0.92);
  text-decoration: none;
}
.vacature-link-block:hover {
  background-position: 97% 50%;
  box-shadow: 4px 4px 27px 0 rgba(0, 0, 0, 0.08);
  color: #9d43ff;
}
.vacature-link-block.final {
  margin-bottom: 0px;
}
.category-mini-text {
  display: inline-block;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.fake-tag {
  margin-right: 6px;
  margin-bottom: 11px;
  margin-left: 6px;
  padding: 6px 14px;
  border-radius: 2px;
  background-color: #b6b6b6;
  color: #fff;
  text-decoration: none;
}
.fake-tag:hover {
  background-color: #b9b9b9;
}
.fake-tag.checked {
  background-color: #ff9c1e;
}
.vacature-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #0c0f21;
  font-size: 23px;
  font-weight: 600;
}
.vacature-title.uren {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.18);
  font-size: 19px;
  line-height: 13px;
  font-weight: 600;
}
.vacature-summary {
  margin-bottom: 0px;
  color: #001427;
  font-size: 16px;
}
.top-filter-wrapper {
  margin-bottom: 6px;
}
.tag-wrapper {
  display: inline-block;
  text-align: center;
}
.image-section-grid-wrapper {
  background-color: #fff;
}
.image-section-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.image-section-grid-image {
  width: 100%;
  height: 302px;
  object-fit: cover;
}
.vacature-hero {
  position: relative;
  height: 630px;
}
.vacature-hero.blog {
  height: 330px;
}
.vacature-hero-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding: 100px 18px 45px;
  background-color: rgba(0, 20, 39, 0.93);
  background-image: linear-gradient(45deg, rgba(0, 20, 39, 0.74), transparent 59%);
}
.vacature-hero-overlay._2 {
  padding-top: 56px;
}
.vacature-hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
.vacature-icon-wrapper {
  margin-bottom: 11px;
}
.vacature-icon-item {
  display: inline-block;
  margin-right: 16px;
}
.large-image-wrapper-vacature {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: 66px;
  border-radius: 2px;
  box-shadow: 0 9px 14px -3px rgba(0, 0, 0, 0.11);
}
.large-image-wrapp {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.large-content-section-vacature {
  position: relative;
  padding: 264px 18px 100px;
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.97), rgba(247, 247, 247, 0.97)), url('/website/images/Woodstpe-zwart.svg');
  background-position: 0px 0px, 150% 50%;
  background-size: auto, 1060px;
  background-repeat: repeat, no-repeat;
}
.large-content-section-vacature.offerte {
  padding-top: 70px;
}
.content-text-wrapper {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.content-text-wrapper.final {
  margin-bottom: 0px;
}
.vacature-usp-block {
  position: relative;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.vacature-usp-text {
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
}
.red-block,
.green-block,
.orange-block {
  display: grid;
  margin-top: 38px;
  margin-bottom: 0px;
  padding: 26px;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 0.25fr;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 156, 30, 0.18);
  border-radius: 2px;
  background-color: rgba(255, 166, 54, 0.13);
  font-family: Poppins, sans-serif;
  color: #ff9c1e;
  font-size: 15px;
  font-weight: 600;
}
.green-block {
  background-color: rgba(54, 255, 54, 0.17);
  border-color: rgba(64, 255, 64, 0.18);
  color: #00ce4d;
}
.red-block {
  background-color: rgba(255, 54, 54, 0.17);
  border-color: rgba(255, 64, 64, 0.18);
  color: #ce0000;
}
.red-block._2,
.green-block._2 {
  padding: 15px;
  margin-top: 0;
}
.orange-block._2 {
  font-size: 15px;
  text-align: left;
}
.bold-link {
  color: #001427;
  text-decoration: none;
}
.right-fixed-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-bottom: 10px;
}
.werkwijze-grid-wrapper {
  position: relative;
  z-index: 10;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.werkwijze-grid-small {
  padding: 33px 8px 16px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 15px -14px rgba(0, 0, 0, 0.14);
  text-align: center;
}
.step-circle-wrap {
  text-align: center;
}
.step-circle {
  position: relative;
  z-index: 2;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #f1f1f1;
}
.step-circle-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #981c1f;
  font-size: 17px;
}
.large-behind-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
  max-width: 900px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border-style: dashed;
  border-width: 0.5px;
  border-color: rgba(0, 20, 39, 0.18);
}
.large-content-wrapper {
  margin-top: 75px;
  margin-bottom: 0px;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 13px 13px 15px -14px rgba(0, 0, 0, 0.14);
}
.large-content-wrapper.block {
  margin-top: 0px;
  margin-bottom: 75px;
}
.large-content-wrapper.single {
  margin-top: 0px;
  margin-bottom: 0px;
}
.usp-bar-red {
  padding: 20px 18px;
  background-color: #981c1f;
  background-image: linear-gradient(180deg, rgba(152, 28, 31, 0.93), rgba(152, 28, 31, 0.93)), url('/website/images/Woodstep-Wit.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, no-repeat;
}
.color-filter-grid {
  grid-template-columns: 0.3fr 1fr;
  grid-template-rows: auto;
}
.color-block-filter {
  position: sticky;
  top: 0px;
}
.color-filter-block {
  position: sticky;
  top: 130px;
  margin-bottom: 0px;
  padding: 15px 21px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 3px 11px -6px rgba(0, 0, 0, 0.32);
}
.color-filter-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.large-color-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.large-color-link-block-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-radius: 2px;
}
.large-link-block-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 20, 39, 0.88);
  opacity: 0;
}
.color-block-popup,
.modal-block-popup {
  position: relative;
  display: flex;
  height: auto;
  width: 500px;
  max-width: 500px;
  padding: 21px;
  flex-direction: column;
  justify-content: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: #fff;
}
.color-block-popup {
  width: auto;
  max-width: 100%;
}
.color-block-popup._2 {
  justify-content: flex-start;
}
.small-usp-block {
  margin-bottom: 0px;
}
.usp-link-block-green-small {
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  flex-direction: row;
  color: #000;
  text-decoration: none;
}
.usp-link-block-green-small.final {
  margin-bottom: 0px;
}
.usp-link-text-small {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #0c0f21;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.large-item-kleur {
  width: 100%;
  /*height: 150px;*/
  margin-bottom: 11px;
  border-radius: 2px;
  object-fit: cover;
}
.cross {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  padding: 7px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
}
.cross-cancel {
  width: 20px;
  height: 20px;
}
.full-link-block {
  display: block;
  margin-bottom: 9px;
  color: #001427;
  text-decoration: none;
}
.before-after-grid {
  grid-template-rows: auto;
}
.gegevens-wijzigen-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 20, 39, 0.75);
}
.large-image-text-2.gegevens {
  width: 600px;
  max-width: 600px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.large-image-text-2 {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -3px 18px 50px -14px rgba(0, 0, 0, 0.14);
}
.usp-heading-wrapper-2 {
  max-width: 590px;
  margin-bottom: 20px;
  color: #0c0f21;
  text-align: left;
}
.gegevens-grid {
  margin-bottom: 12px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
}
.icon-button-orange {
  display: flex;
  min-height: 43px;
  margin-left: 0px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ff9c1e;
  text-decoration: none;
}
.basic-section-heading-item.smaller {
  font-size: 22px;
}
.shop-content-usp {
  position: relative;
  display: block;
  margin-top: 0px;
  justify-content: space-between;
}
.usp-list-2 {
  display: block;
  margin-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 22px;
  background-image: url('/website/images/001-check.svg');
  background-position: 0% 49%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.usp-list-2._2 {
  margin-right: 0px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .large-slide-bot-block {
    padding: 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .basic-3-grid {
    grid-template-columns: 1fr 1fr;
  }
  .relative-block.responsive-hide {
    display: none;
  }
  .top-bar-link-text {
    display: inline;
  }
  .menu-text {
    font-size: 14px;
  }
  .nav-link-wrapper {
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 14px 14px 0px;
    border-bottom: 1px none rgba(149, 145, 170, 0.13);
    color: #fff;
    font-size: 15px;
  }
  .nav-link-wrapper:hover {
    color: #fff;
  }
  .nav-link-wrapper.w--current {
    color: #a798f5;
  }
  .logo {
    margin-top: 0px;
    margin-left: 0px;
  }
  .two-grid-menu-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .two-grid-menu-block {
    padding-bottom: 77px;
  }
  .dropdown-list-assortiment.w--open {
    padding-right: 0px;
  }
  .menu-button {
    padding: 14px;
    float: right;
  }
  .nav-link-title {
    font-size: 14px;
  }
  .final-menu-item-link._2-line {
    background-position: 0% 17%;
  }
  .two-grid-menu-block-right.hide-menu-item {
    display: none;
  }
  .webshop-dropdown-toggle {
    float: right;
  }
  .small-menu-heading {
    font-size: 16px;
  }
  .hero-image-block-overlay {
    padding-top: 67px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-title-copy {
    font-size: 32px;
    line-height: 32px;
  }
  .offerte-usp-heading-copy {
    font-size: 19px;
  }
  .offerte-new {
    position: relative;
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .offerte-block-stap-2 {
    margin-top: 0px;
  }
  .offerte-block-stap-2._0 {
    margin-top: -34px;
  }
  .small-hero-heading-wrapper {
    margin-top: 0px;
    /*text-align: center;*/
  }
  .offerte-block {
    margin-top: 0px;
  }
  .div-block-15 {
    display: flex;
    justify-content: center;
  }
  .div-block-15.no-driving-costs {
    align-items: end;
  }
  .intro-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .basic-quad,
  .basic-triple {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  ._2-col-grid {
    grid-template-columns: 0.75fr 0.5fr;
  }
  ._2-col-grid.advies {
    grid-template-columns: 0.5fr 0.5fr;
  }
  .large-image-text.klanten {
    padding: 24px;
  }
  .section-tint {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .green-span {
    font-size: 18px;
    text-align: right;
  }
  .green-span-small {
    display: block;
    float: none;
  }
  .category-grid-wrapper {
    display: block;
  }
  .project-mini-heading {
    font-size: 14px;
  }
  .assortiment-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-grid {
    display: block;
  }
  .deal-grid {
    grid-template-columns: 1fr;
  }
  ._2-col-aanbieding {
    grid-template-columns: 1fr 1fr;
  }
  .image-section-overlay {
    padding-bottom: 50px;
  }
  .bot {
    display: none;
  }
  .footer-block-left._1 {
    left: 0px;
  }
  .usp-link-block.hide {
    display: none;
  }
  .coming-soon-tag {
    top: -2px;
    margin-left: 6px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 5px;
    line-height: 13px;
  }
  .final-footer-divider {
    padding-right: 18px;
    padding-left: 18px;
  }
  .usp-grid-large {
    grid-template-columns: 0.75fr 1fr;
  }
  .footer-grid-new {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bedankt-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .small-hero-button-wrapper.center {
    text-align: center;
  }
  .breadcrumb-wrapper {
    position: relative;
    margin-right: 0px;
    margin-bottom: 9px;
    text-align: center;
  }
  .new-heading-wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .category-image-overlay-new {
    height: 100%;
  }
  /*.icon-wrapper-mini {*/
  /*  margin-right: 20px;*/
  /*}*/
  .large-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .table-block {
    padding-right: 6px;
    padding-left: 6px;
  }
  .slider-section-slider {
    height: 350px;
  }
  .werkgebied-top-grid,
  .klantenservice-top-grid {
    grid-template-columns: 1fr;
  }
  .right-col-grid-showroom {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    box-shadow: none;
  }
  .klantenservice-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .icon-wrapper-klantenservice {
    margin-right: 20px;
  }
  .triple-grid-veelgestelde-vragen {
    grid-template-columns: 1fr 1fr;
  }
  .icon-wrapper-klantenservice-small {
    margin-right: 20px;
  }
  .grid-vragen {
    grid-template-columns: 1fr;
  }
  .icon-wrapper-klantenservice-mini {
    margin-right: 20px;
  }
  .left-mini-klantenservice {
    margin-top: 0px;
  }
  .klantenservice-antwoord-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .paragraph-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }
  .div-block {
    padding-right: 0px;
  }
  .combi-deal-4 {
    grid-template-columns: 1fr 1fr;
  }
  .social-blog-wrapper {
    padding-top: 0px;
    padding-left: 0px;
  }
  .social-blog-item {
    margin-right: 0px;
  }
  .large-content-section-blog {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-post-wrapper {
    max-width: 100%;
    margin-top: -130px;
    padding-right: 43px;
    padding-left: 43px;
  }
  .full-section {
    padding-right: 18px;
    padding-left: 18px;
  }
  .houtsoort-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .houtsoort-image {
    height: 120px;
  }
  .double-grid-block {
    grid-template-columns: 1fr;
  }
  .right-block-wrap {
    padding: 20px;
  }
  .houtsoort-grid-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .double-grid {
    grid-template-columns: 0.25fr 1fr;
  }
  .houtsoort-image-2 {
    height: 120px;
  }
  .plint-image {
    height: 120px;
  }
  .question-answer {
    z-index: 10;
    display: block;
    width: 250px;
  }
  /*.upload-field {*/
  /*  padding-top: 34px;*/
  /*  padding-bottom: 34px;*/
  /*}*/
  .grid-double {
    margin-bottom: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
  .choose-block.final {
    height: auto;
  }
  /*.choose-block._2 {*/
  /*  height: 42px;*/
  /*}*/
  .choose-block.large {
    height: auto;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .quad-grid-numbers {
    max-width: 640px;
  }
  .div-block-10.hide {
    display: none;
  }
  .relative-fixed-block-copy {
    padding: 11px 18px;
  }
  .vacature-link-block {
    margin-bottom: 15px;
  }
  .vacature-title {
    font-size: 22px;
  }
  .vacature-hero-overlay {
    height: 100%;
    padding-top: 50px;
  }
  .large-image-wrapper-vacature {
    margin-top: 40px;
  }
  .large-image-wrapp {
    height: 360px;
  }
  .large-content-section-vacature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-text-wrapper {
    width: 90%;
  }
  .vacature-usp-text {
    white-space: normal;
  }
  .green-block,
  .orange-block {
    grid-template-columns: 0.75fr 0.33fr;
  }
  .werkwijze-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .large-behind-line {
    display: none;
  }
  .color-filter-grid {
    grid-template-columns: 0.4fr 1fr;
  }
  .large-color-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .popup-overlay {
    display: flex;
    opacity: 1;
  }
  .color-block-popup {
    padding: 20px;
  }
  .main-blog-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .main-blog-grid .large-image-item {
    margin-bottom: 32px;
  }
  .w-layout-grid._2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .basic-3-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trustpilot-link-white {
    width: 100%;
    text-decoration: none;
  }
  .top-bar-link-text {
    font-size: 12px;
  }
  .final-footer-text.desktop {
    display: none;
  }
  .nav-link-wrapper {
    width: 100%;
    padding: 14px 18px 14px 0px;
  }
  .nav-link-wrapper.w--open {
    border-bottom: 0px none transparent;
  }
  .logo {
    width: 130px;
    max-width: none;
  }
  .two-grid-menu-copy {
    grid-template-columns: 1fr;
  }
  .two-grid-menu {
    grid-template-columns: 1fr;
  }
  .two-grid-menu-block {
    margin-bottom: 6px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .two-grid-menu-block.final {
    margin-bottom: 0px;
  }
  .right-divider-wrap {
    display: none;
  }
  .dropdown-list-assortiment.w--open {
    margin-top: 105px;
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: none;
  }
  .brand-logo {
    padding-left: 0px;
  }
  .dropdown-icon-dark {
    display: none;
    color: #0c0f21;
    font-size: 13px;
  }
  .final-menu-item-link._2-line {
    position: relative;
    bottom: 0px;
  }
  .two-grid-menu-block-right {
    display: none;
  }
  .dropdown {
    width: 100%;
    border-bottom: 1px none rgba(0, 0, 0, 0.12);
  }
  .navbar-new {
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-title-copy {
    font-size: 30px;
  }
  .placeholder-tekst {
    font-size: 12px;
  }
  .service-heading {
    font-size: 20px;
  }
  /*.small-hero-heading-wrapper {*/
  /*  text-align: center;*/
  /*}*/
  .usp-list {
    margin-right: 10px;
    margin-left: 10px;
  }
  .fake-button {
    font-size: 12px;
  }
  .large-slide-bot-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cta-section-text {
    font-size: 20px;
  }
  .section-image-copy {
    height: 300px;
  }
  .button-gtid {
    max-width: none;
    margin-left: 0px;
  }
  ._2-grid-block {
    grid-template-columns: 1fr;
  }
  .showroom-text-block {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .section-tint {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .triple-grid-review {
    grid-template-columns: 1fr;
  }
  .large-woodstep-slider {
    height: 300px;
  }
  .green-span-small {
    display: block;
  }
  .usp-heading-wrapper-copy {
    margin-bottom: 14px;
  }
  .project-mini-heading {
    font-size: 17px;
  }
  .combi-deal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .div-block-5 {
    margin-top: 0px;
  }
  ._2-col-aanbieding {
    grid-template-columns: 1fr 0.5fr;
  }
  .image-section-overlay {
    padding-bottom: 151px;
  }
  .footer-block-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .usp-grid._2 {
    justify-content: center;
  }
  .footer-link {
    display: inline-block;
    margin-right: 13px;
  }
  .coming-soon-tag {
    display: none;
    font-size: 8px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72a0-d5ae729d {
    margin-bottom: 15px;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .usp-grid-large {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .usp-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-grid-new {
    grid-template-columns: 1fr;
  }
  .bedankt-hero-wwrapper {
    text-align: left;
  }
  .bedankt-grid {
    grid-template-columns: 1fr;
  }
  .breadcrumb-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .new-heading-wrapper {
    text-align: center;
  }
  .subpage-title {
    font-size: 30px;
  }
  .category-image-overlay-new {
    padding-top: 46px;
    padding-bottom: 47px;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .content-grid.reverse {
    grid-template-columns: 1fr;
  }
  .large-image-wrapper-cat.small-image {
    height: 250px;
  }
  .grid-triple-usp-large {
    grid-template-columns: 1fr;
  }
  .text-blok-grid {
    grid-template-columns: 1fr;
  }
  .large-table-wrapper {
    overflow: visible;
  }
  .step-block {
    font-size: 11px;
  }
  .werkwijze-block {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .triple-grid-veelgestelde-vragen {
    grid-template-columns: 1fr;
  }
  .grid-vragen {
    margin-top: 0px;
  }
  .paragraph-grid {
    grid-template-columns: 1fr;
  }
  .final-blog-grid {
    grid-template-columns: 1fr;
  }
  .time-right-top-mini {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .blog-post-wrapper {
    padding: 25px 35px;
  }
  .houtsoort-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step-heading {
    margin-top: 6px;
    margin-bottom: 14px;
  }
  .houtsoort-grid-copy {
    grid-template-columns: 1fr 1fr;
  }
  .choose-block-simple {
    height: auto;
  }
  .grid-double {
    margin-bottom: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
  .choose-block {
    height: auto;
  }
  .choose-block.final {
    border-bottom-style: solid;
  }
  .footer-final-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .behind-line {
    width: 450px;
    margin-top: -37px;
  }
  .vacature-link-block {
    padding-right: 35px;
    padding-left: 35px;
    background-image: none;
    text-align: center;
  }
  .vacature-title {
    display: block;
  }
  .vacature-title.uren {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
    line-height: 18px;
  }
  .top-filter-wrapper {
    text-align: center;
  }
  .vacature-hero-overlay {
    padding-top: 46px;
    padding-bottom: 47px;
  }
  .large-image-wrapper-vacature {
    margin-top: 49px;
  }
  .large-image-wrapp {
    height: 321px;
  }
  .content-text-wrapper {
    width: 100%;
  }
  .green-block,
  .orange-block {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .werkwijze-grid-wrapper {
    grid-template-columns: 1fr;
  }
  .color-filter-grid {
    grid-template-columns: 1fr;
  }
  .color-block-filter {
    position: relative;
  }
  .color-filter-block {
    position: relative;
    top: 0px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .shop-content-usp {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .usp-list-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 13px;
  }
  ._2-col-grid.advies {
    justify-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .top-bar-link-wrapper.hiode {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
  }
  .basic-3-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .trustpilot-link-white {
    display: inline-block;
  }
  .trustpilot-logo {
    top: -2px;
    width: 70px;
  }
  .top-bar-link-text {
    font-size: 11px;
  }
  .top-bar-link-icon {
    width: 16px;
  }
  .nav-link-wrapper {
    display: none;
  }
  .logo {
    height: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .dropdown-list-assortiment.relatibe.w--open {
    position: relative;
    margin-top: 0px;
    background-color: #fff;
  }
  .menu-button {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #f5f5f5;
  }
  .menu-button.w--open {
    background-color: #f8f8f8;
    color: #001427;
  }
  .nav-link-title {
    font-size: 13px;
  }
  .dropdown-icon-dark {
    display: block;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 106px;
    background-color: #f8f8f8;
    text-align: left;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .webshop-dropdown-toggle {
    height: 100%;
    padding-right: 20px;
    float: none;
    color: #ffffff;
    white-space: nowrap;
  }
  .nav-link-block {
    width: 100%;
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .nav-link-block.final {
    border-bottom: none;
  }
  .hero-image-block-overlay {
    padding-top: 33px;
  }
  .total-form-mini-block {
    padding-right: 0;
    padding-left: 0;
  }
  .icon {
    margin-right: 5px;
  }
  .offerte-usp-heading-copy {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
  }
  .final-price-wrapp {
    padding-left: 16px;
    text-align: left;
  }
  .placeholder-tekst {
    font-size: 14px;
  }
  .placeholder-tekst._2 {
    font-size: 9px;
  }
  .service-heading {
    font-size: 16px;
  }
  .offerte-block-stap-2 {
    position: initial;
    height: auto;
    padding: 30px 28px;
  }
  .calc-footer {
    justify-content: flex-end;
    text-align: right;
  }
  .small-hero-heading-wrapper {
    max-width: none;
  }
  .small-offerte-block {
    margin-bottom: 6px;
    grid-template-columns: 1fr;
  }
  .offerte-block {
    height: auto;
    padding: 30px 25px;
  }
  .div-block-15 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .div-block-15.no-driving-costs {
    align-items: end;
  }
  .usp-list {
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 11%;
  }
  .basic-showroom .large-image-item,
  .large-image-item {
    height: 390px;
  }
  .intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .basic-showroom,
  .basic-triple,
  .basic-quad {
    grid-template-columns: 1fr;
  }
  .large-slide-bot-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .basic-section-heading {
    font-size: 28px;
  }
  ._2-col-grid {
    justify-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .section-image-copy {
    height: 280px;
  }
  .large-image-text.klanten {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-tint {
    padding-right: 18px;
    padding-left: 18px;
  }
  .large-woodstep-slider {
    height: 280px;
  }
  .large-paragraph {
    font-size: 15px;
  }
  .project-mini-heading {
    font-size: 15px;
  }
  .mini-usp-heading-paragraph {
    font-size: 15px;
  }
  ._2-col-aanbieding {
    grid-template-columns: 1fr 0.75fr;
  }
  .image-section-overlay {
    padding-top: 54px;
    padding-bottom: 118px;
  }
  .usp-grid._2 {
    display: block;
    text-align: center;
  }
  .footer-link {
    margin-top: 7px;
  }
  .footer {
    padding-bottom: 69px;
  }
  .final-footer-divider.odd {
    padding: 0px;
    border-top-style: none;
  }
  .footer-title {
    font-size: 17px;
  }
  .usp-grid-large {
    grid-template-columns: 1fr;
  }
  .basic-2-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
  .hero-sub-heading {
    font-size: 16px;
    line-height: 25px;
  }
  .dark-title {
    font-size: 30px;
    line-height: 40px;
  }
  .bedankt-hero-wwrapper {
    max-width: none;
  }
  .bedankt-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .new-heading-wrapper {
    max-width: none;
  }
  .subpage-title {
    font-size: 23px;
    line-height: 34px;
  }
  .breadcrumb-text {
    display: inline-block;
  }
  .large-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-grid {
    margin-bottom: 30px;
  }
  .large-image-wrapper-cat {
    height: 240px;
  }
  .large-image-wrapper-cat.small-image {
    height: 210px;
  }
  .large-table-top-item {
    position: relative;
  }
  .large-table-top-item.extra {
    width: 100vw;
  }
  .large-table-wrapper {
    max-width: 100%;
    margin-left: -18px;
  }
  .table-block.first.final {
    border-right-style: solid;
  }
  .table-block._4 {
    width: 25vw;
  }
  .small-check {
    margin-top: 3px;
  }
  .table-top-block._4 {
    width: 25vw;
  }
  .table-top-block._5 {
    width: 20vw;
  }
  .table-left-heading {
    font-size: 11px;
  }
  .step-block {
    position: relative;
    margin-bottom: 8px;
    align-self: flex-start;
  }
  .step-block._2 {
    position: absolute;
  }
  .right-col-grid-showroom {
    grid-template-columns: 1fr;
  }
  .hero-image-block-wrapper {
    height: 180px;
  }
  .klantenservice-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .basic-white-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-main-item-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .klantenservice-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-vragen {
    margin-top: 0px;
  }
  .left-mini-klantenservice {
    padding-right: 20px;
    padding-left: 20px;
  }
  .klantenservice-antwoord-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-heading-left {
    font-size: 28px;
  }
  .highlight-heading {
    font-size: 21px;
  }
  .combi-deal-4 {
    grid-template-columns: 1fr;
  }
  .final-blog-block-grid {
    grid-template-columns: 1fr;
  }
  .final-blog-item {
    padding-left: 0px;
  }
  .large-content-section-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-post-wrapper {
    margin-top: -116px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .select-heading-wrap {
    position: relative;
  }
  .small-kleur-heading {
    font-size: 20px;
  }
  .step-heading-wrapper {
    flex-direction: column;
  }
  .large-item {
    height: 160px;
  }
  .right-block-wrap {
    font-size: 14px;
  }
  .right-block-wrap._2 {
    padding: 14px;
  }
  .large-offerte-block {
    padding: 12px;
  }
  .color-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .small-color-item {
    height: 59px;
  }
  .form-item::-webkit-input-placeholder {
    font-size: 11px;
  }
  .form-item:-ms-input-placeholder {
    font-size: 11px;
  }
  .form-item::-ms-input-placeholder {
    font-size: 11px;
  }
  .form-item::placeholder {
    font-size: 11px;
  }
  .double-grid {
    grid-column-gap: 6px;
  }
  .question-answer {
    width: 220px;
  }
  ._6-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }
  .upload-field {
    text-align: center;
  }
  .footer-final-block {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .grid-2 {
    grid-template-columns: 0.75fr;
  }
  .green-tekst {
    font-size: 9px;
  }
  .behind-line {
    width: 300px;
  }
  .circle-wrap {
    font-size: 9px;
  }
  .vacature-link-block {
    padding: 20px;
    background-image: none;
  }
  .category-mini-text {
    margin-bottom: 12px;
  }
  .vacature-title {
    font-size: 20px;
    line-height: 23px;
  }
  .vacature-title.uren {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .vacature-summary {
    font-size: 13px;
    line-height: 19px;
  }
  .image-section-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image-section-grid-image {
    height: 190px;
  }
  .vacature-hero {
    height: auto;
  }
  .large-image-wrapper-vacature {
    margin-top: 0px;
  }
  .large-image-wrapp {
    margin-top: 35px;
  }
  .large-content-section-vacature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vacature-usp-block {
    align-items: flex-start;
  }
  .large-content-wrapper {
    padding: 15px;
  }
  .color-block-filter {
    position: relative;
  }
  .color-filter-block {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }
  .large-color-grid {
    grid-template-columns: 1fr 1fr;
  }
  .popup-overlay {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0;
  }
  .color-block-popup {
    font-size: 14px;
  }
  .color-block-popup._2 {
    padding: 14px;
  }
  /*.large-item-kleur {*/
  /*  height: 160px;*/
  /*}*/
  .color-block-popup,
  .large-image-text-2.gegevens,
  .modal-advies-popup,
  .modal-block-popup {
    width: 98vw;
  }
  .line-button:first-of-type {
    margin-bottom: 10px;
  }
  .combi-deal-grid {
    grid-template-columns: 1fr;
  }
  .shop-content-usp {
    grid-template-columns: 1fr;
  }
}
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862224-7df3335d {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
.total-form-large-block {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  display: grid;
}
.gegevens-hidden-grid {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862252-7df3335d {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
#w-node-_771e707c-a588-52d6-274c-6a481b9315ab-7df3335d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_771e707c-a588-52d6-274c-6a481b9315c6-7df3335d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_771e707c-a588-52d6-274c-6a481b9315e1-7df3335d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72a0-d5ae729d {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
  align-self: center;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72cb-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72d0-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72d5-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72da-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72df-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72e4-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72e9-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72eb-d5ae729d {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72fd-d5ae729d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7315-d5ae729d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7333-d5ae729d {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae734e-d5ae729d {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cadf-0c34cab8 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cb00-0c34cab8 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cb0d-0c34cab8 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
#w-node-_3e304650-2751-4095-b6e8-2c82ee088577-ee08856b {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862209-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a4386220f-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862211-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a4386221c-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a4386221e-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a4386224a-7df3335d,
#w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a4386224c-7df3335d,
#w-node-e94c8aaf-78ff-8a44-369e-f435203dd1d8-7df3335d,
#w-node-e94c8aaf-78ff-8a44-369e-f435203dd1e3-7df3335d,
#w-node-_771e707c-a588-52d6-274c-6a481b931593-7df3335d,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cac4-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34caca-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cacc-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cad7-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cad9-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cb05-0c34cab8,
#w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cb07-0c34cab8,
#w-node-_4b57b011-29ee-9b3c-5c8b-d36279807665-79807661 {
  align-self: center;
}
#w-node-_4b57b011-29ee-9b3c-5c8b-d3627980766d-79807661 {
  align-self: center;
}
#w-node-_4b57b011-29ee-9b3c-5c8b-d36279807672-79807661 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_4b57b011-29ee-9b3c-5c8b-d36279807681-79807661 {
  align-self: center;
}
#w-node-_4b57b011-29ee-9b3c-5c8b-d362798076db-79807661 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_9e8ed1e6-33b5-1e26-fca6-b9685a7bdfac-6bc2c28b {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c14-e5107b17 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-e5107b17 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-e5107b17 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-e5107b17 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c3a-e5107b17 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-e5107b17 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c4b-e5107b17 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c58-e5107b17 {
  align-self: center;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6079-e5107b17 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6083-e5107b17 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6079-5eb0ba82 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6083-5eb0ba82 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c14-06d37ac5 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_1dcb1f43-696e-f1be-9ea9-b5cd9927494a-06d37ac5 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-06d37ac5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-edd386ee-3c20-d870-e1e8-75cded529d96-06d37ac5 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-edd386ee-3c20-d870-e1e8-75cded529da3-06d37ac5 {
  align-self: center;
}
#w-node-_1f9e6468-8df4-267d-41ac-b9c5265af4fb-06d37ac5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_235391f1-e38b-d94b-4400-3933ad6b839c-06d37ac5 {
  align-self: center;
}
#w-node-_3d07fece-c4a0-3a64-3633-e07d04577e7a-06d37ac5 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_3d07fece-c4a0-3a64-3633-e07d04577e87-06d37ac5 {
  align-self: center;
}
#w-node-_7f47237c-c84b-80bc-93e4-58ddf91fea0a-06d37ac5 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-bf673d4d-31f0-6b37-622d-97fd83e57e18-06d37ac5 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-bf673d4d-31f0-6b37-622d-97fd83e57e25-06d37ac5 {
  align-self: center;
}
#w-node-_33326e86-17e6-9aeb-874b-42ba635e44bd-c6907912 {
  align-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee135728269-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee13572826e-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee135728273-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee135728278-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee13572827d-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee135728282-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-bf966b18-9026-83e9-ac41-7ee135728287-c6907912 {
  -ms-grid-column-align: start;
  justify-self: start;
}
#w-node-_6ed77934-d6f9-d661-d814-f46cb9d151e5-c6907912 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6dcc5fb8-b24b-55da-afd6-db6e58017ae7-c6907912 {
  align-self: start;
}
#w-node-bd7c206c-f4b9-8943-86ee-422154da4a8d-c6907912 {
  align-self: start;
}
#w-node-_46377fd2-3a61-cacf-ca35-c127c2ef336e-c6907912 {
  align-self: start;
}
#w-node-be355935-3e03-0887-e4d2-9cf892c37aa5-c6907912 {
  align-self: start;
}
#w-node-f937bc60-2d28-cf18-b39c-7e2a2e577ce6-c6907912 {
  align-self: start;
}
#w-node-_6717d2c2-a759-734f-effe-6274e71a9ea0-c6907912 {
  align-self: start;
}
#w-node-aa76326e-26bb-2485-2a41-193dd390c27b-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-fd3d8cad-a6f4-afe4-d14f-250e1f0228fd-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_71b72d8c-9fa5-5b68-0021-46b73201fed0-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-f18a5a31-0a61-61c6-6423-7a338b683cb7-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-ecd30889-fbfc-0cc8-b864-d575cf6bb150-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_4861038b-0f4d-9833-32e7-02ba424aa795-34d7f279 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-aa76326e-26bb-2485-2a41-193dd390c27b-acdc9d04 {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_6e9a4e63-bedc-3e66-94f5-8713244c2f2c-acdc9d04 {
  align-self: start;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_6d291be4-cdd1-a3aa-cebe-cd06c556520c-308e25f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565227-308e25f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565242-308e25f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_0a724e06-09c9-eb69-b091-b8f3f4a232ad-308e25f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_4514789b-48db-e171-9bb3-4c75f15ea034-bf88c4ed {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-b1f8d429-cf3f-373f-25b0-d0adc54fa172-bf88c4ed {
  align-self: center;
}
#w-node-ac0bc11b-db46-2ea1-282e-ff8ad3be23d7-bf88c4ed {
  align-self: center;
}
#w-node-db36d6b4-39a8-51ea-2a56-ed848e77d0ad-bf88c4ed {
  align-self: center;
}
#w-node-_1a2c9262-92ee-7ff4-fc54-7a58732d461f-bf88c4ed {
  align-self: center;
}
#w-node-_4514789b-48db-e171-9bb3-4c75f15ea034-d1e4511c {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-b1f8d429-cf3f-373f-25b0-d0adc54fa172-d1e4511c {
  align-self: center;
}
#w-node-ac0bc11b-db46-2ea1-282e-ff8ad3be23d7-d1e4511c {
  align-self: center;
}
#w-node-_73deee17-90f2-9a41-64b3-1175959cb2d5-d85cb121 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-cc4074d1-9e37-4883-9733-1cb9ee7bc87f-d85cb121 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a55-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a56-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a57-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a58-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a59-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a5a-568c2a53 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}
#w-node-_74a920a8-4396-1422-dc72-17f42ba22f87-6791a3b0 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_8da85cc6-78f9-e0c7-4587-c4cdb4daa301-6791a3b0 {
  align-self: start;
}
#w-node-d760ef69-7202-7857-8f6e-23ae268ec896-6791a3b0 {
  align-self: auto;
}
#w-node-b9361a12-97a0-8a64-26f3-69ec991750c7-6791a3b0 {
  align-self: auto;
}
#w-node-_9928b735-0380-a644-b984-187802b88b4a-6791a3b0 {
  align-self: auto;
}
#w-node-_790be861-8aca-f297-b43d-d4e358d00b72-6791a3b0 {
  align-self: auto;
}
#w-node-_430d5145-dca7-bebf-84e5-6903312ec8a7-6791a3b0 {
  align-self: auto;
}
#w-node-_2f2a350a-c640-8837-6a8f-cd7cce7efee2-6791a3b0 {
  align-self: auto;
}
#w-node-df7f264c-91ae-a6e4-d581-aa5e4c6fbcef-6791a3b0 {
  align-self: auto;
}
#w-node-f2c484f9-c06d-1341-3e60-3e65b4d3b0a8-6791a3b0 {
  align-self: auto;
}
#w-node-_57b844f9-f6f9-6aef-d392-7bedd2cf7de1-6791a3b0 {
  align-self: auto;
}
#w-node-_3009e64a-3892-956e-574d-a0c73c45e701-6791a3b0 {
  align-self: auto;
}
#w-node-_2086ee47-10e4-ae53-9fc4-74ba06271835-6791a3b0 {
  align-self: auto;
}
#w-node-b262845f-12f6-e166-1bd5-480e263e609c-6791a3b0 {
  align-self: auto;
}
#w-node-_0feb221f-f9e5-7c6b-388d-ad78bc5ef70d-6791a3b0 {
  align-self: auto;
}
#w-node-_7daf75dd-3f97-5157-40ae-8350b137e742-6791a3b0 {
  align-self: auto;
}
#w-node-_5034ab8a-4b71-4639-3959-2e75c36fd643-6791a3b0 {
  align-self: auto;
}
#w-node-_0f9dfc9c-20cd-4881-ce14-68e6fe1f29de-6791a3b0 {
  align-self: auto;
}
#w-node-f5a0f95b-54b4-cfc8-69a3-8556086447bd-6791a3b0 {
  align-self: auto;
}
#w-node-dab52b08-7ae1-4071-cd20-56546ce2a59c-6791a3b0 {
  align-self: auto;
}
#w-node-_129a5b95-5af0-1bad-7e0d-c7f5c3ddbc25-6791a3b0 {
  align-self: auto;
}
#w-node-_26f5cafe-63eb-f6e9-6f67-156e48d1018b-6791a3b0 {
  align-self: auto;
}
#w-node-_33c620da-ebb5-9812-0302-17b88029ea2c-6791a3b0 {
  align-self: auto;
}
#w-node-_549d597a-b7be-622d-79c0-6340047e44d6-6791a3b0 {
  align-self: auto;
}
#w-node-b242cd1a-6b45-4d12-cec6-ab0fefe09a2c-6791a3b0 {
  align-self: auto;
}
#w-node-_1bab45a0-584e-326d-79cc-23238243401a-6791a3b0 {
  align-self: auto;
}
#w-node-_580cea84-d02f-7832-560c-ef1d4f872d61-6791a3b0 {
  align-self: auto;
}
#w-node-b819be3e-b035-e785-06f0-f1fbd0d71dd2-6791a3b0 {
  align-self: auto;
}
#w-node-_34a854aa-4d06-42bf-bf0f-863e9541ce19-6791a3b0 {
  align-self: auto;
}
#w-node-c55c5d96-6a1d-41b4-bbaa-2a88929368e5-6791a3b0 {
  align-self: auto;
}
#w-node-d1910b84-103c-25fe-b618-9be88cf53934-6791a3b0 {
  align-self: auto;
}
#w-node-_75f421b9-31b6-aeb4-c785-730f2862f6d3-6791a3b0 {
  align-self: auto;
}
#w-node-_1e5f4787-36c1-774a-151a-90191d0b50ae-6791a3b0 {
  align-self: auto;
}
#w-node-a029d630-2804-c8ee-1c3e-aece3dac1212-6791a3b0 {
  align-self: center;
}
#w-node-a029d630-2804-c8ee-1c3e-aece3dac121f-6791a3b0 {
  align-self: center;
}
#w-node-fbc72c1c-e446-5690-876f-61cac0e8d22d-6791a3b0 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-c678dc40-aedb-3e5d-6797-ef02f1645827-6791a3b0 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_43e70c74-a09a-bd64-d0db-39e167d042d9-15d183d7 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c14-bbfcced8 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-bbfcced8 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-bbfcced8 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-bbfcced8 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c3a-bbfcced8 {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-bbfcced8 {
  align-self: center;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6079-bbfcced8 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_2e9d4802-4077-7f54-cec6-1d2fae1a6083-bbfcced8 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-828706ac {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-828706ac {
  align-self: center;
}
#w-node-_1f2629cf-b4d9-7518-0665-f9c29c86520e-828706ac {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_1f2629cf-b4d9-7518-0665-f9c29c865218-828706ac {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
#w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-828706ac {
  align-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-828706ac {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-16894e51 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-16894e51 {
  align-self: center;
}
#w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-16894e51 {
  align-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-16894e51 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-fa63c3f9-4738-b9f8-fed4-f573d9c841d1-16894e51 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_6913ca39-7513-a605-1aa8-84e2ce5bb061-16894e51 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-ba661f90 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-ba661f90 {
  align-self: center;
}
#w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-ba661f90 {
  align-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-ba661f90 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_993e8e07-b40c-824f-7693-1e9516609221-ba661f90 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_2582778f-5660-9d82-ae49-3d9e13e99c0d-ba661f90 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_191c9af5-e868-c20f-dc68-0cd546abdb18-ba661f90 {
  align-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c14-844c5ebf {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-844c5ebf {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-844c5ebf {
  -ms-grid-column-align: auto;
  justify-self: auto;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-844c5ebf {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c3a-844c5ebf {
  -ms-grid-column-align: end;
  justify-self: end;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-844c5ebf {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-28928fa0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-28928fa0 {
  align-self: center;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-28928fa0 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_38232dc5-0753-6847-3201-f96e48928390-28928fa0 {
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb033-28928fa0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-28928fa0 {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-78e40e7f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-78e40e7f {
  align-self: center;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-78e40e7f {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_38232dc5-0753-6847-3201-f96e48928390-78e40e7f {
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb033-78e40e7f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-78e40e7f {
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c25-eb52c4f2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-eb52c4f2 {
  align-self: center;
}
#w-node-_6f4daee2-9515-a0f4-8acb-8d9d4906af0e-eb52c4f2 {
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: center;
}
#w-node-_38232dc5-0753-6847-3201-f96e48928390-eb52c4f2 {
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb033-eb52c4f2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  align-self: center;
}
#w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-eb52c4f2 {
  align-self: center;
}
#w-node-_6d17637b-8614-edf5-6389-f5ba7e3113eb-6791a3b0 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_93c035ca-2487-c9df-e535-42dfb9f3fbb5-6791a3b0 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
#w-node-_0f8c2a24-a5df-0b73-1e75-42c2754ea4dd-6791a3b0,
#w-node-_0f8c2a24-a5df-0b73-1e75-42c2754ea4dd-6791a3b1,
#w-node-_0f8c2a24-a5df-0b73-1e75-42c2754ea4dd-6791a3b2 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
@media screen and (max-width: 991px) {
  #w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a438621f4-7df3335d {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862201-7df3335d {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-e94c8aaf-78ff-8a44-369e-f435203dd1e3-7df3335d {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72fd-d5ae729d {
    -ms-grid-column-align: start;
    justify-self: start;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7315-d5ae729d {
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7333-d5ae729d {
    grid-column-end: 4;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_4b57b011-29ee-9b3c-5c8b-d36279807672-79807661 {
    -ms-grid-column-align: end;
    justify-self: end;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-e5107b17 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-e5107b17 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-e5107b17 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c58-e5107b17 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_1dcb1f43-696e-f1be-9ea9-b5cd9927494a-06d37ac5 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-edd386ee-3c20-d870-e1e8-75cded529da3-06d37ac5 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_235391f1-e38b-d94b-4400-3933ad6b839c-06d37ac5 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_3d07fece-c4a0-3a64-3633-e07d04577e87-06d37ac5 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-bf673d4d-31f0-6b37-622d-97fd83e57e25-06d37ac5 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-aa76326e-26bb-2485-2a41-193dd390c27b-acdc9d04 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-_6e9a4e63-bedc-3e66-94f5-8713244c2f2c-acdc9d04 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f6d-6791a3b0 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f6f-6791a3b0 {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f87-6791a3b0 {
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    align-self: center;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-bbfcced8 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-bbfcced8 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-bbfcced8 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-828706ac {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-828706ac {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-16894e51 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-16894e51 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-ba661f90 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_44cb7e81-a9e1-73b5-a5d7-f2bb889fc191-ba661f90 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_191c9af5-e868-c20f-dc68-0cd546abdb18-ba661f90 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c21-844c5ebf {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-844c5ebf {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c47-844c5ebf {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-28928fa0 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_38232dc5-0753-6847-3201-f96e48928390-28928fa0 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-28928fa0 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-78e40e7f {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_38232dc5-0753-6847-3201-f96e48928390-78e40e7f {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-78e40e7f {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_5890df0f-3531-4c16-16b5-046d5b534c32-eb52c4f2 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_38232dc5-0753-6847-3201-f96e48928390-eb52c4f2 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-c6d8db5c-93c7-930c-22b2-8795a4dcb040-eb52c4f2 {
    align-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_771e707c-a588-52d6-274c-6a481b9315a9-7df3335d {
    align-self: center;
  }
  #w-node-_771e707c-a588-52d6-274c-6a481b9315c4-7df3335d {
    align-self: center;
  }
  #w-node-_771e707c-a588-52d6-274c-6a481b9315df-7df3335d {
    align-self: center;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72a0-d5ae729d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72ba-d5ae729d {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72eb-d5ae729d {
    -ms-grid-column-align: start;
    justify-self: start;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae72fd-d5ae729d {
    grid-column-start: span 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7315-d5ae729d {
    grid-column-start: span 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae7333-d5ae729d {
    grid-column-start: span 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_9557f283-b4a5-a6e0-1a5d-a5b384238310-06d37ac5 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-_1f9e6468-8df4-267d-41ac-b9c5265af50a-06d37ac5 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-_7f47237c-c84b-80bc-93e4-58ddf91fea1d-06d37ac5 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-_5214d4ac-caad-678a-40c0-18f70db7daf3-c6907912 {
    align-self: start;
  }
  #w-node-_33326e86-17e6-9aeb-874b-42ba635e44bd-c6907912 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_6ed77934-d6f9-d661-d814-f46cb9d151e5-c6907912 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-f937bc60-2d28-cf18-b39c-7e2a2e577ce6-c6907912 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-aa76326e-26bb-2485-2a41-193dd390c27b-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-fd3d8cad-a6f4-afe4-d14f-250e1f0228fd-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_71b72d8c-9fa5-5b68-0021-46b73201fed0-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-f18a5a31-0a61-61c6-6423-7a338b683cb7-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-ecd30889-fbfc-0cc8-b864-d575cf6bb150-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_4861038b-0f4d-9833-32e7-02ba424aa795-34d7f279 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-aa76326e-26bb-2485-2a41-193dd390c27b-acdc9d04 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3;
    align-self: stretch;
  }
  #w-node-_6e9a4e63-bedc-3e66-94f5-8713244c2f2c-acdc9d04 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    align-self: start;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c556520a-308e25f3 {
    align-self: center;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565225-308e25f3 {
    align-self: center;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565240-308e25f3 {
    align-self: center;
  }
  #w-node-_0a724e06-09c9-eb69-b091-b8f3f4a232ab-308e25f3 {
    align-self: center;
  }
  #w-node-_8884c69f-fc52-4c43-a57f-54f2b9fa9303-d85cb121 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-cc4074d1-9e37-4883-9733-1cb9ee7bc87c-d85cb121 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f6d-6791a3b0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f87-6791a3b0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_3a3c82b9-5ffe-cf3d-c55d-2f4a43862252-7df3335d {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #w-node-_771e707c-a588-52d6-274c-6a481b9315ab-7df3335d {
    align-self: center;
  }
  #w-node-_771e707c-a588-52d6-274c-6a481b9315c6-7df3335d {
    align-self: center;
  }
  #w-node-_771e707c-a588-52d6-274c-6a481b9315e1-7df3335d {
    align-self: center;
  }
  #w-node-_345510a4-ef9a-6ea9-d36a-be32d5ae734e-d5ae729d {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_0af6094d-cc24-3e7f-0bfd-e6c30c34cb0d-0c34cab8 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #w-node-_3e304650-2751-4095-b6e8-2c82ee088577-ee08856b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-_33326e86-17e6-9aeb-874b-42ba635e44bd-c6907912 {
    align-self: start;
  }
  #w-node-_6ed77934-d6f9-d661-d814-f46cb9d151e5-c6907912 {
    align-self: start;
  }
  #w-node-_6dcc5fb8-b24b-55da-afd6-db6e58017ae7-c6907912 {
    align-self: start;
  }
  #w-node-bd7c206c-f4b9-8943-86ee-422154da4a8d-c6907912 {
    align-self: start;
  }
  #w-node-_46377fd2-3a61-cacf-ca35-c127c2ef336e-c6907912 {
    align-self: start;
  }
  #w-node-be355935-3e03-0887-e4d2-9cf892c37aa5-c6907912 {
    align-self: start;
  }
  #w-node-f937bc60-2d28-cf18-b39c-7e2a2e577ce6-c6907912 {
    align-self: start;
  }
  #w-node-_6717d2c2-a759-734f-effe-6274e71a9ea0-c6907912 {
    align-self: start;
  }
  #w-node-aa76326e-26bb-2485-2a41-193dd390c27b-34d7f279 {
    align-self: start;
  }
  #w-node-fd3d8cad-a6f4-afe4-d14f-250e1f0228fd-34d7f279 {
    align-self: start;
  }
  #w-node-_71b72d8c-9fa5-5b68-0021-46b73201fed0-34d7f279 {
    align-self: start;
  }
  #w-node-f18a5a31-0a61-61c6-6423-7a338b683cb7-34d7f279 {
    align-self: start;
  }
  #w-node-ecd30889-fbfc-0cc8-b864-d575cf6bb150-34d7f279 {
    align-self: start;
  }
  #w-node-_4861038b-0f4d-9833-32e7-02ba424aa795-34d7f279 {
    align-self: start;
  }
  #w-node-aa76326e-26bb-2485-2a41-193dd390c27b-acdc9d04 {
    align-self: start;
  }
  #w-node-_6e9a4e63-bedc-3e66-94f5-8713244c2f2c-acdc9d04 {
    align-self: start;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c556520c-308e25f3 {
    align-self: center;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565227-308e25f3 {
    align-self: center;
  }
  #w-node-_6d291be4-cdd1-a3aa-cebe-cd06c5565242-308e25f3 {
    align-self: center;
  }
  #w-node-_0a724e06-09c9-eb69-b091-b8f3f4a232ad-308e25f3 {
    align-self: center;
  }
  #w-node-_8884c69f-fc52-4c43-a57f-54f2b9fa9303-d85cb121 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-_6d8e74e5-1f80-dc03-eed8-d88d568c2a58-568c2a53 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  #w-node-_74a920a8-4396-1422-dc72-17f42ba22f6d-6791a3b0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-c678dc40-aedb-3e5d-6797-ef02f1645827-6791a3b0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-_9557f283-b4a5-a6e0-1a5d-a5b384238310-bbfcced8 {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-_9557f283-b4a5-a6e0-1a5d-a5b384238310-844c5ebf {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
}
.grid-voorwaarden {
  grid-template-columns: 1fr 3fr;
  grid-row-gap: 0;
}
@media screen and (max-width: 767px) {
  .grid-voorwaarden {
    grid-template-columns: 1fr;
  }
}
.text-decoration-none {
  text-decoration: none;
}
:focus-visible,
input:focus-visible {
  outline: none;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.align-self-center {
  align-self: center;
}
.align-self-end {
  align-self: end;
}
.d-none {
  display: none!important;
}
.d-inline-xs-none {
  display: inline;
}
.d-xs-none,
.d-sm-none {
  display: block;
}
.d-xs-block,
.d-sm-block {
  display: none;
}
.d-inline-flex {
  display: inline-flex;
}
.d-xs-inline {
  display: none;
}
@media screen and (max-width: 991px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .d-block.d-lg-none {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .nav-link-title.white {
    color: #0c0f21;
  }
  .d-inline-xs-none,
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
  .d-xs-inline {
    display: inline;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-100 {
    width: 100%;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.dropdown-form.error-input,
input.placeholder-tekst.error-input,
.error-input,
.emptySpecificatie {
  border: 1px solid #c92727!important;
}
.houtsoort-grid .houtsoort {
  display: none;
}
.scrollCalculator {
  position: absolute;
  top: -105px;
}
.w-100 {
  width: 100%;
}
.center-mini-heading._2 {
  margin-top: 8px;
}
.my-0,
.mb-0 {
  margin-bottom: 0!important;
}
.my-0,
.mt-0 {
  margin-top: 0!important;
}
.py-0,
.pt-0 {
  padding-top: 0!important;
}
.py-0,
.pb-0 {
  padding-bottom: 0!important;
}
.mx-0,
.ml-0 {
  margin-left: 0!important;
}
.mx-0,
.mr-0 {
  margin-right: 0!important;
}
.mx-5,
.mr-5 {
  margin-right: 5px!important;
}
.mx-5,
.ml-5 {
  margin-left: 5px!important;
}
.mx-20,
.mr-20 {
  margin-right: 20px!important;
}
.mx-20,
.ml-20 {
  margin-left: 20px!important;
}
.mb-40 {
  margin-bottom: 40px!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.extra-info-radio {
  display: none;
}
.dropzone {
  position: relative;
}
.dropzone .dz-message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.d-block {
  display: block;
}
.w-form-fail.noPlint,
.w-form-fail.noSpecificatie {
  margin-bottom: 14px;
}
[data-scrollTo] {
  cursor: pointer;
}
.pl-0 {
  padding-left: 0!important;
}
.font-weight-bold {
  font-weight: bold;
}
.allColors.menu-text,
.color .menu-text {
  font-weight: normal;
  cursor: pointer;
}
.allColors.menu-text.font-weight-bold,
.color .menu-text.font-weight-bold {
  font-weight: bold;
}
.dropzone .dz-preview a.dz-remove,
.dropzone-previews .dz-preview a.dz-remove {
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #999999;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.dropzone .dz-preview:hover a.dz-remove,
.dropzone-previews .dz-preview:hover a.dz-remove {
  display: block;
}
.dropzone .dz-preview .dz-progress {
  opacity: 0!important;
}
.overzicht-mini-heading .edit-icon {
  width: 18px;
  height: 18px;
  opacity: 0.15;
}
.arrow-button {
  align-items: center;
}
.blog-post-wrapper h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.blog-post-wrapper h5:first-of-type {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.mw-100 {
  max-width: 100%!important;
}
.dropdown-form {
  background-color: #ffffff;
}
.w-layout-grid.offerte-grid-full {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .order-xs-2 {
    order: 2;
  }
}
.webshop .dropdown-list-assortiment .w-layout-grid {
  overflow: auto;
  max-height: calc(100vh - 119px);
}
.nav-menu .w-layout-grid {
  overflow: auto;
  max-height: calc(100vh - 171px);
}
.nav-menu .w-layout-grid {
  min-height: 254px;
}
@media (max-width: 767px) {
  .nav-menu .w-layout-grid {
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .veelgestelde-vragen-main-grid .faq-main-item-wrapper {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 5;
    grid-column-end: span 5;
  }
}
@media screen and (max-width: 525px) {
  .veelgestelde-vragen-main-grid .faq-main-item-wrapper {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 5;
    grid-column-end: span 5;
  }
}
.webshop-block {
  display: flex;
  flex-direction: column;
}
.webshop-block .before-block-top {
  flex: 1 1 auto;
}
.webshop-block .before-block-top .combideal-button-wrapper {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
}
@media screen and (max-width: 1009px) {
  .br993 {
    display: none;
  }
}
.no-br408 {
  display: none;
}
@media screen and (max-width: 424px) {
  .br408 {
    display: none;
  }
  .no-br408 {
    display: block;
  }
}
.inputAddon {
  display: flex;
  align-items: center;
}
.inputAddon span {
  height: 43px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
}
.inputAddon .form-item {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0 0 16px;
}
.specificeren ul,
.specificeren li {
  list-style-type: none;
  padding-left: 0;
}
.specificeren li a {
  text-decoration: none;
  color: #0a0f16;
}
.specificeren ul ul {
  padding-left: 40px;
}
.icon-wrapper-mini span {
  color: #981c1f;
  font-size: 28px;
  height: auto;
}
.usp-block.flex {
  display: flex;
}
.usp-block.flex .icon-wrapper-mini {
  margin-right: 15px;
}
.usp-section .large-content-wrapper.block {
  margin-bottom: 25px;
}
.usp-section .large-content-wrapper.block._final {
  margin-bottom: 75px;
}
.instructie-grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: auto;
}
textarea.placeholder-tekst {
  display: flex;
  width: 100%;
  min-height: 84px;
  padding: 0px 12px 0px 16px;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 2px;
  line-height: 30px;
}
textarea.placeholder-tekst._2 {
  line-height: 18px;
  padding-top: 12px;
  font-size: 14px;
}
.placeholder-tekst.typeFile {
  padding-top: 6px;
  margin-top: 10px;
}
.double-column {
  align-self: stretch;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 2;
  grid-column-end: span 2;
}
.advies-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 20, 39, 0.75);
}
.large-image-text {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 35px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -3px 18px 50px -14px rgba(0, 0, 0, 0.14);
}
.large-image-text._2 {
  margin-bottom: 69px;
}
.cross-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 50px;
  margin-right: 35px;
}
.popup-sluiten-text {
  display: inline-block;
  margin-right: 7px;
  font-family: Poppins, sans-serif;
  color: #001427;
  font-size: 12px;
}
.login-heading {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.login-block-wrapper {
  height: 76px;
  margin-bottom: 0px;
}
.login-grid-page {
  margin-bottom: 13px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}
.basic-section-heading-item {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
}
.icon-button-green {
  display: flex;
  min-height: 43px;
  margin-left: 0px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #00b97c;
  text-decoration: none;
}
.icon-button-green:hover {
  background-color: #00b97c;
}
.button-right-text {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.usp-heading-wrapper.popup {
  margin-bottom: 20px;
}
.popup-cross {
  position: relative;
  top: -1px;
  width: 14px;
}
.cursor-pointer {
  cursor: pointer;
}
.hero-image-block-overlay .breadcrumb-wrapper {
  top: -62px;
}
@media screen and (min-width: 991.1px) {
  .overzicht-block-wrapper._1 {
    order: 1;
  }
  .overzicht-block-wrapper._2 {
    order: 2;
  }
  .overzicht-block-wrapper._3 {
    order: 3;
  }
  .overzicht-block-wrapper._4 {
    order: 4;
  }
}
@media screen and (max-width: 991px) {
  .kortingscode-popup-wrapper {
    padding: 8px 18px;
  }
  .button-right-text {
    display: inline;
  }
  .category-hero-new {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .basic-section-heading-item {
    font-size: 22px;
  }
  .button-right-text {
    font-size: 12px;
  }
  .breadcrumb-wrapper {
    display: none;
  }
  .intro-section.nav-block {
    padding-bottom: 75px;
  }
}
.menu-mobile {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.orange-block.top-menu {
  margin-top: 12px;
  padding: 10px;
}
.orange-block.top-menu p {
  font-size: 14px;
  line-height: 18px;
}
.orange-block a {
  color: #ff9c1e;
}
@media screen and (max-width: 479px) {
  .large-image-text {
    padding: 20px;
  }
  .cross-close {
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
  }
  .button-right-text {
    font-size: 11px;
  }
  .offerte-grid-new {
    grid-template-columns: 1fr!important;
  }
  .offerte-label {
    display: none;
  }
  .hero-image-block-overlay {
    padding-bottom: 30px;
  }
  .menu-mobile {
    display: inline-block;
    max-width: 100% ;
  }
  .webshop-dropdown-toggle {
    padding-top: 15px;
    /*display: none;*/
  }
  .webshop-dropdown-toggle .nav-link-title.white {
    color: #ffffff;
  }
  .grid-2.personalize {
    grid-template-columns: 0.75fr 2fr;
  }
  .orange-block.top-menu {
    font-size: 13px;
    line-height: 22px;
  }
}
.full-green-button-disabled {
  background-color: #26b46f !important;
}
.usp-bar.no-bg,
.large-content-section.no-bg {
  background-image: none;
}
.large-content-section._2 {
  background-color: #ffffff;
}
.large-content-wrapper.final {
  margin-bottom: 0;
}
.large-woodstep-slider .arrow-left,
.large-woodstep-slider .arrow-right {
  display: block;
}
.text-bold {
  font-weight: 700;
}
.mt-50 {
  margin-top: 50px;
}
.offerte-new.next-step {
  margin-bottom: -30px;
}
.offerte-new._2 .offerte-block-stap-2 {
  position: relative;
}
.offerte-new._2 .offerte-block.d-xs-none {
  display: none;
}
.large-offerte-block:last-of-type {
  margin-bottom: 0;
}
.large-content-section.offerte {
  padding-top: 60px;
  padding-bottom: 60px;
}
.overzicht-block-wrapper {
  min-width: 0;
}
.upload-text-plus-icon {
  overflow: hidden;
  text-overflow: ellipsis;
}
.plint-link .w-inline-block {
  width: 100%;
}
textarea.form-item.large {
  max-width: 100%;
  height: auto;
  min-height: 150px;
  padding-top: 10px;
}
textarea.form-item.kto {
  max-width: 100%;
  height: auto;
  min-height: 100px;
  padding-top: 10px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-start {
  justify-content: start!important;
}
.justify-content-center {
  justify-content: center!important;
}
.justify-content-end {
  justify-content: end!important;
}
.align-items-center {
  align-items: center;
}
.before-block-image-wrap img {
  width: 100%;
}
@media screen and (max-width: 370px) {
  .top-bar-link-wrapper {
    padding: 6px 8px;
  }
}
.gegevens-grid.reparatie,
.gegevens-grid.legservice {
  grid-column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .gegevens-grid.reparatie > div {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
  .gegevens-grid.legservice > div {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  .gegevens-hidden-grid {
    grid-template-columns: auto;
  }
  .gegevens-grid.reparatie > div.large-block {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  .grid-triple-usp-large .double-column {
    align-self: stretch;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
}
button.icon-button-orange {
  color: #FFFFFF;
  width: 100%;
  font-weight: 600;
}
.total-form-mini-block.select {
  position: relative;
}
.icon.w-icon-dropdown-toggle {
  z-index: 901;
}
.footer-title {
  display: block;
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.text-md-right {
  text-align: left;
}
.text-left {
  text-align: left;
}
.offerte-grid-full .usp-list {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-grid.small-margin {
  margin-bottom: 45px;
}
.usp-heading-wrapper._2 {
  margin-bottom: 32px;
}
.hero-section.hhw-actie .hero-image-block-overlay {
  padding-top: 156px;
  padding-bottom: 110px;
  background-color: transparent;
}
.hero-section.hhw-actie .hero-img-block-img {
  object-position: 83% 82%;
}
.hero-section.foto-actie .hero-image-block-overlay {
  padding-top: 94px;
  padding-bottom: 62px;
  background-color: transparent;
}
.hero-section.foto-actie .offerte-block {
  margin-top: 0;
}
.hero-section.foto-actie .small-hero-heading-wrapper {
  position: relative;
}
.foto-button {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 991px) {
  .foto-button {
    position: absolute;
    bottom: 0px;
    right: 5%;
  }
}
@media (max-width: 705px) {
  .foto-button {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-right: 0!important;
    padding: 10px!important;
  }
}
@media (max-width: 479px) {
  .hero-section.hhw-actie .hero-image-block-overlay {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .hero-section.hhw-actie .hero-img-block-img {
    object-position: 50% 82%;
  }
}
.offerte-description.bold {
  font-weight: 500;
}
.actieVrijblijvend .small-paragraph {
  font-weight: 500;
  font-size: 13px;
}
.offerte-description.bold strong,
.actieVrijblijvend .small-paragraph strong {
  font-weight: 800;
}
.calculator .small-check {
  margin-right: 6px;
  margin-top: 0;
}
.hero-section.counter-section .offerte-block {
  margin-top: 0px;
}
.counter-section .hero-title-copy {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
.counter-section .service-heading {
  font-size: 20px;
}
.counter-section .service-heading strong {
  font-weight: 800;
}
.counter-section .hero-image-block-overlay {
  /*background-color: transparent;*/
  /*background-color: #981915;*/
  background-color: rgba(152, 25, 21, 0.88);
  padding-top: 63px;
  padding-bottom: 67px;
}
.hero-section.hhw-actie .small-hero-heading-wrapper {
  margin-top: -35px;
}
.hero-section.hhw-actie .hero-title-copy {
  font-size: 46px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
  font-weight: 500;
  background-color: #981915;
}
.hero-section.hhw-actie h2.hero-title-copy {
  font-weight: 700;
}
.hhw-logo {
  height: 100px;
  display: inline-block;
  margin-top: 40px;
}
.hhw-giftcard {
  position: absolute;
  right: 450px;
  width: 375px;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .hhw-giftcard {
    position: relative;
    right: 0;
    display: inline;
    width: 340px;
    top: 0;
  }
  .hero-section.hhw-actie .hero-title-copy {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section.hhw-actie .hero-title-copy {
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
    padding-left: 11px;
    padding-right: 11px;
  }
  .hhw-giftcard {
    width: 300px;
    top: 20px;
  }
}
@media screen and (max-width: 525px) {
  .hero-section.hhw-actie .hero-title-copy {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    padding-left: 11px;
    padding-right: 11px;
  }
  .hhw-logo {
    height: 50px;
    display: inline;
    margin-top: 40px;
  }
  .hhw-giftcard {
    position: relative;
    width: 220px;
    top: 0;
  }
}
.prijsBerekening {
  position: relative;
}
.christmas .prijsBerekening:after {
  content: url("/website/images/santa-hat.png");
  position: absolute;
  top: -38px;
  right: -33px;
  z-index: 30;
}
#counter {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-top: 20px;
}
#counter span {
  color: #ffffff;
}
#counter .clock {
  display: flex;
  flex: 1;
  margin-bottom: 10px;
}
#counter .clock span {
  font-variant-numeric: tabular-nums;
  color: #000000;
  background-color: #ffffff;
  padding: 20px 9px;
  font-weight: bold;
  font-size: 42px;
}
#counter .clock span.firstSpan {
  margin-right: 10px;
}
#counter .counter-block {
  text-align: center;
}
#counter .divider {
  color: #ffffff;
  font-size: 36px;
  padding: 0 10px;
  margin-bottom: 27px;
}
@media screen and (max-width: 525px) {
  #counter .clock span {
    font-variant-numeric: tabular-nums;
    color: #000000;
    background-color: #ffffff;
    padding: 12px 5px;
    font-weight: bold;
    font-size: 28px;
  }
  #counter .clock span.firstSpan {
    margin-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .counter-section .hero-title-copy {
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
  }
  .counter-section .service-heading {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*html, body{*/
  /*    overflow-x: hidden;*/
  /*}*/
  /*.counter-section .prijsBerekening:after{*/
  /*    content: '';*/
  /*}*/
}
.counter-section .image-section-overlay {
  background: transparent;
}
span.color-code {
  position: absolute;
  right: 0px;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  bottom: 0;
}
.hero-grid.no-calculator .small-hero-heading-wrapper {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.hero-grid.no-calculator .small-hero-heading-wrapper.large {
  max-width: 662px;
}
.hero-grid.no-calculator .service-heading {
  margin-bottom: 20px;
}
.hero-grid.no-calculator {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 30px;
}
.hero-grid.no-calculator .small-hero-button-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  #counter {
    justify-content: space-between;
  }
  .hero-grid.no-calculator {
    grid-template-columns: 0.95fr 0.75fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
  }
  .hero-grid.no-calculator .small-hero-heading-wrapper {
    margin: 0;
  }
}
.hero-grid.no-calculator #counter {
  justify-content: center;
}
.center-usp {
  display: flex;
  justify-content: center;
}
.red-price-crossed {
  text-decoration: line-through;
  color: #981915;
  margin: 0 5px;
}
.calc-footer .green-bold {
  font-size: 13px;
}
.w-layout-grid.offerte-grid-full {
  grid-row-gap: 4px;
  margin-bottom: 8px;
}
.position-relative {
  position: relative;
}
.kerspakketBlock {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .kerstWrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 525px) {
  .kerspakketBlock {
    width: 100%;
  }
  .advies-popup-wrapper .basic-section-heading-item {
    font-size: 17px;
  }
}
span.link {
  text-decoration: underline;
  color: #1a0dab;
}
.advies-popup-wrapper .upload-field {
  min-height: 152px;
}
.advies-popup-wrapper .modal-advies-popup {
  max-height: 95vh;
  overflow: auto;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.triple-grid-mobile {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 479px) {
  .advies-popup-wrapper .login-heading {
    font-size: 13px;
  }
}
.whatsappButton,
.whatsappButton:hover {
  background: #ffffff!important;
  border: 2px solid #00b97c!important;
  color: #00b97c;
  padding: 8px 16px 7px;
}
.whatsappButton .top-bar-link-icon {
  margin-bottom: 1px;
}
.justify-self-end,
.whatsappButton-wrap {
  justify-self: end;
}
.reparatieTitle {
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .whatsappButton-wrap {
    justify-self: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .reparatieTitle {
    padding-right: 0;
  }
}
.flex-gap-10 {
  gap: 10px;
}
.black-bg {
  background: #1e1e1e!important;
}
.opening-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 9;
}
.opening-wrapper-block {
  background: #1e1e1e;
  position: relative;
  overflow: visible;
  width: 100%;
  border-radius: 2px;
  color: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening-wrapper-block p {
  color: white;
}
.opening-wrapper-block h2 {
  color: #f0d181;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}
#openingForm {
  background: #1e1e1e;
  z-index: 10;
  padding: 100px 50px;
  border: 2px solid white;
  text-align: center;
  width: 100%;
}
#openingForm .icon-button-orange {
  background-color: #27c97a;
}
.opening-border-bottom {
  border-bottom: 2px solid #f0d181;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.no-row-gap {
  grid-row-gap: 0;
}
.opening-logo {
  width: 341px;
  margin: 0 auto 25px;
  display: block;
  z-index: 15;
}
@media screen and (max-width: 479px) {
  #openingForm {
    padding: 25px 15px;
  }
  .opening-wrapper-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sitemap li {
  margin-top: 13px;
}
.w-icon-dropdown-toggle {
  pointer-events: none;
}
.block-heading-large {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
#availability {
  resize: vertical;
}
@media (max-width: 1200px) {
  .cf1lHZ.cf2MAH:not(.cf3l36) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.p-0 {
  padding: 0!important;
}
.red-overlay {
  background-color: rgba(152, 25, 21, 0.88);
}
.hero-title-copy._2 {
  font-weight: 400;
}
.mt-6 {
  margin-top: 6px;
}
.vacature-usp-block.align-top {
  align-items: start;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mb-section {
  margin-bottom: 69px;
}
.white-space-wrap {
  white-space: pre-wrap;
}
.trustpilot-widget {
  margin-left: -4px;
  height: 20px;
  max-width: 260px;
}
.top-bar .trustpilot-widget {
  margin-left: -14px;
  height: 20px;
  max-width: 230px;
}
@media (max-width: 767px) {
  .trustpilot-widget {
    margin-top: -16px;
  }
  .top-bar .trustpilot-widget {
    margin-top: 0px;
    margin-left: -23px;
  }
}
@media (max-width: 495px) {
  .top-bar .trustpilot-widget {
    margin-top: -16px;
    max-width: 160px;
    margin-left: -23px;
  }
}
@media (max-width: 468px) {
  .top-bar {
    padding: 12px 8px;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.green-block.light {
  background-color: rgba(54, 255, 54, 0.47);
  border-color: rgba(64, 255, 64, 0.48);
}
.font-size-13 {
  font-size: 13px;
}
.mt-5 {
  margin-top: 5px;
}
.btn-green {
  background-color: #00b97c;
}
.btn-green:hover {
  background-color: #26b46f;
}
.hero-image-block-overlay.action-banner {
  background-color: transparent;
}
.hero-image-block-overlay.action-banner .small-hero-heading-wrapper.w-layout-grid {
  grid-template-columns: 1fr 1.5fr;
}
.hero-image-block-overlay.action-banner .hero-grid {
  grid-template-columns: 1.2fr 0.75fr;
}
.hero-image-block-overlay.action-banner .hero-title-copy {
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.action-korting .hero-title-copy {
  text-align: left;
}
.blackfriday-deals:after {
  content: url("/website/images/woodstep/black-friday-deals-confetti.png");
  position: absolute;
  top: -163px;
  left: -232px;
  z-index: 0;
}
.black-friday-title {
  padding: 10px 20px;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 43px!important;
}
.black-friday-sale {
  background: #ff9c1e;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
  padding: 7px 10px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
  line-height: 35px;
}
.black-friday-sub {
  font-size: 34px;
}
.z-index-3 {
  z-index: 3;
}
.hero-image-block-overlay.black-friday {
  padding-top: 75px;
  padding-bottom: 75px;
}
.hero-image-block-overlay.black-friday .action-deals {
  padding-top: 30px;
}
.hero-image-block-overlay.black-friday .offerte-block {
  margin-top: 0;
}
.hero-image-block-overlay.black-friday .hero-title-copy {
  line-height: 30px;
}
.action-korting {
  padding-right: 10px;
  z-index: 31;
}
.action-image {
  width: 150%;
  max-width: 200%;
  right: 0;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
.action-title {
  padding: 10px 20px;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  display: inline-block;
  font-size: 50px;
  line-height: 43px!important;
  margin-bottom: 10px;
}
.koningsweek-title {
  background: #ff9c1e;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.action-sale {
  background: #ff9c1e;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
  padding: 7px 10px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 0px;
  line-height: 26px;
  font-size: 30px;
  margin-bottom: 5px;
}
.koningsweek-sale {
  background: #000000;
  border: 3px solid #ffffff;
}
.action-sub {
  font-size: 34px;
  line-height: 42px!important;
  margin-bottom: 5px;
}
.koningsweek-sub {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
}
.z-index-3 {
  z-index: 3;
}
.hero-image-block-overlay.action-overlay {
  padding-top: 75px;
  padding-bottom: 75px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}
.hero-image-block-overlay.koningsweek-overlay {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
}
/*.hero-image-block-overlay.action-overlay-friday .action-deals{*/
/*    padding-top:30px;*/
/*}*/
.hero-image-block-overlay.action-overlay .offerte-block {
  margin-top: 0;
}
.hero-image-block-overlay.action-overlay .hero-title-copy {
  line-height: 30px;
}
@media screen and (max-width: 1350px) {
  .action-image {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    transform: none;
  }
}
.action-text {
  display: none;
}
.discount-semi-bold {
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(253, 207, 9, 0.2);
  color: #f1a700;
  font-size: 15px;
  font-weight: 600;
}
.action-banner .small-hero-heading-wrapper {
  grid-column-gap: 0;
}
@media (max-width: 991px) {
  .hero-image-block-overlay.action-banner .small-hero-heading-wrapper.w-layout-grid {
    grid-template-columns: 1fr;
  }
  .action-korting {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .action-korting .hero-title-copy {
    text-align: center;
  }
  .action-deals:after {
    display: none;
  }
  .action-image {
    display: none;
  }
  .hero-image-block-overlay.action-banner .hero-title-copy.action-text {
    display: block;
    font-weight: 600;
    font-size: 32px;
  }
}
.font-weight-900 {
  font-weight: 900;
}
@media (max-width: 767px) {
  #w-node-_9557f283-b4a5-a6e0-1a5d-a5b384238310-bbfcced8.action-banner {
    grid-row-end: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 468px) {
  .action-banner {
    overflow: hidden;
  }
}
.hero-section.kerst .hero-image-block-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  border-bottom: 10px solid #981915;
}
.hero-section.kerst *:not(.basic-button) {
  color: #000000!important;
  text-shadow: none!important;
}
.hero-section.kerst .hero-img-block-img {
  object-position: 50% 0%;
}
.hero-section.kerst .kerstkrans {
  position: absolute;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 300;
  pointer-events: none;
}
.hero-section.kerst .hero-grid {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 479px) {
  .hero-section.kerst .hero-grid {
    padding: 30px 10px;
    background: white;
  }
  .hero-section.kerst .hero-grid .service-heading {
    line-height: 22px;
  }
  .hero-section.kerst .kerstkrans {
    width: 250px;
    bottom: -189px;
  }
  .hero-section.kerst .hero-image-block-overlay {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .nofam-footer {
    display: block;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 767.1px) {
  .nofam-footer {
    position: absolute;
    bottom: 20px;
  }
  .nofam-footer img {
    max-width: none;
  }
}
.counter-section .hero-image-block-overlay.blue {
  background: rgba(0, 20, 39, 0.85);
}
h1.hero-title-blue {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
}
span.hero-title-bigger {
  font-size: 50px;
  font-weight: 700;
}
span.text-span-price {
  background: #ff9c1e;
  padding: 3px 18px;
  border-radius: 3px;
  margin-left: 5px;
  color: #FFF;
  font-weight: 600;
  white-space: nowrap;
}
.counter-section .hero-image-block-overlay.blue .countDown {
  margin-top: 20px;
}
.counter-section .hero-image-block-overlay.blue .countDown #counter .clock span {
  font-size: 32px;
  padding: 15px 9px;
}
@media screen and (max-width: 1200px) {
  h1.hero-title-blue {
    font-size: 26px;
    line-height: 38px;
    text-align: left;
  }
}
@media screen and (max-width: 525px) {
  .counter-section .hero-image-block-overlay.blue .countDown #counter .clock span {
    font-size: 28px;
    padding: 12px 5px;
  }
  h1.hero-title-blue {
    font-size: 25px;
    line-height: 40px;
    text-align: left;
  }
  span.hero-title-bigger {
    font-size: 36px;
  }
  #counter {
    justify-content: space-between;
  }
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s, 1.5s;
}
.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 2s, 0s;
}
.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 4s, 2.5s;
}
.newsletter .fake-checkbox {
  width: 18px;
  height: 18px;
}
.newsletter .fake-checkbox .choose-icon.small {
  width: 12px;
}
.question-answer.nieuwsbrief {
  z-index: 1000;
  margin-top: -139px;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .question-answer.nieuwsbrief {
    margin-top: -139px;
    margin-left: -40px;
    width: 330px;
  }
}
.menu-icon-text {
  display: none;
}
@media screen and (max-width: 479px) {
  .large-menu-grid {
    grid-template-columns: 2fr 2fr;
  }
  .brand-logo {
    margin-right: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .menu-icon-text {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
  }
  .question-answer.nieuwsbrief {
    margin-top: -197px;
    width: 230px;
  }
}
.rate {
  float: left;
  padding: 0 10px;
  margin-left: -29px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  cursor: pointer;
  width: 80px;
  text-align: center;
}
.rate:not(:checked) > label:before {
  content: url('/website/images/google-star-grey.svg');
  width: 38px;
  display: block;
  margin: 0 auto;
}
.rate > input:checked ~ label:before {
  content: url('/website/images/google-star-selected.svg');
  width: 38px;
  display: block;
  margin: 0 auto;
}
.rate:not(:checked) > label:hover:before,
.rate:not(:checked) > label:hover ~ label:before,
.rate > input:checked + label:hover:before,
.rate > input:checked + label:hover ~ label:before,
.rate > input:checked ~ label:hover:before,
.rate > input:checked ~ label:hover ~ label:before,
.rate > label:hover ~ input:checked ~ label:before {
  content: url('/website/images/google-star.svg');
  width: 38px;
  display: block;
  margin: 0 auto;
}
.header-fixed,
.footer-fixed {
  position: fixed;
  width: 100%;
}
.footer-fixed {
  bottom: 0;
}
.h-100vh {
  min-height: 100vh;
}
#ktoForm .large-content-section {
  padding-top: 150px;
}
#ktoForm,
#ktoForm .div-block-16 {
  position: relative;
}
.kto-steps {
  position: absolute;
  width: 100%;
  left: 150%;
}
.kto-steps .step-heading {
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .kto-steps .step-heading {
    max-width: 750px;
  }
  #ktoForm .large-content-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .kto-steps .step-heading {
    max-width: 540px;
  }
  #ktoForm .large-content-section {
    padding-top: 75px;
  }
  #ktoForm .div-block-16 {
    position: unset;
  }
  #ktoForm .offerte-grid-item {
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .kto-steps .step-heading {
    max-width: 100%;
  }
  #ktoForm .large-content-section {
    padding-top: 50px;
    background-image: none;
  }
  .grid-2.kto {
    grid-template-columns: 1fr;
    grid-gap: 0;
    grid-auto-columns: unset;
  }
  .grid-2.kto #w-node-_74a920a8-4396-1422-dc72-17f42ba22f6d-6791a3b0 {
    margin: 0 auto;
  }
  .grid-2.kto .logo {
    width: 150px;
    height: 30px;
  }
  h1.step-heading {
    font-size: 25px;
  }
  .rate {
    margin-left: -8px;
    padding: 0;
  }
  .rate:not(:checked) > label {
    font-size: 12px;
    width: 60px;
  }
  .rate > input:checked ~ label:before,
  .rate:not(:checked) > label:before,
  .rate:not(:checked) > label:hover:before,
  .rate:not(:checked) > label:hover ~ label:before,
  .rate > input:checked + label:hover:before,
  .rate > input:checked + label:hover ~ label:before,
  .rate > input:checked ~ label:hover:before,
  .rate > input:checked ~ label:hover ~ label:before,
  .rate > label:hover ~ input:checked ~ label:before {
    width: 37px;
  }
  .orange-button.kto {
    width: 100%;
    /*margin-bottom: 30px;*/
  }
  #ktoForm .full-green-button-copy {
    width: 100%;
    /*margin-bottom:40px;*/
  }
  .kto-previous {
    /*position: absolute;*/
    order: 2;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 39px;
    right: 0;
  }
  .flex-column-sm {
    flex-flow: column;
  }
}
.pull-right {
  float: right;
}
.kto-previous {
  line-height: 39px;
}
.upload-field-small {
  display: -moz-inline-block;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #9bbae8;
  border-radius: 3px;
  background-color: #fcfcff;
  color: #001427;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}
.blog-post-wrapper._2 {
  margin: 0;
  padding: 30px;
}
.flex-50 {
  flex: 50%;
}
.flex-column {
  flex-flow: column;
}
.rating-error {
  margin-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .star-ratings {
    flex-flow: column;
  }
}
@media screen and (max-width: 479px) {
  .rating-error {
    margin-left: 8px;
    text-align: center;
  }
  .rate {
    display: inline-block;
    float: unset;
  }
}
@media screen and (max-width: 352px) {
  .rating-error {
    margin-left: 0px;
  }
  .rate:not(:checked) > label {
    font-size: 11px;
    width: 50px;
  }
}
.vacature-parketteur {
  position: absolute;
  width: 289px;
  right: 63px;
  bottom: -131px;
}
@media (max-width: 991px) {
  .vacature-parketteur {
    display: none;
  }
}
label.input-label {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
.total-form-label-block {
  align-items: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
  display: grid;
}
@media (max-width: 479px) {
  .total-form-label-block {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2;
    display: grid;
  }
}
.vacature-block {
  background: #001427;
  color: #fff;
  padding: 40px;
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden;
}
.vacature-block img {
  color: #FFF;
  filter: brightness(0%) invert(100%) grayscale(100%);
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  width: 250px;
}
.vacature-block.parketteur {
  padding: 100px 40px;
}
.vacature-block.parketteur img {
  color: #FFF;
  filter: unset;
  opacity: 1;
  right: 40px;
  width: 250px;
  bottom: auto;
  top: 15px;
  transform: unset;
}
.vacature-block h3 {
  margin: 0 0 5px;
}
.vacature-block a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 991px) {
  .vacature-block.parketteur {
    padding: 40px;
  }
}
.product-block {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #cecece;
  margin-top: 30px;
}
.product-block .product-data {
  padding: 30px;
  flex-grow: 1;
}
.product-block h3 {
  margin-top: 0;
  font-size: 28px;
}
.product-block .product-img {
  border-bottom: 1px solid #cecece;
  width: 100%;
  text-align: center;
}
.product-block .product-img img {
  max-width: 250px;
}
.product-block .product-block-button {
  padding: 20px 0;
  background-color: #f58232;
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.flex-direction-column {
  flex-direction: column;
}
.h-100 {
  height: 100%;
}
.gap-30 {
  column-gap: 30px;
}
.list-unstyled {
  list-style-type: none;
  padding-left: 25px;
}
ul.list-unstyled li {
  position: relative;
}
ul.list-unstyled .top-bar-link-icon {
  width: 17px;
  left: -25px;
  position: absolute;
  top: 8px;
}
.list-large {
  line-height: 30px;
}
@media (max-width: 991px) {
  .flex-wrap-md {
    flex-wrap: wrap;
  }
}
.category-image-overlay-new.vloerprotect-overlay {
  background: rgba(40, 51, 57, 0.88);
}
ol.large-paragraph {
  padding-left: 17px;
}
.vloerprotect-wrapper {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .vloerprotect-wrapper {
    padding-right: 0px;
  }
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .usp-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.usp-list.no-style {
  background: none;
}
.usp-list.no-style .usp-icon {
  width: 50px;
  height: 30px;
  object-fit: fill;
}
.full-image-section {
  /* The image used */
  background-image: url("/website/images/woodstep/parket-schuren-parallax.jpg");
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vacatureVideo {
  object-fit: cover;
  object-position: top;
  max-height: 656px;
  width: 100%;
  max-width: 430px;
}
.showroom-text-block.video-block {
  max-width: 602px;
}
.vacature-header-section {
  min-height: 400px;
}
.text-white {
  color: #fff!important;
}
@media (max-width: 767px) {
  .vacature-header-section {
    min-height: 150px;
  }
  .vacature-usp {
    align-items: start;
  }
  .vacature-usp .usp-list.no-style {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .vacature-usp .usp-list.no-style .usp-icon {
    height: 25px;
  }
  .vacature .grid-double {
    row-gap: 10px;
    column-gap: 10px;
  }
  .vacature .double-column {
    row-gap: 10px;
    column-gap: 10px;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
}
.position-center {
  object-position: center;
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
.position-unset {
  position: unset;
}
.review-image {
  max-width: 315px;
  width: 100%;
}
.review-image img {
  position: absolute;
  bottom: 0;
  max-width: 315px;
}
.action-label {
  border: 1px solid #ff9c1e;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.action-label-title {
  background: #ff9c1e;
  padding: 5px 12px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  font-family: Poppins, 'sans-serif';
}
.action-label-price {
  background: #ffffff;
}
.action-label-price {
  white-space: nowrap;
  font-weight: 700;
  padding: 5px 0px 5px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  display: flex;
  align-items: center;
}
.action-label-price sup {
  top: -9px;
  font-size: 22px;
  left: -7px;
}
.action-label-price sub {
  font-weight: 500;
  font-size: 10px;
  bottom: 0px;
  left: -14px;
}
.align-items-start {
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .action-label {
    flex-direction: column;
    background: #ffffff;
    align-items: center;
  }
  .action-label-price {
    padding: 15px 0px 15px 10px;
  }
  .hero-image-block-overlay.blue .container {
    padding: 0 16px;
  }
  .review-image {
    max-width: 280px;
    width: 100%;
  }
  .review-image img {
    position: absolute;
    bottom: 0;
    max-width: 280px;
  }
}
@media (max-width: 1200px) {
  .action-label {
    flex-direction: column;
    background: #ffffff;
    align-items: center;
  }
  .action-label-price {
    padding: 15px 0px 15px 10px;
  }
  .hero-image-block-overlay.blue .container {
    padding: 0 16px;
  }
  .review-image {
    max-width: 280px;
    width: 100%;
  }
  .review-image img {
    position: absolute;
    bottom: 0;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .hero-grid.d-flex {
    flex-direction: column;
  }
  .small-hero-heading-wrapper {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
  .small-hero-heading-wrapper > div {
    max-width: 275px;
  }
  .hero-image-block-overlay.black-friday .small-hero-heading-wrapper > div {
    max-width: 100%;
  }
  .blackfriday-deals {
    text-align: center;
  }
  .hero-image-block-overlay.action-overlay .small-hero-heading-wrapper > div {
    max-width: 100%;
  }
  .review-image {
    width: 100%;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
  }
  .review-image img {
    position: absolute;
    right: 0;
    bottom: -34px;
    max-width: 185px;
  }
}
@media (max-width: 767px) {
  .partners-grid .showroom-text-block {
    display: flex;
    justify-content: space-between;
  }
  .partners-grid .showroom-text-block img {
    width: 45%;
  }
  .offerte-block {
    min-width: auto;
  }
  .hero-image-block-overlay.blue .container {
    padding: 0px;
  }
  .action-label {
    padding-right: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .action-label-title {
    padding: 5px 5px;
    color: white;
    margin-right: 5px;
    font-weight: 600;
    display: inline-block;
    font-family: Poppins, 'sans-serif';
  }
}
@media (max-width: 767px) {
  .action-label {
    padding-right: 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .action-label-title {
    padding: 5px 5px;
    color: white;
    margin-right: 0px;
    font-weight: 600;
    display: inline-block;
    font-family: Poppins, 'sans-serif';
  }
}
@media (max-width: 479px) {
  .action-label {
    padding-right: 0;
    text-align: center;
    flex-direction: column;
  }
  .action-label-title {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  h1.hero-title-blue {
    text-align: left;
    line-height: 30px;
    font-size: 24px;
  }
  .hero-image-block-overlay,
  .hero-image-block-overlay.action-overlay {
    padding: 16px;
  }
  .hero-image-block-overlay.action-overlay .hero-title-copy {
    font-size: 26px;
    line-height: 38px!important;
  }
  .hero-image-block-overlay.action-overlay .action-title {
    font-size: 26px;
    line-height: 32px!important;
    padding: 7px 10px;
  }
  .hero-image-block-overlay.action-overlay .action-sale {
    font-size: 23px;
  }
  .counter-section .hero-image-block-overlay {
    padding-top: 30px;
  }
  .hero-grid {
    grid-row-gap: 15px;
  }
  .review-image img {
    right: -10px;
  }
  .action-label-price {
    font-size: 30px;
  }
  .action-label-price sup {
    font-size: 18px;
  }
  .action-label-price sub {
    font-size: 10px;
    left: -13px;
  }
  .small-hero-heading-wrapper {
    order: 1;
  }
  .offerte-new {
    order: 2;
  }
}
.image-section-calculator .section-image {
  object-position: 50% 72%;
}
.default-banner-section .service-heading {
  font-family: Poppins, 'sans-serif';
  font-size: 26px;
}
.default-banner-section .hero-image-block-overlay.black {
  background: rgba(0, 0, 0, 0.5);
}
.default-banner-section .hero-img-block-img {
  object-position: 50% 42%;
}
@media screen and (max-width: 525px) {
  .default-banner-section .service-heading {
    font-size: 16px;
    margin-top: 0;
  }
  .default-banner-section h1.hero-title-blue {
    text-align: center;
  }
  .default-banner-section .trustpilot-img {
    margin: 0 auto;
  }
  .default-banner-section .small-hero-heading-wrapper > div {
    max-width: none;
  }
  .text-xs-center {
    text-align: center;
  }
}
.color-block-popup {
  max-height: 90vh;
  overflow-y: auto;
}
.dark-title.font-32 {
  font-size: 32px;
}
._2-col-grid-auto {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 479px) {
  .dark-title.font-32 {
    font-size: 30px;
  }
  ._2-col-grid-auto {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
}
.vacature-usp-text.wrap {
  white-space: normal;
}
.section-image-copy.auto-height {
  height: auto;
}
.google-reviews {
  /*top: 38px;*/
  /*right: 35px;*/
  /*position: absolute;*/
  width: 138px;
}
.usp-heading-wrapper-center.google-review {
  margin-bottom: 20px;
}
.setOriginalPrice {
  font-size: 14px;
  margin-left: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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