@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the $grey background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
html * {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
img {
  vertical-align: mathematical;
}
.matchImgCntr {
  object-fit: cover;
}
.matchImgCntr img {
  width: 100%;
  height: 100%;
}
.error {
  color: red;
}
.simplerow {
  margin-top: 40px;
}
.dnone {
  display: none !important;
}
.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-prev:before {
  color: black !important;
  font-size: 30px !important;
}
.slick-next:before {
  color: black !important;
  font-size: 30px !important;
}
.slick-prev {
  left: 25px !important;
  z-index: 100 !important;
}
.slick-next {
  right: 25px !important;
  z-index: 100 !important;
}
.slick-slider {
  height: 100% !important;
}
textarea {
  min-height: 10em;
  max-height: 50vh;
  width: 100%;
}
.img-fluid {
  max-width: 100%;
}
.alert {
  background-color: #fffe54;
  color: #53565a;
  border: 1px solid #c8c9c7;
  padding: 5px 10px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.alert.alert-success {
  background-color: #fffe54;
  color: #53565a;
}
.alert.alert-danger {
  background-color: red;
  color: white;
  border: none;
}
.error {
  color: red;
}
p {
  margin-bottom: 20px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
b,
strong {
  font-weight: bold;
}
p {
  margin-top: 0;
  line-height: 1.2rem;
}
h1,
.h1.h1,
h2,
.h2.h2,
h3,
.h3.h3,
h4,
.h4.h4,
h5,
.h5.h5,
h6,
.h6.h6 {
  font-weight: 300;
  margin-top: 0;
}
h1,
.h1.h1 {
  color: #7CB7B0;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
h2,
.h2.h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
}
h3,
.h3.h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
}
h4,
.h4.h4 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.08rem;
  line-height: 1.6;
}
h5,
.h5.h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
h6,
.h6.h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
body {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #7CB7B0;
}
.tablistitem {
  text-transform: uppercase;
  font-weight: bold;
}
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  text-transform: lowercase;
}
b,
strong {
  font-weight: bold;
}
.product__descr h2 {
  font-size: 1rem;
}
.product__descr h2 span {
  font-size: 0.8rem;
}
.panel h2 {
  font-size: 1rem;
  font-weight: 500;
}
.loadingAnimation {
  cursor: wait; /* busy cursor feedback */
}
.loadingAnimation * {
  /* disable all mouse events on subElements */
  pointer-events: none;
}
.content {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1281px) {
  .content {
    width: 1200px;
  }
}
@media screen and (min-width: 1480px) {
  .content {
    width: 1360px;
  }
}
h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px;
}
#parameters {
  top: 10px;
  left: 10px;
  background: white;
  padding: 10px;
  width: 200px;
}
#parameters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indeling {
  background-color: white;
  width: 270px;
  height: 320px;
  bottom: 70px;
  right: 20px;
  display: grid;
  place-items: center;
}
.indeling ul {
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  justify-content: space-evenly;
}
.indeling li {
  list-style-type: none;
  cursor: grab;
  margin-top: 20px;
}
.afmetingen {
  background-color: white;
  width: 150px;
  bottom: 70px;
  left: 20px;
}
.apart {
  display: flex;
}
.kastsoort {
  background-color: white;
  width: 200px;
  top: 70px;
  right: 20px;
}
.lade-detail {
  background-color: black;
  color: white;
  width: 113px;
  height: 168px;
  top: 70px;
  left: 20px;
  display: grid;
  place-items: center;
  visibility: hidden;
}
.lade-detail p {
  cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.setVis {
  visibility: visible;
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
  padding: 0.8em 1em;
  display: inline-block;
  border: 0px;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fafafa;
}
.pure-form input[type=submit] {
  padding: 0.8em 1em;
  display: inline-block;
  border: 1px solid #ffdd4f;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffdd4f;
  color: #53565a;
}
.pure-form select,
.pure-form textarea {
  padding: 0.8em 1em;
  display: inline-block;
  border: 1px solid #eceaec;
  -webkit-box-shadow: inset 0 1px 3px #eceaec;
  box-shadow: inset 0 1px 3px #eceaec;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
}
.pure-form input:not([type]) {
  padding: 0.8em 1em;
  display: inline-block;
  border: 0px solid #ccc;
  box-shadow: inset 0 1px 3px #eceaec;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #eceaec;
}
.pure-form input[type=color] {
  padding: 0.2em 0.8em;
}
.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.8em 0;
  display: block;
}
.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  font-weight: bold;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea,
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.8em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.8em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
/* Grouped Inputs */
/* Inline help for forms */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
.form-group {
  margin-bottom: 1em;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password] {
  min-width: 400px;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=password] {
    min-width: 240px;
    width: 100%;
  }
}
.form-group input[type=checkbox] {
  min-width: auto;
}
label input[type=checkbox] {
  margin-right: 5px;
}
.form__group {
  display: block;
  width: 100%;
}
.form__group input {
  margin-bottom: 20px;
}
.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=password] {
  min-width: 400px;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .form__group input[type=text],
  .form__group input[type=email],
  .form__group input[type=password] {
    min-width: 240px;
    width: 100%;
  }
}
.form__stacked label {
  display: block;
  width: 100%;
}
.form--stacked .form-group {
  display: block;
  width: 100%;
}
.form--stacked .form-group label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
.form--stacked .form-group input {
  width: 100%;
  min-width: 100%;
}
.form--stacked .form-group input[type=checkbox] {
  min-width: auto;
}
.form--inline.form--inline input {
  width: auto;
}
.pseudolabel {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
input[type=button].button-xl {
  color: #53565a;
}
.pure-form select {
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 3px #eceaec;
  box-shadow: inset 0 1px 3px #eceaec;
}
input.nospinner::-webkit-outer-spin-button,
input.nospinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number].nospinner {
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .pure-form {
    width: 100%;
  }
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
b.huge,
strong.huge {
  font-size: 1.2rem;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
html {
  font-family: sans-serif;
}
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}
/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Firefox: Get rid of the inner focus border */
/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}
.pure-button-group {
  word-spacing: -0.43em;
}
.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  border: none rgba(0, 0, 0, 0);
  background-color: #ffdd4f;
  color: #53565a;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}
