/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ##########################################################################
   ############################ Helper classes ##############################
   ########################################################################## */
.bold {
  font-weight: bold;
}

.hidden,
.hide,
.invisible {
  display: none !important;
  visibility: hidden;
}
.date-picker .hidden,
.date-picker .hide,
.date-picker .invisible {
  display: inline-block !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.block,
.show {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-overflow {
  overflow: hidden !important;
}

label,
input,
button,
textarea {
  font-size: 1rem;
  color: #99999f;
}

input,
textarea {
  font-size: 1rem;
  margin: 0;
  box-sizing: border-box;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
}
input:focus,
textarea:focus {
  border: 1px solid #99999f;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #E9E9E9;
}
input::placeholder,
textarea::placeholder {
  color: #E9E9E9;
}
input:disabled,
textarea:disabled {
  background-color: #F5F5F5;
}

label,
.label {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

.icon,
.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.color-primary {
  color: #B9F241 !important;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.info {
  color: #B9F241;
  font-weight: 400;
}

.success {
  color: #50a53d;
  font-weight: 400;
}

.copy-success {
  color: #50a53d !important;
}

.warn {
  color: #b40000;
  font-weight: 400;
}

.error {
  color: #b40000;
  font-weight: 400;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.reset-display {
  display: initial !important;
}

@media (max-width: 1599px) and (min-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .hide-desktop {
    display: none !important;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.8333333333rem 0;
  padding: 0;
}

.loading::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.75;
  background-image: url("/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem;
  z-index: 9500;
  cursor: progress;
}
.loading.modal::after, .loading.tooltip-configpanel-config::after {
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  right: 0.8333333333rem;
  bottom: 0.8333333333rem;
}

::-webkit-scrollbar {
  width: 0.4166666667rem;
  height: 0.4166666667rem;
}

::-webkit-scrollbar-thumb {
  background-color: #AAAAAA;
}

::-webkit-scrollbar-track {
  background: #fff;
}

/* ##########################################################################
   ################################ Toggle #################################
   ########################################################################## */
.toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.3333333333rem;
}
.toggle.top {
  margin-top: 1.3333333333rem;
}
.toggle button {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.6666666667rem;
  width: 4.5rem;
  height: 2rem;
  text-transform: unset;
  border-radius: 1.0416666667rem;
  display: flex;
  direction: row;
}
.toggle button.style-provide {
  width: 5.8333333333rem;
}
.toggle button.style-provide::after {
  background-color: #000;
}
.toggle button.style-provide.on {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}
.toggle button.style-provide.off {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}
.toggle button .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(3rem - 6px);
  width: calc(3rem - 6px);
  top: -5px;
  transition: left 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 0 0.3333333333rem #AAAAAA;
}
.toggle button .toggle-slider .highlight {
  stroke: none;
  margin: 0.5rem;
}
.toggle button.on {
  background-color: #AAAAAA;
  border: 2px solid #AAAAAA;
}
.toggle button.on .toggle-slider {
  background-color: black;
  left: calc(100% - 2rem);
}
.toggle button.on .toggle-slider .highlight {
  stroke: none;
}
.toggle button.on .toggle-slider:hover {
  background-color: #535353;
}
.toggle button.off {
  background-color: #AAAAAA;
  border: 2px solid #AAAAAA;
}
.toggle button.off .toggle-slider {
  background-color: white;
  left: -6px;
}
.toggle button.off .toggle-slider .highlight {
  stroke: none;
}
.toggle button.off .toggle-slider:hover {
  background-color: black;
}
.toggle button.persistentActiveStyle {
  background-color: white;
  border: 2px solid white;
  color: black;
}
.toggle button:hover {
  background-color: #AAAAAA;
  border: 2px solid #AAAAAA;
}
.toggle button:disabled, .toggle button:disabled:hover {
  background-color: #E9E9E9;
  border: 2px solid #E9E9E9;
}
.toggle button:disabled .toggle-slider, .toggle button:disabled:hover .toggle-slider {
  background-color: #F5F5F5;
}
.toggle button.validation-error {
  border-color: #b40000 !important;
}
.toggle button.validation-error:hover, .toggle button.validation-error:focus {
  border-color: #b40000 !important;
}
.toggle .toggle-label {
  cursor: pointer;
  font-size: 1.1666666667rem;
  color: #535353;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.toggle .toggle-label span {
  font-size: 0.8333333333rem;
  color: #828291;
  text-transform: initial;
}
.toggle .toggle-label.active {
  color: black;
}
.toggle .toggle-label.disabled {
  opacity: 0.2;
  cursor: default;
}

/* ##########################################################################
   ################################ Toggle #################################
   ########################################################################## */
.text-toggle {
  position: relative;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.8333333333rem;
  height: 1.6666666667rem;
  text-transform: unset;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.8333333333rem;
  display: flex;
  align-items: center;
}
.text-toggle .toggle-label {
  flex: 1;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #AAAAAA;
  transition: color 0.3s ease;
  padding: 0 0.8333333333rem;
  height: 100%;
  line-height: 1.6666666667rem;
}
.text-toggle .toggle-label.active {
  color: #fff;
}
.text-toggle::before {
  content: "";
  position: absolute;
  height: 1.6666666667rem;
  background-color: #000;
  border: 0.1666666667rem solid #fff;
  box-sizing: border-box;
  width: 50%;
  border-radius: 0.8333333333rem;
  transition: left 0.3s ease;
}
.text-toggle.off::before {
  left: 50%;
}
.text-toggle.on::before {
  left: 0;
}

.grid {
  position: relative;
  width: 100%;
  margin-top: 0.6666666667rem;
}
.grid .griditem {
  position: relative;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 101% 101%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid .griditem.disabled {
  opacity: 0.2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.grid .griditem.disabled:hover .griditem-image {
  border: 2px solid #F5F5F5;
  box-shadow: none;
}
.grid .griditem .griditem-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E9E9E9;
  border-radius: 50%;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(90%, 90%);
}
.grid .griditem .griditem-image .griditem-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  visibility: hidden;
}
.grid .griditem.active .griditem-image, .grid .griditem:hover .griditem-image {
  border: 3px solid #F5F5F5;
  box-shadow: 0 0 0 1.5px black;
}
.grid .griditem.active .griditem-image .griditem-check .highlight, .grid .griditem:hover .griditem-image .griditem-check .highlight {
  stroke: #B9F241;
}
.grid .griditem.hasLabel {
  border: 1.5px solid #F5F5F5;
  border-radius: 2rem;
}
.grid .griditem.hasLabel.active:not(.disabled), .grid .griditem.hasLabel:hover:not(.disabled) {
  background-color: white;
}
.grid .griditem.hasLabel.active:not(.disabled) .griditem-label, .grid .griditem.hasLabel:hover:not(.disabled) .griditem-label {
  color: black;
}
.grid .griditem.hasLabel.active .griditem-image, .grid .griditem.hasLabel:hover .griditem-image, .grid .griditem.hasLabel.disabled:hover .griditem-image {
  border: none;
  box-shadow: none;
}
.grid .griditem.hasLabel .griditem-image {
  margin: 0.8333333333rem 0.8333333333rem 2.5rem 0.8333333333rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(100%, 100%);
}
.grid .griditem.hasLabel .griditem-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  padding: 0 1rem;
}
.grid .griditem.hasLabel .griditem-label .label {
  font-size: 1rem;
  line-height: 1;
}
.grid .griditem.hasLabel .griditem-label .sublabel {
  font-size: 0.75rem;
  font-family: "system4regular_mono", sans-serif;
}
.grid.default .griditem {
  width: calc(20% - 6.4px);
  padding-bottom: calc(20% - 6.4px);
  margin: 8px 8px 0 0;
}
.grid.default .griditem:nth-child(5n+0) {
  margin-right: 0;
}
.grid.default .griditem:nth-child(-n+5) {
  margin-top: 0;
}
.grid.smaller .griditem {
  width: calc(11.1111111111% - 1.7777777778px);
  padding-bottom: calc(11.1111111111% - 1.7777777778px);
  margin: 2px 2px 0 0;
}
.grid.smaller .griditem:nth-child(9n+0) {
  margin-right: 0;
}
.grid.smaller .griditem:nth-child(-n+9) {
  margin-top: 0;
}
.grid.small .griditem {
  width: calc(16.6666666667% - 6.6666666667px);
  padding-bottom: calc(16.6666666667% - 6.6666666667px);
  margin: 8px 8px 0 0;
}
.grid.small .griditem:nth-child(6n+0) {
  margin-right: 0;
}
.grid.small .griditem:nth-child(-n+6) {
  margin-top: 0;
}
.grid.big .griditem {
  width: calc(33.3333333333% - 5.3333333333px);
  padding-bottom: calc(33.3333333333% - 5.3333333333px);
  margin: 8px 8px 0 0;
}
.grid.big .griditem:nth-child(3n+0) {
  margin-right: 0;
}
.grid.big .griditem:nth-child(-n+3) {
  margin-top: 0;
}
.grid.extra-big .griditem {
  width: calc(50% - 4px);
  padding-bottom: calc(50% - 4px);
  margin: 8px 8px 0 0;
}
.grid.extra-big .griditem:nth-child(2n+0) {
  margin-right: 0;
}
.grid.extra-big .griditem:nth-child(-n+2) {
  margin-top: 0;
}
.grid .more {
  width: 100%;
  margin-top: 1.3333333333rem;
  display: flex;
  justify-content: center;
}

/* ##########################################################################
   ################################ Buttons #################################
   ########################################################################## */
a.button {
  position: relative;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: inline-block;
  height: 3.1666666667rem;
  font-size: 1rem;
  color: #535353;
  background-color: #fff;
  border: 1px solid #535353;
  border-radius: 2.5rem;
  padding: 0.8333333333rem 1.6666666667rem;
  text-decoration: none;
}
a.button:hover {
  color: #000;
  border: 1px solid #000;
}

button {
  position: relative;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: white;
  cursor: pointer;
}
button.big-icon i {
  font-size: 1.1666666667rem;
}
button.big {
  padding: 0 1.3333333333rem;
  color: #535353;
  border: none;
  border-radius: 2.5rem;
  box-sizing: border-box;
  font-size: 1.1666666667rem;
  height: 2.8333333333rem;
  vertical-align: middle;
}
button.big.inverted {
  font-size: 1.0833333333rem;
  border: 0.1666666667rem solid black;
}
button.big.inverted:hover {
  color: black;
}
button.big.inverted:disabled {
  color: #fff;
  background-color: #E9E9E9;
  border: 0.1666666667rem solid #E9E9E9;
  cursor: default;
}
button.big:hover {
  color: black;
}
button.big:disabled {
  color: #535353;
  border: 1px solid #F5F5F5;
  opacity: 0.3;
  cursor: default;
}
button.small {
  font-size: 0.8333333333rem;
  height: 2rem;
  color: #fff;
  background-color: #B9F241;
  border: 1px solid #B9F241;
  border-radius: 0.2083333333rem;
  padding: 0 1.0416666667rem;
}
button.small.inverted {
  color: #fff;
  background-color: #AAAAAA;
  border: 1px solid #AAAAAA;
}
button.small.inverted:hover {
  color: #fff;
  background-color: #B9F241;
  border: 1px solid #B9F241;
}
button.small.inverted:disabled {
  color: #fff;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  cursor: default;
}
button.small:hover {
  color: #fff;
  background-color: #cbf571;
  border: 1px solid #cbf571;
}
button.small:disabled {
  color: #fff;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  cursor: default;
}
button.cancel {
  background-color: #E9E9E9;
  border: none;
  color: #535353;
  background-image: unset;
}
button.cancel:hover {
  background-color: #E9E9E9;
  color: black;
}
button.request {
  border: 1px solid #535353;
  color: #535353;
  background-image: unset;
}
button.request:hover {
  border: 1px solid black;
  color: black;
}
button.validation-error {
  border-color: #b40000 !important;
}
button.validation-error:hover, button.validation-error:focus {
  border-color: #b40000 !important;
}

.row {
  display: flex;
  align-items: flex-start;
}
.row.center {
  justify-content: center;
}
.row.end {
  justify-content: flex-end;
}
.row > * {
  flex: 0;
}
.row .action {
  cursor: pointer;
  height: 2.5rem;
  display: table;
}
.row .action i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1666666667rem;
}
.row .action i:hover {
  color: #B9F241;
}

.select-atom {
  position: relative;
}
.select-atom::after {
  width: 30px;
  height: 2.9166666667rem;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 2.9166666667rem;
  max-height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  font-size: 5px;
  border-left: 1px solid #d4d4e6;
  text-align: center;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjUgNCI+PHBhdGggZD0iTTYuNS43NkwzLjI1IDQgMCAuNzYuNzYgMGwyLjQ5IDIuNDhMNS43NCAweiIgZmlsbD0iIzkxOTA5MCIgZGF0YS1uYW1lPSJMYXllciAyIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8333333333rem;
}
.select-atom select {
  border-radius: 0.1666666667rem;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  color: #535353;
  font-size: 1rem;
  height: 2.9166666667rem;
  line-height: 2.9166666667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0rem 2.5rem 0rem 0.625rem;
  background-clip: padding-box;
  background-color: #fff;
  background-image: linear-gradient(#fff 0%, #f4f4f9 100%);
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.select-atom select:focus {
  border-color: #B9F241;
}
.select-atom select option {
  color: #99999f;
}
.select-atom select option:disabled {
  background-color: #F5F5F5;
}
.select-atom select.validation-error {
  border-color: #b40000;
}
.select-atom select.validation-error:hover, .select-atom select.validation-error:focus {
  border-color: #b40000;
}

.checkbox-group label.checkbox {
  margin-top: 0.4166666667rem;
}
.checkbox-group label.checkbox:first-child {
  margin-top: 0;
}

input.checkbox {
  display: none;
}
input.checkbox + label {
  display: block;
  position: relative;
  padding-left: 2rem;
  min-height: 1.1666666667rem;
  line-height: 1.1666666667rem;
  color: #AAAAAA;
  font-size: 0.8333333333rem;
}
input.checkbox + label:hover {
  cursor: pointer;
}
input.checkbox + label:before {
  content: "";
  height: 1.1666666667rem;
  width: 1.1666666667rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
input.checkbox[disabled] + label:hover {
  cursor: default;
}
input.checkbox:checked + label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDEwLjUiPjx0aXRsZT5zZWxlY3RlZDwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBkPSJNOS4zMiwwYTEuMTQsMS4xNCwwLDAsMSwuODQuMzQsMS4xNCwxLjE0LDAsMCwxLC4zNC44NFY5LjMyQTEuMTYsMS4xNiwwLDAsMSw5LjMyLDEwLjVIMS4xOGExLjE0LDEuMTQsMCwwLDEtLjg0LS4zNEExLjE0LDEuMTQsMCwwLDEsMCw5LjMyVjEuMThBMS4xNCwxLjE0LDAsMCwxLC4zNC4zNCwxLjE0LDEuMTQsMCwwLDEsMS4xOCwwWk00LjA3LDguMTgsOS4zMiwyLjkzLDguNSwyLjA4LDQuMDcsNi41MSwyLDQuNDNsLS44Mi44MloiIHN0eWxlPSJmaWxsOiNiNDAwMDAiLz48L2c+PC9nPjwvc3ZnPg==");
  background-size: 1.1666666667rem;
  background-repeat: no-repeat;
  background-position: center;
}
input.checkbox[disabled]:checked + label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDEwLjUiPjxwYXRoIGQ9Ik05LjMyIDBhMS4xNCAxLjE0IDAgMCAxIC44NC4zNCAxLjE0IDEuMTQgMCAwIDEgLjM0Ljg0djguMTRhMS4xNiAxLjE2IDAgMCAxLTEuMTggMS4xOEgxLjE4YTEuMTQgMS4xNCAwIDAgMS0uODQtLjM0QTEuMTQgMS4xNCAwIDAgMSAwIDkuMzJWMS4xOEExLjE0IDEuMTQgMCAwIDEgLjM0LjM0IDEuMTQgMS4xNCAwIDAgMSAxLjE4IDB6TTQuMDcgOC4xOGw1LjI1LTUuMjUtLjgyLS44NS00LjQzIDQuNDNMMiA0LjQzbC0uODIuODJ6IiBmaWxsPSIjYWZhZmFmIiBkYXRhLW5hbWU9IkxheWVyIDIiLz48L3N2Zz4=");
  background-size: 1.1666666667rem;
  background-repeat: no-repeat;
  background-position: center;
}
input.checkbox + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDEwLjUiPjxwYXRoIGQ9Ik05LjMyIDBhMS4xOCAxLjE4IDAgMCAxIC44NC4zNCAxLjE0IDEuMTQgMCAwIDEgLjM0Ljg0djguMTRhMS4xNiAxLjE2IDAgMCAxLTEuMTggMS4xOEgxLjE4YTEuMTQgMS4xNCAwIDAgMS0uODQtLjM0QTEuMTQgMS4xNCAwIDAgMSAwIDkuMzJWMS4xOEExLjE0IDEuMTQgMCAwIDEgLjM0LjM0IDEuMTggMS4xOCAwIDAgMSAxLjE4IDB6bTAgMS4xOEgxLjE4djguMTRoOC4xNHoiIGZpbGw9IiM2ZTZlNmUiIGRhdGEtbmFtZT0iTGF5ZXIgMiIvPjwvc3ZnPg==");
  background-size: 1.1666666667rem;
  background-repeat: no-repeat;
  background-position: center;
}
input.checkbox[disabled] + label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDEwLjUiPjxwYXRoIGQ9Ik05LjMyIDBhMS4xNCAxLjE0IDAgMCAxIC44NC4zNCAxLjE0IDEuMTQgMCAwIDEgLjM0Ljg0djguMTRhMS4xNiAxLjE2IDAgMCAxLTEuMTggMS4xOEgxLjE4YTEuMTQgMS4xNCAwIDAgMS0uODQtLjM0QTEuMTQgMS4xNCAwIDAgMSAwIDkuMzJWMS4xOEExLjE0IDEuMTQgMCAwIDEgLjM0LjM0IDEuMTQgMS4xNCAwIDAgMSAxLjE4IDB6bTAgMS4xOEgxLjE4djguMTRoOC4xNHoiIGZpbGw9IiNhZmFmYWYiIGRhdGEtbmFtZT0iTGF5ZXIgMiIvPjwvc3ZnPg==");
  background-size: 1.1666666667rem;
  background-repeat: no-repeat;
  background-position: center;
}
input.checkbox.validation-error + label {
  color: #b40000;
}
input.checkbox.validation-error + label:hover, input.checkbox.validation-error + label:focus {
  color: #b40000;
}