.pure-button.button-xl {
  padding-left: 1.5em;
  padding-right: 1.5em;
  height: 45px;
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.pure-button.button-neg {
  background-color: #53565a;
  color: #ffdd4f;
}
.pure-button.button-neg-whitetext {
  background-color: #53565a;
  color: #fff;
}
.pure-button:hover {
  background-color: #53565a;
  color: #ffdd4f;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}
.pure-button-active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000;
}
.pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000;
}
.pure-button[disabled] {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-disabled {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-hidden {
  display: none;
}
.pure-button-primary,
.pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}
a.pure-button-primary, a.pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}
/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}
.pure-form.pure-form input[type=submit] {
  box-shadow: none;
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
  padding: 0.8em 1em;
  display: inline-block;
  border: 0px;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fafafa;
}
.pure-form input[type=submit] {
  padding: 0.8em 1em;
  display: inline-block;
  border: 1px solid #ffdd4f;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffdd4f;
  color: #53565a;
}
.pure-form select,
.pure-form textarea {
  padding: 0.8em 1em;
  display: inline-block;
  border: 1px solid #eceaec;
  -webkit-box-shadow: inset 0 1px 3px #eceaec;
  box-shadow: inset 0 1px 3px #eceaec;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafafa;
}
.pure-form input:not([type]) {
  padding: 0.8em 1em;
  display: inline-block;
  border: 0px solid #ccc;
  box-shadow: inset 0 1px 3px #eceaec;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #eceaec;
}
.pure-form input[type=color] {
  padding: 0.2em 0.8em;
}
.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.8em 0;
  display: block;
}
.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  font-weight: bold;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea,
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.8em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.8em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
/* Grouped Inputs */
/* Inline help for forms */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
.form-group {
  margin-bottom: 1em;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password] {
  min-width: 400px;
}
.form-group input[type=checkbox] {
  min-width: auto;
}
label input[type=checkbox] {
  margin-right: 5px;
}
.form__group {
  display: block;
  width: 100%;
}
.form__group input {
  margin-bottom: 20px;
}
.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=password] {
  min-width: 400px;
}
.form__stacked label {
  display: block;
  width: 100%;
}
.form--stacked .form-group {
  display: block;
  width: 100%;
}
.form--stacked .form-group label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
.form--stacked .form-group input {
  width: 100%;
  min-width: 100%;
}
.form--stacked .form-group input[type=checkbox] {
  min-width: auto;
}
.form--inline.form--inline input {
  width: auto;
}
.pseudolabel {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
input[type=button].button-xl {
  color: #53565a;
}
.pure-form select {
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 3px #eceaec;
  box-shadow: inset 0 1px 3px #eceaec;
}
input.nospinner::-webkit-outer-spin-button,
input.nospinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number].nospinner {
  -moz-appearance: textfield;
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.pure-menu-list,
.pure-menu-item {
  position: relative;
}
.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}
.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}
.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  vertical-align: middle;
}
/* Initial menus should be inline-block so that they are horizontal */
/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block;
}
.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}
.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}
/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "▸";
  font-size: small;
}
/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "▾";
}
/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.pure-menu-scrollable .pure-menu-list {
  display: block;
}
.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  /* a little extra padding for this style to allow for scrollbars */
  padding: 0.5em 0;
}
.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}
/* misc default styling */
.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}
.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}
/* Need to reset the separator since submenu is vertical */
.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}
.pure-menu-link {
  color: #777;
}
.pure-menu-children {
  background-color: #fff;
}
.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
  padding: 0.5em 1em;
}
.pure-menu-disabled {
  opacity: 0.5;
}
.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}
.pure-menu-active > .pure-menu-link {
  background-color: #eee;
}
.pure-menu-link:hover, .pure-menu-link:focus {
  background-color: #eee;
}
.pure-menu-selected > .pure-menu-link {
  color: #000;
}
.pure-menu-selected > .pure-menu-link:visited {
  color: #000;
}
/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */
}
.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
/* nth-child selector for modern browsers */
/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 147px;
}
.header .logo {
  width: 300px;
}
.home .header .logo {
  width: 500px;
}
.header__right {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
.header__right .title {
  color: #959595;
  font-weight: 500;
}
.langs ul {
  list-style: none;
  display: flex;
}
.langs ul li {
  padding-right: 10px;
}
ul.lang {
  display: block;
  width: 60px;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #29534E;
  padding-bottom: 5px;
}
ul.lang:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
}
ul.lang .active span {
  padding: 10px;
  padding-right: 0;
}
ul.lang ul {
  display: none;
  position: relative;
  width: 100%;
}
ul.lang:hover ul {
  display: block;
}
ul.lang li li {
  display: block;
  width: 100%;
  margin-right: -4px;
}
ul.lang li li a {
  display: block;
  width: 100%;
  text-align: center;
}
.dropdown.lang {
  position: relative;
  top: 5px;
  margin-right: 20px;
  padding-right: 0px;
}
.dropdown.lang .icon {
  width: 20px;
  height: 20px;
  top: 3px;
  position: relative;
  border-right: 0;
}
.dropdown .active {
  display: block;
}
.dropdown .active ul {
  display: none;
  position: absolute;
  top: 20px;
  padding-top: 10px;
}
.dropdown .active ul li {
  margin-bottom: 5px;
}
.dropdown .active ul a {
  padding: 5px 5px 5px 0;
  text-decoration: none !important;
  color: #53565a;
}
.dropdown .active li {
  display: block;
}
.dropdown .active:hover ul,
.dropdown .active:active ul {
  display: block;
  padding: 20px;
  left: 0px;
  margin-top: 5px;
  background-color: #fff;
}
.dropdown .active:hover ul:before,
.dropdown .active:active ul:before {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 30px;
}
.container {
  width: 100vw;
  display: grid;
  justify-content: center;
  align-items: center;
}
.cntr__home {
  text-align: center;
}
.products.products__home {
  max-width: 1265px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  padding: 0 20px 40px 20px;
}
.product {
  border-radius: 20px;
  background-color: #7CB7B0;
  overflow: hidden;
}
.product__img {
  height: 315px;
}
.product__img img {
  max-height: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .product__img {
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait), screen and (min-width: 927px) and (max-width: 1024px) and (orientation: landscape) {
  .product__img {
    height: 150px;
  }
}
.product__descr {
  height: 225px;
  color: white;
  margin-top: 0px;
  padding: 20px 10px;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 30px;
}
.product__descr h2 {
  color: #29534E;
  width: 100%;
  text-align: center;
}
.product__descr h2 span {
  color: white;
}
.product__descr .btn {
  justify-self: center;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .product__descr {
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait), screen and (min-width: 927px) and (max-width: 1024px) and (orientation: landscape) {
  .product__descr {
    height: 200px;
  }
}
.home {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-image: url("/build/assets/background.f147b152.jpg");
  background-size: 25%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home {
    background-size: 50%;
  }
}
@media screen and (min-width: 2500px) {
  .home {
    background-size: 35%;
  }
}
.configurator {
  display: grid;
  grid-template-columns: 1fr 420px;
  width: 100vw;
  height: 100vh;
}
.configform__wrapper {
  overflow-y: auto;
  background-color: #F6F6F6;
}
.submit {
  --offset: 40px;
  background-color: #DB6F2E;
  color: white;
  width: calc(100% - var(--offset));
  margin-left: var(--offset);
  margin-top: var(--offset);
  padding: 20px;
  border-radius: 25px;
  border: 0px;
  margin-bottom: var(--offset);
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  display: block;
}
.submit:hover {
  background-color: #7CB7B0;
}
.scene {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(100vh - 147px);
  overflow-y: hidden;
}
#js-startAnimatie {
  position: relative;
  z-index: 999;
  bottom: 50px;
  left: 10px;
}
#infoButton {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 10px;
  color: white;
  width: 480px;
  text-align: right;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  #infoButton {
    display: none;
  }
}
.menu--help-menu {
  webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  display: block;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  height: 174px;
  line-height: 22.5px;
  position: absolute;
  left: -250px;
  top: 200px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 301.34375px;
  cursor: pointer;
}
.menu--help-menu.hover {
  transform: translateX(250px);
}
.help-menu-container {
  color: rgb(34, 34, 34);
  display: flex;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  height: 174px;
  line-height: 22.5px;
  width: 301.34375px;
}
.help-menu-container .title-line {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 6px 1px;
  color: rgb(34, 34, 34);
  display: block;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  height: 174px;
  line-height: 22.5px;
  padding-top: 10px;
  text-align: center;
  top: 0px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 50px;
}
.help-menu-container .menu {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 12px 5px;
  color: rgb(34, 34, 34);
  display: block;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  height: 174px;
  line-height: 22.5px;
  list-style-type: disc;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  min-height: 174px;
  padding-bottom: 10px;
  padding-inline-start: 10px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 10px;
  width: 301.34375px;
}
.icon__svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.help-menu-container .title {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  transform: rotate(90deg);
  color: #454545;
  opacity: 1;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.help-menu-container .title-line:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 52px 0 0;
  border-color: #fff transparent transparent transparent;
}
.menu-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}
.menu-item a {
  color: #959595;
  padding-left: 5px;
}
.sidebar {
  background-color: #F6F6F6;
}
.panel {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 10px;
  width: 340px;
  margin-left: 10px;
}
.panel[data-panelstate=disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: initial;
}
.panel h2 {
  background-color: #7CB7B0;
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.step__group {
  background-color: white;
  margin-top: -18px;
  padding-top: 20px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.step__lastgroup {
  grid-column: 2/3;
}
.step__lastgroup .submit {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
input,
label {
  cursor: pointer;
}
.step__marker {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: 5px;
  z-index: 5;
  background-color: #F6F6F6;
  left: -6px;
}
.step__title {
  grid-column: 2/3;
  grid-row: 1/2;
}
.step__stripe {
  grid-column: 1/2;
  grid-row: 2/3;
}
.step__group {
  grid-column: 2/3;
  grid-row: 2/3;
}
.step__group label {
  color: #959595;
}
.step__group .field {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.step__group .widthdoors {
  margin-left: 10px;
  color: #959595;
}
.step__group .field.size {
  margin-left: 10px;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.step__group .field.size label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.step__group .inputgroup__size {
  display: inline-block;
  max-width: 170px;
}
.step__group .inputgroup__size input {
  width: 125px;
  border: 1px solid #C8D4D3;
  font-size: 1rem;
  text-align: left;
  padding: 5px;
  padding-left: 10px;
  border-radius: 10px 0 0 10px;
  color: #959595;
}
.step__group .inputgroup__size span {
  display: inline-block;
  width: 40px;
  border: 1px solid #C8D4D3;
  border-left: 0px;
  font-size: 1rem;
  text-align: right;
  margin-left: -5px;
  padding: 4px 5px 6px 5px;
  border-radius: 0 10px 10px 0;
}
.hiddeninput {
  display: none;
}
.hiddeninput input {
  display: none;
}
.panel.color .color__intro {
  grid-row: 1/2;
  grid-column: 1/-1;
}
.listnumbers {
  margin-left: 40px;
}
.listnumbers input {
  display: none;
}
.listnumbers label {
  border: 1px solid #29534E;
  padding: 5px 7px;
  margin-right: -1px;
}
.listnumbers label:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.listnumbers label:last-of-type {
  border-radius: 0 10px 10px 0;
}
.listnumbers input:checked + label {
  background-color: #29534E;
  color: white;
}
.listnumbers.slide label:last-of-type {
  padding: 5px 11px;
}
.panel.handles .listnumbers label {
  margin-right: -5px;
}
.panel.color .dropdown-content {
  background-color: white;
}
[data-product=twist] .input_img_group:has(> input[data-notforproduct=twist]) {
  display: none;
}
[data-product=panel] .widthdoors {
  display: none;
}
.panel.size .field.grouped,
.panel.rotate .field.grouped,
.panel.glass .field.grouped,
.panel.color .field.grouped,
.panel.handles .field.grouped {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
.panel.size .input_img_group,
.panel.rotate .input_img_group,
.panel.glass .input_img_group,
.panel.color .input_img_group,
.panel.handles .input_img_group {
  display: inline-block;
}
.panel.size .input_img_group:last-child,
.panel.rotate .input_img_group:last-child,
.panel.glass .input_img_group:last-child,
.panel.color .input_img_group:last-child,
.panel.handles .input_img_group:last-child {
  margin-right: 0;
}
.panel.size .input_img_group label,
.panel.rotate .input_img_group label,
.panel.glass .input_img_group label,
.panel.color .input_img_group label,
.panel.handles .input_img_group label {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.panel.size .input_img_group label:after,
.panel.rotate .input_img_group label:after,
.panel.glass .input_img_group label:after,
.panel.color .input_img_group label:after,
.panel.handles .input_img_group label:after {
  display: flex;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #F6F6F6;
  border-radius: 100%;
  content: " ";
  z-index: 5;
}
.panel.size .input_img_group img,
.panel.rotate .input_img_group img,
.panel.glass .input_img_group img,
.panel.color .input_img_group img,
.panel.handles .input_img_group img {
  border: 2px solid #C8D4D3;
  border-radius: 10px;
  width: 100%;
}
.panel.size .input_img_group input:checked + label,
.panel.rotate .input_img_group input:checked + label,
.panel.glass .input_img_group input:checked + label,
.panel.color .input_img_group input:checked + label,
.panel.handles .input_img_group input:checked + label {
  font-weight: bold;
  position: relative;
}
.panel.size .input_img_group input:checked + label img,
.panel.rotate .input_img_group input:checked + label img,
.panel.glass .input_img_group input:checked + label img,
.panel.color .input_img_group input:checked + label img,
.panel.handles .input_img_group input:checked + label img {
  border: 2px solid #29534E;
  z-index: 2;
  position: relative;
}
.panel.size .input_img_group input:checked + label:after,
.panel.rotate .input_img_group input:checked + label:after,
.panel.glass .input_img_group input:checked + label:after,
.panel.color .input_img_group input:checked + label:after,
.panel.handles .input_img_group input:checked + label:after {
  background-color: #29534E;
  content: "✓";
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  place-content: center;
}
.panel.size .input_img_group:last-child,
.panel.rotate .input_img_group:last-child {
  grid-column: 3/4;
}
.panel.glass .field.grouped,
.panel.color .field.grouped,
.panel.handles .field.grouped {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 215px;
}
.panel.glass .input_img_group,
.panel.color .input_img_group,
.panel.handles .input_img_group {
  display: block;
  margin-right: 0px;
  text-align: center;
  width: 65px;
}
.panel.glass .input_img_group:last-child,
.panel.color .input_img_group:last-child,
.panel.handles .input_img_group:last-child {
  margin-right: 0;
}
.panel.glass .input_img_group label,
.panel.color .input_img_group label,
.panel.handles .input_img_group label {
  display: grid;
  grid-template-rows: 70px minmax(20px, 50px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.panel.glass .input_img_group label:after,
.panel.color .input_img_group label:after,
.panel.handles .input_img_group label:after {
  right: 10px;
}
.panel.glass .input_img_group label img,
.panel.color .input_img_group label img,
.panel.handles .input_img_group label img {
  width: 100%;
}
.panel.glass .input_img_group label .colorcode,
.panel.color .input_img_group label .colorcode,
.panel.handles .input_img_group label .colorcode {
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 10px;
}
.panel.color .input_img_group {
  display: block;
  margin-right: 0px;
  text-align: center;
  width: 65px;
}
.panel.color .input_img_group:last-child {
  margin-right: 0;
}
.panel.color .input_img_group label {
  display: grid;
  grid-template-rows: 70px minmax(20px, 25px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.panel.color .input_img_group label img {
  width: 100%;
}
.panel.color .chosencolor .color__intro {
  grid-column: 1/-1;
}
.panel.color .chosencolor .input_img_group {
  grid-row: 2/3;
  grid-column: 2/3;
}
.panel.handles .input_img_group {
  display: block;
  margin-right: 0px;
  text-align: center;
  width: 65px;
}
.panel.handles .input_img_group:last-child {
  margin-right: 0;
}
.panel.handles .input_img_group label {
  display: grid;
  grid-template-rows: 70px minmax(20px, 60px);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-size: 0.8rem;
}
.panel.handles .input_img_group label img {
  width: 100%;
}
.panel.glass img {
  width: 92px;
}
.panel.color .step__group {
  overflow: visible;
  padding-bottom: 20px;
}
/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}
/* The search field */
#myRalColor {
  box-sizing: border-box;
  /* background-image: url("searchicon.png"); */
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 20px;
  border: 1px solid #C8D4D3;
  border-radius: 10px;
  width: 215px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.anderekleur {
  margin-left: 40px;
}
.anderekleur input {
  padding: 5px 10px;
}
/* The search field when it gets focus/clicked on */
#myRalColor:focus {
  outline: 3px solid #ddd;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 10000;
  max-height: 400px;
  overflow-y: auto;
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
}
/* Links inside the dropdown */
.dropdown-content div.ralcolor {
  color: black;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content .ralcolor:hover {
  background-color: #f1f1f1;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
.ralcolor {
  border-bottom: 1px solid #e7e5ea;
  cursor: pointer;
}
.sample {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.panel.color .input_img_group label {
  font-size: 0.7rem;
}
label.kleurcode {
  position: relative;
  display: block;
  width: 215px;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 20px;
}
label.kleurcode:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #29534E;
  background-color: white;
}
input.kleurcode:checked + label:before {
  background-color: #29534E;
  content: "✓";
  font-size: 0.7rem;
  place-content: center;
  color: white;
  font-weight: bold;
}
input.kleurcode:focus {
  border: 0;
  outline: none;
}
.kleurcode__ingeven {
  display: none;
}
.kleurcode__ingeven.isVisible {
  display: block;
  position: relative;
  display: block;
  width: 215px;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.kleurcode__ingeven input {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #29534E;
}
.sidepanel_optional_loop {
  display: block;
  width: 215px;
  margin-left: 30px;
  counter-reset: subpanel;
}
.sidepanel_optional_loop .item {
  display: none;
  grid-template-columns: 50px 1fr;
  border: 1px solid #7CB7B0;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sidepanel_optional_loop .item.qualified {
  display: grid;
}
.sidepanel_optional_loop .item .panel_nummer {
  grid-column: 1/2;
  background-color: #C8D4D3;
  place-content: center;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  color: white;
  position: relative;
}
.sidepanel_optional_loop .item .panel_nummer:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  counter-increment: subpanel;
  content: counter(subpanel);
}
.sidepanel_optional_loop .item .field {
  width: 100%;
  height: 100%;
  grid-column: 2/3;
  margin-bottom: 0;
  padding: 10px;
  padding-right: 0;
}
.sidepanel_optional_loop .item label {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.sidepanel_optional_loop .item input {
  width: 75px;
}
body {
  counter-reset: my-sec-counter;
}
.step__marker {
  display: block;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 4px solid white;
  position: relative;
}
.step__stripe .stripe {
  display: block;
  height: calc(100% + 60px);
  width: 4px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.counter {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: -6px;
  margin-right: 2px;
}
.counter:before {
  position: absolute;
  top: 0;
  left: 5px;
}
.counter__max {
  position: relative;
}
.counter__max:before {
  position: absolute;
  top: 0;
  left: 5px;
}
.panel[data-panelstate=enabled] .counter:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}
.counter__max {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
}
.counter__content {
  position: absolute;
  top: 0;
  left: 0;
}
.counter__stap {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.counter,
.counter__max {
  font-weight: bold;
}
.counter {
  position: relative;
  top: -3px;
  margin-left: -1px;
  margin-right: 2px;
}
.counter__off {
  font-size: 0.6rem;
}
@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.pie {
  --p: 20;
  --b: 4px;
  --c: #7cb7b0;
  --w: 60px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  top: -8px;
  left: -8px;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}
.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.panel[data-panelstate=enabled] .pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}
.panel[data-panelstate=enabled] .pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}
.animate {
  animation: p 1s 0.5s both;
}
.no-round:before {
  background-size: 0 0, auto;
}
.no-round:after {
  content: none;
}
@keyframes p {
  from {
    --p: 0;
  }
}
.panelfill {
  margin-bottom: 20px;
  margin-left: 40px;
}
.toggleoption__cntr {
  display: inline-block;
  position: relative;
  top: 5px;
}
.toggleoption__cntr input {
  display: none;
}
.toggleoption__cntr.toggleoption__cntr.toggleoption__cntr label {
  display: inline-block;
  cursor: pointer;
}
.panelfill .pseudolabel {
  display: inline-grid;
  height: 30px;
  align-content: center;
  place-content: center;
  place-items: center;
  font-weight: 300;
  line-height: 0rem;
  margin-right: 5px;
}
.toggleoption__cntr input:checked + label {
  display: inline-block;
}
.toggleoption__cntr input + label .pseudolabel {
  text-transform: uppercase;
}
.toggleoption__cntr input + label .pseudolabel .pseudolabel__left {
  font-weight: bold;
}
.toggleoption__cntr input:checked + label .pseudolabel .pseudolabel__left {
  font-weight: normal;
}
.toggleoption__cntr input:checked + label .pseudolabel .pseudolabel__right {
  font-weight: bold;
}
.toggleoption__cntr input + label .pseudolabel .pseudolabel__right {
  font-weight: normal;
}
.toggleoption__left {
  display: inline-block;
  display: none;
}
.toggleoption__right {
  display: inline-block;
  display: none;
}
.toggleoption__track {
  display: inline-flex;
  justify-content: flex-start;
  border-radius: 15px;
  padding-left: 2px;
  padding-right: 2px;
  height: 30px;
  width: 50px;
  background-color: white;
  border: 1px solid #e9e8e8;
}
.toggleoption__cntr input:checked + label .toggleoption__track {
  justify-content: flex-end;
  background-color: #7CB7B0;
  border-color: #7CB7B0;
}
.toggleoption__marker {
  display: block;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: relative;
  top: 1px;
  background-color: #7CB7B0;
}
.toggleoption__cntr input:checked + label .toggleoption__marker {
  background-color: white;
}
.toggleoption__cntr.toggleoption__negative .toggleoption__track {
  background-color: white;
}
.toggleoption__cntr.toggleoption__negative .toggleoption__cntr input:checked + label .toggleoption__track {
  justify-content: flex-end;
  background-color: white;
}
.toggleoption__cntr.toggleoption__negative .toggleoption__marker {
  background-color: #7CB7B0;
}
.toggleoption__cntr.toggleoption__negative input:checked + label .toggleoption__track {
  background-color: white;
}
.panelfill__help {
  margin: 0 10px 0 40px;
  color: #999799;
  font-weight: 400;
  font-style: italic;
}
[data-product=twist] .panel.handles .input_img_group,
[data-product=no-border-twist] .panel.handles .input_img_group {
  display: none;
}
[data-product=twist] .panel.handles .input_img_group[data-twist=y],
[data-product=no-border-twist] .panel.handles .input_img_group[data-twist=y] {
  display: inline-block;
}
[data-product=slide] .panel.handles .input_img_group,
[data-product=no-border-slide] .panel.handles .input_img_group {
  display: none;
}
[data-product=slide] .panel.handles .input_img_group[data-slide=y],
[data-product=no-border-slide] .panel.handles .input_img_group[data-slide=y] {
  display: inline-block;
}
[data-product=panel] .panel.handles .input_img_group {
  display: none;
}
[data-product=panel] .panel.handles .input_img_group[data-paneel=y] {
  display: inline-block;
}
[data-product=one-way-classic] .panel.handles .input_img_group,
[data-product=one-way-pivo] .panel.handles .input_img_group,
[data-product=no-border-one-way-classic] .panel.handles .input_img_group,
[data-product=no-border-one-way-pivo] .panel.handles .input_img_group {
  display: none;
}
[data-product=one-way-classic] .panel.handles .input_img_group[data-pivo=y],
[data-product=one-way-pivo] .panel.handles .input_img_group[data-pivo=y],
[data-product=no-border-one-way-classic] .panel.handles .input_img_group[data-pivo=y],
[data-product=no-border-one-way-pivo] .panel.handles .input_img_group[data-pivo=y] {
  display: inline-block;
}
[data-product=slide] .panel .panelfill,
[data-product=no-border-slide] .panel .panelfill {
  display: none;
}
.panel .panelfill,
.panel .panelfill__help {
  display: none;
}
.panel.rotate .schuifrichting {
  display: none;
}
[data-product=slide] .panel.rotate .draairichting,
[data-product=no-border-slide] .panel.rotate .draairichting {
  display: none;
}
[data-product=slide] .panel.rotate .schuifrichting,
[data-product=no-border-slide] .panel.rotate .schuifrichting {
  display: block;
}
[data-product=twist] .panel.glass input#glass_timeless,
[data-product=twist] .panel.glass label[for=glass_timeless],
[data-product=slide] .panel.glass input#glass_timeless,
[data-product=slide] .panel.glass label[for=glass_timeless],
[data-product=one-way-pivo] .panel.glass input#glass_timeless,
[data-product=one-way-pivo] .panel.glass label[for=glass_timeless],
[data-product=one-way-classic] .panel.glass input#glass_timeless,
[data-product=one-way-classic] .panel.glass label[for=glass_timeless],
[data-product=no-border-twist] .panel.glass input#glass_timeless,
[data-product=no-border-twist] .panel.glass label[for=glass_timeless],
[data-product=no-border-slide] .panel.glass input#glass_timeless,
[data-product=no-border-slide] .panel.glass label[for=glass_timeless],
[data-product=no-border-one-way-pivo] .panel.glass input#glass_timeless,
[data-product=no-border-one-way-pivo] .panel.glass label[for=glass_timeless],
[data-product=no-border-one-way-classic] .panel.glass input#glass_timeless,
[data-product=no-border-one-way-classic] .panel.glass label[for=glass_timeless] {
  display: none;
}
[data-product=slide] .panel.color .field,
[data-product=slide] .panel.color .dropdown {
  display: none;
}
[data-product=panel] .panel.sidepanels,
[data-product=panel] .panel.rotate,
[data-product=panel] .panel.handles,
[data-product=panel] .panel.roedesdeur {
  display: none;
}
.panelenaantal {
  display: none;
}
[data-product=panel] .panelenaantal {
  display: block;
}
[data-product=panel] .panel.size .field.grouped {
  display: none;
}
[data-product=panel] #js-startAnimatie {
  display: none;
}
[data-product=slide] .panel.sidepanels,
[data-product=slide] .panel.color,
[data-product=one-way-classic] .panel.sidepanels,
[data-product=one-way-classic] .panel.roedessidepanel {
  display: none;
}
.handle__location__group {
  display: none;
}
[data-product=no-border-one-way-classic] .panel.sidepanels,
[data-product=no-border-one-way-classic] .panel.roedessidepanel,
[data-product=no-border-twist] .panel.roedesdeur,
[data-product=no-border-twist] .panel.roedessidepanel,
[data-product=no-border-one-way-pivo] .panel.roedesdeur,
[data-product=no-border-one-way-pivo] .panel.roedessidepanel,
[data-product=no-border-one-way-classic] .panel.roedesdeur,
[data-product=no-border-one-way-classic] .panel.roedessidepanel,
[data-product=no-border-slide] .panel.sidepanels,
[data-product=no-border-slide] .panel.roedesdeur,
[data-product=no-border-slide] .panel.roedessidepanel {
  display: none;
}
.sidebar:has(.panel[data-panelstate=disabled]) {
  display: none;
}
.panel[data-panelstate=disabled] {
  display: none;
}
/*
    [data-product="twist"]
    [data-product="one-way-pivo"]
    [data-product="one-way-classic"]
    [data-product="slide"]

    [data-product="no-border-twist"]
    [data-product="no-border-one-way-pivo"]
    [data-product="no-border-one-way-classic"]
    [data-product="no-border-slide"]

    .color-black
    .color-white
    .color-bronze
    .color-alu
    .color-aluinox
    .color-inox
*/
[data-product=one-way-pivo] .color-alu,
[data-product=one-way-pivo] .color-aluinox,
[data-product=one-way-pivo] .color-inox,
[data-product=one-way-classic] .color-alu,
[data-product=one-way-classic] .color-aluinox,
[data-product=one-way-classic] .color-inox,
[data-product=panel] .color-alu,
[data-product=panel] .color-aluinox,
[data-product=panel] .color-inox,
[data-product=slide] .color-alu,
[data-product=slide] .color-aluinox,
[data-product=slide] .color-inox,
[data-product=twist] .color-alu,
[data-product=twist] .color-aluinox,
[data-product=twist] .color-inox {
  display: none !important;
}
[data-product=no-border-slide] .anderekleur {
  display: none !important;
}
[data-product=no-border-twist] .color-white,
[data-product=no-border-twist] .color-bronze,
[data-product=no-border-twist] .color-alu,
[data-product=no-border-twist] .color-aluinox {
  display: none !important;
}
[data-product=no-border-one-way-pivo] .color-white,
[data-product=no-border-one-way-pivo] .color-bronze,
[data-product=no-border-one-way-pivo] .color-inox,
[data-product=no-border-one-way-classic] .color-white,
[data-product=no-border-one-way-classic] .color-bronze,
[data-product=no-border-one-way-classic] .color-inox,
[data-product=no-border-slide] .color-white,
[data-product=no-border-slide] .color-bronze,
[data-product=no-border-slide] .color-inox {
  display: none !important;
}
/*


    [data-product="no-border-twist"]
    [data-product="no-border-one-way-pivo"]
    [data-product="no-border-one-way-classic"]
    [data-product="no-border-slide"]

    [data-product="twist"]
    [data-product="one-way-pivo"]
    [data-product="one-way-classic"]
    [data-product="slide"]

    .color-black
    .color-white
    .color-bronze
    .color-alu
    .color-aluinox
    .color-inox
*/
[data-product=twist][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=twist][data-activematerial=black] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=twist][data-activematerial=black] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=twist][data-activematerial=bronze] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=twist][data-activematerial=bronze] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=twist][data-activematerial=bronze] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=twist][data-activematerial=white] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=twist][data-activematerial=white] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=twist][data-activematerial=white] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=black] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=black] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=bronze] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=bronze] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=bronze] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=white] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=white] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-pivo][data-activematerial=white] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=black] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=black] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=bronze] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=bronze] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=bronze] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=white] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=white] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=one-way-classic][data-activematerial=white] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=slide][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=slide][data-activematerial=black] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=slide][data-activematerial=black] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=slide][data-activematerial=bronze] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=slide][data-activematerial=bronze] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=slide][data-activematerial=bronze] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=slide][data-activematerial=white] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=slide][data-activematerial=white] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=slide][data-activematerial=white] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=no-border-twist][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=no-border-twist][data-activematerial=inox] .input_img_group:has(#slim200) {
  display: none;
}
[data-product=no-border-twist][data-activematerial=inox] .input_img_group:has(#slim300) {
  display: none;
}
[data-product=no-border-twist][data-activematerial=inox] .input_img_group:has(#carre300) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=black] .input_img_group:has(#tgreep), [data-product=no-border-one-way-classic][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=black] .input_img_group:has(#studiorondo), [data-product=no-border-one-way-classic][data-activematerial=black] .input_img_group:has(#studiorondo) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=black] .input_img_group:has(#studiorondolock), [data-product=no-border-one-way-classic][data-activematerial=black] .input_img_group:has(#studiorondolock) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#slim200), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#slim200), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#slim200), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#slim200) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#slim300), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#slim300), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#slim300), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#slim300) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#carre300), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#carre300), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#carre300), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#carre300) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#lever_round), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#lever_round), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#lever_round), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#lever_round) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#lever_round_lock), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#lever_round_lock), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#lever_round_lock), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#lever_round_lock) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#lever_square), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#lever_square), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#lever_square), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#lever_square) {
  display: none;
}
[data-product=no-border-one-way-pivo][data-activematerial=alu] .input_img_group:has(#lever_square_lock), [data-product=no-border-one-way-pivo][data-activematerial=aluinox] .input_img_group:has(#lever_square_lock), [data-product=no-border-one-way-classic][data-activematerial=alu] .input_img_group:has(#lever_square_lock), [data-product=no-border-one-way-classic][data-activematerial=aluinox] .input_img_group:has(#lever_square_lock) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=black] .input_img_group:has(#tgreep) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#slim200), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#slim200), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#slim200) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#slim300), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#slim300), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#slim300) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#carre300), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#carre300), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#carre300) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#lever_round), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#lever_round), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#lever_round) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#lever_round_lock), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#lever_round_lock), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#lever_round_lock) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#lever_square), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#lever_square), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#lever_square) {
  display: none;
}
[data-product=no-border-slide][data-activematerial=inox] .input_img_group:has(#lever_square_lock), [data-product=no-border-slide][data-activematerial=alu] .input_img_group:has(#lever_square_lock), [data-product=no-border-slide][data-activematerial=aluinox] .input_img_group:has(#lever_square_lock) {
  display: none;
}
.btn {
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}
.btn.darkgreen {
  background-color: #29534E;
  padding: 0 40px;
  color: white;
  text-decoration: none;
}
.btn.brandcolor {
  background-color: #7CB7B0;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}
.RAL1000 {
  background-color: rgb(205, 186, 136);
}
.RAL1001 {
  background-color: rgb(208, 176, 132);
}
.RAL1002 {
  background-color: rgb(210, 170, 109);
}
.RAL1003 {
  background-color: rgb(249, 168, 0);
}
.RAL1004 {
  background-color: rgb(228, 158, 0);
}
.RAL1005 {
  background-color: rgb(203, 142, 0);
}
.RAL1006 {
  background-color: rgb(226, 144, 0);
}
.RAL1007 {
  background-color: rgb(232, 140, 0);
}
.RAL1011 {
  background-color: rgb(175, 128, 79);
}
.RAL1012 {
  background-color: rgb(221, 175, 39);
}
.RAL1013 {
  background-color: rgb(227, 217, 198);
}
.RAL1014 {
  background-color: rgb(221, 196, 154);
}
.RAL1015 {
  background-color: rgb(230, 210, 181);
}
.RAL1016 {
  background-color: rgb(241, 221, 56);
}
.RAL1017 {
  background-color: rgb(246, 169, 80);
}
.RAL1018 {
  background-color: rgb(250, 202, 48);
}
.RAL1019 {
  background-color: rgb(164, 143, 122);
}
.RAL1020 {
  background-color: rgb(160, 143, 101);
}
.RAL1021 {
  background-color: rgb(246, 182, 0);
}
.RAL1023 {
  background-color: rgb(247, 181, 0);
}
.RAL1024 {
  background-color: rgb(186, 143, 76);
}
.RAL1026 {
  background-color: rgb(255, 255, 0);
}
.RAL1027 {
  background-color: rgb(167, 127, 14);
}
.RAL1028 {
  background-color: rgb(255, 155, 0);
}
.RAL1032 {
  background-color: rgb(226, 163, 0);
}
.RAL1033 {
  background-color: rgb(249, 154, 28);
}
.RAL1034 {
  background-color: rgb(235, 156, 82);
}
.RAL1035 {
  background-color: rgb(144, 131, 112);
}
.RAL1036 {
  background-color: rgb(128, 100, 63);
}
.RAL1037 {
  background-color: rgb(240, 146, 0);
}
.RAL2000 {
  background-color: rgb(218, 110, 0);
}
.RAL2001 {
  background-color: rgb(186, 72, 27);
}
.RAL2002 {
  background-color: rgb(191, 57, 34);
}
.RAL2003 {
  background-color: rgb(246, 120, 40);
}
.RAL2004 {
  background-color: rgb(226, 83, 3);
}
.RAL2005 {
  background-color: rgb(255, 77, 6);
}
.RAL2007 {
  background-color: rgb(255, 178, 0);
}
.RAL2008 {
  background-color: rgb(237, 107, 33);
}
.RAL2009 {
  background-color: rgb(222, 83, 7);
}
.RAL2010 {
  background-color: rgb(208, 93, 40);
}
.RAL2011 {
  background-color: rgb(226, 110, 14);
}
.RAL2012 {
  background-color: rgb(213, 101, 77);
}
.RAL2013 {
  background-color: rgb(146, 62, 37);
}
.RAL3000 {
  background-color: rgb(167, 41, 32);
}
.RAL3001 {
  background-color: rgb(155, 36, 35);
}
.RAL3002 {
  background-color: rgb(155, 35, 33);
}
.RAL3003 {
  background-color: rgb(134, 26, 34);
}
.RAL3004 {
  background-color: rgb(107, 28, 35);
}
.RAL3005 {
  background-color: rgb(89, 25, 31);
}
.RAL3007 {
  background-color: rgb(62, 32, 34);
}
.RAL3009 {
  background-color: rgb(109, 52, 45);
}
.RAL3011 {
  background-color: rgb(121, 36, 35);
}
.RAL3012 {
  background-color: rgb(198, 132, 109);
}
.RAL3013 {
  background-color: rgb(151, 46, 37);
}
.RAL3014 {
  background-color: rgb(203, 115, 117);
}
.RAL3015 {
  background-color: rgb(216, 160, 166);
}
.RAL3016 {
  background-color: rgb(166, 61, 47);
}
.RAL3017 {
  background-color: rgb(203, 85, 93);
}
.RAL3018 {
  background-color: rgb(199, 63, 74);
}
.RAL3020 {
  background-color: rgb(187, 30, 16);
}
.RAL3022 {
  background-color: rgb(207, 105, 85);
}
.RAL3024 {
  background-color: rgb(255, 45, 33);
}
.RAL3026 {
  background-color: rgb(255, 42, 27);
}
.RAL3027 {
  background-color: rgb(171, 39, 60);
}
.RAL3028 {
  background-color: rgb(204, 44, 36);
}
.RAL3031 {
  background-color: rgb(166, 52, 55);
}
.RAL3032 {
  background-color: rgb(112, 29, 35);
}
.RAL3033 {
  background-color: rgb(165, 58, 45);
}
.RAL4001 {
  background-color: rgb(129, 97, 131);
}
.RAL4002 {
  background-color: rgb(141, 60, 75);
}
.RAL4003 {
  background-color: rgb(196, 97, 140);
}
.RAL4004 {
  background-color: rgb(101, 30, 56);
}
.RAL4005 {
  background-color: rgb(118, 104, 154);
}
.RAL4006 {
  background-color: rgb(144, 51, 115);
}
.RAL4007 {
  background-color: rgb(71, 36, 60);
}
.RAL4008 {
  background-color: rgb(132, 76, 130);
}
.RAL4009 {
  background-color: rgb(157, 134, 146);
}
.RAL4010 {
  background-color: rgb(188, 64, 119);
}
.RAL4011 {
  background-color: rgb(110, 99, 135);
}
.RAL4012 {
  background-color: rgb(107, 107, 127);
}
.RAL5000 {
  background-color: rgb(49, 79, 111);
}
.RAL5001 {
  background-color: rgb(15, 76, 100);
}
.RAL5002 {
  background-color: rgb(0, 56, 123);
}
.RAL5003 {
  background-color: rgb(31, 56, 85);
}
.RAL5004 {
  background-color: rgb(25, 30, 40);
}
.RAL5005 {
  background-color: rgb(0, 83, 135);
}
.RAL5007 {
  background-color: rgb(55, 107, 140);
}
.RAL5008 {
  background-color: rgb(43, 58, 68);
}
.RAL5009 {
  background-color: rgb(34, 95, 120);
}
.RAL5010 {
  background-color: rgb(0, 79, 124);
}
.RAL5011 {
  background-color: rgb(26, 43, 60);
}
.RAL5012 {
  background-color: rgb(0, 137, 182);
}
.RAL5013 {
  background-color: rgb(25, 49, 83);
}
.RAL5014 {
  background-color: rgb(99, 125, 150);
}
.RAL5015 {
  background-color: rgb(0, 124, 176);
}
.RAL5017 {
  background-color: rgb(0, 91, 140);
}
.RAL5018 {
  background-color: rgb(5, 139, 140);
}
.RAL5019 {
  background-color: rgb(0, 94, 131);
}
.RAL5020 {
  background-color: rgb(0, 65, 75);
}
.RAL5021 {
  background-color: rgb(0, 117, 119);
}
.RAL5022 {
  background-color: rgb(34, 45, 90);
}
.RAL5023 {
  background-color: rgb(66, 105, 140);
}
.RAL5024 {
  background-color: rgb(96, 147, 172);
}
.RAL5025 {
  background-color: rgb(33, 105, 124);
}
.RAL5026 {
  background-color: rgb(15, 48, 82);
}
.RAL6000 {
  background-color: rgb(60, 116, 96);
}
.RAL6001 {
  background-color: rgb(54, 103, 53);
}
.RAL6002 {
  background-color: rgb(50, 89, 40);
}
.RAL6003 {
  background-color: rgb(80, 83, 60);
}
.RAL6004 {
  background-color: rgb(2, 68, 66);
}
.RAL6005 {
  background-color: rgb(17, 66, 50);
}
.RAL6006 {
  background-color: rgb(60, 57, 46);
}
.RAL6007 {
  background-color: rgb(44, 50, 34);
}
.RAL6008 {
  background-color: rgb(55, 52, 42);
}
.RAL6009 {
  background-color: rgb(39, 53, 42);
}
.RAL6010 {
  background-color: rgb(77, 111, 57);
}
.RAL6011 {
  background-color: rgb(108, 124, 89);
}
.RAL6012 {
  background-color: rgb(48, 61, 58);
}
.RAL6013 {
  background-color: rgb(125, 118, 90);
}
.RAL6014 {
  background-color: rgb(71, 65, 53);
}
.RAL6015 {
  background-color: rgb(61, 61, 54);
}
.RAL6016 {
  background-color: rgb(0, 105, 76);
}
.RAL6017 {
  background-color: rgb(88, 127, 64);
}
.RAL6018 {
  background-color: rgb(97, 153, 59);
}
.RAL6019 {
  background-color: rgb(185, 206, 172);
}
.RAL6020 {
  background-color: rgb(55, 66, 47);
}
.RAL6021 {
  background-color: rgb(138, 153, 119);
}
.RAL6022 {
  background-color: rgb(58, 51, 39);
}
.RAL6024 {
  background-color: rgb(0, 131, 81);
}
.RAL6025 {
  background-color: rgb(94, 110, 59);
}
.RAL6026 {
  background-color: rgb(0, 95, 78);
}
.RAL6027 {
  background-color: rgb(126, 186, 181);
}
.RAL6028 {
  background-color: rgb(49, 84, 66);
}
.RAL6029 {
  background-color: rgb(0, 111, 61);
}
.RAL6032 {
  background-color: rgb(35, 127, 82);
}
.RAL6033 {
  background-color: rgb(70, 135, 127);
}
.RAL6034 {
  background-color: rgb(122, 172, 172);
}
.RAL6035 {
  background-color: rgb(25, 77, 37);
}
.RAL6036 {
  background-color: rgb(4, 87, 75);
}
.RAL6037 {
  background-color: rgb(0, 139, 41);
}
.RAL6038 {
  background-color: rgb(0, 181, 26);
}
.RAL7000 {
  background-color: rgb(122, 136, 142);
}
.RAL7001 {
  background-color: rgb(140, 150, 157);
}
.RAL7002 {
  background-color: rgb(129, 120, 99);
}
.RAL7003 {
  background-color: rgb(122, 118, 105);
}
.RAL7004 {
  background-color: rgb(155, 155, 155);
}
.RAL7005 {
  background-color: rgb(108, 110, 107);
}
.RAL7006 {
  background-color: rgb(118, 106, 94);
}
.RAL7008 {
  background-color: rgb(116, 94, 61);
}
.RAL7009 {
  background-color: rgb(93, 96, 88);
}
.RAL7010 {
  background-color: rgb(88, 92, 86);
}
.RAL7011 {
  background-color: rgb(82, 89, 93);
}
.RAL7012 {
  background-color: rgb(87, 93, 94);
}
.RAL7013 {
  background-color: rgb(87, 80, 68);
}
.RAL7015 {
  background-color: rgb(79, 83, 88);
}
.RAL7016 {
  background-color: rgb(56, 62, 66);
}
.RAL7021 {
  background-color: rgb(47, 50, 52);
}
.RAL7022 {
  background-color: rgb(76, 74, 68);
}
.RAL7023 {
  background-color: rgb(128, 128, 118);
}
.RAL7024 {
  background-color: rgb(69, 73, 78);
}
.RAL7026 {
  background-color: rgb(55, 67, 69);
}
.RAL7030 {
  background-color: rgb(146, 142, 133);
}
.RAL7031 {
  background-color: rgb(91, 104, 109);
}
.RAL7032 {
  background-color: rgb(181, 176, 161);
}
.RAL7033 {
  background-color: rgb(127, 130, 116);
}
.RAL7034 {
  background-color: rgb(146, 136, 111);
}
.RAL7035 {
  background-color: rgb(197, 199, 196);
}
.RAL7036 {
  background-color: rgb(151, 147, 146);
}
.RAL7037 {
  background-color: rgb(122, 123, 122);
}
.RAL7038 {
  background-color: rgb(176, 176, 169);
}
.RAL7039 {
  background-color: rgb(107, 102, 94);
}
.RAL7040 {
  background-color: rgb(152, 158, 161);
}
.RAL7042 {
  background-color: rgb(142, 146, 145);
}
.RAL7043 {
  background-color: rgb(79, 82, 80);
}
.RAL7044 {
  background-color: rgb(183, 179, 168);
}
.RAL7045 {
  background-color: rgb(141, 146, 149);
}
.RAL7046 {
  background-color: rgb(127, 134, 138);
}
.RAL7047 {
  background-color: rgb(200, 200, 199);
}
.RAL7048 {
  background-color: rgb(129, 123, 115);
}
.RAL8000 {
  background-color: rgb(137, 105, 62);
}
.RAL8001 {
  background-color: rgb(157, 98, 43);
}
.RAL8002 {
  background-color: rgb(121, 77, 62);
}
.RAL8003 {
  background-color: rgb(126, 75, 38);
}
.RAL8004 {
  background-color: rgb(141, 73, 49);
}
.RAL8007 {
  background-color: rgb(112, 69, 42);
}
.RAL8008 {
  background-color: rgb(114, 74, 37);
}
.RAL8011 {
  background-color: rgb(90, 56, 38);
}
.RAL8012 {
  background-color: rgb(102, 51, 43);
}
.RAL8014 {
  background-color: rgb(74, 53, 38);
}
.RAL8015 {
  background-color: rgb(94, 47, 38);
}
.RAL8016 {
  background-color: rgb(76, 43, 32);
}
.RAL8017 {
  background-color: rgb(68, 47, 41);
}
.RAL8019 {
  background-color: rgb(61, 54, 53);
}
.RAL8022 {
  background-color: rgb(26, 23, 24);
}
.RAL8023 {
  background-color: rgb(164, 87, 41);
}
.RAL8024 {
  background-color: rgb(121, 80, 56);
}
.RAL8025 {
  background-color: rgb(117, 88, 71);
}
.RAL8028 {
  background-color: rgb(81, 58, 42);
}
.RAL8029 {
  background-color: rgb(127, 64, 49);
}
.RAL9001 {
  background-color: rgb(233, 224, 210);
}
.RAL9002 {
  background-color: rgb(215, 213, 203);
}
.RAL9003 {
  background-color: rgb(236, 236, 231);
}
.RAL9004 {
  background-color: rgb(43, 43, 44);
}
.RAL9005 {
  background-color: rgb(14, 14, 16);
}
.RAL9006 {
  background-color: rgb(161, 161, 160);
}
.RAL9007 {
  background-color: rgb(135, 133, 129);
}
.RAL9010 {
  background-color: rgb(241, 236, 225);
}
.RAL9011 {
  background-color: rgb(39, 41, 43);
}
.RAL9016 {
  background-color: rgb(241, 240, 234);
}
.RAL9017 {
  background-color: rgb(42, 41, 42);
}
.RAL9018 {
  background-color: rgb(200, 203, 196);
}
.RAL9022 {
  background-color: rgb(133, 133, 131);
}
.RAL9023 {
  background-color: rgb(121, 123, 122);
}
.INOX {
  background-color: #D6D6D4;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .home {
    height: auto;
    background-image: none;
    padding-bottom: 40px;
  }
  .home .header .logo {
    width: 300px;
  }
  .home .products.products__home {
    grid-template-columns: auto;
    grid-template-rows: repeat(5, auto);
    padding: 0 20px;
  }
  .home .product {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .home .product__descr {
    height: 100%;
  }
  .home .product__img {
    width: 100%;
    height: 100%;
  }
  .home .product__img a {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .product__img a img {
    width: 100%;
    height: 100%;
    min-height: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home {
    min-height: 100vh;
    height: auto;
    padding-bottom: 40px;
  }
  .home .header .logo {
    width: 400px;
  }
  .home .products.products__home {
    grid-template-columns: 1fr 1fr 20px 1fr 1fr;
    grid-template-rows: repeat(4, auto 20px) auto;
    grid-gap: 0px;
    padding: 0 20px;
    width: 100%;
  }
  .home .product {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .home .product:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .home .product:nth-child(3n+3) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .home .product:nth-child(2n+2) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .home .product:nth-child(4n+4) {
    grid-column: 4/6;
    grid-row: 3/4;
  }
  .home .product:nth-child(5n+5) {
    grid-column: 1/3;
    grid-row: 5/6;
  }
  .home .product:nth-child(6n+6) {
    grid-column: 4/6;
    grid-row: 5/6;
  }
  .home .product:nth-child(7n+7) {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .home .product:nth-child(8n+8) {
    grid-column: 4/6;
    grid-row: 7/8;
  }
  .home .product:nth-child(9n+9) {
    grid-column: 1/3;
    grid-row: 9/10;
  }
  .home .product__img {
    width: 100%;
    height: 100%;
  }
  .home .product__img a {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .product__img a img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .home .products.products__home {
    grid-template-columns: 1fr 1fr 20px 1fr 1fr;
    grid-template-rows: repeat(4, auto 20px) auto;
    grid-gap: 0px;
    width: 100%;
  }
  .home .product {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .home .product:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .home .product:nth-child(2n+2) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .home .product:nth-child(3n+3) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .home .product:nth-child(4n+4) {
    grid-column: 4/6;
    grid-row: 3/4;
  }
  .home .product:nth-child(5n+5) {
    grid-column: 1/3;
    grid-row: 5/6;
  }
  .home .product:nth-child(6n+6) {
    grid-column: 4/6;
    grid-row: 5/6;
  }
  .home .product:nth-child(7n+7) {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .home .product:nth-child(8n+8) {
    grid-column: 4/6;
    grid-row: 7/8;
  }
  .home .product:nth-child(9n+9) {
    grid-column: 1/3;
    grid-row: 9/10;
  }
  .home .product .product__img {
    width: 100%;
    height: 100%;
  }
  .home .product .product__img a {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .product .product__img a img {
    width: 100%;
    height: 100%;
  }
  .home .product__intro {
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), screen and (min-width: 927px) and (max-width: 1366px) and (orientation: landscape) and (pointer: coarse) {
  .configurator {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
  .configurator .left {
    grid-row: 1/2;
  }
  .configurator .configform_wrapper {
    grid-row: 2/3;
  }
  .configurator .scene {
    height: 50vh !important;
  }
  .configurator .configform__wrapper form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) and (pointer: coarse) {
  .configurator .header {
    height: 100px;
  }
  .configurator .header .logo {
    position: absolute;
    z-index: 100;
  }
  .configurator .header__right h1 {
    font-size: 2rem;
  }
  .configurator .configform__wrapper form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .configurator .menu--help-menu {
    top: 75px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1025px) and (orientation: portrait) {
  .home .product.product {
    height: 20vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) {
  .configurator .header {
    height: 100px;
    grid-template-columns: 1fr 2fr;
  }
  .configurator .header .logo {
    position: absolute;
    z-index: 100;
  }
  .configurator .header__right {
    padding-right: 20px;
  }
  .configurator .header__right h1 {
    margin-top: 50px;
    font-size: 2rem;
  }
  .configurator .menu--help-menu {
    top: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) {
  .configurator {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
  .configurator .left {
    grid-row: 1/2;
  }
  .configurator .configform_wrapper {
    grid-row: 2/3;
  }
  .configurator .scene {
    height: 50vh !important;
  }
  .configurator .configform__wrapper form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .configurator .header {
    height: 100px;
    grid-template-columns: 1fr 2fr;
  }
  .configurator .header .logo {
    position: absolute;
    z-index: 100;
  }
  .configurator .header__right {
    padding-right: 20px;
  }
  .configurator .header__right h1 {
    margin-top: 50px;
    font-size: 2rem;
  }
  .configurator .menu--help-menu {
    top: 75px;
  }
  .home .header {
    height: 100px;
  }
  .home .header .logo {
    width: 300px;
  }
  .container.cntr__home {
    padding: 0 20px;
  }
  .container.cntr__home .product__descr {
    height: 220px;
  }
  .container.cntr__home .product__descr .product__intro {
    position: relative;
    top: -20px;
    z-index: 101;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .configurator {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
  .configurator .left {
    grid-row: 1/2;
  }
  .configurator .configform_wrapper {
    grid-row: 2/3;
  }
  .configurator .scene {
    height: 40vh !important;
  }
  .configurator .configform__wrapper form {
    display: grid;
    grid-template-columns: 1fr;
  }
  .configurator .header {
    height: 70px;
    grid-template-columns: 1fr 2fr;
  }
  .configurator .header .logo {
    position: absolute;
    z-index: 100;
    width: 200px;
  }
  .configurator .header__right {
    padding-right: 10px;
  }
  .configurator .header__right h1 {
    margin-top: 1px;
    font-size: 1rem;
  }
  .configurator .menu--help-menu {
    top: 55px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) and (max-width: 385px) and (orientation: landscape), screen and (max-width: 926px) and (orientation: landscape) and (max-width: 385px) and (orientation: landscape) {
  .configurator .menu--help-menu {
    top: 55px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .configurator .submit {
    --offset: 20px;
    width: calc(100% - 40px);
  }
}
.product__descr {
  position: relative;
}
.svgshape {
  position: absolute;
  filter: drop-shadow(0px -2px 6px #666);
  top: -50px;
  width: 100%;
}
.svgshape2 {
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: 5;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .svgshape,
  .svgshape2 {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  .svgshape,
  .svgshape2 {
    display: none;
  }
}
@media screen and (pointer: coarse) {
  .step__lastgroup {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1500px) and (orientation: landscape) and (pointer: fine) {
  .header {
    height: 90px;
  }
  .home .header .logo {
    width: 350px;
  }
  .cntr__home h1 {
    margin-top: 0;
  }
  .product__img {
    height: 250px;
  }
  .header__right h1 {
    font-size: 2rem;
    margin-top: 0;
  }
  .left {
    position: relative;
  }
  .header {
    position: relative;
    z-index: 99;
  }
}
.modal {
  display: none;
  color: #7CB7B0;
}
.modal p {
  margin-bottom: 0;
}
.modal.modal_error {
  color: #cc0000;
}
.modal.isOpen {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 9999999;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  animation: appear 350ms ease-in 1;
}
.modal__content {
  position: relative;
  background-color: white;
  width: 50vw;
  max-width: 480px;
  max-height: 740px;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 926px) and (orientation: landscape) {
  .modal__content {
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
  }
}
.modal__overflow {
  overflow-y: scroll;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: all;
}
.modal__overflow::-webkit-scrollbar {
  width: 10px;
}
.modal__overflow::-webkit-scrollbar-thumb {
  background: #db6f2d;
  border-radius: 10px;
}
.modal__close {
  display: grid;
  pointer-events: all;
  text-align: center;
  place-items: center;
  position: absolute;
  width: 40px;
  height: 40px;
  content: "×";
  color: #db6f2d;
  font-size: 1.2rem;
  background-color: white;
  border: 2px solid #db6f2d;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  cursor: pointer;
}
.modal_error .modal__close {
  color: #cc0000;
  border: 2px solid #cc0000;
}
.modal__header {
  display: grid;
  place-items: center;
  margin-bottom: -5px;
}
.modal__title {
  text-align: center;
  margin-top: 5px;
}
.modal__subtitle {
  opacity: 20%;
  color: #29534e;
}
.modal__form {
  width: 100%;
  display: grid;
  place-items: center;
}
.modal__form label {
  display: block;
  margin-bottom: 10px;
}
.modal__inputs {
  max-width: 300px;
  width: 100%;
  height: 55vh;
}
.modal__form input[type=submit] {
  max-width: 100%;
  width: 100%;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: white;
  background-color: #db6f2d;
  padding: 20px 10px;
  border-radius: 30px;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
.modal__input {
  height: 40px;
  width: 100%;
  background-color: #e8e9ea;
  padding: 20px;
  margin-bottom: 25px;
  outline: none;
  border-radius: 20px;
  border: 0px solid lightgrey;
  border-bottom-width: 0px;
  transition: all 0.4s ease;
}
.modal__input:focus {
  background-color: #bdbdbf;
}
.modal__input::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.modal__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.modal__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.overlay {
  background-color: white;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.globe {
  /* transition: transform 0.7s ease-out; */
  /* transform-origin: 50% 50%; */
  /* animation: grow 0.9s ease-out infinite; */
}
/* @keyframes grow {
    10% {
        transform: scale(0.95);
    }
    80% {
        transform: scale(0.9);
    }
} */
.overlay__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.progress_bar__state {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #155366;
}
/* .progress_bar__state::before {
    content: "";
    animation: TextChange 0.5s;
}

@keyframes TextChange {
    0% {
        content: attr(data-text);
    }
} */
.doneLoading .overlay {
  /* opacity: 0;
  visibility: hidden; */
  display: none;
}