textarea {
  position: relative;
  height: 10.3333333333rem;
  max-height: 10.3333333333rem;
  padding: 0.6666666667rem;
  border-radius: 0.1666666667rem;
  border: 1px solid #AAAAAA;
  font-size: 1.0833333333rem;
  color: #99999f;
  resize: none;
  width: 100%;
}
textarea:focus {
  border-color: #B9F241;
}
textarea.small {
  height: 4.5833333333rem;
  min-height: 4.5833333333rem;
}
textarea.resize-vertical {
  resize: vertical;
}
textarea.resize-horizontal {
  resize: horizontal;
}
textarea.resize-both {
  resize: both;
}
textarea.validation-error {
  border-color: #b40000;
}
textarea.validation-error:hover, textarea.validation-error:focus {
  border-color: #b40000;
}
textarea.user-input textarea {
  border-bottom: 2px solid #000;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAAAAA;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #AAAAAA;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #AAAAAA;
}

.radiobutton-button-group {
  display: flex;
}
.radiobutton-button-group.capitalized {
  text-transform: uppercase;
}
.radiobutton-button-group input {
  display: none;
}
.radiobutton-button-group label {
  position: relative;
  flex: 1;
  height: 2.8333333333rem;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 2rem;
  font-size: 1.1666666667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #535353;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radiobutton-button-group label .indicator {
  width: 2rem;
  height: 1.3333333333rem;
  margin-right: 0.6666666667rem;
}
.radiobutton-button-group label .indicator svg {
  fill: #AAAAAA;
}
.radiobutton-button-group label .indicator svg #x {
  fill: none;
}
.radiobutton-button-group label:hover {
  color: black;
}
.radiobutton-button-group label:hover .indicator svg {
  fill: black;
}
.radiobutton-button-group label:hover .indicator svg #x {
  fill: black;
}
.radiobutton-button-group label.checked {
  color: black;
  background-color: white;
}
.radiobutton-button-group label.checked .indicator svg {
  fill: black;
}
.radiobutton-button-group label.checked .indicator svg #x {
  fill: black;
}
.radiobutton-button-group label.disabled, .radiobutton-button-group label.disabled:hover {
  color: #AAAAAA;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.input-box {
  position: relative;
  height: 2.5rem;
  box-sizing: border-box;
}
.input-box.italic {
  font-style: italic;
}
.input-box.validation-error input {
  border-color: #b40000;
}
.input-box.validation-error input:hover, .input-box.validation-error input:focus {
  border-color: #b40000;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.0833333333rem;
  border: 1px solid #AAAAAA;
  border-radius: 0.1666666667rem;
  padding: 0 0.8333333333rem;
  color: #000;
}
.input-box input:focus {
  border-color: #B9F241;
}
.input-box input[type=number] {
  text-align: right;
}
.input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAAAAA;
}
.input-box input::-moz-placeholder { /* Firefox 19+ */
  color: #AAAAAA;
}
.input-box input:-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
.input-box input:-moz-placeholder { /* Firefox 18- */
  color: #AAAAAA;
}
.input-box .prefix,
.input-box .suffix {
  position: absolute;
  padding: 0 1.1666666667rem;
  line-height: calc(2.5rem - 0.8333333333rem);
  box-sizing: border-box;
  top: 0.4166666667rem;
  bottom: 0.4166666667rem;
  min-width: 3.75rem;
}
.input-box .prefix .zmdi,
.input-box .suffix .zmdi {
  vertical-align: middle;
}
.input-box .prefix {
  left: 0;
}
.input-box .prefix.border {
  border-right: 1px solid #E9E9E9;
}
.input-box .suffix {
  right: 0;
}
.input-box .suffix.border {
  border-left: 1px solid #E9E9E9;
}
.input-box.big .prefix,
.input-box.big .suffix, .input-box.fullwidth .prefix,
.input-box.fullwidth .suffix {
  font-size: 1.4166666667rem;
  color: #E9E9E9;
}
.input-box.big .prefix > *,
.input-box.big .suffix > *, .input-box.fullwidth .prefix > *,
.input-box.fullwidth .suffix > * {
  font-size: 1.4166666667rem;
  color: #E9E9E9;
}
.input-box.big .prefix i,
.input-box.big .suffix i, .input-box.fullwidth .prefix i,
.input-box.fullwidth .suffix i {
  color: #000;
}
.input-box.big.with-prefix input, .input-box.fullwidth.with-prefix input {
  padding-left: 4.1666666667rem;
}
.input-box.big.with-suffix input, .input-box.fullwidth.with-suffix input {
  padding-right: 4.1666666667rem;
}
.input-box.big {
  width: 16.6666666667rem;
}
.input-box.big {
  width: 100%;
}
.input-box.small {
  width: 9.1666666667rem;
}
.input-box.small .prefix,
.input-box.small .suffix {
  font-size: 1rem;
  color: #E9E9E9;
}
.input-box.small .prefix > *,
.input-box.small .suffix > * {
  font-size: 1rem;
  color: #E9E9E9;
}
.input-box.small.with-prefix input {
  padding-left: 3.75rem;
}
.input-box.small.with-suffix input {
  padding-right: 3.75rem;
}

.input-box-control {
  position: relative;
  height: 2.5rem;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.4166666667rem;
  border: 1px solid #E9E9E9;
  width: 100%;
}
.input-box-control.focus, .input-box-control:hover {
  border: 1px solid #B9F241;
}
.input-box-control input[type=number]::-webkit-outer-spin-button,
.input-box-control input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box-control input[type=number] {
  -moz-appearance: textfield;
}
.input-box-control input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: none;
  border-radius: 0.4166666667rem;
  text-align: right;
  padding-right: 5.1666666667rem;
}
.input-box-control input:focus {
  border-color: none;
}
.input-box-control.with-unit input {
  padding-right: 7.3333333333rem;
}
.input-box-control .controls {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  text-align: center;
  box-sizing: border-box;
}
.input-box-control .controls .unit,
.input-box-control .controls .increment,
.input-box-control .controls .decrement {
  position: relative;
  height: 100%;
  width: 2.1666666667rem;
  line-height: 2.5rem;
}
.input-box-control .controls .unit {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.8333333333rem;
}
.input-box-control .controls .increment,
.input-box-control .controls .decrement {
  font-size: 1rem;
  background-color: #fff;
  cursor: pointer;
}
.input-box-control .controls .increment:hover,
.input-box-control .controls .decrement:hover {
  color: #B9F241;
}
.input-box-control .controls .increment.disabled,
.input-box-control .controls .decrement.disabled {
  color: #F5F5F5;
  cursor: default;
}
.input-box-control .controls .increment {
  border-top-right-radius: 0.4166666667rem;
  border-bottom-right-radius: 0.4166666667rem;
}
.input-box-control .controls .increment:before,
.input-box-control .controls .decrement:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #E9E9E9;
}
.input-box-control.validation-error {
  border-color: #b40000;
}
.input-box-control.validation-error:hover, .input-box-control.validation-error:focus {
  border-color: #b40000;
}

.quantity-control {
  display: flex;
  background-color: #F5F5F5;
  gap: 0.4166666667rem;
  margin-top: 2rem;
}
.quantity-control .decrement,
.quantity-control .increment {
  display: flex;
  background-color: #fff;
  font-size: 1.3333333333rem;
  cursor: pointer;
  border-radius: 2rem;
  padding: 0.6666666667rem;
  align-items: flex-start;
  gap: 10px;
}
.quantity-control .decrement svg,
.quantity-control .increment svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #535353;
}
.quantity-control .decrement svg:hover,
.quantity-control .increment svg:hover {
  stroke: #000;
}
.quantity-control .decrement.disabled,
.quantity-control .increment.disabled {
  background-color: #F5F5F5;
  cursor: default;
}
.quantity-control .decrement.disabled svg,
.quantity-control .increment.disabled svg {
  stroke: #AAAAAA;
}
.quantity-control .value {
  color: black;
  height: 2.8333333333rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2.8333333333rem;
  width: 4.1666666667rem;
}
.quantity-control .value.active {
  color: black;
}

.row.config-centered {
  display: flex;
  justify-content: center;
}
.row.config-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row.config-action > *:nth-child(1) {
  flex: 1;
  font-size: 1rem;
  margin-top: 0.6666666667rem;
}
.row.config-action > *:nth-child(2) {
  flex: 2;
}
.row.row-layout-half-half {
  align-items: center;
}
.row.row-layout-half-half.top {
  margin-top: 2.6666666667rem;
}
.row.row-layout-half-half > * {
  display: flex;
  flex-flow: column;
}
.row.row-layout-half-half > *:nth-child(1) {
  flex: 1;
  color: #535353;
  font-size: 1.3333333333rem;
  margin-bottom: 0.8333333333rem;
}
.row.row-layout-half-half > *:nth-child(2) {
  flex: 1;
}
.row.row-layout-grid-start {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  justify-content: flex-start;
  align-items: flex-start;
}
.row.row-layout-grid-start > *:nth-child(1) {
  margin-right: 1.3333333333rem;
}
.row.row-layout-grid-start > *:nth-child(1) .image-wrapper {
  background-color: white;
  width: 9.1666666667rem;
  height: 9.1666666667rem;
}
.row.row-layout-grid-start > *:nth-child(1) .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.row.row-layout-grid-end {
  align-items: center;
  display: flex;
}
.row.row-layout-grid-end > *:nth-child(1) {
  flex: 1;
}
.row.row-layout-grid-end > *:nth-child(1) p:nth-child(1) {
  font-size: 1.1666666667rem;
  margin-bottom: 0.5rem;
}
.row.row-layout-grid-end > *:nth-child(1) p:nth-child(2) {
  color: #828291;
  font-size: 0.8333333333rem;
}
.row.row-layout-grid-end > *:nth-child(1) p span {
  color: #B9F241;
}
.row.row-layout-grid-end > *:nth-child(2) {
  flex: 0 0 9.1666666667rem;
}
.row.row-layout-grid-end img {
  width: 10rem;
}
.row.row-form-2cell {
  align-items: center;
}
.row.row-form-2cell > * {
  display: flex;
  flex-flow: column;
}
.row.row-form-2cell > *:nth-child(1) {
  flex: 1;
  padding-right: 0.4166666667rem;
}
.row.row-form-2cell > *:nth-child(2) {
  flex: 1;
  padding-left: 0.4166666667rem;
}
@media screen and (max-width: 992px) {
  .row.row-form-2cell {
    display: block;
  }
  .row.row-form-2cell > *:nth-child(1) {
    padding-right: 0;
  }
  .row.row-form-2cell > *:nth-child(2) {
    margin: 1.6666666667rem 0 0 0;
    padding-left: 0;
  }
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.3333333333rem;
  max-width: 90vw;
}
.modal.big {
  width: 49.25rem;
}
.modal .close {
  position: absolute;
  top: 0.8333333333rem;
  right: 0.8333333333rem;
  padding: 0.8333333333rem;
  font-size: 1.3333333333rem;
  color: #AAAAAA;
  cursor: pointer;
  line-height: 0.75rem;
}
.modal .close i {
  line-height: 0.75rem;
}
.modal .close:hover {
  color: #cbf571;
}
.modal .modal-link {
  font-size: 0.8333333333rem;
  color: #AAAAAA;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.modal .modal-content {
  position: relative;
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 1.6666666667rem;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
.modal .modal-content .modal-part {
  position: relative;
  margin-top: 1.6666666667rem;
  padding-right: 0.8333333333rem;
}
.modal .modal-content .modal-part:first-child {
  margin-top: 0;
}
.modal .modal-content .modal-part.top {
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.modal .modal-content .modal-part.middle {
  flex: 1;
  font-size: 0.9166666667rem;
  text-align: center;
  max-height: 70vh;
  overflow-y: auto;
}
.modal .modal-content .modal-part.middle .radiobutton-button-group label {
  color: #AAAAAA;
  font-size: 1.0833333333rem;
  background: none;
  flex: unset;
  padding-left: 0.5rem;
  margin-right: 1rem;
}
.modal .modal-content .modal-part.middle .radiobutton-button-group label.checked {
  color: black;
}
.modal .modal-content .modal-part.middle .radiobutton-button-group label:hover {
  color: black;
}
.modal .modal-content .modal-part.middle .input-box input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #AAAAAA;
}
.modal .modal-content .modal-part.middle .input-box input:hover {
  border-bottom: 2px solid #B9F241;
}
.modal .modal-content .modal-part.middle .input-box.user-input input {
  border-bottom: 2px solid #000;
}
.modal .modal-content .modal-part.middle .input-box.validation-error input {
  border-bottom: 2px solid #b40000;
}
.modal .modal-content .modal-part.middle textarea {
  border: 2px solid #AAAAAA;
}
.modal .modal-content .modal-part.middle textarea.user-input {
  border: 2px solid #000;
}
.modal .modal-content .modal-part.middle textarea:hover {
  border: 2px solid #B9F241;
}
.modal .modal-content .modal-part.middle > *:nth-child(n+2) {
  margin: 1.6666666667rem 0 0 0;
}
.modal .modal-content .modal-part.middle p {
  margin: 0;
}
.modal.request-failed-modal .modal-content .modal-part.top {
  font-size: 2rem;
  color: #b40000;
}
.modal.request-failed-modal .modal-content .modal-part.middle h1 {
  font-size: 1.3333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 0.4166666667rem 0;
  color: #000;
}
.modal.request-failed-modal .modal-content .modal-part.middle h1 .highlight {
  color: #B9F241;
}
.modal.request-success-modal .modal-content .modal-part.top {
  font-size: 2rem;
  color: #50a53d;
}
.modal.request-success-modal .modal-content .modal-part.middle h1 {
  font-size: 1.3333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 0.4166666667rem 0;
  color: #000;
}
.modal.request-success-modal .modal-content .modal-part.middle h1 .highlight {
  color: #B9F241;
}
.modal.request-success-modal .modal-content .modal-part.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.request-send-modal .modal-content .modal-part.bottom {
  display: flex;
  flex-direction: column;
}
.modal.request-send-modal .modal-content .modal-part.bottom > *:nth-child(1) {
  display: block;
  text-align: left;
}
.modal.request-send-modal .modal-content .modal-part.bottom > *:nth-child(2) {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay .overlay-screen {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay .overlay-screen .overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9500;
}
.overlay .overlay-screen .overlay-content {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9501;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
}
.preloader .preloader-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader .preloader-content .logo {
  display: flex;
  justify-content: center;
  width: 29.1666666667rem;
}
.preloader .preloader-content.isDesktop .logo {
  width: 58.3333333333rem;
}
.preloader .preloader-content .progressbar {
  margin-top: 3.75rem;
  position: relative;
  width: 100%;
  height: 0.1666666667rem;
  overflow-x: hidden;
}
.preloader .preloader-content .progressbar .line {
  position: absolute;
  opacity: 0.4;
  background: #B9F241;
  width: 150%;
  height: 0.1666666667rem;
}
.preloader .preloader-content .progressbar .subline {
  position: absolute;
  background: #B9F241;
  height: 0.1666666667rem;
}
.preloader .preloader-content .progressbar .subline.inc {
  animation: increase 2s infinite;
}
.preloader .preloader-content .progressbar .subline.dec {
  animation: decrease 2s 0.5s infinite;
}
@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}

.email {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
}
.email .email-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tooltip-delete {
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.25rem;
  height: 2.0833333333rem;
  width: 2.0833333333rem;
  cursor: pointer;
  border: 1px solid #e4e4ef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tooltip-delete .tooltip-delete-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 1.0833333333rem;
  width: 1.0833333333rem;
}

.tooltip-configpanel {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 0.8333333333rem;
  box-sizing: border-box;
  flex: 1;
  width: 22.9166666667rem;
  height: 100%;
  min-height: 0;
  padding: 1.25rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tooltip-configpanel a {
  color: #000;
}
.tooltip-configpanel.read-only .griditem {
  cursor: default;
}
.tooltip-configpanel.read-only .griditem:hover {
  border: 2px solid #F5F5F5;
}
.tooltip-configpanel > * {
  margin-bottom: 0.8333333333rem;
}
.tooltip-configpanel > *:last-child {
  margin-bottom: 0;
}
.tooltip-configpanel .tooltip-configpanel-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #AAAAAA;
  font-size: 0.9166666667rem;
  cursor: pointer;
}
.tooltip-configpanel .tooltip-configpanel-heading {
  font-size: 1rem;
  color: #000;
}
.tooltip-configpanel .tooltip-configpanel-sub-heading {
  font-size: 0.8333333333rem;
  color: #000;
}
.tooltip-configpanel .tooltip-configpanel-description,
.tooltip-configpanel .tooltip-configpanel-price {
  font-size: 0.8333333333rem;
}
.tooltip-configpanel .tooltip-configpanel-price span {
  font-size: 0.8333333333rem;
  color: #000;
}
.tooltip-configpanel .tooltip-configpanel-config > * {
  margin-bottom: 0.8333333333rem;
}
.tooltip-configpanel .tooltip-configpanel-config > *.config-positioning {
  margin-bottom: 1.25rem;
}
.tooltip-configpanel .tooltip-configpanel-config > *:last-child {
  margin-bottom: 0;
}
.tooltip-configpanel .tooltip-configpanel-config > *:last-child.config-positioning {
  margin-bottom: 1.25rem;
}
.tooltip-configpanel .tooltip-configpanel-config .config-toggle-label {
  font-size: 0.75rem;
  color: #000;
}
.tooltip-configpanel.top-left {
  border-top-left-radius: 0;
}
.tooltip-configpanel.top-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.33333rem;
  height: 1.33333rem;
  background-color: #fff;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.tooltip-configpanel.top-right {
  border-top-right-radius: 0;
}
.tooltip-configpanel.center-left::before, .tooltip-configpanel.center-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.33333rem;
  height: 1.33333rem;
  background-color: #fff;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.tooltip-configpanel.center-left::before {
  border: 1px solid #fff;
}
.tooltip-configpanel.center-left::after {
  left: 0.0833333333rem;
}
.tooltip-configpanel.center-right::before, .tooltip-configpanel.center-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.33333rem;
  height: 1.33333rem;
  background-color: #fff;
  transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.tooltip-configpanel.center-right::before {
  border: 1px solid #fff;
}
.tooltip-configpanel.center-right::after {
  right: 0.0833333333rem;
}
.tooltip-configpanel.bottom-left {
  border-bottom-left-radius: 0;
}
.tooltip-configpanel.bottom-center::before, .tooltip-configpanel.bottom-center:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 1.33333rem;
  height: 1.33333rem;
  background-color: #fff;
  transform: translate3d(-50%, 50%, 0) rotate(45deg);
}
.tooltip-configpanel.bottom-center::before {
  border: 1px solid #fff;
}
.tooltip-configpanel.bottom-center::after {
  bottom: 0.0833333333rem;
}
.tooltip-configpanel.bottom-right {
  border-bottom-right-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
}
.popover .popover-pivot {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.popover .popover-pivot .popover-item {
  position: absolute;
  top: 0;
  left: 0;
}
.popover .popover-pivot .popover-item.top-left {
  transform: translate(0, 0);
}
.popover .popover-pivot .popover-item.top-center {
  left: 50%;
  transform: translate(-50%, 0);
}
.popover .popover-pivot .popover-item.top-right {
  transform: translate(-100%, 0);
}
.popover .popover-pivot .popover-item.center-left {
  top: 50%;
  transform: translate(0, -50%);
}
.popover .popover-pivot .popover-item.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popover .popover-pivot .popover-item.center-right {
  top: 50%;
  transform: translate(-100%, -50%);
}
.popover .popover-pivot .popover-item.bottom-left {
  transform: translate(0, -100%);
}
.popover .popover-pivot .popover-item.bottom-center {
  left: 50%;
  transform: translate(-50%, -100%);
}
.popover .popover-pivot .popover-item.bottom-right {
  transform: translate(-100%, -100%);
}
.popover .popover-pivot .popover-item.top-screencenter {
  transform: translate(-50%, 0);
}
.popover .popover-pivot .popover-item.center-screencenter {
  top: 50%;
  transform: translate(-50%, -50%);
}
.popover .popover-pivot .popover-item.bottom-screencenter {
  transform: translate(-50%, -100%);
}
.popover .popover-pivot .popover-item.screencenter-screencenter {
  transform: translate(-50%, -50%);
}
.popover .popover-pivot .popover-item.screencenter-left {
  transform: translate(0, -50%);
}
.popover .popover-pivot .popover-item.screencenter-center {
  left: 50%;
  transform: translate(-50%, -50%);
}
.popover .popover-pivot .popover-item.screencenter-right {
  transform: translate(-100%, -50%);
}
.popover .popover-pivot .popover-item .popover-proxy {
  position: relative;
  max-width: 16.6666666667rem;
  width: 10rem;
  width: -moz-max-content;
  width: max-content;
}
.popover.isMobile .popover-pivot.fullscreen {
  top: 7.5rem !important;
  right: 0;
  bottom: 3.3333333333rem;
  left: 0 !important;
}
.popover.isMobile .popover-pivot.fullscreen .popover-item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: unset;
}
.popover.isMobile .popover-pivot.fullscreen .popover-item .tooltip-configpanel {
  width: 100%;
  border-radius: 0;
}

.popover_hover_helper {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-name: popover_hover_out_anim;
}
.popover_hover_helper:hover {
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-name: popover_hover_in_anim;
}

@keyframes popover_hover_in_anim {}
@keyframes popover_hover_out_anim {}
.sidebar {
  display: flex;
  flex-flow: column;
  border-left: 1px solid black;
}
.sidebar .category {
  padding: 1.3333333333rem 2rem 1.3333333333rem 2rem;
  background-color: #F5F5F5;
}
.sidebar .category ul li {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.sidebar .category .category-item {
  padding: 1.3333333333rem 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.1666666667rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  box-sizing: border-box;
  height: 3.3333333333rem;
  cursor: pointer;
}
.sidebar .category .category-item:hover {
  color: black;
}
.sidebar .category .global-config-panel,
.sidebar .category .element-config-panel,
.sidebar .category .filling-config-panel,
.sidebar .category .equipment-config-panel {
  color: #535353;
}
.sidebar .category .global-config-panel.active,
.sidebar .category .element-config-panel.active,
.sidebar .category .filling-config-panel.active,
.sidebar .category .equipment-config-panel.active {
  color: #000;
}
.sidebar .category .global-config-panel:nth-last-child(4) {
  width: 33%;
}
.sidebar .category .global-config-panel.active:nth-last-child(4) ~ hr {
  margin-left: 0;
  width: 33%;
}
.sidebar .category .global-config-panel:nth-last-child(5) {
  width: 28%;
}
.sidebar .category .global-config-panel.active:nth-last-child(5) ~ hr {
  margin-left: 0;
  width: 28%;
}
.sidebar .category .element-config-panel:nth-last-child(3) {
  width: 33%;
}
.sidebar .category .element-config-panel.active:nth-last-child(3) ~ hr {
  margin-left: 33%;
  width: 33%;
}
.sidebar .category .element-config-panel:nth-last-child(4) {
  width: 24%;
}
.sidebar .category .element-config-panel.active:nth-last-child(4) ~ hr {
  margin-left: 28%;
  width: 24%;
}
.sidebar .category .filling-config-panel:nth-last-child(2) {
  width: 33%;
}
.sidebar .category .filling-config-panel.active:nth-last-child(2) ~ hr {
  margin-left: 66%;
  width: 33%;
}
.sidebar .category .filling-config-panel:nth-last-child(3) {
  width: 24%;
}
.sidebar .category .filling-config-panel.active:nth-last-child(3) ~ hr {
  margin-left: 52%;
  width: 24%;
}
.sidebar .category .equipment-config-panel:nth-last-child(1) {
  width: 33%;
}
.sidebar .category .equipment-config-panel.active:nth-last-child(1) ~ hr {
  margin-left: 66%;
  width: 33%;
}
.sidebar .category .equipment-config-panel:nth-last-child(2) {
  width: 24%;
}
.sidebar .category .equipment-config-panel.active:nth-last-child(2) ~ hr {
  margin-left: 76%;
  width: 24%;
}
.sidebar .category hr {
  height: 2px;
  margin: 0;
  background: #B9F241;
  border: none;
  transition: 0.2s ease-in-out;
}
.sidebar .fillings {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333rem;
}
.sidebar .fillings ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}
.sidebar .footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar .footer .price {
  margin: 1.3333333333rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.sidebar .footer .price .costs {
  color: white;
  font-size: 1.5rem;
  margin-right: 0.4166666667rem;
}
.sidebar .footer .price .tax {
  color: #AAAAAA;
  font-size: 1rem;
}
.sidebar .footer .footer-section {
  display: flex;
  margin: 0 2rem 1.3333333333rem 2rem;
  flex-wrap: wrap;
  gap: 0.4166666667rem;
  justify-content: flex-end;
}
.sidebar .footer .footer-section .footer-item {
  font-size: 0.9166666667rem;
}
.sidebar .footer .footer-section .footer-item.logo img, .sidebar .footer .footer-section .footer-item.logo svg {
  height: 2.5rem;
}
.sidebar .footer .footer-section .footer-item.cart button {
  min-width: 2.8333333333rem;
}
.sidebar .footer .footer-section .footer-item.cart svg {
  height: 1.6666666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar .footer .footer-section .footer-item.cart svg path,
.sidebar .footer .footer-section .footer-item.cart svg circle {
  stroke: black;
}
.sidebar .footer .footer-section .footer-item.cart:hover svg path,
.sidebar .footer .footer-section .footer-item.cart:hover svg circle {
  stroke: white;
}
.sidebar.bottom {
  background-color: #fff;
  flex: 0 0 6rem;
  max-height: 35rem;
}
.sidebar.bottom.open {
  flex: 1;
}
.sidebar.bottom .sidebar-content {
  height: calc(100% - 4.8333333333rem);
}
.sidebar.bottom .footer {
  height: 4.8333333333rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.sidebar.bottom .footer .price {
  margin: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: baseline;
}
.sidebar.bottom .footer .footer-section {
  margin: 1rem 2rem;
}

.configpanel {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #F5F5F5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: 1;
  width: 100%;
  height: calc(100% - 6rem);
  min-height: 0;
}
.configpanel .configpanel-disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
}
.configpanel .configpanel-disabled .configpanel-disabled-content {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate3d(-50%, -25%, 0);
}
.configpanel .configpanel-disabled .configpanel-disabled-content .select-element {
  position: relative;
  height: 5.3333333333rem;
  width: 21.6666666667rem;
  font-size: 1.1666666667rem;
}
.configpanel .configpanel-disabled .configpanel-disabled-content .select-element span {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
  text-align: center;
}
.configpanel .configpanel-content {
  display: flex;
  flex-flow: column;
  flex: 1;
  min-height: 0;
  color: #535353;
}
.configpanel .configpanel-content .configpanel-heading {
  position: relative;
  height: 3.3333333333rem;
  width: 100%;
  line-height: 3.3333333333rem;
  background-color: #fff;
  border-bottom: 1px solid #E9E9E9;
  color: #B9F241;
  font-size: 1.1666666667rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.sidebar.bottom .configpanel .configpanel-content .configpanel-heading {
  height: 5rem;
  background-color: #000;
  color: #fff;
  line-height: 5rem;
}
.configpanel .configpanel-content .configpanel-close {
  color: #fff;
  position: absolute;
  padding: 0 0.8333333333rem;
  font-size: 1.3333333333rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.configpanel .configpanel-content .configpanel-close {
  right: 0.8333333333rem;
}
.configpanel .configpanel-content .back-to-product-category-list {
  position: relative;
  padding: 1.6666666667rem 2.0833333333rem;
  border-bottom: 0.0833333333rem solid #F5F5F5;
  color: #000;
  font-size: 1.0833333333rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.configpanel .configpanel-content .back-to-product-category-list i {
  font-size: 1.1666666667rem;
  margin-right: 1.5rem;
}
.configpanel .configpanel-content .back-to-product-category-list i.zmdi-arrow-right {
  position: absolute;
  top: 50%;
  right: 2.0833333333rem;
  transform: translateY(-50%);
  margin-right: 0;
}
.configpanel .configpanel-content .configpanel-scroll {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.configpanel .configpanel-content .configpanel-scroll .product-category-list .product-category-list-item {
  position: relative;
  padding: 1.6666666667rem 2.0833333333rem;
  border-bottom: 0.0833333333rem solid #F5F5F5;
  color: #000;
  font-size: 1.0833333333rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.configpanel .configpanel-content .configpanel-scroll .product-category-list .product-category-list-item i {
  position: absolute;
  top: 50%;
  right: 2.0833333333rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.configpanel .configpanel-content .configpanel-scroll .product-category-list .product-category-list-item:hover {
  color: #fff;
  background-color: #B9F241;
}
.configpanel .configpanel-content .configpanel-scroll .configpanel-scroll-no-elements {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #B9F241;
  font-size: 1.1666666667rem;
  white-space: nowrap;
}
.configpanel .configpanel-content .configpanel-scroll .config {
  position: relative;
  width: 100%;
  padding: 1.3333333333rem 1.6666666667rem;
  box-sizing: border-box;
  border-bottom: 1px solid #F5F5F5;
}
.configpanel .configpanel-content .configpanel-scroll .config.full {
  border-bottom: 1px solid black;
}
.configpanel .configpanel-content .configpanel-scroll .config:last-child, .configpanel .configpanel-content .configpanel-scroll .config.last {
  border-bottom: 0;
}
.configpanel .configpanel-content .configpanel-scroll .config.product-config {
  padding: 0 0.8333333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .config.product-config > :first-child {
  margin-top: 1.3333333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .config > *:last-child {
  margin-bottom: 0;
}
.configpanel .configpanel-content .configpanel-scroll .config > *.product {
  margin-bottom: 0.6666666667rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading,
.configpanel .configpanel-content .configpanel-scroll .config .config-sub-heading,
.configpanel .configpanel-content .configpanel-scroll .config .config-filling-heading {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading .config-heading-info,
.configpanel .configpanel-content .configpanel-scroll .config .config-sub-heading .config-heading-info,
.configpanel .configpanel-content .configpanel-scroll .config .config-filling-heading .config-heading-info {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 12.5rem;
  margin-top: 0;
  transform: translateY(-50%);
  word-break: break-all;
  font-size: 1.6666666667rem;
  text-align: right;
  color: blue;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading .config-heading-info i,
.configpanel .configpanel-content .configpanel-scroll .config .config-sub-heading .config-heading-info i,
.configpanel .configpanel-content .configpanel-scroll .config .config-filling-heading .config-heading-info i {
  cursor: pointer;
  padding: 0.4166666667rem;
  margin-right: -0.4166666667rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading {
  font-size: 1.1666666667rem;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading span .popover-info {
  text-transform: none;
  color: #B9F241;
  font-style: italic;
  color: #F5F5F5;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-heading span .popover-info:hover {
  color: #B9F241;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-sub-heading {
  font-family: "system4regular_mono", sans-serif;
  font-size: 0.8333333333rem;
  color: #535353;
  margin-left: 0.6666666667rem;
  text-transform: initial;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-filling-heading {
  font-size: 1.3333333333rem;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 2.6666666667rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-info {
  font-family: "system4SBdCnIt", sans-serif;
  font-size: 1rem;
  color: #535353;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-info.top {
  margin-top: 1.3333333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-info.bottom {
  margin-bottom: 1.3333333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-info span {
  color: #000;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-item-heading,
.configpanel .configpanel-content .configpanel-scroll .config .config-item-label {
  color: #000;
  font-size: 1.0833333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .config-item-heading {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.configpanel .configpanel-content .configpanel-scroll .config .popover-info {
  color: #F5F5F5;
  padding-left: 0.4166666667rem;
  font-size: 1.1666666667rem;
  cursor: pointer;
}
.configpanel .configpanel-content .configpanel-scroll .config .popover-info:hover {
  color: #B9F241;
}
.configpanel .configpanel-content .configpanel-scroll .config .radio-button-group-wrapper {
  border: 0.1666666667rem solid #E9E9E9;
  border-radius: 4.1666666667rem;
  background-color: #E9E9E9;
  margin-top: 0.6666666667rem;
}
.configpanel .configpanel-content .configpanel-scroll .config .radio-button-group-wrapper.top {
  margin-top: 1.3333333333rem;
}
.configpanel .configpanel-content .configpanel-scroll .configpanel-container-scroll-footer {
  flex: 0 0 2.5rem;
  display: flex;
  text-align: center;
  margin-top: auto;
  min-height: 0;
  align-items: center;
  border-top: 1px solid #F5F5F5;
}
.configpanel .configpanel-content .configpanel-scroll .configpanel-container-scroll-footer > * {
  flex: 1;
}
.configpanel .configpanel-content .configpanel-scroll .configpanel-container-scroll-footer a {
  font-size: 0.6666666667rem;
  text-decoration: unset;
  color: #000;
}
.configpanel .configpanel-footer {
  position: relative;
  width: 100%;
  flex: 0 0 120px;
}
.configpanel .configpanel-footer button {
  position: absolute;
  right: 2.5rem;
  bottom: 3.3333333333rem;
}
.configpanel .configpanel-footer button i {
  font-size: 1.1666666667rem;
}
.configpanel .config-label > *:nth-child(1) {
  color: black;
  font-size: 1.5rem;
}
.configpanel .config-label > *:nth-child(2) {
  font-family: "system4SBdCnIt", sans-serif;
  color: #535353;
  font-size: 1rem;
}

.filling-item-component {
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.6666666667rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.filling-item-component .thumbnail {
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  width: 2.8333333333rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.filling-item-component .thumbnail--color, .filling-item-component .thumbnail--image {
  width: 100%;
  height: 100%;
}
.filling-item-component .thumbnail--color.second, .filling-item-component .thumbnail--image.second {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.filling-item-component .thumbnail.empty {
  border: 1px solid #AAAAAA;
}
.filling-item-component .title-and-subtitle {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3333333333rem;
  justify-content: center;
}
.filling-item-component .title-and-subtitle .title {
  font-size: 1rem;
  color: #000;
}
.filling-item-component .title-and-subtitle .subtitle {
  font-family: "system4regular_mono", sans-serif;
  font-size: 0.8333333333rem;
  color: #535353;
  display: flex;
  gap: 0.5rem;
}
.filling-item-component .title-and-subtitle .subtitle span svg {
  height: 1rem;
  width: 1.0833333333rem;
}
.filling-item-component .icon-button {
  all: unset;
  box-sizing: border-box;
  border-radius: 50%;
  background: #E9E9E9;
  width: 2.8333333333rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.2s;
}
.filling-item-component .icon-button svg {
  width: 1.5rem;
  stroke: #535353;
  aspect-ratio: 1/1;
}
.filling-item-component .icon-button:hover {
  cursor: pointer;
}
.filling-item-component .icon-button:hover svg {
  stroke: #000;
}
.filling-item-component .adjust-button {
  all: unset;
  box-sizing: border-box;
  border-radius: 2.8333333333rem;
  border: 1px solid #535353;
  min-height: 2.8333333333rem;
  padding: 0.6666666667rem 1.3333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1666666667rem;
}
.filling-item-component .adjust-button.isDesktop {
  opacity: 0;
}
.filling-item-component .adjust-button:hover {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}
.filling-item-component:hover .adjust-button {
  opacity: 1;
}
.filling-item-component.disabled {
  background-color: #F5F5F5;
  border-color: #E9E9E9;
  cursor: default;
}
.filling-item-component.disabled .thumbnail {
  border-color: transparent;
}
.filling-item-component.disabled .thumbnail svg {
  stroke: #AAAAAA;
}
.filling-item-component.disabled .title-and-subtitle .title {
  color: #535353;
}

@font-face {
  font-family: "system4regular_mono";
  src: url("/fonts/System4Web-Mono.woff2") format("woff2"), url("/fonts/System4Web-Mono.woff") format("woff"), url("/fonts/System4TT-Mono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "system4semibold_condensed";
  src: url("/fonts/System4Web-SemiboldCondensed.woff2") format("woff2"), url("/fonts/System4Web-SemiboldCondensed.woff") format("woff"), url("/fonts/System4TT-SemiboldCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "system4SBdCnIt";
  src: url("/fonts/System4Web-SemiboldCondensedItalic.woff2") format("woff2"), url("/fonts/System4Web-SemiboldCondensedItalic.woff") format("woff"), url("/fonts/System4TT-SemiboldCondensedItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "system4regular_mono_italic";
  src: url("/fonts/System4Web-MonoItalic.woff2") format("woff2"), url("/fonts/System4Web-MonoItalic.woff") format("woff"), url("/fonts/System4TT-MonoItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fullwidth {
  width: 100%;
}

p {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  font-family: "system4semibold_condensed", sans-serif;
  font-size: 10px;
}
@media (min-width: 640px) {
  html,
  body {
    font-size: calc(10px + 3 * (100vw - 640px) / 1920);
  }
}
@media (min-width: 2560px) {
  html,
  body {
    font-size: 13px;
  }
}
html .system4-app,
html .home-component,
body .system4-app,
body .home-component {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
html .header,
body .header {
  position: relative;
  height: 5.3333333333rem;
  width: 100%;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
html .header .left,
body .header .left {
  margin: 1.6666666667rem 2.6666666667rem;
  width: 16.6666666667rem;
  text-transform: uppercase;
  font-size: 1.3333333333rem;
}
html .header .center,
body .header .center {
  display: flex;
  justify-content: center;
  width: 18rem;
}
html .header .center img,
body .header .center img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html .header .right,
body .header .right {
  margin: 1.6666666667rem 2.6666666667rem;
  text-transform: uppercase;
  font-size: 1.3333333333rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 16.6666666667rem;
}
html .overlay textarea,
html .overlay select,
html .overlay input.checkbox,
html .overlay input.radiobutton,
html .overlay .input-box.big,
html .overlay input.input-text-inline,
html .overlay input.input-text-block,
body .overlay textarea,
body .overlay select,
body .overlay input.checkbox,
body .overlay input.radiobutton,
body .overlay .input-box.big,
body .overlay input.input-text-inline,
body .overlay input.input-text-block {
  width: 100%;
}
html .overlay textarea,
body .overlay textarea {
  min-height: 15rem;
  max-height: 25rem;
}
html .main,
body .main {
  position: relative;
  flex: 1 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  display: flex;
}
html .main.isLandscape .sidebar,
body .main.isLandscape .sidebar {
  width: 35rem;
}
html .main.isPortrait,
body .main.isPortrait {
  flex-flow: column;
}
html .main .main-content,
body .main .main-content {
  flex: 1;
}
html .main .main-content .red3d-view-component,
body .main .main-content .red3d-view-component {
  position: relative;
  width: 100%;
  height: 100%;
}
html .main .main-content .red3d-view-component .scene,
body .main .main-content .red3d-view-component .scene {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}
html .main .main-content .red3d-view-component .scene canvas,
body .main .main-content .red3d-view-component .scene canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}
html .main .main-content .interactions,
body .main .main-content .interactions {
  position: absolute;
  left: 1.6666666667rem;
  display: flex;
  flex-flow: column;
}
html .main .main-content .interactions.top,
body .main .main-content .interactions.top {
  top: 1.6666666667rem;
}
html .main .main-content .interactions.bottom,
body .main .main-content .interactions.bottom {
  bottom: 1.6666666667rem;
}
html .main .main-content .interactions .interaction,
body .main .main-content .interactions .interaction {
  cursor: pointer;
  height: 3.3333333333rem;
  width: 3.3333333333rem;
  background-color: #fff;
  margin: 0.4166666667rem 0;
  padding: 0.8333333333rem;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2rem;
}
html .main .main-content .interactions .interaction:first-child,
body .main .main-content .interactions .interaction:first-child {
  margin-top: 0;
}
html .main .main-content .interactions .interaction.active,
body .main .main-content .interactions .interaction.active {
  background-color: black;
}
html .main .main-content .interactions .interaction.active path,
body .main .main-content .interactions .interaction.active path {
  fill: white;
}
html .main .main-content .interactions .interaction:hover:not(.disabled):not(.active) path,
body .main .main-content .interactions .interaction:hover:not(.disabled):not(.active) path {
  fill: black;
}
html .main .main-content .interactions .interaction.disabled,
body .main .main-content .interactions .interaction.disabled {
  opacity: 0.3;
  cursor: default;
}
html .main .main-content .interactions .undo-redo,
body .main .main-content .interactions .undo-redo {
  display: flex;
  flex-wrap: wrap-reverse;
}
html .main .main-content .interactions .undo-redo .undo,
body .main .main-content .interactions .undo-redo .undo {
  border-right: 0;
}
html .page-error,
body .page-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
html .page-error .content,
body .page-error .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-flow: column;
}
html .page-error .content > *,
body .page-error .content > * {
  text-align: center;
  margin-bottom: 0.8333333333rem;
}
html .page-error .content img,
body .page-error .content img {
  height: 4.1666666667rem;
}
html .page-error .content .button,
body .page-error .content .button {
  margin: auto;
}